70cc10698a47530cec2983ac3a5ef805aa943edd
[claws.git] / ChangeLog.claws
1 2005-03-11 [paul]       1.0.3cvs2
2
3         * src/plugins/trayicon/trayicon.c
4                 make a string translatable
5
6 2005-03-11 [paul]       1.0.3cvs1
7
8         * po/ru.po
9                 updated by Pavlo Bohmat
10
11 2005-03-10 [paul]       1.0.3
12
13         * po/de.po
14         * po/es.po
15         * po/fr.po
16         * po/it.po
17         * po/pt_BR.po
18         * po/sk.po
19         * po/sr.po
20         * po/zh_CN.po
21                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
22                 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
23                 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
24
25         1.0.3 released
26
27 2005-03-04 [colin]      1.0.1cvs22
28
29         * src/common/smtp.c
30         * src/common/smtp.h
31                 Don't use SIZE parameter in MAIL FROM: if
32                 server doesn't support it. Patch by 
33                 Eugen Freiter <eugen_f@users.sf.net>
34
35 2005-03-04 [paul]       1.0.1cvs21
36
37         * ChangeLog
38         * ChangeLog.jp
39         * src/addrharvest.c
40         * src/codeconv.c
41         * src/codeconv.h
42         * src/compose.c
43         * src/procmime.c
44                 sync with main 1.0.3
45                 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
46
47 2005-02-27 [paul]       1.0.1cvs20
48
49         * src/messageview.c
50                 fix crash-causing typo. spotted by
51                 Ralgh Young 
52
53 2005-02-25 [paul]       1.0.1cvs19
54
55         * src/prefs_account.c
56         * src/prefs_folder_item.c
57         * src/gtk/prefswindow.c
58         * src/gtk/prefswindow.h
59                 fix bug 698 'Clicking OK without username 'crashes'
60                 account edit window'. Patch by Alfons
61
62 2005-02-24 [colin]      1.0.1cvs18
63
64         * src/messageview.c
65                 Don't send out receipts if offline. Ask.
66
67 2005-02-23 [colin]      1.0.1cvs17
68
69         * src/compose.c
70                 Encode parts when signing
71
72 2005-02-23 [colin]      1.0.1cvs16
73
74         * src/compose.c
75         * src/procmsg.c
76                 Fix mimeinfo leakages
77
78 2005-02-21 [colin]      1.0.1cvs15
79
80         * src/compose.c
81                 Fix signing/encrypting still on after
82                 privacy system has been disabled
83
84 2005-02-18 [colin]      1.0.1cvs14
85
86         * src/quote_fmt_lex.l
87         * src/quote_fmt_parse.y
88                 Bugfix: Fix parser init (patch by Ivan)
89
90 2005-02-18 [colin]      1.0.1cvs13
91
92         * src/plugins/pgpmime/pgpmime.c
93                 Fix build (missed my `mv`)
94
95 2005-02-18 [colin]      1.0.1cvs12
96
97         * src/Makefile.am
98         * src/privacy.c         ** RE-ADDED **
99         * src/privacy.cpp       ** REMOVED **
100         * src/privacy.h
101         * src/plugins/pgpmime/Makefile.am
102         * src/plugins/pgpmime/passphrase.h
103         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
104         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
105         * src/plugins/pgpmime/pgpmime.h
106         * src/plugins/pgpmime/prefs_gpg.h
107         * src/plugins/pgpmime/select-keys.h
108         * src/plugins/pgpmime/sgpgme.h
109                 Revert huge API breakage.
110
111 2005-02-16 [christoph]  1.0.1cvs11
112
113         * src/mh.c
114                 add scan required function for MH folders
115
116         (Patch by Ivan Rayner <ivanr@sgi.com>)
117
118 2005-02-15 [christoph]  1.0.1cvs10
119
120         * src/plugins/pgpmime/pgpmime.cpp
121         * src/plugins/pgpmime/pgpmime.h
122                 add sign and encrypt functions
123
124 2005-02-15 [christoph]  1.0.1cvs9
125
126         * configure.ac
127         * src/Makefile.am
128         * src/privacy.c                                 ** REMOVE **
129         * src/privacy.cpp                               ** NEW **
130         * src/privacy.h
131         * src/plugins/pgpmime/Makefile.am
132         * src/plugins/pgpmime/passphrase.h
133         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
134         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
135         * src/plugins/pgpmime/pgpmime.h
136         * src/plugins/pgpmime/prefs_gpg.h
137         * src/plugins/pgpmime/select-keys.h
138         * src/plugins/pgpmime/sgpgme.h
139                 change Privacy-API to C++
140
141 2005-02-15 [colin]      1.0.1cvs8
142
143         * src/mimeview.c
144         * src/common/utils.c
145                 Sanitize substitution for saved filenames:
146                 only \ / * and \r \n \t are bad. 
147
148 2005-02-15 [colin]      1.0.1cvs7
149
150         * src/compose.c
151         * src/procmime.c
152                 Optimize (constant instead of strlen). Thanks
153                 Alfons for the hint.
154
155 2005-02-14 [colin]      1.0.1cvs6
156
157         * src/compose.c
158         * src/procmime.c
159                 Use quoted-printable instead of 7bit or 8bit
160                 to encode "^From " and avoid mail corruption 
161                 on the MTA, as specified by RFC 3156. Thanks
162                 Hoa for the hint.
163
164 2005-02-12 [colin]      1.0.1cvs5
165
166         * src/filtering.c
167                 Remove wrong use of compose struct after
168                 compose_send(). Spotted by Alfons and Holger Berndt.
169
170 2005-02-10 [paul]       1.0.1cvs4
171
172         * src/compose.c
173                 sync with main, see ChangeLog 2005-02-10
174
175 2005-02-10 [colin]      1.0.1cvs3
176
177         * src/mainwindow.c
178                 dereference freed messageview,
179                 and don't try to use it after free.
180                 This caused occasional late segfaults
181                 when quitting.
182
183 2005-02-10 [colin]      1.0.1cvs2
184
185         * src/messageview.c
186                 Don't display html with plugin automatically
187                 (Dillo steals focus)
188
189 2005-02-09 [colin]      1.0.1cvs1
190
191         * src/mimeview.c
192         * src/mimeview.h
193         * src/messageview.c
194                 Display first relevant part using plugin
195                 if not text/plain if possible (useful for 
196                 vCalendar for example)
197
198 2005-02-08 [paul]       1.0.1
199
200         1.0.1 released
201
202 2005-02-08 [paul]       1.0.0cvs29
203
204         * po/de.po
205         * po/es.po
206         * po/fr.po
207         * po/it.po
208         * po/pt_BR.po
209         * po/sk.po
210         * po/sr.po
211                 updated by Thomas Gilgin, Ricardo Mones Lastra,
212                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
213                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
214
215 2005-02-05 [paul]       1.0.0cvs28
216
217         * src/compose.c
218                 fix Bug 682 'redirect is broken'
219
220
221 2005-02-05 [thorsten]   1.0.0cvs27
222
223         * src/partial_download.c
224                 fix buf overflow
225
226 2005-02-03 [colin]      1.0.0cvs26
227
228         * src/common/plugin.c
229                 Don't load GTK2 plugins at all. This solves
230                 the plugins problem when switching between
231                 GTK1 and GTK2 version.
232
233 2005-02-02 [colin]      1.0.0cvs25
234
235         * src/messageview.c
236                 Fix dangerous typo
237
238 2005-01-31 [colin]      1.0.0cvs24
239
240         * src/compose.c
241                 Fix MsgInfo reference leak
242
243 2005-01-28 [colin]      1.0.0cvs23
244
245         * src/folderview.c
246                 Change check - partial_recv is not cached.
247
248 2005-01-28 [colin]      1.0.0cvs22
249
250         * src/folderview.c
251                 Don't call partial_mark_for_delete() when 
252                 it's useless
253
254 2005-01-27 [colin]      1.0.0cvs21
255
256         * src/procmsg.c
257         * src/compose.c
258                 Fix build - sorry.
259
260 2005-01-27 [christoph]  1.0.0cvs20
261
262         * src/folder.c
263                 use normal message remove function if a folder has no function
264                 to remove all messages
265
266         * src/folderview.c
267                 fix memory leak
268
269 2005-01-27 [colin]      1.0.0cvs19
270
271         * src/procmime.c
272                 Forgot to commit this file with cvs18.
273
274 2005-01-27 [colin]      1.0.0cvs18
275
276         * src/compose.c
277                 Uhm, better not touch the original msginfo_list.
278
279 2005-01-27 [colin]      1.0.0cvs17
280
281         * src/procmsg.c
282         * src/procmsg.h
283                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
284         * src/compose.c
285                 ... And use it to be able to reply to the currently 
286                 selected MimeInfo.
287
288 2005-01-27 [colin]      1.0.0cvs16
289
290         * src/messageview.c
291         * src/summaryview.c
292         * src/compose.c
293         * src/compose.h
294         * src/toolbar.c
295         * src/mainwindow.c
296                 Factorize this reply mess
297
298 2005-01-26 [paul]       1.0.0cvs15
299
300         * ChangeLog
301         * ChangeLog.jp
302         * src/common/template.c
303                 sync with main, (fix memory leak), see ChangeLog
304                 2005-01-25
305
306 2005-01-25 [paul]       1.0.0cvs14
307
308         * src/compose.c
309                 compose_redirect(): fix sensitivity of attachment 
310                 "Properties..." button
311
312 2005-01-24 [colin]      1.0.0cvs13
313
314         * src/summaryview.c
315                 Freeze clist during operations involving message
316                 lists.
317
318 2005-01-24 [paul]       1.0.0cvs12
319
320         * ChangeLog
321         * ChangeLog.jp
322         * src/messageview.c
323         * src/mh.c
324         * src/common/utils.c
325                 sync with main, see ChangeLog 2005-01-19
326
327 2005-01-24 [colin]      1.0.0cvs11
328
329         * src/procheader.c
330                 Fix build with MIPSpro compiler.
331                 Patch by Ivan Rayner <ivanr@sgi.com>
332
333 2005-01-24 [colin]      1.0.0cvs10
334
335         * src/folderview.c
336                 Use (+) in collapsed folders with quicksearch-
337                 matching subfolders
338
339 2005-01-23 [holger]     1.0.0cvs9
340
341         * src/crash.c
342                 Include missing header file
343
344 2005-01-22 [colin]      1.0.0cvs8
345
346         * src/summaryview.c
347         * src/gtk/quicksearch.c
348                 Make recursive quicksearch work in
349                 root folders (and code fixes)
350
351 2005-01-21 [colin]      1.0.0cvs7
352
353         * src/summaryview.c
354                 Set cursor to wait while looking in subfolders
355
356 2005-01-21 [colin]      1.0.0cvs6
357
358         * src/summaryview.c
359                 Don't clear quicksearch if recursion is on,
360                 even if !sticky
361
362 2005-01-21 [colin]      1.0.0cvs5
363
364         * src/gtk/quicksearch.c
365         * src/prefs_common.c
366         * src/prefs_common.h
367                 Add option to recurse or not
368
369 2005-01-21 [colin]      1.0.0cvs4
370
371         * src/folder.h
372         * src/folderview.c
373         * src/folderview.h
374         * src/summaryview.c
375         * src/gtk/quicksearch.c
376         * src/gtk/quicksearch.h
377                 Make quicksearch recursive - results materialized
378                 by search icons in the folderview.
379
380 2005-01-20 [holger]     1.0.0cvs3
381
382         * src/addrindex.c
383         * src/addrindex.h
384                 Add addrindex_load_person_attribute() (for plugins)
385
386 2005-01-19 [colin]      1.0.0cvs2
387
388         * src/mbox.c
389         * src/mbox.h
390         * src/mainwindow.c
391         * src/summaryview.c
392         * src/summaryview.h
393                 Add an easy way to export specific messages
394                 to an mbox file.
395
396 2005-01-19 [paul]       1.0.0cvs1
397
398         * po/ja.po
399         * po/ko.po
400                 updated by  Rui Hirokawa and
401                 SungHyun Nam
402
403 2005-01-18 [paul]       1.0.0
404
405         * version 1.0.0 released
406
407 2005-01-17 [thorsten]   0.9.13cvs38
408
409         * src/crash.c
410         * src/gtk/pluginwindow.c
411                 return value of filesel should not be free()d
412
413 2005-01-17 [paul]       0.9.13cvs37
414
415         * AUTHORS
416         * po/es.po
417         * po/fr.po
418         * po/hr.po
419         * po/it.po
420         * po/pt_BR.po
421         * po/sk.po
422         * po/sr.po
423                 update translations. submitted by Ricardo Mones
424                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
425                 Frederico Goncalves Guimaraes, Andrej Kacian,
426                 Aleksandar Urosevic
427
428 2005-01-16 [colin]      0.9.13cvs36
429
430         * src/prefs_toolbar.c
431                 Fix two leaks, both found by Alfons.
432
433 2005-01-15 [paul]       0.9.13cvs35
434
435         * src/gtk/pluginwindow.c
436                 fix 2 memleaks, patch by Alfons
437
438 2005-01-15 [paul]       0.9.13cvs34
439
440         * ChangeLog
441         * ChangeLog.jp
442         * src/common/template.c
443                 sync with main, see ChangeLog 2005-01-11
444                 (fix potential memory corruption bug)
445
446 2005-01-14 [colin]      0.9.13cvs33
447
448         * src/html.c
449         * src/msgcache.c
450                 Fix coding style issues from the last patch
451
452 2005-01-14 [colin]      0.9.13cvs32
453
454         * src/msgcache.c
455                 Fix possible double free, avoid putting 8k on the stack
456         * src/html.c
457         * src/html.h
458                 Fix links with tags inside, add some entities
459         * AUTHORS
460                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
461
462 2005-01-09 [thorsten]   0.9.13cvs31
463
464         * tools/calypso_convert.pl
465                 support nested subdirs (possible in recent calypso versions)
466                 fix "change of readonly value" error with perl >= 5.8
467
468 2005-01-08 [colin]      0.9.13cvs30
469
470         * src/prefs_filtering_action.c
471                 Plug leak - patch by Alfons
472
473 2005-01-07 [paul]       0.9.13cvs29
474
475         * ChangeLog
476         * ChangeLog.jp
477         * src/pop.c
478         * src/pop.h
479                 sync with main, see ChangeLog 2005-01-06
480
481 2005-01-06 [colin]      0.9.13cvs28
482
483         * src/prefs_matcher.c
484                 Plug leak. Patch by Alfons
485
486 2005-01-04 [christoph]  0.9.13cvs27
487
488         * src/folderview.c
489         * src/imap_gtk.c
490         * src/news_gtk.c
491                 Create extra popup menu entries for account settings
492
493         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
494
495 2005-01-03 [colin]      0.9.13cvs26
496
497         * src/main.c
498                 Plugins should be loaded before --receive or --receive-all 
499                 is processed. 
500                 Patch by Felix Eckhofer <felix-ml@tribut.de>
501
502 2005-01-03 [colin]      0.9.13cvs25
503
504         * src/pop.c
505         * src/pop.h
506                 Add data_len member, because we can get NULs from network
507                 Patch by Alfons
508
509 2005-01-01 [colin]      0.9.13cvs24
510
511         * src/procmime.c
512                 Fix possible memleak in corner case - found by
513                 Martin Kluge, patch by Alfons
514
515 2004-12-30 [colin]      0.9.13cvs23
516
517         * src/account.c
518                 Fix prototypes - patch by Alfons
519
520 2004-12-30 [paul]       0.9.13cvs22
521
522         * ChangeLog
523         * ChangeLog.jp
524         * NEWS
525         * src/account.c
526                 sync with main 1.0.0.
527                 see ChangeLog 2004-12-22
528
529 2004-12-18 [paul]       0.9.13cvs21
530
531         * AUTHORS
532         * ChangeLog
533         * ChangeLog.jp
534         * src/action.c
535                 sync with main, see ChangeLog 2004-12-17
536
537 2004-12-17 [thorsten]   0.9.13cvs20
538
539         * src/compose.c
540                 protect trailing spaces when signing message
541
542 2004-12-16 [paul]       0.9.13cvs19
543
544         * ChangeLog
545         * ChangeLog.jp
546         * NEWS
547         * src/compose.c
548         * src/syldap.c
549                 sync with main 1.0.0rc
550                 see ChangeLog 2004-12-15
551
552 2004-12-14 [colin]      0.9.13cvs18
553
554         * src/gtk/prefswindow.c
555                 Fix build. Sorry :)
556
557 2004-12-14 [colin]      0.9.13cvs17
558
559         * src/gtk/gtkutils.c
560         * src/gtk/gtkutils.h
561         * src/gtk/prefswindow.c
562                 Catch Enter in prefswindow while in text
563                 widget. Patch by Alfons.
564
565 2004-12-14 [paul]       0.9.13cvs16
566
567         * ChangeLog
568         * ChangeLog.jp
569         * src/action.c
570         * src/compose.c
571         * src/common/utils.c
572                 sync with main, see ChangeLog entries 2004-12-10
573                 and 2004-12-13
574
575         * po/ru.po
576                 updated by Pavlo Bohmat
577
578 2004-12-13 [thorsten]   0.9.13cvs15
579
580         * src/plugins/spamassassin/libspamc.c
581                 fix memleak
582
583 2004-12-13 [colin]      0.9.13cvs14
584
585         * src/gtk/prefswindow.c
586         * src/gtk/pluginwindow.c
587                 Fix key_pressed handlers
588
589 2004-12-11 [colin]      0.9.13cvs13
590
591         * src/quote_fmt_parse.y
592                 Rework quote_fmt_parse to use less local 
593                 arrays in local blocks, so it doesn't 
594                 freak out IBM's stack protector. Patch
595                 by Alfons.
596
597 2004-12-10 [colin]      0.9.13cvs12
598
599         * src/messageview.c
600                 Fix logic error
601         * src/mainwindow.c
602                 Fix corruptions when de-separating messageview
603
604 2004-12-10 [paul]       0.9.13cvs11
605
606         * src/prefs_themes.c
607                 use a different set of icons for the Preview
608
609 2004-12-09 [colin]      0.9.13cvs10
610
611         * src/procmime.c
612                 Fix procmime_encode_content doing horribly wrong
613                 stuff when encoding to B64 from memory
614
615 2004-12-08 [colin]      0.9.13cvs9
616
617         * src/gtk/colorlabel.c
618                 Fix color label off-by-one
619                 Patch by Alfons
620
621 2004-12-08 [hoa]        0.9.13cvs8
622
623         * src/quote_fmt_parse.y
624                 really fix buffer overflow
625
626 2004-12-08 [colin]      0.9.13cvs7
627
628         * src/matcher_parser_parse.y
629         * src/msgcache.c
630         * src/prefs_matcher.c
631         * src/procheader.c
632         * src/matcher.c
633         * src/common/defs.h
634                 Cache total_size and use that to speed up
635                 'partial' match.
636                 Add 'partial' to the list of useable stuff
637                 in filtering
638
639 2004-12-08 [paul]
640
641         * po/sr.po
642                 updated by URKE MMI
643
644 2004-12-08 [colin]      0.9.13cvs6
645
646         * src/textview.c
647                 Fix possible boundary overrun in
648                 get_email_part(). Patch by Alfons
649
650 2004-12-08 [hoa]        0.9.13cvs5
651
652         * src/quote_fmt_parse.y
653                 fix buffer overflow
654                 http://bugs.gentoo.org/show_bug.cgi?id=67253
655
656 2004-12-07 [thorsten]   0.9.13cvs4
657
658         * src/procmime.c
659                 fix leak introduced with 0.9.13cvs1
660
661 2004-12-07 [keith]      0.9.13cvs3
662
663         * src/procmime.c
664                 Fix typo
665
666 2004-12-07 [colin]      0.9.13cvs2
667
668         * AUTHORS
669         * src/prefs_account.c
670         * src/common/smtp.c
671         * src/common/smtp.h
672                 Add SMTP PLAIN authentication. Patch by 
673                 George Michaelson <ggm@apnic.net>
674
675 2004-12-07 [thorsten]   0.9.13cvs1
676
677         * src/procmime.c
678                 [Bug 650] reply button causes crash
679                 Patch partly by David Relson
680
681 2004-12-06 [paul]       0.9.13
682
683         0.9.13 released
684
685 2004-12-06 [paul]
686
687         * po/sk.po
688                 updated by Andrej Kacian
689         * INSTALL
690         * README.claws
691                 updated
692         
693 2004-12-06 [christoph]
694
695         * configure.ac
696                 move GPGME check to PGP/MIME plugin checks
697
698 2004-12-06 [colin]      0.9.12cvs187
699
700         * src/compose.c
701                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
702
703 2004-12-06 [paul]       0.9.12cvs186
704
705         * INSTALL
706         * README.claws
707                 updated
708         * po/es.po
709         * po/fr.po
710         * po/it.po
711         * po/ja.po
712         * po/pt_BR.po
713         * po/zh_CN.po
714                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
715                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
716                 and Yang Guilong
717
718 2004-12-05 [paul]       0.9.12cvs185
719
720         * INSTALL
721         * Makefile.am
722         * README.claws
723                 update
724         * TODO.claws    **REMOVED**
725                 removed, use the wiki instead
726         * tools/Makefile.am
727         * tools/README
728                 remove newscache_conv.pl from the release package
729                 and notes as it is broken and not currently maintained
730         * tools/filter_conv.pl
731                 use --config-dir to find claws' config dir
732         * tools/kdeservicemenu/README
733         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
734         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
735                 make a top-level menu entry
736
737 2004-12-04 [paul]       0.9.12cvs184
738
739         * src/addrharvest.c
740                 conv_unmime_header_overwrite(name)
741
742 2004-12-04 [colin]      0.9.12cvs183
743
744         * src/compose.c
745                 Fix saving of compose window position
746                 when sending mail. Patch by Alfons.
747
748 2004-12-04 [paul]       0.9.12cvs182
749
750         * ChangeLog
751         * ChangeLog.jp
752         * INSTALL
753         * NEWS
754         * README
755         * README.jp
756         * doc/manual/ja/Makefile.am
757         * doc/manual/ja/sylpheed-1.html
758         * doc/manual/ja/sylpheed-10.html
759         * doc/manual/ja/sylpheed-11.html
760         * doc/manual/ja/sylpheed-12.html
761         * doc/manual/ja/sylpheed-13.html
762         * doc/manual/ja/sylpheed-14.html
763         * doc/manual/ja/sylpheed-15.html
764         * doc/manual/ja/sylpheed-16.html
765         * doc/manual/ja/sylpheed-17.html
766         * doc/manual/ja/sylpheed-18.html
767         * doc/manual/ja/sylpheed-19.html
768         * doc/manual/ja/sylpheed-2.html
769         * doc/manual/ja/sylpheed-20.html
770         * doc/manual/ja/sylpheed-3.html
771         * doc/manual/ja/sylpheed-4.html
772         * doc/manual/ja/sylpheed-5.html
773         * doc/manual/ja/sylpheed-6.html
774         * doc/manual/ja/sylpheed-7.html
775         * doc/manual/ja/sylpheed-8.html
776         * doc/manual/ja/sylpheed-9.html
777         * doc/manual/ja/sylpheed.html
778         * doc/manual/ja/sylpheed.sgml
779         * src/Makefile.am
780         * src/procmime.c
781         * src/pixmaps/regular.xpm **REMOVED**
782                 sync with main 1.0.0beta4, including: "canonicalize text files
783                 before encoding to BASE64, and uncanonicalize after decoding
784                 to conform with RFC 2045" 
785
786 2004-12-03 [christoph]  0.9.12cvs181
787
788         * src/compose.c
789                 build the Privacy System menu without GtkItemFactory to
790                 allow '/' in Privacy System names
791
792         * src/plugins/pgpmime/pgpmime.c
793         * src/plugins/pgpmime/plugin.c
794                 Update description and change Privacy System name
795
796 2004-12-03 [paul]
797
798         * src/pixmaps/dir_close.xpm
799         * src/pixmaps/dir_open.xpm
800         * src/pixmaps/drafts_close.xpm
801         * src/pixmaps/drafts_open.xpm
802         * src/pixmaps/group.xpm
803         * src/pixmaps/unread.xpm
804                 update icons (sync with main (adjust hue))      
805
806 2004-12-02 [paul]       0.9.12cvs180
807
808         * ChangeLog
809         * ChangeLog.jp
810         * src/Makefile.am
811         * src/pop.c
812         * src/common/utils.c
813         * src/common/utils.h
814         * src/pixmaps/folder.xpm **REMOVED**
815                 sync with main
816                 fixes bug 644 'extra CRs in subject line break filtering' 
817
818 2004-12-02 [colin]      0.9.12cvs179
819
820         * src/compose.c
821                 Prevent duplicate edition of queued
822                 and drafted mails
823
824 2004-12-02 [colin]      0.9.12cvs178
825
826         * src/compose.c
827                 Fix quote linewrapping ignoring pref
828                 Patch by Alfons
829
830 2004-11-30 [colin]      0.9.12cvs177
831
832         * src/gtk/prefswindow.c
833         * src/gtk/pluginwindow.c
834                 Add shortcut keys to prefs window
835                 and plugin window. Patch by Fabien Vantard.
836
837 2004-11-29 [colin]      0.9.12cvs176
838
839         * src/folderview.c
840                 Fix disappearing separators in folderview's popup
841
842 2004-11-29 [colin]      0.9.12cvs175
843
844         * src/procmime.c
845                 Another format bug
846
847 2004-11-29 [colin]      0.9.12cvs174
848
849         * src/pop.c
850                 Fix format string
851
852 2004-11-26 [colin]      0.9.12cvs173
853
854         * src/common/smtp.c
855         * src/common/smtp.h
856                 Use ESMTP for all servers advertising it
857                 Add SIZE= parameter to MAIL command for 
858                 ESMTP servers
859
860 2004-11-24 [colin]      0.9.12cvs172
861
862         * src/plugins/pgpmime/pgpmime.c
863                 Forgot one :(
864
865 2004-11-24 [colin]      0.9.12cvs171
866
867         * src/plugins/pgpmime/pgpmime.c
868                 Fix numerous GpgmeGtk leaks
869
870 2004-11-24 [colin]      0.9.12cvs170
871
872         * src/plugins/pgpmime/pgpmime.c
873                 Fix numerous GpgmeCtx leaks
874
875 2004-11-24 [colin]      0.9.12cvs169
876
877         * src/plugins/pgpmime/plugin.c
878                 Update requirements
879         * src/plugins/trayicon/Makefile.am
880         * src/plugins/trayicon/newmarkedmail.xpm
881         * src/plugins/trayicon/trayicon.c
882         * src/plugins/trayicon/unreadmarkedmail.xpm
883                 Add new icons when there are unread marked mails
884                 answers
885
886 2004-11-23 [thorsten]   0.9.12cvs168
887
888         * src/plugins/pgpmime/plugin.c
889                 typo: plugin_init instead of plugin_done
890
891 2004-11-23 [thorsten]   0.9.12cvs167
892
893         * commitHelper
894                 o add me
895         * src/partial_download.c
896         * src/partial_download.h
897                 o fix path for includes
898
899 2004-11-23 [colin]      0.9.12cvs166
900
901         * src/procmime.c
902                 Uh, changed API.
903
904 2004-11-23 [colin]      0.9.12cvs165
905
906         * src/procmime.c
907                 Fix mime headers wrapping
908
909 2004-11-23 [christoph]  0.9.12cvs164
910
911         * src/common/Makefile.am
912         * src/common/partial_download.[ch]
913         * src/Makefile.am
914         * src/partial_download.[ch]
915         * src/folderview.c
916                 move to src because it depends on src stuff
917
918         * src/codeconv.c
919         * src/common/base64.h
920                 move B64LEN macro to base64.h
921
922         * src/compose.c
923         * src/privacy.[ch]
924                 add PrefsAccount to sign-function parameters
925
926         * src/main.c
927         * src/prefs_account.[ch]
928         * src/gtk/prefswindow.[ch]
929                 o use new prefswindow for account prefs
930                 o add possibility to add new pages to account prefs
931
932         * src/plugins/pgpmime/prefs_gpg.[ch]
933         * src/plugins/pgpmime/prefs_gpg.glade
934                 add account prefs for GPG
935
936         * src/plugins/pgpmime/pgpmime.c
937         * src/plugins/pgpmime/sgpgme.[ch]
938                 create signers list based on the GPG account prefs
939
940 2004-11-23 [colin]      0.9.12cvs163
941
942         * src/main.c
943                 Fix cursor going from normal to wait
944                 as many times as there are folders
945                 (very noticeable on exported displays)
946
947 2004-11-23 [colin]      0.9.12cvs162
948
949         * src/msgcache.c
950                 HEAD needs this leak fix too
951
952 2004-11-22 [luke]       0.9.12cvs161
953
954         * src/gtk/gtkstext.c
955                 'Up' key moves one line (not one paragraph) like 'Down'
956
957 2004-11-22 [paul]       0.9.12cvs160
958
959         * src/prefs_themes.c
960                 fix oversized GtkFrames
961
962 2004-11-19 [paul]       0.9.12cvs159
963
964         * src/prefs_common.c
965                 update prefs_keybind_apply_clicked()
966
967 2004-11-18 [paul]       0.9.12cvs158
968
969         * src/compose.c
970         * src/messageview.c
971         * src/common/utils.c
972         * src/common/utils.h
973                 use Message-ID format like that previously
974                 used in compose_generate_msgid()
975
976 2004-11-17 [christoph]  0.9.12cvs157
977
978         * src/mainwindow.c
979         * src/prefs_common.c
980                 integrate "Common preferences" into new preferences dialog
981
982 2004-11-17 [colin]      0.9.12cvs156
983
984         * src/prefs_account.c
985         * src/prefs_account.h
986         * src/procmsg.c
987                 Add an option to let the user choose to store encrypted
988                 mail as clear text or encrypted.
989
990 2004-11-17 [colin]      0.9.12cvs155
991
992         * src/compose.c
993         * src/toolbar.c
994                 Be verbose when sending fails
995         * src/procmsg.c
996                 Fix procmsg_send_queue returning 0 when there's an error
997                 Don't send messages to be encrypted to nobody 
998
999
1000 2004-11-17 [colin]      0.9.12cvs154
1001
1002         * src/privacy.c
1003                 Fix more pointer confusion
1004
1005 2004-11-17 [paul]       0.9.12cvs153
1006
1007         * src/procmime.h
1008                 forgotten in sync with main 1.0.0beta3
1009
1010
1011 2004-11-17 [paul]       0.9.12cvs152
1012
1013         * ChangeLog
1014         * ChangeLog.jp
1015         * NEWS
1016         * src/compose.c
1017         * src/jpilot.c
1018         * src/procmime.c
1019                 sync with main 1.0.0beta3
1020                 see ChangeLog 2004-11-15 and 2004-11-16
1021
1022 2004-11-17 [colin]      0.9.12cvs151
1023
1024         * src/plugins/pgpmime/pgpmime.c
1025                 Remove debug printf
1026
1027 2004-11-17 [colin]      0.9.12cvs150
1028
1029         * src/plugins/pgpmime/pgpmime.c
1030                 Fix off-by-one causing segs
1031
1032 2004-11-17 [colin]      0.9.12cvs149
1033
1034         * src/procmsg.c
1035                 < Reboot_> don't compare pointers to NULL with !
1036                 So, use the other form to bring consistency.
1037                 Also fix coding style.
1038
1039 2004-11-16 [colin]      0.9.12cvs148
1040
1041         * src/procmsg.c
1042                 Fix the fix :)
1043
1044 2004-11-16 [colin]      0.9.12cvs147
1045
1046         * src/procmsg.c
1047                 Fix leaks in procmsg_send_message_queue
1048
1049 2004-11-12 [paul]       0.9.12cvs146
1050
1051         * src/prefs_account.c
1052         * src/procmime.c
1053         * src/procmime.h
1054                 fix sync breakage 
1055
1056 2004-11-12 [paul]
1057
1058         * src/pixmaps/complete.xpm
1059         * src/pixmaps/continue.xpm
1060                 small sync with main, see ChangeLog 2004-11-11
1061
1062 2004-11-11 [paul]       0.9.12cvs145
1063
1064         * ChangeLog
1065         * ChangeLog.jp
1066         * src/account.c
1067         * src/folderview.c
1068         * src/folderview.h
1069         * src/imap.c
1070         * src/imap_gtk.c
1071         * src/inc.c
1072         * src/mainwindow.c
1073         * src/mh_gtk.c
1074         * src/news_gtk.c
1075         * src/pop.c
1076         * src/prefs_account.c
1077         * src/prefs_account.h
1078         * src/prefs_ext_prog.c
1079         * src/procmsg.c
1080         * src/procmsg.h
1081         * src/summary_search.c
1082         * src/summaryview.c
1083         * src/textview.c
1084         * src/common/defs.h
1085         * src/common/utils.c
1086         * src/common/utils.h
1087         * src/gtk/menu.c
1088         * src/gtk/menu.h
1089                 sync with main 1.0.0beta2 (plus 4)
1090
1091 2004-11-09 [christoph]  0.9.12cvs144
1092
1093         * src/compose.c
1094         * src/prefs_account.[ch]
1095                 add option menu to select default privacy system
1096
1097         * src/plugins/pgpmime/pgpmime.c
1098                 better memory allocation
1099
1100         * src/folder.c
1101                 syncronize flags when scanning a folder
1102
1103 2004-11-08 [colin]      0.9.12cvs143
1104
1105         * src/summaryview.c
1106                 Prevent useless folder count updates while 
1107                 quicksearch is running. It is really annoying 
1108                 while quicksearch is running a full-mail
1109                 scan, like 'b foo', in a big folder.
1110
1111 2004-11-08 [colin]      0.9.12cvs142
1112
1113         * src/textview.c
1114                 Really fix these mail URIs
1115
1116 2004-11-08 [colin]      0.9.12cvs141
1117
1118         * src/textview.c
1119                 fix "colin@colino.net" <colin@colino.net> 
1120                 types of URIs
1121
1122 2004-11-06 [colin]      0.9.12cvs140
1123
1124         * src/compose.c
1125                 Don't ask for passphrase if not sending
1126
1127 2004-11-05 [christoph]  0.9.12cvs139
1128
1129         * src/compose.c
1130                 o encode text content of composed mails
1131         * src/procmime.c
1132                 o allow encoding of MimeInfos that are stored in memory buffers
1133                 
1134
1135 2004-11-03 [paul]       0.9.12cvs138
1136
1137         * po/POTFILES.in
1138                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1139                 Patch submitted by Fabien Vantard
1140
1141         * src/prefs_ext_prog.c
1142                 fix typos. Patch submitted by Fabien Vantard
1143
1144         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1145         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1146                 add German, Spanish, Italian, Brazilian Portuguese,
1147                 and Slovak translations. Submitted by Thomas Gilgin,
1148                 J. José del Río 'partymola', Andrea Spadaccini,
1149                 Frederico Goncalves Guimaraes, and Andrej Kacian
1150
1151 2004-11-01 [christoph]  0.9.12cvs137
1152
1153         * src/procmime.c
1154                 implement RFC2231's parameter encoding
1155
1156 2004-10-29 [colin]      0.9.12cvs136
1157
1158         * src/common/utils.c
1159                 Fix boundary delimiter (a Pine user gets this:
1160                 > Malformed message: Unexpected characters at end of parameters:
1161                 > =_Thu__28_Oct_2)
1162
1163 2004-10-29 [paul]
1164
1165         * tools/textviewer.sh
1166                 fix typo. patch submitted by Johann Koenig 
1167                 <explosive@hvc.rr.com>
1168
1169 2004-10-29 [paul]
1170
1171         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1172         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1173                 add French translations, submitted by Fabien Vantard
1174
1175 2004-10-28 [christoph]  0.9.12cvs135
1176
1177         * doc/src/rfc2231.txt                           ** NEW **
1178         * src/procmime.c
1179         * src/common/quoted-printable.c
1180         * src/common/utils.[ch]
1181                 implement RFC2231's parameter decoding
1182
1183 2004-10-27 [paul]
1184
1185         * tools/kdeservicemenu/README
1186         * tools/kdeservicemenu/install.sh
1187         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1188         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1189         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1190                 output files to /tmp instead of littering the
1191                 current dir
1192                 add uninstall function
1193                 refactor
1194
1195 2004-10-26 [christoph]  0.9.12cvs134
1196
1197         * src/procmime.c
1198                 better check if parameters have to be in quoted string
1199
1200 2004-10-25 [paul]
1201
1202         * tools/kdeservicemenu/README
1203         * tools/kdeservicemenu/install.sh
1204         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1205         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1206         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1207                 add files for Sylpheed Service Menu in Konqueror
1208
1209 2004-10-22 [paul]       0.9.12cvs133
1210
1211         * src/compose.c
1212         * src/prefs_common.c
1213         * src/prefs_common.h
1214         * src/prefs_wrapping.c
1215                 remove 'smart wrapping'
1216
1217 2004-10-21 [colin]      0.9.12cvs132
1218
1219         * src/compose.c
1220                 Remove extraneous separator in Options
1221
1222 2004-10-21 [colin]      0.9.12cvs131
1223
1224         * src/compose.c
1225                 Replace "unknown" attachments by "application/octet-stream"
1226                 Be a bit more defensive when using strchr
1227
1228 2004-10-20 [paul]
1229
1230         * po/ru.po
1231                 updated by Pavlo Bohmat
1232
1233 2004-10-19 [christoph]  0.9.12cvs130
1234
1235         * src/compose.c
1236                 fix wrong menu entry path
1237
1238         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1239
1240         * src/gtk/menu.c
1241                 add extra check for missing menu entries
1242
1243 2004-10-19 [christoph]  0.9.12cvs129
1244
1245         * src/compose.c
1246         * src/common/utils.c
1247                 use utils' generate_msgid() in compose.c
1248
1249 2004-10-18 [christoph]  0.9.12cvs128
1250
1251         * src/plugins/pgpmime/passphrase.c
1252         * src/plugins/pgpmime/pgpmime.c
1253         * src/plugins/pgpmime/prefs_gpg.[ch]
1254         * src/plugins/pgpmime/prefs_gpg.glade
1255         * src/plugins/pgpmime/sgpgme.c
1256                 add GPG prefs
1257
1258 2004-10-18 [christoph]  0.9.12cvs127
1259
1260         * src/addrbook.c
1261         * src/addrcache.c
1262         * src/addressbook.c
1263         * src/codeconv.c
1264         * src/compose.c
1265         * src/customheader.c
1266         * src/editaddress.c
1267         * src/editgroup.c
1268         * src/exporthtml.c
1269         * src/folder.c
1270         * src/folderview.c
1271         * src/imap.c
1272         * src/jpilot.c
1273         * src/main.c
1274         * src/matcher_parser_parse.y
1275         * src/mbox.c
1276         * src/pop.c
1277         * src/prefs_account.c
1278         * src/prefs_gtk.c
1279         * src/prefs_msg_colors.c
1280         * src/procheader.c
1281         * src/procmime.[ch]
1282         * src/procmsg.c
1283         * src/summaryview.c
1284         * src/textview.c
1285         * src/common/base64.c
1286         * src/common/partial_download.c
1287         * src/common/socket.c
1288         * src/common/sylpheed.c
1289         * src/common/utils.[ch]
1290         * src/gtk/filesel.c
1291         * src/gtk/pluginwindow.c
1292         * src/gtk/quicksearch.c
1293         * src/plugins/pgpmime/pgpmime.c
1294         * src/plugins/pgpmime/plugin.c
1295         * src/plugins/pgpmime/select-keys.c
1296         * src/plugins/pgpmime/sgpgme.c
1297         * src/plugins/spamassassin/libspamc.c
1298         * src/plugins/trayicon/trayicon.c
1299         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1300         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1301                 o don't use any GNU C extensions
1302                 o fix warnings
1303                 o replace some non-POSIX functions
1304
1305         * src/plugins/spamassassin/spamassassin.[ch]
1306         * src/plugins/spamassassin/spamassassin_gtk.c
1307         * src/plugins/clamav/clamav_plugin.[ch]
1308         * src/plugins/clamav/clamav_plugin_gtk.c
1309                 replace statusbar_print_all() from common code because it is a
1310                 GUI function
1311
1312 2004-10-17 [paul]
1313
1314         * po/es.po
1315         * po/ko.po
1316         * AUTHORS
1317                 update Spanish and Korean translations,
1318                 submitted by Ricardo Mones Lastra and
1319                 SungHyun Nam
1320
1321 2004-10-13 [colin]      0.9.12cvs126
1322
1323         * src/compose.c
1324                 Don't convert message to forced encoding when 
1325                 drafting, plus minor magic-values cleanup.
1326
1327 2004-10-13 [colin]      0.9.12cvs125
1328
1329         * po/POTFILES.in
1330                 Update POTFILES.in to reflect the source
1331                 place changes
1332
1333 2004-10-08 [christoph]  0.9.12cvs124
1334
1335         * m4/spamassassin.m4
1336                 fix libspamc OpenSSL
1337
1338         * src/compose.c
1339                 rearrange the compose menu
1340
1341 2004-10-08 [christoph]  0.9.12cvs123
1342
1343         * src/Makefile.am
1344         * src/account.c
1345         * src/compose.[ch]
1346         * src/crash.c
1347         * src/main.c
1348         * src/mimeview.c
1349         * src/passphrase.[ch]                           ** REMOVE **
1350         * src/prefs_account.[ch]
1351         * src/prefs_common.[ch]
1352         * src/privacy.[ch]
1353         * src/procmime.[ch]
1354         * src/procmsg.c
1355         * src/rfc2015.[ch]                              ** REMOVE **
1356         * src/select-keys.[ch]                          ** REMOVE **
1357         * src/common/utils.[ch]
1358         * src/gtk/about.c
1359         * src/plugins/pgpmime/Makefile.am
1360         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1361         * src/plugins/pgpmime/pgpmime.c
1362         * src/plugins/pgpmime/plugin.c
1363         * src/plugins/pgpmime/prefs_gpg.[ch]
1364         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1365         * src/plugins/pgpmime/sgpgme.[ch]
1366                 o Add new MIME-Writer
1367                 o extend PrivacySystem with sign and encrypt functions
1368                 o extend PGP/MIME plugin with sign and encrypt functions
1369                 o integrate extended Privacy API in Compose and Sending process
1370
1371 2004-10-04 [colin]      0.9.12cvs122
1372
1373         * src/mainwindow.c
1374         * src/messageview.c
1375         * src/messageview.h
1376         * src/textview.c
1377                 Make forced encoding limited to messageview and
1378                 apply only to parts displayed using textview
1379
1380 2004-10-04 [colin]      0.9.12cvs121
1381
1382         * src/summaryview.c
1383                 Fix bug #605 (collapsed threads re-expand when moving or
1384                 deleting mails)
1385
1386 2004-10-03 [colin]      0.9.12cvs120
1387
1388         * src/summaryview.c
1389                 Fix bug #602
1390
1391 2004-10-02 [colin]      0.9.12cvs119
1392
1393         * src/mainwindow.c
1394         * src/messageview.c
1395         * src/prefs_common.h
1396         * src/procmime.c
1397         * src/procmime.h
1398         * src/textview.c
1399                 Clean up forced charset feature
1400                 Add forced decode
1401
1402 2004-10-01 [colin]      0.9.12cvs118
1403
1404         * src/mimeview.c
1405                 Better fix for Save all: skip multipart mails' first 
1406                 text part
1407
1408 2004-10-01 [colin]      0.9.12cvs117
1409
1410         * src/mimeview.c
1411                 Only save attachments in Save All
1412
1413 2004-10-01 [paul]       0.9.12cvs116
1414
1415         * ChangeLog
1416         * ChangeLog.jp
1417         * src/account.c
1418         * src/prefs_common.c
1419         * src/gtk/colorlabel.c
1420                 sync with main 0.9.12cvs17
1421
1422 2004-09-30 [colin]      0.9.12cvs115
1423
1424         * src/stock_pixmap.c
1425         * src/stock_pixmap.h
1426         * src/folderview.c
1427         * src/Makefile.am
1428         * src/pixmaps/read.xpm
1429                 Add icon for total # column
1430
1431 2004-09-29 [colin]      0.9.12cvs114
1432
1433         * src/compose.c
1434                 Don't close compose until message is sent if 
1435                 Show Send Dialog is Always
1436
1437 2004-09-29 [paul]       0.9.12cvs113
1438
1439         * src/quote_fmt_parse.y
1440                 In the quotation templates recognise sender's first and last 
1441                 names (%F %L) when the name is in the format "Duck, Donald".
1442                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1443
1444
1445 2004-09-28 [colin]      0.9.12cvs112
1446
1447         * src/mainwindow.c
1448                 Put back mnemonic
1449         * src/folderview.c
1450                 Fix Empty trash being visible-invisible-visible...
1451
1452 2004-09-28 [colin]      0.9.12cvs111
1453
1454         * src/mainwindow.c
1455                 Relabel Empty all Trash folders
1456
1457 2004-09-28 [colin]      0.9.12cvs110
1458
1459         * src/folderview.c
1460                 Add contextual Empty trash menu
1461         * src/mainwindow.c
1462                 Revert cvs109 which was useless
1463
1464 2004-09-28 [colin]      0.9.12cvs109
1465
1466         * src/mainwindow.c
1467                 Fix uninialized var
1468
1469 2004-09-28 [colin]      0.9.12cvs108
1470
1471         * src/addressbook.c
1472                 Fix triple-click
1473
1474 2004-09-28 [colin]      0.9.12cvs107
1475
1476         * src/addressbook.c
1477                 Fix double-click on entries
1478
1479 2004-09-28 [colin]      0.9.12cvs106
1480
1481         * src/inc.c
1482                 Reintroduce folder_item update freeze on incorporation
1483
1484 2004-09-27 [christoph]  0.9.12cvs105
1485
1486         * src/folderview.c
1487                 right-align new and unread column
1488
1489 2004-09-27 [paul]
1490
1491         * 0.9.12b released
1492
1493 2004-09-27 [paul]       0.9.12cvs104
1494
1495         * src/main.c
1496                 revert 0.9.12cvs101, it causes another segfault
1497
1498 2004-09-23 [christoph]  0.9.12cvs103
1499
1500         * src/plugins/spamassassin/libspamc.[ch]
1501         * src/plugins/spamassassin/utils.[ch]
1502                 update libspamc to SpamAssassin 3.0.0
1503
1504 2004-09-17 [paul]       0.9.12cvs102
1505
1506         * ChangeLog
1507         * ChangeLog.jp
1508         * src/inc.c
1509                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1510  
1511
1512 2004-09-17 [colin]      0.9.12cvs101
1513
1514         * src/main.c
1515                 Fix segfaults when quitting. valgrind says:
1516                         ==12144== Invalid read of size 4
1517                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1518                         [...]
1519                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1520                         [...]
1521                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1522
1523
1524 2004-09-13 [christoph]  0.9.12cvs100
1525
1526         * src/folder.c
1527                 add NULL pointer checks to fix segfault when messages can
1528                 not be fetched
1529
1530 2004-09-08 [colin]      0.9.12cvs99
1531
1532         * src/account.c
1533                 Remove a debug printf
1534
1535 2004-09-08 [christoph]  0.9.12cvs98
1536
1537         * src/procmsg.[ch]
1538                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1539                 if the message structure has been scanned
1540
1541         * src/folder.c
1542                 o scan structure when the mail is fetched for the first time
1543                   to prevent unnecessary fetching of messages while scanning
1544                   the folder for messages
1545                 o revert 0.9.12cvs24
1546
1547         * src/plugins/pgpmime/pgpmime.c
1548                 check signature if auto signature checking is enabled when the
1549                 signature status is requested for first time and not when
1550                 checking if a part has a signature
1551
1552 2004-09-07 [colin]      0.9.12cvs97
1553
1554         * src/inc.c
1555                 Change session error messages so that they
1556                 are a bit more helpful (the origin of the
1557                 error is not apparent if one isn't in 
1558                 front of Sylpheed when it happens).
1559
1560 2004-09-06 [colin]      0.9.12cvs96
1561
1562         * src/toolbar.c
1563                 Fix graying out Redirect in non english languages
1564                 Patch by Fabien Vantard
1565
1566 2004-09-06 [colin]      0.9.12cvs95
1567
1568         * src/summaryview.c
1569         * src/mimeview.c
1570                 Fix dropped URIs
1571
1572 2004-09-06 [colin]      0.9.12cvs94
1573
1574         * src/addressbook.c
1575         * src/addressitem.h
1576         * src/addritem.c
1577         * src/addritem.h
1578                 Add basic drag and drop to addressbook
1579
1580 2004-09-03 [colin]      0.9.12cvs93
1581
1582         * src/summaryview.c
1583                 Next/Prev unread message should start
1584                 from next/prev node (especially if 
1585                 mark_as_read_delay != 0)
1586
1587 2004-09-03 [colin]      0.9.12cvs92
1588
1589         * src/prefs_common.c
1590         * src/prefs_common.h
1591         * src/summaryview.c
1592                 Add an hidden 'mark_as_read_delay' pref 
1593
1594 2004-09-02 [colin]      0.9.12cvs91
1595
1596         * src/gtk/menu.c
1597                 Add unduplicated menu entries (fixes bug 532)
1598                 Patch by Fabien Vantard
1599
1600 2004-09-02 [colin]      0.9.12cvs90
1601
1602         * src/account.c
1603                 Fix bug 582 (broken auto account selection)
1604
1605 2004-09-02 [colin]      0.9.12cvs89
1606
1607         * src/addrindex.c
1608                 Free deleted queries too
1609
1610 2004-09-02 [colin]      0.9.12cvs88
1611
1612         * src/ldapquery.c
1613                 Fix freezes in LDAP, due to memory corruption
1614                 after deletion of a query (and not removing it
1615                 from the corresponding list of queries).
1616                 Very probably fixes bug 567 and bug 569
1617
1618 2004-09-02 [colin]      0.9.12cvs87
1619
1620         * src/prefs_spelling.c
1621                 Fix bug with aspell prefs init, where spell checking
1622                 is enabled at first but dictionary not specified. Use
1623                 LANG's dictionary by default.
1624
1625 2004-09-01 [colin]      0.9.12cvs86
1626
1627         * src/filtering.c
1628         * src/imap.c
1629         * src/prefs_matcher.c
1630         * src/stock_pixmap.c
1631                 Fix more nasty uninitialized variables
1632
1633 2004-08-31 [colin]      0.9.12cvs85
1634
1635         * src/folder.c
1636                 Fix memory corruption when entering procmsg_msginfo_free()
1637                 with unitialized msginfo. Thanks Valgrind.
1638
1639 2004-08-29 [colin]      0.9.12cvs84
1640
1641         * src/mimeview.c
1642                 Don't escape filenames before saving - that's 
1643                 not dangerous. By the way, fix the leak.
1644
1645 2004-08-27 [paul]       0.9.12cvs83
1646
1647         * src/mh.c
1648         * src/procheader.c
1649         * src/procmsg.c
1650         * src/procmsg.h
1651         * src/common/utils.c
1652         * src/gtk/menu.h
1653                 sync with main 0.9.12cvs6, see ChangeLog
1654                 2004-08-24, 2004-08-25, 2004-08-26
1655
1656
1657 2004-08-26 [paul]
1658
1659         * po/ja.po
1660                 updated by Rui Hirokawa
1661
1662 2004-08-25 [colin]      0.9.12cvs82
1663
1664         * src/plugins/pgpmime/pgpmime.c
1665                 Fix leak on non-combined encrypted messages
1666
1667 2004-08-25 [colin]      0.9.12cvs81
1668
1669         * src/plugins/pgpmime/pgpmime.c
1670         * src/plugins/pgpmime/sgpgme.c
1671         * src/plugins/pgpmime/sgpgme.h
1672                 Handle combined encryption/signature
1673
1674 2004-08-24 [colin]      0.9.12cvs80
1675
1676         * src/folder.c
1677                 Set mime flags on non multipart messages too
1678
1679 2004-08-23 [christoph]  0.9.12cvs79
1680
1681         * src/compose.c
1682                 create message header in memory as GString before writing it
1683                 to the message file
1684
1685 2004-08-23 [colin]      0.9.12cvs78
1686
1687         * src/rfc2015.c
1688         * src/rfc2015.h
1689         * src/compose.c
1690                 Fix (again) bug 197: inline encryption broken
1691
1692 2004-08-23 [paul]
1693
1694         * po/zh_CN.po
1695                 updated by Hansom Young
1696
1697 2004-08-23 [paul]
1698
1699         * 0.9.12a released
1700
1701 2004-08-23 [colin]      0.9.12cvs77
1702
1703         * src/imap.c
1704                 Try and fix bug 577 (session->last_access_time is broken since 
1705                 sync with main 0.9.12cvs2). 
1706                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1707
1708 2004-08-23 [paul]
1709
1710         * po/es.po
1711         * po/fr.po
1712         * po/pl.po
1713         * po/pt_BR.po
1714         * po/sk.po
1715         * po/sr.po
1716                 update translations. submitted by Ricardo
1717                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1718                 Frederico Goncalves Guimaraes, Andrej Kacian,
1719                 Urke MMI
1720
1721 2004-08-22 [paul]       0.9.12cvs76
1722
1723         * src/plugins/trayicon/trayicon.c
1724                 fix formatting bug in trayicon_popup_menu_entries[]
1725
1726
1727 2004-08-22 [paul]       0.9.12cvs75
1728
1729         * m4/Makefile.am
1730                 remove reference to openssl.m4
1731
1732
1733 2004-08-21 [colin]      0.9.12cvs74
1734
1735         * src/compose.c
1736                 Fix bug 576 (Duplicate auto-bcc on reedit)
1737
1738 2004-08-21 [colin]      0.9.12cvs73
1739
1740         * src/toolbar.c
1741                 Grey out Redirect in the toolbar when selection is
1742                 multiple. Fixes bug 520
1743
1744 2004-08-21 [colin]      0.9.12cvs72
1745
1746         * src/compose.c
1747                 Save Sign, Encrypt and Mode status when drafting or queuing
1748                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1749                 state)
1750
1751 2004-08-21 [colin]      0.9.12cvs71
1752
1753         * src/summaryview.c
1754                 Fix bug 494 (Messages are always opened in summary 
1755                 view when right clicked.) Also fixes bug 508.
1756
1757 2004-08-21 [colin]      0.9.12cvs70
1758
1759         * src/compose.c
1760                 When using inline encryption, don't use QP or Base64:
1761                 the mail will be encrypted to a 7bit string.
1762                 Fixes bug 197
1763
1764 2004-08-21 [colin]      0.9.12cvs69
1765
1766         * src/compose.c
1767                 Fix inline-signing with 8bit chars: data must be 
1768                 converted to Quoted-printable before signing.
1769
1770 2004-08-21 [colin]      0.9.12cvs68
1771
1772         * src/compose.c
1773                 Remove 'Message/Save to draft folder'
1774                 and 'Message/Save and keep editing' to 
1775                 put a single 'File/Save' command.
1776                 Fixes bug 224
1777
1778 2004-08-21 [colin]      0.9.12cvs67
1779
1780         * src/mainwindow.c
1781                 Fix bug 222 (Summary view state not retained between sessions)
1782
1783 2004-08-20 [colin]      0.9.12cvs66
1784
1785         * src/codeconv.c
1786                 Fix bug 574 (empty cur_locale is not enough)
1787
1788 2004-08-20 [paul]
1789
1790         * src/plugins/pgpmime/plugin.c
1791                 modify PGP/MIME plugin's description
1792
1793 2004-08-16 [colin]      0.9.12cvs65
1794
1795         * src/common/ssl.c
1796                 Fix version comparison
1797
1798 2004-08-16 [colin]      0.9.12cvs64
1799
1800         * src/common/ssl.c
1801                 I meant 2.2.
1802
1803 2004-08-16 [colin]      0.9.12cvs63
1804
1805         * src/common/ssl.c
1806                 People with glibc 2.1 have had problems with non-blocking
1807                 SSL_connect. Disable it for glibc < 2.2.
1808
1809 2004-08-16 [colin]      0.9.12cvs62
1810
1811         * src/common/ssl.c
1812                 Fix format error
1813
1814 2004-08-13 [colin]      0.9.12cvs61
1815
1816         * src/plugins/pgpmime/plugin.c
1817                 Add plugin's description
1818
1819 2004-08-12 [christoph]  0.9.12cvs60
1820
1821         * src/folderutils.c
1822                 fix bug that did not thaw folder updates when deleting
1823                 duplicates in empty folders
1824
1825 2004-08-12 [colin]      0.9.12cvs59
1826
1827         * src/plugins/trayicon/trayicon.c
1828                 Add a context menu with most common operations
1829
1830 2004-08-12 [colin]      0.9.12cvs58
1831
1832         * configure.ac
1833         * sylpheed.desktop
1834         * src/Makefile.am
1835         * src/main.c
1836                 Add support for Freedesktop.org's startup notification
1837
1838 2004-08-10 [colin]      0.9.12cvs57
1839
1840         * src/main.c
1841         * src/common/socket.c
1842         * src/common/ssl.c
1843         * src/common/sylpheed.c
1844         * src/common/sylpheed.h
1845                 Put back the ssl connect nonblocking...
1846                 without the race condition
1847
1848 2004-08-09 [colin]      0.9.12cvs56
1849
1850         * src/main.c
1851         * src/common/ssl.c
1852         * src/common/sylpheed.c
1853         * src/common/sylpheed.h
1854                 Reverting previous commit, doesn't work 
1855
1856 2004-08-09 [colin]      0.9.12cvs55
1857
1858         * src/main.c
1859         * src/common/ssl.c
1860         * src/common/sylpheed.c
1861         * src/common/sylpheed.h
1862                 Make SSL_connect nonblocking, using a thread
1863
1864 2004-08-09 [paul]       0.9.12cvs54
1865
1866         * po/POTFILES.in
1867                 reflect new location of sgpgme.c
1868         * src/main.c
1869                 sync with main, see ChangeLog 2004-08-09
1870
1871 2004-08-08 [christoph]  0.9.12cvs53
1872
1873         * src/folderutils.c
1874                 freeze FolderItem updates while deleting duplicate messages
1875
1876 2004-08-08 [christoph]  0.9.12cvs52
1877
1878         * configure.ac
1879         * src/Makefile.am
1880         * src/main.c
1881         * src/pgpmime.c
1882         * src/pgpmime.h
1883         * src/sgpgme.c
1884         * src/sgpgme.h
1885         * src/plugins/Makefile.am
1886         * src/plugins/pgpmime/.cvsignore
1887         * src/plugins/pgpmime/Makefile.am
1888         * src/plugins/pgpmime/pgpmime.c
1889         * src/plugins/pgpmime/pgpmime.h
1890         * src/plugins/pgpmime/plugin.c
1891         * src/plugins/pgpmime/sgpgme.c
1892         * src/plugins/pgpmime/sgpgme.h
1893                 new plugin for PGP/MIME
1894
1895 2004-08-07 [christoph]  0.9.12cvs51
1896
1897         * src/folder.c
1898                 disable immediate folder change notification on opened folders
1899                 until SummaryView can handle it quickly
1900
1901 2004-08-07 [colin]      0.9.12cvs50
1902
1903         * src/pop.c
1904         * src/common/partial_download.c
1905                 fix warnings
1906
1907 2004-08-07 [colin]      0.9.12cvs49
1908
1909         * src/Makefile.am
1910         * src/account.c
1911         * src/addressbook.c
1912         * src/alertpanel.c
1913         * src/alertpanel.h
1914         * src/compose.c
1915         * src/exphtmldlg.c
1916         * src/expldifdlg.c
1917         * src/main.c
1918         * src/message_search.c
1919         * src/messageview.c
1920         * src/pop.c
1921         * src/sgpgme.c
1922         * src/summary_search.c
1923         * src/summaryview.c
1924         * src/textview.c
1925         * src/gtk/sslcertwindow.c
1926         * src/pixmaps/stock_dialog-error.xpm
1927         * src/pixmaps/stock_dialog-info.xpm
1928         * src/pixmaps/stock_dialog-question.xpm
1929         * src/pixmaps/stock_dialog-warning.xpm
1930                 sync new alertpanel from gtk2
1931
1932 2004-08-07 [colin]      0.9.12cvs48
1933
1934         * src/prefs_folder_item.c
1935                 fix memory corruption in folderitem's prefs
1936
1937 2004-08-06 [colin]      0.9.12cvs47
1938
1939         * src/compose.c
1940                 close compose window after queuing, before 
1941                 sending when user presses Send
1942
1943 2004-08-05 [christoph]  0.9.12cvs46
1944
1945         * src/msgcache.c
1946         * src/common/defs.h
1947                 add charset to cache file and convert charset when reading the
1948                 cache if different from internal used charset
1949
1950 2004-08-05 [christoph]  0.9.12cvs45
1951
1952         * src/messageview.c
1953         * src/mimeview.[ch]
1954         * src/procmime.h
1955         * src/common/utils.h
1956                 cleanup (remove unused includes/reorganize)
1957
1958         * src/prefs_ext_prog.c
1959         * src/prefs_folder_item.c
1960         * src/prefs_fonts.c
1961         * src/prefs_msg_colors.c
1962         * src/prefs_spelling.c
1963         * src/prefs_themes.c
1964         * src/prefs_toolbar.c
1965         * src/prefs_wrapping.c
1966         * src/gtk/prefswindow.[ch]
1967         * src/plugins/clamav/clamav_plugin_gtk.c
1968         * src/plugins/dillo_viewer/dillo_prefs.c
1969         * src/plugins/image_viewer/viewerprefs.c
1970         * src/plugins/spamassassin/spamassassin_gtk.c
1971                 change PrefsPage path into an array of strings and don't
1972                 split a single string into parts (better for translation)
1973
1974 2004-08-05 [christoph]  0.9.12cvs44
1975
1976         * src/folder.c
1977                 fix FolderItem's message counts after rebuilding a cache
1978
1979 2004-08-05 [paul]       0.9.12cvs43
1980
1981         * ChangeLog
1982         * ChangeLog.jp
1983         * src/imap.c
1984         * src/news.c
1985         * src/common/nntp.c
1986         * src/common/session.c
1987         * src/common/session.h
1988         * src/common/socket.c
1989                 sync with main 0.9.12cvs2
1990                 see ChangeLog 2004-08-04
1991
1992 2004-08-04 [christoph]  0.9.12cvs42
1993
1994         * configure.ac
1995                 add missing AC_DEFINE(USE_OPENSSL, ...)
1996         * src/folder.c
1997                 use new xml_node_new() function
1998
1999 2004-08-03 [christoph]  0.9.12cvs41
2000
2001         * src/folder.c
2002         * src/localfolder.c
2003         * src/common/xml.[ch]
2004                 sync with main 0.9.12cvs1
2005                 see ChangeLog 2004-07-23
2006
2007 2004-08-03 [christoph]
2008
2009         * configure.ac
2010         * m4/openssl.m4                 ** REMOVE **
2011                 use pkg-config to get OpenSSL CFLAGS and LIBS
2012                 (OpenSSL 0.9.7 is required now)
2013
2014 2004-08-02 [paul]       0.9.12cvs40
2015
2016         * AUTHORS
2017                 update translation team section
2018         * po/pt_BR.po
2019                 updated by Frederico Goncalves Guimaraes
2020                 <fggdebian@yahoo.com.br>
2021
2022 2004-07-29 [colin]      0.9.12cvs39
2023
2024         * src/messageview.c
2025                 Inform the user when a partially 
2026                 downloaded mail isn't on the server
2027                 anymore (due to Mark for deletion)
2028
2029 2004-07-29 [colin]      0.9.12cvs38
2030
2031         * src/messageview.c
2032                 Hide noticeview if necessary
2033
2034 2004-07-27 [colin]      0.9.12cvs37
2035
2036         * src/msgcache.c
2037                 More fixes (i overlook a bit, thanks
2038                 Christoph for spotting it)
2039
2040 2004-07-27 [colin]      0.9.12cvs36
2041
2042         * src/msgcache.c
2043                 Fix wrong test 
2044
2045 2004-07-26 [colin]      0.9.12cvs35
2046
2047         * src/pop.c
2048                 Fix uidl-file parsing when not in new
2049                 format
2050
2051 2004-07-19 [colin]      0.9.12cvs34
2052
2053         * src/compose.c
2054                 Save attachment status when drafting
2055
2056 2004-07-19 [colin]      0.9.12cvs33
2057
2058         * src/folder.h
2059         * src/folderview.c
2060         * src/summaryview.c
2061                 Reverse 0.9.12cvs29 to 31 (folder icon update
2062                 when quicksearch is active)
2063
2064 2004-07-18 [colin]      0.9.12cvs32
2065
2066         * src/pop.c
2067                 Fix partial download bug with "Download all
2068                 messages" option
2069
2070 2004-07-18 [colin]      0.9.12cvs31
2071
2072         * src/folderview.c
2073                 Fix crash
2074
2075 2004-07-17 [colin]      0.9.12cvs30
2076
2077         * src/summaryview.c
2078                 Same, when sticky search is off
2079
2080 2004-07-17 [colin]      0.9.12cvs29
2081
2082         * src/folder.h
2083         * src/folderview.c
2084         * src/summaryview.c
2085                 Update FolderItem icon whenever its summaryview is 
2086                 filtered
2087
2088 2004-07-16 [christoph]  0.9.12cvs28
2089
2090         * src/mimeview.c
2091                 make doubleclick work again
2092
2093 2004-07-16 [christoph]  0.9.12cvs27
2094
2095         * src/mimeview.c
2096                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2097
2098 2004-07-16 [paul]       0.9.12cvs26
2099         
2100         * src/gtk/quicksearch.c
2101         * src/compose.c
2102         * src/customheader.c
2103         * src/messageview.c
2104         * src/news.c
2105         * src/prefs_account.c
2106         * src/prefs_display_header.c
2107         * src/procheader.c
2108                 replace "Message-Id" with "Message-ID"
2109
2110 2004-07-16 [paul]       0.9.12cvs25
2111
2112         * ChangeLog
2113         * ChangeLog.jp
2114         * src/account.c
2115         * src/account.h
2116         * src/folder_item_prefs.c
2117         * src/main.c
2118         * src/pop.c
2119         * src/pop.h
2120         * src/prefs_account.c
2121         * src/prefs_account.h
2122         * src/prefs_common.c
2123         * src/prefs_common.h
2124         * src/prefs_gtk.c
2125         * src/prefs_gtk.h
2126                 sync with main 0.9.12cvs1
2127
2128 2004-07-15 [colin]      0.9.12cvs24
2129
2130         * src/folder.c
2131                 Disable GPG signature check during
2132                 folder move and scan 
2133         (Closes Bug 521 Signature checking slows down Folder-Move)
2134
2135 2004-07-14 [christoph]  0.9.12cvs23
2136
2137         * src/pgpmime.c
2138                 add missing fclose. Patch by Thomas Gilgin.
2139
2140         * src/procmime.c
2141                 add checks if fopen really worked
2142
2143 2004-07-14 [colin]      0.9.12cvs22
2144
2145         * src/pop.c
2146         * src/common/partial_download.c
2147                 Update includes
2148
2149 2004-07-14 [colin]      0.9.12cvs21
2150
2151         * src/folder.c
2152         * src/inc.c
2153         * src/matcher.c
2154         * src/matcher.h
2155         * src/matcher_parser_parse.y
2156         * src/messageview.c
2157         * src/msgcache.c
2158         * src/noticeview.c
2159         * src/noticeview.h
2160         * src/pop.c
2161         * src/pop.h
2162         * src/prefs_matcher.c
2163         * src/procheader.c
2164         * src/procmsg.c
2165         * src/procmsg.h
2166         * src/summaryview.c
2167         * src/common/Makefile.am
2168         * src/common/defs.h
2169         * src/gtk/quicksearch.c
2170         * src/common/partial_download.c ** NEW FILES **
2171         * src/common/partial_download.h ** NEW FILES **
2172                 Partial downloading of pop3 mails
2173
2174 2004-07-13 [christoph]  0.9.12cvs20
2175
2176         * src/mimeview.c
2177                 use "button_release_event" instead of "button_press_event",
2178                 because executing event callbacks while the button is still
2179                 pressed is not good and causes problems
2180
2181 2004-07-12 [colin]      0.9.12cvs19
2182
2183         * src/gtk/quicksearch.c
2184                 Fix a missing status update in quicksearch
2185
2186 2004-07-08 [colin]      0.9.12cvs18
2187
2188         * src/common/smtp.h
2189                 Fix guint vs gint bug
2190
2191 2004-07-08 [colin]      0.9.12cvs17
2192
2193         * src/common/smtp.c
2194                 use to_human_readable() for sizes
2195
2196 2004-07-08 [paul]       0.9.12cvs16
2197
2198         * src/inc.c [1.174]
2199                 fix occasional non-clearance of the statusbar
2200                 (close Bug 531 'SA plugin: status bar does not 
2201                  get cleared in OFFLINE mode')
2202
2203 2004-07-07 [colin]      0.9.12cvs15
2204
2205         * src/prefs_common.c [1.225]
2206         * src/prefs_common.h [1.112]
2207                 Add a hidden summary_quicksearch_sticky preference,
2208                 to allow the quicksearch bar to reset across folders
2209         * src/summaryview.c [1.437]
2210                 Use this preference
2211         * src/gtk/quicksearch.c [1.5]
2212         * src/gtk/quicksearch.h [1.3]
2213                 Add this preference, fix focus when hitting Enter,
2214                 add handling of Esc key to reset
2215
2216 2004-07-06 [colin]      0.9.12cvs14
2217
2218         * src/gtk/quicksearch.c [1.4]
2219                 Add Clear button
2220
2221 2004-07-06 [christoph]  0.9.12cvs13
2222
2223         * src/toolbar.c
2224                 enable next unread button in empty folders if next folder
2225                 dialog is not disabled
2226
2227         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2228          folders)
2229
2230 2004-07-06 [colin]      0.9.12cvs12
2231
2232         * src/common/smtp.c [1.16]
2233                 Display maximum message size in the log
2234
2235 2004-07-06 [paul]       0.9.12cvs11
2236
2237         * src/toolbar.c
2238                 fix typo. (spotted by Fabien Vantard)
2239
2240 2004-07-06 [paul]       0.9.12cvs10
2241
2242         * src/main.c
2243                 terminate cleanly on SIGHUP. Patch submitted by
2244                 Thomas Gilgin <thg@karate-muellheim.de>
2245
2246 2004-07-05 [christoph]  0.9.12cvs9
2247
2248         * src/inc.c
2249                 better replacing of %d in new mail notification command
2250
2251 2004-07-05 [colin]      0.9.12cvs8
2252
2253         * src/common/smtp.[ch]
2254                 Take SIZE (returned by EHLO) into account, and
2255                 avoid sending too big messages
2256
2257 2004-07-04 [paul]       0.9.12cvs7
2258
2259         * src/account.c
2260                 fix auto-account selection on imap/news
2261
2262 2004-07-01 [paul]       0.9.12cvs6
2263
2264         * src/gtk/quicksearch.c
2265                 reveal hidden string in gui
2266                 
2267         * src/compose.c
2268                 fix updating of gpg signing setting on 
2269                 switching accounts
2270
2271 2004-06-30 [darko]      0.9.12cvs5
2272
2273         * src/common/utils.c
2274                 remove expand_search_string()
2275         * src/gtk/quicksearch.c
2276                 remove no longer needed for loop (thanks Christoph)
2277                 add expand_search_string()
2278
2279 2004-06-30 [darko]      0.9.12cvs4
2280
2281         * src/common/utils.c
2282                 allow all filtering expressions in quicksearch
2283
2284         (Closes Bug 519 filtering expr. in quicksearch)
2285
2286 2004-06-30 [christoph]  0.9.12cvs3
2287
2288         * configure.ac
2289                 better 'localedir'
2290
2291         * src/common/intl.h
2292                 allow plugins to define TEXTDOMAIN for the _(...) macro
2293
2294 2004-06-30 [paul]       0.9.12cvs2
2295
2296         * po/POTFILES.in
2297           src/Makefile.am
2298           src/main.c
2299           src/prefs_common.c
2300           src/prefs_msg_colors.[ch]     ** NEW FILES **
2301                 move message colouring options to
2302                 '/Other Preferences/Message View/Colors'
2303
2304 2004-06-30 [paul]       0.9.12cvs1
2305
2306         * po/POTFILES.in
2307           src/Makefile.am
2308           src/main.c
2309           src/prefs_common.c
2310           src/prefs_wrapping.[ch]       ** NEW FILES **
2311                 move message wrapping options to
2312                 /'Other Preferences/Compose/Message Wrapping'
2313
2314 2004-06-28 [paul]       0.9.12
2315
2316         * Sylpheed-Claws 0.9.12 released
2317
2318         * po/es.po
2319           po/fr.po
2320           po/sk.po
2321                 updated by Ricardo Mones Lastra, Fabien Vantard,
2322                 Andrej Kacian
2323
2324 2004-06-27 [paul]       0.9.11cvs19
2325
2326         * src/common/ssl.c
2327                 re-enable certificate check
2328
2329 2004-06-25 [christoph]  0.9.11cvs18
2330
2331         * src/procmsg.h
2332                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2333
2334 2004-06-25 [paul]       0.9.11cvs17
2335
2336         * sync with main 0.9.12cvs1
2337                 see ChangeLog 2004-06-23
2338                 
2339         * src/gtk/menu.c
2340                 remove unused menu_toggle_toggle()
2341
2342 2004-06-23 [christoph]  0.9.11cvs16
2343
2344         * src/folder.c
2345         * src/procheader.c
2346         * src/procmsg.h
2347         * src/summaryview.c
2348                 scan the mime structure of multipart mails for correct
2349                 attachment, encryped and signed (with privacy API) part
2350                 detection
2351
2352         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2353
2354 2004-06-22 [paul]
2355
2356         * po/ru.po
2357                 updated by Pavlo Bohmat
2358
2359 2004-06-20 [christoph]  0.9.11cvs15
2360
2361         * src/inc.c
2362         * src/pop.[ch]
2363                 disconnect after authentication when doing POP before SMTP
2364
2365         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2366
2367 2004-06-19 [christoph]  0.9.11cvs14
2368
2369         * src/folder.c
2370                 fix FolderItem name update
2371
2372         (Closes Bug 511 Folder-Renaming not reflected immediately)
2373
2374 2004-06-17 [paul]       0.9.11cvs13
2375         
2376         * sync with main 0.9.12 release
2377           src/session.c
2378                 session_set_timeout(): fixed a bug that didn't
2379                 reset timeout_tag when interval is 0.
2380
2381 2004-06-16 [christoph]  0.9.11cvs12
2382
2383         * src/textview.c
2384                 correctly clear the URL in the status bar
2385
2386 2004-06-15 [christoph]  0.9.11cvs11
2387
2388         * src/summaryview.c
2389                 add missing gtk_widget_show()
2390
2391 2004-06-11 [christoph]  0.9.11cvs10
2392
2393         * src/plugins/spamassassin/spamassassin.c
2394                 correctly check waitpid return code
2395
2396         (Closes Bug 396 Zombie process when spamassassin is called)
2397
2398 2004-06-10 [christoph]  0.9.11cvs9
2399
2400         * src/mainwindow.c
2401         * src/summaryview.[ch]
2402         * src/gtk/Makefile.am
2403         * src/gtk/quicksearch.c                         ** NEW **
2404                 separate quick search from summaryview
2405
2406 2004-06-09 [christoph]  0.9.11cvs8
2407
2408         * src/inc.c
2409                 remove unused code
2410
2411         * src/textview.c
2412                 get folder for compose default account from MsgInfo and not
2413                 from SummaryView
2414
2415 2004-06-09 [christoph]  0.9.11cvs7
2416
2417         * src/folder.[ch]
2418                 add information about added or removed messages to
2419                 FOLDER_ITEM_UPDATE hook
2420
2421         * src/imap_gtk.c
2422         * src/mh_gtk.c
2423                 scan folder when removing a folder failed instead of
2424                 updating the summaryview
2425
2426 2004-06-08 [paul]       0.9.11cvs6
2427
2428         * sync with main 0.9.11cvs2
2429                 see ChangeLog 2004-06-08
2430
2431 2004-06-07 [christoph]  0.9.11cvs5
2432
2433         * configure.ac
2434         * src/common/Makefile.am
2435                 detect library providing 'encrypt' function
2436
2437 2004-06-07 [paul]       0.9.11cvs4
2438
2439         * src/inc.c
2440                 sync with main, 'code cleanup'
2441                 
2442         * tools/nautilus2sylpheed.sh
2443                 fix whitespace limitation. patch submitted by
2444                 Stephan Sachse <white@teg-clan.de>
2445
2446 2004-06-04 [christoph]  0.9.11cvs3
2447
2448         * src/account.c
2449         * src/action.[ch]
2450         * src/addressbook.c
2451         * src/addrindex.h
2452         * src/folder.h
2453         * src/folder_item_prefs.c
2454         * src/inc.c
2455         * src/main.c
2456         * src/messageview.c
2457         * src/mh_gtk.c
2458         * src/prefs_themes.c
2459         * src/procmime.c
2460         * src/quote_fmt.h
2461         * src/stock_pixmap.c
2462         * src/toolbar.c
2463                 fix compiler warnings
2464
2465 2004-06-03 [paul]       0.9.11cvs2
2466
2467         * src/msgcache.c
2468                 sync with main 0.9.11cvs1: "changed gint32 to
2469                 guint32 for some platforms"
2470
2471 2004-06-02 [christoph]  0.9.11cvs1
2472
2473         * src/common/ssl.c
2474                 fix SSL_CTX variable name for older OpenSSL versions
2475
2476         (Closes Bug 503 fix compilation with older OpenSSL)
2477
2478 2004-05-31 [paul]       0.9.11claws
2479
2480         * 0.9.11claws released
2481
2482 2004-05-31 [paul]       0.9.10claws72
2483
2484         * po/es.po
2485           po/it.po
2486           po/ja.po
2487           po/pl.po
2488           po/sk.po
2489           po/sr.po
2490           po/zh_CN.po
2491                 update translations, submitted by Ricardo Mones Lastra,
2492                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2493                 Urke MMI, and Hansom Young
2494
2495 2004-05-25 [luke]       0.9.10claws71
2496
2497         * AUTHORS
2498         * src/mimeview.c
2499         * src/stockpixmap.[ch]
2500         * src/Makefile.am
2501         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2502         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2503         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2504         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2505         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2506
2507                 o Added privacy emblems from Jesper Shultz 
2508                   <jesper@schultz-net.dk>
2509                 o Overlay emblems onto mimeview icons to indicate
2510                   status of signature and if a message is encrypted
2511         
2512         * src/textview.c
2513                 remove unused color definitions (were used to 
2514                 indicate sig status)
2515
2516 2004-05-25 [paul]       0.9.10claws70
2517
2518         * AUTHORS
2519           tools/Makefile.am
2520           tools/README
2521           tools/nautilus2sylpheed.sh            ** NEW FILE **
2522                 add script to enable sending files from
2523                 nautilus.
2524                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2525                 
2526         * tools/launch_firebird                 ** REMOVED **
2527                 removed as the standard "firefox '%s'" now functions
2528                 correctly
2529
2530 2004-05-23 [paul]       0.9.10claws69
2531
2532         * src/compose.c
2533                 fix %X cursor point segfault
2534                 patch by Christoph
2535
2536 2004-05-23 [christoph]  0.9.10claws68
2537
2538         * src/folder.c
2539                 fix folder moving
2540
2541 2004-05-21 [paul]       0.9.10claws67
2542
2543         * sync with 0.9.10cvs17
2544                 see ChangeLog 2004-05-21
2545
2546 2004-05-20 [paul]       0.9.10claws66
2547
2548         * sync with 0.9.10cvs16
2549                 see ChangeLog 2004-05-19 and 2004-05-20
2550
2551 2004-05-19 [alfons]     0.9.10claws65
2552
2553         * src/summaryview.h
2554                 on some platforms regoff_t is defined as off_t, so 
2555                 pull in sys/types.h
2556
2557 2004-05-19 [paul]       0.9.10claws64
2558
2559         * sync with 0.9.10cvs13
2560                 see ChangeLog 2004-05-18
2561
2562 2004-05-17 [christoph]  0.9.10claws63
2563
2564         * src/folder.c
2565                 search all folders when searching for default folders and
2566                 not return the special folder of the first folder
2567
2568 2004-05-13 [alfons]     0.9.10claws62
2569
2570         * src/summaryview.c
2571                 add a better check to see if a message is a news message
2572                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2573
2574 2004-05-13 [paul]       0.9.10claws61
2575
2576         * src/msgcache.c
2577                 sync with 0.9.10cvs12
2578                 see ChangeLog 2004-05-12
2579
2580 2004-05-12 [alfons]     0.9.10claws60
2581
2582         * src/folderview.c
2583                 release lock in case of folder could not be opened 
2584
2585 2004-05-11 [christoph]  0.9.10claws59
2586
2587         * src/inc.[ch]
2588                 remove unused folderview update stuff from inc.[ch]
2589
2590 2004-05-11 [paul]       0.9.10claws58
2591
2592         * sync with 0.9.10cvs11
2593                 see ChangeLog 2004-05-10 and 2004-05-11
2594
2595 2004-05-09 [christoph]  0.9.10claws57
2596
2597         * src/folderview.c
2598                 check for folder class functions and not folder type to detect
2599                 valid drag targets
2600
2601 2004-05-08 [christoph]  0.9.10claws56
2602
2603         * src/sgpgme.c
2604                 fix date output for signature expire times
2605
2606         (Patch by Edgar Toernig <froese@gmx.de>)
2607
2608 2004-05-06 [christoph]  0.9.10claws55
2609
2610         * src/gtk/prefswindow.c
2611                 change window type to DIALOG
2612
2613         * src/folder.[ch]
2614         * src/folderview.c
2615         * src/news_gtk.c
2616                 o add folder_remove()
2617                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2618                 o add new "sort" field to Folder, no longer sort folders by type
2619                   higher sort values will be first in the folder list, new folders get 0
2620                   and will be added to the end
2621
2622         * src/mainwindow.c
2623         * src/gtk/Makefile.am
2624         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2625                 add dialog to allow users to change the folder order
2626
2627 2004-05-04 [paul]       0.9.10claws54
2628
2629         * src/inc.c
2630                 Display account_name in statusbar when retrieving
2631                 messages from a pop account
2632         * src/prefs_account.c
2633                 display account name in title of prefs_account
2634                 window
2635         * src/prefs_folder_item.c
2636                 display folder name in title of prefs_folder window
2637
2638         all 3 patches submitted by Fabien Vantard
2639
2640         * AUTHORS
2641                 add Fabien Vantard
2642
2643 2004-05-04 [paul]       0.9.10claws53
2644
2645         * src/prefs_actions.c
2646           src/prefs_template.c
2647                 'Esc' Key exits alertpanel
2648                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2649
2650 2004-04-26 [christoph]  0.9.10claws52
2651
2652         * src/gtk/about.c
2653         * src/gtk/colorsel.c
2654         * src/gtk/description_window.c
2655         * src/gtk/filesel.c
2656         * src/gtk/gtkaspell.c
2657         * src/gtk/inputdialog.c
2658         * src/gtk/pluginwindow.c
2659         * src/gtk/progressdialog.c
2660                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2661                   it does not work correctly with xinerama
2662                 o lock incorporation while the plugin window is open
2663
2664 2004-04-23 [paul]       0.9.10claws51
2665
2666         * po/POTFILES.in
2667                 update location of inputdialog.c
2668                 
2669         * src/gtk/about.c
2670                 update Copyright string
2671                 
2672         * src/msgcache.c
2673           src/prefs_common.c
2674           src/prefs_themes.c
2675                 improve the english a little
2676
2677 2004-04-22 [christoph]  0.9.10claws50
2678
2679         * src/folderutils.[ch]
2680                 add folderutils_mark_all_read()
2681
2682         * src/folderview.c
2683                 readd "mark all read" from popup menu, now works
2684                 in all folders and not only the opened folder
2685
2686 2004-04-21 [christoph]  0.9.10claws49
2687
2688         * src/Makefile.am
2689         * src/inputdialog.[ch]                  ** REMOVED **
2690         * src/gtk/Makefile.am
2691         * src/gtk/inputdialog.[ch]              ** NEW **
2692                 move inputdialog.[ch] into gtk directory
2693
2694         * src/mh_gtk.c
2695                 remove check for missing IMAP folder account
2696
2697 2004-04-20 [christoph]  0.9.10claws48
2698
2699         * src/mainwindow.c
2700         * src/foldersel.c
2701                 remove new/rename/delete folder GUI functions because
2702                 they are always active, even for news folders, and can
2703                 not be easily made folder class dependent
2704
2705         * src/gtk/menu.[ch]
2706                 make menu_translate() public
2707
2708         * src/Makefile.am
2709         * src/folder.[ch]
2710         * src/folderview.[ch]
2711         * src/imap_gtk.[ch]                     ** NEW **
2712         * src/main.c
2713         * src/mh_gtk.[ch]                       ** NEW **
2714         * src/news_gtk.[ch]                     ** NEW **
2715                 o dynamically build FolderView popup menus from a folder
2716                   specific part, with callbacks to seperated code, and
2717                   a common part
2718                 o remove the folder class specifiy code from folderview.c
2719
2720 2004-04-15 [luke]       0.9.10claws47
2721
2722         * src/prefs_folder_item.c
2723                 o remove buttons for applying 'scan for new mail'
2724                   and 'process at startup' to sub folders
2725                 o add 'apply to sub folder' check buttons for all
2726                   properties and set folder prefs accordingly
2727                 o replace multiple gtk_widget_show() with one
2728                   gtk_widget_show_all() on container
2729
2730 2004-04-14 [darko]      0.9.10claws46
2731
2732         * src/gtk/Makefile.am
2733         * src/gtk/pluginwindow.c
2734                 load plugins from to $(prefix)/lib/sylpheed/plugins
2735                 in file selection dialog
2736         * src/plugins/clamav/clamav_plugin.c
2737                 const correctness
2738
2739 2004-04-14 [christoph]  0.9.10claws45
2740
2741         * src/folder.c
2742         * src/plugins/image_viewer/viewer.c
2743                 fix g_warnings
2744
2745 2004-04-10 [alfons]     0.9.10claws44
2746         
2747         * src/compose.c
2748                 appropriate auto account selection when forwarding
2749                 (fixes bug #476, "forward as attachment does not listen
2750                 to account rules")
2751
2752 2004-04-09 [alfons]     0.9.10claws43
2753
2754         * src/summaryview.c
2755                 make quick search combo matching case sensitive
2756
2757 2004-04-06 [alfons]     0.9.10claws42
2758
2759         * src/addr_compl.c
2760                 use cursor position to prevent clearing the entire entry
2761
2762 2004-04-06 [alfons]     0.9.10claws41
2763
2764         * src/folderview.c
2765                 fix bug #472, "filter not updated when renaming folder" 
2766
2767 2004-04-06 [alfons]     0.9.10claws40
2768
2769         * src/messageview.[ch]
2770           src/summaryview.c
2771                 reflect changes to Show all headers to main view
2772                 and message view (only affects detached message
2773                 view). see also bug #473, 'Show All Headers 
2774                 "problem"'.
2775
2776 2004-04-03 [alfons]     0.9.10claws39
2777
2778         * src/matcher.c
2779                 free address list
2780
2781 2004-04-03 [alfons]     0.9.10claws38
2782
2783         * src/matcher_parser_parse.y
2784           src/matcher.[ch]
2785                 prepare address look up matcher type; marginally
2786                 tested, and not hooked into the UI yet.
2787
2788                 basically it accepts the result of the left hand
2789                 side of the matcher (the "criteria"):
2790
2791                         from all_in_addressbook ""
2792                         ~to_or_cc any_in_addressbook ""
2793                 
2794                 the first case matches all addresses found in the
2795                 from header, and the second case matches if any
2796                 (at least one) of the addresses in to or cc headers 
2797                 are not in the address book.
2798
2799                 the string argument is not used yet, but is intended
2800                 to match a group of addresses 
2801
2802 2004-04-02 [luke]       0.9.10claws37
2803
2804         * src/prefs_folder_item.c
2805                 Add two buttons to apply 'scan for new mail'
2806                 and 'process at startup' to sub folders
2807
2808 2004-04-02 [luke]
2809         * tools/textviewer.sh
2810                 better filename extension matching plus some support for
2811                 MS Excel, MS Powerpoint and HTML
2812
2813 2004-03-29 [christoph]  0.9.10claws36
2814
2815         * src/folder.h
2816         * src/folderutils.[ch]
2817         * src/mainwindow.c
2818                 add delete duplicates for all folders
2819
2820 2004-03-29 [alfons]     0.9.10claws35
2821
2822         * src/folder.c
2823                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2824                 when selecting top-level folder node (thanks to 
2825                 Alex S. Moore)
2826
2827 2004-03-28 [keith]      0.9.10claws34
2828
2829         * src/textview.c
2830                 prepend "http://" to URIs of the form "www.example.com"
2831
2832 2004-03-28 [paul]       0.9.10claws33
2833
2834         * src/common/nntp.c
2835           src/common/smtp.c
2836           src/folder.c
2837           src/imap.c
2838           src/inc.c
2839           src/news.c
2840           src/pop.c
2841                 revise 'translatable string' policy:
2842                 don't translate debug_print() or log_print(),
2843                 translate log_message() and log_warning()
2844         
2845         * po/zh_CN.po
2846                 update submitted by Hansom Young
2847
2848 2004-03-25 [alfons]     0.9.10claws32
2849
2850         * src/prefs_common.c
2851                 I mean this one: Return the GList...
2852
2853 2004-03-25 [alfons]     0.9.10claws31
2854
2855         * src/prefs_common.h
2856                 add new members at the end of prefs_common, so
2857                 they get properly initialized
2858
2859 2004-03-24 [christoph]  0.9.10claws30
2860
2861         * src/imap.c
2862                 o NULL is a valid GSList
2863
2864 2004-03-24 [alfons]     0.9.10claws29
2865
2866         * src/prefs_common.[ch]
2867           src/summaryview.c
2868           src/common/defs.h
2869                 add history to quick search (patch submitted by 
2870                 Ivan Francolin Martinez - thanks!)
2871
2872 2004-03-24 [alfons]     0.9.10claws28
2873
2874         * src/imap.c
2875                 NULL output pointer parameter
2876
2877 2004-03-21 [alfons]     0.9.10claws27
2878
2879         * src/addrindex.[ch]
2880           src/addr_compl.c
2881                 complete addresses on nicks and aliases
2882
2883 2004-03-21 [alfons]     0.9.10claws26
2884
2885         * src/import.c
2886           src/inc.c
2887           src/mbox.[ch]
2888                 disable filters on import mbox (patch submitted
2889                 by Edgar Toernig)
2890
2891 2004-03-21 [darko]      0.9.10claws25
2892
2893         * src/addr_compl.c
2894                 select the address when only one match is found while
2895                 doing address completion with tab key (feature
2896                 request #914720)
2897
2898 2004-03-21 [alfons]     0.9.10claws24
2899
2900         * src/messageview.c
2901           src/toolbar.c
2902                 don't `navigate-delete` when a summary view's selection does not 
2903                 match the accompanying message view's message
2904
2905 2004-03-20 [alfons]     0.9.10claws23
2906
2907         * src/summaryview.c
2908                 hide ext search button on initial display (should fix bug #459,
2909                 "Toggling quick-search at 1st time: minor UI inconsistency")
2910
2911 2004-03-20 [alfons]     0.9.10claws22
2912
2913         * src/summaryview.[ch]
2914                 add function to get selected msginfo, if there's
2915                 only one selected
2916
2917 2004-03-20 [paul]       0.9.10claws21
2918
2919         * sync with 0.9.10cvs7
2920                 see ChangeLog 2004-03-19
2921
2922 2004-03-19 [paul]       0.9.10claws20
2923
2924         * src/common/nntp.c
2925           src/common/smtp.c
2926           src/common/ssl.c
2927           src/folder.c
2928           src/imap.c
2929           src/inc.c
2930           src/news.c
2931           src/pop.c
2932                 don't translate strings in debug_print(), log_print(),
2933                 log_message(),  and log_warning()
2934
2935 2004-03-19 [alfons]     0.9.10claws19
2936
2937         better next/previous/delete/focus navigation with separate 
2938         message view 
2939         
2940         * src/toolbar.c
2941                 call summaryview_delete() instead of messageview_delete()
2942         * src/messageview.c
2943                 disable messageview_delete()
2944
2945 2004-03-18 [paul]       0.9.10claws18
2946
2947         * sync with 0.9.10cvs6
2948                 see ChangeLog 2004-03-16
2949
2950 2004-03-17 [alfons]     0.9.10claws17
2951
2952         * src/gtk/filesel.c
2953                 remove bogus semicolon after if() (sometimes it pays to
2954                 read LKML :)
2955
2956 2004-03-15 [darko]      0.9.10claws16
2957
2958         * src/gtk/filesel.c
2959                 support full path in place of a filename
2960         * src/mimeview.c
2961                 store directory attachments were saved to and
2962                 use it when saving attachments
2963         * src/prefs_common.[hc]
2964                 store directory attachments were last saved to
2965
2966 2004-03-15 [paul]       0.9.10claws15
2967
2968         * src/folderview.c
2969                 fix bug where unsubscribing a newsgroup would destroy
2970                 (most of the) filtering rules
2971
2972 2004-03-15 [paul]       0.9.10claws14
2973
2974         * src/folderview.c
2975                 fix Bug 458, 'Folder View remaining empty after 
2976                 removing a NEWS account' (was also true of IMAP
2977                 accounts)
2978
2979 2004-03-15 [paul]       0.9.10claws13
2980
2981         * src/folderview.c
2982                 fix folderview invisibility of newly subscribed
2983                 newsgroups
2984
2985 2004-03-13 [paul]       0.9.10claws12
2986
2987         * src/compose.c
2988           src/plugins/dillo_viewer/dillo_prefs.c
2989           src/plugins/image_viewer/viewerprefs.c
2990                 gettextise some forgotten parts
2991
2992 2004-03-13 [alfons]     0.9.10claws11
2993
2994         * src/imap.c
2995                 make sure the correct type is passed to sscanf()
2996
2997 2004-03-13 [paul]       0.9.10claws10
2998
2999         * sync with 0.9.10cvs5
3000                 see ChangeLog 2004-03-02 and 2004-03-12, 
3001                 specifically:
3002                 'always move messages by default when using DnD (except 
3003                 for News folder). Copy messages if Ctrl-key is pressed.'
3004                 and 'added a function to filter selected messages'
3005
3006 2004-03-12 [christoph]  0.9.10claws9
3007
3008         * src/codeconv.c
3009                 add parameter check to conv_unmime_header_overwrite()
3010
3011         * src/imap.c
3012                 o fix spelling
3013                 o fix removing of NEW flag when UNREAD is unset
3014
3015         * src/procmime.c
3016                 decode MIME-headers
3017
3018         (Closes 437 i18n attachment display error.)
3019
3020 2004-03-12 [paul]       0.9.10claws8
3021
3022         * po/it.po
3023                 update. submitted by Andrea Spadaccini <lupin85@email.it>
3024                 
3025         * tools/Makefile.am
3026                 add 'textviewer.sh'
3027
3028 2004-03-12 [alfons]     0.9.10claws7
3029
3030         * src/imap.c
3031                 o quiet compiler and typecast Folder * to IMAP Folder *
3032                 o wake up and fix my previous incompatible type assignment bug
3033
3034 2004-03-12 [alfons]     0.9.10claws6
3035
3036         * src/imap.c
3037                 don't mix up pointers to int, guint32 _and_ 
3038                 unsigned int 
3039
3040 2004-03-12 [christoph]  0.9.10claws5
3041
3042         * src/folderview.c
3043                 Add error requester when renaming a folder failed
3044
3045         * src/imap.c
3046                 Check new FolderItem name for namespace seperator
3047                 before renaming
3048
3049         (Closes Bug 443 Bad named IMAP folders won't be displayed)
3050
3051 2004-03-11 [christoph]  0.9.10claws4
3052
3053         * src/folder.[ch]
3054         * src/imap.c
3055         * src/procmsg.h
3056                 syncronize flags in cache with IMAP folder flags
3057
3058         Adapted a patch submitted by Simon 'corecode' Schubert
3059         <corecode@corecode.ath.cx> 
3060
3061
3062 2004-03-11 [alfons]     0.9.10claws3
3063
3064         * src/textview.[ch]
3065                 remove dead code that at one time controlled display of
3066                 URIs in status bar
3067
3068 2004-03-10 [paul]       0.9.10claws2
3069
3070         * po/it.po
3071                 updated by Lupino <lupin85@email.it>
3072
3073 2004-03-09 [alfons]     0.9.10claws1
3074
3075         * src/matcher.c
3076                 we're not using yywrap, but we may, so close yyin instead
3077                 of initial FILE *
3078
3079 2004-03-08 [paul]       0.9.10claws
3080
3081         * 0.9.10claws released
3082
3083 2004-03-08 [paul]       0.9.9claws41
3084
3085         * po/es.po
3086           po/ja.po
3087           po/ru.po
3088           po/sk.po
3089           po/sr.po
3090           po/zh_CN.po
3091                 update translations. submitted by Ricardo Mones Lastra,
3092                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3093                 Hansom Young
3094
3095 2004-03-06 [paul]       0.9.9claws40
3096
3097         * src/stock_pixmap.c
3098                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3099                 patch submitted by Pawel Pekala
3100
3101 2004-03-06 [alfons]             0.9.9claws39
3102
3103         * src/addrindex.c
3104                 allow nick name completion again 
3105
3106 2004-03-02 [match]              0.9.9claws38
3107
3108         * configure.ac
3109                 added definition of USE_LDAP_TLS to support TLS.
3110         * src/ldapctrl.[ch]
3111         * src/ldapquery.c
3112         * src/ldapserver.[ch]
3113         * src/addressbook.c
3114         * src/addrindex.c
3115         * src/editldap.c
3116                 included LDAP TLS support.
3117
3118 2004-03-02 [christoph]          0.9.9claws37
3119
3120         * src/folder.[ch]
3121                 o add more documentation for FolderClass
3122                 o remove usused FolderClass virtual functions
3123
3124         * src/imap.c
3125         * src/mh.c
3126         * src/news.c
3127                 change creation of FolderClass because static initializations
3128                 for structs suck in C89
3129
3130 2004-03-01 [paul]
3131
3132         * sync with 0.9.10
3133
3134 2004-02-28 [keith]      0.9.9claws36
3135
3136         * src/common/utils.c
3137                 Fix treatment of whitespace in quicksearch bar (leading
3138                 spaces and >1 space between commands and parameters).
3139
3140 2004-02-27 [alfons]     0.9.9claws35
3141
3142         * src/compose.[ch]
3143                 Explicitly remove draft timeout to fix nasty race between 
3144                 compose_send_cb() (which destroys the compose window) and 
3145                 compose_defer_auto_save_draft() (which expects compose 
3146                 window to exist). Should fix Keith's and Fred Marton's
3147                 bug report (#128, "crash after complaining about character
3148                 set conversion")
3149
3150 2004-02-27 [luke]       0.9.9claws34
3151         
3152         * src/folder.c
3153                 Do folder_item_apply_processing() even if no processing
3154                 rules for the folder exist (so global processing is applied)
3155
3156 2004-02-26 [thorsten]   0.9.9claws33
3157
3158         * src/mimeview.c
3159                 Remove misleading static declaration
3160
3161 2004-02-26 [alfons]     0.9.9claws32
3162
3163         * src/procmime.[ch]
3164           src/compose.c
3165           src/mimeview.c
3166           src/textview.c
3167                 use/add procmime_get_content_type_str() as a safe wrapper
3168                 for returning a Content-Type type string; should fix 
3169                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3170                  - attachments."
3171
3172 2004-02-26 [thorsten]   0.9.9claws31
3173
3174         * src/mimeview.c
3175                 Restructure save_as/save_all
3176
3177 2004-02-26 [alfons]     0.9.9claws30
3178
3179         * src/procmime.c
3180                 clean up (2)
3181
3182 2004-02-26 [alfons]     0.9.9claws29
3183
3184         * src/procmime.c
3185                 clean up (1)
3186
3187 2004-02-24 [luke]
3188
3189         * tools/textviewer.sh
3190                 tweaks from Johann Koenig, recognition of shell
3191                 scripts in particular
3192
3193 2004-02-24 [paul]       0.9.9claws28
3194
3195         * sync with 0.9.9cvs13
3196                 see ChangeLog 2004-02-24
3197
3198 2004-02-23 [paul]       0.9.9claws27
3199
3200         * src/inc.c
3201                 one alertpanel on pop3 authentication error will suffice
3202                 
3203         * src/prefs_fonts.c
3204                 remove unnecessary printf
3205
3206 2004-02-22 [alfons]     0.9.9claws26
3207
3208         * src/messageview.c
3209                 put back a lost check
3210
3211 2004-02-21 [alfons]     0.9.9claws25
3212
3213         * src/folderview.c
3214                 don't forget to save folder properties after renaming folder
3215
3216 2004-02-20 [paul]       0.9.9.claws24
3217
3218         * src/addressbook.c
3219                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3220                 
3221         * src/inc.c
3222                 complete sync with 0.9.9cvs9's 'update folderview
3223                 progressively'
3224                 
3225         * configure.ac
3226                 require gettext >= 0.12.1
3227
3228 2004-02-17 [match]      0.9.9claws23
3229
3230         * src/compose.c
3231                 keep the peace - change style.
3232
3233 2004-02-17 [alfons]     0.9.9claws22
3234
3235         * src/filtering.c
3236                 make MATCHACTION_STOP cancel filtering / processing;
3237                 clean up and document it to make it a little bit more clear;
3238
3239 2004-02-17 [alfons]     0.9.9claws21
3240
3241         %X marks the cursor spot for reply quote format
3242
3243         * src/quote_fmt_lex.l 
3244           src/quote_fmt.c
3245                 add %X token
3246                 
3247         * src/quote_fmt.h
3248           src/quote_fmt_parse.y
3249                 handle %X token
3250                 
3251         * src/compose.c
3252                 handle %X token for replies only (for now)
3253
3254 2004-02-17 [paul]       0.9.9claws20
3255
3256         * po/sk.po
3257                 updated by Andrej Kacian
3258                 
3259         * src/news.c
3260                 remove unneeded include
3261                 
3262         * src/prefs_fonts.c
3263                 be a little more user-friendly with the labels
3264                 
3265         * configure.ac
3266                 a change forgotten in the last commit: 
3267                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3268
3269 2004-02-17 [paul]       0.9.9claws19
3270
3271         * ac/*                          ** REMOVED **
3272           ac/                           ** REMOVED **
3273           intl/Makefile.in              ** REMOVED **
3274           m4/                           ** NEW **
3275           m4/missing                    ** NEW **
3276           m4/missing/gdk-pixbuf.m4      ** NEW **
3277           m4/missing/gettext.m4         ** NEW **
3278           m4/missing/gpgme.m4           ** NEW **
3279           m4/missing/imlib.m4           ** NEW **
3280           m4/.cvsignore                 ** NEW **
3281           m4/Makefile.am                ** NEW **
3282           m4/README                     ** NEW **
3283           m4/aclocal-include.m4         ** NEW **
3284           m4/aspell.m4                  ** NEW **
3285           m4/check-type.m4              ** NEW **
3286           m4/gnupg-check-typedef.m4     ** NEW **
3287           m4/openssl.m4                 ** NEW **
3288           m4/spamassassin.m4            ** NEW **
3289           po/ChangeLog                  ** REMOVED **
3290           po/Makefile.in.in             ** REMOVED **
3291           po/Rules-quot                 ** REMOVED **
3292           po/boldquot.sed               ** REMOVED **
3293           po/en@boldquot.header         ** REMOVED **
3294           po/en@quot.header             ** REMOVED **
3295           po/insert-header.sin          ** REMOVED **
3296           po/quot.sed                   ** REMOVED **
3297           po/remove-potcdate.sed        ** REMOVED **
3298           po/remove-potcdate.sin        ** REMOVED **
3299           po/stamp-po                   ** REMOVED **
3300           Makefile.am
3301           autogen.sh
3302           configure.ac
3303                 enable building with automake 1.8.x
3304                 add 'autopoint' to autogen.sh and remove all
3305                 auto-generated files, remove ac/ in favour of
3306                 m4/
3307
3308 2004-02-17 [alfons]     0.9.9claws18
3309         
3310         * src/summaryview.c
3311                 MSG_IS_NEWS() is not stored at all, and is bogus
3312
3313 2004-02-17 [martin]     0.9.9claws17
3314
3315         * src/prefs_themes.c
3316                 fix crash when installing wrong theme and output an
3317                 error message
3318
3319 2004-02-16 [christoph]  0.9.9claws16
3320
3321         * src/compose.c
3322         * src/stock_pixmap.[ch]
3323         * src/toolbar.[ch]
3324         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3325                 add "Wrap current paragraph" to compose toolbar
3326
3327 2004-02-15 [alfons]     0.9.9claws15
3328
3329         * src/folderview.c
3330                 refine previous commit to make sure other hook functions
3331                 get their grab of the pie too
3332
3333 2004-02-15 [alfons]     0.9.9claws14
3334
3335         * src/folderview.c
3336                 fix sync breakage so we don't pass invalid pointer types
3337
3338 2004-02-15 [match]      0.9.9claws13
3339
3340         * src/ldapquery.[ch]
3341         * src/ldapserver.h
3342         * src/addrindex.[ch]
3343                 tweak threading calls.
3344         * src/addr_compl.[ch]
3345                 add alias into completion list.
3346         * src/addressbook.c
3347                 fix ldap browse.
3348                 improve context menu behavior.
3349                 change menu sequence.
3350                 add send mail from addressbook.
3351         * src/addrselect.[ch]
3352         * src/compose.[ch]
3353                 add send mail from addressbook.
3354
3355 2004-02-15 [christoph]  0.9.9claws12
3356
3357         * src/folderutils.c
3358                 skip deleting when duplist is empty
3359
3360         * src/folderview.[ch]
3361         * src/mainwindow.c
3362         * src/summaryview.[ch]
3363                 call folderutils_delete_duplicates() from mainwindow code
3364
3365 2004-02-15 [alfons]     0.9.9claws11
3366         
3367         * src/common/utils.c
3368                 add prefix for italian ms o(e) 
3369
3370 2004-02-14 [paul]       0.9.9claws10
3371
3372         * src/foldersel.c
3373                 fix updating of the folder view when creating a
3374                 new folder
3375
3376 2004-02-13 [paul]       0.9.9claws9
3377
3378         * src/plugins/clamav/clamav_plugin.c
3379                 remove GUI code
3380
3381 2004-02-13 [paul]       0.9.9claws8
3382
3383         * sync with 0.9.9cvs9
3384                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3385
3386 2004-02-13 [alfons]     0.9.9claws7
3387
3388         * src/common/utils.c
3389                 fix wrong type of argument for ctype functions (pass unsigned
3390                 char instead of signed char)
3391
3392 2004-02-12 [alfons]     0.9.9claws6
3393
3394         * src/compose.[ch]
3395                 don't select text in header entry when composing to a 
3396                 default address, but rather give the header entry a
3397                 different color / style (same as the folder new color)
3398
3399 2004-02-12 [alfons]     0.9.9claws5
3400
3401         * src/plugins/clamav/clamav_plugin.c
3402                 don't exit(2) on libclamav init error - show a warning.
3403                 (tested by damaging a clamav database file.)
3404
3405 2004-02-12 [paul]       0.9.9claws4
3406
3407         * sync with 0.9.9cvs4
3408                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3409
3410 2004-02-11 [luke]       0.9.9claws3
3411
3412         * src/mimeview.c
3413                 remove redundant check introduced in 0.9.9claws1
3414
3415 2004-02-11 [luke]       0.9.9claws2
3416
3417         * src/mimeview.c
3418                 fix compilation of my previous commit without gpg enabled
3419
3420 2004-02-10 [luke]       0.9.9claws1
3421
3422         * src/mimeview.c
3423                 add borders to icons to indicate the privacy status for
3424                 the message part (unknown/bad/good)
3425
3426 2004-02-06 [paul]       0.9.9claws
3427
3428         0.9.9claws released
3429
3430 2004-02-06 [darko]      0.9.8claws64
3431
3432         * src/compose.c
3433                 don't allow Ctrl+Enter while external editor is active
3434
3435 2004-02-06 [paul]       0.9.8claws63
3436
3437         * po/es.po
3438           po/pl.po
3439           po/sk.po
3440           po/sr.po
3441                 update Spanish, Polish, Slovak, and Serbian translations.
3442                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3443                 and Urke MMI
3444
3445 2004-02-04 [alfons]     0.9.8claws62
3446
3447         * src/compose.c
3448                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3449                 don't have clue yet why the cursor pos is at the end of the
3450                 text.)
3451
3452 2004-02-04 [alfons]     0.9.8claws61
3453
3454         * src/compose.c
3455                 always grab focus when one of the header entries is clicked 
3456                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3457
3458 2004-02-02 [paul]
3459
3460         * ac/missing/gdk-pixbuf.m4
3461           ac/missing/gpgme.m4
3462           ac/missing/imlib.m4
3463                 prevent 'underquoted definition' warnings
3464                 patch submitted by David Relson
3465                 
3466         * src/plugins/clamav/README
3467                 update, improve, correct
3468
3469 2004-01-31 [thorsten]   0.9.8claws60
3470
3471         * src/news.c
3472                 'dir' not initialized if group has no messages
3473
3474 2004-01-29 [christoph]  0.9.8claws59
3475
3476         * src/customheader.[ch]
3477                 add custom_header_is_allowed() to check for disallowed header names
3478                 that must not be overridden by custom headers
3479
3480         * src/compose.c
3481                 always write From: header and use custom_header_is_allowed() to
3482                 check if custom header should be written
3483
3484         * src/prefs_customheader.c
3485                 check if custom header is disallowed using custom_header_is_allowed()
3486
3487         * src/folderutils.c
3488                 destroy message id GHashTable before freeing the MsgInfos
3489
3490 2004-01-29 [paul]       0.9.8claws58
3491
3492         * sync with 0.9.9 release
3493                 see ChangeLog 2004-01-29
3494
3495 2004-01-29 [paul]       0.9.8claws57
3496
3497         * sync with 0.9.8cvs11
3498                 see ChangeLog 2004-01-29
3499
3500 2004-01-28 [christoph]  0.9.8claws56
3501
3502         * src/pgpmime.c
3503         * src/sgpgme.[ch]
3504                 return WARN signature status when signature is not trusted
3505
3506         * src/Makefile.am
3507         * src/folder.c
3508         * src/folderutils.[ch]                  ** NEW **
3509         * src/summaryview.c
3510                 implement delete duplicates summaryview independent
3511
3512 2004-01-28 [paul]       0.9.8claws55
3513
3514         * sync with 0.9.8cvs10
3515                 see Changelog 2004-01-27 and 2004-01-28
3516
3517 2004-01-26 [christoph]  0.9.8claws54
3518
3519         * src/imap.c
3520                 create a root node for the Folder if scan fails because root
3521                 folder does not exist
3522
3523 2004-01-26 [paul]       0.9.8claws53
3524
3525         * sync with 0.9.8cvs7
3526                 see ChangeLog 2004-01-23
3527
3528 2004-01-25 [alfons]     0.9.8claws52
3529
3530         * src/compose.c
3531                 remove left-over constant INDENT_CHARS
3532
3533 2004-01-25 [alfons]     0.9.8claws51
3534
3535         * src/procmime.c
3536                 add NULL pointer check for mimeinfo->node in
3537                 procmime_mimeinfo_parent()
3538
3539 2004-01-25 [darko]      0.9.8claws50
3540
3541         * src/compose.c
3542                 make "Wrap all long lines" toolbar button wrap all
3543                 long lines not just the current line
3544                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3545
3546
3547 2004-01-25 [alfons]     0.9.8claws49
3548
3549         * src/procmime.c
3550                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3551                 necessary anyway, because *scanf() functions neglect white
3552                 space in the input. 
3553                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3554
3555 2004-01-25 [paul]       0.9.8claws48
3556
3557         * src/prefs_ext_prog.c
3558                 apply Alfons' patch to check for NULL pointers
3559                 fixes bug #424
3560
3561 2004-01-25 [paul]       0.9.8claws47
3562
3563         * sync with 0.9.8cvs8
3564                 see ChangeLog 2004-01-23
3565
3566 2004-01-25 [thorsten]   0.9.8claws46
3567
3568         * src/messageview.c
3569                 remove orphaned mimeview unref()
3570
3571 2004-01-23 [christoph]  0.9.8claws45
3572
3573         * src/summaryview.c
3574                 set ctree widget style
3575
3576 2004-01-23 [paul]       0.9.8claws44
3577
3578         * sync with 0.9.8cvs5
3579                 see ChangeLog 2004-01-22
3580
3581 2004-01-23 [alfons]     0.9.8claws43
3582
3583         * src/procmsg.c
3584                 remove redundant code in procmsg_get_thread_tree()
3585
3586 2004-01-21 [christoph]  0.9.8claws42
3587
3588         * src/folderview.c
3589                 set ctree widget style, otherwise GTK does not use the
3590                 the correct vertical size for the list items
3591
3592 2004-01-21 [alfons]     0.9.8claws41
3593
3594         * src/summaryview.c
3595                 GDK_Left should only switch to folderview when
3596                 when summaryview hscrollbar is at the leftmost
3597                 position (fixes bug #420, "Focus error")
3598
3599 2004-01-21 [paul]       0.9.8claws40
3600
3601         * sync with 0.9.8cvs4
3602                 see ChangeLog 2004-01-20
3603
3604 2004-01-20 [christoph]  0.9.8claws39
3605
3606         * src/folderview.c
3607                 remove setting sensitivity for no longer existing
3608                 /Scoring... popup entry
3609
3610 2004-01-20 [keith]      0.9.8claws38
3611
3612         * configure.ac
3613                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3614
3615 2004-01-20 [paul]       0.9.8claws37
3616
3617         * src/prefs_fonts.c
3618                 demystify font settings
3619                 
3620         * src/textview.c
3621                 use textview->msgfont for header->body in
3622                 textview_show_header()
3623
3624 2004-01-20 [paul]       0.9.8claws36
3625
3626         * src/compose.c
3627           src/undo.c
3628                 remove superfluous debug_print's
3629                 
3630         * src/inc.c
3631                 clear the statusbar after LOCAL incorporation
3632
3633 2004-01-20 [paul]       0.9.8claws35
3634
3635         * sync with 0.9.8cvs3
3636                 see ChangeLog 2004-01-20
3637
3638 2004-01-19 [keith]      0.9.8claws34
3639
3640         * src/folderview.c
3641                 don't show 'Search folder...' on popup menu
3642                 if folder has no mails in it
3643
3644 2004-01-17 [keith]      0.9.8claws33
3645
3646         * src/compose.c
3647           src/prefs_common.c
3648           src/prefs_common.h
3649                 store position of compose window in prefs
3650
3651 2004-01-17 [thorsten]   0.9.8claws32
3652
3653         * src/gtk/gtkvscrollbutton.c
3654                 ensure scrollbutton resize event on different gtk versions
3655
3656 2004-01-15 [alfons]     0.9.8claws31
3657         
3658         * src/summaryview.c
3659                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3660                 message as read
3661
3662 2004-01-12 [christoph]  0.9.8claws30
3663
3664         * src/procmime.c
3665                 better MIME-Version check
3666
3667 2004-01-11 [alfons]     0.9.8claws29
3668
3669         * src/procmsg.c
3670                 remove unnecessary but still effective check (could possibly
3671                 lead to some unwanted side effects)
3672
3673 2004-01-11 [alfons]     0.9.8claws28
3674
3675         * src/procmsg.c
3676                 we should not prefer lowest message number while threading 
3677                 (introduced in previous commit)
3678
3679 2004-01-11 [alfons]     0.9.8claws27
3680
3681         * src/procmsg.c
3682                 subject threading fixes:
3683                 
3684                         - make message with lowest message number the
3685                           thread parent,
3686                         - refine recording last node when threading. the last node
3687                           should be the previous one if a node has a thread parent,
3688                           or the current node if not
3689                 
3690                 (there's another threading bug fix coming up)
3691
3692 2004-01-10 [paul]       0.9.8claws26
3693
3694         * src/main.c
3695           src/prefs_ext_prog.c
3696           src/plugins/clamav/clamav_plugin_gtk.c
3697                 minor gui fixes
3698
3699 2004-01-09 [christoph]  0.9.8claws25
3700
3701         * src/Makefile.am
3702         * src/string_match.[ch]                 ** REMOVE **
3703         * src/common/Makefile.am
3704         * src/common/string_match.[ch]          ** NEW **
3705                 move string_match.[ch] to common directory
3706
3707 2004-01-09 [christoph]  0.9.8claws24
3708
3709         * src/pgpmime.c
3710                 add MIME-Version header for the message parser
3711
3712 2004-01-09 [paul]       0.9.8claws23
3713
3714         * po/POTFILES.in
3715           src/Makefile.am
3716           src/main.c
3717           src/prefs_common.c
3718           src/prefs_ext_prog.[ch]       ** NEW FILES **
3719                 move External Command options from 'Common Prefs/Other' to
3720                 'Other Prefs/Message View/External Programs', also reveal
3721                 the hidden options for audio player and image viewer.
3722                 
3723         * src/prefs_common.c
3724                 fix toggling of header pane
3725
3726 2004-01-09 [paul]       0.9.8claws22
3727
3728         * src/compose.c
3729                 when changing account also change the save folder
3730
3731         * src/textview.c
3732                 if a text/plain attachment has 'Content-Disposition: attachment'
3733                 don't display it inline
3734
3735 2004-01-08 [christoph]  0.9.8claws21
3736
3737         * src/procmime.c
3738                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3739                 otherwise thread the message content as one text part and
3740                 don't assume charset US-ASCII which is only specified as
3741                 default for MIME-messages
3742
3743 2004-01-08 [paul]       0.9.8claws20
3744
3745         * src/plugins/clamav/clamav_plugin.c
3746           src/plugins/spamassassin/spamassassin.c
3747                 inform the user what is happening via the statusbar
3748
3749 2004-01-06 [paul]       0.9.8claws19
3750
3751         * po/es.po
3752                 update Spanish translation. submitted by Ricardo
3753                 Mones Lastra
3754
3755 2004-01-05 [paul]       0.9.8claws18
3756
3757         * sync with 0.9.8cvs2
3758                 see ChangeLog 2004-01-05
3759
3760 2004-01-03 [luke]       0.9.8claws17
3761
3762         * src/procheader.c
3763                 Clean up:
3764                 o remove unused functions string_getchar() and file_getchar()
3765                 o remove the getchar_ parameter from generic_get_one_field()
3766                 o add an 'unfold' parameter to generic_get_one_field, to
3767                   be used if no HeaderEntry is supplied
3768                 o procheader_get_one_field_asis() uses
3769                   generic_get_one_field().
3770
3771 2004-01-01 [christoph]  0.9.8claws16
3772
3773         * src/common/xml.[ch]
3774                 o add xml_new_tag() to manage usage counts of strings correctly
3775                 o correct xml_copy_tree() function name
3776
3777         * src/folder.c
3778         * src/main.c
3779                 allow registering and unregistering of FolderClasses anytime
3780
3781 2003-12-31 [christoph]  0.9.8claws15
3782
3783         * src/folder.[ch]
3784         * src/common/xml.[ch]
3785                 keep folderlist.xml data for unloaded FolderClasses
3786
3787 2003-12-30 [luke]       0.9.8claws14
3788
3789         * src/procheader.[ch]
3790                 o added procheader_get_one_field_asis() that does not do
3791                   unfolding
3792                 o fix procheader_get_header_array_asis() to use the above,
3793                   fixing ugliness of headers in textview
3794
3795         * src/compose.c
3796                 o don't unfold headers when redirecting.        
3797
3798 2003-12-30 [paul]       0.9.8claws13
3799
3800         * po/POTFILES.in
3801           src/common/defs.h
3802           src/Makefile.am
3803           src/main.c
3804           src/prefs_common.c
3805           src/prefs_themes.[ch] ** NEW FILES **
3806                 redesign and move Icon Theme selector to
3807                 the new prefs window
3808           
3809         * src/stock_pixmap.c
3810                 fix the old bug where icons are not always
3811                 updated when changing themes
3812         
3813         * src/summaryview.c
3814                 fix bug where the icons on the title row
3815                 of the summary view were not updated
3816         
3817         all patches submitted by Ricardo Mones Lastra
3818
3819 2003-12-30 [hoa]        0.9.8claws12
3820
3821         * src/folder.c
3822                 run preglobal and postglobal processing rules
3823                 even if the folder does not have any rules.
3824
3825 2003-12-28 [paul]       0.9.8claws11
3826
3827         * ac/aspell.m4
3828           ac/check-type.m4
3829           ac/gnupg-check-typedef.m4
3830           ac/openssl.m4
3831           ac/spamassassin.m4
3832                 fix 'underquoted definition' warnings, patch submitted by
3833                 David Relson <relson@osagesoftware.com>
3834                 
3835         * src/common/utils.c
3836                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3837                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3838
3839 2003-12-28 [paul]       0.9.8claws10
3840
3841         * sync with 0.9.8cvs1
3842                 see ChangeLog 2003-12-17
3843
3844 2003-12-27 [christoph]  0.9.8claws9
3845
3846         * src/common/utils.[ch]
3847                 add g_node_map() to map a GNode into a new GNode
3848                 converting all node data's with a function
3849
3850         * src/account.c
3851         * src/folder.[ch]
3852         * src/folderview.c
3853         * src/imap.c
3854         * src/mainwindow.c
3855         * src/summaryview.c
3856                 o use g_node_map() to convert XML <-> Folder
3857                 o remove redundant FolderItem->parent and
3858                   replace it with folder_item_parent()
3859
3860 2003-12-23 [christoph]  0.9.8claws8
3861
3862         * src/folder.[ch]
3863         * src/folderview.c
3864         * src/mainwindow.c
3865         * src/procmsg.c
3866                 o use callback for notifications about added and
3867                   destroyed folders
3868                 o rewrite folderlist saving (new functions to create
3869                   folder from XML tree, and XML tree from folder)
3870
3871         * src/common/xml.[ch]
3872                 add function to save XML trees
3873
3874         * src/prefs_filtering.c
3875                 code cleanup
3876
3877 2003-12-22 [christoph]  0.9.8claws7
3878
3879         * src/prefs_account.[ch]
3880                 add "SMTP only" accounts
3881
3882 2003-12-20 [melvin]     0.9.8claws6
3883
3884         * src/action.[ch]
3885                 Changed the interface for action_update_*_menu() so
3886                 action.c does not need to know the paths of the different
3887                 actions menu (mainwindow, message view and compose window). 
3888
3889         * src/compose.c
3890                 Tiny code cleanup to merge spell checker related code
3891                 compose_update_actions_menu(): new function to update
3892                 the actions menu. Use it in compose_create()
3893
3894         * src/compose.h
3895                 compose_update_actions_menu(): new function to update
3896                 the actions menu. Used also in prefs_actions.c.
3897
3898         * src/mainwindow.[ch]
3899                 main_window_update_actions_menu(): new function to update
3900                 the actions menu. Used in main_window_create() and in
3901                 prefs_actions.c
3902
3903         * src/messageview.[ch]
3904                 messageview_update_actions_menu(): new function to update
3905                 the actions menu. Used in messageview_add_toolbar() and in
3906                 prefs_actions.c
3907                 
3908         * src/prefs_actions.c   
3909                 prefs_actions_ok(): fixed to update the actions menu of
3910                 the separate message view and the compose windows.
3911
3912 2003-12-20 [luke]       0.9.8claws5
3913         * src/procheader.c
3914                 fix unfolding/newline stripping for multiline fields
3915                 in generic_get_one_field()
3916
3917 2003-12-19 [christoph]  0.9.8claws4
3918
3919         * src/summaryview.c
3920                 o code cleanup
3921                 o use subject_compare_for_sort() when comparing
3922                   simplified subjects
3923
3924 2003-12-19 [christoph]  0.9.8claws3
3925
3926         * src/msgcache.c
3927                 more syncing with 0.8.9a
3928
3929 2003-12-19 [christoph]  0.9.8claws2
3930
3931         * src/folder.c
3932                 don't write all FolderItem XML attributes for the root node
3933
3934 2003-12-19 [melvin]     0.9.8claws1
3935
3936         * src/messageview.c
3937                 Added missing menu branch (Tools/Create processing/rule)
3938         * po/fr.po
3939                 Updated French translation for the added string.
3940
3941 2003-12-19 [paul]       0.9.8claws
3942
3943         0.9.8claws released
3944
3945 2003-12-19 [paul]       0.9.7claws51
3946
3947         * po/en_GB.po
3948           po/es.po
3949           po/ja.po
3950           po/pl.po
3951           po/sk.po
3952           po/zh_CN.po
3953                 update translations. submitted by me, Ricardo Mones
3954                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3955                 Hansom Young
3956                 
3957         * src/folder_item_prefs.c
3958                 'enable_processing' set to FALSE by default
3959
3960 2003-12-18 [melvin]     0.9.7claws50
3961
3962         * po/fr.po
3963                 Updated French translation
3964
3965 2003-12-17 [christoph]  0.9.7claws49
3966
3967         * src/procheader.c
3968                 revert discarding of whitespace from 0.9.7claws44
3969
3970                 RFC2822 2.2.3: Unfolding is accomplished by simply
3971                 removing any CRLF that is immediately followed by WSP.
3972
3973 2003-12-17 [paul]       0.9.7claws48
3974
3975         * src/folder.c
3976                 fix new message count
3977                 
3978         * configure.ac
3979                 update autotools macros
3980
3981         * sync with 0.9.8a
3982
3983 2003-12-16 [christoph]  0.9.7claws47
3984
3985         * src/folder.c
3986                 fix folder update before adding MsgInfo to cache
3987                 in add_msginfo_to_cache()
3988
3989         * src/procmsg.c
3990                 remove old call to folder_item_update() that is no
3991                 longer required
3992
3993 2003-12-16 [christoph]  0.9.7claws46
3994
3995         * src/main.c
3996                 make sure the shutdown process only runs once
3997
3998 2003-12-16 [hoa]        0.9.7claws45
3999
4000         * src/mainwindow.c
4001         * src/messageview.c
4002         * src/summaryview.[ch]
4003                 Create filter rules using a message is fixed.
4004                 We can now create processing rules using a message.
4005
4006 2003-12-15 [alfons]     0.9.7claws44
4007
4008         * src/procheader.c
4009                 make sure we discard folding white space
4010
4011 2003-12-15 [luke]       0.9.7claws43
4012         * src/textview.c
4013         * src/mimeview.c
4014                 o use "name" parameter if "filename" doesn't exist
4015
4016 2003-12-14 [alfons]     0.9.7claws42
4017
4018         * src/summaryview.c
4019         * src/common/utils.c
4020                 allow quick finding based on the result of passing
4021                 a message to an external command. E.g:
4022
4023                         X "bogofilter < %F" 
4024                 
4025                 gets me all the spam in a folder.
4026
4027 2003-12-14 [luke]       0.9.7claws41
4028
4029         * src/textview.c
4030         * src/mimeview.c
4031                 o use parameter "filename" instead of "name" in a couple of 
4032                   places for correctness
4033
4034         * src/procmime.c
4035         * src/common/utils.[ch]
4036                 o make temporary filename for attachments safe for %p 
4037                   substitutions in actions.
4038
4039 2003-12-13 [christoph]  0.9.7claws40
4040
4041         * src/main.c
4042                 readd exit(0) to clean_quit() because otherwise sylpheed
4043                 does not always terminate
4044
4045         * src/pgpmime.c
4046         * src/privacy.h
4047                 add an identifier-string for PrivacySystems
4048
4049 2003-12-12 [paul]
4050
4051         * doc/man/sylpheed.1
4052                 update the man page
4053
4054 2003-12-12 [paul]       0.9.7claws39
4055
4056         general clean up
4057         
4058         * configure.ac
4059                 correct and clean up './configure --help' info
4060         
4061         * src/plugins/clamav/clamav_plugin.c
4062           src/plugins/spamassassin/spamassassin.c
4063                 correct plugin_desc(), works with LOCAL, IMAP, and
4064                 POP accounts
4065                 
4066         * src/filtering.c
4067           src/matcher.[ch]
4068           src/matcher_parser_parse.y
4069           src/prefs_filtering_action.c
4070                 use 'Change Score' instead of '(In/De)crease score'.
4071                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4072          
4073          * src/mainwindow.c
4074                 hyphenate: 'Pre-processing', 'Post-processing'
4075                 
4076         * src/prefs_account.c
4077                 change 'Generate Message-ID' to 'Generate Message-Id'
4078                 
4079         * src/prefs_folder_item.c
4080                 change 'Processing on startup:' to 'Process at startup'
4081                 change 'Scan for new mail:' to 'Scan for new mail'
4082                 
4083 2003-12-11 [christoph]  0.9.7claws38
4084
4085         * src/crash.c
4086         * src/main.[ch]
4087                 make sure the clean_exit() funtion is not called again by the
4088                 signal handler while it is already running
4089
4090         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4091
4092         * src/summaryview.c
4093                 fix wrong assertion
4094
4095 2003-12-11 [paul]       0.9.7claws37
4096
4097         * src/compose.c
4098                 'anonymise' Message-Id: header string
4099
4100 2003-12-11 [paul]       0.9.7claws36
4101
4102         * src/plugins/clamav/clamav_plugin.c
4103                 fix (don't break) signature count
4104                 use cl_strerror() instead of deprecated cl_perror()
4105         
4106 2003-12-11 [darko]      0.9.7claws35
4107
4108         * src/summaryview.c
4109                 also update the sort arrow (thanks Christoph)
4110
4111 2003-12-11 [darko]      0.9.7claws34
4112
4113         * src/summaryview.c
4114                 allow reverting to default sort mode (no sort)
4115
4116 2003-12-10 [hoa]        0.9.7claws33
4117
4118         * src/matcher.c
4119                 fixed quotation of string for matcher.
4120
4121 2003-12-08 [paul]       0.9.7claws32
4122
4123         * src/imap.c
4124           src/inc.c
4125                 plug memory leaks (patch by Alfons)
4126
4127 2003-12-08 [christoph]  0.9.7claws31
4128
4129         * src/folder_item_prefs.[ch]
4130         * src/folderview.c
4131         * src/prefs_folder_item.c
4132                 add new FolderItem property to exclude folders from new
4133                 mail checks
4134
4135         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4136
4137 2003-12-07 [paul]       0.9.7claws30
4138
4139         * src/plugins/clamav/clamav_plugin.c
4140                 fix signature count
4141
4142 2003-12-07 [thorsten]   0.9.7claws29
4143
4144         * src/filtering.c
4145                 debug_print some warning if destfolder missing
4146         * src/prefs_filtering.c
4147                 uninitialized filter list when deleting a folder
4148
4149 2003-12-06 [paul]       0.9.7claws28
4150
4151         * src/procheader.c
4152                 add Alfons' patch to trim line feeds
4153
4154 2003-12-06 [paul]       0.9.7claws27
4155
4156         * partial sync with 0.9.7cvs8
4157                 leaving claws' online/offline more or less intact
4158                 see ChangeLog 2003-12-04 and 2003-12-06
4159
4160 2003-12-06 [christoph]  0.9.7claws26
4161
4162         * src/messageview.c
4163         * src/privacy.[ch]
4164                 revert pirvacy API changes
4165
4166 2003-12-05 [alfons]     0.9.7claws25
4167
4168         * src/matcher.[ch]
4169                 clean up my old cruft
4170
4171 2003-12-05 [alfons]     0.9.7claws24
4172
4173         * src/matcher.c
4174                 fix comparison buglet ;-) and make `test` matcher
4175                 work again
4176
4177 2003-12-05 [alfons]     0.9.7claws23
4178
4179         * src/prefs_folder_item.c
4180                 K&R 2nd Ed., page 241 (function parameter identifiers
4181                 starting with an underscore are kind of insulting)
4182
4183 2003-12-05 [hoa]        0.9.7claws22
4184
4185         * src/main.c
4186         * src/mainwindow.[ch]
4187         * src/mainwindow.h
4188                 add destructor for mainwindow so that the last 
4189                 MimeInfo opened in messageview is destroyed when
4190                 exiting sylpheed.
4191
4192 2003-12-05 [hoa]        0.9.7claws21
4193
4194         * src/filtering.[ch]
4195         * src/matcher.[ch]
4196         * src/matcher_parser_lex.l
4197         * src/matcher_parser_parse.y
4198         * src/prefs_actions.c
4199         * src/prefs_filtering.c
4200         * src/common/utils.[ch]
4201                 quote arguments before giving them to command line.
4202                 fixed quote of string in matcher/processing/filtering rules.
4203
4204         * src/messageview.c
4205         * src/privacy.[ch]
4206                 allows decryption to return a new whole 
4207                 MIME message structure.
4208
4209 2003-12-04 [hoa]        0.9.7claws20
4210
4211         * src/filtering.[ch]
4212         * src/folder.c
4213         * src/mainwindow.c
4214         * src/matcher.c
4215         * src/matcher_parser_parse.y
4216         * src/folderview.c
4217                 global rules to run before folder specific rules.
4218                 global rules to run after folder specific rules.
4219                 
4220         * src/messageview.c
4221                 fixed quick addition of rules.
4222         
4223         * src/prefs_filtering.[ch]
4224         * src/summaryview.c
4225                 we can now customize the title for the dialog.
4226                 updated case where we rename of delete folders.
4227
4228         * src/addressbook.c
4229                 got back the function addressbook_browse_entry_cb()
4230                 that is needed in case we compiled with LDAP support.
4231
4232 2003-12-04 [paul]       0.9.7claws19
4233
4234         * sync with 0.9.7cvs6
4235                 see ChangeLog 2003-12-04
4236                 fixes bug 171 'Wrong message decoing: koi8-r and 
4237                 iso8859-5 looks same. Can't read many emails.'
4238
4239 2003-12-04 [paul]       0.9.7claws18
4240
4241         * po/POTFILES.in
4242                 remove 'src/prefs_scoring.c'
4243
4244 2003-12-03 [hoa]        0.9.7claws17
4245
4246         * src/Makefile.am
4247                 compilation of scoring.[ch] and prefs_scoring.[ch]
4248                 is removed.
4249         
4250         * src/filtering.[ch]
4251         * src/folder.c
4252         * src/folder_item_prefs.[ch]
4253         * src/folderview.c
4254         * src/main.c
4255         * src/mainwindow.c
4256         * src/matcher.[ch]
4257         * src/matcher_parser.h
4258         * src/matcher_parser_parse.y
4259         * src/prefs_filtering.[ch]
4260         * src/prefs_filtering_action.c
4261         * src/prefs_folder_item.c
4262         * src/prefs_scoring.[ch]              * REMOVED FILES *
4263         * src/procmsg.[ch]
4264         * src/scoring.[ch]                    * REMOVED FILES *
4265         * src/summaryview.c
4266                 merged scoring and filtering.
4267                 
4268                 Note : compatibility is kept by parsing score like 
4269                   add_score. To get the behaviour of older scoring 
4270                   system, you have to define some equivalent rule :
4271                   "score_lower -9999 hide"
4272                   "score_greater 9999 mark"
4273                   
4274                   To define global rules, you have to define them 
4275                   in the new global processing rules.
4276                   The variable that kept the list filtering rules 
4277                   was "global_processing" and has been renamed into 
4278                   "filtering_rules".
4279                   "global_processing" variable is now the name 
4280                   of the variable that keeps the list of global 
4281                   processing rules.
4282                   In the configuration file, "[global]" section is 
4283                   now for the global processing rules (which includes
4284                   score things and new global processing rules).
4285                   New "[filtering]" section is for the filtering rules.
4286                   
4287                   Before running with this version, during testing 
4288                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4289                   Then, you have to make the following changes :
4290                   - leave all scoring rules in "[global]" section.
4291                   - move all other rules of "[global]" section to
4292                       a new section named "[filtering]".
4293
4294 2003-12-03 [christoph]  0.9.7claws16
4295
4296         * src/procmime.c
4297                 use default Content-Type as specified in RFC2045 if
4298                 Content-Type header is syntactically incorrect
4299
4300 2003-12-03 [christoph]  0.9.7claws15
4301
4302         * src/addressbook.c
4303         * src/addrindex.h
4304         * src/addritem.c
4305         * src/expldifdlg.h
4306         * src/exportldif.c
4307         * src/filtering.c
4308         * src/folder.c
4309         * src/folderview.c
4310         * src/jpilot.c
4311         * src/localfolder.c
4312         * src/matcher.h
4313         * src/matcher_parser_lex.l
4314         * src/matcher_parser_parse.y
4315         * src/news.c
4316         * src/prefs_filtering_action.c
4317         * src/prefs_folder_item.c
4318         * src/prefs_fonts.c
4319         * src/procmsg.c
4320         * src/sgpgme.c
4321                 clean up warnings
4322
4323         * src/procmime.c
4324                 revert 0.9.7claws14 change
4325
4326 2003-12-03 [alfons]     0.9.7claws14
4327
4328         * src/procmime.c
4329                 catch invalid Content-Type with no subtype
4330
4331 2003-12-03 [alfons]     0.9.7claws13
4332
4333         * src/alertpanel.h
4334         * src/setup.c
4335         * src/plugins/image_viewer/plugin.c
4336                 compile again, we need stddef.h for size_t
4337
4338 2003-12-03 [paul]       0.9.7claws12
4339
4340         * src/account.c
4341                 don't allow cloning of accounts with remote folders,
4342                 patch submitted by Ricardo Mones Lastra
4343
4344 2003-12-03 [christoph]  0.9.7claws11
4345
4346         * src/folder.[ch]
4347         * src/imap.c
4348         * src/localfolder.[ch]
4349         * src/mh.c
4350         * src/news.c
4351         * src/common/xml.[ch]
4352                 add set_xml() and get_xml() virtual functions to FolderClass to
4353                 save extra information for Folders (for example the rootpath
4354                 only used by LocalFolder). The folderlist write function no
4355                 longer needs to know the folder type to save this extra
4356                 information.
4357
4358 2003-12-02 [christoph]  0.9.7claws10
4359
4360         * src/Makefile.am
4361         * src/account.c
4362         * src/folder.[ch]
4363         * src/folderview.h
4364         * src/imap.c
4365         * src/localfolder.[ch]          ** NEW **
4366         * src/mainwindow.c
4367         * src/mh.[ch]
4368         * src/news.[ch]
4369         * src/prefs_account.[ch]
4370         * src/prefs_filtering.h
4371         * src/procmsg.h
4372         * src/remotefolder.[ch]         ** NEW **
4373         * src/common/xml.[ch]
4374                 add item_set_xml() and item_get_xml() virtual functions to
4375                 FolderClass to give folders the ability to add extra information
4376                 to the saved FolderItem data. If NULL the default function for
4377                 FolderItem will be used.
4378
4379 2003-11-29 [christoph]  0.9.7claws9
4380
4381         * src/procheader.c
4382                 fix bug in unfolding
4383
4384 2003-11-29 [luke]       0.9.7claws8
4385
4386         * src/textview.c
4387                 fix compilation for non c99 compilers
4388
4389 2003-11-29 [christoph]  0.9.7claws7
4390
4391         * src/procmime.[ch]
4392         * src/mimeview.c
4393                 o unknown disposition types should be handled as
4394                   attachment (RFC2183)
4395                 o missing headers should not default to inline
4396                   (would make "Save All" useless when disposition header
4397                    is not set by the sending mailer)
4398                 o remove old MimeInfo data and cleanup
4399
4400 2003-11-29 [luke]       0.9.7claws6
4401
4402         * src/procmime.[ch]
4403                 re-added parsing of Content-Disposition header
4404                         - removes the old  'gchar* content_disposition'
4405                         - adds a new field 'DispositionType disposition'
4406                         - adds parameters to MimeInfo::parameters
4407
4408         * src/mimeview.c
4409                 use the "filename" parameter for saving, and the new
4410                 MimeInfo::disposition for save all.
4411
4412         * src/compose.c
4413         * src/toolbar.[ch]
4414                 add a 'check spelling' button as a possibility for 
4415                 the compose toolbar
4416
4417         * src/stockpixmap.[ch]
4418         * src/pixmaps/check_spelling.xpm        ** NEW **
4419         * src/Makefile.am
4420                 add a pixmap for use with 'check spelling' button or
4421                 a user defined action
4422
4423         * src/textview.c
4424                 re-apply fixed (I hope) patch for bug 57
4425                 "Hidden URL in HTML Mails"
4426
4427 2003-11-28 [christoph]  0.9.7claws5
4428
4429         * src/procmime.c
4430                 o be more liberal in what we accept as Content-Type parameters
4431                 o ignore comments after parameters
4432
4433         * src/sgpgme.c
4434                 o only free passphrase when an error occurs
4435
4436 2003-11-28 [paul]       0.9.7claws4
4437
4438         * src/account.c
4439                 add 'Clone Account' function. patch submitted by
4440                 Ricardo Mones Lastra
4441
4442 2003-11-27 [thorsten]   0.9.7claws3
4443
4444         * src/mimeview.c
4445                 fix crash if 'save_all' failed twice
4446
4447 2003-11-27 [paul]       0.9.7claws2
4448
4449         * po/POTFILES.in
4450                 fix a typo
4451
4452         * po/zh_CN.po
4453                 update Simplified Chinese translation. submitted by
4454                 Hansom Young
4455
4456 2003-11-27 [paul]       0.9.7claws1
4457
4458         * po/POTFILES.in
4459                 clean up
4460
4461 2003-11-26 [paul]       0.9.7claws
4462
4463         * 0.9.7claws released
4464
4465 2003-11-26 [paul]       0.9.6claws99
4466
4467         * src/Makefile.am
4468                 add reference to pixmaps/mime_message.xpm
4469
4470 2003-11-26 [paul]       0.9.6claws98
4471
4472         * po/POTFILES.in
4473                 remove reference to src/sigstatus.c
4474
4475 2003-11-26 [christoph]  0.9.6claws97
4476
4477         * src/Makefile.am
4478         * src/prefs_common.c
4479         * src/rfc2015.c
4480         * src/sigstatus.[ch]            ** REMOVE **
4481                 remove signature result popup option and window
4482
4483 2003-11-26 [paul]       0.9.6claws96
4484
4485         * po/es.po
4486           po/ja.po
4487           po/pl.po
4488           po/sk.po
4489           po/sr.po
4490                 update translations. submitted by Ricardo Mones Lastra,
4491                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4492
4493 2003-11-25 [christoph]  0.9.6claws95
4494
4495         * src/procmime.c
4496                 display mime structure only in debug mode
4497
4498 2003-11-25 [melvin]     0.9.6claws94
4499
4500         * po/fr.po
4501                 Updated French translations + typos fixes of older
4502                 translations (thanks to Fabien Vantard for pointing
4503                 to some of them)
4504
4505 2003-11-25 [melvin]     0.9.6claws93
4506
4507         * src/editldap.c
4508                 Fixed a couple of typos.
4509
4510 2003-11-24 [paul]       0.9.6claws92
4511
4512         * po/POTFILES.in
4513                 add 'src/textview.c'
4514
4515 2003-11-24 [paul]       0.9.6claws91
4516
4517         * src/sgpgme.c
4518                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4519
4520 2003-11-24 [paul]       0.9.6claws90
4521
4522         * src/plugins/image_viewer/viewer.c
4523                 image_viewer_show_mimepart(): 
4524                 use procmime_mimeinfo_get_parameter() to get the file name
4525
4526 2003-11-24 [paul]       0.9.6claws89
4527
4528         * src/textview.c
4529                 textview_show_mime_part(): rewrite text hint
4530
4531 2003-11-22 [paul]       0.9.6claws88
4532
4533         * sync with 0.9.7cvs5
4534                 see ChangeLog 2003-11-21
4535
4536 2003-11-21 [paul]       0.9.6claws87
4537
4538         * src/mimeview.c
4539                 define shortcut key 'o' for 'Open with...'
4540
4541 2003-11-21 [alfons]     0.9.6claws86
4542
4543         * src/messageview.c
4544                 fix bug #383 'Deleting message from "separate message view" 
4545                 uses local Trash folder'
4546
4547 2003-11-21 [christoph]  0.9.6claws85
4548
4549         * src/mimeview.c
4550                 fix content-type guessing by name parameter when finding
4551                 the correct viewer
4552
4553 2003-11-21 [alfons]     0.9.6claws84
4554
4555         * src/main.c
4556                 no mail incorporation allowed with --offline param.
4557                 fixes bug #374, "--offline ignored"
4558
4559 2003-11-20 [christoph]  0.9.6claws83
4560
4561         * src/mimeinfo.c
4562                 use signed MimeInfo when checking the signature and not
4563                 the selected one
4564
4565 2003-11-19 [alfons]     0.9.6claws82
4566
4567         * src/mainwindow.c
4568                 fix crash when toggling separate views, patch submitted
4569                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4570                 fixes bug #342, "separate views  cause crash"
4571
4572 2003-11-19 [paul]       0.9.6claws81
4573
4574         * src/compose.c
4575                 compose_redirect_write_headers_from_headerlist(): 
4576                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4577                 
4578         * src/main.c
4579                 code cleanup (inherited from 0.9.7cvs4)
4580                 
4581         * tools/tb2sylpheed
4582                 bugfix: added missing attribute-list start. submitted by
4583                 Urke MMI
4584
4585 2003-11-19 [luke]       0.9.6claws80
4586
4587         * src/textview.c
4588                 revert my last commit until I get time to fix it
4589
4590 2003-11-18 [christoph]  0.9.6claws79
4591
4592         * src/mimeview.[ch]
4593                 check parent MimeInfos for signatures and display the
4594                 result of the parent when found
4595
4596         * src/pgpmime.c
4597                 o avoid NULL pointer warnings
4598                 o use procmime_mimeinfo_get_parameter()
4599
4600         * src/sgpgme.c
4601                 small text changes
4602
4603 2003-11-17 [luke]       0.9.6claws78
4604
4605         * src/textview.c
4606                 add check for disguised URLs, fixing bug 57
4607                 "Hidden URL in HTML Mails"
4608
4609 2003-11-16 [christoph]  0.9.6claws77
4610
4611         * src/procmime.c
4612                 fix crash when parsing invalid Content-Type header
4613
4614 2003-11-16 [christoph]  0.9.6claws76
4615
4616         * src/pgpmime.c
4617         * src/privacy.c
4618         * src/procmime.c
4619         * src/sgpgme.[ch]
4620                 implement message decrypting
4621
4622         * src/rfc2015.c
4623                 remove old code
4624
4625 2003-11-14 [luke]       0.9.6claws75
4626
4627         * src/mimeview.c
4628                 fix a couple of problems that treated application/* and
4629                 application/octet-stream the wrong way around
4630                 (since 0.9.6claws10), causing "Open" to do nothing.
4631
4632 2003-11-14 [christoph]  0.9.6claws74
4633
4634         * src/messageview.c
4635         * src/pgpmime.c
4636         * src/privacy.[ch]
4637                 prepare for message part decrypting
4638
4639         * src/sgpgme.c
4640                 add output for expired signatures
4641
4642         * src/rfc2015.c
4643                 remove some old code
4644
4645 2003-11-10 [christoph]  0.9.6claws73
4646
4647         * src/mimeview.c
4648                 add "Full info" button for bad and warn signature status
4649
4650         * src/sgpgme.c
4651                 generate full signature info like gpg's output
4652                 (gpg -v --with-fingerprint --verify)
4653
4654 2003-11-10 [christoph]  0.9.6claws72
4655
4656         * src/mimeview.c
4657         * src/pgpmime.c
4658         * src/privacy.[ch]
4659         * src/sgpgme.[ch]
4660         * src/textview.[ch]
4661                 o add code to view full signature info
4662                 o do automatic signature checks
4663
4664 2003-11-10 [alfons]     0.9.6claws71
4665
4666         * src/summaryview.c
4667                 don't crash when gtkut_font_load() returns invalid font (has
4668                 something to do with locale settings)
4669                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4670
4671 2003-11-09 [alfons]     0.9.6claws70
4672
4673         * src/procmime.c
4674                 plug leak
4675
4676 2003-11-08 [luke]       0.9.6claws69
4677
4678         * src/summaryview.c
4679                 fix some typos
4680
4681         * src/compose.c
4682                 rewrite compose_attach_parts(), fixing various bugs mainly
4683                 to do with re-editing.
4684
4685         * src/mimeview.c
4686                 "save all" now only saves attachments with names/filenames
4687
4688 2003-11-04 [match]      0.9.6claws68
4689
4690         * src/ldapctrl.[ch]
4691                 fix broken LDAP support.
4692
4693         * src/ldapquery.c
4694                 remove printf's.
4695
4696 2003-11-04 [luke]       0.9.6claws67
4697
4698         * src/mimeview.c
4699                 o  fixed bug 4 "focus lost on messages with attachments"
4700                 o  fixed 'Save all' attachments for new mime changes
4701                 o  right clicking on icons consistent with right clicking on
4702                    mime tree
4703                   - fixes a bug where wrong part is saved when you
4704                     choose 'Save as' from popup menu
4705                   - fixes bug 308 "No way to "save all" attachments"
4706                 o  fixed a compiler warning.
4707
4708         * src/textview.c
4709                 o  removed flickering in mime tree when using "n" and "p"
4710                    shortcuts
4711                 o  fixed bug where selecting the textview and pressing e.g.
4712                    'y' causes sylpheed to respond twice.
4713
4714         * src/summaryview.c
4715                 removed hard coding of * and ! shortcuts (which only served
4716                 to cause problems if you tried to redefine the shortcuts)
4717
4718 2003-11-04 [luke]       0.9.6claws66
4719
4720         * src/plugins/image_viewer/viewer.c
4721         * src/plugins/image_viewer/viewerprefs.c
4722         * src/plugins/image_viewer/viewerprefs.glade
4723                 o  allow toggling of image scaling by clicking on image
4724                 o  respond to image's container widget resize
4725
4726         * src/procmime.c
4727                 o  fix bad parsing of message when re-editing/viewing a
4728                    message saved to the drafts folder
4729
4730 2003-11-02 [match]      0.9.6claws65
4731
4732         * src/browseldap.h
4733                 fix if not building LDAP support.
4734         * src/addrindex.c
4735         * src/ldapquery.[ch]
4736         * src/editldap.h
4737                 include support for contains query. feature req 529354.
4738
4739 2003-11-02 [alfons]     0.9.6claws64
4740
4741         * src/browseldap.c
4742                 fix build bustage if not compiling ldap support
4743
4744 2003-11-01 [match]      0.9.6claws63
4745
4746         * po/POTFILES.in
4747         * src/Makefile.am
4748         * src/addr_compl.[ch]
4749         * src/addrbook.c
4750         * src/addrcache.[ch]
4751         * src/addrdefs.h        ** NEW **
4752         * src/addressbook.c
4753         * src/addressitem.h
4754         * src/addrindex.[ch]
4755         * src/addritem.h
4756         * src/addrquery.[ch]
4757         * src/ldapquery.[ch]
4758         * src/ldapserver.[ch]
4759                 refactor LDAP query mechanism.
4760
4761         * src/browseldap.[ch]   ** NEW **
4762         * src/ldaplocate.[ch]   ** NEW **
4763                 add feature to browse LDAP entry that was retrieved using
4764                 an explicit LDAP search.
4765
4766 2003-11-01 [alfons]     0.9.6claws62
4767
4768         * src/prefs_gtk.c
4769                 prefs_write_param(): fail when we see an invalid type; all the
4770                 callers seem to handle this gracefully by reverting changes
4771
4772 2003-10-30 [christoph]  0.9.6claws61
4773
4774         * configure.ac
4775         * ac/openssl.m4
4776         * ac/spamassassin.m4
4777         * src/Makefile.am
4778                 use extra variables for all libraries to make sure plugins
4779                 are only linked with libraries they really need. $LIBS is always
4780                 added to the linking parameters, but we only what the libraries
4781                 listed in the Makefile
4782
4783 2003-10-29 [paul]       0.9.6claws60
4784
4785         * src/mimeview.c
4786                 don't use Subject for unknown part name
4787
4788 2003-10-29 [paul]       0.9.6claws59
4789
4790         * src/compose.c
4791                 get name of attachment(s) when re-editing, fwd'ing or
4792                 redirecting
4793                 
4794         * src/mimeview.c
4795                 get name of attachment(s) when saving
4796
4797 2003-10-29 [hoa]        0.9.6claws58
4798
4799         * src/textview.c
4800                 implemented multipart/alternative in MIME message viewer.
4801
4802 2003-10-28 [christoph]  0.9.6claws57
4803
4804         * configure.ac
4805                 make sure MathML-Viewer is not built with the
4806                 Gtk2 version of GtkMathView
4807
4808 2003-10-28 [paul]       0.9.6claws56
4809
4810         * sync with 0.9.7cvs1
4811                 see ChangeLog 2003-10-28
4812
4813 2003-10-27 [alfons]     0.9.6claws55
4814
4815         * src/matcher_parser_parse.y
4816         * src/gtk/colorlabel.c
4817                 allow setting color label to 0 in filtering/processing rules
4818                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4819
4820 2003-10-26 [alfons]     0.9.6claws54
4821
4822         * src/summary_search.c
4823                 fix misnomer and correct selecting initial search node  
4824
4825 2003-10-26 [christoph]  0.9.6claws53
4826
4827         * src/pgpmime.c
4828         * src/sgpgme.c
4829                 change display of signature info to use only name of
4830                 signer, otherwise the text gets too long.
4831
4832         * src/procmime.c
4833                 don't use MimeInfo's filename to generate tmp filename
4834
4835 2003-10-25 [christoph]  0.9.6claws52
4836
4837         * src/procmime.c
4838                 fix message body searching
4839
4840 2003-10-25 [paul]       0.9.6claws51
4841
4842         * src/compose.c
4843                 use g_basename rather than basename
4844
4845 2003-10-24 [christoph]  0.9.6claws50
4846
4847         * src/sgpgme.c
4848                 change fetching of signature key's trust
4849
4850 2003-10-24 [paul]       0.9.6claws49
4851
4852         * po/sk.po
4853                 update Slovak translation
4854                 submitted by Andrej Kacian
4855                 
4856         * src/mainwindow.c
4857                 remove unknown menu entry /File/Add mailbox/mbox...
4858
4859 2003-10-24 [hoa]        0.9.6claws48
4860
4861         * src/Makefile.am
4862                 removed all references to mbox folders
4863
4864         * src/carray.[ch]               * REMOVED *
4865         * src/chash.[ch]                * REMOVED *
4866         * src/maillock.[ch]             * REMOVED *
4867         * src/mailmbox.[ch]             * REMOVED *
4868         * src/mailmbox_folder.[ch]      * REMOVED *
4869         * src/mailmbox_parse.[ch]       * REMOVED *
4870         * src/mailmbox_types.[ch]       * REMOVED *
4871         * src/mbox_folder.[ch]          * REMOVED *
4872                 remove implementation of mbox folders
4873                 and old mailbox folder.
4874                 mbox folder implementation will be added
4875                 as a plugin so that implementation can be entirely
4876                 synchronized with the files of the project they are
4877                 extracted from (libEtPan!).
4878         
4879         * src/mainwindow.c
4880         * src/folder.c
4881         * src/folderview.[ch]
4882         * src/procmsg.h         
4883                 Disable as much code that references mbox folders
4884                 as possible.
4885                 Some UI thing still need to know that folder is mbox
4886                 (when we have to enter the name of the mailbox and
4887                 we want to add /var/mail/$USER).
4888
4889 2003-10-23 [christoph]  0.9.6claws47
4890
4891         * src/noticeview.c
4892                 don't always display button when noticeview is made visible
4893
4894         * src/mimeview.c
4895         * src/pgpmime.c
4896         * src/privacy.[ch]
4897         * src/sgpgme.[ch]
4898                 get signature information from crypto system
4899
4900 2003-10-22 [paul]       0.9.6claws46
4901
4902         * po/es.po
4903                 updated by Ricardo Mones Lastra
4904
4905 2003-10-22 [paul]       0.9.6claws45
4906
4907         * src/Makefile.am
4908                 update to reflect the changes to the icons that
4909                 happened in 0.9.6claws35
4910
4911 2003-10-22 [alfons]     0.9.6claws44
4912         
4913         * src/carray.h
4914                 inline carray_count() 
4915
4916 2003-10-21 [alfons]     0.9.6claws43
4917
4918         * src/carray.h
4919                 glib wrappers
4920         * src/carray.c
4921                 disable
4922         * src/mailmbox.[ch]
4923         * src/mailmbox_folder.c
4924         * src/mailmbox_parse.c
4925         * src/mailmbox_types.[ch]
4926                 %s/uint32_t/guint
4927
4928 2003-10-21 [luke]       0.9.6claws42
4929
4930         * src/stock_pixmaps.[ch]
4931         * src/mimeview.c
4932         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4933         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4934                 o remove mime_application_octet_stream.xpm icon (it was never
4935                   really needed)
4936                 o remove redundant icon messageview_text.xpm
4937
4938         * src/mainwindow.c
4939                 fix visibility of signature noticeview when toggling 'separate
4940                 message view'
4941
4942 2003-10-21 [christoph]  0.9.6claws41
4943
4944         * src/procmime.c
4945                 decode multipart and rfc822 mime parts to allow further
4946                 parsing when required
4947
4948 2003-10-21 [christoph]  0.9.6claws40
4949
4950         * src/procmime.[ch]
4951         * src/textview.c
4952                 remove obsolete charset parameter in MimeInfo and fix
4953                 TextView to use the charset from the parameter hash table
4954
4955         * src/plugins/dillo_viewer/Makefile.am
4956         * src/plugins/trayicon/Makefile.am
4957                 add OPENSSL_CFLAGS to fix building with using
4958                 --with-openssl-* parameters
4959
4960 2003-10-21 [paul]       0.9.6claws39
4961
4962         * src/prefs_matcher.[ch]
4963                 replace remnants of the old, renamed 'Execute' matchtype
4964                 add a brief description to the Info window
4965
4966 2003-10-21 [hoa]        0.9.6claws38
4967         
4968         * src/Makefile.am
4969         * src/carray.[ch]               * NEW *
4970         * src/chash.[ch]                * NEW *
4971         * src/folder.c
4972         * src/maillock.[ch]             * NEW *
4973         * src/mailmbox.[ch]             * NEW *
4974         * src/mailmbox_folder.[ch]      * NEW *
4975         * src/mailmbox_parse.[ch]       * NEW *
4976         * src/mailmbox_types.[ch]       * NEW *
4977                 implementation of mbox folder with unique message numbers
4978
4979                 made use of libEtPan! implementation of mbox for lower-layer.
4980
4981 2003-10-20 [alfons]     0.9.6claws37
4982
4983         * src/noticeview.c
4984                 fix invalid argument warning
4985         * src/pgpmime.c
4986                 no in place variable
4987
4988 2003-10-20 [paul]       0.9.6claws36
4989
4990         * src/compose.[ch]
4991           src/filtering.c
4992           src/messageview.c
4993                 fix crash when using Forward in Filtering when
4994                 external editor option is set
4995                 
4996                 Patch submitted by Simon 'corecode' Schubert
4997                 <corecode@corecode.ath.cx> 
4998
4999 2003-10-20 [paul]       0.9.6claws35
5000
5001         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
5002           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
5003           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
5004           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
5005           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
5006           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
5007           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
5008           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
5009           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
5010           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
5011           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
5012           src/mimeview.c
5013           src/stock_pixmap.[ch]
5014                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
5015                 icons. add privacy_warn.xpm icon
5016
5017 2003-10-20 [hoa]  0.9.6claws34
5018
5019         * src/folder_item_prefs.[ch]
5020         * src/prefs_folder_item.c
5021         * src/main.c
5022                 Added a property per folder to choose whether we 
5023                 want to apply processing on it on startup or if we
5024                 prefer to wait the folder selection to apply it.
5025         
5026         * src/messageview.c
5027                 fixed C89 compatibility (for old compilers, for
5028                 example gcc 2.95.x).
5029
5030 2003-10-17 [christoph]  0.9.6claws33
5031
5032         * src/mimeview.c
5033         * src/noticeview.[ch]
5034                 change noticeview icon to indicate signature status
5035
5036 2003-10-17 [christoph]  0.9.6claws32
5037
5038         * src/Makefile.am
5039         * src/main.c
5040         * src/mimeview.c
5041         * src/noticeview.c
5042         * src/pgpmime.[ch]                              ** NEW **
5043         * src/privacy.[ch]
5044         * src/rfc2015.c
5045         * src/sgpgme.c                                  ** NEW **
5046                 reimplement PGP/Mime signature checking (unfinished)
5047
5048 2003-10-15 [christoph]  0.9.6claws31
5049
5050         * src/procmime.[ch]
5051                 fix procmime_get_text_content() and
5052                 procmime_get_first_text_content()
5053
5054 2003-10-15 [christoph]  0.9.6claws30
5055
5056         * src/plugins/spamassassin/spamassassin_gtk.c
5057         * src/plugins/spamassassin/spamassassin_gtk.glade
5058                 fix timeout tooltip
5059
5060 2003-10-15 [paul]       0.9.6claws29
5061
5062         * src/messageview.c
5063                 workaround for buggy smtp servers. on sending a
5064                 return receipt strip the name part from the address
5065                 when creating headers
5066                 
5067 2003-10-15 [paul]       0.9.6claws28
5068
5069         * sync with 0.9.7 release
5070                 see ChangeLog 2003-10-15
5071
5072 2003-10-14 [christoph]  0.9.6claws27
5073
5074         * src/plugins/clamav/clamav_plugin.c
5075                 fix clamav plugin
5076
5077 2003-10-14 [christoph]  0.9.6claws26
5078
5079         * src/compose.c
5080         * src/mimeview.c
5081         * src/procmime.[ch]
5082         * src/rfc2015.c
5083         * src/textview.c
5084         * src/plugins/clamav/clamav_plugin.c
5085                 use GNode to create the mime tree (some changes to functions
5086                 that traverse the tree are just quick and dirty. Maybe we
5087                 can find better solutions with g_node_*-functions)
5088
5089 2003-10-14 [luke]       0.9.6claws25
5090
5091         * src/mimeview.c
5092                 fix a navigation bug (stupid typo of mine)
5093
5094 2003-10-14 [christoph]  0.9.6claws24
5095
5096         * src/textview.c
5097                 fix missing last line in plain/text mails
5098
5099 2003-10-13 [luke]       0.9.6claws23
5100
5101         * src/summaryview.c
5102                 fix bug 334 (part 1)
5103
5104 2003-10-13 [kov]        0.9.6claws22
5105
5106         * src/mimeview.c
5107                 error checking when the user enters a non-directory at
5108                 the file selection dialog.
5109                 work-around for users entering directory location without
5110                 adding a leading G_DIR_SEPARATOR.
5111
5112 2003-10-13 [luke]       0.9.6claws21
5113
5114         * src/compose.c
5115                 error reporting for inserting files, including catching
5116                 invalid characters for current locale/encoding
5117
5118 2003-10-13 [paul]       0.9.6claws20
5119
5120         * src/folderview.c
5121                 fix bug #347 'subscribe newsgroups crashes'
5122
5123 2003-10-13 [paul]       0.9.6claws19
5124
5125         * src/compose.c
5126                 when using 'Reply to all' include the 'send replies
5127                 to' folder property
5128                 
5129         * po/ja.po
5130                 update Japanese translation. submitted by Rui Hirokawa 
5131                 <rui_hirokawa@ybb.ne.jp>        
5132
5133 2003-10-13 [hoa]        0.9.6claws18
5134
5135         * src/account.c
5136         * src/compose.c
5137         * src/messageview.c
5138         * src/procheader.c
5139         * src/procheader.h
5140                 rename get_header_from_msginfo() into
5141                 procheader_get_header_from_msginfo() so that we have a
5142                 coherent exported naming.
5143                 avoid parsing of header contained in a string via
5144                 a newly written temporary file.
5145
5146         Patch submitted by Simon 'corecode' Schubert
5147                 <corecode@corecode.ath.cx>
5148
5149 2003-10-12 [hoa]        0.9.6claws17
5150
5151         * src/filtering.c
5152         * src/filtering.h
5153         * src/matcher.c
5154         * src/matcher.h
5155         * src/matcher_parser_parse.y
5156         * src/prefs_filtering_action.c
5157                 added "stop" action : stop applying the filtering rules.
5158                 added "set score" and "increase/decrease score" actions.
5159                 That two last action replace the "change_score" action
5160                 introduced by alfons in 0.8.8claws85.
5161                 "set score" is to set a given score to the message.
5162                 "increase/decrease score" will increase or decrease the
5163                 score if the given value is respectively positive or
5164                 negative. If someone find a some better name for this last
5165                 rule, it can be modified.
5166
5167 2003-10-12 [paul]       0.9.6claws16
5168
5169         * AUTHORS
5170           po/ja.po
5171                 update Japanese translation. submitted by Rui Hirokawa 
5172                 <rui_hirokawa@ybb.ne.jp>
5173
5174 2003-10-12 [christoph]  0.9.6claws15
5175
5176         * src/procmime.c
5177                 fix crash caused by incorrect headers
5178
5179 2003-10-10 [christoph]  0.9.6claws14
5180
5181         * src/main.c
5182         * src/privacy.[ch]
5183         * src/rfc2015.[ch]
5184                 implement detection of signed message parts for rfc2015
5185
5186 2003-10-10 [thorsten]   0.9.6claws13
5187
5188         * src/mimeview.c
5189                 fix typo
5190
5191 2003-10-10 [christoph]  0.9.6claws12
5192
5193         * src/stock_pixmap.[ch]
5194         * src/pixmaps/mime_message.xpm                  ** NEW **
5195                 add a new icon for mime type "message"
5196
5197         * src/privacy.[ch]
5198         * src/procmime.[ch]
5199                 add crypto api
5200
5201         * src/mimeview.c
5202                 o use crypto api
5203                 o add icons for message type mime parts
5204
5205 2003-10-10 [christoph]  0.9.6claws11
5206
5207         * src/mainwindow.c
5208         * src/messageview.[ch]
5209         * src/mimeview.[ch]
5210         * src/procmime.[ch]
5211         * src/procmsg.[ch]
5212         * src/rfc2015.c
5213         * src/summaryview.c
5214         * src/textview.[ch]
5215                 o remove switching between TextView and MimeView in MessageView
5216                   (if required we can hide the icon box and the MimeView will
5217                    look exaxtly like the TextView)
5218                 o temporary remove signature and decrypting GPGME code
5219
5220 2003-10-09 [christoph]  0.9.6claws10
5221
5222         * src/action.c
5223         * src/compose.c
5224         * src/messageview.c
5225         * src/mimeview.c
5226         * src/procmime.[ch]
5227         * src/procmsg.c
5228         * src/rfc2015.c
5229         * src/textview.c
5230         * src/common/utils.[ch]
5231         * src/plugins/clamav/clamav_plugin.c
5232         * src/plugins/dillo_viewer/dillo_viewer.c
5233         * src/plugins/image_viewer/viewer.c
5234         * src/plugins/mathml_viewer/mathml_viewer.c
5235                 new mime parser (several things need fixing)
5236
5237 2003-10-09 [paul]       0.9.6claws9
5238
5239         * src/imap.c
5240                 a little more sync with 0.9.6cvs2 and a tidy up
5241
5242 2003-10-08 [paul]       0.9.6claws8
5243
5244         * sync with 0.9.6cvs2
5245                 see ChangeLog 2003-10-03
5246
5247 2003-10-05 [christoph]  0.9.6claws7
5248
5249         * src/summaryview.c
5250                 don't use flags to check if a message is in a news folder
5251
5252         (closes Bug 282 clicking on folder with copied Messages from News
5253          immediately after having copied them crashes Sylpheed-Claws)
5254
5255 2003-10-05 [christoph]  0.9.6claws6
5256
5257         * src/Makefile.am
5258         * src/progressdialog.[ch]               ** REMOVE **
5259         * src/gtk/Makefile.am
5260         * src/gtk/progressdialog.[ch]           ** NEW **
5261                 move progressdialog to gtk directory
5262
5263 2003-10-04 [christoph]  0.9.6claws5
5264
5265         * src/prefs_toolbar.c
5266         * src/gtk/prefswindow.c
5267                 remove widget_show_all for pages root widget
5268
5269         * src/plugins/spamassassin/spamassassin.[ch]
5270         * src/plugins/spamassassin/spamassassin_gtk.c
5271         * src/plugins/spamassassin/spamassassin_gtk.glade
5272                 add support for new libspamc transports
5273
5274 2003-10-04 [christoph]  0.9.6claws4
5275
5276         * src/plugins/spamassassin/libspamc.[ch]
5277         * src/plugins/spamassassin/spamassassin.c
5278         * src/plugins/spamassassin/utils.[ch]
5279                 update libspamc to version from SpamAssassin 2.60
5280
5281 2003-10-03 [christoph]  0.9.6claws3
5282
5283         * src/send_message.c
5284                 fix missing format string bug found by
5285                 Georgi Guninski <guninski@guninski.com>
5286
5287 2003-10-03 [paul]       0.9.6claws2
5288
5289         * po/zh_CN.po
5290                 update Simpilified Chinese translation, submitted by
5291                 Hansom Young
5292
5293 2003-10-02 [christoph]  0.9.6claws1
5294
5295         * src/imap.c
5296                 add UIDPLUS support for COPY and EXPUNGE
5297
5298 2003-10-02 [paul]       0.9.6claws
5299
5300         * 0.9.6claws released
5301
5302 2003-10-02 [paul]
5303
5304         * po/es.po
5305           po/sk.po
5306                 update Spanish and Slovak translations
5307                 submitted by Ricardo Mones Lastra and Andrej Kacian
5308  
5309 2003-10-02 [paul]       0.9.5claws43
5310
5311         * po/en_GB.po
5312                 update British English translation
5313
5314 2003-10-02 [paul]       0.9.5claws42
5315
5316         * po/hr.po
5317                 update Croatian translation, submitted by Dragan
5318
5319 2003-10-01 [paul]       0.9.5claws41
5320
5321         * po/pl.po
5322           po/sr.po
5323                 update Polish and Serbian translations, submitted by
5324                 Emil and Urke MMI
5325
5326 2003-10-01 [melvin]     0.9.5claws40
5327
5328         * po/fr.po
5329                 Updated French translations
5330
5331 2003-10-01 [melvin]     0.9.5claws39
5332
5333         * src/prefs_fonts.c
5334                 Fixed a Gtk warning
5335
5336         * src/plugins/dillo_prefs.c     
5337                 Quasi unnoticeable UI clean-up.
5338
5339 2003-10-01 [paul]
5340
5341         * tools/README
5342           tools/maildir2sylpheed.pl
5343                 bug fixes, rewrites, submitted by Matthias Förste 
5344                 <itsjustme@users.sourceforge.net>
5345
5346 2003-09-29 [paul]       0.9.5claws38
5347
5348         * src/inc.c
5349                 fix my coding carelessness
5350
5351 2003-09-29 [paul]       0.9.5claws37
5352
5353         * po/POTFILES.in
5354           src/Makefile.am
5355           src/main.c
5356           src/prefs_common.[ch]
5357           src/prefs_fonts.[ch]  ** NEW FILES **
5358                 move Font config options to Other Prefs/Display/Fonts
5359                 (user's current configuration is preserved)
5360
5361 2003-09-29 [paul]       0.9.5claws36
5362
5363         * src/inc.c
5364           src/prefs_account.c
5365                 allow 'local_mbox' value to point to either a directory 
5366                 (/var/mail -  default, new) or a file (/var/mail/username
5367                 - original)
5368
5369 2003-09-28 [paul]       0.9.5claws35
5370
5371         * src/rfc2015.c
5372                 on signature check, where key exists, print the
5373                 Key ID
5374
5375 2003-09-27 [alfons]     0.9.5claws34
5376
5377         * src/action.c
5378                 o make progress bar not fill/expand when resizing dialog
5379                 o use default fixed text font for actions output
5380
5381 2003-09-27 [paul]       0.9.5claws33
5382
5383         * src/prefs_common.[ch]
5384           src/procmsg.c
5385           src/send_message.c
5386                 remove External Program settings from Common Prefs/Send
5387                 as they are now unnecessary due to Local account settings.
5388                 plus a little tidying-up after 0.9.5claws31
5389
5390 2003-09-27 [paul]       0.9.5claws32
5391
5392         * src/prefs_account.c
5393                 o make correction to gui text:
5394                   'Local mailbox file' -> 'Local mailbox directory'
5395                 o give 'local_mbox' option a reasonable default value:
5396                   '/var/mail'
5397                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5398                   value
5399
5400 2003-09-26 [paul]       0.9.5claws31
5401
5402         * src/inc.c
5403           src/prefs_common.[ch]
5404                 remove 'Incorporate from spool' common pref,
5405                 force creation of a 'Local' account
5406
5407 2003-09-26 [christoph]  0.9.5claws30
5408
5409         * src/folder.c
5410         * src/msgcache.c
5411                 add more NULL pointer checks
5412
5413 2003-09-25 [christoph]  0.9.5claws29
5414
5415         * src/folder.c
5416                 o don't fetch source message to get it's message id
5417                 o immediately scan dest folder when copying a message did not
5418                   return a new message number and not do it when the first message
5419                   without a new message number is found
5420
5421 2003-09-23 [christoph]  0.9.5claws28
5422
5423         * src/compose.c
5424                 fix generating of headers
5425
5426         (patch by David Relson <relson@osagesoftware.com>)
5427
5428 2003-09-23 [paul]       0.9.5claws27
5429
5430         * po/zh_CN.po
5431                 update Simplified Chinese translation. submitted by
5432                 Hansom Young
5433
5434 2003-09-23 [paul]       0.9.5claws26
5435
5436         * tools/Makefile.am
5437           tools/README
5438           tools/vcard2xml.py    ** NEW FILE **
5439                 add a script that converts an evolution vcard to
5440                 sylpheed's xml format
5441                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5442
5443 2003-09-22 [paul]       0.9.5claws25
5444
5445         * src/plugins/clamav/clamav_plugin.c
5446                 don't skip MULTIPART parts
5447
5448 2003-09-21 [christoph]  0.9.5claws24
5449
5450         * src/alertpanel.c
5451                 remove unneeded include
5452
5453         * src/folder.c
5454                 clean up copy/move mess with duplicated code
5455
5456         * src/imap.c
5457                 fix problem that sometimes the folder was not scanned
5458                 also it was changed
5459
5460 2003-09-21 [christoph]  0.9.5claws23
5461
5462         * src/Makefile.am
5463         * src/logwindow.[ch]                    ** REMOVE **
5464         * src/mainwindow.c
5465         * src/prefs_common.c
5466         * src/gtk/Makefile.am
5467         * src/gtk/logwindow.[ch]                ** ADD **
5468                 make logwindow prefs_common independent and move
5469                 it to gtk directory
5470
5471 2003-09-20 [christoph]  0.9.5claws22
5472
5473         * src/compose.c
5474                 add extra space for address code conversion
5475                 (4 * unconvered size could be too small for short headers)
5476
5477 2003-09-20 [christoph]  0.9.5claws21
5478
5479         * src/compose.c
5480                 increase temp buffer size when writing headers
5481
5482 2003-09-19 [darko]      0.9.5claws20
5483
5484         * src/compose.c
5485                 don't ignore value of 'Save copy of outgoing messages to
5486                 this folder instead of Sent' in message redirect
5487
5488 2003-09-17 [christoph]  0.9.5claws19
5489
5490         * src/compose.c
5491                 use ", " as address seperator for mail headers and pass whole
5492                 header line at once to compose_convert_header to make sure
5493                 it is correctly folded
5494
5495         (closes Bug 64 Problem when sending to many recipients)
5496
5497 2003-09-17 [hoa]        0.9.5claws18
5498         
5499         * src/matcher.[ch]
5500           src/matcher_parser_parse.y
5501           src/prefs_matcher.c
5502                 changed the keyword used for command execution in condition
5503                 keyword is changed from "execute" to "test"
5504                 so that it is not the same as the one used for action.
5505                 This will fix a bug when using filtering dialog.
5506                 All semantic in the code is also changed to reflect
5507                 the keyword change.
5508
5509 2003-09-17 [paul]
5510         
5511         * sync with 0.9.6 release
5512
5513 2003-09-17 [paul]       0.9.5claws17
5514
5515         * sync with 0.9.5cvs8
5516                 see ChangeLog 2003-09-16 and 2003-09-17
5517
5518 2003-09-16 [paul]       0.9.5claws16
5519
5520         * sync with 0.9.5cvs6
5521                 see ChangeLog 2003-09-16
5522
5523 2003-09-15 [paul]       0.9.5claws15
5524
5525         * sync with 0.9.5cvs5
5526                 see ChangeLog 2003-09-15
5527
5528 2003-09-14 [alfons]     0.9.5claws14
5529
5530         * src/inc.c
5531                 make "Go to inbox after receiving new mail" again;
5532                 regression of a sync, restored to sylpheed main 
5533                 behaviour. (misses still some bits)
5534
5535 2003-09-14 [alfons]     0.9.5claws13
5536
5537         * src/prefs_filtering_action.c
5538                 o add proper message if empty execute command line
5539                 o don't select first action item after registering a
5540                   new action to prevent (what seems to be a GTK) bug
5541                   #36, "filtering will only accept one action change 
5542                   per invocation".
5543
5544 2003-09-14 [alfons]     0.9.5claws12
5545
5546         * src/prefs_filtering.c
5547         * src/prefs_filtering_action.c
5548         * src/prefs_matcher.c
5549                 fix function signature for key_pressed_event signal handlers
5550
5551 2003-09-14 [alfons]     0.9.5claws11
5552
5553         * src/mainwindow.c
5554                 fix regression caused by fix for invalid bug #7
5555                 (should fix #246, "Multiple selections are deselected when 
5556                 moving from search window to main window")
5557                 
5558 2003-09-14 [alfons]     0.9.5claws10
5559         
5560         * src/actions.[ch]
5561         * src/filtering.[ch]
5562         * src/prefs_actions.c
5563                 allow `filtering actions` in actions; only for advanced users
5564                 right now: try for example, "%as{mark color 2}" 
5565         
5566 2003-09-13 [paul]       0.9.5claws9
5567         
5568         * po/pl.po
5569           po/zh_CN.po   ** NEW FILE **
5570                 update Polish translation, submitted by Emil 
5571                 <eminowbl@posejdon.wpk.p.lodz.pl>
5572                 add new Simplified Chinese translation, submitted by
5573                 Hansom Young <hansom_young@yahoo.com>
5574
5575 2003-09-12 [alfons]     0.9.5claws8
5576
5577         * src/summaryview.c
5578                 don't open separate message views when View | Separate message view
5579                 is active 
5580                 (please look carefully for any navigation regressions)
5581
5582 2003-09-11 [alfons]     0.9.5claws7
5583
5584         * src/mainwindow.c
5585                 make default message view, opened by View | Separate message 
5586                 view, look like a claws message view (which includes a menu
5587                 bar and a toolbar)
5588                 (fixes bug #298, "message view loses tool bar") 
5589
5590 2003-09-11 [christoph]  0.9.5claws6
5591
5592         * src/folderview.c
5593                 fix double deleting of newsgroup folders
5594
5595         (closes Bug 305 crash after deleting of a newsgroup)
5596
5597 2003-09-11 [paul]       0.9.5claws5
5598
5599         * src/rfc2015.c
5600           src/common/utils.h
5601                 more sync'ing from 0.9.5cvs2
5602
5603 2003-09-11 [christoph]  0.9.5claws4
5604
5605         * src/compose.c
5606         * src/rfc2015.c
5607         * src/common/utils.h
5608                 fix sync with 0.9.5cvs2
5609
5610 2003-09-11 [paul]       0.9.5claws3
5611
5612         * sync with 0.9.5cvs4
5613                 see ChangeLog 2003-09-11
5614
5615 2003-09-11 [paul]       0.9.5claws2
5616
5617         * sync with 0.9.5cvs2
5618                 see ChangeLog 2003-09-05
5619                 
5620 2003-09-11 [paul]       0.9.5claws1
5621
5622         * sync with 0.9.5cvs3
5623                 see ChangeLog 2003-09-10
5624
5625 2003-09-10 [paul]       0.9.5claws
5626
5627         * 0.9.5claws released
5628
5629 2003-09-10 [paul]       0.9.4claws78
5630
5631         * src/Makefile.am
5632                 add missing files
5633
5634 2003-09-10 [melvin]     0.9.4claws77
5635
5636         * po/fr.po
5637                 Updated French translations
5638
5639 2003-09-10 [paul]       0.9.4claws76
5640
5641         * po/es.po
5642           po/sk.po
5643           po/sr.po
5644                 update Spanish, Slovak, and Serbian translations.
5645                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5646                 and Urke MMI
5647                 
5648         * AUTHORS
5649                 add translation team section
5650
5651 2003-09-09 [christoph]  0.9.4claws75
5652
5653         * src/folder.c
5654                 free item->prefs in folder_item_destroy
5655
5656 2003-09-09 [alfons]     0.9.4claws74
5657
5658         * src/folderview.c
5659                 o proper check for root node sorting
5660                 o remove unnecessary gtk_ctree_remove_node 
5661
5662         (should fix bug #300, "crash while moving folder")      
5663
5664 2003-09-08 [christoph]  0.9.4claws73
5665
5666         * src/folderview.c
5667                 o fix double adding of IMAP FolderItems to GtkCTree
5668                 o fix crash then mbox folder is removed
5669
5670 2003-09-08 [christoph]  0.9.4claws72
5671
5672         * src/folder.c
5673         * src/folderview.c
5674         * src/mainwindow.c
5675                 fix new folder notification
5676
5677         * src/mbox_folder.c
5678                 fix cache path
5679
5680 2003-09-08 [christoph]  0.9.4claws71
5681
5682         * src/compose.c
5683                 replace '\n' and '\r' before removing trailing spaces
5684
5685         * src/folder.[ch]
5686         * src/folderview.c
5687                 add information about new or removed items in folder tree change
5688                 notification and use this in folderview to add and remove only
5689                 the appected items and not refresh the whole tree
5690
5691 2003-09-07 [match]      0.9.4claws70
5692
5693         * src/Makefile.am
5694         * src/addr_compl.c
5695         * src/addressbook.c
5696         * src/addressitem.h
5697         * src/addrindex.c
5698         * src/addritem.c
5699         * src/addritem.h
5700         * src/addrquery.c                       ** NEW **
5701         * src/addrquery.h
5702         * src/ldapquery.c
5703         * src/ldapserver.c
5704         * src/stock_pixmap.c
5705         * src/stock_pixmap.h
5706         * src/pixmaps/address_search.xpm        ** NEW **
5707                 re-introduce Lookup button for LDAP 'static' searches.
5708
5709 2003-09-07 [alfons]     0.9.4claws69
5710         
5711         * src/summaryview.c
5712                 abandon setting usize for messageview because it gives layout problems
5713                 with the quick search bar and the headerview; fixes assorted UI glitches:
5714                 
5715                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5716                 o bug #280, "Window resiizes for line length but does not revert"
5717
5718 2003-09-07 [christoph]  0.9.4claws68
5719
5720         * src/compose.c
5721                 o make sure we don't have any newlines in header values
5722                 o check custom headers for spaces and newlines and ignore
5723                   malformed header names
5724
5725 2003-09-06 [christoph]  0.9.4claws67
5726
5727         * src/folder.c
5728         * src/folderview.c
5729                 invoke notification hook for folder tree changes after append
5730                 and remove folder
5731
5732         (closes Bug 294 Crash while moving folder with many subdirectories)
5733
5734 2003-09-06 [christoph]  0.9.4claws66
5735
5736         * src/folder.c
5737                 destroy folder's MsgCache if FolderItem is removed to make sure
5738                 it is not saved when the FolderItem is destroyed
5739
5740 2003-09-06 [christoph]  0.9.4claws65
5741
5742         * src/plugins/clamav/clamav_plugin.c
5743                 fix copy & paste bug
5744
5745 2003-09-05 [christoph]  0.9.4claws64
5746
5747         * src/folder.c
5748         * src/messageview.[ch]
5749         * src/procmsg.[ch]
5750         * src/summaryview.c
5751                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5752                 by MessageView to clear it when the message is deleted. Should
5753                 work even if messages are deleted in MainWindow or by
5754                 processing.
5755
5756 2003-09-05 [alfons]     0.9.4claws63
5757
5758         * src/messageview.c
5759                 deleting a message in a message view frees its msginfo, make 
5760                 messageview_update_all() aware of that (should fix bug #293,
5761                 "deleting message caused crash")
5762
5763 2003-09-05 [melvin]     0.9.4claws62
5764
5765         * src/action.c
5766                 Improve synchronous action exit code (fixes 
5767                 a ~5 seconds delay after action exit on RedHat 9)
5768
5769 2003-09-04 [christoph]  0.9.4claws61
5770
5771         * src/compose.c
5772         * src/rfc2015.c
5773         * src/common/utils.[ch]
5774                 add util function to create mime boundary and use it
5775                 in compose and gpg code
5776
5777 2003-09-04 [alfons]     0.9.4claws60
5778
5779         * src/folder.c
5780                 source folder item's GNode should already have been freed in 
5781                 a previous call to src->folder->klass->remove_folder()
5782                 (should fix bug #287, "crash when moving folders")
5783
5784 2003-09-03 [thorsten]   0.9.4claws59
5785
5786         * src/plugins/spamassassin/spamassassin_gtk.c
5787                 fix compile error
5788
5789 2003-09-03 [christoph]  0.9.4claws58
5790
5791         * src/plugins/spamassassin/spamassassin.[ch]
5792         * src/plugins/spamassassin/spamassassin_gtk.c
5793                 add timeout config option
5794
5795 2003-09-03 [paul]       0.9.4claws57
5796
5797         * po/sk.po      ** NEW FILE **
5798                 add Slovak translation. Submitted by Andrej Kacian 
5799                 <andrej@kacian.sk>
5800
5801 2003-09-03 [paul]       0.9.4claws56
5802
5803         * src/plugins/clamav/clamav_plugin_gtk.c
5804                 gui tweaks: replace a label with a tooltip, modify the
5805                 text, use gtk_check_button_new(); instead of
5806                 gtk_check_button_new_with_label("");
5807
5808 2003-09-02 [alfons]     0.9.4claws55
5809
5810         * src/gtk/filesel.c
5811                 remember last used dir when attaching multiple files (should fix
5812                 bug #290, "Attach File does not remember directory")
5813
5814 2003-09-01 [paul]       0.9.4claws54
5815
5816         * po/es.po
5817                 updated by Ricardo Mones Lastra
5818
5819 2003-09-01 [alfons]     0.9.4claws53
5820
5821         * src/gtk/gtkaspell.[ch]
5822                 be pedantic and strict and use const gchar * instead of guchar *
5823
5824 2003-09-01 [alfons]     0.9.4claws52
5825
5826         * src/mainwindow.c
5827         * src/summaryviewc.
5828                 re-enable Save As when multiple messages are selected
5829
5830 2003-09-01 [paul]       0.9.4claws51
5831
5832         * src/textview.c
5833                 g_free(trimmed_uri);
5834
5835 2003-09-01 [paul]       0.9.4claws50
5836
5837         * sync with 0.9.4cvs13
5838                 see ChangeLog 2003-09-01
5839
5840 2003-09-01 [paul]       0.9.4claws49
5841
5842         * src/textview.c
5843                 trim uri before sending to the statusbar
5844                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5845                 in the message window causes main S-C window to enlarge 
5846                 past screen edges'
5847
5848 2003-09-01 [paul]       0.9.4claws48
5849
5850         * sync with 0.9.4cvs12
5851                 see ChangeLog 2003-09-01
5852
5853 2003-08-30 [christoph]  0.9.4claws47
5854
5855         * src/compose.c
5856         * src/folder_item_prefs.[ch]
5857         * src/prefs_folder_item.c
5858         * src/gtk/gtkaspell.[ch]
5859                 commit per folder dictionary patch by
5860                 Paul Evans <nerd@freeuk.com>
5861
5862 2003-08-30 [christoph]  0.9.4claws46
5863
5864         * src/plugins/spamassassin/spamassassin_gtk.c
5865         * src/plugins/spamassassin/spamassassin_gtk.glade
5866                 reduce GUI clutter by placing hints into tooltips
5867
5868 2003-08-30 [paul]       0.9.4claws45
5869
5870         * src/compose.c
5871                 add 'Content-Disposition: inline' to a text/plain
5872                 part when using PGP/MIME signing
5873
5874 2003-08-30 [paul]       0.9.4claws44
5875
5876         * src/prefs_common.c
5877           src/prefs_spelling.c
5878           src/prefs_spelling.glade
5879                 reduce GUI clutter by placing hints into tooltips
5880
5881 2003-08-29 [christoph]  0.9.4claws43
5882
5883         * configure.ac
5884                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5885
5886         * src/stock_pixmap.c
5887                 change unecessary warning into a debug message
5888
5889         * src/plugins/clamav/Makefile.am
5890                 Fix error "-I$(CLAMAV_LIBS)"
5891
5892 2003-08-29 [christoph]  0.9.4claws42
5893
5894         * intl/Makefile.in
5895         * src/Makefile.am
5896         * src/matcher.h
5897         * src/common/Makefile.am
5898         * src/common/passcrypt.c
5899                 commit fixes and patches for some of the IRIX problems found by
5900                 Ivan Rayner <ivanr@sgi.com>
5901
5902 2003-08-29 [paul]       0.9.4claws41
5903
5904         * src/prefs_filtering.c
5905                 add 'Top' and 'Bottom' buttons, based on changes in
5906                 src/prefs_filter.c in 0.9.4cvs11.
5907
5908 2003-08-27 [christoph]  0.9.4claws40
5909
5910         * src/folderview.c
5911                 fix bug that the current summary settings were copied to the
5912                 wrong folder item, when the folder item prefs are opened.
5913                 Copying is not required because summary settings and
5914                 folder_item_prefs do not contain the same settings
5915
5916 2003-08-27 [thorsten]   0.9.4claws39
5917
5918         * src/imap.c
5919                 fix compile error
5920
5921 2003-08-26 [paul]       0.9.4claws38
5922
5923         * sync with 0.9.4cvs9
5924                 see ChangeLog 2003-08-26
5925
5926 2003-08-25 [paul]       0.9.4claws37
5927
5928         * sync with 0.9.4cvs8
5929                 see ChangeLog 2003-08-25
5930
5931 2003-08-24 [christoph]  0.9.4claws36
5932
5933         * src/prefs_filtering.c
5934                 shouldn't remove items from a GSList while iterating over the
5935                 list (makes cur invalid and cur->next not accessable)
5936
5937         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5938          crashed)
5939
5940 2003-08-23 [christoph]  0.9.4claws35
5941
5942         * src/news.c
5943                 news folders should be scanned when opened
5944
5945 2003-08-22 [christoph]  0.9.4claws34
5946
5947         * src/prefs_folder_item.c
5948                 use macro to assign strings that always frees the old string
5949
5950         * src/gtk/gtkaspell.[ch]
5951                 add gtkaspell_set_dictionary_menu_active_item() to set active
5952                 item in dictionary option menu
5953
5954         * src/prefs_spelling.c
5955                 use gtkaspell_set_dictionary_menu_active_item() to select
5956                 dictionary
5957
5958 2003-08-21 [christoph]  0.9.4claws33
5959
5960         * src/folder.[ch]
5961         * src/imap.c
5962         * src/mbox_folder.c
5963         * src/mh.c
5964         * src/news.c
5965                 optimize folder system
5966
5967         * src/gtk/gtkstext.c
5968                 fix division by zero when font has 0 width for ' '
5969
5970 2003-08-21 [paul]       0.9.4claws32
5971
5972         * sync with 0.9.4cvs7
5973                 see ChangeLog 2003-08-20
5974
5975 2003-08-19 [paul]       0.9.4claws31
5976
5977         * src/common/defs.h
5978                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5979                 SYLDOC_FAQ_HTML_INDEX.
5980         * src/manual.c
5981                 use LC_MESSAGES instead of LC_ALL to find the current
5982                 language
5983
5984           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5985
5986 2003-08-19 [paul]       0.9.4claws30
5987
5988         * po/bg.po
5989                 updated by George Danchev
5990
5991 2003-08-18 [luke]       0.9.4claws29
5992         * src/mimeview.[ch]
5993         * src/gtk/gtkvscrollbutton.[ch]
5994                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5995                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5996                 o removed horizontal separator between icons
5997
5998 2003-08-17 [christoph]  0.9.4claws28
5999
6000         * src/procmsg.c
6001                 no subject threading when the subject has no reply prefix
6002
6003 2003-08-16 [christoph]  0.9.4claws27
6004
6005         * src/mainwindow.c
6006                 remember and restore window sizes and position when the main
6007                 window is hidden or shown
6008
6009         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
6010          minimised/reopened using trayicon)
6011
6012 2003-08-16 [paul]       0.9.4claws26
6013
6014         * src/crash.c
6015                 add #include "defs.h"
6016
6017 2003-08-16 [paul]       0.9.4claws25
6018
6019         * src/plugins/clamav/clamav_plugin.c
6020                 reword a debug_print
6021                 
6022         * src/plugins/dillo_viewer/dillo_prefs.c
6023                 cosmetic: change the labels' text, add tooltips, and
6024                 left-align the hint
6025
6026 2003-08-15 [christoph]  0.9.4claws24
6027
6028         * src/news.c
6029                 complete last change (forgot some changes)
6030
6031 2003-08-15 [christoph]  0.9.4claws23
6032
6033         * src/news.c
6034                 o check number of messages and don't return a 0 message
6035                   when no messages are available
6036                 o don't parse xref header anymore
6037
6038         (closes Bug 203 I'm not getting any news)
6039
6040 2003-08-15 [paul]       0.9.4claws22
6041
6042         * src/common/defs.h
6043           src/crash.c
6044                 update and define claws bugzilla location
6045
6046 2003-08-15 [paul]       0.9.4claws21
6047
6048         * po/ru.po
6049                 update submitted by Ruslan N. Balkin
6050
6051 2003-08-14 [christoph]  0.9.4claws20
6052
6053         * src/procmsg.c
6054                 fix search for oldest node in subject threading
6055
6056 2003-08-14 [christoph]  0.9.4claws19
6057
6058         * src/procmsg.c
6059         * src/common/utils.h
6060                 add possibility to check all nodes with the same subject for
6061                 subject threading, not only the oldest node. Should not break
6062                 threads anymore if the oldest node is thread_by_subject_max_age
6063                 days older then parent, because it can now find a child of
6064                 oldest node as new parent.
6065
6066 2003-08-11 [christoph]  0.9.4claws18
6067
6068         * src/plugins/spamassassin/spamassassin.c
6069                 run spam check in background process
6070
6071 2003-08-10 [alfons]     0.9.4claws17
6072
6073         * src/summaryview.c
6074                 make `Select All' sensitive too
6075
6076 2003-08-10 [christoph]  0.9.4claws16
6077
6078         * src/imap.c
6079                 add more checks in imap_close
6080
6081 2003-08-09 [alfons]     0.9.4claws15
6082
6083         * src/prefs_spelling.c
6084                 no spell checking UI if not requested
6085
6086 2003-08-09 [alfons]     0.9.4claws14
6087
6088         * src/gtk/prefswindow.c
6089                 make it compile
6090
6091 2003-08-09 [christoph]  0.9.4claws13
6092
6093         * src/prefs_spelling.c
6094         * src/gtk/prefswindow.[ch]
6095         * src/plugins/clamav/clamav_plugin_gtk.c
6096         * src/plugins/spamassassin/spamassassin_gtk.c
6097                 sort prefs pages by heighest weight in tree
6098
6099 2003-08-09 [paul]       0.9.4claws12
6100
6101         * sync with 0.9.4cvs6
6102                 see ChangeLog 2003-08-07
6103                 
6104         * AUTHORS
6105                 add Leandro and Luke to claws-branch section
6106
6107 2003-08-09 [christoph]  0.9.4claws11
6108
6109         * src/gtk/Makefile.am
6110         * src/gtk/colorsel.[ch]                 ** NEW **
6111                 create a color selection dialog that can be used as a simple
6112                 function call with it's own gtk main loop like filesel.[ch]
6113
6114         * src/Makefile.am
6115         * src/main.c
6116         * src/prefs_common.c
6117         * src/prefs_spelling.[ch]               ** NEW **
6118         * src/prefs_spelling.glade              ** NEW **
6119         * src/gtk/gtkutils.[ch]
6120                 move "Spell Checker" prefs to new prefs dialog
6121
6122         * src/prefs_folder_item.c
6123                 use new colorsel dialog
6124
6125 2003-08-08 [paul]       0.9.4claws10
6126
6127         * src/inc.c
6128                 clear the progress bar unconditionally
6129
6130 2003-08-08 [paul]       0.9.4claws9
6131
6132         * sync with 0.9.4cvs4
6133                 see ChangeLog 2003-07-31
6134
6135 2003-08-07 [christoph]  0.9.4claws8
6136
6137         * configure.ac
6138                 fix bug in image viewer plugin part
6139
6140         * src/imap.c
6141                 don't execute close command if the folder item is not selected
6142
6143 2003-08-07 [hoa]        0.9.4claws7
6144
6145         * src/filtering.[ch]
6146         * src/matcher_parser.h
6147         * src/matcher_parser_parse.y
6148                 can define several actions for each filtering rule
6149                 can import old versions of filtering rules
6150
6151         * src/prefs_filtering.c
6152                 call to a new dialog box to define actions
6153
6154         * src/prefs_filtering_action.[ch]
6155                 dialog box to define actions for filtering rules
6156
6157 2003-08-06 [christoph]  0.9.4claws6
6158
6159         * src/imap.c
6160                 make sure source folder is selected when copying messages
6161
6162 2003-08-06 [christoph]  0.9.4claws5
6163
6164         * sync with 0.9.4cvs2
6165                 see ChangeLog 2003-07-29                
6166
6167 2003-08-05 [paul]       0.9.4claws4
6168
6169         * sync with 0.9.4cvs3
6170                 see ChangeLog 2003-07-30
6171
6172 2003-08-04 [match]      0.9.4claws3
6173
6174         * po/POTFILES.in
6175                 export of LDIF files.
6176
6177 2003-08-04 [match]      0.9.4claws2
6178
6179         * src/ldif.[ch]
6180                 support for export LDIF. documented.
6181         * src/importldif.[ch]
6182         * src/exportldif.[ch]
6183                 add tooltips. documented.
6184         * src/exphtmldlg.[ch]
6185         * src/common/xmlprops.[ch]
6186                 documented.
6187         * src/exportldif.[ch]                   ** NEW **
6188         * src/expldifdlg.[ch]                   ** NEW **
6189         * src/addressbook.[ch]
6190         * src/Makefile.am
6191                 export of LDIF files.
6192                 documented.
6193
6194 2003-08-04 [christoph]  0.9.4claws1
6195
6196         * .cvsignore
6197         * Makefile.am
6198         * configure.ac
6199         * sylpheed-claws.pc.in                  ** NEW **
6200         * src/Makefile.am
6201         * src/common/Makefile.am
6202         * src/gtk/Makefile.am
6203                 install sylpheed header files in $(pkgincludedir) and create a
6204                 pkg-config file to allow building a plugin without the source
6205                 package
6206
6207 2003-08-04 [paul]       0.9.4claws
6208
6209         * version 0.9.4claws
6210
6211 2003-08-04 [paul]       0.9.3claws97
6212
6213         * po/es.po
6214                 update Spanish translation. Submitted by Ricardo
6215                 Mones Lastra.
6216
6217 2003-08-03 [paul]       0.9.3claws96
6218
6219         * po/hr.po
6220           po/sr.po
6221                 update Croatian and Serbian translations. Submitted by
6222                 Dragan and Urke MMI respectively
6223
6224 2003-08-03 [alfons]     0.9.3claws95
6225
6226         * src/summaryview.c
6227                 mark flag has precedence over important flag - seems
6228                 to have been changed in sync of 0.9.3claws45. this fixes
6229                 a regression where messages that were scored as important
6230                 don't show their mark flags. (using the same column for
6231                 both importance as mark flags is the real problem
6232                 ofcourse)
6233
6234 2003-08-03 [melvin]     0.9.3claws94
6235
6236         * po/fr.po
6237                 Updated French translations.
6238
6239 2003-08-03 [melvin]     0.9.3claws93
6240
6241         * src/Makefile.am
6242                 Fixed typo introduced after 0.9.3claws92 
6243                 that prevented compilation
6244                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6245                 CPPFLAGS and YFLAGS to allow user setting these.
6246         * src/common/Makefile.am
6247         * src/gtk/Makefile.am
6248         * src/plugins/clamav/Makefile.am
6249         * src/plugins/demo/Makefile.am
6250         * src/plugins/dillo_viewer/Makefile.am
6251         * src/plugins/image_viewer/Makefile.am
6252         * src/plugins/mathml_viewer/Makefile.am
6253         * src/plugins/spamassassin/Makefile.am
6254         * src/plugins/trayicon/Makefile.am
6255         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6256                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6257                 CPPFLAGS and YFLAGS to allow user setting these.
6258
6259 2003-08-02 [christoph]  0.9.3claws92
6260
6261         * configure.ac
6262                 o rearrange plugin tests
6263                 o add test for clamav.h to ClamAV tests
6264
6265 2003-08-02 [luke]       0.9.3claws91
6266
6267         * src/mimeview.c
6268                 o fixed appearance of icon list when toggling back from the 
6269                   ctree
6270                 o toggling of icons using the keyboard works correctly
6271                 o fixed all other keyboard shortcuts to work when icons are
6272                   active
6273         
6274         * src/messageview.c
6275                 o fixed bug 4 - focus lost when changing messageview view type
6276
6277 2003-08-02 [christoph]  0.9.3claws90
6278
6279         * src/common/hooks.c
6280                 fix crash when pointer stored in hash table could get invalid
6281                 when a plugin is unloaded
6282
6283 2003-08-01 [christoph]  0.9.3claws89
6284
6285         * configure.ac
6286                 o try to build all plugins (except spamassassin) by default
6287                 o don't build a plugin if a dependency check fails
6288
6289         * src/common/hooks.c
6290                 fix warning
6291
6292 2003-08-01 [match]      0.9.3claws88
6293
6294         * src/importldif.c
6295                 allow single click field selection. document code.
6296
6297 2003-08-01 [christoph]  0.9.3claws87
6298
6299         * src/plugins/clamav/clamav_plugin.c
6300         * src/plugins/clamav/clamav_plugin_gtk.c
6301         * src/plugins/dillo_viewer/dillo_viewer.c
6302         * src/plugins/image_viewer/plugin.c
6303         * src/plugins/mathml_viewer/mathml_viewer.c
6304         * src/plugins/spamassassin/spamassassin.c
6305         * src/plugins/spamassassin/spamassassin_gtk.c
6306         * src/plugins/trayicon/trayicon.c
6307                 add version check to all plugins
6308
6309 2003-08-01 [hoa]        0.9.3claws86
6310
6311         * src/prefs_filtering.c
6312                 fixed a cosmetic bug, during creation of dialog box,
6313                 wrong widgets were shown after creation.
6314
6315 2003-08-01 [luke]       0.9.3claws85
6316
6317         * src/mainwindow.c
6318                 o fixed visibility of icons/mimeview after toggling separate
6319                   message/folder view (factored out some similar code too).
6320
6321
6322 2003-07-31 [alfons]     0.9.3claws84
6323
6324         * src/mimeview.c
6325                 tweak icon box UI a bit more, now allowing right-clicks actions
6326                 getting the relevant mime data too; should fix #250, "Can't save 
6327                 attachments sometimes".
6328
6329 2003-07-30 [alfons]     0.9.3claws83
6330
6331         * src/compose.c
6332                 don't do auto-save-draft inside key press handler, but rather
6333                 schedule it half of a second later; should fix #67, "autosave 
6334                 make re-rediting message crazy"
6335
6336 2003-07-30 [christoph]  0.9.3claws82
6337
6338         * src/plugins/trayicon/trayicon.c
6339                 process pending events before unloading the plugin
6340
6341         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6342
6343 2003-07-30 [alfons]     0.9.3claws81
6344
6345         * src/common/hooks.c
6346                 parameter 2 of g_hook_destroy() should really be a hook id
6347
6348 2003-07-30 [alfons]     0.9.3claws80
6349
6350         * src/common/plugin.c
6351                 fix a possibly harmful function signature mismatch 
6352                 for plugin_done
6353
6354 2003-07-30 [alfons]     0.9.3claws79
6355
6356         * src/common/hooks[.ch]
6357                 const correctness
6358
6359 2003-07-30 [darko]      0.9.3claws78
6360
6361         * src/summaryview.c
6362                 make it compile again
6363
6364 2003-07-30 [luke]       0.9.3claws77
6365
6366         * src/crash.c
6367         * src/main.c
6368                 o added/moved signal handlers for SIGTERM (normal kill command) 
6369                   and SIGINT (ctl-c) to be used even without 
6370                   --enable-crash-dialog, fixing bug 166
6371
6372         * src/summaryview.c
6373                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6374                   bug 227
6375
6376         * src/mainwindow.c
6377                 o changed sensitivity condition for 'Next new' and 'Next 
6378                   unread', fixing bug 8
6379
6380 2003-07-29 [alfons]     0.9.3claws76
6381
6382         * src/common/utils.[ch]
6383                 add generate_msgid()
6384         * src/messageview.c
6385                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6386                 sent folder".
6387
6388 2003-07-29 [alfons]     0.9.3claws75
6389
6390         * src/messageview.c
6391                 fix a memleak (claws-only)
6392
6393 2003-07-29 [alfons]     0.9.3claws74
6394
6395         * src/mimeview.[ch]
6396         * src/gtk/gtkvscrollbutton.[ch]
6397                 fix UI glitch where mime icon toolbox' scroll position is not 
6398                 reset after switching to another message
6399                 
6400
6401 2003-07-29 [paul]       0.9.3claws73
6402
6403         * src/prefs_folder_item.c
6404                 split the prefs into 2 separate pages
6405
6406 2003-07-29 [paul]       0.9.3claws72
6407
6408         * src/compose.c
6409                 prepend "\n\n" to a signature without a separator too
6410
6411 2003-07-29 [paul]       0.9.3claws71
6412
6413         * src/compose.c
6414                 fix bug where changing to an account without an auto-sig
6415                 from an initial account without an auto-sig would insert 
6416                 2 blank lines at the cursor point
6417                 fix bug where changing to an account with an auto-sig
6418                 from an initial account without an auto-sig would insert
6419                 the sig at the cursor point
6420
6421 2003-07-29 [paul]       0.9.3claws70
6422
6423         * src/folderview.c
6424                 use the colour from the folder pref unless the folder
6425                 has new messages
6426
6427 2003-07-29 [alfons]     0.9.3claws69
6428
6429         * src/procmsg.[ch]
6430         * src/messageview.c
6431         * src/procheader.c
6432                 rewrite return receipt request work a little bit (the former 
6433                 implementation presumably depended too much on the UI setting
6434                 flags). (we're losing the old pending flag.) 
6435
6436 2003-07-28 [christoph]  0.9.3claws68
6437
6438         * src/folder.c
6439         * src/imap.c
6440         * src/mh.c
6441         * src/procmsg.[ch]
6442                 fix copy to IMAP folder from other folder
6443
6444 2003-07-28 [christoph]  0.9.3claws67
6445
6446         * src/procmsg.c
6447                 fix sync of procmsg_get_message_file_list
6448
6449 2003-07-28 [christoph]  0.9.3claws66
6450
6451         * sync with 0.9.3cvs14
6452                 see ChangeLog 2003-07-18
6453         * sync with 0.9.3cvs17
6454                 see ChangeLog 2003-07-23
6455
6456         (closes Bug 234 segmentation fault after sending out mail via
6457          smtp(auth))
6458
6459 2003-07-28 [paul]       0.9.3claws65
6460
6461         * po/es.po
6462                 update Spanish translation, submitted by Ricardo Mones
6463                 Lastra
6464
6465 2003-07-28 [christoph]  0.9.3claws64
6466
6467         * src/folder.[ch]
6468         * src/imap.c
6469         * src/mh.c
6470                 return new message numbers as a GRelation instead of a GSList
6471                 that has to be in the same order as the input list. A list
6472                 would make it hard for IMAP to optimize oepration by sorting
6473                 the input list. The returned list would have to be reordered
6474                 to match the same order that input list has.
6475
6476         * src/gtk/gtkaspell.c
6477                 fix missing return value, could cause a crash when garbage is
6478                 on the stack that is used as the expected return value
6479
6480 2003-07-28 [paul]       0.9.3claws63
6481
6482         * sync with 0.9.4cvs1
6483                 see ChangeLog 2003-07-28
6484
6485 2003-07-27 [alfons]     0.9.3claws62
6486
6487         * src/mimeview.c
6488                 tweak it more to make icon list act like a check button group
6489
6490 2003-07-27 [christoph]  0.9.3claws61
6491
6492         * sync with 0.9.3cvs20
6493                 see ChangeLog 2003-07-25
6494
6495 2003-07-27 [paul]       0.9.3claws60
6496
6497         * src/procmsg.c
6498                 re-commit changes from 0.9.3claws58 -
6499                 accidently removed in 0.9.3claws59
6500
6501 2003-07-27 [paul]       0.9.3claws59
6502
6503         * src/procmsg.[ch]
6504                 a sync from 0.9.3cvs17
6505                 see ChangeLog 2003-07-23
6506
6507 2003-07-27 [alfons]     0.9.3claws58
6508
6509         * src/procmsg.c
6510                 add missing header members to MsgInfo; fixes the problem of 
6511                 not displaying X-Faces, as noticed by Ricardo Mones
6512
6513 2003-07-26 [christoph]  0.9.3claws57
6514
6515         * sync with 0.9.3cvs18
6516                 see ChangeLog 2003-07-24
6517
6518 2003-07-26 [christoph]  0.9.3claws56
6519
6520         * sync with 0.9.3cvs17
6521                 see ChangeLog 2003-07-23
6522
6523 2003-07-26 [christoph]  0.9.3claws55
6524
6525         * src/folder.[ch]
6526         * src/imap.c
6527         * src/mbox_folder.c
6528         * src/mh.c
6529         * src/news.c
6530                 add support for copy function that copy multiple messages
6531                 (not implemented yet)
6532
6533         * src/summaryview.c
6534                 add missing return value
6535
6536 2003-07-26 [paul]       0.9.3claws54
6537
6538         * tools/multiwebsearch.pl
6539                 do whitespace substitution before passing the string
6540                 to the browser. fixes bug with browsers that don't
6541                 do whitespace conversion themselves.
6542
6543 2003-07-25 [christoph]  0.9.3claws53
6544
6545         * src/folder.[ch]
6546         * src/imap.c
6547         * src/mh.c
6548                 rewrite adding of multiple messages to a folder for
6549                 claws' folder system
6550
6551 2003-07-25 [luke]       0.9.3claws52
6552
6553         * src/mimeview.c
6554                 o icon toggles set correctly on leaving ctree mimeview
6555
6556 2003-07-25 [paul]       0.9.3claws51
6557
6558         * partial sync with 0.9.3cvs21 [src/main.c]
6559                 see ChangeLog 2003-07-25
6560
6561 2003-07-24 [paul]       0.9.3claws50
6562
6563         * tools/maildir2sylpheed.pl
6564                 fix typo
6565
6566 2003-07-24 [paul]       0.9.3claws49
6567
6568         * src/mimeview.c
6569                 increase the gutter size of paned so that the panes
6570                 can be resized
6571                 
6572         * src/plugins/demo/demo.c
6573                 squeeze in another typo fix
6574
6575 2003-07-24 [paul]       0.9.3claws48
6576
6577         * src/plugins/demo/demo.c
6578           src/prefs_account.c
6579                 small changes to the English
6580                 
6581         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6582           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6583           src/Makefile.am
6584           src/stock_pixmap.c
6585                 rename the misspelled icon
6586
6587 2003-07-23 [alfons]     0.9.3claws47
6588
6589         * src/mimeview.c
6590                 make icon list look like a list of toggles
6591
6592 2003-07-23 [luke]       0.9.3claws46
6593
6594         * src/pixmaps/mimeview_gpg_expired.xpm
6595         * src/pixmaps/mimeview_gpg_failed.xpm
6596         * src/pixmaps/mimeview_gpg_passed.xpm
6597         * src/pixmaps/mimeview_text_html.xpm
6598         * src/pixmaps/mimeview_image.xpm
6599                 o all icons the same size
6600
6601         * src/mimeview.[ch]
6602                 o mimeview ctree arranged vertically above the viewer
6603                 o icons changed to buttons
6604                 o can use keyboard to select an icon (Enter)
6605                 o resize icon list to width of icons
6606
6607         *  src/gtk/gtkvscrollbutton.c
6608                 o sensitivity of buttons reacts to position
6609
6610 2003-07-23 [christoph]  0.9.3claws45
6611
6612         * sync with 0.9.3cvs14 (incomplete)
6613                 see ChangeLog 2003-07-17
6614
6615 2003-07-23 [alfons]     0.9.3claws44
6616
6617         * src/folder.c
6618         * src/procmsg.h
6619                 sync with my local tree to restore some claws-only things
6620
6621 2003-07-23 [paul]       0.9.3claws43
6622
6623         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6624           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6625           src/Makefile.am
6626           src/mimeview.c
6627           src/procmime.h
6628           src/rfc2015.c
6629           src/stock_pixmap.[ch]
6630                 indicate missing keys and expired sigs/keys
6631                 in mime view column
6632
6633 2003-07-23 [paul]       0.9.3claws42
6634
6635         * src/compose.c
6636                 Redirect fixes: enable automatic account selection and
6637                 do not append signature to message on changing account
6638                 fixes Bug[s] #248
6639
6640 2003-07-23 [paul]       0.9.3claws41
6641
6642         * sync with 0.9.3cvs16
6643                 see ChangeLog 2003-07-23
6644
6645 2003-07-23 [alfons]     0.9.3claws40
6646
6647         * src/inc.c
6648                 give progress dialog a main window, and give it the first 
6649                 one (presumably the only one). fixes bug #247, "segfault on 
6650                 pop-before-smtp" 
6651
6652 2003-07-22 [alfons]     0.9.3claws39
6653
6654         * src/summaryview.c
6655                 shift-space scrolls up
6656
6657 2003-07-22 [paul]       0.9.3claws38
6658
6659         * sync with 0.9.3cvs15
6660                 see ChangeLog 2003-07-22
6661
6662 2003-07-20 [alfons]     0.9.3claws37
6663
6664         * src/compose.c
6665                 put menu inside #ifdef USE_ASPELL..#endif
6666
6667 2003-07-20 [christoph]  0.9.3claws36
6668
6669         * src/procmsg.c
6670                 fix wrong flags in MsgInfo returned by
6671                 procmsg_msginfo_get_full_info()
6672
6673         (closes Bug 221 Deleting messages from the Message View gives incorrect
6674          new/unread message counts in the folder view)
6675
6676         * src/plugins/spamassassin/spamassassin_gtk.c
6677                 add gettext macro for prefs page title
6678
6679 2003-07-20 [paul]       0.9.3claws35
6680
6681         * src/mimeview.c
6682                 redraw icon list on signature check
6683
6684 2003-07-20 [christoph]  0.9.3claws34
6685
6686         * src/Makefile.am
6687         * src/account.c
6688         * src/folder.[ch]
6689         * src/folder_item_prefs.[ch]            ** NEW **
6690         * src/folderview.c
6691         * src/mainwindow.c
6692         * src/mh.c
6693         * src/prefs_gtk.c
6694         * src/prefs_scoring.c
6695         * src/summaryview.c
6696         * src/prefs_folder_item.[ch]
6697                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6698                   Properties dialog
6699                 o use prefswindow for folder properties
6700
6701         * src/gtk/prefswindow.[ch]
6702                 change implementation to use an invisible notebook instead
6703                 of unparenting widgets
6704
6705 2003-07-20 [christoph]  0.9.3claws33
6706
6707         * src/compose.h
6708         * src/folder.c
6709         * src/folderview.h
6710         * src/headerview.h
6711         * src/prefs_filtering.h
6712         * src/prefs_folder_item.[ch]
6713         * src/procmime.h
6714         * src/procmsg.h
6715         * src/summaryview.h
6716                 clean up header mess
6717                 (always use 1. typedefs, 2. #includes, 3. structures)
6718
6719         * src/common/version.h.in
6720                 add casts for constants
6721
6722         * src/plugins/demo/demo.c
6723                 fix typo
6724
6725         * src/plugins/spamassassin/spamassassin.c
6726                 remove unused variable
6727
6728 2003-07-20 [alfons]     0.9.3claws32
6729
6730         * src/mimeview.c
6731                 o make icon buttons respond on left click
6732                 o minor cosmetic change
6733
6734 2003-07-19 [luke]       0.9.3claws31
6735
6736         * src/mimeview.[ch]
6737         * src/gtk/gtkvscrollbutton.c
6738         * src/messageview.c
6739                 o improved mimeview behaviour when selecting a new message
6740                 o plus code cleanups to remove compile warnings
6741
6742
6743 2003-07-19 [alfons]     0.9.3claws30
6744
6745         * src/procmsg.c
6746         * src/compose.c
6747         * src/common/utils.[ch]
6748                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6749
6750 2003-07-19 [alfons]     0.9.3claws29
6751
6752         * src/prefs_folder_item.c
6753                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6754                 string pointers
6755
6756 2003-07-19 [luke]       0.9.3claws28
6757
6758         * src/messageview.c
6759         * src/mimeview.[ch]
6760         * src/procmime.h
6761         * src/rfc2015.c
6762         * src/stock_pixmap.[ch]
6763         * src/gtk/Makefile.am
6764         * src/Makefile.am
6765         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6766         * src/pixmaps/mime_*.xpm                ** NEW **
6767                 o mimeview rearrangement with a new icon shortcut bar
6768
6769 2003-07-19 [alfons]     0.9.3claws27
6770
6771         * src/folderview.c
6772                 o plug leaking nodes_to_recollapse
6773                 o add folderview_recollapse_all_nodes() (not used yet)
6774
6775 2003-07-19 [alfons]     0.9.3claws26
6776
6777         * src/compose.c
6778         * src/common/utils.c
6779                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6780                 for both forwarding as replying
6781
6782 2003-07-18 [christoph]  0.9.3claws25
6783
6784         * configure.ac
6785         * src/common/sylpheed.[ch]
6786         * src/common/version.h.in
6787                 add version in numeric form to allow easy comparison
6788
6789         * src/plugins/demo/demo.c
6790                 add version check
6791                 - sylpheed version > plugin version => never allowed, sylpheed
6792                   could contain unknown API changes
6793                 - sylpheed version < minimum version required => don't load,
6794                   API required not available (if linking does not fail)
6795
6796 2003-07-18 [alfons]     0.9.3claws24
6797         
6798         * src/common/plugin.[ch]
6799                 const correctness
6800
6801 2003-07-18 [christoph]  0.9.3claws23
6802
6803         * src/common/hooks.c
6804                 fix crash when hooks where unregisted
6805
6806         * src/plugins/trayicon/trayicon.c
6807                 unregister detroy signal before destroying the widget
6808                 (still crashes when the plugin is unloaded)
6809
6810 2003-07-18 [alfons]     0.9.3claws22
6811         
6812         * src/folderview.c
6813                 delay expanding folder tree during drags until timeout triggered
6814                 (needs perhaps some tweaking, so testing is welcome)
6815
6816 2003-07-17 [alfons]     0.9.3claws21
6817
6818         * src/folderview.c
6819                 clean up cruft
6820
6821 2003-07-17 [christoph]  0.9.3claws20
6822
6823         * src/common/session.c
6824                 fix opening of SSL connections
6825
6826         * src/plugins/image_viewer/Makefile.am
6827                 add OPENSSL_CFLAGS (we should find a better solution to remove
6828                 this dependencies if they are not required)
6829
6830         * src/plugins/spamassassin/spamassassin.c
6831                 remove setlocale workaround (fixed in libspamc)
6832
6833         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6834          if spell checking enabled)
6835
6836 2003-07-17 [alfons]     0.9.3claws19
6837
6838         * src/common/hooks.[ch]
6839         * src/plugins/clamav/clamav_plugin.c
6840         * src/plugins/spamassassin/spamassassin.c
6841         * src/plugins/trayicon/trayicon.c
6842                 fix signedness muck 
6843
6844 2003-07-17 [alfons]     0.9.3claws18
6845
6846         * src/procmime.c
6847                 plug memleak
6848
6849 2003-07-17 [alfons]     0.9.3claws17
6850
6851         * src/inc.c
6852                 plug memleak
6853
6854 2003-07-17 [paul]       0.9.3claws16
6855
6856         * src/common/defs.h
6857           src/mainwindow.c
6858           src/manual.[ch]
6859                 add link to the Claws site's FAQ page, after the suggestion
6860                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6861                 Move url strings to defs.h
6862                 
6863         * src/mainwindow.c
6864                 fix typo to prevent "unknown menu entry" warnings
6865
6866 2003-07-17 [alfons]     0.9.3claws15
6867
6868         * src/folderview.[ch]
6869         * src/summaryview.[ch]
6870         * src/mimeview.[ch]
6871                 plug DnD leaks 
6872
6873 2003-07-17 [paul]       0.9.3claws14
6874
6875         * src/inc.c
6876                 remove two instances of 'GTK_EVENTS_FLUSH' because
6877                 they are unnecessary and probably cause a stack overflow
6878
6879 2003-07-16 [christoph]  0.9.3claws13
6880
6881         * src/mimeview.[ch]
6882                 use an invisible GTK notebook to switch between viewers
6883                 instead of reparenting widgets
6884
6885 2003-07-16 [christoph]  0.9.3claws12
6886
6887         * src/folder.c
6888                 move folder_item_update_freeze() to correct place in
6889                 folder_item_scan_full()
6890
6891 2003-07-16 [paul]       0.9.3claws11
6892
6893         * sync with 0.9.3cvs12
6894                 see ChangeLog 2003-07-14 and 2003-07-15
6895
6896 2003-07-16 [christoph]  0.9.3claws10
6897
6898         * src/imap.[ch]
6899         * src/prefs_account.[ch]
6900                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6901
6902 2003-07-15 [alfons]     0.9.3claws9
6903
6904         * src/main.c
6905                 make --config-dir do something useful
6906
6907 2003-07-15 [alfons]     0.9.3claws8
6908
6909         * src/procmsg.c
6910                 o fix a bug where 'last' didn't really point to the last message
6911                   in the top level list of children, but to the last threaded
6912                   message. 
6913                 
6914                 o clean up and make it easier to sync
6915
6916 2003-07-15 [alfons]     0.9.3claws7
6917
6918         * src/mainwindow.c
6919                 make correct menu items sensitive       
6920
6921 2003-07-14 [alfons]     0.9.3claws6
6922
6923         * src/procmsg.c
6924                 tune the threader so it will not subject-thread any message
6925                 without a subject prefix (this will not thread correctly if 
6926                 a parent is delivered after their childs, but it looks 
6927                 better right now)
6928
6929 2003-07-13 [christoph]  0.9.3claws5
6930
6931         * src/mainwindow.c
6932                 group "Add mailbox *..." menu items in submenu
6933
6934 2003-07-13 [alfons]     0.9.3claws4
6935
6936         * src/summaryview.c
6937                 correct summary_toggle_pressed() signature and make sure
6938                 signal is not passed on
6939
6940 2003-07-13 [alfons]     0.9.3claws3
6941
6942         * src/summaryview.c
6943                 o for now don't pass on keys when they we're handled by 
6944                   ctree::key_press_event
6945                 o clean up
6946
6947 2003-07-13 [alfons]     0.9.3claws2
6948         
6949         * src/main.c
6950                 add command line option "--config-dir" to get the current 
6951                 configuration dir
6952
6953 2003-07-12 [alfons]     0.9.3claws1
6954
6955         * src/matcher.[ch]
6956         * src/matcher_parser_parse.y
6957         * src/prefs_filtering.c
6958         * src/filtering.c
6959                 add "Lock" filter action to lock messages;
6960
6961         * src/filtering.c       
6962                 remove debug_print()    
6963         * src/prefs_filtering.c
6964                 re-organize matcher part 9: 
6965                 make action text entries easily extendible;
6966                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6967                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6968
6969 2003-07-12 [paul]
6970
6971         * tools/README
6972                 update old information and add missing
6973                 information
6974
6975 2003-07-12 [paul]       0.9.3claws
6976
6977         * 0.9.3claws released
6978         
6979 2003-07-12 [paul]       0.9.0claws103
6980
6981         * src/Makefile.am
6982                 add addrquery.h
6983
6984 2003-07-12 [melvin]     0.9.0claws102
6985
6986         * src/messageview.c
6987                 Fixed bug #215: Show MIME tab for single text/html messages. 
6988                 
6989 2003-07-12 [paul]       0.9.0claws101
6990
6991         * man/sylpheed.1
6992                 updated
6993
6994 2003-07-12 [paul]       0.9.0claws100
6995
6996         * po/es.po
6997           po/hr.po
6998           po/pl.po
6999           po/sr.po
7000                 update Spanish, Croatian, Polish, Serbian translations.
7001                 submitted by Ricardo Mones Lastra, Dragan, Witold
7002                 Wladyslaw Wojciech Wilk, Urke MMI
7003
7004 2003-07-12 [melvin]     0.9.0claws99
7005
7006         * po/fr.po
7007                 Updated French translations.
7008
7009 2003-07-12 [paul]       0.9.0claws98
7010
7011         * src/addressbook.c
7012                 disable 'Lookup' button as it has no effect
7013
7014 2003-07-11 [alfons]     0.9.0claws97
7015         
7016         * src/summaryview.c
7017                 summary_searchbar_pressed() should return TRUE to signal that
7018                 event was handled. when returning void, the return value passed
7019                 to GTK is actually random, but maybe FALSE, in which case the
7020                 event is handled by parent
7021                 
7022 2003-07-10 [paul]       0.9.0claws96
7023
7024         * ac/missing/gettext.m4
7025                 update to version 0.12
7026
7027 2003-07-10 [paul]       0.9.0claws95
7028
7029         * src/plugins/clamav/clamav_plugin.c
7030                 fix bug where multipart/alternative messages
7031                 would slip through without being scanned
7032
7033 2003-07-10 [christoph]  0.9.0claws94
7034
7035         * src/folder.c
7036                 correct check if folder supports removing when a message is
7037                 moved. if not the message is only copied.
7038
7039         (closes Bug 132 crash on startup in newsgroups folders)
7040
7041 2003-07-09 [alfons]     0.9.0claws93
7042
7043         * configure.ac
7044         * src/common/defs.h
7045                 --with-config-dir (default .sylpheed)
7046
7047 2003-07-09 [christoph]  0.9.0claws92
7048
7049         * configure.ac
7050                 use PKG_CHECK_MODULES to check for gtkmathview
7051                 (version 0.4.2 now required)
7052
7053 2003-07-08 [melvin]     0.9.0claws91
7054
7055         * src/action.c
7056                 Implemented a progress bar that counts the number of completed
7057                 tasks when the action runs more than one command.
7058
7059 2003-07-08 [alfons]     0.9.0claws90
7060
7061         * src/procmsg.c
7062                 if queued message has an invalid Message-Id, don't try to
7063                 find message it refers to (fixes #209 "crash when processing 
7064                 in folder")
7065
7066 2003-07-08 [paul]       0.9.0claws89
7067
7068         * sync with 0.9.3cvs2
7069                 see ChangeLog 2003-07-08
7070
7071 2003-07-08 [match]      0.9.0claws88
7072
7073         * src/ldapctrl.c
7074                 extend LDAP search for first/last name by parsing search term.
7075
7076 2003-07-08 [alfons]     0.9.0claws87
7077
7078         * src/send_message.c
7079                 fix bug #208 "Status message stuck when sending on POP3 account"
7080
7081 2003-07-07 [paul]       0.9.0claws86
7082
7083         * po/hr.po
7084                 new Croatian translation, submitted by
7085                 Dragan <drleskov@inet.hr>
7086
7087 2003-07-07 [paul]       0.9.0claws85
7088
7089         * sync with 0.9.3cvs1
7090                 see ChangeLog 2003-07-07
7091
7092 2003-07-05 [christoph]  0.9.0claws84
7093
7094         * src/Makefile.am
7095         * src/messageview.c
7096         * src/mimeview.[ch]
7097         * src/stock_pixmap.[ch]
7098         * src/pixmaps/messageview_text.xpm              ** NEW **
7099                 move mimeview tabs to the right side and use icons
7100                 instead of text to save some space
7101
7102         (patch by Luke Plant <lukeplant@softhome.net>)
7103
7104 2003-07-05 [christoph]  0.9.0claws83
7105
7106         * src/inc.c
7107                 add NULL pointer checks
7108
7109         (patch by Luke Plant <lukeplant@softhome.net>)
7110         (closes Bug 204 0.9.0 quits on authentication error?!)
7111
7112 2003-07-05 [alfons]     0.9.0claws82
7113
7114         * configure.ac
7115                 take the clue in bug #202 "./configure script - 
7116                 'if test' comparison failure" reported by John Kristoff. 
7117
7118 2003-07-04 [christoph]  0.9.0claws81
7119
7120         * src/plugins/spamassassin/spamassassin.c
7121                 set timeout for spam check
7122
7123 2003-07-04 [christoph]  0.9.0claws80
7124
7125         * src/main.c
7126                 destroy all FolderItems when shutting down to
7127                 allow folders to clean up
7128
7129 2003-07-04 [melvin]     0.9.0claws79
7130
7131         * src/gtk/gtkaspell.c
7132                 Fixed bug #184 "Entering non-ascii character deletes
7133                 previous char if spell checking enabled": this makes
7134                 the spell checking in multibytes (e.g. UTF-8)locales work.
7135                 (Patch by Luke Plant).
7136                 
7137 2003-07-04 [christoph]  0.9.0claws78
7138
7139         * sync with 0.9.2cvs1
7140                 see ChangeLog 2003-06-10
7141
7142 2003-07-04 [paul]       0.9.0claws77
7143
7144         * sync with 0.9.3 release
7145                 see ChangeLog 2003-07-04
7146
7147 2003-07-03 [christoph]  0.9.0claws76
7148
7149         * src/folder.[ch]
7150         * src/imap.c
7151         * src/mbox_folder.c
7152         * src/mh.c
7153         * src/news.c
7154                 move folder_item_get_path() stuff into a folder virtual function
7155
7156         * src/procmsg.c
7157                 use folder_item_fetch_msg() to get message and do not contruct
7158                 the filename from path and number
7159
7160 2003-07-03 [paul]       0.9.0claws75
7161
7162         * sync with 0.9.2cvs12
7163                 see ChangeLog 2003-07-03
7164
7165 2003-07-02 [paul]       0.9.0claws74
7166
7167         * src/messageview.c
7168                 fix text-selection for replying
7169
7170 2003-07-02 [paul]       0.9.0claws73
7171
7172         * sync with 0.9.2cvs11
7173                 see ChangeLog 2003-07-02
7174
7175 2003-07-02 [paul]       0.9.0claws72
7176
7177         * src/procmsg.c
7178                 revert last commit because it breaks more
7179                 than it fixes
7180
7181 2003-07-02 [paul]       0.9.0claws71
7182
7183         * src/procmsg.c
7184                 fix thread by subject/sort by date
7185
7186 2003-07-01 [paul]       0.9.0claws70
7187
7188         * sync with 0.9.2cvs10
7189                 see ChangeLog 2003-07-01
7190
7191 2003-06-30 [paul]       0.9.0claws69
7192
7193         * sync with 0.9.2cvs9
7194                 see ChangeLog 2003-06-30
7195
7196 2003-06-28 [match]      0.9.0claws68
7197
7198         * src/addressbook.c
7199                 fix null ptr.
7200
7201 2003-06-27 [paul]       0.9.0claws67
7202
7203         * sync with 0.9.2cvs7
7204                 see ChangeLog 2003-06-27
7205
7206 2003-06-26 [christoph]  0.9.0claws66
7207
7208         * src/folder.c
7209                 freeze folder updates while a folder is scanned
7210
7211         (closes Bug 185 New message counter)
7212
7213 2003-06-26 [darko]      0.9.0claws65
7214
7215         * src/ldapserver.c
7216                 fix infinite loop when adding a new LDAP server
7217
7218 2003-06-26 [paul]       0.9.0claws64
7219
7220         * sync with 0.9.2cvs6
7221                 see ChangeLog 2003-06-26
7222
7223 2003-06-26 [paul]       0.9.0claws63
7224
7225         * sync with 0.9.2cvs5
7226                 see ChangeLog 2003-06-25 and 2003-06-26
7227
7228 2003-06-25 [match]      0.9.0claws62
7229
7230         * src/addr_compl.c
7231                 Fixed tab/backtab for dropped-down completion list to
7232                 move next/previous field. (close bug 147)
7233
7234 2003-06-25 [christoph]  0.9.0claws61
7235
7236         * src/addr_compl.[ch]
7237         * src/addrindex.[ch]
7238         * src/folderview.c
7239         * src/inc.c
7240         * src/news.c
7241         * src/summaryview.c
7242         * src/toolbar.c
7243                 fix warnings
7244
7245 2003-06-25 [leandro]    0.9.0claws60
7246
7247         * src/compose.c
7248                 o cleanups
7249                 o gray out "Message/Remove references" menu item if not
7250                   replying to a message
7251
7252 2003-06-24 [leandro]    0.9.0claws59
7253
7254         * src/compose.[ch]
7255                 o removed "Message/Create new thread" menu item
7256                 o added "Message/Remove references" menu item
7257                   (it's off by default and will not check anymore
7258                    if the subject changed)
7259
7260 2003-06-23 [alfons]     0.9.0claws58
7261
7262         * src/procmsg.c
7263                 try better grouping messages threaded by subject based on their age.
7264                 still not perfect - because the message tree is not sorted by date.  
7265
7266 2003-06-23 [thorsten]   0.9.0claws57
7267
7268         * src/pop.[ch]
7269                 added mail_receive_hook to allow modifications
7270                 directly after retrieval (e.g. adding headers).
7271
7272 2003-06-23 [paul]       0.9.0claws56
7273
7274         * src/sourcewindow.c
7275                  enable the use of Ctrl+A to select all text in
7276                  the sourcewindow
7277                  Patch submitted by Ivan Francolin Martinez
7278                  <ivanfm@users.sourceforge.net>
7279
7280 2003-06-22 [christoph]  0.9.0claws55
7281
7282         * src/folder.[ch]
7283                 o add notification hook for folder tree changes
7284                 o invoke hooks after folder tree scanning
7285
7286         * src/folderview.[ch]
7287                 register hook for folder tree changes that
7288                 updates the ctree
7289
7290         (there are more places that should be updated, like add, remove 
7291          or move folder)
7292
7293         (closes Bug 164 Crash on rebuild folder tree)
7294         (closes Bug 190 Crash on 'rebuilding folder tree')
7295
7296 2003-06-21 [leandro]    0.9.0claws54
7297
7298         * src/compose.[ch]
7299                 create a new thread if subject changes
7300                 (it's on by default, can be disabled in Message menu)
7301
7302 2003-06-21 [alfons]     0.9.0claws53
7303
7304         * src/summaryview.c
7305                 quiet little compiler
7306
7307 2003-06-21 [christoph]  0.9.0claws52
7308
7309         update gettext stuff to version 0.12
7310
7311 2003-06-19 [alfons]     0.9.0claws51
7312
7313         * src/common/log.c
7314         * src/common/plugin.c
7315                 move defs.h before glib.h to prevent MIN/MAX redefs
7316
7317 2003-06-19 [alfons]
7318
7319         * src/addressbook.c
7320                 translatable
7321
7322 2003-06-19 [match]      0.9.0claws50
7323
7324         * src/addressbook.[ch]
7325         * src/addrindex.[ch]
7326         * src/addr_compl.[ch]
7327         * src/editldap.[ch]
7328         * src/editldap_basedn.[ch]
7329         * src/addritem.[ch]
7330         * src/ldapquery.h
7331                 re-implemented dynamic LDAP search. works without
7332                 slowdown on display sender with addressbook
7333                 option.
7334         * src/addrbook.c
7335                 documented code.
7336
7337 2003-06-19 [paul]       0.9.0claws49
7338
7339         * src/compose.c
7340                 fix Bug #136 'Nonprovided quotation marks crash claws'
7341                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7342
7343 2003-06-19 [alfons]     0.9.0claws48
7344
7345         * src/prefs_common.[ch]
7346         * src/procmsg.c
7347                 restrict threading by subject by checking thread for
7348                 age (prefs_common.thread_by_subject_max_age)
7349
7350 2003-06-18 [christoph]  0.9.0claws47
7351
7352         * src/imap.c
7353                 fix memory leak in imap_cmd_fetch()
7354
7355 2003-06-18 [christoph]  0.9.0claws46
7356
7357         * src/prefs_gtk.c
7358                 fix memory leak in prefs_set_default() when used multiple
7359                 times or after prefs have been read
7360
7361 2003-06-18 [christoph]  0.9.0claws45
7362
7363         * src/common/plugin.c
7364                 fix memory leak in plugin_unload()
7365
7366 2003-06-18 [christoph]  0.9.0claws44
7367
7368         * src/imap.c
7369                 fix memory leak in imap_cmd_ok()
7370
7371 2003-06-18 [christoph]  0.9.0claws43
7372
7373         * src/folder.c
7374                 stop messages that are downloaded from POP3 and added to
7375                 an IMAP inbox from being filtered twice (first by POP3
7376                 and again when IMAP folder is scaned to get the UID of
7377                 the APPEND operation when no UIDPLUS is available)
7378
7379 2003-06-18 [alfons]
7380
7381         * tools/Makefile.am
7382                 phoenix <- firebird     
7383
7384 2003-06-18 [paul]
7385
7386         * tools/launch_phoenix          ** REMOVED **
7387           tools/launch_firebird         ** NEW **
7388                 renamed and edited to reflect the browser's name change from
7389                 'phoenix' to 'firebird'
7390
7391 2003-06-18 [paul]       0.9.0claws42
7392
7393         * sync with 0.9.2cvs2
7394                 see ChangeLog 2003-06-16
7395
7396 2003-06-17 [alfons]     0.9.0claws41
7397
7398         * src/procmsg.c
7399                 prevent threading problems when a node is an ancestor (parent / great parent),
7400                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7401                 for finding an sample set of messages)
7402
7403 2003-06-16 [christoph]  0.9.0claws40
7404
7405         * src/main.c
7406                 don't popup main window on --receive or --receive-all
7407
7408         * src/mainwindow.[ch]
7409         * src/plugins/trayicon/trayicon.c
7410                 allow hiding of main window by clicking on the trayicon
7411                 (doesn't work correctly in seperate window mode and may
7412                  cause unexpected GTK problems I couldn't find yet)
7413
7414         * src/common/ssl.c
7415                 remove incorrect warning
7416
7417 2003-06-15 [alfons]     0.9.0claws39
7418
7419         * src/gtk/gtkstext.c
7420                 don't output debug text;
7421                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7422                 for pointing this out);
7423
7424 2003-06-14 [alfons]     0.9.0claws38
7425         
7426         * src/messageview.c
7427                 remove printf() and make one if..else comply with coding style
7428
7429 2003-06-14 [alfons]     0.9.0claws37
7430
7431         * AUTHORS
7432                 add Martin Wicke
7433         * src/action.c
7434         * src/messageview.[ch]
7435         * src/summaryview.c
7436                 apply patch #754162 "Quoting messages filtered by actions" submitted
7437                 by Martin Wicke, which allows quoting message body changed by an
7438                 action (Thanks!).
7439
7440 2003-06-13 [alfons]     0.9.0claws36
7441
7442         * src/utils.c
7443                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7444                 use case insensitive regexp (suggested by Ivan Martinez)
7445
7446 2003-06-13 [christoph]  0.9.0claws35
7447
7448         * configure.ac
7449         * src/plugins/trayicon/Makefile.am
7450         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7451         * src/plugins/trayicon/trayicon.c
7452         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7453         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7454         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7455         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7456         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7457         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7458                 replace my own EggTrayIcon backport with the backport
7459                 used by (l|x)mule and gabber.
7460
7461 2003-06-13 [alfons]     0.9.0claws34
7462
7463         * AUTHORS
7464         * src/common/utils.c
7465                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7466
7467 2003-06-13 [alfons]     0.9.0claws33
7468
7469         * src/compose.c
7470                 clean up a little bit
7471
7472 2003-06-12 [alfons]     0.9.0claws32
7473
7474         * src/compose.c
7475                 const correctness fix
7476
7477         * src/common/sylpheed.[ch]
7478                 () -> (void)
7479                 prevent redef MIN/MAX
7480                 
7481         * src/common/utils.[ch]
7482                 () -> (void)
7483
7484 2003-06-12 [melvin]     0.9.0claws31
7485
7486         * src/compose.c
7487                 Updated to take into accounts changes in GtkAspell.
7488
7489 2003-06-12 [alfons]     0.9.0claws30
7490
7491         * src/compose.c
7492         * src/procmsg.c
7493         * src/common/utils.[ch]
7494                 handle reply subject prefixes better (initial 
7495                 suggestion by Robert Story adapted and enhanced 
7496                 using regexps)
7497
7498 2003-06-12 [melvin]     0.9.0claws29
7499
7500         * src/compose.c
7501                 Use new gtkaspell_checkers_strerror() to get the speller's
7502                 error message instead of accessing the (now private)
7503                 checkers structure.
7504                 Minor code clean up
7505
7506         * src/main.c
7507                 Use #ifdef instead of #if for USE_ASPELL
7508                 Use the new spell checkers init/quit functions 
7509
7510         * src/gtk/gtkaspell.c
7511                 Use #ifdef instead of #if for USE_ASPELL
7512                 Moved in the majority of GtkAspell structures that were
7513                 exported before by gtkaspell.h
7514         
7515         * src/gtk/gktaspell.h
7516                 Made gtkaspell.h contain only the necessary data to be
7517                 publicized by moving many structures to gtkaspell.c.
7518                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7519                 gtkaspell_checkers_new(): replaced by...
7520                 gtkaspell_checkers_init(): new function for initialization
7521                 gtkaspell_checkers_delete(): replaced by...
7522                 gtkaspell_checkers_quit(): new function
7523                 gtkaspell_checkers_strerror(): new function that returns
7524                 the checker's last error message.
7525                 
7526 2003-06-11 [melvin]     0.9.0claws28
7527
7528         * po/POTFILES.in
7529                 Updated to take into account gtkaspell.c migration to
7530                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7531
7532 2003-06-10 [alfons]     0.9.0claws27
7533
7534         * src/filtering.[ch]
7535         * src/folder.c
7536         * src/matcher.c
7537         * src/scoring.[ch]
7538                 - try fixing bug #18 (any brave testers?)
7539                 - add more robustness by refusing previously 
7540                   unchecked NULL pointers 
7541
7542 2003-06-10 [alfons]     0.9.0claws26
7543
7544         * src/procmsg.c
7545                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7546
7547 2003-06-09 [alfons]     0.9.0claws25
7548
7549         * src/prefs_common.c
7550                 fix bug #163 "Icon switching doesnt work properly" by 
7551                 preventing early freeing of prefs_common.pixmap_theme_path.
7552
7553 2003-06-09 [christoph]  0.9.0claws24
7554
7555         * src/gtk/gtkaspell.c
7556                 revert Thorsten's fix and add forgotten g_strdup for
7557                 aspell path (it should not be possible to alter the path a
7558                 GtkASpell uses from outside)
7559
7560 2003-06-09 [thorsten]   0.9.0claws23
7561
7562         * src/gtk/gtkaspell.c
7563                 dont free prefs_common.aspell_path when closing compose
7564
7565 2003-06-08 [colin]      0.9.0claws22
7566
7567         * src/plugins/spamassassin/spamassassin.c
7568                 fix prefs types
7569
7570 2003-06-07 [christoph]  0.9.0claws21
7571
7572         * src/Makefile.am
7573         * src/compose.c
7574         * src/gtkaspell.[ch]            ** REMOVE **
7575         * src/gtk/Makefile.am
7576         * src/gtk/gtkaspell.[ch]        ** NEW **
7577                 o make gtkaspell independent from sylpheed's prefs
7578                 o move gtkaspell.[ch] to gtk directory
7579
7580 2003-06-07 [christoph]  0.9.0claws20
7581
7582         * src/Makefile.am
7583         * src/crash.c
7584         * src/export.c
7585         * src/filesel.[ch]              ** REMOVE **
7586         * src/folder.c
7587         * src/main.[ch]
7588         * src/common/sylpheed.[ch]
7589         * src/gtk/Makefile.am
7590         * src/gtk/filesel.[ch]          ** NEW **
7591         * src/gtk/pluginwindow.c
7592         * src/gtk/sslcertwindow.c
7593                 move filesel.[ch] to gtk directory
7594
7595 2003-06-07 [alfons]     0.9.0claws19
7596
7597         * src/filesel.c
7598                 make (multi) file selection dialog work again (Claws-only)
7599
7600 2003-06-07 [thorsten]   0.9.0claws18
7601
7602         * po/de.po
7603                 fix typos
7604
7605 2003-06-07 [alfons]     0.9.0claws17
7606
7607         * configure.ac
7608         * src/mimeview.c
7609                 detect apache mishap in which case don't include fnmatch.h
7610                 if regex.h is already included
7611
7612 2003-06-06 [christoph]  0.9.0claws16
7613
7614         * configure.ac
7615         * src/mimeview.h
7616                 add check for fnmatch.h and include it when available
7617
7618         * src/mimeview.[ch]
7619                 fix wrong case sensitivity of Content-Types
7620
7621         * src/gtk/Makefile.am
7622                 need the same include paths in gtk directory as in
7623                 common directory because .h files in common can
7624                 include files from these directories, when included
7625                 in gtk's .h or .c files
7626
7627 2003-06-06 [alfons]     0.9.0claws15
7628
7629         * src/mimeview.c
7630         * src/summaryview.c
7631                 make it compile again because of regex.h / fnmatch.h 
7632                 include problems (related to recent mime stuff, can
7633                 someone check this?)
7634
7635 2003-06-06 [thorsten]   0.9.0claws14
7636
7637         * src/folderview.c
7638                 possible use of uninitialized pointer while dragging
7639
7640 2003-06-06 [paul]       0.9.0claws13
7641
7642         * src/compose.c
7643                 fix bug where the insert sig button would be effective
7644                 only when auto_sig was set
7645
7646 2003-06-06 [paul]       0.9.0claws12
7647
7648         * sync with 0.9.2 release
7649
7650 2003-06-02 [paul]       0.9.0claws11
7651
7652         * sync with 0.9.1cvs1
7653                 see ChangeLog 2003-06-02
7654                 
7655         * po/de.po
7656                 update by Jens
7657
7658 2003-06-01 [christoph]  0.9.0claws10
7659
7660         * src/account.c
7661                 don't use substring search to find accounts by email address
7662
7663         (closes Bug 169 Overly loose matching of "From" address)
7664
7665 2003-05-31 [christoph]  0.9.0claws9
7666
7667         * doc-src/rfc2683.txt
7668         * src/imap.c
7669                 limit IMAP command length as recommended in RFC2683
7670                 (message number lists will be split into multiple imap
7671                 sets, the limit of 1000 octets is not a hard limit)
7672
7673         (closes Bug 161 sylpheed-claws exits with segfault when logging
7674          in to certain imap-servers)
7675
7676 2003-05-29 [alfons]     0.9.0claws8
7677
7678         * src/toolbar.[ch]
7679                 add print button (calling summary_print());
7680                 fine tune setting tooltip text;
7681                 (if someone needs other buttons, please take these 
7682                 commits as a guide, instead of bothering us - also
7683                 see 0.8.11claws150) 
7684
7685 2003-05-29 [darko]      0.9.0claws7
7686
7687         * src/compose.c
7688                 fix crash when word wrapping kicks in due to
7689                 changed text by spell checker
7690
7691 2003-05-29 [paul]       0.9.0claws6
7692
7693         * src/compose.c
7694                 fix bug where changing account would insert
7695                 sig even if auto_sig was FALSE
7696                 
7697         * ChangeLog
7698           ChangeLog.jp
7699           INSTALL
7700                 sync with 0.9.1 release
7701
7702 2003-05-28 [christoph]  0.9.0claws5
7703
7704         * src/imap.c
7705                 fix truncation of too long commands
7706
7707         (closes Bug 167 IMAP hangs trying to get envelope
7708          information in imap_get_uncached_messages)
7709
7710 2003-05-27 [paul]       0.9.0claws4
7711
7712         * tools/Makefile.am
7713           tools/maildir2sylpheed.pl     ** NEW FILE **
7714                 add kmail to sylpheed mailbox conversion script
7715
7716 2003-05-27 [paul]       0.9.0claws3
7717
7718         * sync with 0.9.0cvs10
7719                 see ChangeLog 2003-05-26
7720
7721 2003-05-26 [paul]       0.9.0claws2
7722
7723         * sync with 0.9.0cvs9
7724                 see ChangeLog 2003-05-26
7725
7726 2003-05-24 [paul]       0.9.0claws1
7727
7728         * sync with 0.9.0cvs8
7729                 see ChangeLog 2003-05-23
7730
7731 2003-05-24 [paul]       0.9.0claws
7732
7733         * version 0.9.0claws released
7734
7735 2003-05-24 [paul]       0.8.11claws177
7736
7737         * src/plugins/dillo-viewer/Makefile.am
7738           src/plugins/traycon/Makefile.am
7739                 add missing files
7740                 
7741         * po/bg.po
7742           po/en_GB.po
7743           po/es.po
7744           po/it.po
7745           po/pt_BR.po
7746           po/ru.po
7747           po/sr.po
7748                 update Bulgarian, British English, Spanish, Italian, 
7749                 Brazilian Portuguese, Russian, and Serbian translations, 
7750                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7751                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7752                 Ruslan N. Balkin, and Urke MMI
7753
7754 2003-05-23 [melvin]     0.8.11claws176
7755
7756         * po/fr.po
7757                 Updated French translations
7758
7759 2003-05-22 [paul]       0.8.11claws175
7760
7761         * src/Makefile.am
7762           src/addrbook.[ch]
7763           src/addrcache.[ch]
7764           src/addr_compl.[ch]
7765           src/adressbook.[ch]
7766           src/addrindex.[ch]
7767           src/addritem.[ch]
7768           src/editaddress.c
7769           src/editgroup.c
7770           src/editldap_basedn.c
7771           src/editldap.c
7772           src/jpilot.c
7773           src/vcard.c
7774                 revert to get ldap into it previous working state
7775                 
7776         * po/zh_TW.Big5.po
7777                 new Taiwanese translation,
7778                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7779
7780 2003-05-22 [christoph]  0.8.11claws174
7781
7782         * src/plugins/spamassassin/libspamc.[ch]
7783                 sync libspamc with SpamAssaain release 2.55
7784
7785 2003-05-22 [paul]       0.8.11claws173
7786
7787         * sync with 0.9.0cvs7
7788                 see ChangeLog 2003-05-22
7789                 
7790         * src/summaryview.c
7791                 revert change in 0.8.11claws172: follow
7792                 Hiroyuki's decision and that's the end of it.
7793
7794 2003-05-21 [paul]       0.8.11claws172
7795
7796         * src/summaryview.c
7797                 fix discrepency between open_unread_on_enter
7798                 and always_show_msg
7799
7800 2003-05-21 [paul]       0.8.11claws171
7801
7802         * sync with 0.9.0cvs6
7803                 see ChangeLog 2003-05-21
7804
7805 2003-05-21 [paul]       0.8.11claws170
7806
7807         * sync with 0.9.0cvs5
7808                 see ChangeLog 2003-05-21
7809
7810 2003-05-20 [paul]       0.8.11claws169
7811
7812         * sync with 0.9.0cvs4
7813                 see ChangeLog 2003-05-20
7814                 fixes bug #152, 'encoding of IMAP folders names'
7815
7816 2003-05-20 [paul]       0.8.11claws168
7817
7818         * sync with 0.9.0cvs3
7819                 see ChangeLog 2003-05-20
7820                 
7821         * src/tools/convert_mbox.pl
7822                 minor change in the comments, submitted by Fred Marton
7823
7824 2003-05-19 [paul]       0.8.11claws167
7825
7826         * src/plugins/clamav/Makefile.am
7827           configure.ac
7828                 link clamav_lib to the plugin and not to the main program
7829
7830 2003-05-19 [christoph]
7831
7832         * src/Makefile.am
7833                 add -export-dynamic for linking
7834
7835 2003-05-19 [paul]       0.8.11claws166
7836
7837         * sync with 0.9.0cvs1
7838                 see ChangeLog 2003-05-19
7839
7840 2003-05-19 [paul]       0.8.11claws165
7841
7842         * src/inc.c
7843                 fix 'pop before smtp' timeout
7844
7845 2003-05-18 [alfons]     0.8.11claws164
7846
7847         * src/prefs_matcher.c
7848                 put "execute" action command line ("expression") in edit box
7849
7850 2003-05-18 [christoph]  0.8.11claws163
7851
7852         * src/mimeview.[ch]
7853         * src/plugins/dillo_viewer/dillo_viewer.c
7854         * src/plugins/image_viewer/viewer.c
7855         * src/plugins/mathml_viewer/mathml_viewer.c
7856                 let a viewer have a list of Content-Types
7857
7858 2003-05-18 [paul]       0.8.11claws162
7859
7860         * src/prefs_filtering.c
7861                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7862                 and REDIRECT actions
7863
7864 2003-05-17 [christoph]
7865
7866         * README.claws
7867                 o remove dynamic signatures that was syned with main
7868                 o add infos about no longer "build in" image viewer
7869                 o update bugtracker URL
7870
7871 2003-05-17 [christoph]  0.8.11claws161
7872
7873         * src/folder.c
7874         * src/folderview.c
7875         * src/imap.c
7876                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7877                 for every folder after rebuilding the folder tree.
7878
7879         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7880          messages)
7881
7882 2003-05-17 [christoph]  0.8.11claws160
7883
7884         * src/imap.c
7885                 don't use STATUS command on current folder to check for
7886                 content changes. imap_cmd_ok() now tracks changes to
7887                 folder and number of existing messages.
7888
7889 2003-05-17 [paul]       0.8.11claws159
7890
7891         * src/plugins/clamav/clamav_plugin.c
7892                 remove unnecessary debug_print
7893
7894 2003-05-16 [thorsten]   0.8.11claws158
7895
7896         * src/plugins/demo.c
7897                 included missing intl.h
7898
7899 2003-05-16 [paul]       0.8.11claws157
7900
7901         * po/POTFILES.in
7902                 remove non-existant entries
7903         
7904         * src/plugins/clamav/clamav_plugin.c
7905           src/plugins/clamav/clamav_plugin_gtk.c
7906           src/plugins/dillo_viewer/dillo_prefs.c
7907           src/plugins/dillo_viewer/dillo_viewer.c
7908                 gettextise
7909
7910 2003-05-16 [christoph]  0.8.11claws156
7911
7912         * po/POTFILES.in
7913                 include plugin .c files for translation until I
7914                 find a better solution to have plugins have their
7915                 own textdomain
7916         * src/plugins/demo/demo.c
7917         * src/plugins/image_viewer/plugin.c
7918         * src/plugins/mathml_viewer/mathml_viewer.c
7919         * src/plugins/spamassassin/spamassassin.c
7920         * src/plugins/spamassassin/spamassassin_gtk.c
7921         * src/plugins/trayicon/trayicon.c
7922                 add gettext macros for plugin name and description
7923
7924 2003-05-16 [paul]
7925
7926         * sync with 0.9.0
7927
7928 2003-05-16 [paul]       0.8.11claws155
7929
7930         * sync with lastest 0.9.0pre1
7931                 see ChangeLog 2003-05-16
7932
7933 2003-05-15 [paul]       0.8.11claws154
7934
7935         * sync with latest 0.9.0pre1
7936                 see ChangeLog 2003-05-14 and 2003-05-15
7937
7938 2003-05-14 [christoph]  0.8.11claws153
7939
7940         * src/plugins/image_viewer/viewer.c
7941         * src/plugins/image_viewer/viewer.glade         ** NEW **
7942         * src/plugins/image_viewer/viewerprefs.c
7943                 make it possible to disable the autoload function in the
7944                 imageviewer again
7945
7946 2003-05-14 [christoph]  0.8.11claws152
7947
7948         * src/folder.c
7949                 fix folder update after adding a message
7950
7951 2003-05-13 [alfons]     0.8.11claws151
7952
7953         * src/common/session.c
7954                 remove debug traces
7955                 
7956         * src/addrcache.[ch]
7957         * src/filtering.[ch]
7958         * src/folder.[c]
7959         * src/gtkaspell.[ch]
7960         * src/imap.[ch]
7961         * src/mbox_folder.[ch]
7962         * src/mh.[ch]
7963         * src/mimeview.h
7964         * src/msgcache.[ch]
7965         * src/news.[ch]
7966         * src/passphrase.[ch]
7967         * src/prefs_common.[ch]
7968         * src/prefs_gtk.[ch]
7969         * src/procmsg.c
7970         * src/scoring.[ch]
7971                 be pedantic; (in prototypes () implies (int))
7972
7973 2003-05-13 [alfons]     0.8.11claws150
7974
7975         * src/prefs_toolbar.[ch]
7976         * src/summaryview.[ch]
7977         * src/toolbar.[ch]
7978                 change misleading text in toolbar prefs;
7979                 add toolbar action for ignore thread (toggles ignore thread flag);
7980                 clean up a little bit;
7981
7982 2003-05-12 [paul]
7983
7984         * tools/convert_mbox.pl
7985                 bug fixed by Fred Marton
7986
7987 2003-05-12 [paul]
7988
7989         * sync with 0.9.0pre1
7990
7991 2003-05-09 [paul]       0.8.11claws149
7992
7993         * sync with 0.8.11cvs43
7994                 see ChangeLog 2003-05-09
7995
7996 2003-05-08 [christoph]  0.8.11claws148
7997
7998         * src/imap.[ch]
7999                 o use CAPABILIY as first command and check for PREAUTH
8000                   information in the response to it
8001                 o rewrite all imap_cmd_* functions to use an IMAPSession
8002                   instead of a SockInfo as parameter
8003                 o do STARTTLS after fetching and checking the server
8004                   capabilities
8005
8006 2003-05-08 [paul]       0.8.11claws147
8007
8008         * tools/Makefile.am
8009           tools/README
8010           tools/convert_mbox.pl         ** NEW FILE **
8011                 add mbox conversion script. Submitted by 
8012                 Fred Marton <Fred.Marton@uni-bayreuth.de>
8013
8014 2003-05-07 [christoph]
8015
8016         * doc-src/glade.txt
8017         * src/gtk/pluginwindow.glade
8018         * src/plugins/image_viewer/viewerprefs.glade
8019         * src/plugins/spamassassin/spamassassin_gtk.glade
8020                 add glade files for user interfaces and a description how
8021                 to use glade to create the sylpheed code
8022
8023 2003-05-07 [paul]       0.8.11claws146
8024
8025         * sync with 0.8.11cvs41
8026                 see ChangeLog 2003-05-07
8027
8028 2003-05-06 [christoph]  0.8.11claws145
8029
8030         * src/main.c
8031         * src/plugins/image_viewer/viewer.c
8032                 fix usage of imlib in imageviewer plugin
8033
8034         * src/gtk/prefswindow.c
8035                 handle window close event correctly
8036
8037 2003-05-06 [paul]       0.8.11claws144
8038
8039         * src/common/ssl.c
8040                 fix typo introduced in sync
8041
8042 2003-05-06 [paul]       0.8.11claws143
8043
8044         * sync with 0.8.11cvs39
8045                 see ChangeLog 2003-05-06
8046
8047 2003-05-06 [paul]       0.8.11claws142
8048
8049         * AUTHORS
8050           po/cs.po
8051                 updated Czech translation, submitted by 
8052                 Radek Vybiral <Radek.Vybiral@vsb.cz>
8053                 
8054         * src/plugins/clamav/clamav_plugin_gtk.c
8055                 clean up
8056
8057 2003-05-03 [alfons]     0.8.11claws141
8058
8059         * src/compose.[ch]
8060                 make paste as quotation work even when the call to 
8061                 text_inserted() was deferred (fixes bug #140 "Paste 
8062                 as quotation does not work when using "external" 
8063                 clipboard")
8064
8065 2003-05-03 [thorsten]   0.8.11claws140
8066
8067         * src/addrquery.h
8068           src/ldapquery.h
8069           src/mainwindow.c
8070                 removed C++ comments
8071         * src/addr_compl.c
8072                 function with non-int retval/param used before
8073                 implementation/declaration
8074
8075 2003-05-02 [paul]       0.8.11claws139
8076
8077         * src/addr_compl.[ch]
8078           src/addressbook.[ch]
8079           src/addrindex.c
8080           src/summaryview.c
8081                 revert match's changes to (finally) remove the bug where
8082                 opening a folder causes massive slowdown when using the 
8083                 'Display sender using address book' option
8084
8085 2003-05-01 [melvin]     0.8.11claws138
8086
8087         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8088         * src/plugins/dillo_viewer/dillo_viewer.c
8089                 Fixed bug where "Cancel" button from prefs issued
8090                 warnings.
8091                 Comply a little more to coding style
8092
8093 2003-05-01 [paul]       0.8.11claws137
8094
8095         * sync with 0.8.11cvs38
8096                 see ChangeLog 2003-05-01
8097
8098 2003-05-01 [paul]       0.8.11claws136
8099
8100         * po/bg.po
8101                 updated by George Danchev
8102
8103 2003-04-30 [christoph]  0.8.11claws135
8104
8105         * src/plugins/dillo_viewer/dillo_prefs.c
8106         * src/plugins/image_viewer/viewerprefs.c
8107         * src/plugins/spamassassin/spamassassin_gtk.c
8108                 remove gtk_widget_ref() calls for widgets in
8109                 glade code
8110
8111 2003-04-30 [paul]       0.8.11claws134
8112
8113         * src/addrindex.c
8114                 ok, this time a better fix for the bug where opening folder
8115                 has massive slowdown when using the 'Display sender using 
8116                 address book' option
8117
8118 2003-04-30 [paul]       0.8.11claws133
8119
8120         * src/addrindex.c
8121                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8122         
8123 2003-04-30 [melvin]     0.8.11claws132
8124
8125         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8126
8127         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8128                 Preferences for the dillo plugin
8129         * src/plugins/dillo_viewer/dillo_viewer.c
8130                 Support for preferences
8131         * src/plugins/dillo_viewer/Makefile.am
8132                 Added dillo_prefs.[ch]
8133
8134 2003-04-30 [alfons]     0.8.11claws131
8135
8136         * src/common/plugin.[ch]
8137                 see? this ANSI C'fication immediately gives us type
8138                 checking for free.
8139
8140 2003-04-30 [alfons]     0.8.11claws130
8141
8142         * src/common/plugin.[ch]
8143         * src/plugins/clamav/clamav_plugin.[ch]
8144         * src/plugins/clamav/clamav_plugin_gtk.c
8145         * src/plugins/demo/demo.c
8146         * src/plugins/dillo_viewer/dillo_viewer.c
8147         * src/plugins/image_viewer/plugin.c
8148         * src/plugins/image_viewer/viewer.[ch]
8149         * src/plugins/image_viewer/viewerprefs.[ch]
8150         * src/plugins/mathml_viewer/mathml_viewer.c
8151         * src/plugins/spamassassin/spamassassin.[ch]
8152         * src/plugins/spamassassin/spamassassin_gtk.c
8153         * src/plugins/trayicon/trayicon.c
8154                 clean up
8155
8156 2003-04-30 [alfons]     0.8.11claws129
8157
8158         * src/common/utils.c
8159                 make is_ascii_str() fail gracefully when NULL pointer
8160                 is passed
8161
8162 2003-04-30 [paul]       0.8.11claws128
8163
8164         * src/addrindex.c
8165                 fix bug where opening folder has massive slowdown when
8166                 using the 'Display sender using address book' option
8167
8168 2003-04-30 [paul]       0.8.11claws127
8169
8170         * src/plugins/clamav/clamav_plugin.c
8171           src/plugins/clamav/clamav_plugin_gtk.c
8172           src/plugins/demo/demo.c
8173           src/plugins/dillo_viewer/dillo_viewer.c
8174           src/plugins/image_viewer/plugin.c
8175           src/plugins/mathml_viewer/mathml_viewer.c
8176           src/plugins/spamassassin/spamassassin.c
8177           src/plugins/spamassassin/spamassassin_gtk.c
8178           src/plugins/trayicon/trayicon.c
8179                 get rid of eye-hurting function signatures
8180
8181 2003-04-30 [paul]       0.8.11claws126
8182
8183         * src/plugins/trayicon/trayicon.c
8184                 add description
8185                 
8186         * src/mimeview.c
8187                 be more descriptive
8188
8189 2003-04-30 [paul]       0.8.11claws125
8190
8191         * configure.ac
8192                 arrange the plugins in reverse alphabetical order
8193                 
8194         * src/plugins/clamav/clamav_plugin.[ch]
8195           src/plugins/clamav/clamav_plugin_gtk.c
8196                 rename some params
8197                 resize max_size window
8198                 re-arrange the order of some gui elements
8199                 improve descriptions
8200         
8201         * src/plugins/image_viewer/plugin.c
8202           src/plugins/mathml_viewer/mathml_viewer.c
8203                 add descriptions
8204                 
8205         * src/plugins/spamassassin/spamassassin_gtk.c
8206                 resize max_size window
8207                 re-arrange the order of some gui elements
8208                 
8209         * src/messageview.c
8210           src/mimeview.c
8211                 correct typos
8212
8213 2003-04-30 [alfons]     0.8.11claws124
8214
8215         * src/imap.c
8216                 fix a leak found while browsing Martin Kluge's 
8217                 valgrind log (Claws only)
8218
8219 2003-04-29 [darko]      0.8.11claws123
8220
8221         * src/gtk/gtkstext.h
8222                 include wchar.h if it is available, fixes compilation
8223                 on HP-UX systems
8224
8225 2003-04-29 [melvin]     0.8.11claws122
8226
8227         * src/prefs_actions.c
8228                 Improved help text of Actions' syntax
8229
8230 2003-04-28 [paul]       0.8.11claws121
8231
8232         * src/action.c
8233                 a better fix for the crash when performing an action
8234                 on a mime part
8235
8236 2003-04-28 [paul]       0.8.11claws120
8237
8238         * src/action.c
8239                 fix crash when performing an action on a
8240                 mime part
8241
8242 2003-04-28 [paul]       0.8.11claws119
8243
8244         * sync with 0.8.11cvs36
8245                 see ChangeLog 2003-04-28
8246
8247 2003-04-27 [paul]       0.8.11claws118
8248
8249         * more sync with 0.8.11cvs35
8250                 see ChangeLog 2003-04-25
8251
8252 2003-04-26 [christoph]  0.8.11claws117
8253
8254         * src/folder.c
8255                 fix remove virtual check
8256
8257 2003-04-26 [paul]       0.8.11claws116
8258
8259         * src/messageview.c
8260                 fix return-receipt, make it work again
8261
8262 2003-04-26 [paul]       0.8.11claws115
8263
8264         * src/mimeview.c
8265                 restore double-clicking of the [application/pgp-signature 
8266                 (Select "Check signature" to check)] line in the message view,
8267                 broken in recent sync
8268
8269 2003-04-26 [christoph]  0.8.11claws114
8270
8271         * src/folder.c
8272                 check if remove virtual really exists before
8273                 calling the function
8274
8275 2003-04-25 [match]      0.8.11claws113
8276
8277         * src/addrindex.c
8278         * src/addrbook.c
8279         * src/ldapquery.[ch]
8280         * src/ldapctrl.[ch]
8281                 fix memleak.
8282         * src/ldapserver.[ch]
8283                 fix memleak. fix segfault.
8284                 plug a Claws memleak
8285
8286 2003-04-25 [alfons]     0.8.11claws112
8287
8288         * src/folder.c
8289                 plug a Claws memleak
8290
8291 2003-04-25 [alfons]     0.8.11claws111
8292
8293         * src/common/session.c
8294                 plug a memleak
8295
8296 2003-04-25 [paul]       0.8.11claws110
8297
8298         * sync with 0.8.11cvs35
8299                 see ChangeLog 2003-04-24 and 2003-04-25
8300                 
8301         * src/gtk/pluginwindow.c
8302                 correct another strange float value
8303
8304 2003-04-24 [christoph]  0.8.11claws109
8305
8306         * src/folder.c
8307                 freeze folder item updates when unsetting new flags
8308
8309         * src/gtk/pluginwindow.c
8310                 correct strange float value
8311
8312 2003-04-23 [paul]       0.8.11claws108
8313
8314         * sync with 0.8.11cvs33
8315                 see ChangeLog 2003-04-23
8316
8317 2003-04-22 [paul]       0.8.11claws107
8318
8319         * src/Makefile.am
8320           src/messageview.c
8321           src/mimeview.c
8322           src/pgptext.[ch]      ** REMOVED **
8323                 remove pgptext.[ch] as its not used any more
8324
8325 2003-04-22 [paul]       0.8.11claws106
8326
8327         * sync with 0.8.11cvs31
8328                 see ChangeLog 2003-04-21 and 2003-04-22
8329
8330 2003-04-21 [alfons]     0.8.11claws105
8331
8332         * src/main.c
8333                 No access to GTK structures if we're a spawned child
8334                 (and clean up code a little bit...) Should fix #126.
8335
8336 2003-04-21 [melvin]     0.8.11claws104
8337
8338         * src/plugins/dillo_viewer/README
8339                 Improved slightly the text.
8340
8341 2003-04-21 [melvin]     0.8.11claws103
8342
8343         * src/plugins/dillo_viewer/README *** NEW ***
8344                 Added a README file for the Dillo plugin
8345
8346 2003-04-20 [paul]
8347
8348         * tools/README
8349           tools/outlook2sylpheed.pl
8350                 updated and improved by Ricardo Mones Lastra
8351
8352 2003-04-18 [oliver]     0.8.11claws102
8353
8354         * src/inc.c 
8355         * src/prefs_account.h
8356                 remove Pop3SessionType (used by selective download)
8357         * src/prefs_toolbar.c
8358                 enable set Default Toolbar button
8359
8360 2003-04-18 [paul]       0.8.11claws101
8361
8362         * sync with 0.8.11cvs29
8363                 see ChangeLog 2003-04-18
8364
8365 2003-04-17 [paul]       0.8.11claws100
8366
8367         * src/prefs_common.[ch]
8368           src/summaryview.c
8369                 remove 'Open next message on deletion' option,
8370                 as the same effect can now be achieved via the
8371                 'Always open messages in summary when selected'
8372                 option.
8373
8374 2003-04-17 [paul]       0.8.11claws99
8375
8376         * sync with 0.8.11cvs28
8377                 see ChangeLog 2003-04-17
8378
8379 2003-04-17 [christoph]  0.8.11claws98
8380
8381         * ac/spamassassin.m4
8382         * src/plugins/spamassassin/libspamc.[ch]
8383         * src/plugins/spamassassin/utils.[ch]
8384                 sync libspamc with SpamAssassin project
8385
8386 2003-04-17 [christoph]  0.8.11claws97
8387
8388         * src/common/socket.h
8389         * src/gtk/sslcertwindow.h
8390                 rename old USE_SSL to USE_OPENSSL
8391
8392 2003-04-17 [paul]       0.8.11claws96
8393
8394         * src/prefs_common.h
8395                 use gulong for P_COLOR so that it compiles/runs on
8396                 64-bit systems. Patch submitted by James Noyes
8397                 <jnoyes-claws@retrogeeks.com>
8398                 
8399         * po/de.po
8400                 updated by Jens
8401
8402 2003-04-17 [paul]       0.8.11claws95
8403
8404         * sync with 0.8.11cvs27
8405                 see ChangeLog 2003-04-16
8406
8407 2003-04-15 [paul]       0.8.11claws94
8408
8409         * src/prefs_common.[ch]
8410                 rearrange to stop the window getting too long:
8411                         move Receive dialog stuff to Receive tab
8412                         move Send dialog to Send tab
8413                         remove Dialogs frame
8414                 rename 'Open messages in summary with cursor keys' to
8415                 'Always open messages in summary when selected', as its
8416                 more appropriate
8417
8418 2003-04-15 [paul]       0.8.11claws93
8419
8420         * src/prefs_common.[ch]
8421           src/summaryview.c
8422                 add new option '/Interface/Open next message on deletion'
8423
8424 2003-04-15 [paul]       0.8.11claws92
8425
8426         * src/summaryview.[ch]
8427                 add /Mark/Lock and /Mark/Unlock to the pop-up
8428                 menu. Patch submitted by Ivan Francolin Martinez
8429                 <ivanfm@users.sourceforge.net>
8430
8431 2003-04-15 [paul]       0.8.11claws91
8432
8433         * sync with 0.8.11cvs24
8434                 see ChangeLog 2003-04-15
8435
8436 2003-04-14 [jens]       0.8.11claws90
8437
8438         * updated German translation and some corrections from
8439                 Roland Bless <bless@tm.uka.de>
8440
8441 2003-04-14 [paul]       0.8.11claws89
8442
8443         * sync with 0.8.11cvs22
8444                 see ChangeLog 2003-04-14
8445
8446 2003-04-13 [paul]       0.8.11claws88
8447
8448         * src/plugins/clamav/clamav_plugin.c
8449                 fix memory leaks
8450                 clean up
8451
8452 2003-04-12 [paul]       0.8.11claws87
8453
8454         * src/plugins/clamav/clamav_plugin.c
8455                 activate enable/disable archive scanning option
8456                 
8457         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8458
8459 2003-04-12 [paul]       0.8.11claws86
8460
8461         * src/plugins/Makefile.am
8462           src/plugins/clamav/Makefile.am                ** NEW FILE **
8463           src/plugins/clamav/README                     ** NEW FILE ** 
8464           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8465           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8466                 add Clam AntiVirus plugin
8467
8468 2003-04-12 [paul]       0.8.11claws85
8469
8470         * sync with 0.8.11cvs21
8471                 see ChangeLog 2003-04-11
8472
8473 2003-04-11 [paul]       0.8.11claws84
8474
8475         * po/es.po
8476                 update Spanish translation. Submitted by Ricardo
8477                 Mones Lastra.
8478
8479 2003-04-10 [christoph]  0.8.11claws83
8480
8481         * src/mbox.c
8482                 fix typo that did not move unfiltered mails to destination
8483                 folder
8484
8485         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8486          when filtering from spool)
8487
8488 2003-04-10 [christoph]  0.8.11claws82
8489
8490         * src/imap.c
8491                 use BODY.PEEK instead of BODY in in message fetch operation
8492                 to make sure the IMAP server does not set the \Seen flag for
8493                 messages. Sylpheed does that later itself, when the message
8494                 is opened in sylpheed
8495
8496         (closes Bug 111 Claws destroys unread marks)
8497
8498 2003-04-09 [oliver]     0.8.11claws81
8499         
8500         * src/folder.c
8501                 fix crash in folder_destroy
8502         * README.claws
8503                 remove selective download
8504
8505 2003-04-09 [christoph]  0.8.11claws80
8506
8507         * src/imap.c
8508                 fix crash in imap_get_msginfo() when then fetched message
8509                 is not found
8510
8511         (closes Bug 110 Crash during mail composition)
8512
8513 2003-04-08 [christoph]  0.8.11claws79
8514
8515         * src/folder.c
8516         * src/prefs_account.c
8517                 Filter new messages that are found in an INBOX folder
8518                 when 'Filter messages on receiving' is enabled in the
8519                 Folder's AccountPrefs. This allows to use Sylpheed's
8520                 filtering engine for IMAP folders where messages are
8521                 added to the INBOX by a MTA
8522
8523 2003-04-08 [paul]       0.8.11claws78
8524
8525         * src/procmsg.h
8526                 clean up after last commit
8527
8528 2003-04-08 [paul]       0.8.11claws77
8529
8530         * sync with 0.8.11cvs20
8531                 see ChangeLog 2003-04-07 and 2003-04-08
8532
8533 2003-04-07 [christoph]  0.8.11claws76
8534
8535         * src/filtering.[ch]
8536         * src/inc.[ch]
8537         * src/mbox.c
8538         * src/procmsg.[ch]
8539                 add procmsg_msginfo_filter() to execute filtering actions
8540
8541 2003-04-06 [christoph]  0.8.11claws75
8542
8543         * src/imap.c
8544                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8545
8546 2003-04-06 [christoph]  0.8.11claws74
8547
8548         * src/common/utils.[ch]
8549                 add g_int_compare() function for slist sorting
8550
8551         * src/imap.c
8552                 fetch all MsgInfos with one command in imap_get_msginfos()
8553                 using an imap set with a list of ranges
8554
8555         * src/news.c
8556                 use new g_int_compare() function
8557
8558 2003-04-06 [thorsten]   0.8.11claws73
8559
8560         * src/mh.c
8561                 corrected implementation of mh_folder_destroy()
8562
8563 2003-04-05 [christoph]  0.8.11claws72
8564
8565         * src/account.c
8566         * src/folder.[ch]
8567         * src/folderview.c
8568         * src/imap.c
8569         * src/inc.c
8570         * src/main.c
8571         * src/mainwindow.c
8572         * src/mbox_folder.c
8573         * src/mh.c
8574         * src/mimeview.h
8575         * src/msgcache.[ch]
8576         * src/news.c
8577         * src/procmime.h
8578         * src/procmsg.[ch]
8579         * src/setup.c
8580         * src/gtk/gtkutils.c
8581                 o rename structure field names class and new to klass and
8582                   new_msgs, to allow including files in C++
8583                 o add 'extern "C"' block to some header files
8584                 o add MsgInfoList and MsgNumberList as alias for GSList for
8585                   developers to know what type of list is expected
8586
8587         * src/plugins/image_viewer/plugin.c
8588         * src/plugins/image_viewer/viewer.[ch]
8589         * src/plugins/image_viewer/viewerprefs.[ch]
8590                 rename function names to prevent conflicts
8591
8592 2003-04-05 [paul]       0.8.11claws71
8593
8594         * sync with 0.8.11cvs18
8595                 see ChangeLog 2003-04-03 and 2003-04-04
8596
8597 2003-04-02 [christoph]  0.8.11claws70
8598
8599         * src/folder.[ch]
8600         * src/imap.[ch]
8601         * src/mbox_folder.[ch]
8602         * src/mh.[ch]
8603         * src/news.[ch]
8604                 o Make all virtual folder functions private
8605                 o remove unused folder code
8606
8607         * src/common/socket.[ch]
8608         * src/summaryview.c
8609                 fix warnings
8610
8611 2003-03-30 [alfons]     0.8.11claws69
8612
8613         * src/send_message.c
8614                 remove two debug traces and see if people still report
8615                 errors
8616
8617 2003-03-30 [alfons]     0.8.11claws68
8618
8619         * src/send_message.c
8620         * src/commons/session.c
8621                 add more debug traces
8622
8623 2003-03-30 [christoph]  0.8.11claws67
8624
8625         * src/folder.c
8626                 change processing folder name from .processing to processing
8627
8628         * src/common/ssl.c
8629                 disable SSL certificate check because it causes Xlib error
8630                 when the child process want's to open an GTK window
8631
8632 2003-03-30 [christoph]  0.8.11claws66
8633
8634         * src/folder.c
8635                 don't use default folder for processing folder item because
8636                 it can be a non local folder
8637
8638         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8639
8640 2003-03-30 [alfons]     0.8.11claws65
8641
8642         * src/send_message.c
8643                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8644                 to generate bad code for 'send_send_data_progressive': When
8645                 called from 'send_send_data_finished', the 'data' pointer is
8646                 cleared just before the assignment to the dialog pointer
8647
8648 2003-03-29 [christoph]  0.8.11claws64
8649
8650         * src/common/prefs.h
8651         * src/plugins/image_viewer/Makefile.am
8652         * src/plugins/image_viewer/plugin.c
8653         * src/plugins/image_viewer/viewer.[ch]
8654         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8655                 add PrefsPage for ImageViewer
8656
8657 2003-03-28 [thorsten]   0.8.11claws63
8658
8659         * src/common/session.c
8660                 added some comments
8661
8662 2003-03-28 [paul]       0.8.11claws62
8663
8664         * sync with 0.8.11cvs16
8665                 see ChangeLog 2003-03-28
8666
8667 2003-03-28 [paul]       0.8.11claws61
8668
8669         * sync with 0.8.11cvs15
8670                 see ChangeLog 2003-03-28
8671
8672 2003-03-27 [christoph]  0.8.11claws60
8673
8674         * src/folder.c
8675         * src/imap.c
8676         * src/common/socket.[ch]
8677                 set socket state to DISCONNECTED when any operation
8678                 fails to allow reconnecting in IMAP code without
8679                 checking the return code of all calls to the command
8680                 functions
8681
8682         * src/folderview.c
8683         * src/summaryview.c
8684                 remove some more stuff that depends on specific
8685                 folder types
8686
8687 2003-03-27 [paul]       0.8.11claws59
8688
8689         * sync with 0.8.11cvs14
8690                 see ChangeLog 2003-03-27
8691                 
8692         * src/selective_download.[ch]   ** REMOVED **
8693                 really removed
8694
8695 2003-03-27 [christoph]  0.8.11claws58
8696
8697         * src/folder.c
8698                 fix handling of tmp_flags in flag copy function
8699
8700 2003-03-27 [paul]       0.8.11claws57
8701
8702         * sync with 0.8.11cvs13
8703                 see ChangeLog 2003-03-27
8704
8705 2003-03-27 [oliver]     0.8.11claws56
8706
8707         * src/maiwindow.c
8708                 remove sel_download_cb
8709
8710 2003-03-27 [oliver]     0.8.11claws55
8711         
8712         * src/inc.c
8713                 remove POP3_TOP
8714         
8715 2003-03-26 [oliver]     0.8.11claws54
8716
8717         *src/pop.h
8718                 remove POP3_TOP*
8719         * README.claws
8720                 remove selective donwload readme
8721
8722 2003-03-26 [oliver]     0.8.11claws53
8723         * src/matcher.[ch]
8724         * src/matcher_parser_parse.y 
8725         * src/pop.c 
8726         * src/prefs_account.[ch]
8727         * src/prefs_filtering.c
8728                 remove selective donwload
8729
8730 2003-03-26 [oliver]     0.8.11claws52
8731
8732         * src/inc.[ch] 
8733         * src/filtering.c 
8734         * src/mainwindow.c 
8735                 remove selective donwload
8736
8737 2003-03-26 [oliver]     0.8.11claws51
8738         
8739         * src/Makefile.am
8740         * src/selective_download.[ch]   ** REMOVE **    
8741
8742 2003-03-26 [christoph]  0.8.11claws50
8743
8744         * src/news.c
8745                 fix NEWS that got broken by a sync with sylpheed-main
8746
8747 2003-03-26 [christoph]  0.8.11claws49
8748
8749         * src/mimeview.c
8750                 fix mime type guessing when no mime type is found for a file
8751
8752 2003-03-25 [christoph]  0.8.11claws48
8753
8754         * src/mimeview.c
8755         * src/procmime.c
8756                 remove mime type guessing from mime parser and use
8757                 name based mime types in viewer lookup for mime type
8758                 application/octet-stream
8759
8760 2003-03-25 [christoph]  0.8.11claws47
8761
8762         * doc-src/readme.txt
8763         * doc-src/rfc2554.txt
8764                 add RFC about SMTP AUTH
8765
8766         * src/send_message.c
8767         * src/common/smtp.[ch]
8768                 add extra error code for authentication errors and
8769                 clear temporary password when this error occurs
8770
8771         (closes Bug 84 authentication failure while sending should
8772          prompt for password again)
8773
8774 2003-03-25 [christoph]  0.8.11claws46
8775
8776         * configure.ac
8777         * src/Makefile.am
8778         * src/imageview.[ch]                            ** REMOVE **
8779         * src/messageview.[ch]
8780         * src/mimeview.[ch]
8781         * src/prefs_common.[ch]
8782         * src/textview.c
8783         * src/plugins/Makefile.am
8784         * src/plugins/image_viewer/.cvsignore           ** NEW **
8785         * src/plugins/image_viewer/Makefile.am          ** NEW **
8786         * src/plugins/image_viewer/plugin.c             ** NEW **
8787         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8788                 move image viewer into a plugin (building is enabled by default)
8789                 [ToDo: Prefs for resize and autoview]
8790
8791 2003-03-25 [paul]       0.8.11claws45
8792
8793         * sync with 0.8.11cvs12
8794                 see ChangeLog 2003-03-26
8795
8796 2003-03-25 [paul]       0.8.11claws44
8797
8798         * sync with 0.8.11cvs11
8799                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8800                 
8801         Note: Selective Download is broken.
8802                 
8803 2003-03-22 [christoph]  0.8.11claws43
8804
8805         * src/folder.c
8806                 code cleanup for flags copying
8807
8808 2003-03-22 [christoph]  0.8.11claws42
8809
8810         * src/plugins/trayicon/trayicon.c
8811                 fix setting the transparent area when the window size
8812                 is forced by the system tray
8813
8814 2003-03-22 [christoph]  0.8.11claws41
8815
8816         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8817         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8818         * src/plugins/trayicon/newmail.xpm              ** NEW **
8819         * src/plugins/trayicon/nomail.xpm               ** NEW **
8820         * src/plugins/trayicon/trayicon.c
8821         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8822                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8823                 o add icon for unread mails
8824                 o set transparency for window
8825
8826 2003-03-22 [christoph]  0.8.11claws40
8827
8828         * src/news.c
8829                 init news session to prevent crash when session is closed
8830
8831 2003-03-22 [christoph]  0.8.11claws39
8832
8833         * src/imap.c
8834         * src/common/session.[ch]
8835                 Init session data to make sure we don't have invalid pointers
8836                 for read_ch and write_ch when new multi process sessions are
8837                 not used
8838
8839         * src/main.c
8840         * src/common/plugin.c
8841         * src/common/sylpheed.c
8842         * src/plugins/demo/demo.c
8843         * src/plugins/dillo_viewer/dillo_viewer.c
8844         * src/plugins/mathml_viewer/mathml_viewer.c
8845         * src/plugins/spamassassin/spamassassin.c
8846         * src/plugins/spamassassin/spamassassin_gtk.c
8847                 add plugin types to allow loading plugins at different times
8848                 (and maybe for different frontends), because it's not good to
8849                 load GTK-Plugins gefore gtk_init was called
8850
8851         * configure.ac
8852         * src/plugins/Makefile.am
8853         * src/plugins/trayicon/.cvsignore               ** NEW **
8854         * src/plugins/trayicon/Makefile.am              ** NEW **
8855         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8856         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8857         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8858         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8859         * src/plugins/trayicon/trayicon.c               ** NEW **
8860                 New Trayicon plugin that shows an icon in a systray that uses
8861                 XEMBED protocol like Gnome's systray. Icon shows if there
8862                 are new mails and a tooltip shows information about new,
8863                 unread and total messages.
8864
8865 2003-03-22 [paul]       0.8.11claws38
8866
8867         * src/common/smtp.c
8868                 fix ESMTP AUTH CRAM-MD5
8869                 [sync with main (still version 0.8.11cvs6), see
8870                  ChangeLog 2003-03-22]
8871
8872 2003-03-21 [colin]      0.8.11claws37
8873
8874         * src/send_message.c
8875                 Fix USE_SSL => USE_OPENSSL
8876
8877 2003-03-21 [colin]      0.8.11claws36
8878
8879         * src/folderview.c
8880                 Fix counts in drag and dropped subfolders
8881
8882 2003-03-21 [colin]      0.8.11claws35
8883
8884         * src/folder.c 
8885         * src/folderview.c
8886                 speed up a bit folder dnd
8887
8888 2003-03-20 [alfons]     0.8.11claws34
8889
8890         * src/main.c
8891         * src/toolbar.c
8892         * src/procmsg.c
8893                 don't send locked queue messages
8894                 (feature request "[ 705245 ] Locking message in outbox 
8895                  should prevent sending")
8896
8897 2003-03-20 [christoph]  0.8.11claws33
8898
8899         * src/folder.c
8900                 remove NEW and UNREAD flag in special folders when scanning
8901                 
8902         * src/common/smtp.c
8903                 fix ESMTP AUTH CRAM-MD5
8904
8905 2003-03-20 [paul]       0.8.11claws32
8906
8907         * src/prefs_account.c
8908                 Re-write 'Tunnel command to open connection' as
8909                 'Use command to communicate with server', and disable
8910                 it for all except IMAP accounts
8911
8912 2003-03-20 [paul]       0.8.11claws31
8913
8914         * sync with 0.8.11cvs6
8915                 see ChangeLog 2003-03-20
8916
8917 2003-03-19 [match]      0.8.11claws30
8918
8919         * src/addritem.[ch]
8920                 include documentation. minor refactoring.
8921         * src/addr_compl.[ch]
8922         * src/addrindex.[ch]
8923         * src/addresbook.[ch]
8924         * src/summaryview.c
8925                 re-enable address lookup (was disabled in
8926                 0.8.11claws20).
8927
8928 2003-03-19 [christoph]  0.8.11claws29
8929
8930         * src/procmsg.c
8931                 add temp flag handling, will make moving and copying
8932                 messages possible again
8933
8934         * src/folder.c
8935                 correct calulation of folder stats
8936
8937 2003-03-18 [match]      0.8.11claws28
8938
8939         * src/editgroup.h
8940                 remove case sensitive comparison (closes bug 80).
8941
8942 2003-03-18 [christoph]  0.8.11claws27
8943
8944         * src/imap.c
8945                 fix imap using a tunnel command
8946
8947         (closes bug 87)
8948
8949 2003-03-18 [christoph]  0.8.11claws26
8950
8951         * src/folder.[ch]
8952         * src/imap.c
8953         * src/procmsg.[ch]
8954                 rewrite flag handling for folders
8955
8956 2003-03-18 [christoph]  0.8.11claws25
8957
8958         * src/folder.c
8959         * src/procmsg.c
8960         * src/summaryview.c
8961                 unset NEW and UNREAD flags when message is ignored, to make
8962                 sure messages don't show up as unread on other IMAP clients,
8963                 because the IGNORE_THREAD flag can not be syncronized through
8964                 the IMAP folder
8965
8966 2003-03-17 [christoph]  0.8.11claws24
8967
8968         * src/imap.c
8969                 don't use recursion to fetch uids when the number of messages
8970                 does not match. Moved code into subfunction that is used
8971                 again when needed, to prevent an endless loop.
8972
8973 2003-03-17 [thorsten]   0.8.11claws23
8974
8975         * src/imageview.[ch]
8976                 export imageview_get_resized_size() (for plugins)
8977         * src/prefs_common.[ch]
8978                 added prefs_common_get() (for plugins)
8979
8980 2003-03-17 [christoph]  0.8.11claws22
8981
8982         * src/imap.c
8983                 o remove UID guessing from copy code
8984                 o support UIDPLUS extension for APPEND command
8985
8986 2003-03-17 [paul]       0.8.11claws21
8987
8988         * src/gtk/about.c
8989                 remove 'Compiled-plugins' section.
8990                 
8991         * src/plugins/dillo_viewer/dillo_viewer.c
8992                 slight change to description text
8993
8994 2003-03-16 [match]      0.8.11claws20
8995         * src/ldapserver.[ch]           ** NEW **
8996         * src/ldapctrl.[ch]             ** NEW **
8997         * src/ldapquery.[ch]            ** NEW **
8998         * src/ldaputil.[ch]             ** NEW **
8999         * src/addrcindex.[ch]           ** NEW **
9000         * src/addrquery.h               ** NEW **
9001         * src/addritem.[ch]
9002         * src/addrcache.[ch]
9003         * src/addrindex.[ch]
9004         * src/addr_compl.[ch]
9005         * src/addressbook.[ch]
9006         * src/addrbook.[ch]
9007         * src/editgroup.c
9008         * src/editaddress.c
9009         * src/editldap.c
9010         * src/editldap_basedn.c
9011         * src/vcard.c
9012         * src/jpilot.c
9013         * src/Makefile.am
9014                 included dynamic LDAP queries. improved address
9015                 completion.
9016
9017 2003-03-16 [paul]       0.8.11claws19
9018
9019         * tools/multiwebsearch.pl
9020                 fix a fatal typo
9021
9022 2003-03-16 [christoph]  0.8.11claws18
9023
9024         * src/mimeview.c
9025         * src/plugins/dillo_viewer/dillo_viewer.c
9026         * src/plugins/mathml_viewer/mathml_viewer.c
9027                 make unregistering of MimeViewerFactorys possible
9028
9029 2003-03-16 [alfons]     0.8.11claws17
9030
9031         * configure.ac
9032                 correct typo
9033
9034 2003-03-16 [melvin]     0.8.11claws16
9035
9036         * src/plugins/dillo_viewer.c
9037                 Fixed bug where it was not possible to view more than
9038                 one text/html attachment per message (bug discovered
9039                 by Christoph Hohmann).
9040
9041 2003-03-15 [melvin]     0.8.11claws15
9042
9043         * src/prefs_actions.c
9044                 Fixed compilation warnings.
9045
9046 2003-03-15 [melvin]     0.8.11claws14
9047
9048         * src/plugins/Makefile.am
9049         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
9050         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
9051         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
9052                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9053                 newer (http://dillo.auriga.wearlab.de/).
9054
9055 2003-03-15 [christoph]  0.8.11claws13
9056
9057         * src/imap.c
9058                 don't query imap folder for attributes because we already
9059                 for them from imap_status
9060
9061         * src/mimeview.[ch]
9062                 add support for plugable MimeViewers (unloading Viewers
9063                 not yet complete)
9064
9065         * src/plugins/Makefile.am
9066         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9067         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9068         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9069                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9070                 widget from http://helm.cs.unibo.it/mml-widget/
9071
9072 2003-03-14 [christoph]  0.8.11claws12
9073
9074         * src/folder.[ch]
9075                 o error return code's should better be negative
9076                 o replace printf with debug_print
9077
9078         * src/imap.c
9079                 improve IMAP folder scan by checking UID-NEXT
9080
9081         * src/summaryview.c
9082                 remove check that are unnecessary in my opinion
9083
9084 2003-03-13 [christoph]  0.8.11claws11
9085
9086         * src/folder.[ch]
9087         * src/foldersel.c
9088         * src/folderview.c
9089         * src/imap.c
9090         * src/mbox_folder.c
9091         * src/mh.c
9092         * src/news.c
9093         * src/prefs_scoring.c
9094         * src/summaryview.c
9095                 use a common function to get a displayable name
9096                 for a FolderItem
9097
9098 2003-03-13 [paul]       0.8.11claws10
9099
9100         * tools/Makefile.am
9101           tools/README
9102           tools/multiwebsearch.conf     ** NEW FILE **
9103           tools/multiwebsearch.pl       ** NEW FILE **
9104                 add multiwebsearch Actions script
9105
9106 2003-03-13 [colin]      0.8.11claws9
9107
9108         * src/compose.c
9109                 Remove leading emtpy lines from quoted text
9110                 before quoting it
9111
9112 2003-03-13 [melvin]     0.8.11claws8
9113
9114         * src/prefs_actions.c
9115                 Fixed a memory leak
9116                 Code clean ups
9117                 Added Cancel and OK buttons
9118                 Corrected help text
9119
9120 2003-03-13 [christoph]  0.8.11claws7
9121
9122         * src/account.c
9123         * src/folder.[ch]
9124         * src/imap.c
9125         * src/mainwindow.c
9126         * src/mbox_folder.c
9127         * src/mh.c
9128         * src/news.c
9129         * src/setup.c
9130                 replace more folder type stuff with folder class stuff
9131
9132 2003-03-13 [melvin]     0.8.11claws6
9133
9134         * src/prefs_actions.c
9135                 Added new tokens:
9136                 %u: user provided argument
9137                 %h: user provided argument (hidden on input)
9138                 %s: current text selection in the message view 
9139
9140 2003-03-13 [paul]       0.8.11claws5
9141
9142         * sync with 0.8.11cvs5
9143                 see ChangeLog 2003-03-11, 2003-03-12
9144
9145 2003-03-12 [christoph]  0.8.11claws4
9146
9147         * src/folder.c
9148                 use folder class idstr when writing folderlist.xml
9149
9150         * src/folder.h
9151         * src/imap.c
9152         * src/news.c
9153                 replace folder type checks with folder class checks
9154
9155 2003-03-12 [christoph]  0.8.11claws3
9156
9157         * src/folder.[ch]
9158         * src/imap.[ch]
9159         * src/main.c
9160         * src/mbox_folder.[ch]
9161         * src/mh.[ch]
9162         * src/news.[ch]
9163                 o create a list of known folder classes in the folder system
9164                 o use folder class id strings for folder item identifiers
9165
9166 2003-03-12 [christoph]  0.8.11claws2
9167
9168         * src/imap.c
9169                 fix imap uid validity check
9170
9171 2003-03-12 [christoph]  0.8.11claws1
9172
9173         * src/account.c
9174         * src/folder.[ch]
9175         * src/foldersel.c
9176         * src/folderview.c
9177         * src/imap.c
9178         * src/mainwindow.c
9179         * src/mbox_folder.c
9180         * src/mh.c
9181         * src/news.c
9182         * src/prefs_scoring.c
9183         * src/procmsg.c
9184         * src/setup.c
9185         * src/summaryview.c
9186                 initial restructuring of folder system, seperating
9187                 folders and folder classes
9188
9189 2003-03-12 [paul]       0.8.11claws
9190
9191         0.8.11claws release
9192
9193 2003-03-12 [christoph]
9194
9195         * src/gtk/prefswindow.c
9196                 fix translation of "Page Index"
9197
9198 2003-03-12 [paul]       0.8.10claws110
9199
9200         a sync from 0.8.11cvs4 before the release
9201
9202         * src/common/utils.c
9203                 subject_compare_for_sort(): allow null strings (fixes
9204                 summary sorting).
9205
9206 2003-03-11 [paul]       0.8.10claws109
9207
9208         * po/es.po
9209                 update Spanish translation, submitted by
9210                 Ricardo Mones Lastra
9211
9212 2003-03-11 [melvin]     0.8.10claws108
9213
9214         * po/fr.po
9215                 Updated French translations
9216
9217 2003-03-11 [paul]       0.8.10claws107
9218
9219         * manual/en/Makefile.am
9220           manual/en/*.html
9221                 update English manual, add a new page
9222                 updated by Francois Barriere <fbarriere@atmel.fr>
9223                 
9224         * po/bg.po
9225           po/it.po
9226           po/sr.po
9227                 update Bulgarian, Italian, and Serbian translations
9228                 submitted by George Danchev, Alessandro Maestri, and
9229                 Urke MMI
9230
9231 2003-03-10 [paul]       0.8.10claws106
9232
9233         * src/gtk/about.c
9234           src/gtk/prefswindow.c
9235                 make some strings translatable
9236
9237 2003-03-10 [darko]      0.8.10claws105
9238
9239         * src/compose.c
9240                 code cleanup to make Hiro happy
9241
9242 2003-03-10 [paul]       0.8.10claws104
9243
9244         * sync with 0.8.11cvs2
9245                 see ChangeLog 2003-03-10
9246
9247 2003-03-09 [melvin]     0.8.10claws103
9248
9249         * src/textview.c
9250                 textview_set_font(): fix for message display in
9251                 UTF-8 locales (thanks to Sergey Vlasov).
9252                 (was unintentionnaly reverted in 0.8.6claws6)   
9253
9254 2003-03-08 [darko]      0.8.10claws102
9255
9256         * src/compose.c
9257                 fix infinite loop in wrapping as reported
9258                 by happycactus
9259                 obsoletes patch #696482
9260
9261 2003-03-08 [christoph]  0.8.10claws101
9262
9263         * src/imap.c
9264                 add workaround for IMAP servers that do not
9265                 support the "UID SEARCH UID" command
9266
9267 2003-03-07 [christoph]  0.8.10claws100
9268
9269         * src/plugins/spamassassin/spamassassin.[ch]
9270         * src/plugins/spamassassin/spamassassin_gtk.c
9271                 code cleanup
9272
9273 2003-03-07 [paul]       0.8.10claws99
9274
9275         * po/es.po
9276                 updated Spanish translation, submitted by
9277                 Ricardo Mones Lastra
9278
9279 2003-03-07 [christoph]  0.8.10claws98
9280
9281         * src/send.c
9282                 fix in 0.8.10claws94 was wrong
9283                 local delivery does not require escaping, remove escaping
9284                 code to make signatures of mails with "." lines valid
9285                 
9286                 NOTE: requires that sendmail is executed with "-i" option,
9287                       what is the default now, but has to be changed in all
9288                       exsiting accounts)
9289
9290 2003-03-07 [paul]       0.8.10claws97
9291
9292         * sync with 0.8.11 release
9293                 see ChangeLog 2003-03-07
9294
9295 2003-03-06 [paul]       0.8.10claws96
9296
9297         * src/compose.c
9298                 revert commit 0.8.10claws92
9299
9300 2003-03-06 [paul]       0.8.10claws95
9301
9302         * src/folderview.c
9303                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9304
9305         * src/gtkaspell.c
9306                 fix bug 74, 'Crash opening editor window with pseudo-color
9307                 display'
9308                 
9309         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9310
9311 2003-03-06 [christoph]  0.8.10claws94
9312
9313         * src/send.c
9314                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9315                 all lines starting with a period get an extra period
9316                 inserted
9317                 (found by Simon 'corecode' Schubert)
9318
9319 2003-03-06 [paul]       0.8.10claws93
9320
9321         * src/folderview.c
9322                 if configured font can't be loaded fall back to gtk
9323                 default. (with thanks to Christoph)
9324                 
9325                 closes long-standing bug 15 'Crashes on startup'
9326
9327 2003-03-06 [paul]       0.8.10claws92
9328
9329         * src/compose.c
9330                 freeze text before autosave and thaw afterwards
9331                 fixes bug 67 'autosave make re-rediting message crazy'
9332
9333 2003-03-06 [christoph]  0.8.10claws91
9334
9335         * src/compose.c
9336                 ignore address comment in dupe check for Cc-list
9337
9338         (closes reopened bug 47 Replying to message strips name part of
9339          e-mail addresses of Cc: lines)
9340
9341 2003-03-06 [paul]       0.8.10claws90
9342
9343         * src/Makefile.am
9344                 remove reference to gtkxtext.h as its no longer in
9345                 the repository
9346
9347 2003-03-06 [paul]       0.8.10claws89
9348
9349         * sync with 0.8.10cvs25
9350                 see ChangeLog 2003-03-06
9351
9352 2003-03-06 [oliver]     0.8.10claws88
9353         
9354         * src/messageview.c
9355                 remove include
9356
9357 2003-03-06 [oliver]     0.8.10claws87
9358         
9359         * src/folderview.c 
9360                 remove changes introduced inclaws74
9361         * src/messageview.c
9362                 another attempt to sanely delete and update
9363                 messages deleted in separate messageview
9364
9365 2003-03-05 [christoph]  0.8.10claws86
9366
9367         * src/summaryview.c
9368                 check if "From" matches any account's address if
9369                 addressbook completion of addresses is disabled too
9370
9371         (closes Bug 70 "Display recipient in from" doesn't check
9372          folder's default account)
9373
9374 2003-03-05 [christoph]  0.8.10claws85
9375
9376         * src/compose.c
9377         * src/common/utils.[ch]
9378                 don't strip address comments when building Cc lists
9379
9380         (closes Bug 47 Replying to message strips name part of e-mail addresses
9381          of Cc: lines)
9382
9383         * src/folder.c
9384                 fix return value of copy function
9385
9386 2003-03-05 [christoph]  0.8.10claws84
9387
9388         * src/imap.c
9389                 don't ask imap server for non rfc822 headers
9390
9391         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9392
9393         * src/imap.c
9394                 destroy session on socket error to allow reconnecting
9395
9396 2003-03-05 [christoph]  0.8.10claws83
9397
9398         * configure.ac
9399                 fix building with gnome when no prefix is set
9400
9401         (closes bug 66 Gnome directory is set to NONE)
9402
9403 2003-03-05 [paul]       0.8.10claws82
9404
9405         * sync with 0.8.10cvs23
9406                 see ChangeLog 2003-03-05
9407
9408 2003-03-04 [christoph]  0.8.10claws81
9409
9410         * src/folder.c
9411                 o fix moving and copying when folder returns 0 for new
9412                   message number
9413                 o remove some code for single message copy and move
9414                   operations and use functions for multiple messages
9415
9416         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9417
9418         * src/news.c
9419                 remove unused include
9420
9421 2003-03-04 [paul]       0.8.10claws80
9422
9423         * src/gtk/about.c
9424                 list 'Compiled plugins'
9425
9426 2003-03-03 [christoph]  0.8.10claws79
9427
9428         * src/news.[ch]
9429                 have to multiply the percentage of the current fetch with
9430                 the percentage that it has of the total fetch operation
9431                 for correct values
9432
9433 2003-03-03 [christoph]  0.8.10claws78
9434
9435         * src/news.c
9436                 fix calculation of expected lines for progress indicator
9437
9438 2003-03-03 [christoph]  0.8.10claws77
9439
9440         * src/summaryview.c
9441         * src/common/utils.c
9442                 fix segfault when opening the root news folder
9443
9444 2003-03-03 [christoph]  0.8.10claws76
9445
9446         * src/mainwindow.[ch]
9447         * src/common/Makefile.am
9448         * src/common/progressindicator.[ch]
9449                 add UI independent progress indicator handling
9450
9451         * src/news.[ch]
9452                 use new progress indicator for message info fetching
9453
9454         * src/common/hooks.h
9455                 code cleanup
9456
9457 2003-03-03 [oliver]     0.8.10claws75
9458
9459         * src/toolbar.c
9460         * src/compose.c
9461                 removed commented code
9462
9463 2003-03-03 [oliver]     0.8.10claws74
9464
9465         * src/toolbar.[ch]
9466                 cleanups and refactoring
9467         * src/compose.[ch]
9468                 compose_reply_mode reply & forwarding interface for
9469                 toolbar buttons
9470         * src/folderview.c
9471                 act on messages marked for deletion in folderview_selected
9472                 based on prefs_common.immediate_exec since a message might 
9473                 have been deleted by messageview in a folder we are changing 
9474                 to (does anybody understand what I'm on about ?)
9475
9476 2003-03-03 [oliver]     0.8.10claws73
9477         
9478         * src/messageview.[ch]
9479                 new functions
9480                 - messageview_delete: delete message shown in messagview
9481                 - messageview_update_view: update messageview to currently 
9482                   selected summaryview message
9483                 - add separate messageview to msgview_list in order to update 
9484                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9485         * src/summaryview.[ch]
9486                 summary_get_selection returns a list of selected msgs
9487                 in summaryview
9488         * src/mainwindow.c
9489                 toolbar reply refactoring
9490
9491 2003-03-03 [paul]       0.8.10claws72
9492
9493         * sync with 0.8.10cvs21
9494                 see ChangeLog 2003-03-03
9495
9496 2003-03-02 [christoph]  0.8.10claws71
9497
9498         * src/common/passcrypt.c
9499                 use POSIX includes
9500
9501 2003-03-02 [christoph]  0.8.10claws70
9502
9503         * configure.ac
9504         * src/prefs_account.c
9505         * src/prefs_gtk.[ch]
9506         * src/common/.cvsignore
9507         * src/common/Makefile.am
9508         * src/common/passcrypt.c                ** NEW **
9509         * src/common/passcrypt.h.in             ** NEW **
9510                 Implement password encryption in config files
9511                 using unix encrypt and setkey functions. The crypt
9512                 key can be set as a configure parameter. Old
9513                 passwords will be converted if they do not begin
9514                 with '!'
9515
9516 2003-03-02 [paul]       0.8.10claws69
9517
9518         * src/prefs_account.c
9519                 fix compile error
9520
9521 2003-03-01 [thorsten]   0.8.10claws68
9522
9523         * po/el.po
9524           po/hr.po
9525           po/it.po
9526           po/nl.po
9527           po/sr.po
9528           po/sv.po
9529                 corrected format strings
9530         * po/en_GB.po
9531                 corrected headers
9532                 (fix compile errors with GNU gettext-0.11.5)
9533
9534 2003-03-01 [oliver]     0.8.10claws67
9535
9536         * src/summaryview.c
9537                 menu callbacks call toolbar_menu_reply
9538
9539 2003-03-01 [oliver]     0.8.10claws66
9540
9541         * src/mainwindow.c
9542         * src/messageview.c
9543                 menu callbacks call toolbar_menu_reply
9544         * src/toolbar.[ch]
9545                 callbacks from menu handled by toolbar_menu_reply
9546
9547 2003-03-01 [paul]       0.8.10claws65
9548
9549         * src/addressbook.c
9550                 revert commit 0.8.10claws54 - breaks editing of
9551                 addressbook.
9552                 
9553         * po/bg.po
9554                 update Bulgarian translation, submitted by
9555                 George Danchev
9556
9557 2003-02-28 [christoph]  0.8.10claws64
9558
9559         * src/account.c
9560         * src/addressadd.c
9561         * src/compose.c
9562         * src/gtkaspell.c
9563         * src/gtkxtext.h                ** REMOVE **
9564         * src/imap.c
9565         * src/matcher.[ch]
9566         * src/mh.c
9567         * src/news.c
9568         * src/pine.c
9569         * src/prefs_common.c
9570         * src/prefs_matcher.c
9571         * src/procheader.[ch]
9572         * src/procmsg.[ch]
9573         * src/toolbar.c
9574         * src/common/ssl_certificate.c
9575         * src/gtk/colorlabel.c
9576         * src/gtk/menu.c
9577                 o fix warnings
9578                 o remove code obsoleted by new cache and folder system rework
9579
9580 2003-02-28 [oliver]     0.8.10claws63
9581         
9582         * src/toolbar.[ch]
9583                 * fix bug where reply in Messageview replied to 
9584                 Message displayed in summaryview
9585                 (reportedd via ML by chinatinte at gmx dot ch)
9586                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9587                 didn't work in separate MessageView Toolbar
9588                 (wondering if anybody uses this at all ?)
9589         * src/summaryview.[ch]
9590                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9591                 (generalize reply and forward code);
9592         * src/messageview.c 
9593                 remove focus_in event which updated summaryview to messageview
9594
9595 2003-02-28 [paul]       0.8.10claws62
9596
9597         * po/Makefile.in.in
9598                 add the --check option
9599                 Patch submitted by Ricardo Mones Lastra
9600
9601 2003-02-28 [paul]       0.8.10claws61
9602
9603         * src/prefs_account.c
9604                 re-order 'Signature' items
9605
9606 2003-02-28 [paul]       0.8.10claws60
9607
9608         * sync with 0.8.10cvs20
9609                 see ChangeLog 2003-02-28
9610
9611 2003-02-28 [paul]       0.8.10claws59
9612
9613         * po/POTFILES.in
9614                 update to reflect recent movement of files
9615
9616 2003-02-28 [paul]       0.8.10claws58
9617
9618         * sync with 0.8.10cvs19
9619                 see ChangeLog 2003-02-28
9620
9621 2003-02-27 [martin]     0.8.10claws57
9622
9623         * src/prefs_matcher.c 
9624                 fix segfault in prefs_matcher_ok() when the
9625                 last entry is deleted and prevents that the
9626                 message "entry not saved" comes up after deleting
9627                 an entry
9628
9629 2003-02-27 [martin]     0.8.10claws56
9630
9631         * src/prefs_filtering.c 
9632                 fix segfault in prefs_filtering_ok() when the
9633                 last entry is deleted and prevents that the
9634                 message "entry not saved" comes up after deleting
9635                 an entry
9636
9637 2003-02-27 [paul]       0.8.10claws55
9638
9639         * sync with 0.8.10cvs18
9640                 see ChangeLog 2003-02-27
9641
9642 2003-02-27 [paul]       0.8.10claws54
9643
9644         * src/addressbook.c
9645                 fix bug where the address book crashes with 
9646                 multiple lookups.
9647                 Patch [687729] submitted by David Frager 
9648                 <dbfrager@users.sourceforge.net>
9649
9650 2003-02-25 [christoph]  0.8.10claws53
9651
9652         * src/Makefile.am
9653         * src/colorlabel.[ch]           ** REMOVE **
9654         * src/gtk/Makefile.am
9655         * src/gtk/colorlabel.[ch]       ** NEW **
9656                 move colorlabel files to gtk directory
9657
9658         * src/esmtp.[ch]                ** REMOVE **
9659                 has been merged into smtp.[ch] in 0.7.5
9660
9661 2003-02-25 [christoph]  0.8.10claws52
9662
9663         * src/Makefile.am
9664         * src/about.[ch]                ** REMOVE **
9665         * src/gtk/Makefile.am
9666         * src/gtk/about.[ch]            ** NEW **
9667                 move about files to gtk directory
9668
9669 2003-02-25 [christoph]  0.8.10claws51
9670
9671         * src/folder.c
9672                 some code optimization of folder scanning code
9673
9674         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9675
9676 2003-02-25 [christoph]  0.8.10claws50
9677
9678         * src/main.c
9679         * src/common/sylpheed.c
9680                 add command line parameter parsing to common code
9681
9682 2003-02-24 [christoph]
9683
9684         * Makefile.am
9685         * configure.ac
9686                 fix gnome prefix problems, the configure script now removed
9687                 `gnome-config --prefix` from `gnome-config --datadir`
9688                 and adds $(prefix} instead
9689
9690         (closes Bug 24 Makefile does not respect prefix when installing
9691          GNOME data)
9692
9693 2003-02-24 [christoph]  0.8.10claws49
9694
9695         * src/news.c
9696                 check for valid session before trying to authenticate
9697
9698         (closes Bug 60 crash if "authenticate on logon" is activated
9699          and newsserver-hostname is not valid)
9700
9701 2003-02-24 [melvin]     0.8.10claws48
9702
9703         * src/prefs_actions.c
9704                 Make sure all user's input is sent to the action and then
9705                 close the socket..
9706
9707 2003-02-23 [alfons]     0.8.10claws46
9708
9709         * src/summaryview.c
9710                 also wait cursor when deleting files
9711
9712 2003-02-23 [paul]
9713
9714         * tools/freshmeat_search.pl
9715           tools/google_search.pl
9716                 scripts should now work for any browser/browser command line
9717
9718 2003-02-22 [christoph]  0.8.10claws45
9719
9720         * src/procmsg.c
9721                 fix IMAP flag setting, IMAP flag is not handled correctly
9722                 anymore by the folder system and information about the
9723                 folder should not be saved in the MsgInfo (in my opinion)
9724
9725         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9726
9727 2003-02-22 [christoph]  0.8.10claws44
9728
9729         * src/summaryview.c
9730                 fix spelling of "label" ;-)
9731
9732 2003-02-22 [thorsten]   0.8.10claws43
9733
9734         * src/mimeview.c
9735           src/prefs_common.[ch]
9736           src/procmime.[ch]
9737                 do not use description as attachment name
9738
9739 2003-02-22 [alfons]     0.8.10claws42
9740
9741         * src/summaryview.c
9742                 freeze/thaw folder item updates when changing color labels,
9743                 and put a wait cursors on
9744
9745 2003-02-22 [thorsten]   0.8.10claws41
9746
9747         * src/mimeview.c
9748                 save-all fixes: crash if invoked on multipart container,
9749                 mimeinfo access, pathseparators, error dialog
9750
9751 2003-02-21 [alfons]     0.8.10claws40
9752
9753         * src/prefs_gtk.c
9754                 remove unused var
9755
9756 2003-02-21 [colin]      0.8.10claws39
9757
9758         * src/send.c
9759                 Fix smtp logging
9760
9761 2003-02-21 [colin]      0.8.10claws38
9762
9763         * src/summaryview.c
9764                 Freeze/thaw folderItem updates when filtering messages 
9765                 via Tools/Filter messages
9766
9767 2003-02-21 [paul]       0.8.10claws37
9768
9769         * src/compose.c
9770                 revert commit 0.8.10claws26, there are ulterior motives
9771                 for users to set a Reply-To header when posting to
9772                 newsgroups
9773
9774 2003-02-21 [paul]       0.8.10claws36
9775
9776         * sync with 0.8.10cvs17
9777                 see ChangeLog 2003-02-21
9778
9779 2003-02-20 [christoph]  0.8.10claws35
9780
9781         * src/imap.c
9782                 IMAP UID fetch speedup using SEARCH
9783
9784         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9785
9786         * src/imap.c
9787                 fix problem with UIDs in IMAP UID cache that no longer existed
9788
9789 2003-02-20 [christoph]  0.8.10claws34
9790
9791         * src/imap.c
9792         * src/procheader.c
9793         * src/procheader.h
9794                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9795
9796         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9797
9798         * src/imap.c
9799                 Rewrite imap_cmd_gen_recv use sock_getline instead
9800                 of sock_gets to avoid problems with too long reply
9801                 lines
9802     
9803 2003-02-20 [colin]      0.8.10claws33
9804         
9805         * src/prefs_account.c
9806                 Better wording
9807
9808 2003-02-20 [colin]      0.8.10claws32
9809
9810         * src/compose.c
9811                 Remove useless '&& !to_sender' 
9812
9813 2003-02-20 [darko]
9814
9815         * AUTHORS
9816                 change my e-mail address
9817
9818 2003-02-19 [colin]      0.8.10claws31
9819
9820         * src/prefs_common.c
9821                 X11 style colors for every configurable color
9822
9823 2003-02-19 [alfons]     0.8.10claws30
9824
9825         * src/prefs_gtk.[ch]
9826         * src/prefs_common.c
9827                 for color_new accept both plain integers and X11 style color
9828                 names (as found in /usr/lib/X11/rgb.txt)
9829
9830 2003-02-19 [paul]       0.8.10claws29
9831
9832         * src/mainwindow.c
9833                 add tooltips to online/offline button and account selector
9834                 button
9835
9836 2003-02-19 [paul]       0.8.10claws28
9837
9838         * src/folder.c
9839           src/news.c
9840           src/prefs_account.[ch]
9841           src/prefs_common.[ch]
9842                 move 'Maximum number of articles to download' to
9843                 account prefs.
9844                 clean up account prefs gui a little by hiding entries
9845                 rather then greying out entries
9846
9847 2003-02-19 [hiro]       0.8.10claws27
9848
9849         * src/common/utils.c
9850                 fix bug #54 'yesterdays date is displayed in the message 
9851                 summary window'
9852
9853 2003-02-19 [paul]       0.8.10claws26
9854
9855         * src/compose.c
9856                 fix bug reported in Feature Request [688596] 
9857                 'Reply-to header in news'
9858
9859 2003-02-18 [paul]       0.8.10claws25
9860
9861         * src/select-keys.c
9862                 add a 'List all keys' button to key selection dialog
9863
9864 2003-02-18 [colin]      0.8.10claws24
9865         
9866         * src/stock_pixmap.c
9867                 fix compile error
9868
9869 2003-02-18 [colin]      0.8.10claws23
9870
9871         * src/common/smtp.[ch]
9872           src/prefs_account.c
9873                 Try to starttls if it seems to be the only
9874                 way to authenticate a user
9875
9876 2003-02-18 [paul]       0.8.10claws22
9877
9878         * src/Makefile.am
9879           src/folderview.c
9880           src/stock_pixmap.[ch]
9881           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9882           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9883                 as a Drafts folder is a special folder allow it to have
9884                 its own unique icons
9885
9886 2003-02-18 [colin]      0.8.10claws21
9887
9888         * src/imap.c
9889                 Fix port selection when using starttls
9890
9891 2003-02-18 [paul]       0.8.10claws20
9892
9893         * src/mainwindow.c
9894           src/prefs_common.[ch]
9895                 make blue the default new mail colour
9896
9897 2003-02-18 [paul]       0.8.10claws19
9898
9899         * sync with 0.8.10cvs14
9900                 see ChangeLog 2003-02-18
9901
9902 2003-02-17 [jens]       0.8.10claws18
9903
9904         * src/common/md5.c
9905                 fixed a compile problem with gcc 3.3
9906                 works on 2.95.3 too (testet on PPC as it is big endian)
9907
9908 2003-02-17 [paul]       0.8.10claws17
9909
9910         * sync with 0.8.10cvs13
9911                 see ChangeLog 2003-02-17
9912
9913 2003-02-17 [paul]       0.8.10claws16
9914
9915         * sync with 0.8.10cvs12
9916                 see ChangeLog 2003-02-17
9917
9918 2003-02-16 [match]      0.8.10claws15
9919
9920         * src/addressbook.c
9921                 Eliminates reloading of address data when items
9922                 deleted or added. Applied submitted by
9923                 Luke Plant <lukeplant@softhome.net>
9924
9925 2003-02-16 [paul]       0.8.10claws14
9926
9927         * src/news.c
9928                 when a 'protocol error' is encountered disconnect from
9929                 the server. This means that the user can carry on viewing
9930                 other articles and doesn't have to either wait until the
9931                 server timesout or quit sylpheed.
9932                 Fixes bug #53 'Unable to read messages in newsgroups, 
9933                 displayed message doesn't change'
9934
9935 2003-02-15 [christoph]  0.8.10claws13
9936
9937         * src/imap.c
9938                 fix bug that stopped scanning of folders when an
9939                 IMAP folder was empty
9940
9941         (closes bug 46 stop scan messages in folders after empty folder)
9942
9943 2003-02-15 [paul]
9944
9945         * tools/Makefile.am
9946           tools/README
9947           tools/freshmeat_search.pl     ** NEW FILE **
9948           tools/google_search.pl        ** NEW FILE **
9949                 Add 2 Actions scripts which search freshmeat/google
9950                 for the selected text using the browser configured
9951                 in sylpheedrc.
9952                 
9953         Note: These scripts are very dependent on the format of the
9954         browser command and may not work on every occasion. Testing
9955         is welcome. 
9956
9957 2003-02-14 [alfons]     0.8.10claws12
9958
9959         * src/compose.c
9960                 fix breakage because of uninitialized account pointer.
9961                 please verify.
9962
9963 2003-02-14 [paul]       0.8.10claws11
9964
9965         * src/compose.c
9966           src/prefs_account.[ch]
9967           src/prefs_common.[ch]
9968                 move signature settings to Account Prefs
9969
9970 2003-02-14 [paul]       0.8.10claws10
9971
9972         * sync with 0.8.10cvs11
9973                 see ChangeLog 2003-02-14
9974
9975 2003-02-13 [thorsten]   0.8.10claws9
9976
9977         * src/news.c
9978                 revert news progressbar (GUI separation)
9979
9980 2003-02-13 [paul]       0.8.10claws8
9981
9982         * src/compose.c
9983                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9984                 paragraph 1
9985
9986 2003-02-13 [paul]       0.8.10claws7
9987
9988         * src/compose.[ch]
9989           src/summaryview.c
9990                 fix 'Follow-up and Reply-to' so that it creates a reply to
9991                 the newsgroup and the sender. If the message has the keyword
9992                 'poster' in the Followup-To header, all replies go to the
9993                 sender, re: RFC 1036, Section 2.2.3
9994                 rename all instances of 'ignore_replyto' to 'to_sender', both
9995                 were previously used, now we use just one.
9996
9997 2003-02-13 [paul]       0.8.10claws6
9998
9999         * sync with 0.8.10cvs9
10000                 see ChangeLog 2003-02-13
10001
10002 2003-02-13 [paul]       0.8.10claws5
10003
10004         * configure.ac
10005                 show which plugins are configured in the configure
10006                 output.
10007
10008 2003-02-12 [thorsten]   0.8.10claws4
10009
10010         * src/news.c
10011                 show progress while fetching news headers
10012
10013 2003-02-12 [christoph]  0.8.10claws3
10014
10015         * configure.ac
10016         * src/plugins/Makefile.am
10017                 use AM_CONDITIONAL to enable plugins, automake correctly
10018                 manages this when creating distdir
10019
10020 2003-02-12 [christoph]  0.8.10claws2
10021
10022         * ac/spamassassin.m4
10023         * src/plugins/spamassassin/Makefile.am
10024                 fix building SpamAssassin plugin without OpenSSL
10025
10026 2003-02-12 [paul]       0.8.10claws1
10027
10028         * ac/Makefile.am
10029           src/Makefile.am
10030           src/plugins/Makefile.am
10031                 fix failure of 'make release'
10032
10033 2003-02-12 [paul]       0.8.10claws
10034
10035         * 0.8.10claws released
10036
10037 2003-02-12 [paul]       0.8.9claws56
10038
10039         * po/bg.po
10040           po/es.po
10041           po/it.po
10042           po/ru.po
10043           po/sr.po
10044                 updated translations by George Danchev, Ricardo Mones Lastra,
10045                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
10046                 
10047         * sylpheed.spec.in
10048                 Allow the building of RPMs by a regular user. Submitted
10049                 by Sergei Astanin
10050
10051 2003-02-11 [alfons]     0.8.9claws55
10052
10053         * src/colorlabel.c
10054                 don't use pixmaps for label color rect but draw rectangles
10055                 so we can respect the color map of palette based visuals
10056                 (fixes the long time crashes on Suns - thanks to Andreas
10057                 Engel and Steve O'Hara-Smith for testing)
10058
10059 2003-02-11 [christoph]  0.8.9claws54
10060
10061         * src/matcher_parser_parse.y
10062                 correct bug where filering rules of not existing folders in
10063                 matcherrc were added to global filtering
10064                 
10065         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10066          main filter-rules after removing directory, http://bugs.debian.org/180253)
10067         
10068 2003-02-11 [paul]       0.8.9claws53
10069
10070         * sync with 0.8.10cvs7
10071                 see ChangeLog 2003-02-09
10072
10073 2003-02-11 [melvin]     0.8.9claws52
10074
10075         * po/fr.po
10076                 Updated French tranlsations
10077
10078 2003-02-10 [paul]       0.8.9claws51
10079
10080         * sylpheed.spec.in
10081                 correct --enable-openssl
10082                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10083
10084 2003-02-09 [martin]     0.8.9claws50
10085
10086         * src/prefs_matcher.c
10087                 fix segfault in prefs_matcher_substitute_cb() when
10088                 no row is selected
10089
10090 2003-02-09 [paul]       0.8.9claws49
10091
10092         * src/folderview.c
10093                 fix bug where a newsgroup folder's processing rules were
10094                 merged with the global filtering rules when the newsgroup
10095                 folder was deleted, causing some seriously bad results,
10096                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10097
10098 2003-02-08 [melvin]     0.8.9claws48
10099
10100         * src/compose.c
10101                 Corrected and modified an alert message.
10102
10103 2003-02-07 [paul]       0.8.9claws47
10104
10105         * src/folderview.c
10106                 fix bug where both an 'Account properties' window and a
10107                 'Folder properties' window were opened when clicking on
10108                 'Properties' in an NNTP or IMAP folder's popup menu.
10109
10110 2003-02-07 [paul]       0.8.9claws46
10111
10112         * sync with 0.8.10cvs6
10113                 see ChangeLog 2003-02-06
10114
10115 2003-02-06 [christoph]  0.8.9claws45
10116
10117         * src/mbox.c
10118                 freeze folder updates while importing mbox files
10119                 (closes bug 43 importing mbox took hours)
10120                 
10121         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10122
10123 2003-02-06 [thorsten]   0.8.9claws44
10124
10125         * po/de.po
10126                 Updated german translations
10127
10128 2003-02-06 [thorsten]   0.8.9claws43
10129
10130         * src/news.h
10131                 use guint for message numbers (fix count in grouplist dialog)
10132
10133 2003-02-05 [paul]       0.8.9claws42
10134
10135         * sync with 0.8.10cvs2
10136                 see ChangeLog 2003-02-05
10137
10138 2003-02-04 [colin]      0.8.9claws41
10139
10140         * src/prefs_common.[ch]
10141           src/procmsg.c
10142           src/summaryview.c
10143                 Add an option to disable threading by subject
10144
10145 2003-02-04 [christoph]  0.8.9claws40
10146
10147         * src/inc.c
10148                 only abort fetching mails from multiple accounts when the
10149                 error is fatal and does not allow to check any more accounts
10150                 (currently only disk full error)
10151
10152         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10153          receive mails for other accouts)
10154
10155 2003-02-04 [christoph]  0.8.9claws39
10156
10157         * src/folder.c
10158                 first add the new message to the cache, then
10159                 send the update notification
10160
10161         (closes bug 39 after sending message folderview doesnt get updated)
10162
10163 2003-02-04 [colin]      0.8.9claws38
10164
10165         * src/inc.c
10166                 _really_ fix this Connecting... status
10167
10168 2003-02-04 [paul]       0.8.9claws37
10169
10170         * sync with 0.8.10
10171                 see ChangeLog 2003-02-04
10172
10173 2003-02-04 [paul]       0.8.9claws36
10174
10175         * sync with 0.8.9cvs6
10176                 see ChangeLog 2003-02-03
10177
10178 2003-02-04 [paul]       0.8.9claws35
10179
10180         * po/pt_BR.po
10181                 updated by André Filipe de Assunção e Brito 
10182                 <bedecko@netsite.com.br>
10183
10184 2003-02-03 [thorsten]   0.8.9claws34
10185
10186         * po/de.po
10187                 Updated german translations
10188
10189 2003-02-02 [paul]       0.8.9claws33
10190
10191         * po/es.po
10192                 updated by Ricardo Mones Lastra
10193
10194 2003-02-02 [thorsten]   0.8.9claws32
10195
10196         * src/mh.c
10197                 Fix mh_get_msginfo() segfault if file is inaccessible
10198
10199 2003-01-31 [colin]      0.8.9claws31
10200
10201         * src/procheader.c
10202                 Fix last commit's bug
10203
10204 2003-01-31 [colin]      0.8.9claws30
10205
10206         * src/procheader.c
10207                 Missing a change for gpg-signed messages
10208
10209 2003-01-31 [paul]       0.8.9claws29
10210
10211         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10212           src/procheader.c
10213           src/stock_pixmap.[ch]
10214           src/summaryview.c
10215                 indicate GnuPG signed messages by displaying an icon
10216                 in the Attachment column.
10217
10218 2003-01-31 [paul]       0.8.9claws28
10219
10220         * sync with 0.8.9cvs4
10221                 see ChangeLog 2003-01-31
10222
10223 2003-01-31 [alfons]     0.8.9claws27
10224
10225         * src/textview.c
10226                 tune URI parser to accept mailto URLs with a '?'
10227                 (patch from Ruslan Balkin)
10228
10229 2003-01-31 [colin]      0.8.9claws26
10230
10231         * src/summaryview.c
10232                 Fix a leak introduced in claws24
10233
10234 2003-01-31 [colin]      0.8.9claws25
10235
10236         * src/summaryview.c
10237                 Freeze/Thaw folder updates when deleting dups
10238
10239 2003-01-31 [colin]      0.8.9claws24
10240         
10241         * src/addr_compl.c
10242           src/summaryview.c
10243           src/msgcache.c
10244                 little speed improvements
10245
10246 2003-01-31 [colin]      0.8.9claws23
10247
10248         * src/summaryview.c
10249                 Fix segfault when forwarding nothing
10250                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10251                 
10252 2003-01-30 [paul]       0.8.9claws22
10253
10254         * sync with 0.8.9cvs3
10255                 see ChangeLog 2003-01-30
10256
10257 2003-01-30 [paul]       0.8.9claws21
10258
10259         * sync with 0.8.9cvs2
10260                 see ChangeLog 2003-01-30
10261
10262 2003-01-29 [paul]       0.8.9claws20
10263
10264         * sync with 0.8.9cvs1
10265                 see ChangeLog 2003-01-29
10266
10267 2003-01-28 [paul]       0.8.9claws19
10268
10269         * po/POTFILES.in
10270                 update to reflect changes. 
10271                 thanks to Ricardo Mones Lastra
10272
10273 2003-01-27 [christoph]  0.8.9claws18
10274
10275         * ac/openssl.m4
10276         * ac/spamassassin.m4
10277         * src/plugins/spamassassin/README
10278         * src/plugins/spamassassin/libspamc.[ch]
10279         * src/plugins/spamassassin/utils.[ch]
10280                 updated to latest libspamc
10281
10282 2003-01-27 [christoph]  0.8.9claws17
10283
10284         * src/folder.c
10285                 fix wrong use of procheader_get_header_fields
10286
10287 2003-01-27 [christoph]  0.8.9claws16
10288
10289         * src/news.c
10290         * src/prefs_account.[ch]
10291         * src/common/nntp.[ch]
10292                 allow to force authentication for NNTP servers
10293
10294         Patch submitted by Florian Mickler <dmk@d-labs.de>
10295
10296 2003-01-26 [paul]       0.8.9claws15
10297
10298         * src/summaryview.c
10299                 speed up of marking messages as read
10300                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10301
10302 2003-01-26 [christoph]  0.8.9claws14
10303
10304         * src/Makefile.am
10305         * src/mgutils.[ch]              ** REMOVE **
10306         * src/xml.[ch]                  ** REMOVE **
10307         * src/xmlprops.[ch]             ** REMOVE **
10308         * src/common/Makefile.am
10309         * src/common/mgutils.[ch]       ** NEW **
10310         * src/common/xml.[ch]           ** NEW **
10311         * src/common/xmlprops.[ch]      ** NEW **
10312                 move xml files to common directory
10313
10314 2003-01-26 [christoph]  0.8.9claws13
10315
10316         * src/plugins/spamassassin/spamassassin_gtk.c
10317                 only set gtk entry text if string is available
10318
10319 2003-01-26 [melvin]     0.8.9claws12
10320
10321         * src/description_window.c
10322                 Allow resizing of the window
10323                 Allow automatic horizontal scroll bar
10324                 Do not vertically expand and fill
10325
10326 2003-01-26 [christoph]  0.8.9claws11
10327
10328         * src/Makefile.am
10329         * src/gtkutils.[ch]             ** REMOVE **
10330         * src/common/sylpheed.c
10331         * src/gtk/Makefile.am
10332         * src/gtk/description_window.c
10333         * src/gtk/gtkutils.[ch]         ** NEW **
10334         * src/gtk/prefswindow.c
10335                 move gtkutils to gtk directory
10336
10337 2003-01-26 [paul]       0.8.9claws10
10338
10339         * src/summaryview.c
10340                 rename summary_unread_clicked() to summary_status_clicked()
10341
10342 2003-01-26 [melvin]     0.8.9claws9
10343
10344         * src/prefs_actions.c
10345                 Cosmetical changes to the help text
10346
10347 2003-01-26 [paul]       0.8.9claws8
10348
10349         * src/folder.[ch]
10350           src/mainwindow.c
10351           src/prefs_common.c
10352           src/prefs_sumamry_column.c
10353           summaryview.[ch]
10354                 rename the 'Unread' column to 'Status'
10355
10356 2003-01-25 [match]      0.8.9claws7
10357
10358         * src/mgutils.[ch]
10359                 removed reference to LDAP constants. removed error2string.
10360                 included functions to support LDAP dynamic queries.
10361         * src/syldap.h
10362                 moved LDAP constants here.
10363         * src/addressbook.c
10364         * src/addrindex.c
10365         * src/importldif.c
10366                 removed references to LDAP constants and references to
10367                 error2string.
10368
10369 2003-01-25 [paul]       0.8.9claws6
10370
10371         * src/summaryview.c
10372                 summary_thread_build(), summary_thread_init(): remove 
10373                 unneeded reference to summaryview->folder_item
10374
10375 2003-01-25 [christoph]  0.8.9claws5
10376
10377         * src/gtk/description_window.c
10378                 o allow description texts to expand over multiple columns
10379                 o translate all columns
10380         * src/prefs_actions.c
10381                 change syntax description to use new multi column feature
10382
10383         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10384
10385 2003-01-25 [match]      0.8.9claws4
10386
10387         * src/vcard.c
10388                 fixed bug with Quoted-Printable
10389
10390 2003-01-25 [paul]       0.8.9claws3
10391
10392         * src/folder.[ch]
10393           src/summaryview.[ch]
10394                 implement per-folder collapsed/expanded threads setting
10395                 
10396         * src/prefs_common.c
10397                 remove global collapsed/expanded threads option
10398
10399 2003-01-25 [christoph]  0.8.9claws2
10400
10401         * po/POTFILES.in
10402                 add pluginwindow and prefswindow
10403         * src/compose.c
10404                 make send respond correctly to messages that could be added
10405                 to the queue folder, but the UID of the message is unknown
10406         * src/folder.c
10407         * src/imap.c
10408                 don't return guessed UIDs in imap_add_msg anymore. We return
10409                 0 to tell the folder system it was appened but the UID is
10410                 unknown. Folder system now get's the UID by scaning the folder
10411                 and searching the cache for the Message-ID
10412                 (closes bug #29 Messages queued, but not sent)
10413
10414 2003-01-25 [paul]       0.8.9claws1
10415
10416         * src/codeconv.c
10417                 conv_encode_header():  fix bug when long headers with 8-bit
10418                 characters are used, so that the encoded words are wrapped.
10419                 If the space in the original text falls on the wrap boundary,
10420                 it can be lost.
10421                 Patch by Sergey Vlasov.
10422                 
10423         * src/folderview.c
10424                  fix bug where a change to the sorting method or thread view
10425                  of a folder's messages is lost if simpify-subject is set and
10426                  toggled on or off.
10427                  Patch by Luke Plant.
10428
10429 2003-01-24 [paul]       0.8.9claws
10430
10431         * sylpheed-0.8.9claws released
10432         
10433         * Makefile.am
10434           sylpheed.spec.in
10435                 remove reference to 'INSTALL.jp'
10436
10437 2003-01-23 [paul]       0.8.8claws128
10438
10439         * po/es.po
10440           po/it.po
10441           po/ru.po
10442           po/sr.po
10443                 updated translations. submitted by Ricardo Mones Lastra,
10444                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10445
10446 2003-01-23 [colin]      0.8.8claws127
10447
10448         * src/compose.c
10449                 Fix drafted and queued news articles re-edition
10450
10451 2003-01-23 [melvin]     0.8.8claws126
10452
10453         * po/fr.po
10454                 Updated French translations
10455
10456 2003-01-23 [colin]      0.8.8claws125
10457
10458         * src/inc.c
10459                 Fix "Connecting to..." status message
10460
10461 2003-01-22 [paul]       0.8.8claws124
10462
10463         * po/bg.po
10464                 updated by George Danchev
10465                 
10466         * src/folder.c
10467                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10468                 and folder deletion
10469
10470 2003-01-21 [paul]       0.8.8claws123
10471
10472         * po/bg.po
10473                 updated by George Danchev
10474                 
10475         * src/about.c
10476                 its now 2003
10477                 
10478         * src/toolbar.c
10479                 don't translate 'Separator'
10480                 
10481         * src/plugins/spamassassin/Makefile.am
10482                 add aspell to CPPFLAGS
10483                 
10484         * src/plugins/spamassassin/spamassassin.c
10485           src/plugins/spamassassin/spamassassin_gtk.c
10486                 set correct default for spamassassin_receive_spam
10487                 slightly re-word descriptions and some
10488                 other minor changes
10489
10490 2003-01-19 [alfons]     0.8.8claws122
10491                 
10492         * src/mimeview.c
10493                 mimeview_save_as(): we might as well show the file name for
10494                 the single case "Save As" too
10495
10496 2003-01-19 [alfons]     0.8.8claws121
10497
10498         * src/crash.c
10499                 change bug tracker URL to bugzilla URL
10500
10501 2003-01-19 [alfons]     0.8.8claws120
10502
10503         * src/mimeview.c
10504                 mimeview_save_all(): display name of file before overwriting;
10505                 continue saving all, even when one overwrite was cancelled
10506
10507 2003-01-19 [christoph]  0.8.8claws119
10508
10509         * src/summaryview.c
10510         * src/procmsg.[ch]
10511                 fix wrong usage of procmsg_find_children in summaryview
10512                 by using procmsg_update_unread_children instead of
10513                 summaryview_update_unread_children
10514
10515 2003-01-19 [christoph]  0.8.8claws118
10516
10517         * src/procmsg.c
10518                 fix infinite loop in procmsg_find_children
10519                  (closes bug #25 sylpheed crashes on delete.)
10520
10521         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10522
10523 2003-01-19 [paul]       0.8.8claws117
10524
10525         * po/pt_BR.po
10526                 updated by Ivan Francolin Martinez
10527
10528 2003-01-18 [melvin]     0.8.8claws116
10529
10530         * src/prefs_actions.c
10531                 Removed syntax limitation of only one '&' at the end of command.
10532                         Now actions that contain '>/dev/null 2>&1' are possible.
10533
10534 2003-01-18 [melvin]     0.8.8claws115
10535
10536         * src/prefs_actions.c
10537                 Actions IO dialog: when the action ends
10538                 the "Close" button now has focus and [Escape] closes the
10539                 window.
10540
10541 2003-01-18 [christoph]  0.8.8claws114
10542
10543         * src/procmsg.c
10544                 o add debug output when MsgInfos are really freed
10545                 o free GSLists in procmsg_find_children and
10546                   procmsg_update_unread_children
10547
10548 2003-01-18 [christoph]  0.8.8claws113
10549
10550         * src/mainwindow.c
10551                 reorder Configuration menu
10552
10553 2003-01-18 [christoph]  0.8.8claws112
10554
10555         * src/compose.c
10556                 fix applying templates to forwarded messages
10557
10558         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10559
10560 2003-01-17 [christoph]  0.8.8claws111
10561
10562         * src/folder.c
10563                 destroy folder items, when a folder item is removed
10564
10565 2003-01-17 [christoph]  0.8.8claws110
10566
10567         * src/folder.c
10568                 fix wrong folder stats update when ignored message is
10569                 deleted
10570
10571 2003-01-17 [colin]      0.8.8claws109
10572         
10573         * src/mainwindow.c
10574         * src/summaryview.c
10575                 Quicksearch bugfixes: 
10576                 - hide help button at startup if not extended
10577                 - switch to extended when looking for replies
10578
10579 2003-01-17 [paul]
10580
10581         * sync with 0.8.9 release
10582
10583 2003-01-17 [paul]       0.8.8claws108
10584
10585         * sync with 0.8.8cvs11
10586                 see ChangeLog 2003-01-17
10587
10588 2003-01-16 [colin]      0.8.8claws107
10589
10590         * src/procmsg.c
10591                 Changed encryption test to re-ask passphrase
10592                 if an encrypted message hasn't been decrypted
10593                 Fixes bug #5
10594
10595 2003-01-16 [christoph]  0.8.8claws106
10596
10597         * src/prefs_gtk.c
10598         * src/prefs_toolbar.c
10599         * src/gtk/prefswindow.h
10600         * src/plugins/spamassassin/spamassassin_gtk.c
10601                 remove page destroy function that is not used anymore
10602
10603 2003-01-16 [paul]       0.8.8claws105
10604
10605         * sync with 0.8.8cvs9
10606                 see ChangeLog 2002-01-16
10607
10608 2003-01-16 [colin]      0.8.8claws104
10609
10610         * src/compose.[ch]
10611                 Fix bug with autosaved drafts for IMAP, when draft
10612                 folder is specified - fixes bugzilla bug #20
10613
10614 2003-01-15 [paul]       0.8.8claws103
10615
10616         * src/compose.[ch]
10617           src/procmsg.c
10618                 store folder and message-id of message forwarding
10619                 in queue header and set forward flag after sending
10620
10621 2003-01-15 [paul]       0.8.8claws102
10622
10623         * sync with 0.8.8cvs8
10624                 see ChangeLog 2002-01-15
10625
10626 2003-01-15 [colin]      0.8.8claws101
10627
10628         * src/Makefile.am
10629                 Fix linking with GNU libiconv
10630
10631 2003-01-15 [darko]      0.8.8claws100
10632
10633         * src/pine.c
10634                 fix crash when importing pine address book
10635                 entry with an empty name (reported by DY
10636                 <dybulk at tri8.net>)
10637
10638 2003-01-14 [paul]       0.8.8claws99
10639
10640         * configure.in  ** REMOVED **
10641           configure.ac  ** NEW FILE **
10642                 rename configure.in to configure.ac, as it is now
10643                 preferred
10644
10645 2003-01-14 [melvin]     0.8.8claws98
10646
10647         * src/folderview.c
10648                 folderview_check_new(): More precise function description
10649
10650 2003-01-14 [melvin]     0.8.8claws97
10651
10652         * src/folderview.c
10653                 folderview_check_new(): return the number of new messages 
10654                         since last check.
10655         * src/inc.c
10656                 inc_account_mail(): Disable counting of new messages for IMAP
10657                         and NNTP until bug [19] and [14] are fixed.
10658
10659 2003-01-14 [paul]       0.8.8claws96
10660
10661         * sync with 0.8.8cvs6
10662                 see ChangeLog 2003-01-14
10663
10664 2003-01-13 [alfons]     0.8.8claws95
10665
10666         * src/textview.c
10667                 tune email address validation (c. 0.8.8claws89): if . is 
10668                 just one char away from @, the address is invalid too 
10669                 (correctly rejects addresses like foo@.com)
10670
10671 2003-01-13 [paul]       0.8.8claws94
10672
10673         * src/messageview.c
10674           src/toolbar.c
10675                 fixes to the Message View toolbar and menu:
10676                 fix non-functioning Forward button
10677                 make Reply button consider default_reply_list
10678                 remove 'Follow-up...' menu entry
10679                 add 'Forward' and 'Redirect' menu entries
10680
10681 2003-01-13 [melvin]     0.8.8claws93
10682
10683         * src/inc.c
10684                 Fixed typo that could make new messages count incorrect.
10685
10686 2003-01-13 [melvin]     0.8.8claws92
10687
10688         * src/folderview.[ch]
10689                 folderview_check_new(): return the number of new messages.
10690         * src/inc.c
10691                 Should fix bug [14] where new mail notification worked 
10692                         incorrectly with IMAP accounts.
10693                 inc_spool_account(): return number of new msgs, or -1 on error
10694                 inc_all_spool(): return number of new msgs
10695                 
10696 2003-01-13 [melvin]     0.8.8claws91
10697
10698         * src/prefs_actions.c
10699                 Justify help text.
10700
10701 2003-01-12 [thorsten]   0.8.8claws90
10702
10703         * src/common/prefs.c
10704                 close file before rename
10705
10706 2003-01-12 [alfons]     0.8.8claws89
10707
10708         * AUTHORS
10709                 add Christian Mertes
10710         * src/common/utils.[ch]
10711                 g_stricase_hash(), g_stricase_equal(): functions for 
10712                 case insensitive hash tables
10713         * src/textview.c
10714                 use top level domain names to validate email address, based
10715                 on a patch by Christian Mertes (thanks!), but changed 
10716                 implementation to use a hash table 
10717
10718 2003-01-12 [paul]       0.8.8claws88
10719
10720         * po/bg.po
10721                 updated by George Danchev
10722
10723 2003-01-12 [alfons]     0.8.8claws87
10724
10725         * src/summaryview.c
10726                 delete / execute performance: use new style folder update
10727
10728 2003-01-12 [paul]       0.8.8claws86
10729
10730         * sync with 0.8.8cvs5
10731                 see ChangeLog 2003-01-13 (!)
10732
10733 2003-01-12 [alfons]     0.8.8claws85
10734
10735         * src/filtering.c
10736         * src/matcher_parser_parse.y
10737                 prepare change_score filtering action
10738         * src/matcher.[ch]
10739                 give up const-correctness on functions that call non-const-correct functions;
10740                 several casts to gpointer in g_free();
10741                 add change_score;
10742
10743 2003-01-12 [christoph]  0.8.8claws84
10744
10745         * src/compose.c
10746                 fix 2 warnings
10747
10748         * src/gtk/prefswindow.[ch]
10749         * src/plugins/spamassassin/spamassassin_gtk.c
10750                 changed the call of the widget create function
10751                 for PrefsPages, because sometimes the widget
10752                 create function needs a widget that already has
10753                 been attached to a window (to create GDK pixmaps
10754                 for exmaple). So we simply pass the GtkWindow as
10755                 the second parameter now.
10756
10757         * src/main.c
10758         * src/mainwindow.c
10759         * src/prefs_toolbar.[ch]
10760                 rewrite Toolbar Preferences using the new
10761                 prefs window
10762
10763 2003-01-11 [alfons]     0.8.8claws83
10764
10765         * src/addressadd.c
10766                 fix crash when adding sender to addressbook because status bar
10767                 isn't there (the status bar doesn't seem to be used though,
10768                 but I'll let Match decide what to do with it)
10769
10770 2003-01-11 [colin]      0.8.8claws82
10771
10772         * src/main.c
10773           src/toolbar.c
10774                 Two useless changes reversed
10775
10776 2003-01-11 [colin]      0.8.8claws81
10777
10778         * src/mainwindow.c
10779           src/mainwindow.h
10780                 Add mainwindow_get_mainwindow()
10781         * src/alertpanel.c
10782           src/alertpanel.h
10783                 Add alertpanel_error_log() 
10784         * src/compose.c
10785           src/inc.c
10786           src/messageview.c
10787           src/toolbar.c
10788           src/main.c
10789           src/procmsg.c
10790                 Network errors get a View Log button
10791
10792 2003-01-10 [alfons]     0.8.8claws80
10793
10794         * src/prefs_toolbar.c
10795         * src/toolbar.c
10796                 use the translatable string for "Separator" as file name for
10797                 separator toolbar items (probably make this uppercase?)
10798
10799 2003-01-10 [alfons]     0.8.8claws79
10800
10801         * src/prefs_toolbar.c
10802                 put right A_SEPARATOR description string in "displayed
10803                 toolbar items list" so manually added separators are
10804                 saved correctly (bug #10, "Adding a separator to the main 
10805                 toolbar fails, entry in xml file is wrong")
10806
10807 2003-01-10 [christoph]  0.8.8claws78
10808
10809         * src/imap.c
10810                 o fix warnings
10811                 o use CAPABILITY to check if NAMESPACE is available
10812
10813 2003-01-10 [christoph]  0.8.8claws77
10814
10815         * src/imap.[ch]
10816                 apply UIDPLUS IMAP extension support patch
10817
10818         Patch submitted by Simon 'corecode' Schubert
10819
10820 2003-01-10 [paul]       0.8.8claws76
10821
10822         * src/folderview.c
10823                 a sync from main which fixes the news account folders'
10824                 Properties bug
10825
10826 2003-01-10 [christoph]  0.8.8claws75
10827
10828         * src/folder.c
10829                 don't accept 0 as a valid uid returned by copy and move
10830                 functions. 0 means the message was copied or moved but the
10831                 new uid could not be fetched. It is not an error condition
10832                 for the copy or move operation.
10833
10834 2003-01-10 [paul]       0.8.8claws74
10835
10836         * src/prefs_filtering.c
10837                 change English used in Alert when entry is not
10838                 saved.
10839                 
10840         * sync with 0.8.8cvs4
10841                 see ChangeLog 2003-01-10
10842
10843 2003-01-10 [darko]      0.8.8claws73
10844
10845         * src/pine.c
10846                 fix crash when importing address book entry
10847                 without a valid address
10848
10849 2003-01-09 [alfons]     0.8.8claws72
10850
10851         * src/inc.c
10852                 filtering performance: use new style folder update
10853
10854 2003-01-09 [christoph]  0.8.8claws71
10855
10856         * src/compose.c
10857         * src/gtk/menu.[ch]
10858                 fix wrong selecting of mime encoding type, when
10859                 opening property dialog of attachments in the
10860                 compose window. 7bit was always selected and that
10861                 destoryed files with 8bit data.
10862                 (closes bug #9 Sylpheed-claws destroys attachments when
10863                  changing MIME-types)
10864
10865 2003-01-09 [paul]       0.8.8claws70
10866
10867         * sync with 0.8.8cvs3
10868                 see ChangeLog 2003-01-09
10869
10870 2003-01-08 [alfons]     0.8.8claws69
10871         
10872         * src/addressadd.c
10873                 apply patch by Kim Schulz to fix build breakage
10874                 because of missing variable
10875
10876 2003-01-08 [paul]       0.8.8claws68
10877
10878         * sync with 0.8.8cvs2
10879                 see ChangeLog 2002-01-08
10880
10881 2003-01-08 [paul]       0.8.8claws67
10882
10883         * po/it.po
10884                 updated by Alessandro Maestri
10885                 
10886         * src/addressadd.c
10887                 when using 'Add sender to addressbook' allow
10888                 name to be edited and remarks to be entered
10889                 Patch submitted by Luke Plant
10890
10891 2003-01-08 [darko]      0.8.8claws66
10892
10893         * README.claws, src/summaryview.c
10894                 fix description for marked messages
10895
10896 2003-01-08 [paul]
10897
10898         * tools/Makefile.am
10899           tools/launch_phoenix  ** NEW FILE **
10900                 add script that enables using Phoenix as the default
10901                 web browser. 
10902                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10903                 
10904         * tools/OOo2sylpheed.pl
10905                 remove full path to sylpheed executable, just 'sylpheed'
10906                 will do
10907                 
10908         * tools/README
10909                 add launch_phoenix informtion and re-arrange and compress
10910                 the data a little
10911
10912 2003-01-07 [christoph]  0.8.8claws65
10913
10914         * src/folder.c
10915                 fix update for source folder when moving messages
10916         * src/procmsg.[ch]
10917         * src/summaryview.c
10918                 use function to set to_folder for message infos and
10919                 automatically update the op_count for old and new
10920                 folder
10921
10922 2003-01-07 [melvin]     0.8.8claws64
10923
10924         * src/prefs_actions.c
10925                 Fixed bug where an '%p' Action on a displayed image crashed 
10926                         Sylpheed
10927                 Code clean up (get rid of duplicated code and removed unnecessary 
10928                                 structure member)
10929
10930 2003-01-07 [christoph]  0.8.8claws63
10931
10932         * src/compose.c
10933         * src/folder.[ch]
10934         * src/folderview.c
10935         * src/import.c
10936         * src/inc.c
10937         * src/main.c
10938         * src/mainwindow.c
10939         * src/messageview.c
10940         * src/prefs_folder_item.c
10941         * src/procmsg.c
10942         * src/summaryview.c
10943         * src/toolbar.c
10944                 o remove all folder update triggering from the UI code. The folder
10945                   system should know much better when a folder needs an update.
10946                 o to prevent multiple updates in a row the folder updates can be
10947                   frozen for some time.
10948
10949                 Note: - Please verify that no updates are missing
10950                       - Check where freeze/thaws should be added
10951
10952 2003-01-07 [christoph]  0.8.8claws62
10953
10954         * src/prefs_actions.c
10955                 don't translate empty strings
10956
10957         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10958
10959 2003-01-06 [christoph]  0.8.8claws61
10960
10961         * src/prefs_actions.c
10962                 mark strings for gettext
10963         * src/prefs_matcher.c
10964                 use new description window for Execute action and
10965                 match condition in Filtering
10966
10967         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10968
10969 2003-01-06 [alfons]     0.8.8claws60
10970
10971         keep myself inspired to re-organize matcher part 8; 
10972         yes, more to come (I need to move out the descriptive
10973         text for actions to matcher.c, or at least make it not
10974         depend on the wicked ordering)
10975
10976         * src/prefs_matcher.c
10977                 add documentation so others may comprehend the
10978                 UI part of the conditions
10979                 
10980 2003-01-06 [christoph]  0.8.8claws59
10981
10982         * src/prefs_actions.c
10983                 use new description window for syntax help
10984         * src/gtk/description_window.c
10985                 fix display of descriptions with column count != 2
10986
10987         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10988
10989 2003-01-06 [christoph]  0.8.8claws58
10990
10991         * src/quote_fmt.c
10992         * src/summaryview.[ch]
10993         * src/gtk/Makefile.am
10994         * src/gtk/description_window.[ch]       ** NEW **
10995                 use a generic window to display syntax descriptions
10996                 currently used in quote_fmt and summaryview (new description
10997                 for extended quick search)
10998
10999         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11000
11001 2003-01-06 [paul]       0.8.8claws57
11002
11003         * sync with 0.8.8cvs1
11004                 see ChangeLog 2003-01-06
11005
11006 2003-01-06 [christoph]  0.8.8claws56
11007
11008         * src/mainwindow.c
11009         * src/prefs_gtk.[ch]
11010         * src/gtk/prefswindow.[ch]
11011         * src/plugins/spamassassin/spamassassin_gtk.c
11012                 o remove page management from prefswindow, pages
11013                   will be an argument to prefswindow_open
11014                 o prefswindow_open gets a datapointer that is
11015                   passed to the widget_create function to allow
11016                   creation of prefswindow for specific items
11017
11018 2003-01-06 [colin]      0.8.8claws55
11019         
11020         * src/summaryview.c
11021                 We don't want regexp in the reply-finder, 
11022                 because MIDs can contain !,$,. and so on
11023
11024 2003-01-06 [jens]       0.8.8claws54
11025
11026         * src/jpilot.c
11027                 fixed a wrong free in jpilot_read_db_files
11028
11029 2003-01-06 [alfons]     0.8.8claws53
11030
11031         re-organize matcher part 8; more to come
11032        
11033         * src/matcher.c
11034                 matcherprop_to_string(): put g_free()s before the
11035                 switch-case break to fix memleaks                
11036
11037 2003-01-06 [colin]      0.8.8claws52
11038
11039         * src/summaryview.c
11040                 cleanup & reply-finder now displays the first 
11041                 matching message
11042
11043 2003-01-05 [alfons]     0.8.8claws51
11044
11045         re-organize matcher part 7; more to come
11046
11047         * src/matcher.[ch]
11048                 fixes for constant correctness;
11049                 more documentation;
11050
11051 2003-01-05 [alfons]     0.8.8claws50
11052
11053         re-organize matcher part 6; more to come
11054         
11055         * src/matcher.[ch]
11056                 fixes for constant correctness;
11057                 more documentation;
11058         * src/filtering.c
11059                 fix for constant correctness
11060
11061 2003-01-05 [colin]      0.8.8claws49
11062
11063         * src/account.[ch]
11064                 Add account_get_reply_account function
11065         * src/compose.c
11066                 Use account_get_reply_account function 
11067         * src/summaryview.c
11068                 Basic reply-finder - click on the replied
11069                 icon gets you to the outbox using quick-search
11070
11071 2003-01-05 [paul]       0.8.8claws48
11072
11073         * src/prefs_common.c
11074                 small change to English
11075                 
11076         * src/prefs_filtering.c
11077                 prefs_filtering_action_select(): improve logic and uniformity
11078                 of gui
11079
11080 2003-01-05 [alfons]     0.8.8claws47
11081
11082         fine tune solution to focus problems (bug #7)
11083
11084         * src/mainwindow.c
11085                 mainwindow_focus_in_event(): remove grab event check
11086         * src/summaryview.c
11087                 summary_button_pressed(): move selection on right-click
11088                 too. we can't possibly move the selection back after
11089                 canceling a dialog, because gtk's incomplete focus 
11090                 management. whether this is a good solution, only time
11091                 will tell.
11092
11093 2003-01-05 [christoph]  0.8.8claws46
11094
11095         * src/imap.c
11096                 fix crash when no imap connection could be established
11097
11098 2003-01-05 [paul]       0.8.8claws45
11099
11100         * src/mainwindow.c
11101           src/sumamryview.c
11102           src/gtk/menu.[ch]
11103                 fix bug 605957 'shortcuts in popup-menu'
11104                 make user-defined shortcuts work
11105                 show shortcuts that are already defined
11106                 in the main menu
11107                 Patch submitted by Luke Plant
11108
11109 2003-01-05 [alfons]     0.8.8claws44
11110
11111         * src/mainwindow.c
11112                 focus_in_event handler should not select summary view row 
11113                 when another window (menu, dialog) grabbed for events 
11114                 (bug #7, "[0.8.8claws42] Message summary focus") 
11115
11116 2003-01-04 [christoph]  0.8.8claws43
11117
11118         * src/procmsg.c
11119                 update save folder after adding the sent message
11120                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11121
11122 2003-01-02 [christoph]  0.8.8claws42
11123
11124         * src/common/plugin.c
11125                 fix unloading of all plugins and unload
11126                 plugins in reverse order
11127                 
11128         * src/gtk/pluginwindow.c
11129                 implement function of load and unload button
11130
11131         * src/gtk/prefswindow.c
11132         * src/gtk/prefswindow.h
11133                 rename register function and add new unregister
11134                 function
11135
11136         * src/plugins/spamassassin/spamassassin_gtk.c
11137                 unregister prefs page and update for changes in
11138                 src/gtk/prefswindow.c
11139
11140 2003-01-02 [paul]       0.8.8claws41
11141
11142         * po/es.po
11143                 updated by Ricardo Mones Lastra
11144
11145 2003-01-02 [paul]
11146
11147         * tools/tb2sylpheed
11148                 fixes and improvements by Urke MMI
11149
11150 2003-01-02 [thorsten]   0.8.8claws40
11151
11152         * src/procmsg.c
11153                 fixed wrong return value
11154
11155 2003-01-02 [thorsten]   0.8.8claws39
11156
11157         * src/prefs.c
11158                 fixed printing wrong variable
11159
11160 2003-01-02 [thorsten]   0.8.8claws38
11161
11162         * src/prefs.c
11163                 fixed acessing members of freed pfile struct
11164
11165 2003-01-02 [thorsten]   0.8.8claws37
11166
11167         * src/procmsg.c
11168                 detect loops across several messages
11169                 as suggested by Christoph Hohmann
11170
11171 2003-01-01 [match]      0.8.8claws36
11172
11173         * src/addrindex.c
11174                 fixed another memory leak.
11175
11176 2003-01-01 [match]      0.8.8claws35
11177
11178         * src/jpilot.[ch]
11179                 fixed memory leaks. applied Doxygen comments.
11180
11181 2003-01-01 [thorsten]   0.8.8claws34
11182
11183         * src/procmsg.c
11184                 inhibit endless loop if msg references itself
11185                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11186
11187 2003-01-01 [christoph]  0.8.8claws33
11188
11189         * src/mainwindow.c
11190         * src/gtk/Makefile.am
11191         * src/gtk/pluginwindow.c                ** NEW **
11192         * src/gtk/pluginwindow.h                ** NEW **
11193                 add plugin window
11194
11195         * src/plugins/demo/demo.c
11196         * src/plugins/spamassassin/spamassassin.c
11197         * src/plugins/spamassassin/spamassassin_gtk.c
11198                 write better plugin descriptions
11199
11200 2002-12-31 [christoph]  0.8.8claws32
11201
11202         * src/gtk/prefswindow.c
11203         * src/plugins/spamassassin/spamassassin_gtk.c
11204                 some small improvements to GTK code
11205
11206 2002-12-31 [christoph]  0.8.8claws31
11207
11208         * src/plugins/spamassassin/spamassassin_gtk.c
11209                 enable folder select button
11210
11211 2002-12-31 [christoph]  0.8.8claws30
11212
11213         * src/mainwindow.c
11214         * src/gtk/Makefile.am
11215         * src/gtk/prefswindow.c                         ** NEW **
11216         * src/gtk/prefswindow.h                         ** NEW **
11217                 add new prefs window
11218
11219         * src/common/plugin.c
11220                 don't try to load empty config lines
11221         
11222         * src/plugins/spamassassin/Makefile.am
11223         * src/plugins/spamassassin/spamassassin.c
11224         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11225         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11226                 GTK config for SpamAssassin Plugin using
11227                 the new prefs window
11228
11229 2002-12-31 [paul]       0.8.8claws29
11230
11231         * po/POTFILES.in
11232                 remove obsolete entry 'src/menu.c'
11233
11234 2002-12-31 [alfons]     0.8.8claws28
11235
11236         * src/matcher.[ch]
11237         * src/matcher_parser_parse.y
11238         * src/prefs_matcher.c
11239                 add "ignore_thread" and "~ignore_thread" condition so it's
11240                 possible to make the actions / scoring operate on the ignore
11241                 thread flag
11242
11243 2002-12-31 [christoph]  0.8.8claws27
11244
11245         * src/addrbook.c
11246         * src/addrindex.c
11247         * src/folder.c
11248         * src/matcher.c
11249         * src/prefs_account.c
11250         * src/prefs_actions.c
11251         * src/prefs_customheader.c
11252         * src/prefs_display_header.c
11253         * src/prefs_gtk.c
11254         * src/procmime.c
11255         * src/toolbar.c
11256         * src/xmlprops.c
11257         * src/common/prefs.[ch]
11258                 extend prefs file handling for reading and automatic handling
11259                 of blocks. When reading prefs_set_block_label will automatically
11260                 move on to the block. When writing it will copy all other blocks
11261                 automatically
11262
11263         * src/common/plugin.c
11264                 Now loading plugin filenames from [Plugins] block in
11265                 sylpheed rc file
11266
11267 2002-12-30 [christoph]  0.8.8claws26
11268
11269         * src/common/hooks.[ch]
11270                 return abort status to caller of hooks_invoke
11271                 
11272         * src/inc.[ch]
11273                 invoke message filtering hook and stop
11274                 default handling when filter returns abort
11275
11276         * src/common/plugin.[ch]
11277         * src/plugins/demo/demo.c
11278                 modify plugin loader, because resolving symbols for strings
11279                 does not work correctly
11280         
11281         * configure.in
11282         * ac/spamassassin.m4                            ** NEW **
11283         * src/plugins/spamassassin/.cvsignore           ** NEW **
11284         * src/plugins/spamassassin/Makefile.am          ** NEW **
11285         * src/plugins/spamassassin/README               ** NEW **
11286         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11287         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11288         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11289                 add spamassassin plugin, see src/plugins/spamassassin/README
11290                 for details
11291
11292 2002-12-29 [alfons]     0.8.8claws25
11293
11294         * src/mainwindow.c
11295                 when moving focus from a message view to the main 
11296                 window, don't forget to select the summary node
11297                 of the displayed message. should fix "[ 659103 ] 
11298                 focus-follows-mouse confuses sylpheed"
11299
11300 2002-12-29 [christoph]  0.8.8claws24
11301
11302         * src/Makefile.am
11303         * src/stringtable.[ch]          ** REMOVE **
11304         * src/common/Makefile.am
11305         * src/common/stringtable.[ch]   ** NEW **
11306                 move stringtable files to common directory
11307
11308 2002-12-29 [christoph]  0.8.8claws23
11309
11310         * src/Makefile.am
11311         * src/menu.[ch]                 ** REMOVE **
11312         * src/gtk/Makefile.am
11313         * src/gtk/menu.[ch]             ** NEW **
11314                 move menu files to gtk directory
11315
11316 2002-12-29 [match]      0.8.8claws22
11317
11318         * src/addressbook.c
11319         * src/syldap.c
11320                 moved UI specific code out of LDAP code into addressbook
11321                 UI code. fixed memory leak.
11322
11323 2002-12-29 [christoph]  0.8.8claws21
11324
11325         * src/folder.c
11326                 only check for IGNORED parent message when message is
11327                 not IGNORED itself
11328
11329 2002-12-29 [alfons]     0.8.8claws20
11330
11331         * src/summaryview.c
11332                 set gtksctree's anchor correct (immediate execute
11333                 changes the tree's layout, and anchor points at 
11334                 the incorrect row). fixes "[ 657233 ] multiple msg 
11335                 delete sometimes off by 1".
11336                 we probably have to look for more tree layout /
11337                 anchor glitches.
11338
11339 2002-12-29 [paul]       0.8.8claws19
11340
11341         * src/summaryview.c
11342                 fix bug [ 659054 ] incorrect sorting of 'From' column
11343                 when using 'display sender using address book'
11344                 thanks to Alfons and Luke Plant
11345
11346 2002-12-29 [christoph]  0.8.8claws18
11347
11348         * src/folder.c
11349         * src/procmsg.[ch]
11350                 check parent messages for IGNORE THREAD flag, when adding,
11351                 moving or copying messages to a folder
11352
11353 2002-12-27 [alfons]     0.8.8claws17
11354
11355         re-organize matcher part 5; more to come
11356
11357         * src/matcher.c
11358                 hash keywords in matchparser_tab 
11359
11360 2002-12-27 [alfons]     0.8.8claws16
11361
11362         re-organize matcher part 4; more to come
11363
11364         * src/matcher_parser.h
11365         * src/matcher_parser_lex.l
11366         * src/matcher_parser_parse.y
11367                 cleanup
11368
11369 2002-12-27 [alfons]     0.8.8claws15
11370
11371         re-organize matcher part 3; more to come
11372
11373         * src/matcher.[ch]
11374                 cleanup
11375
11376 2002-12-27 [alfons]     0.8.8claws14
11377
11378         re-organize matcher part 2; more to come but this should
11379         work. cc me if there are any regressions.
11380
11381         * src/matcher.h
11382                 add prototype for get_matchparser_tab_id()
11383         * src/matcher_parser_lex.l
11384                 look up keywords using matchparser_tab_id();
11385
11386 2002-12-27 [alfons]     0.8.8claws12
11387
11388         re-organize matcher part 1
11389
11390         * src/matcher.h
11391                 map yacc generated constants to sylpheed matcher constants
11392         * src/matcher.c
11393                 add function to find a matcher constant from a string
11394
11395 2002-12-27 [christoph]  0.8.8claws11
11396
11397         * src/compose.c
11398                 MENUITEM_ADD casts the 4th argument from integer to pointer
11399                 so it probably should not be a pointer, this means we
11400                 should use account id for it and not the account's pointer
11401
11402 2002-12-27 [paul]       0.8.8claws10
11403
11404         * src/mainwindow.c
11405                 remove unneeded 'GtkWidget *vbox'
11406                 
11407         * src/summaryview.c
11408                 further sync with 0.8.8 - make sort
11409                 by recipient work as expected
11410                 
11411         * NEWS
11412                 sync with 0.8.8
11413
11414 2002-12-27 [paul]       0.8.8claws9
11415
11416         * po/pt_BR.po
11417                 updated by Ivan F. Martinez
11418                 
11419 2002-12-27 [darko]      0.8.8claws8
11420
11421         * src/common/utils.c
11422                 added locked pattern to extended search
11423
11424 2002-12-27 [alfons]     0.8.8claws7
11425
11426         * src/prefs_matcher.[ch]
11427                 clean up
11428
11429 2002-12-26 [alfons]     0.8.8claws6
11430
11431         * src/matcher.[ch]
11432         * src/matcher_parser_lex.l
11433         * src/matcher_parser_parse.y
11434         * src/prefs_matcher.c
11435                 allow color label as a condition in the matcher
11436
11437 2002-12-26 [oliver]     0.8.8claws5
11438         
11439         * src/toolbar.c 
11440                 enable Addressbook for Main and Messageview
11441         * src/prefs_actions.c
11442                 enable actions in Messageview
11443
11444 2002-12-26 [christoph]  0.8.8claws4
11445
11446         * src/common/plugin.c
11447                 add a little debug output
11448         * configure.in
11449         * src/plugins/demo/Makefile.am
11450                 better use of automake
11451
11452 2002-12-26 [christoph]  0.8.8claws3
11453
11454         * src/Makefile.am
11455         * src/common/Makefile.am
11456                 fix "make distdir"
11457
11458 2002-12-26 [christoph]  0.8.8claws2
11459
11460         * configure.in
11461                 sort configure checks into common / gtk / plugins
11462         * po/POTFILES.in
11463                 add src/prefs_gtk.c
11464         * src/Makefile.am
11465                 add plugins SUBDIR
11466         * src/main.c
11467         * src/common/sylpheed.[ch]
11468                 added now sylpheed_done function for shutdown
11469         * src/common/Makefile.am
11470         * src/common/plugin.[ch]                ** NEW **
11471                 plugin loader and unloader
11472         * src/plugins/.cvsignore                ** NEW **
11473         * src/plugins/Makefile.am               ** NEW **
11474                 build plugins
11475         * src/plugins/demo/.cvsignore           ** NEW **
11476         * src/plugins/demo/Makefile.am          ** NEW **
11477         * src/plugins/demo/demo.c               ** NEW **
11478                 small demo plugin that installs a logtext hook and
11479                 outputs the log text to stdout
11480
11481 2002-12-26 [paul]       0.8.8claws1
11482
11483         * po/es.po
11484                 updated by Ricardo Mones Lastra
11485
11486 2002-12-26 [paul]       0.8.8claws
11487
11488         * 0.8.8claws released
11489
11490 2002-12-26 [paul]       0.8.7claws12
11491
11492         * po/bg.po
11493                 updated by George Danchev
11494
11495 2002-12-26 [paul]       0.8.7claws11
11496
11497         * po/POTFILES.in
11498                 remove unneeded 'src/prefs.c' entry 
11499
11500 2002-12-26 [paul]       0.8.7claws10
11501
11502         * src/codeconv.c
11503           src/mainwindow.c
11504                 sync with 0.8.8 release
11505         
11506         * src/folder.[ch]
11507           src/mh.c
11508           src/summaryview.c
11509                 partial sync with 0.8.8 release
11510         
11511
11512 2002-12-25 [alfons]     0.8.7claws9
11513
11514         * src/matcher.[ch]
11515         * src/matcher_parser_lex.l
11516         * src/matcher_parser_parse.y
11517         * src/prefs_matcher.c
11518                 add locked flag to possible filtering / matcher 
11519                 conditions (also a good example what should be
11520                 done to add a simple boolean condition)
11521
11522 2002-12-25 [christoph]  0.8.7claws8
11523
11524         * src/Makefile.am
11525         * src/account.[ch]
11526         * src/addrbook.c
11527         * src/addressbook.c
11528         * src/addrindex.c
11529         * src/filtering.c
11530         * src/folder.c
11531         * src/matcher.c
11532         * src/prefs.[ch]                ** REMOVE **
11533         * src/prefs_account.c
11534         * src/prefs_actions.c
11535         * src/prefs_common.c
11536         * src/prefs_customheader.c
11537         * src/prefs_display_header.c
11538         * src/prefs_filtering.c
11539         * src/prefs_folder_item.c
11540         * src/prefs_gtk.[ch]            ** NEW **
11541         * src/prefs_matcher.c
11542         * src/prefs_scoring.c
11543         * src/prefs_summary_column.c
11544         * src/procmime.c
11545         * src/selective_download.c
11546         * src/toolbar.c
11547         * src/common/Makefile.am
11548         * src/common/prefs.[ch]         ** NEW **
11549                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11550
11551 2002-12-24 [alfons]     0.8.7claws7
11552
11553         * src/summaryview.c
11554                 summary_thread_build(): fix real cause of the crash mentioned in
11555                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11556                 this way we get meaningful ctree nodes 
11557
11558 2002-12-24 [oliver]     0.8.7claws6
11559
11560         * src/mainwindow.[ch]
11561         * src/messageview.[ch]
11562         * src/compose.[ch]
11563         * src/inc.c
11564         * src/summaryview.c
11565                 changes to use updated toolbar handling
11566                 
11567 2002-12-24 [oliver]     0.8.7claws5
11568
11569         * src/toolbar.[ch]
11570                 generic toolbar handling
11571                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11572         * src/prefs_toolbar.[ch]
11573                 adjust to handling
11574         
11575 2002-12-24 [oliver]     0.8.7claws4
11576         
11577         * src/stock_pixmap.[ch]
11578                 move SYLPHEED_LOGO to end of list in order 
11579                 to remove it from Custom Toolbar`s Icon View
11580
11581 2002-12-24 [alfons]     0.8.7claws3
11582
11583         * src/summaryview.c
11584                 summary_thread_build(): fix crash because of focus != selection 
11585                 after threading. when deleting the selection, gtk tries but fails 
11586                 to find the correct focusable element. we now force the selection
11587                 to be focused. this should solve the infamous bug reported by 
11588                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11589                 a test case is available. 
11590
11591 2002-12-24 [darko]      0.8.7claws2
11592
11593         * src/summaryview.c
11594                 don't crash when unmarking message with unread children
11595
11596 2002-12-23 [christoph]  0.8.7claws1
11597
11598         * src/Makefile.am
11599         * src/common/Makefile.am
11600                 update Makefiles for moved intl.h, version.h and defs.h
11601         * src/imap.c
11602                 rewrite imap_session_get to avoid duplicate code
11603
11604 2002-12-23 [paul]       0.8.7claws
11605
11606         * Santa-Claws released
11607         
11608         * po/hu.po
11609           po/ru.po
11610                 squeeze in updated Hungarian and Russian translations.
11611                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11612
11613 2002-12-23 [paul]       0.8.6claws129
11614
11615         * po/pl.po
11616                 updated by Witold Wladyslaw Wojciech Wilk
11617
11618 2002-12-23 [paul]       0.8.6claws128
11619
11620         * src/quote_fmt_parse.y
11621                 fix typo and add licence header
11622
11623 2002-12-23 [paul]       0.8.6claws127
11624
11625         * po/en_GB.po
11626                 updated
11627
11628 2002-12-23 [paul]       0.8.6claws126
11629
11630         * po/it.po
11631                 updated translation, submitted by Alessandro Maestri
11632                 
11633 2002-12-23 [paul]       0.8.6claws125
11634
11635         * src/quote_fmt_parse.y
11636                 fix signature-stripping on replies bug. match
11637                 '-- \n' and not '-- '.
11638
11639 2002-12-22 [paul]       0.8.6claws124
11640
11641         * po/bg.po
11642           po/es.po
11643           po/sr.po
11644                 updated translations. submitted by George Danchev,
11645                 Ricardo Mones Lastra, and Urke MMI respectively
11646
11647 2002-12-21 [paul]       0.8.6claws123
11648
11649         * src/addrbook.c
11650                 fix coding style
11651
11652 2002-12-21 [paul]       0.8.6claws122
11653
11654         * src/addrbook.c
11655                 fix bug [643638] where if a person is in one or more
11656                 addressbook groups editing that person's email 
11657                 address results in removal from those groups.
11658                 Patch submitted by Luke Plant.
11659
11660 2002-12-20 [christoph]  0.8.6claws121
11661
11662         * src/common/utils.c
11663         * src/summaryview.c
11664                 reimplement expand_search_string using GString to
11665                 prevent crashs caused by miscalculated string
11666                 lengths reported by Paul
11667
11668 2002-12-20 [christoph]  0.8.6claws120
11669
11670         * src/summaryview.c
11671                 don't use "changed" to check if op_count has to be changed as it
11672                 is also set when the message has unread children
11673                 (closes bug [ 653221 ] crash while deleting duplicates)
11674
11675 2002-12-20 [paul]       0.8.6claws119
11676
11677         * sync with 0.8.6cvs27
11678                 see ChangeLog 2002-12-20
11679
11680 2002-12-20 [paul]       0.8.6claws118
11681
11682         * sync with 0.8.6cvs26
11683                 see ChangeLog 2002-12-19 and 2002-12-20
11684
11685 2002-12-19 [alfons]     0.8.6claws117
11686
11687         * src/textview.c
11688                 fix incorrect parsing of email addresses, submitted by 
11689                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11690                 name display if it contains @".
11691
11692 2002-12-18 [paul]       0.8.6claws116
11693
11694         * sync with 0.8.6cvs23
11695                 see ChangeLog 2002-12-18
11696
11697 2002-12-18 [paul]       0.8.6claws115
11698
11699         * src/Makefile.am
11700         * src/account.c
11701         * src/codeconv.c
11702         * src/gtkutils.[ch]
11703         * src/imap.c
11704                 sync with 0.8.6cvs22.
11705                 see ChangeLog 2002-12-17 and 2002-12-18
11706
11707 2002-12-17 [christoph]  0.8.6claws114
11708
11709         * src/imap.c
11710                 o don't create a session if imap greeting fails
11711                 o don't close socket when authentication fails
11712                   this is done by imap_session_destroy
11713
11714 2002-12-17 [thorsten]   0.8.6claws113
11715
11716         * tools/Makefile.am
11717           tools/README
11718           tools/google_msgid.pl ** NEW FILE **
11719                 Added "search for message-id" script and doc
11720
11721 2002-12-17 [thorsten]   0.8.6claws112
11722
11723         * po/hu.po
11724                 Updated hungarian translation
11725                 (updated by Gal Zoltan)
11726
11727 2002-12-16 [christoph]  0.8.6claws111
11728
11729         * src/addr_compl.c
11730                 remove stupid addressbook dump to debug output
11731         * src/mh.c
11732                 fix memory leak found by Hiro
11733
11734 2002-12-14 [paul]       0.8.6claws110
11735
11736         * src/compose.c
11737                 fix menubar sensitivity on send
11738                 
11739         * src/prefs_filtering.c
11740         * src/prefs_matcher.c
11741         * src/prefs_scoring.c
11742                 Fix english ;)
11743                 
11744         * src/common/quoted-printable.h
11745                 sync: fix typo
11746         
11747 2002-12-13 [christoph]  0.8.6claws109
11748
11749         * src/Makefile.am
11750         * src/manage_window.[ch]        ** REMOVE **
11751         * src/gtk/Makefile.am
11752         * src/gtk/manage_window.[ch]    ** NEW **
11753                 move manage_window files to gtk directory
11754
11755 2002-12-13 [christoph]  0.8.6claws108
11756
11757         * src/Makefile.am
11758         * src/gtkshruler.[ch]           ** REMOVE **
11759         * src/gtk/Makefile.am
11760         * src/gtk/gtkshruler.[ch]       ** NEW **
11761                 move gtkshruler files to gtk directory
11762
11763 2002-12-13 [christoph]  0.8.6claws107
11764
11765         * src/Makefile.am
11766         * src/compose.c
11767         * src/gtkstext.[ch]             ** REMOVE **
11768         * src/gtkutils.[ch]
11769         * src/textview.c
11770         * src/gtk/gtkstext.[ch]         ** NEW **
11771         * src/gtk/Makefile.am
11772                 o move stext functions to gtkstext.c to remove
11773                   dependency of gtkutils
11774                 o move gtkstext files to gtk directory
11775
11776         * src/gtk/Makefile.am
11777         * src/gtk/sslcertwindow.[ch]
11778                 UI stuff can always depend on common code so
11779                 it's ok to add ../common to include path
11780
11781 2002-12-13 [colin]      0.8.6claws106
11782
11783         * src/summaryview.c
11784                 Disconnect sighandlers for mainwindow when
11785                 quicksearch has the focus
11786                 Fix bug #653231
11787         * src/mainwindow.[ch]
11788                 Make key_pressed callback public, to be able
11789                 to disconnect it
11790
11791 2002-12-13 [christoph]  0.8.6claws105
11792
11793         * src/mh.c
11794                 create .mh_sequences file in new MH folders
11795                 (closes feature request [ 523162 ] MH folders should
11796                  get a .mh_sequences)
11797
11798 2002-12-13 [colin]      0.8.6claws104
11799
11800         * src/summaryview.c
11801                 Better handling of quicksearch show/hide
11802                 (basically the button stays under the mouse 
11803                  when toggled)
11804
11805 2002-12-13 [paul]       0.8.6claws103
11806
11807         * sync with 0.8.6cvs17
11808                 see ChangeLog 2002-12-13
11809
11810 2002-12-13 [paul]       0.8.6claws102
11811
11812         * po/es.po
11813                 updated by Ricardo Mones Lastra
11814
11815 2002-12-11 [colin]       0.8.6claws101
11816
11817         * src/folder.c
11818                 remove statusbar stuff
11819           src/folderview.c
11820                 set statusbar verbosity when moving folders
11821
11822 2002-12-11 [colin]       0.8.6claws100
11823         * src/prefs_filtering.c
11824         * src/prefs_matcher.c
11825         * src/prefs_scoring.c
11826                 Fix english ;)
11827
11828 2002-12-11 [colin]       0.8.6claws99
11829
11830         * src/prefs_common.[ch]
11831                 Add summary_quicksearch_type
11832         * src/summaryview.c
11833                 Save last used quicksearch type
11834
11835 2002-12-11 [jens]       0.8.6claws98
11836         * src/prefs_filtering.c
11837         * src/prefs_matcher.c
11838         * src/prefs_scoring.c
11839                 added dialog for incomplete rules in scoring, filtering and
11840                 matcher to ask wheather really close
11841
11842 2002-12-11 [colin]      0.8.6claws97
11843
11844         * src/folder.c
11845                 Fix folder dnd statusbar logging
11846
11847 2002-12-10 [christoph]  0.8.6claws96
11848
11849         * src/compose.c
11850         * src/folder.c
11851         * src/imap.c
11852         * src/inc.c
11853         * src/main.c
11854         * src/mainwindow.c
11855         * src/news.c
11856         * src/send.c
11857         * src/statusbar.[ch]
11858         * src/common/hooks.c
11859         * src/common/log.[ch]
11860                 o handle verbose logging in statusbar directly in statusbar code
11861                   and common code does not need any knowledge about a statusbar
11862                 o remove direct calls to statusbar_(puts|pop)_all functions
11863
11864 2002-12-10 [jens]       0.8.6claws95
11865
11866         * src/*.c
11867                 removed gettext from g_warnings
11868         * po/POTFILES.in
11869                 cleaned and updated
11870         * po/de.po
11871                 updated
11872
11873 2002-12-10 [colin]      0.8.6claws94
11874
11875         * src/main.c
11876                 finish crash dialog fix
11877
11878 2002-12-10 [colin]      0.8.6claws93
11879
11880         * src/main.c
11881                 "Fix" "sylpheed already running" instead of
11882                 crash dialog appearing after a crash
11883
11884 2002-12-10 [colin]      0.8.6claws92
11885
11886         * po/POTFILES.in
11887                 add src/gtk/sslcertwindow.c
11888
11889 2002-12-10 [paul]       0.8.6claws91
11890
11891         * po/POTFILES.in
11892                 updated to reflect recent changes
11893                 submitted by Alessandro Maestri
11894
11895 2002-12-09 [christoph]  0.8.6claws90
11896
11897         * src/Makefile.am
11898         * src/smtp.[ch]                 ** REMOVE **
11899         * src/common/Makefile.am
11900         * src/common/smtp.[ch]          ** NEW **
11901                 move smtp files to common directory
11902
11903 2002-12-09 [christoph]  0.8.6claws89
11904
11905         * src/Makefile.am
11906         * src/session.[ch]              ** REMOVE **
11907         * src/common/Makefile.am
11908         * src/common/session.[ch]       ** NEW **
11909                 move session files to common directory
11910
11911 2002-12-09 [paul]       0.8.6claws88
11912
11913         * src/account.c
11914                 fix bug [649746] edit accounts: move account reverted
11915                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11916
11917 2002-12-09 [colin]      0.8.6claws87
11918
11919         * src/ssl_certificate.c
11920                 cleanup
11921
11922 2002-12-09 [colin]      0.8.6claws86
11923
11924         * src/ssl.c
11925                 Try to open the cert.pem database and 
11926                 issue a warning if it isn't there
11927
11928 2002-12-09 [colin]      0.8.6claws85
11929
11930         * src/common/ssl_certificate.c
11931         * src/gtk/sslcertwindow.c
11932                 Warning fixes
11933
11934 2002-12-09 [colin]      0.8.6claws84
11935
11936         * src/ssl_certificate.[ch] ** REMOVED **
11937         * src/common/ssl_certificate.[ch] ** NEW **
11938         * src/Makefile.am
11939         * src/common/Makefile.am
11940                 Moved ssl_certificate.[ch] to common
11941         * src/common/ssl.c 
11942                 Put back needed include
11943         * src/gtk/sslcertwindow.[ch]
11944                 Changed ssl_certificate.h include
11945         
11946 2002-12-09 [colin]      0.8.6claws83
11947
11948         * src/gtk/sslcertwindow.[ch]
11949                 Implement hook for certificate acception
11950         * src/ssl_certificate.[ch]
11951                 Implement hook for certificate acception
11952         * src/common/ssl.c
11953                 Reenable certificate acception check
11954         * src/mainwindow.c
11955                 Register sslcertwindow's hook
11956         
11957 2002-12-08 [christoph]  0.8.6claws82
11958
11959         * src/about.c
11960         * src/addr_compl.c
11961         * src/codeconv.c
11962         * src/manual.c
11963         * src/undo.c
11964         * src/common/utils.c
11965                 o add missing includes
11966                 o fix warnings
11967         * src/.cvsignore
11968         * src/common/.cvsignore
11969         * src/common/version.h          ** REMOVE **
11970                 remove autogenerated file
11971
11972 2002-12-08 [paul]       0.8.6claws81
11973
11974         * src/stringtable.c
11975                 put back needed include
11976
11977 2002-12-08 [colin]      0.8.6claws80
11978         
11979         * src/gtk/sslcertwindow.c
11980                 Cleaner popups when asking
11981         * src/ssl_certificate.c
11982         * src/prefs_common.[ch]
11983                 remove ssl certificate pref
11984                 put back needed include
11985         * src/undo.c
11986                 put back needed include
11987
11988 2002-12-08 [christoph]  0.8.6claws79
11989
11990         * src/folderview.c
11991         * src/logwindow.c
11992         * src/statusbar.c
11993         * src/summaryview.c
11994                 only abort hook invokation if required data is missing not
11995                 if our own data pointer is NULL, update hookfunction for
11996                 log window
11997
11998 2002-12-08 [paul]       0.8.6claws78
11999
12000         * src/about.c
12001         * src/addrcache.c
12002         * src/addrclip.c
12003         * src/addr_compl.c
12004         * src/addrselect.c
12005         * src/codeconv.c
12006         * src/colorlabel.c
12007         * src/enriched.c
12008         * src/esmtp.c
12009         * src/exporthtml.c
12010         * src/headerview.c
12011         * src/imageview.c
12012         * src/manual.c
12013         * src/noticeview.c
12014         * src/pgptext.c
12015         * src/scoring.c
12016         * src/sourcewindow.c
12017         * src/stringtable.c
12018         * src/undo.c
12019                 clean up: remove unneccesary includes
12020
12021 2002-12-08 [christoph]  0.8.6claws77
12022
12023         * src/folderview.c
12024         * src/statusbar.c
12025         * src/summaryview.c
12026         * src/common/hooks.[ch]
12027                 hook functions now have a gboolean return value, if a hook
12028                 returns TRUE it will stop executing of any more hooks in
12029                 the same hooklist for this invokation
12030
12031 2002-12-08 [colin]      0.8.6claws76
12032         
12033         * src/main.c
12034                 put back argv0 for CRASH_DIALOG
12035
12036 2002-12-08 [christoph]  0.8.6claws75
12037
12038         * src/Makefile.am
12039         * src/about.c
12040         * src/account.c
12041         * src/crash.c
12042         * src/esmtp.h
12043         * src/imap.[ch]
12044         * src/inc.c
12045         * src/main.c
12046         * src/mainwindow.c
12047         * src/news.c
12048         * src/pop.[ch]
12049         * src/prefs_account.[ch]
12050         * src/prefs_common.[ch]
12051         * src/send.[ch]
12052         * src/smtp.[ch]
12053         * src/ssl_certificate.[ch]
12054         * src/ssl_manager.[ch]
12055         * src/common/Makefile.am
12056         * src/common/log.c
12057         * src/common/nntp.[ch]
12058         * src/common/socket.[ch]
12059         * src/common/ssl.[ch]
12060         * src/gtk/sslcertwindow.[ch]
12061         * ac/openssl.m4
12062                 use new autoconf script to detect OpenSSL with extra parameters
12063                 to specify the location of libs and includes, also remove USE_SSL
12064                 to USE_OPENSSL
12065
12066         * src/common/sylpheed.[ch]
12067         * src/common/version.h.in
12068                 start seperation of common code initialization seperated from gui
12069
12070         * src/summaryview.c
12071                 The function that is called when a color label changes
12072                 should not change the color lable again
12073
12074 2002-12-08 [colin]      0.8.6claws74
12075
12076         * src/gtk/sslcertwindow.c
12077                 warning fixes
12078
12079 2002-12-08 [colin]      0.8.6claws73
12080
12081         * src/statusbar.c
12082           src/common/log.h
12083                 Register a hook for statusbar_puts_all
12084         * src/common/log.c
12085                 invoke statusbar_puts_all's hook
12086         
12087 2002-12-08 [colin]      0.8.6claws72
12088
12089         * src/ssl_certificate.c
12090                 Put back a badly-removed include
12091
12092 2002-12-08 [colin]      0.8.6claws71
12093
12094         * src/gtk/sslcertwindow.[ch]    ** NEW **
12095                 new certificate presentation
12096         * src/gtk/Makefile.am
12097                 add new files
12098         * src/ssl_certificate.[ch]
12099                 gtk cleanup, made utility functions public
12100         * src/ssl_manager.c
12101                 use new cert presentation
12102
12103 2002-12-07 [christoph]  0.8.6claws70
12104
12105         * src/Makefile.am
12106         * src/nntp.[ch]                 ** REMOVE **
12107         * src/common/Makefile.am
12108         * src/common/nntp.[ch]          ** NEW **
12109                 move nntp files to common directory
12110
12111 2002-12-07 [christoph]  0.8.6claws69
12112
12113         * src/procmsg.[ch]
12114         * src/summaryview.c
12115                 implement msginfo update callback using sylpheed's new
12116                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12117
12118 2002-12-06 [christoph]  0.8.6claws68
12119
12120         * src/editgroup.c
12121                 This patch changes the 'Edit Group Details' dialog to
12122                 allow extended selections in either pane, so that
12123                 addresses can be added or removed from a group more
12124                 quickly and easily. (it actually is a net decrease in
12125                 file size, as some unnecessary functions have been
12126                 removed). 
12127                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12128
12129 2002-12-06 [christoph]  0.8.6claws67
12130
12131         * src/Makefile.am
12132         * src/template.[ch]             ** REMOVE **
12133         * src/common/Makefile.am
12134         * src/common/template.[ch]      ** NEW **
12135                 move template files to common directory
12136
12137         * src/nntp.c
12138                 add missing log.h include
12139
12140 2002-12-06 [melvin]     0.8.6claws66
12141
12142         * src/prefs_actions.c
12143                 Added the trailing ">" syntax to insert command's output
12144                 without replacing old text (in contrast to trailing "|").
12145
12146 2002-12-05 [colin]      0.8.6claws65
12147         
12148         * src/common/utils.c
12149                 Don't modify original search_string or it'll change
12150                 the next iterations in the for()
12151
12152 2002-12-05 [darko]      0.8.6claws64
12153
12154         * src/common/utils.c
12155                 proper check for filtering commands, found by Colin
12156
12157 2002-12-05 [darko]      0.8.6claws63
12158
12159         * src/common/utils.c
12160                 check proper string for NULL pointer, found by Colin
12161
12162 2002-12-05 [darko]      0.8.6claws62
12163
12164         * src/common/utils.[ch]
12165                 expand_search_string(): new function
12166                 converts Mutt-like patterns to Sylpheed's
12167                 filtering engine
12168         * src/summaryview.c
12169                 use expand_search_string() to allow Mutt-like
12170                 patterns in extended search
12171         * README.claws
12172                 document extended option in quick search
12173
12174 2002-12-05 [paul]       0.8.6claws61
12175
12176         * sync with 0.8.6cvs16
12177                 see ChangeLog 2002-12-05
12178                 
12179         * po/POTFILES.in
12180                 clean up
12181
12182 2002-12-04 [christoph]  0.8.6claws60
12183
12184         * src/imap.[ch]
12185                 put imap authentication code into a new function and
12186                 remove it from imap_session_new that will allow to
12187                 send other commands before authentication
12188
12189 2002-12-04 [christoph]  0.8.6claws59
12190
12191         * src/imap.[ch]
12192                 use already existing method to prevent unneeded IMAP
12193                 folder selects. Set imap_select parameters to NULL
12194                 in some functions if the values are not required.
12195
12196         * src/xml.h
12197                 remove no longer required include
12198
12199 2002-12-04 [paul]       0.8.6claws58
12200
12201         * po/es.po
12202                 updated by Ricardo Mones Lastra
12203                 
12204         * configure.in
12205           po/hu.po      ** NEW FILE **
12206                 initial Hungarian translation, submitted
12207                 by Gál Zoltán <galzoli@hu.inter.net>
12208
12209 2002-12-03 [christoph]  0.8.6claws57
12210
12211         * src/Makefile.am
12212         * src/gtksctree.[ch]            ** REMOVE **
12213         * src/gtk/Makefile.am
12214         * src/gtk/gtksctree.[ch]        ** NEW **
12215                 move gtksctree files to gtk directory
12216
12217 2002-12-03 [christoph]  0.8.6claws56
12218
12219         * src/Makefile.am
12220         * src/md5.[ch]                  ** REMOVE **
12221         * srm/common/Makefile.am
12222         * src/common/md5.[ch]           ** NEW **
12223                 move md5 files to common directory
12224
12225         * src/gtkstext.c
12226                 remove not required #include
12227
12228 2002-12-03 [sergey]     0.8.6claws55
12229
12230         * src/gtkutils.c
12231         * src/gtkutils.h
12232                 gtkut_window_popup(): new function.
12233         * src/mainwindow.c
12234                 main_window_popup(): use gtkut_window_popup() to raise
12235                 window without changing its position.
12236                 (see sylpheed-main ML message [sylpheed:17247])
12237
12238 2002-12-03 [sergey]     0.8.6claws54
12239
12240         * src/send.c
12241                 send_message_local(): removed first-dot escaping
12242                 (SMTP-only, not needed for sending through pipe)
12243
12244 2002-12-03 [paul]       0.8.6claws53
12245
12246         * po/POTFILES.in
12247                 update to reflect recent changes (thanks
12248                 to Ricardo Mones Lastra)
12249                 
12250         * tools/filter_conv.pl
12251                  fix problem with quoted strings. Patch submitted
12252                  by Luke Plant <lukeplant@softhome.net>
12253
12254 2002-12-03 [paul]       0.8.6claws52
12255
12256         * sync with 0.8.6cvs15
12257                 see ChangeLog 2002-12-03
12258
12259 2002-12-02 [christoph]  0.8.6claws51
12260
12261         * src/logwindow.[ch]
12262         * src/common/log.[ch]
12263                 implement logging using a hook function
12264
12265         * src/folderview.c
12266         * src/folder.[ch]
12267                 define hooklist name in header file to avoid
12268                 errors caused by wrong spelling of hooklist names
12269
12270         * src/toolbar.c
12271                 fix warnings
12272
12273 2002-12-02 [christoph]  0.8.6claws50
12274
12275         * src/common/Makefile.am
12276                 add src/common/hooks.[ch]
12277
12278         * src/common/hooks.[ch]
12279                 implement a simple hook system using glib's hook functions
12280
12281         * src/folder.[ch]
12282         * src/folderview.c
12283                 use new hook system for folder item updates
12284
12285 2002-12-02 [christoph]  0.8.6claws49
12286
12287         * doc-src/ui_seperation.txt     ** NEW **
12288                 information for ui seperation
12289
12290         * src/Makefile.am
12291                 remove files that were moved to common
12292                 include common directory by default for the header files
12293
12294         * src/inc.c
12295         * src/common/socket.c
12296         * src/automaton.[ch]
12297                 implement automaton using g_io_*-functions instead of
12298                 gdk_input_add to make it ui independent
12299
12300         * src/codeconv.c
12301         * src/compose.c
12302         * src/ldif.c
12303         * src/pgptext.c
12304         * src/procmime.c
12305         * src/rfc2015.c
12306         * src/smtp.c
12307         * src/unmime.c
12308                 remove common/ prefix because directory is now in
12309                 include path
12310
12311         * src/compose.c
12312         * src/folder.c
12313         * src/folderview.c
12314         * src/mainwindow.c
12315         * src/messageview.c
12316         * src/prefs_common.c
12317         * src/procmsg.c
12318         * src/rfc2015.c
12319                 fix warnings
12320
12321         * src/imap.c
12322         * src/inc.c
12323         * src/news.c
12324         * src/pop.c
12325         * src/send.c
12326         * src/smtp.c
12327         * src/ssl_certificate.c
12328                 add log.h header file for logging functions
12329
12330         * src/main.c
12331         * src/common/utils.c
12332         * src/summaryview.c
12333         * src/xml.c
12334                 o move debug_mode to common/utils.c
12335                 o add functions to set and get debug_mode
12336
12337         * src/defs.h                    ** REMOVE **
12338         * src/intl.h                    ** REMOVE **
12339         * src/socket.[ch]               ** REMOVE **
12340         * src/ssl.[ch]                  ** REMOVE **
12341         * src/utils.[ch]                ** REMOVE **
12342                 replaced by new files in src/common/
12343         
12344         * src/common/Makefile.am
12345                 add new files in src/common/
12346
12347         * src/common/defs.h             ** NEW **
12348         * src/common/intl.h             ** NEW **
12349         * src/common/log.[ch]           ** NEW **
12350         * src/common/socket.[ch]        ** NEW **
12351         * src/common/ssl.[ch]           ** NEW **
12352         * src/common/utils.[ch]         ** NEW **
12353                 replacement for files in src/
12354
12355 2002-12-02 [colin]      0.8.6claws48
12356
12357         * src/folderview.c
12358                 Scroll folderview if necessary during dnd
12359
12360 2002-12-02 [colin]      0.8.6claws47
12361
12362         * src/folder.[ch]
12363                 Add check to verify a move is within a single mailbox
12364         * src/folderview.c
12365                 Add specific error string for this check
12366
12367 2002-12-02 [colin]      0.8.6claws46
12368
12369         * src/folder.c
12370                 Add a test to folder moving, remove a statusbar_print
12371         * src/folderview.c
12372                 Add Move folder... context-menu item
12373                 Factorize folder moving code
12374                 Enable folder DND for mbox
12375
12376 2002-12-01 [christoph]  0.8.6claws45
12377
12378         * ac/aspell.m4
12379                 remove conf.aspelltest if the version check fails
12380
12381 2002-11-30 [christoph]  0.8.6claws44
12382
12383         * autogen.sh
12384                 run libtoolize --force in autogen to create missing
12385                 libtool scripts
12386
12387 2002-11-30 [christoph]  0.8.6claws43
12388
12389         * src/Makefile.am
12390         * src/pgptext.c
12391         * src/procmime.c
12392         * src/rfc2015.c
12393         * src/uuencode.[ch]             ** REMOVED **
12394         * src/common/Makefile.am
12395         * src/common/uuencode.[ch]      ** NEW **
12396                 move uuen/decoder to common directory
12397
12398 2002-11-30 [christoph]  0.8.6claws42
12399
12400         * src/Makefile.am
12401         * src/base64.[ch]               ** REMOVED **
12402         * src/codeconv.c
12403         * src/compose.c
12404         * src/ldif.c
12405         * src/pgptext.c
12406         * src/procmime.c
12407         * src/rfc2015.c
12408         * src/smtp.c
12409         * src/unmime.c
12410         * src/common/Makefile.am
12411         * src/common/base64.[ch]        ** NEW **
12412                 move base64 en/decoder to common directory
12413
12414 2002-11-30 [christoph]  0.8.6claws41
12415
12416         * src/common                    ** NEW **
12417                 new directory for UI independent code
12418         * src/gtk                       ** NEW **
12419                 new directory for GTK frontend
12420         * src/common/.cvsignore         ** NEW **
12421         * src/gtk/.cvsignore            ** NEW **
12422                 ignore build files
12423         * src/common/Makefile.am        ** NEW **
12424         * src/gtk/Makefile.am           ** NEW **
12425                 automake files to build new seperated stuff
12426         * src/Makefile.am
12427                 the binary will currently still be build with the
12428                 files in src, so we include the code from the
12429                 subdirs for now after building the libs there
12430
12431 2002-11-30 [paul]       0.8.6claws40
12432
12433         * src/compose.c
12434                 fix bug [642731] 'Wrong selected account with drafted mail'
12435
12436 2002-11-29 [oliver]     0.8.6claws39
12437         
12438         * src/messageview.c
12439                 o update summaryview when switching between different
12440                   messageviews          
12441         * src/toolbar.c  
12442                 o check if messageview holds already removed msg
12443                   from summaryview
12444                 
12445
12446 2002-11-29 [oliver]     0.8.6claws38
12447
12448         * src/toolbar.c 
12449                 remove not needed variables and includes
12450                 make messageview stay opened and move to next when msgs are deleted 
12451
12452 2002-11-29 [oliver]     0.8.6claws37
12453         
12454         * src/toolbar.c 
12455                 disable compose button (messageview toolbar) by default
12456                 deleted msgs are moved to trash
12457         
12458 2002-11-29 [melvin]     0.8.6claws36
12459
12460         * configure.in
12461                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12462                 and to detect signatures expirations (gpgme 0.3.6)
12463
12464         * src/main.c
12465                 Use non obsolescent function for Gpgme engine checking.
12466
12467         * src/rfc2015.c
12468                 Inform about expired signatures or signatures which key
12469                 has expired. Expiration date is displayed.
12470
12471         * src/sigstatus.c
12472                 Inform about expired signatures or signatures which key
12473                 has expired.
12474
12475 2002-11-28 [paul]       0.8.6claws35
12476
12477         * src/folderview.c
12478                 re-instate 'Check for new messages' in Newsgroup
12479                 folders right-click menu, after a suggestion from
12480                 Tim Mann <timmann@users.sourceforge.net>
12481
12482         * src/main.c
12483                 after a crash check only local folders for new
12484                 messages
12485
12486 2002-11-28 [paul]       0.8.6claws34
12487
12488         * configure.in
12489                 apply patch that fixes the checking of GTK with XIM 
12490                 support on different OSs, such as FreeBSD. Patch 
12491                 submitted by Topia <topia@users.sourceforge.net>
12492                 
12493 2002-11-28 [paul]       0.8.6claws33
12494
12495         * src/mainwindow.c
12496           src/prefs_common.c
12497           src/prefs_toolbar.c
12498                 more changes to the English
12499
12500 2002-11-28 [paul]       0.8.6claws32
12501
12502         * sync with 0.8.6cvs13
12503                 see ChangeLog 2002-11-28 (no sync needed
12504                 for src/compose.c)
12505
12506 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12507         
12508         * src/mainwindow.[ch]
12509                 add patch by Ivan F. Martinez introducing messageview Toolbar
12510                 some changes and committed by oliver    
12511
12512 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12513
12514         * src/messageview.[ch]
12515                 add patch by Ivan F. Martinez introducing messageview Toolbar
12516                 some changes and committed by oliver    
12517
12518 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12519
12520         * src/compose.[ch]
12521                 add patch by Ivan F. Martinez introducing messageview Toolbar
12522                 some changes and committed by oliver    
12523
12524 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12525         
12526         * src/toolbar.[ch]
12527                 add patch by Ivan F. Martinez introducing messageview Toolbar
12528                 some changes and committed by oliver
12529
12530 2002-11-28 [oliver]     0.8.6claws27
12531         
12532         * src/prefs_toolbar.[ch]
12533                 getting ready for messageview toolbar
12534                 free mem allocated by gettext
12535                 change prefs_toolbar to prefs_toolbar_open
12536  
12537 2002-11-28 [thorsten]   0.8.6claws26
12538
12539         * src/imageview.[ch]
12540                 cleaned up conflicting declarations of
12541                 imageview_show_image()
12542
12543 2002-11-28 [paul]       0.8.6claws25
12544
12545         * src/grouplistdialog.c
12546           src/prefs_common.c
12547           src/prefs_summary_column.c
12548                 a few more improvements to the English
12549
12550 2002-11-28 [colin]      0.8.6claws24
12551
12552         * man/sylpheed.1
12553                 A few updates to command-line parameters
12554
12555 2002-11-28 [colin]      0.8.6claws23
12556
12557         * src/prefs_filtering.c
12558                 Fix problems with prefs_filtering_delete_path:
12559                 a) if the first rule is removed, original pointers
12560                    weren't updated (leading to segfaults)
12561                 b) it was always global_processing updated in case
12562                    of removed path was parent of rule path
12563
12564 2002-11-27 [paul]       0.8.6claws22
12565
12566         * src/mainwindow.c
12567           src/prefs_account.c
12568           src/prefs_actions.c
12569           src/prefs_common.c
12570           src/prefs_customheader.c
12571           src/prefs_display_header.c
12572           src/prefs_filtering.c
12573           src/prefs_folder_item.c
12574           src/prefs_matcher.c
12575           src/prefs_scoring.c
12576           src/prefs_summary_column.c
12577           src/prefs_template.c
12578           src/prefs_toolbar.c
12579                  improve the English in the GUI
12580
12581 2002-11-27 [colin]      0.8.6claws21
12582
12583         * src/folder.c
12584                 Fix processing renaming problems happening after
12585                 last commit
12586
12587 2002-11-27 [colin]      0.8.6claws20
12588
12589         * src/folder.c
12590                 recursive move now deletes src each subfolder after 
12591                 having moved it
12592         * src/folderview.c
12593                 Use identifier instead of path during dnd (enables
12594                 IMAP folder dnd)
12595
12596 2002-11-27 [paul]       0.8.6claws19
12597
12598         * src/main.c
12599                 apply patch that does command-line processing 
12600                 BEFORE gtk_init, allowing claws to run from 
12601                 shell-scripts in non-X environment (e.g. crontab 
12602                 or ip-up, ip-down scripts). Patch submitted by
12603                 Ruslan N. Balkin <baron@dartel.ru>
12604                 
12605         * po/it.po
12606                 updated by Alessandro Maestri
12607
12608 2002-11-27 [paul]       0.8.6claws18
12609
12610         * sync with 0.8.6cvs12
12611           src/prefs_common.c
12612                 Differences are that main uses a 'Receive dialog'
12613                 frame on the Interface tab, whereas claws groups all 
12614                 the dialogs together in a 'Dialogs' frame.
12615
12616 2002-11-27 [colin]      0.8.6claws17
12617
12618         * src/prefs_matcher.c
12619                 Fix Execute criteria's NOT flag
12620
12621
12622 2002-11-26 [christoph]  0.8.6claws16
12623
12624         * src/ssl.c
12625                 rewrite the ssl code a little bit, only use one
12626                 SSL context, set default certificates' file/path
12627
12628 2002-11-26 [thorsten]   0.8.6claws15
12629
12630         * src/compose.c
12631                 default-reply-to didn't work for ml-reply
12632
12633 2002-11-26 [melvin]     0.8.6claws14
12634
12635         * src/prefs_actions.c
12636                 Made pipe-actions ignore short headers in message view
12637                 Made trailing-pipe-actions write in the message view with
12638                 the same font as the original message
12639
12640 2002-11-26 [paul]       0.8.6claws13
12641
12642         * src/compose.c
12643                 this time commit the correct file
12644
12645 2002-11-26 [paul]       0.8.6claws12
12646
12647         * sync with 0.8.6cvs11
12648           src/quote_fmt_parse.y  
12649                 no sync needed
12650           src/account.[ch]       
12651                 not sync'ed
12652           src/compose.c
12653                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12654                 on draft mode.
12655                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12656                 header
12657                 
12658         see ChangeLog 2002-11-25 and 2002-11-26
12659
12660 2002-11-26 [colin]      0.8.6claws11
12661
12662         * src/folderview.c
12663                 Fix collapsed folder not auto-expanding during
12664                 mail dnd, if it was the source folder.
12665
12666 2002-11-25 [colin]      0.8.6claws10
12667
12668         * src/folderview.[ch]
12669                 Variable renaming and cleaning (slist of nodes 
12670                 to be re-collapsed is stored in FolderView)
12671
12672 2002-11-25 [paul]       0.8.6claws9
12673
12674         * src/prefs_common.[ch]
12675                 fix breakage caused by last commit
12676
12677 2002-11-25 [paul]       0.8.6claws8
12678
12679         * sync with 0.8.6cvs4
12680                 see ChangeLog 2002-11-21
12681
12682 2002-11-25 [paul]       0.8.6claws7
12683
12684         * sync with 0.8.6cvs4
12685                 see ChangeLog 2002-11-20
12686
12687 2002-11-25 [paul]       0.8.6claws6
12688
12689         * sync with 0.8.6cvs3
12690                 see ChangeLog 2002-11-18
12691
12692 2002-11-25 [colin]      0.8.6claws5
12693
12694         * src/gtkutils.[ch]
12695                 Add gtkut_ctree_node_is_parent()
12696         * src/folderview.c
12697                 Spring-loaded folders
12698
12699 2002-11-25 [colin]      0.8.6claws4
12700
12701         * src/utils.[ch]
12702                 Add slist_concat_unique(), function to merge
12703                 two GSList filtering dups
12704         * src/folder.[ch]
12705         * src/summaryview.[ch]
12706         * src/folderview.c
12707         * src/main.c
12708                 Add detection/update/display of unread answers
12709                 to marked mails
12710         * src/procmsg.[ch]
12711                 Add procmsg_find_children()
12712                 Add procmsg_msg_has_marked_parent()
12713
12714 2002-11-25 [colin]      0.8.6claws3
12715
12716         * src/ssl_certificate.[ch]
12717                 Allow checking a certificate without a DNS
12718                 lookup
12719                 Allow to forget a cert (by deleting it)
12720                 Make ssl_certificate_destroy_public
12721         * src/ssl_manager.[ch] ** NEW FILES **
12722                 Gui to manage (display/remove) certificates
12723         * src/prefs_common.[ch]
12724                 Add a pref to allow silent acceptation of
12725                 trusted certificates or not (based on the
12726                 "I want to know what's going on" principle)
12727         * src/mainwindow.c
12728                 Add SSL manager in Tools menu
12729         * src/Makefile.am
12730                 Add the new files to the build
12731         * po/POTFILES.in
12732                 Add ssl_manager.c to translations
12733
12734 2002-11-25 [colin]      0.8.6claws2
12735
12736         * src/summaryview.[ch]
12737                 Add S_SEARCH_EXTENDED to the quick search, which 
12738                 allows to search using filtering syntax.
12739
12740 2002-11-25 [colin]      0.8.6claws1
12741
12742         * src/summaryview.c
12743                 Deletion of duplicates now prefer deleting
12744                 the unread dup (fixes feature-request 638989).
12745
12746 2002-11-24 [paul]       0.8.6claws
12747
12748         * po/es.po
12749           po/pl.po
12750           po/ru.po
12751           po/sr.po
12752                 updated by Ricardo Mones Lastra,
12753                 Witold Wladyslaw Wojciech Wilk,
12754                 Ruslan N. Balkin, and  Urke MMI 
12755                 respectively
12756
12757 2002-11-24 [paul]       0.8.5claws182
12758
12759         * po/bg.po
12760                 updated by George Danchev
12761
12762 2002-11-23 [alfons]     0.8.5claws181
12763
12764         * src/imap.c
12765                 tiny memory leak found by browsing Dimitar's 
12766                 valgrind report
12767
12768 2002-11-23 [paul]       0.8.5claws180
12769
12770         * po/it.po
12771                 updated by Alessandro Maestri
12772
12773 2002-11-22 [christoph]  0.8.5claws179
12774
12775         * src/compose.c
12776         * src/inc.c
12777         * src/prefs_filtering.c
12778         * src/summaryview.c
12779                 more warning fixes
12780
12781 2002-11-22 [alfons]     0.8.5claws178
12782
12783         * src/summaryview.c
12784                 summary_execute_delete_func(): if message is deleted, make 
12785                 sure to also remove its entry in the subject hash table. 
12786                 fixes a corner case bug.
12787
12788 2002-11-22 [paul]       0.8.5claws177
12789
12790         * .cvsignore
12791                 add 'autom4te.cache'
12792                 
12793         * ltconfig      ** REMOVED **
12794                 not needed
12795
12796 2002-11-22 [paul]       0.8.5claws176
12797
12798         * src/textview.c
12799                 textview_set_font(): fix for message display in
12800                 UTF-8 locales (thanks to Sergey Vlasov).
12801                 
12802         * AUTHORS
12803                 add new team members and contributors
12804
12805
12806 2002-11-21 [colin]      0.8.5claws175
12807
12808         * src/procmsg.[ch]
12809                 Add procmsg_remove_special_headers()
12810         * src/mh.c
12811                 Use procmsg_remove_special_headers() for 
12812                 previous fix
12813
12814 2002-11-21 [colin]      0.8.5claws174
12815
12816         * src/mh.c
12817                 Fix moving/copying from queue/draft folders
12818                 for MH folders
12819
12820 2002-11-21 [christoph]  0.8.5claws173
12821
12822         * src/crash.c
12823         * src/filtering.c
12824         * src/logwindow.c
12825         * src/main.c
12826         * src/matcher_parser_lex.[hl]
12827         * src/mbox.c
12828         * src/mbox_folder.[ch]
12829         * src/prefs_filtering.c
12830         * src/procheader.c
12831         * src/quote_fmt_lex.l
12832         * src/ssl.c
12833                 fix all warnings except the warnings in lex and yacc files
12834
12835 2002-11-20 [christoph]  0.8.5claws172
12836
12837         * src/imap.c
12838                 fix MsgInfo retrieval for IMAP draft and queue folders
12839                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12840
12841 2002-11-19 [christoph]  0.8.5claws171
12842
12843         * src/compose.c
12844                 fix segfault, when draft saving does not get
12845                 the MsgInfo of the new message
12846                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12847
12848 2002-11-19 [christoph]  0.8.5claws170
12849
12850         * src/procmsg.c
12851                 add parameter check for flag setting function
12852                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12853
12854 2002-11-18 [paul]       0.8.5claws169
12855
12856         * src/compose.c
12857                 more sensitivity fixes to redirect mode:
12858                 * disable toolbar draft button
12859                 * allow only Address book in the Tools menu
12860                 * disable editing of message by the spell
12861                   checker
12862
12863 2002-11-18 [paul]       0.8.5claws168
12864
12865         * src/compose.c
12866                 fix sensitivity of menu items in compose_redirect():
12867                 allow only the necessary items 
12868
12869 2002-11-18 [paul]       0.8.5claws167
12870
12871         * src/compose.c
12872                 fix bug [ 603259 ] 'attachment got lost on bounce'
12873
12874 2002-11-18 [paul]       0.8.5claws166
12875
12876         * po/ru.po
12877                 updated by Ruslan N. Balkin <baron@dartel.ru>
12878
12879 2002-11-18 [colin]      0.8.5claws165
12880
12881         * src/main.c
12882           src/defs.h
12883                 Remove old filtering stuff
12884
12885
12886 2002-11-17 [oliver]     0.8.5claws164
12887
12888         * src/toolbar.h
12889                 remove not needed typedef 
12890
12891 2002-11-17 [oliver]     0.8.5claws163
12892
12893         * src/toolbar.c
12894                 make toolbar's on click events translatable
12895
12896 2002-11-15 [colin]      0.8.5claws162
12897
12898         * src/summaryview.c
12899                 Revert too-soon integration of a feature
12900
12901 2002-11-15 [christoph]  0.8.5claws161
12902
12903         * src/imap.c
12904                 use main's implementation of imap_get_msginfo
12905
12906 2002-11-15 [christoph]  0.8.5claws160
12907
12908         * src/compose.c
12909         * src/folder.[ch]
12910         * src/imap.c
12911         * src/mbox_folder.c
12912         * src/mh.c
12913         * src/news.c
12914         * src/procmsg.c
12915         * src/summaryview.c
12916                 replace claws' fetch_msginfo with main's get_msginfo
12917                 (use main's implementation where possible)
12918
12919 2002-11-15 [colin]      0.8.5claws159
12920
12921         * src/ssl_certificate.c
12922                 Missed a check
12923
12924 2002-11-16 [melvin]     0.8.5claws158
12925
12926         * po/fr.po
12927                 Updated French translations.
12928
12929 2002-11-16 [colin]      0.8.5claws157
12930
12931         * src/ssl_certificate.c
12932                 Check for missing parts in the certificates
12933
12934 2002-11-15 [colin]      0.8.5claws156
12935
12936         * src/folderview.c
12937                 Preventive fix (missing check) found by
12938                 Alfons
12939
12940 2002-11-15 [paul]
12941
12942         * NEWS
12943                 sync with 0.8.6 release
12944
12945 2002-11-15 [colin]      0.8.5claws155
12946
12947         * src/folder.[ch]
12948           src/folderview.c
12949                 Fix error handling of folder_item_move_to()
12950                 (thanks to Alfons!)
12951
12952 2002-11-15 [colin]      0.8.5claws154
12953
12954         * src/folder.[ch]
12955           src/folderview.c
12956                 folder_item_move_to() sets an error message instead
12957                 of having GUI stuff in folder.c
12958
12959 2002-11-15 [colin]      0.8.5claws153
12960
12961         * src/procmsg.[ch]
12962                 Implemented a callback for MsgInfo updates, 
12963                 heavily copy/pasted from Christoph's folder 
12964                 callback system
12965         * src/summaryview.[ch]
12966                 Register summary_update_msg as callback
12967
12968 2002-11-14 [colin]      0.8.5claws152
12969         
12970         * src/procmsg.c
12971                 Update the FolderItem after sending (fixes 617593)
12972
12973 2002-11-14 [christoph]  0.8.5claws151
12974
12975         * src/folder.c
12976                 fix wrong position of NULL pointer check found
12977                 by Sergey
12978
12979 2002-11-14 [christoph]  0.8.5claws150
12980
12981         * src/folder.c
12982                 fix segfault when deleting messages from IMAP folders
12983                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12984
12985 2002-11-14 [colin]      0.8.5claws149
12986
12987         * src/compose.c
12988                 Forwarding was also ignoring the folder's default account.
12989
12990 2002-11-14 [colin]      0.8.5claws148
12991
12992         * src/compose.c
12993                 Fix sent folder not set to folder properties when 
12994                 forwarding.
12995
12996 2002-11-14 [thorsten]   0.8.5claws147
12997
12998         * src/inc.c
12999                 inc_start(): Files were not moved from .processing to inbox,
13000                 if no global processing rule existed
13001
13002 2002-11-14 [colin]      0.8.5claws146
13003
13004         * src/ssl_certificate
13005                 Fix file operations
13006
13007 2002-11-14 [paul]       0.8.5claws145
13008
13009         * po/it.po
13010                 updated by Alessandro Maestri
13011
13012 2002-11-13 [alfons]     0.8.5claws144
13013
13014         * src/folder.c
13015                 folder_item_close(): only mark messages unread
13016                 when a folder has new messages 
13017
13018 2002-11-13 [keith]      0.8.5claws143
13019
13020         * src/imap.c
13021                 Fix problem moving or copying between
13022                 IMAP folders
13023
13024 2002-11-13 [colin]      0.8.5claws142
13025
13026         * src/matcher_parser_parse.y
13027                 Fix rule problem when " don't match
13028
13029 2002-11-13 [christoph]  0.8.5claws141
13030
13031         * src/folder.c
13032         * src/folderview.c
13033                 moved cache saving to folder_item_close
13034                 the folderview should not have to deal with
13035                 this things
13036
13037 2002-11-13 [christoph]  0.8.5claws140
13038
13039         * src/summaryview.c
13040                 moved setting of important score to
13041                 summary_set_prefs_from_folderitem
13042
13043 2002-11-13 [colin]      0.8.5claws139
13044
13045         * src/matcher_parser_parse.y
13046                 Fix a segfault in the parser (happening when
13047                 a good expression had been tested and a bad 
13048                 one arrives)
13049
13050 2002-11-13 [paul]       0.8.5claws138
13051
13052         * sync with 0.8.5cvs24
13053                 see ChangeLog 2002-11-13
13054                 
13055         * po/pt_BR.po
13056                 updated by Fabio Jr. Beneditto
13057
13058 2002-11-13 [colin]      0.8.5claws137
13059         
13060         * src/msgcache.c
13061           src/defs.h
13062           src/procmsg.[ch]
13063                 Revert last commit, problem
13064
13065 2002-11-13 [colin]      0.8.5claws136
13066
13067         * src/msgcache.c
13068                 Remove duplicated code
13069         * src/defs.h
13070                 Bumped CACHE_VERSION and MARK_VERSION
13071         * src/procmsg.[ch]
13072                 Network endian for cache and mark files
13073
13074 2002-11-12 [colin]      0.8.5claws135
13075
13076         * src/inc.c
13077                 Fix the "socket error" dialog which disappeared
13078
13079 2002-11-12 [colin]      0.8.5claws134
13080
13081         * src/msgcache.c
13082                 Reverse last commit which had performance 
13083                 problems, but still reverse the list
13084
13085 2002-11-12 [colin]      0.8.5claws133
13086
13087         * src/msgcache.c
13088                 Reverse list order
13089
13090 2002-11-12 [melvin]     0.8.5claws132
13091
13092         * src/compose.c
13093                 Added a check for a NULL prefs_common.dictionary
13094
13095 2002-11-12 [colin]      0.8.5claws131
13096
13097         * src/ssl_certificate.[ch]
13098                 Use FQDN hostname
13099
13100 2002-11-12 [colin]      0.8.5claws130
13101
13102         * src/ssl_certificate.[ch]
13103                 Take connection port into account for 
13104                 checking certificates (a single hostname
13105                 could have multiple servers with multiple
13106                 certificates)
13107         * src/ssl.c
13108                 Pass the port to ssl_certificate_check
13109
13110 2002-11-12 [paul]       0.8.5claws129
13111
13112         * src/folder.c
13113                 fix a typo in last commit
13114
13115 2002-11-12 [paul]       0.8.5claws128
13116
13117         * sync with 0.8.5cvs23
13118                 see ChangeLog entry 2002-11-12
13119
13120 2002-11-11 [colin]      0.8.5claws127
13121
13122         * src/ssl_certificate.c
13123                 Cleaner messages
13124                 Don't popup, instead log error, if the 
13125                 corresponding pref is checked
13126         * src/ssl_certificate.h
13127                 include <openssl/objects/h>
13128
13129 2002-11-11 [colin]      0.8.5claws126
13130
13131         * src/ssl_certificate.h
13132                 _Really_ clean it
13133
13134 2002-11-11 [colin]      0.8.5claws125
13135         
13136         * src/ssl_certificate.c
13137                 Fixed leak
13138
13139 2002-11-11 [colin]      0.8.5claws124
13140
13141         * src/ssl.c
13142                 Cleaned a bit
13143         * src/ssl_certificate.[ch]
13144                 Cleaned a bit (better use of SSL API)
13145                 (This will cause non-recognition of saved 
13146                  certificates of claws12[23]...)
13147
13148 2002-11-11 [paul]       0.8.5claws123
13149         
13150         * po/es.po
13151                 updated by Ricardo Mones Lastra
13152
13153 2002-11-11 [colin]      0.8.5claws122
13154
13155         * src/ssl.c
13156                 Fix a typo
13157
13158 2002-11-11 [colin]      0.8.5claws121
13159
13160         * src/ssl_certificate.[ch] ** NEW FILES **
13161         * src/ssl.[ch]
13162                 Check SSL certificates presented to us
13163         * src/Makefile.am
13164                 Add ssl_certificate.[ch]
13165         * po/POTFILES.in
13166                 Add ssl_certificate.c
13167
13168 2002-11-11 [paul]       0.8.5claws120
13169
13170         * sync with 0.8.5cvs22
13171                 see ChangeLog 2002-11-11
13172
13173 2002-11-11 [paul]       0.8.5claws119
13174
13175         * sync with 0.8.5cvs21
13176                 see ChangeLog 2002-11-11
13177
13178 2002-11-10 [jens]       0.8.5claws118
13179
13180         * src/folder.c
13181         * src/folderview.c
13182                 corrected some typing
13183         * po/de.po
13184                 updated german translation
13185         * sylpheed.spec.in
13186                 cleaned up specfile and adjusted it for claws
13187
13188 2002-11-10 [colin]      0.8.5claws117
13189
13190         * src/summaryview.c
13191                 a STATUSBAR_PUSH/POP fix
13192
13193 2002-11-10 [colin]      0.8.5claws116
13194
13195         * src/prefs_folder_item.c
13196                 Fix hanging after opening folder properties
13197
13198 2002-11-10 [hoa]        0.8.5claws115
13199
13200         * src/matcher_parser_lex.l
13201         * src/matcher_parser_parse.y
13202                 config file for scoring and filtering is no more trashed
13203                 when there is a syntax error in a filtering rule when
13204                 editing it in a dialog.
13205
13206 2002-11-09 [colin]      0.8.5claws114
13207
13208         * src/mbox_folder.c
13209                 Added missing initialisation of folder->destroy()
13210
13211 2002-11-09 [colin]      0.8.5claws113
13212
13213         * src/folder.c
13214           src/folderview.c
13215                 Fix the status bar messages
13216
13217 2002-11-09 [colin]      0.8.5claws112
13218
13219         * src/folderview.c
13220                 Fix hangs after folder dnd, happening after 
13221                 claws109.
13222
13223 2002-11-09 [christoph]  0.8.5claws111
13224
13225         * src/folderview.c
13226                 just changed order of calls (reverse order of
13227                 associated calls)
13228         * src/inc.c
13229                 lock inc when checking only one account, otherwise
13230                 inc all could be executed at the same time
13231
13232 2002-11-09 [christoph]  0.8.5claws110
13233
13234         * src/folderview.c
13235                 better unlock the mouse cursor before calling
13236                 summary_show because it changes the cursor too
13237
13238 2002-11-09 [christoph]  0.8.5claws109
13239
13240         * src/folder.[ch]
13241         * src/folderview.c
13242                 add functions to open and close a folder
13243                 o opending will execute scanning for remote folders
13244                   and processing
13245                 o closing will unset new flag for messages
13246
13247 2002-11-09 [colin]      0.8.5claws108
13248
13249         * src/folder.c
13250                 Add a call to prefs_matcher_write_config to 
13251                 avoid non-leaf folders filtering settings to be
13252                 lost
13253
13254 2002-11-09 [paul]       0.8.5claws107
13255
13256         * src/prefs_account.c
13257                 re-word a label
13258
13259 2002-11-09 [colin]      0.8.5claws106
13260
13261         * src/folderview.c
13262                 Minor esthetic fix
13263
13264 2002-11-09 [colin]      0.8.5claws105
13265
13266         * src/folderview.c
13267                 Fix prefs_filtering deletion for MH folders (same
13268                 reason as below)
13269         * src/prefs_filtering.c
13270                 Fix prefs_filtering renaming and deletion for 
13271                 folder-based processing rules.  
13272
13273 2002-11-09 [christoph]  0.8.5claws104
13274
13275         * src/compose.c
13276         * src/folder.[ch]
13277         * src/folderview.[ch]
13278         * src/import.c
13279         * src/inc.c
13280         * src/main.c
13281         * src/mainwindow.c
13282         * src/messageview.c
13283         * src/prefs_folder_item.c
13284         * src/procmsg.c
13285         * src/summaryview.c
13286                 implement a callback system for folder item updates
13287
13288 2002-11-09 [colin]      0.8.5claws103
13289
13290         * src/folderview.c
13291                 Fix prefs_filtering renaming for MH folders (we
13292                 shouldn't rename by path as another folder could
13293                 have the same hierarchy).
13294
13295 2002-11-09 [colin]      0.8.5claws102
13296
13297         * src/folder.c
13298                 Fix a leak found by Christoph, use better variable
13299                 names
13300
13301 2002-11-09 [colin]      0.8.5claws101
13302
13303         * src/folder.c
13304                 One more fix for processing rules
13305
13306 2002-11-08 [colin]      0.8.5claws100
13307         
13308         * src/matcher.c
13309                 Don't copy the compiled regexp (will be reevaluated)
13310         * src/folderview.c
13311                 Lock folderview while moving
13312         * src/folder.c
13313                 Provide info on what's happening to the user
13314
13315 2002-11-08 [colin]      0.8.5claws99
13316
13317         * src/folderview.c
13318                 Fix folder reordering after a move if parent is 
13319                 root
13320         * src/scoring.[ch]
13321                 Add function to copy a ScoringProp
13322         * src/prefs_folder_item.c
13323                 Copy scoring rules when copying a folder prefs
13324
13325 2002-11-08 [colin]      0.8.5claws98
13326
13327         * src/folderview.c
13328                 Fixes in case of failure
13329         * src/filtering.[ch]    
13330                 Add function to duplicate a FilteringProp
13331         * src/matcher.[ch]
13332                 Add function to duplicate a MatcherProp
13333         * src/prefs_folder_item.c
13334                 Save folder's processing rules when copying 
13335                 its prefs
13336
13337 2002-11-08 [colin]      0.8.5claws97
13338         
13339         * src/folderview.c
13340                 Sort after move
13341         * src/folder.c 
13342                 Change a printf to debug_print
13343
13344 2002-11-08 [colin]      0.8.5claws96
13345
13346         * src/folder.c
13347           src/folderview.c
13348                 Fix segfaults, call me stupido
13349         
13350
13351 2002-11-08 [colin]      0.8.5claws95
13352
13353         *src/folder.c
13354                 Added forgotten prefs to save when moving folders
13355
13356 2002-11-08 [colin]      0.8.5claws94
13357
13358         * src/folder.c
13359                 Fixes to folder DND (prefs copy)
13360         * src/folderview.c
13361                 Optimization for folder DND (don't rescan whole tree)
13362                 Added folderview_create_folder_node() for this 
13363                 optimization, so de-duped a bit the code
13364         * src/prefs_folder_item.[ch]
13365                 Added prefs_folder_item_copy_prefs()    
13366           
13367 2002-11-08 [paul]       0.8.5claws93
13368
13369         * src/prefs_account.c
13370           tools/README
13371           tools/kmail2sylpheed_v2.pl
13372                 correct some typos
13373
13374 2002-11-08 [paul]       0.8.5claws92
13375
13376         * src/compose.c
13377           src/prefs_account.[ch]
13378                 remove account options 'clearsign' and 'ascii_armored',
13379                 replace with 'default_gnupg_mode' to prevent mixed-mode
13380                 Privacy settings
13381
13382 2002-11-08 [paul]       0.8.5claws91
13383
13384         * src/compose.[ch]
13385                 re-implement GnuPG 'on-the-fly' mode selection,
13386                 disallow mixed-mode
13387
13388 2002-11-08 [colin]      0.8.5claws90
13389
13390         * src/folderview.c
13391           src/prefs_folder_item.c
13392                 Change "Property" to "Properties"
13393
13394 2002-11-07 [colin]      0.8.5claws89
13395
13396         * src/folderview.c
13397           src/folder.c
13398                 Allow folder dropping to a root folder
13399
13400 2002-11-07 [paul]       0.8.5claws88
13401
13402         * src/compose.c
13403                 revert last commit
13404
13405 2002-11-07 [paul]       0.8.5claws87
13406
13407         * src/compose.c
13408                 fix reply-to-list bug. closes bug report
13409                 "[633382] reply-to-list broken in recent cvs"
13410
13411 2002-11-07 [paul]       0.8.5claws86
13412
13413         * src/compose.c
13414                 add a forgotten '#if USE_GPGME ... #endif'
13415
13416 2002-11-07 [paul]       0.8.5claws85
13417
13418         * sync with 0.8.5cvs20
13419                 see ChangeLog 2002-11-07
13420
13421 2002-11-07 [colin]      0.8.5claws84
13422
13423         * src/folder.[ch]
13424                 Change folder_item_move_to to return the newly 
13425                 created folderitem.
13426         * src/folderview.c
13427                 Select the new folderitem after moving.
13428
13429 2002-11-07 [colin]      0.8.5claws83
13430
13431         * src/prefs_filtering.c
13432                 Fix rule rewriting when moving a leaf folder to a 
13433                 shorter path
13434
13435 2002-11-07 [colin]      0.8.5claws82
13436
13437         * src/prefs_filtering.c
13438                 fix a leak
13439
13440 2002-11-07 [colin]      0.8.5claws81
13441
13442         * src/folder.[ch]
13443                 Add folder_item_move_to() function to move a 
13444                 folderitem into another one (updates matcher etc)
13445         * src/folderview.c
13446                 Add folder drag'n drop (context menu to come)
13447                 [Should be dataloss free, but Please backup before 
13448                  trying !]
13449
13450 2002-11-06 [colin]      0.8.5claws80
13451
13452         * src/mh.c
13453                 mh_create_folder() returns NULL if can't create
13454                 directory hierarchy
13455
13456 2002-11-06 [paul]       0.8.5claws79
13457
13458         * src/compose.[ch]
13459                 allow 'on-the-fly' changing of the type of encryption 
13460                 and/or signing used (mime/ascii) via the compose window
13461
13462 2002-11-06 [paul]       0.8.5claws78
13463
13464         * sync with 0.8.5cvs19
13465                 see ChangeLog 2002-11-06 for src/account.c: 
13466                 account_get_special_folder()
13467                 
13468 2002-11-05 [alfons]     0.8.5claws77
13469
13470         * src/crash.c
13471                 very minor cleanups: nothing to see here, move on. :-)
13472
13473 2002-11-05 [colin]      0.8.5claws76
13474
13475         * src/main.c
13476                 Changes choices if compose windows are opened to
13477                 Discard, Draft, Don't quit
13478
13479 2002-11-05 [thorsten]   0.8.5claws75
13480
13481         * src/compose.c
13482                 reenabled default_reply_to folder option
13483
13484 2002-11-05 [colin]      0.8.5claws74
13485
13486         * src/compose.[ch] 
13487                 add compose_draft()
13488         * src/crash.c
13489                 add SIGTERM handler
13490         * src/main.[ch]
13491                 add clean_quit() for the SIGTERM handler
13492
13493 2002-11-05 [paul]       0.8.5claws73
13494         
13495         * po/es.po
13496                 updated by Ricardo Mones Lastra
13497
13498 2002-11-05 [melvin]     0.8.5claws72
13499
13500         * src/logwindow.c
13501                 Fixed log-clipping bug #616795.
13502                 To stop logging in the log window use 0 length.
13503         * src/prefs_common.c
13504                 Added a label to inform about the 0 log length behaviour.
13505
13506 2002-11-05 [paul]       0.8.5claws71
13507
13508         * sync with 0.8.5cvs17
13509                 see ChangeLog 2002-11-05
13510
13511 2002-11-04 [paul]       0.8.5claws70
13512
13513         * sylpheed-128x128.png
13514           sylpheed-64x64.png
13515           sylpheed.png
13516                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13517                 <nikai@users.sourceforge.net>
13518                 
13519         * po/bg.po
13520                 updated by George Danchev
13521
13522 2002-11-03 [thorsten]   0.8.5claws69
13523
13524         * src/main.c
13525           src/mimeview.c
13526           src/rfc2015.h
13527                 add check if gpg is active
13528
13529 2002-11-03 [thorsten]   0.8.5claws68
13530
13531         * src/toolbar.h
13532                 removed GSList declaration causing trouble on MacOS-X
13533                 (submitted by alfons, reported by xfesty)
13534
13535 2002-11-01 [paul]       0.8.5claws67
13536
13537         * src/mainwindow.c
13538                 remove last remnants of main's filter code
13539
13540 2002-11-01 [paul]       0.8.5claws66
13541
13542         * tools/filter_conv.pl
13543                 fix bug where user-defined headers were ignored
13544
13545 2002-11-01 [paul]       0.8.5claws65
13546
13547         * src/logwindow.c
13548                 make a debug_print() not translatable
13549
13550 2002-10-31 [melvin]     0.8.5claws64
13551
13552         * ac/aspell.m4
13553                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13554                 not run any GNU/aspell test.  The dictionary path will
13555                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13556                 was given, in which case, it will be $prefix/lib/aspell/
13557         * configure.in
13558                 Fixed typo in commentary (Aspell code).
13559
13560 2002-10-31 [paul]       0.8.5claws63
13561
13562         * po/POTFILES.in
13563                 remove src/filter.c and src/prefs_filter.c
13564                 thanks to Ricardo for reminding me
13565
13566 2002-10-31 [colin]      0.8.5claws62
13567
13568         * src/mbox_folder.c
13569                 Plug some leaks
13570
13571 2002-10-31 [paul]       0.8.5claws61
13572
13573         * src/prefs_filter.[ch] ** REMOVED **
13574           src/filter.[ch]       ** REMOVED **
13575           
13576         * src/Makefile.am
13577           src/folderview.c
13578           src/inc.c
13579           src/main.c
13580           src/mainwindow.c
13581           src/mbox.c
13582           src/prefs_common.c
13583           src/prefs_filtering.c
13584           src/summaryview.[ch]
13585                 remove main's 'filter' code
13586                 
13587         README.claws
13588                 update to reflect removal of main's filter
13589
13590 2002-10-31 [paul]       0.8.5claws60
13591
13592         * src/summaryview.c
13593                 remove check for global_processing in summary_filter_open(). 
13594                 This fixes the bug where if the user uses the right-click 
13595                 'Create filter rule...' and doesn't have any filter rules 
13596                 already defined in claws' advanced filtering, the newly 
13597                 created filter rule goes to main's filtering which is 
13598                 inaccessible through the gui. Now the filter rule gets added
13599                 to claws' filtering by default.
13600
13601 2002-10-28 [melvin]     0.8.5claws59
13602
13603         * src/prefs_actions.c
13604                 Fixed bug #627322 where MIME parts were not always
13605                 correctly passed to a %p action
13606                 Display an error dialog when message filename is not found.
13607
13608 2002-10-28 [melvin]     0.8.5claws58
13609
13610         * src/prefs_common.c
13611                 Readded a missing function declaration lost in 0.8.3claws34
13612
13613 2002-10-28 [paul]       0.8.5claws57
13614
13615         * sync with 0.8.5cvs15
13616                 see ChangeLog 2002-10-28 and 2002-10-25
13617                 
13618         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13619
13620 2002-10-27 [oliver]     0.8.5claws56
13621
13622         * src/pop.c
13623                 plug leak in pop3_top_recv
13624
13625 2002-10-26 [christoph]  0.8.5claws55
13626
13627         * src/folder.c
13628                 set need_update folder flag when messages are added
13629                 (closes bug [ 626922 ] folder not updated after receiving)
13630
13631 2002-10-25 [melvin]     0.8.5claws54
13632
13633         * src/imageview.c
13634                 Fixed a memleak introduced in the scaling code.
13635
13636 2002-10-24 [alfons]     0.8.5claws53
13637
13638         * src/filtering.c
13639                 make filtering's forward message action forward from the 
13640                 correct account
13641                 (closes bug [628089 ] Filter -> Forward from address problem
13642                 reported by Oktay)
13643
13644 2002-10-24 [christoph]  0.8.5claws52
13645
13646         * src/mainwindow.c
13647         * src/manual.[ch]
13648                 o use manual of current locale or english if current
13649                   locale is not available (and english is available)
13650                 o also link to sylpheed doc project manuals
13651
13652 2002-10-23 [paul]       0.8.5claws51
13653
13654         * tools/README
13655           tools/kmail2sylpheed_v2.pl
13656                 add new version of kmail addressbook importer script.
13657                 works with newer versions of Kmail/KAddressBook which
13658                 have new and rearranged data.
13659
13660 2002-10-23 [martin]     0.8.5claws50
13661
13662         * src/folderview.c
13663         * src/summaryview.c
13664         * src/utils.h
13665         * src/utils.c
13666                 added length parameter to get_abbrev_newsgroup_name()
13667                 changed this function so that it abbreviates the newsgroup
13668                 names only so long it is smaller than the length parameter
13669                 (for better reading of some newsgroup names and space efficiency)
13670
13671 2002-10-22 [colin]      0.8.5claws49
13672
13673         *src/foldersel.c
13674                 Revert Alfons' last modification (after voting ;-))
13675
13676 2002-10-21 [alfons]     0.8.5claws48
13677
13678         * src/foldersel.c
13679                 folder view in folder selection dialog reflects state of
13680                 folder view in main window
13681
13682 2002-10-18 [alfons]     0.8.5claws47
13683
13684         * src/mbox.c
13685                 drop imported messages in folder selected by user,
13686                 and not in the inbox
13687                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13688
13689 2002-10-18 [alfons]     0.8.5claws46
13690
13691         * src/compose.c
13692                 make automagic reply work correctly for email accounts 
13693                 (whether it's viable to do a full sync with Hiro's 
13694                 compose.c is still under discussion)
13695
13696 2002-10-18 [melvin]     0.8.5claws45
13697
13698         * src/prefs_actions.c
13699                 Fixed bug #622275 where asynchroneous actions left 
13700                 zombies processes
13701                 Made (synchroneous) actions' input be displayed live.
13702
13703 2002-10-18 [christoph]  0.8.5claws44
13704
13705         * src/textview.c
13706                 don't add a newline in the textview in front of the
13707                 first textpart if header display is disabled
13708                 (closes bug [ 603385 ] disabled header display leaves blank
13709                  lin)
13710
13711 2002-10-18 [christoph]  0.8.5claws43
13712
13713         * src/folder.[ch]
13714         * src/imap.c
13715         * src/mbox_folder.c
13716         * src/mh.c
13717         * src/news.c
13718                 folder->get_num_list now returns an error code
13719                 (closes bug [ 609424 ] News cache cleared on failure)
13720                 
13721 2002-10-17 [colin]      0.8.5claws42
13722         
13723         * src/news.c
13724                 Changed a printf by debug_print
13725
13726 2002-10-16 [paul]       
13727
13728         * tools/OOo2sylpheed.pl
13729                 allow for spaces in the name of the
13730                 file to be attached.
13731
13732 2002-10-16 [colin]      0.8.5claws41
13733
13734         * src/main.c
13735                 Use a tristate to change online mode
13736
13737 2002-10-16 [paul]       0.8.5claws40
13738
13739         * po/es.po
13740                 updated by Ricardo Mones Lastra
13741
13742 2002-10-16 [colin]      0.8.5claws39
13743
13744         * src/main.c
13745           src/mainwindow.[ch]
13746                 Added --online and --offline command-line
13747                 switches
13748
13749 2002-10-15 [christoph]  0.8.5claws38
13750
13751         * src/procmime.c
13752                 set mimeinfo->name to NULL after g_free to
13753                 avoid double freeing with g_free
13754
13755 2002-10-14 [christoph]  0.8.5claws37
13756
13757         * src/compose.c
13758         * src/filtering.c
13759         * src/summaryview.c
13760                 remove calls to folder->change_flags that are now
13761                 done by procmsg flag functions (seems it is not
13762                 used by any foldertype anyway)
13763         * src/folder.c
13764                 init folder->change_flags with NULL
13765
13766 2002-10-14 [christoph]  0.8.5claws36
13767
13768         * src/folder.[ch]
13769         * src/imap.[ch]
13770                 use virtual functions for folder item new and destroy
13771                 functions
13772
13773 2002-10-14 [melvin]     0.8.5claws35
13774
13775         * src/compose.c
13776                 Added a test to not run the spell checker if no default
13777                 dictionary is available. No dialog is displayed though.
13778
13779 2002-10-14 [melvin]     0.8.5claws34
13780
13781         * src/gtkaspell.c
13782                 Fixed bug in dictionary list context menu where
13783                 "More..." pointed to an emtpy submenu if the
13784                 number of dictionaries is a multiple of 15
13785                 Removed unneeded code in suggestions list creation
13786
13787 2002-10-14 [paul]       0.8.5claws33
13788
13789         * po/bg.po
13790                 updated by George Danchev
13791
13792 2002-10-13 [hoa]        0.8.5claws32
13793
13794         * src/matcher.[ch]
13795           src/matcher_parser_parser.y
13796                 removed the escaped string from internal structure
13797                 of matcher.
13798
13799 2002-10-12 [colin]      0.8.5claws31
13800
13801         * src/gtksctree.[ch]
13802           src/summaryview.c
13803                 Removed useless function gtksctree_reanchor
13804
13805 2002-10-12 [alfons]     0.8.5claws30
13806         
13807         * sync with remaining main changes 2002-10-09 - 2002-10-11
13808         - drop changes to src/compose.c (requires claws specific changes)
13809         
13810 2002-10-12 [alfons]     0.8.5claws29
13811         
13812         * sync with main changes of 2002-10-08
13813         - drop changes to src/compose.c (requires claws specific changes)
13814         - drop changes to src/summaryview.c (requires changes to compose.c)     
13815
13816 2002-10-12 [alfons]     0.8.5claws28
13817         
13818         * sync with main changes of 2002-10-07
13819
13820 2002-10-12 [alfons]     0.8.5claws27
13821
13822         * sync with main changes of 2002-10-04
13823         - drop changes to src/compose.c (requires claws specific changes)
13824         - drop changes to src/prefs_folder_item.c (claws implementation
13825           seems to be working)
13826
13827 2002-10-12 [colin]      0.8.5claws26
13828
13829         * src/mainwindow.c
13830                 Fix folder-flicker when space-reading, introduced 
13831                 in claws22.
13832
13833 2002-10-12 [colin]      0.8.5claws25
13834
13835         * src/compose.c
13836                 Save account address when saving as draft.
13837                 (closes bug 621838)
13838
13839 2002-10-12 [colin]      0.8.5claws24
13840
13841         * src/summaryview.c
13842                 Fix the problem consisting of no message selected
13843                 after the last message in a folder has been moved.
13844
13845 2002-10-12 [paul]       0.8.5claws23
13846
13847         * src/compose.c
13848           src/prefs_template.c
13849           src/template.[ch]
13850                 add Cc and Bcc to templates. Patch submitted by
13851                 John L. Males.
13852
13853 2002-10-12 [colin]      0.8.5claws22
13854
13855         * src/folderview.c
13856                 Fix a bug after "Check for new messages":
13857                 If a folder was opened, it was still selected at
13858                 the end of the check, but displayed empty.
13859         * src/mainwindow.c
13860                 Remove unnecessary check
13861
13862 2002-10-12 [paul]
13863
13864         * tools/README
13865                 be more verbose in the description of
13866                 OOo2sylpheed.pl
13867                 
13868
13869 2002-10-11 [colin]      0.8.5claws21
13870
13871         * src/mainwindow.c
13872                 Make space work (better) when no mail is selected
13873
13874 2002-10-11 [colin]      0.8.5claws20
13875
13876         * src/inc.c
13877           src/news.c
13878                 fix warnings
13879
13880 2002-10-11 [colin]      0.8.5claws19
13881
13882         * src/mainwindow.c
13883                 revert 0.8.5claws6 changes as i couldn't get to
13884                 anything satisfying
13885
13886 2002-10-11 [melvin]     0.8.5claws18
13887
13888         * src/compose.c
13889                 Removed buggy and unused macro (should have been committed in
13890                 0.8.5claws17)
13891
13892 2002-10-11 [melvin]     0.8.5claws17
13893
13894         * src/compose.c
13895                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13896
13897 2002-10-11 [thorsten]   0.8.5claws16 
13898
13899         * src/folderview.c
13900                 remove rescan warning
13901
13902 2002-10-11 [colin]      0.8.5claws15 
13903
13904         * src/procheader.c
13905                 fix a segfault that happens if conv_unmime_header
13906                 fails (should be better to find out why it fails)
13907
13908 2002-10-11 [christoph]  0.8.5claws14
13909
13910         * src/summaryview.c
13911                 update folderview stats after ignore/unignore thread
13912
13913 2002-10-11 [hoa]        0.8.5claws13
13914
13915         * src/quote_fmt_parse.y
13916                 Fixed a yacc/bison syntax error
13917         * src/matcher.c
13918                 Escaping of string is fixed.
13919
13920 2002-10-11 [colin]      0.8.5claws12
13921
13922         * src/imageview.c
13923                 Resize images to fit
13924
13925 2002-10-11 [paul]       0.8.5claws11
13926
13927         * po/es.po
13928                 updated by Ricardo Mones Lastra
13929
13930 2002-10-10 [alfons]     0.8.5claws10
13931
13932         * src/compose.c
13933                 allow dropping files by "moving" files from a file manager,
13934                 not only by the more cumbersome "copying". the latter 
13935                 mostly implies holding down the Control button
13936
13937 2002-10-10 [christoph]  0.8.5claws9
13938
13939         * src/summaryview.c
13940                 update folders after thread building for ignored threads
13941
13942 2002-10-10 [christoph]  0.8.5claws8
13943
13944         * config/.cvsignore
13945                 added Makefile
13946         * src/filtering.[ch]
13947         * src/folder.[ch]
13948         * src/folderview.[ch]
13949         * src/import.c
13950         * src/inc.[ch]
13951         * src/mbox.[ch]
13952         * src/procmsg.c
13953         * src/summaryview.[ch]
13954                 o added new flag need_update to FolderItem
13955                 o removed folder_table from various functions from tracking
13956                   folder updates
13957                 o set need_update flags in folder.c's move, copy and delete
13958                   functions and procmsg's flags functions
13959                 o added function folderview_update_items_when_required that
13960                   updates all folders with need_update set
13961                 o call folderview_update_items_when_required instead of
13962                   folderview_update_item_foreach
13963
13964 2002-10-09 [sergey]     0.8.5claws7
13965
13966         * src/compose.c
13967                 Strip CRs whel loading the text into editor in reedit mode.
13968
13969 2002-10-09 [colin]      0.8.5claws6
13970
13971         * src/mainwindow.c
13972                 Make Space work when no mail is selected
13973
13974 2002-10-09 [colin]      0.8.5claws5
13975
13976         * src/gtksctree.[ch]
13977                 Fix range_select
13978                 Add gtk_sctree_reanchor() 
13979         * src/summaryview.c
13980                 Use gtk_sctree_reanchor() - better fix for 
13981                 bug 60413
13982
13983 2002-10-09 [colin]      0.8.5claws4
13984
13985         * src/summaryview.c
13986                 Fix shift-click select after delete problem
13987                 (closes bug 60413)
13988
13989 2002-10-08 [thorsten]   0.8.5claws3
13990
13991         * src/summaryview.c
13992                 exclude current msg from -hide read messages-
13993
13994 2002-10-08 [colin]      0.8.5claws2
13995
13996         * src/inc.[ch]
13997           src/pop.c
13998           src/recv.c
13999                 Differentiate socket errors from disk full
14000                 errors
14001
14002 2002-10-08 [christoph]  0.8.5claws1
14003
14004         * Makefile.am
14005         * configure.in
14006                 modifications for new config directory
14007
14008         * config.guess  ** REMOVED **
14009         * config.sub    ** REMOVED **
14010         * install-sh    ** REMOVED **
14011         * ltmain.sh     ** REMOVED **
14012         * missing       ** REMOVED **
14013         * mkinstalldirs ** REMOVED **
14014                 these files are autogenerated by automake
14015                 when you run autogen.sh
14016
14017         * config/.cvsignore     ** NEW FILE **
14018         * config/Makefile.am    ** NEW FILE **
14019                 ignore autogenerated files
14020                 create a Makefile in this directory
14021
14022 2002-10-08 [paul]       0.8.5claws
14023
14024         * 0.8.5claws release
14025         
14026         * src/compose.c
14027           src/procheader.c
14028           src/procmsg.c
14029                 fix quote reply format for newsgroups reply bug
14030                 (thanks to Hoa)
14031                 
14032         * po/en_GB.po
14033           po/pl.po
14034                 updated by me and Witold Wladyslaw Wojciech Wilk
14035                 repectively
14036
14037 2002-10-07 [paul]       0.8.3claws53
14038
14039         * po/it.po
14040           po/pt_BR.po
14041           po/sr.po
14042                 updated messages catalogs, submitted by
14043                 Alessandro Maestri, Fabio Jr.Beneditto 
14044                 and Urke MMI, respectively.
14045
14046 2002-10-07 [christoph]  0.8.3claws52
14047
14048         * src/folder.[ch]
14049         * src/folderview.c
14050         * src/mainwindow.c
14051                 fix new folder ghost message bug
14052                 (closes bug [ 619722 ] wrong count for newly created folders)
14053
14054 2002-10-07 [christoph]  0.8.3claws51
14055
14056         * src/compose.c
14057                 fix news posting problem
14058
14059 2002-10-07 [melvin]     0.8.3claws50
14060
14061         * po/fr.po
14062                 Updated French translation
14063
14064 2002-10-05 [christoph]  0.8.3claws49
14065
14066         * src/gtkstext.c
14067                 check if line_start_cache is set in gtk_stext_update_text
14068                 (closes bug [ 618119 ] crash while doing search in folder)
14069
14070 2002-10-05 [christoph]  0.8.3claws48
14071
14072         * src/imap.c
14073         * src/news.c
14074         * src/utils.c
14075         * src/utils.h
14076                 implement cache cleanups for claws' folder system
14077                 (closes bug [ 595916 ] imapcache not cleaned up)
14078
14079 2002-10-05 [melvin]     0.8.3claws47
14080
14081         * src/prefs_actions.c
14082                 Made the help text more clear for the %p token
14083
14084 2002-10-04 [paul]       0.8.3claws46
14085
14086         * sync with 0.8.5
14087                 see ChangeLog 2002-10-02 and 2002-10-03
14088
14089 2002-10-04 [christoph]  0.8.3claws45
14090
14091         * src/inc.c
14092                 fix segfault caused by pop before smtp
14093                 call to inc_account_mail with NULL
14094                 pointer for mainwin
14095
14096 2002-10-04 [paul]       0.8.3claws44
14097
14098         * configure.in
14099                 sync the LDAP detection from 0.8.5cvs1
14100
14101 2002-10-02 [christoph]  0.8.3claws43
14102
14103         * po/de.po
14104                 fix small spelling error
14105
14106 2002-10-02 [melvin]     0.8.3claws42
14107
14108         * ac/aspell.m4
14109                 Behave better and say "no" when test program cannot be run.
14110
14111 2002-10-02 [paul]       0.8.3claws41
14112
14113         * sync with 0.8.4cvs1
14114                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14115                 
14116         * src/summaryview.c
14117                 toggle the behavior of Reply menuitem between
14118                 normal reply and reply-to-list
14119
14120 2002-10-01 [sergey]     0.8.3claws40
14121
14122         * src/compose.c
14123                 Convert newlines in the message text to the canonical form
14124                 before base64 encoding (RFC2045 compliance, fixes some
14125                 interoperability issues with Evolution 1.0.3)
14126
14127 2002-09-29 [colin]      0.8.3claws39
14128
14129         * src/summaryview.c
14130                 Fix an unwanted copy/paste
14131
14132 2002-09-29 [colin]      0.8.3claws38
14133
14134         * src/mainwindow.c
14135                 Renamed "Custom toolbar" to "Customize toolbar"
14136                 Renamed "Show all header" to "Show all headers"
14137                 Renamed "Set diplay item" to "Set displayed items"
14138         * src/prefs_common.c
14139                 Renamed "Show all header" to "Show all headers"
14140         * src/prefs_summary_column.c
14141                 Renamed "diplay item" to "displayed items"
14142
14143 2002-09-29 [colin]      0.8.3claws37
14144
14145         * src/mainwindow.[ch]
14146                 online/offline status pixmaps follow theme
14147                 changes
14148         * src/summaryview.[ch]
14149                 quicksearch pixmap follows theme changes
14150
14151 2002-09-29 [thorsten]   0.8.3claws36
14152
14153         * src/compose.c
14154           src/prefs_folder_item.[ch]
14155                 add default_reply_to folder option (closes patch 581044)
14156
14157 2002-09-29 [christoph]  0.8.3claws35
14158
14159         * acconfig.h    ** REMOVED **
14160         * configure.in
14161         * ac/aspell.m4
14162         * ac/check-type.m4
14163         * ac/gnupg-check-typedef.m4
14164                 fix autoheader 2.50 warning
14165
14166 2002-09-29 [christoph]  0.8.3claws34
14167
14168         * major code cleanup (part 2)
14169         
14170                 - unused variables removed
14171                 - unused functions removed
14172                 - uninitialized variables checked
14173                 - missing return statements added
14174                 - missing function return types added
14175                 - added parentheses around assignment
14176                   when suggested by gcc
14177
14178 2002-09-29 [alfons]     0.8.3claws33
14179
14180         * src/logwindow.c
14181                 log_window_clear(): only bracket gtk_text_forward_delete() 
14182                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14183                 works around GTK text bug)
14184
14185 2002-09-29 [paul]       0.8.3claws32
14186
14187         * po/bg.po
14188           po/sr.po
14189                 updated by George Danchev and Urke MMI
14190                 respectively
14191
14192 2002-09-27 [christoph]  0.8.3claws31
14193
14194         * doc-src/readme.txt
14195         * doc-src/rfc1806.txt   ** REMOVED **
14196         * doc-src/rfc2183.txt   ** NEW FILE **
14197         * doc-src/rfc2980.txt   ** NEW FILE **
14198                 update rfcs
14199
14200 2002-09-27 [melvin]     0.8.3claws30
14201
14202         * ac/aspell.m4
14203                 Fixed typo which could break linking
14204
14205 2002-09-27 [melvin]     0.8.3claws29
14206
14207         * ac/aspell.m4
14208                 Improved GNU/aspell checking. 
14209                 Fixed bug #614490
14210
14211 2002-09-27 [paul]       0.8.3claws28
14212
14213         * sync with 0.8.3cvs8
14214                 see ChangeLog 2002-09-27
14215
14216 2002-09-26 [colin]      0.8.3claws27
14217
14218         * src/toolbar.[ch]
14219           src/mainwindow.[ch]
14220                 Add "Reply to Mailing-list" to the toolbar
14221
14222 2002-09-26 [christoph]  0.8.3claws26
14223
14224         * src/summaryview.c
14225                 Fix wrong message counts in summaryview status
14226
14227 2002-09-26 [paul]       0.8.3claws25
14228
14229         * sync with 0.8.3cvs7
14230                 see ChangeLog 2002-09-26
14231
14232 2002-09-26 [paul]       0.8.3claws24
14233
14234         * sync with 0.8.3cvs6
14235                 see ChangeLog 2002-09-25
14236
14237 2002-09-25 [christoph]  0.8.3claws23
14238
14239         * src/prefs_common.c
14240         * src/prefs_folder_item.c
14241         * src/prefs_scoring.c
14242                 Renamed "kill score" to "hide score" in GUI
14243                 and prefs files
14244
14245 2002-09-25 [paul]       0.8.3claws22
14246
14247         * sync with 0.8.3cvs5
14248                 see ChangeLog 2002-09-24
14249
14250 2002-09-24 [alfons]     0.8.3claws21
14251
14252         patch by Satoshi Nagayasu: allows appending / saving multiple 
14253         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14254         'Save as ...'")
14255
14256         * AUTHORS
14257                 add Satoshi Nagayasu
14258         * src/summaryview.c
14259                 summary_save_as(): allow saving selected files to
14260                 one file
14261                 summary_set_menu_sensitive: enable "Save As..." when
14262                 multiple files are selected
14263         * src/utils.[ch]
14264                 append_file(): new function
14265
14266 2002-09-24 [colin]      0.8.3claws20
14267
14268         * src/procmime.c
14269                 Fix segfault when mimeinfo doesn't have a 
14270                 content_type. 
14271
14272 2002-09-24 [colin]      0.8.3claws19
14273
14274         * src/prefs_common.[ch]
14275                 Add a preference to display send dialog or not
14276         * src/send.c
14277                 Display send dialog according to preference
14278
14279 2002-09-24 [colin]      0.8.3claws18
14280
14281         * src/compose.[ch]
14282                 Disable user actions when sending
14283
14284 2002-09-24 [colin]      0.8.3claws17
14285
14286         * src/procmime.c
14287                 Do not display name or filename for attachments
14288                 with an application/pgp-signature type
14289                 (security flaw, see bug 537413)
14290
14291 2002-09-23 [colin]      0.8.3claws16
14292
14293         * src/editaddress.c
14294                 Initialize entry_email, entry_alias and 
14295                 entry_remarks to first email address of the list
14296
14297 2002-09-23 [colin]      0.83claws15
14298
14299         * src/compose.c
14300                 Drop pgp-signature when reediting a signed queued
14301                 message
14302
14303 2002-09-23 [melvin]     0.8.3claws14
14304
14305         * po/fr.po
14306                 Updated French translation
14307
14308 2002-09-23 [melvin]     0.8.3claws13
14309
14310         * src/mainwindow.c
14311                 Made custom toolbar menu labels more consistent
14312         * src/prefs_toolbar.c
14313                 Made custom toolbar window title more consistent
14314
14315 2002-09-22 [colin]      0.8.3claws12
14316
14317         * src/inc.c
14318                 Initialize session type to normal before getting 
14319                 mail (fixes strange Get behaviour)
14320         * src/prefs_account.h
14321                 Move STYPE_POP_BEFORE_SMTP to last position to 
14322                 avoid other side-effects
14323
14324 2002-09-22 [colin]      0.8.3claws11
14325
14326         * src/prefs_account.c
14327                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14328                 from pop3 to apop or vice-versa
14329
14330 2002-09-22 [colin]      0.8.3claws10
14331         
14332         * src/prefs_account.[ch]
14333                 Add an option for the POP before SMTP timeout
14334         * src/inc.c
14335                 Remember time of last POP connection
14336         * src/send.c
14337                 Do POP before SMTP only if timeout reached
14338
14339 2002-09-22 [oliver]     0.8.3claws9
14340         
14341         * README.claws
14342                 explain custom toolbar
14343
14344 2002-09-22 [oliver]     0.8.3claws8
14345
14346         * src/prefs_actions.[ch]
14347         custom toolbar for compose      
14348                 actions callback from compose toolbar
14349         * src/folderview.c
14350                 remove include toolbar.h
14351
14352 2002-09-22 [oliver]     0.8.3claws7
14353         
14354         * src/prefs_toolbar.[ch]
14355                 custom toolbar for compose
14356                 - generic prefs_toolbar handles both
14357                   Mainwin's toolbar as well as Compose toolbar          
14358
14359 2002-09-22 [oliver]     0.8.3claws6
14360         
14361         * src/toolbar.[ch]
14362                 custom toolbar for compose
14363                 restructure toolbar.[ch]
14364
14365 2002-09-22 [oliver]     0.8.3claws5
14366
14367         * src/compose.[ch]
14368                 custom toolbar for compose
14369
14370 2002-09-22 [oliver]     0.8.3claws4
14371         
14372         * src/mainwindow.[ch]
14373                 custom toolbar for compose 
14374                 move mainwin toolbar back to mainwindow
14375
14376 2002-09-22 [alfons]     0.8.3claws3
14377
14378         * src/procmsg.c
14379                 :%sno/if(/if (/gc
14380                 :%sno/for(/for (/gc
14381                 (beautify)
14382
14383 2002-09-22 [alfons]     0.8.3claws2
14384         
14385         * src/procmsg.c
14386                 procmsg_save_to_outbox(): don't unlink message file from queue;
14387                 callers should do it using folder_item_remove_msg()
14388
14389 2002-09-22 [colin]      0.8.3claws1
14390
14391         * src/mimeview.[ch]
14392                 Made mimeview_check_signature() public
14393         * src/textview.c
14394                 Made GPG signatures verifiable by clicking
14395                 the [application/pgp-signature] in the Text
14396                 view
14397
14398 2002-09-22 [paul]       0.8.3claws
14399
14400         * po/bg.po
14401           po/en_GB.po
14402           po/es.po
14403           po/it.po
14404           po/pl.po
14405           po/pt_BR.po
14406           po/sr.po
14407                 updated translations, submitted by George Danchev,
14408                 me, Ricardo Mones Lastra, Alessandro Maestri,
14409                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14410                 and Urke MMI, respectively.     
14411
14412 2002-09-22 [alfons]     0.8.2claws65
14413
14414         * src/procmsg.c
14415         * src/pgptext.c
14416                 no furry valgrinds have been used to plug these memleaks
14417
14418 2002-09-20 [paul]       0.8.2claws64
14419
14420         * sync with 0.8.3cvs4
14421                 'Select thread' re-implemented 
14422                 see ChangeLog 2002-09-20
14423
14424 2002-09-21 [alfons]     0.8.2claws63
14425
14426         * src/compose.c
14427                 compose_send(): plug unnoticed memleak
14428
14429 2002-09-20 [alfons]     0.8.2claws62
14430
14431         * src/addr_compl.c
14432                 replace_address_in_edit(): strict check for NULL address to
14433                 fix "[ 607348 ] Segfault in address completion". My guess is
14434                 that this happens with an empty address book, but it's good
14435                 to have this check here anyway
14436                 
14437                 completion_window_button_press(): free string returned 
14438                 from the internal cache
14439
14440 2002-09-20 [christoph]  0.8.2claws61
14441
14442         * src/procmime.h
14443                 added ENC_BINARY to EncodingType
14444         * src/procmime.c
14445                 the string returned by procmime_get_encoding_str
14446                 should not depend on the order of values in the
14447                 EncodingType definition
14448         * doc-src/rfc1806.txt   ** NEW FILE **
14449                 Added rfc1806 about MIME Content-Disposition
14450                 Extension
14451
14452 2002-09-19 [paul]       0.8.2claws60
14453
14454         * sync with 0.8.2cvs3
14455                 see ChangeLog 2002-09-19
14456
14457 2002-09-19 [paul]       0.8.2claws59
14458
14459         * src/prefs_folder_item.c
14460                 revert to Darko's original alignment of colour
14461                 selector button
14462                 add a colon to folder_color label
14463                 
14464         * src/compose.c
14465                 add Colin's patch (with Hiro's modifications) to 
14466                 force BASE64 encoding for 8-bit text when signing
14467                 (sync with 0.8.3cvs2)
14468
14469 2002-09-18 [alfons]     0.8.2claws58
14470
14471         * src/compose.c
14472                 :%sno/if(/if (/gc
14473                 :%sno/for(/for (/gc
14474                 (beautify a little bit)
14475
14476 2002-09-18 [christoph]  0.8.2claws57
14477
14478         * src/pine.c
14479                 fix handling of fgetc return value
14480
14481 2002-09-17 [alfons]     0.8.2claws56
14482         
14483         * src/summaryview.c
14484                 summary_sort(): check non-NULL summaryview->folder_item when no 
14485                 folder is selected at all
14486                 (closes "[ 610344 ] sort label make syl Crash")
14487
14488 2002-09-17 [alfons]     0.8.2claws55
14489         
14490         * src/compose.c
14491                 beautify a little bit
14492
14493 2002-09-17 [christoph]  0.8.2claws54
14494
14495         * src/folder.c
14496                 initialize max values for cache and folder
14497                 when cache or folder is empty
14498
14499 2002-09-15 [colin]      0.8.2claws53
14500
14501         * src/compose.c
14502                 Fix a leak (thanks Alfons!) and cleaned
14503                 variables names for custom headers
14504
14505 2002-09-15 [colin]      0.8.2claws52
14506
14507         * src/compose.c
14508                 Fix custom headers recognition when
14509                 prefs_common.trans_hdr is on
14510
14511 2002-09-15 [colin]      0.8.2claws51
14512
14513         * src/compose.c
14514                 Allow dynamically-added custom headers
14515                 Yet not reparsed if reedited
14516
14517 2002-09-15 [alfons]     0.8.2claws50
14518
14519         * src/prefs_account.c
14520                 fix warnings
14521
14522 2002-09-15 [colin]      0.8.2claws49
14523         
14524         * src/prefs_account.c
14525                 fix pop_before_smtp sensitivity
14526
14527 2002-09-15 [colin]      0.8.2claws48
14528
14529         * src/inc.[ch]
14530                 add inc_pop_before_smtp()
14531                 allow MainWindow to be undefined in 
14532                 inc_account_mail() and inc_start()
14533         * src/pop.c
14534           src/prefs_account.h
14535                 add STYPE_POP_BEFORE_SMTP session type
14536         * src/prefs_account.c
14537                 activated pop before smtp option
14538         * src/send.c
14539                 do pop before smtp if the relevant option 
14540                 is set
14541
14542 2002-09-15 [paul]       0.8.2claws47
14543
14544         * sync with 0.8.3
14545                 see ChangeLog 2002-09-15
14546
14547 2002-09-14 [paul]       0.8.2claws46
14548
14549         * po/bg.po
14550                 updated Bulgarian translation, submitted by
14551                 George Danchev
14552
14553 2002-09-13 [paul]       0.8.2claws45
14554
14555         * src/compose.c
14556                 merge claws' select_account() with main's
14557                 (new) compose_select_account(). [sync with
14558                 0.8.2cvs15, see ChangeLog 2002-09-11]
14559
14560 2002-09-12 [christoph]  0.8.2claws44
14561
14562         * src/filter.c
14563                 allocate 1 elements of FolderItem not 0
14564
14565 2002-09-12 [colin]      0.8.2claws43
14566
14567         * src/compose.c
14568                 Fix bug #590825 (obey Follow-up: poster)
14569
14570 2002-09-12 [colin]      0.8.2claws42
14571
14572         * src/procmime.c
14573                 Fix bug #557009 (wrong headers for messages 
14574                 forwarded as attachments)
14575
14576 2002-09-11 [colin]      0.8.2claws41
14577         
14578         * src/compose.c
14579                 Put SCF: pseudo-header on top of message
14580                 Set draft tmp_flag when saved as draft
14581
14582         * src/procmsg.c
14583           src/procheader.c
14584                 Skip after first \n\n for beginning of real message
14585                 for drafts too
14586
14587 2002-09-11 [christoph]  0.8.2claws40
14588
14589         * src/filtering.c
14590                 use procmsg flag functions in filtering or processing
14591                 will cause incorrect folder message counts
14592
14593 2002-09-11 [colin]      0.8.2claws39
14594
14595         * src/compose.c
14596                 Fix bug #550175 - wrong save folder when reediting
14597                 drafts
14598
14599 2002-09-11 [paul]       0.8.2claws38
14600
14601         * sync with 0.8.2cvs14
14602                 see ChangeLog 2002-09-11
14603
14604 2002-09-11 [colin]      0.8.2claws37
14605
14606         * src/folder.c
14607                 Fix a typo (seeming to cause new/unread status to
14608                 be lost)
14609
14610 2002-09-10 [christoph]  0.8.2claws36
14611
14612         * src/compose.c
14613                 compose_redirect should not use compose_generic_new
14614                 because that does more stuff than expected including
14615                 opening the external editor
14616                 (closes bug "[ 526608 ] bounced messages appear blank
14617                  in editor")
14618
14619 2002-09-10 [christoph]  0.8.2claws35
14620
14621         * src/folder.c
14622                 fix problem with too large message number range
14623                 causing a crash in folder_item_scan
14624
14625 2002-09-10 [paul]       0.8.2claws34
14626
14627         * sync with 0.8.2cvs13
14628                 see ChangeLog 2002-09-10
14629
14630 2002-09-10 [christoph]  0.8.2claws33
14631
14632         * src/msgcache.c
14633                 set MsgInfo TmpFlags for queue and draft folders
14634                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14635
14636 2002-09-10 [paul]       0.8.2claws32
14637
14638         * AUTHORS
14639           po/bg.po      ** NEW FILE **
14640                 new Bulgarian translation submitted by
14641                 George Danchev <danchev@spnet.net>
14642                 
14643         * tools/Makefile.am
14644           tools/README
14645           tools/tb2sylpheed     ** NEW FILE **
14646                 add script that converts an addressbook exported
14647                 from The Bat! into a Sylpheed addressbook. Submitted
14648                 by Urke MMI <urke-kg@eunet.yu>
14649
14650 2002-09-10 [paul]       0.8.2claws31
14651
14652         * sync with 0.8.2cvs12
14653                 see ChangeLog 2002-09-10
14654
14655 2002-09-06 [paul]       0.8.2claws30
14656
14657         * src/prefs_common.c
14658                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14659                 
14660         * tools/Makefile.am
14661           tools/README
14662           tools/ldif-to-xml.py  ** REMOVED **
14663                 remove obsolete python script
14664
14665 2002-09-06 [paul]       0.8.2claws29
14666
14667         * sync with 0.8.2cvs10
14668                 see ChangeLog 2002-09-06
14669
14670 2002-09-04 [paul]       0.8.2claws28
14671
14672         * sync with 0.8.2cvs9
14673                 see ChangeLog 2002-08-04
14674
14675 2002-09-04 [colin]      0.8.2claws27 
14676
14677         * src/prefs_common.[ch]
14678                 Added signature color configuration
14679         * src/textview.c
14680                 Use user-specified signature color
14681
14682 2002-09-03 [colin]      0.8.2claws26
14683
14684         * src/prefs_common.[ch]
14685                 Added autosave and autosave_length prefs
14686         * src/compose.c
14687                 Added compose_remove_draft()
14688                 Auto-save drafts according to the prefs
14689         * src/main.c
14690                 Added a crash-indicator file, allowing to check
14691                 for new messages on startup if Sylpheed crashed
14692                 (makes saved drafts "reappear")
14693
14694 2002-09-03 [colin]      0.8.2claws25
14695
14696         * src/textview.[ch]
14697                 Grey the signature
14698
14699 2002-09-03 [paul]       0.8.2claws24
14700
14701         * sync with 0.8.2cvs8
14702                 see ChangeLog 2002-09-02 and 2002-09-03
14703
14704 2002-09-03 [darko]      0.8.2claws23
14705
14706         * src/folderview.c
14707                 use normal style when creating new folder to pick
14708                 proper font size 
14709
14710 2002-09-02 [melvin]     0.8.2claws22
14711
14712         * src/gtkaspell.m4
14713                 removed some obsolete code
14714
14715 2002-09-02 [melvin]     0.8.2claws21
14716
14717         * ac/aspell.m4
14718                 fixed test's equality sign (== to =)
14719
14720 2002-09-02 [alfons]     0.8.2claws20
14721
14722         * src/folder.c
14723         * src/mh.c
14724                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14725                 as folder->destroy virtual as suggested by Hiro
14726                 (the mh.c code seems to have been lost around mh.c.1.21)
14727
14728 2002-09-02 [paul]       0.8.2claws19
14729
14730         * po/pt_BR.po
14731                 updated by Fabio Jr. Beneditto
14732                 
14733         * src/defs.h
14734                 use 'http://claws.sylpheed.org' for homepage link. 
14735                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14736
14737 2002-09-01 [alfons]     0.8.2claws18
14738
14739         * src/mh.c
14740                 plug memleak related to one Martin Kluge found
14741
14742 2002-08-31 [paul]       0.8.2claws17
14743
14744         * sync with 0.8.2cvs6
14745                 see ChangeLog 2002-08-30
14746
14747 2002-08-31 [alfons]     0.8.2claws16
14748
14749         * src/folder.c
14750                 folder_destroy(): remove mailbox from folderlist even if it has
14751                 no destroy virtual
14752
14753 2002-08-31 [alfons]     0.8.2claws15
14754
14755         * src/folder.c
14756                 :%sno/if(/if (/gc
14757                 :%sno/for(/for (/gc
14758                 (being pedantic I know)
14759
14760 2002-08-31 [alfons]     0.8.2claws14
14761
14762         * src/folder.c
14763                 check for NULL pointers returned from folder->fetch_msginfo virtual
14764                 (should solve some reported crashes)
14765
14766 2002-08-30 [alfons]     0.8.2claws13
14767
14768         * acconfig.h
14769         * configure.in
14770         * src/crash.c
14771                 enable crash dialog on compilation time
14772                 (--enable-crash-dialog configure option)
14773
14774 2002-08-30 [alfons]     0.8.2claws12
14775
14776         * AUTHORS
14777                 add Martin Kluge
14778         * src/mh.c
14779                 apply memory leak plug patch by Martin Kluge
14780                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14781                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14782                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14783
14784 2002-08-30 [darko]      0.8.2claws11
14785
14786         * src/folderview.c
14787                 copy Gtk style from normal style to match
14788                 font size for coloured folders
14789
14790 2002-08-29 [alfons]     0.8.2claws10
14791
14792         * sylpheed.desktop
14793                 Type=Internet <- Type=Application
14794                 (reported by Michael Schwendt, see:
14795                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14796                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14797
14798 2002-08-29 [paul]       0.8.2claws9
14799
14800         * sync with 0.8.2cvs5
14801                 see ChangeLog 2002-08-29
14802
14803 2002-08-29 [colin]      0.8.2claws8
14804
14805         * src/summaryview.c
14806                 Added a sanity check in summary_select_thread
14807                 Should fix bug 601605
14808
14809 2002-08-29 [colin]      0.8.2claws7
14810
14811         * src/main.c
14812                 Revert claws6 changes regarding bug #591676
14813
14814 2002-08-28 [colin]      0.8.2claws6
14815         
14816         * src/main.c
14817                 Ignore cache for queue folderitems
14818                 Fix bug #591676
14819
14820 2002-08-28 [melvin]     0.8.2claws5
14821
14822         * README.claws
14823                 Fixed typos.
14824
14825 2002-08-28 [melvin]     0.8.2claws4
14826
14827         * README.claws
14828                 Updated a bit the text concerning the spell checker
14829
14830 2002-08-28 [melvin]     0.8.2claws3
14831
14832         Merged the GNU_aspell_branch:
14833                 Support of new GNU/aspell is now included and the old pspell
14834                 is not supported anymore.
14835                 See README.claws
14836
14837         * README.claws
14838                 Updated spell checker text to reflect the switch to GNU/aspell
14839
14840         * ac/aspell.m4          *** NEW ***
14841         * src/gtkaspell.[ch]    *** NEW *** 
14842         * ac/pspell.m4          *** DELETED *** 
14843         * src/gtkspell.[ch]     *** DELETED ***
14844
14845         * ac/Makefile.am
14846                 Updated for GNU/aspell support
14847
14848         * po/POTFILES.in
14849                 Replaced gtkspell.c by gtkaspell.c
14850
14851         * acconfig.h
14852         * src/Makefile.am
14853         * src/about.c
14854         * src/compose.[ch]
14855         * src/crash.c
14856         * src/main.c
14857         * src/prefs_common.[ch]
14858                 Updated for GNU/aspell support
14859
14860 2002-08-28 [paul]       0.8.2claws2
14861
14862         * sync with 0.8.2cvs4
14863                 see ChangeLog 2002-08-27 and 2002-08-28
14864
14865 2002-08-28 [colin]      0.8.2claws1
14866
14867         * src/summary_search.c
14868                 Added "AND search"
14869
14870 2002-08-28 [jens]       0.8.2claws
14871
14872         *po/de.po
14873                 Updated German translations
14874
14875 2002-08-27 [melvin]     0.8.2claws
14876
14877         * po/fr.po
14878                 Updated French translations
14879
14880 2002-08-27 [paul]       0.8.2claws
14881
14882         * sync with 0.8.2 main release
14883
14884         * po/en_GB.po
14885           po/es.po
14886           po/it.po
14887           po/pl.po
14888           po/pt_BR.po
14889           po/sr.po
14890                 updated message catalogs submitted by
14891                 Ricardo Mones Lastra, Alessandro Maestri,
14892                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14893                 Beneditto and Urke MMI  
14894
14895 2002-08-27 [hoa]        0.8.1claws123
14896
14897         * src/mainwindow.[ch]
14898         * src/summaryview.[ch]
14899                 removed the "filter setting" menu option.
14900                 add a "cancel a news message" menu option.
14901
14902 2002-08-26 [martin]     0.8.1claws122
14903
14904         * ChangeLog.claws
14905                 changed string under 0.8.1claws79 changed by myself
14906                 i'm sorry alfons :(
14907
14908 2002-08-26 [martin]     0.8.1claws121
14909
14910         * src/crash.c
14911                 added kill command to debuggerrc to start crash dialog
14912
14913 2002-08-26 [paul]       0.8.1claws120
14914
14915         * sync with 0.8.1cvs31
14916                 see ChangeLog 2002-08-26
14917
14918 2002-08-25 [alfons]     0.8.1claws119
14919
14920         * src/procmsg.c
14921                 fix bug that didn't send out correct headers to news server
14922                 when sending news article and email from queue (bug reported
14923                 and patch provided by Tim Mann; closes bug 
14924                 "[ 583196 ] 0.7.8claws can't post news")
14925
14926 2002-08-25 [alfons]     0.8.1claws118
14927
14928         * src/selective_download.c
14929                 mark two strings as translatable
14930                 (thanks to Urke MMI for pointing this out)
14931
14932 2002-08-25 [alfons]     0.8.1claws117
14933
14934         * src/summaryview.c
14935                 treat sent boxes as special and allow sorting them by addressee
14936                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14937                 submitted by Steve Lamb)
14938
14939 2002-08-24 [alfons]     0.8.1claws116
14940
14941         * src/matcher.c
14942                 fix memleak reported by Martin Kluge
14943                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14944
14945 2002-08-24 [oliver]     0.8.1claws115
14946
14947         * src/prefs_toolbar.c
14948                 o code cleanup as suggested by Alfons
14949                 o memleak fix
14950
14951 2002-08-24 [alfons]     0.8.1claws114
14952
14953         * src/summaryview.c
14954                 o fix another memory leak reported by Martin Kluge
14955                   (see "[ 599568 ] Small Memory Leak")
14956                 o remove 'from' variable from 'summary_set_header()'; we can
14957                   do with just 'to' 
14958
14959 2002-08-24 [paul]       0.8.1claws113
14960
14961         * sync with 0.8.1cvs30
14962                 see ChangeLog 2002-08-23
14963
14964 2002-08-24 [alfons]     0.8.1claws112
14965
14966         * src/summaryview.c
14967                 remove unnecessary allocations for search bar fixing leaks
14968                 reported by Martin Kluge
14969                 (see "[ 599451 ] Further memory leaks?")
14970
14971 2002-08-24 [alfons]     0.8.1claws111
14972
14973         * src/main.c
14974                 make get_socket_name() public for crash.c
14975         * src/crash.c
14976                 o make report bug button work (goes to claws' 
14977                   bug tracker at sf.net)
14978                 o introduce function for doing important stuff just
14979                   before claws goes down
14980                 o clean up code 
14981
14982 2002-08-24 [alfons]     0.8.1claws110
14983
14984         * src/compose.c
14985                 move cursor to "To" entry when forwarding as attachment
14986                 (reported and solved by Steve Lamb, closes bug report
14987                 "[ 592880 ] Forward as attachment; cursor not in to")
14988
14989 2002-08-24 [colin]      0.8.1claws109
14990
14991         * src/mainwindow.c
14992                 fix quick search visibility after GUI (de)separations.
14993
14994 2002-08-23 [colin]      0.8.1claws108
14995
14996         * src/mainwindow.c
14997                 fix header pane visibility after folderview or
14998                 messageview (de)separation
14999
15000 2002-08-23 [paul]       0.8.1claws107
15001
15002         * src/mainwindow.[ch]
15003           src/toolbar.c
15004                 give full control of display or non-display 
15005                 of the Execute icon to Custom toolbar settings.
15006                 add new sensitivity condition to maninwindow.h: 
15007                 M_DELAY_EXEC
15008
15009         * ChangeLog
15010           ChangeLog.jp
15011           NEWS
15012                 more sync with 0.8.1cvs29
15013
15014 2002-08-23 [melvin]     0.8.1claws106
15015
15016         * src/alertpanel.c
15017                 Readded support for custom widget in alertpanel lost in last
15018                 sync.
15019
15020 2002-08-23 [paul]       0.8.1claws105
15021
15022         * sync with 0.8.1cvs29
15023                 see ChangeLog 2002-08-23
15024
15025 2002-08-23 [colin]      0.8.1claws104
15026
15027         * src/summaryview.c
15028                 Fix folder and search pixmaps exchanging positions
15029                 after theme or toolbar changes. Thank to Oliver for 
15030                 reporting this.
15031
15032 2002-08-23 [colin]      0.8.1claws103
15033
15034         * src/mainwindow.c
15035           src/messageview.[ch]
15036           src/noticeview.[ch]
15037           src/summaryview.c
15038                 Changed messageview_create() and noticeview_create()
15039                 to avoid the last gdk_warning
15040
15041 2002-08-22 [colin]      0.8.1claws102
15042
15043         * src/summaryview.c
15044                 Fix my new `Creating pixmap from xpm' warning
15045
15046 2002-08-22 [colin]      0.8.1claws101
15047
15048         * src/mainwindow.c
15049                 Fix some of the gdk warnings
15050
15051 2002-08-22 [colin]      0.8.1claws100
15052
15053         * src/Makefile.am
15054         * src/stock_pixmap.c
15055         * src/stock_pixmap.h
15056         * src/pixmaps/quicksearch.xpm *ADDED*
15057                 Add the quicksearch pixmap
15058         * src/mainwindow.c
15059         * src/summaryview.c
15060         * src/summaryview.h
15061                 Make quicksearch bar visible/hidden via a button
15062
15063 2002-08-22 [christoph]  0.8.1claws99
15064
15065         * src/folder.c
15066                 fix folder update for newsgroups with message
15067                 numbers below minimum number of articles to fetch
15068                 (closes bug #598445)
15069
15070 2002-08-22 [paul]       0.8.1claws98
15071
15072         * sync with 0.8.1cvs28
15073                 see ChangeLog 2002-08-22
15074
15075 2002-08-21 [alfons]     0.8.1claws97
15076
15077         * src/crash.c
15078                 use bt instead of bt full which seems to work 
15079                 better, and bt full doesn't give a great deal 
15080                 of information anyway
15081
15082 2002-08-21 [colin]      0.8.1claws96
15083
15084         * src/summaryview.c
15085                 fix summaryview_searchtype_changed prototype
15086
15087 2002-08-21 [christoph]  0.8.1claws95
15088
15089         * src/mainwindow.c
15090                 o fix broken menu update for sorting type, we have to
15091                   get this info from the summaryview now
15092                 o removed setting of threaded state in menu callback
15093         * src/summaryview.[ch]
15094                 more summaryview/folderitem seperation for
15095                 threading option
15096         * configure.in
15097                 removed not required --with-compiler-flags option
15098
15099 2002-08-21 [oliver]     0.8.1claws94
15100         
15101         * src/toolbar.h 
15102                 o rename toolbar.xml to toolbar_main.xml
15103                   since toolbar_compose.xml might come up 
15104                   any time soon
15105         * README.claws
15106                 add custom toolbar              
15107
15108 2002-08-21 [darko]      0.8.1claws93
15109
15110         * src/procmsg.c
15111                 don't reset tmp flags for messages copied
15112                 to sent folder
15113
15114 2002-08-21 [colin]      0.8.1claws92
15115         
15116         * src/prefs_filtering.c
15117                 fix renaming rules on folder rename 
15118                 when folder is not a leaf folder
15119
15120 2002-08-21 [paul]       0.8.1claws91
15121
15122         * src/prefs_folder_item.c
15123                 fix alignment of colour selector
15124
15125 2002-08-21 [paul]       0.8.1claws90
15126
15127         * sync with 0.8.1cvs27
15128                 see ChangeLog 2002-08-21
15129
15130 2002-08-21 [paul]       0.8.1claws89
15131
15132         * src/summaryview.c
15133                 fix crash when changing field type in
15134                 Quick search bar
15135
15136 2002-08-21 [colin]      0.8.1claws88
15137
15138         * src/summaryview.c
15139                 Made quick search case-insensitive
15140
15141 2002-08-21 [paul]       0.8.1claws87
15142
15143         * sync with 0.8.1cvs26
15144                 see ChangeLog 2002-08-21
15145
15146 2002-08-20 [christoph]  0.8.1claws86
15147
15148         * src/folderview.c
15149         * src/main.c
15150         * src/summaryview.[ch]
15151                 more summaryview/folderitem seperation for
15152                 sort_key and sort_type
15153         * src/procmsg.c
15154                 added missing return statement
15155
15156 2002-08-20 [colin]      0.8.1claws85
15157
15158         * src/summaryview.[ch]
15159                 Added a quick search box
15160         * src/mainwindow.c
15161         * src/prefs_common.[ch]
15162                 Added a show/hide option for the quick search
15163
15164 2002-08-20 [oliver]     0.8.1claws84
15165         
15166         * src/mainwindow.c
15167                 remove toolbar_create_popups
15168         * src/toolbar.[ch]
15169                 o remove toolbar_create_popups
15170                 o fix toolbar_set_sensitive 
15171                   (Bug reports #596834 and #596832)     
15172         * src/prefs_toolbar.c
15173                 o add "Set default" button
15174                 o align label and text + combo widgets
15175
15176 2002-08-20 [hoa]        0.8.1claws83bis
15177
15178         * src/imap.c
15179                 fixed a bug in imap_fetch_msginfo() in case there is no
15180                 current folder.
15181
15182 2002-08-20 [darko]      0.8.1claws83
15183
15184         * src/folderview.c
15185                 copy the color style of folder view so it
15186                 works with GTK themes
15187
15188 2002-08-20 [darko]      0.8.1claws82
15189
15190         * src/folder.h
15191         * src/folderview.c
15192         * src/prefs_folder_item.[hc]
15193                 don't use UI stuff in folder.h
15194
15195 2002-08-20 [darko]      0.8.1claws81
15196
15197         * src/folder.h
15198         * src/prefs_folder_item.h
15199         * src/folderview.c
15200         * src/prefs_folder_item.c
15201                 ability to set folder color in folderview
15202
15203 2002-08-19 [alfons]     0.8.1claws80
15204
15205         * src/summaryview.c
15206                 fix one of the earlier memleaks reported by Martin Kluge
15207
15208 2002-08-19 [alfons]     0.8.1claws79
15209
15210         * src/mainwindow.c
15211                 hide notice view when selecting seperate folder
15212                 view (reported by Urke MMI)
15213
15214 2002-08-19 [christoph]  0.8.1claws78
15215
15216         * src/folderview.c
15217         * src/prefs_folder_item.h
15218         * src/summaryview.[ch]
15219                 o add summary_set_prefs_from_folderitem to set
15220                   summaryview prefs (first step to remove all
15221                   references to the folderitem in summaryview)
15222                 o moved compiled regex stuff from folderitem prefs
15223                   to summaryview code
15224
15225 2002-08-19 [paul]       0.8.1claws77
15226
15227         * src/compose.c
15228                 add check for '.' to QUOTE_IF_REQUIRED
15229
15230 2002-08-19 [paul]       0.8.1claws76
15231
15232         * src/inc.c
15233                 sync with 0.8.1cvs25 (plug memory leak)
15234
15235         * src/prefs_toolbar.c
15236                 re-order prefs_toolbar_cancel()
15237
15238 2002-08-18 [alfons]     0.8.1claws75
15239
15240         * src/inc.c
15241         * src/matcher.c
15242                 plug other memleaks reported by Martin Kluge
15243
15244 2002-08-18 [paul]       0.8.1claws74
15245
15246         * po/pt_BR.po
15247                 updated by Fabio Jr. Beneditto
15248
15249 2002-08-18 [paul]       0.8.1claws73
15250
15251         * src/toolbar.[ch]
15252                 fix bug where tooltips were displayed untranslated              
15253
15254         * src/prefs_toolbar.c
15255                 fix bug where clicking 'Cancel' creates an icon & text
15256                 toolbar regardless of prefs
15257         
15258
15259 2002-08-17 [oliver]     0.8.1claws72
15260
15261         * src/prefs_toolbar.c
15262                 update toolbar on CANCEL
15263                 bug reported by Martin Kluge
15264         * src/toolbar.c
15265                 toolbar_destroy memleak fixed           
15266
15267 2002-08-17 [alfons]     0.8.1claws71
15268
15269         * src/toolbar.c
15270                 plug another memleak reported by Martin Kluge
15271
15272 2002-08-16 [alfons]     0.8.1claws70
15273
15274         * src/crash.c
15275                 use execvp() correctly (suggested by wwp; thanks!)
15276
15277 2002-08-16 [alfons]     0.8.1claws69
15278
15279         * src/gtksctree.c
15280                 plug memory leak reported by Kim Schultz & Martin Kluge
15281
15282 2002-08-16 [paul]       0.8.1claws68
15283
15284         * po/es.po
15285                 updated by Ricardo Mones Lastra
15286
15287 2002-08-16 [paul]       0.8.1claws67
15288
15289         * src/toolbar.h
15290                 fix bug where 'Compose News' icon showed wrong
15291                 tooltip
15292
15293 2002-08-16 [paul]       0.8.1claws66
15294
15295         * sync with 0.8.1cvs24
15296                 see ChangeLog 2002-08-16
15297
15298         * po/it.po
15299                 updated by Alessandro Maestri
15300
15301 2002-08-15 [paul]       0.8.1claws65
15302
15303         * po/sr.po
15304                 updated by Urke MMI
15305
15306 2002-08-15 [paul]       0.8.1claws64
15307
15308         * src/*.c
15309                 don't translate debug info
15310
15311         * src/matcher.[ch]
15312                 add copyright info
15313
15314 2002-08-15 [paul]       0.8.1claws63
15315
15316         * src/prefs_toolbar.c
15317                 fix bug where clicking 'OK' creates an icon & text
15318                 toolbar regardless of prefs
15319
15320 2002-08-14 [alfons]     0.8.1claws62
15321
15322         * src/main.c
15323                 add global var that has the full argv[0]
15324         * src/crash.c
15325                 o execvp the correct sylpheed by using argv0
15326                   and setting the correct work dir
15327                 o other tweaks  
15328
15329 2002-08-14 [oliver]     0.8.1claws61
15330         
15331         * enable/disable Toolbar Action Buttons 
15332         * code cleanups
15333         * src/mainwindow.c
15334         * src/toolbar.[ch]      
15335         * src/prefs_toolbar.c   
15336
15337 2002-08-14 [melvin]     0.8.1claws60
15338
15339         * po/fr.po
15340                 Updated French translations
15341
15342 2002-08-14 [melvin]     0.8.1claws59
15343
15344         * src/crash.c
15345                 Made bug report not translatable
15346         * src/exporthtml.c
15347                 Fixed exporthtml_build_filespec() return value
15348         * src/foldersel.c
15349                 Fixed incorrect include file
15350         * src/gtkspell.c
15351         * src/prefs_actions.c
15352         * src/prefs_toolbar.c
15353                 Made debug info not translatable
15354         * src/mutt.c
15355         * src/quote_fmt.c
15356                 Added missing includes
15357         * src/prefs_common.c
15358                 Fixed typo
15359
15360 2002-08-14 [paul]       0.8.1claws58
15361
15362         * faq/es/sylpheed-faq.html
15363           faq/es/sylpheed-faq-[1-3].html
15364           faq/es/sylpheed-faq-4.html     **NEW FILE **
15365                 update Spanish FAQ
15366
15367 2002-08-13 [christoph]  0.8.1claws57
15368
15369         * src/procmsg.c
15370                 ignore thread fix that did not mark all
15371                 child nodes of a ignored thread as
15372                 ignored. Does not work perfectly yet,
15373                 but it is better now
15374
15375 2002-08-13 [alfons]     0.8.1claws56
15376
15377         * src/crash.c
15378                 o implement 'save crash log'
15379                 o some tweaks
15380
15381 2002-08-13 [melvin]     0.8.1claws55
15382
15383         * src/main.c
15384                 removed unrequired "execinfo.h" header
15385
15386 2002-08-12 [paul]       0.8.1claws54
15387
15388         * faq/en/sylpheed-faq.html
15389           faq/en/sylpheed-faq-[1-3].html
15390           faq/en/sylpheed-faq-4.html     **NEW FILE **
15391                 update English FAQ
15392
15393 2002-08-12 [alfons]     0.8.1claws53
15394
15395         * po/POTFILES.in
15396                 add crash.c to translatables
15397         * src/crash.c
15398                 bring in Leandro's crash dialog
15399
15400 2002-08-11 [alfons]     0.8.1claws52
15401
15402         * src/crash.c
15403                 clean up some warnings
15404
15405 2002-08-11 [alfons]     0.8.1claws51
15406
15407         * acconfig.h
15408         * configure.in
15409         * src/crash.[ch]        ** NEW FILES **
15410         * src/main.c            
15411                 initial gdb crash handler
15412
15413 2002-08-11 [paul]       0.8.1claws50
15414
15415         * src/prefs_toolbar.c
15416                 replace Up/Down arrow pixmaps with text to be
15417                 consistent across icon themes
15418
15419 2002-08-11 [paul]       0.8.1claws49
15420
15421         * src/prefs_common.c
15422           src/prefs_toolbar.c
15423                 rename 'Pixmap' -> 'Icon'
15424
15425         * src/toolbar.[ch]
15426                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15427
15428 2002-08-10 [paul]       0.8.1claws48
15429
15430         * src/prefs_toolbar.c
15431                 re-work the UI
15432
15433 2002-08-10 [paul]       0.8.1claws47
15434
15435         * src/main.c
15436                 don't write Processing progress to status bar
15437                 patch submitted by Alexander Evseev
15438
15439         * src/prefs_toolbar.c
15440                 re-position and resize window
15441                 make window assume correct size on first call
15442
15443 2002-08-10 [paul]       0.8.1claws46
15444
15445         * src/mainwindow.c
15446           src/prefs_toolbar.c
15447           src/toolbar.c
15448           src/toolbar.h
15449                 obey coding style
15450                 follow UI text conventions
15451
15452 2002-08-10 [alfons]     0.8.1claws45
15453
15454         * src/toolbar.c
15455                 correct pixmap for delete action
15456
15457 2002-08-10 [paul]       0.8.1claws44
15458
15459         * po/pt_BR.po
15460                 updated by Fabio Jr. Beneditto
15461
15462 2002-08-10 [paul]       0.8.1claws43
15463
15464         * po/POTFILES.in
15465                 add custom toolbar files
15466
15467 2002-08-10 [paul]       0.8.1claws42
15468
15469         * sync with 0.8.1cvs22
15470                 see ChangeLog 2002-08-09
15471
15472 2002-08-09 [paul]       0.8.1claws41
15473
15474         * tools/Makefile.am
15475           tools/README
15476           tools/outlook2sylpheed.pl     ** NEW FILE **
15477                 add script to convert exported Outlook
15478                 contacts list to a Sylpheed addressbook.
15479                 Submitted by Ricardo Mones Lastra.
15480
15481 2002-08-09 [paul]       0.8.1claws40
15482
15483         * AUTHORS
15484           configure.in
15485           po/sr.po      ** NEW FILE **
15486                 add Serbian message catalog. Submitted by
15487                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15488
15489 2002-08-09 [paul]       0.8.1claws39
15490
15491         * sync with 0.8.1cvs21
15492                 see ChangeLog 2002-08-08
15493
15494 2002-08-08 [oliver]     0.8.1claws38
15495
15496         * src/mainwindow.c
15497                 move Custom Toolbar to Configuration menu
15498
15499 2002-08-08 [oliver]     0.8.1claws37
15500
15501         * src/prefs_toolbar.c
15502                 fix substitute pixmap bug
15503
15504 2002-08-08 [paul]       0.8.1claws36
15505
15506         * sync with 0.8.1cvs19
15507                 see ChangeLog 2002-08-08
15508
15509 2002-08-07 [christoph]  0.8.1claws35
15510
15511         * src/utils.c
15512                 fixed a memory leak in new canonicalize_file_replace
15513
15514 2002-08-07 [christoph]  0.8.1claws34
15515
15516         * src/utils.[ch]
15517                 o canonicalize_file_replace should create the temporary
15518                   file in the same directory as the original file.
15519                 o added get_tmpfile_in_dir that creates a temorary file
15520                   in a specified directory.
15521
15522 2002-08-07 [melvin]     0.8.1claws33
15523
15524         * src/toolbar.c
15525                 fixed bug where 'Article' button acted as 'Email' button.
15526
15527 2002-08-07 [paul]       0.8.1claws32
15528
15529         * sync with 0.8.1.cvs17
15530                 see ChangeLog 2002-08-07
15531
15532 2002-08-07 [colin]      0.8.1claws31
15533         
15534         * src/news.c
15535                 fix mass-cancel problem
15536
15537 2002-08-07 [thorsten]   0.8.1claws30
15538
15539         * src/prefs_toolbar.c
15540                 fix: crash on replace or add new button
15541         * src/toolbar.c
15542                 fix: close xmlfile after reading
15543         * src/utils.c
15544                 fix: unlink() file before rename()
15545
15546 2002-08-06 [paul]       0.8.1claws29
15547
15548         * sync with 0.8.cvs15
15549                 see ChangeLog 2002-08-06
15550
15551 2002-08-06 [oliver]     0.8.1claws28
15552
15553         * src/toolbar.c
15554         * src/prefs_toolbar.c
15555                 fixed empty toolbar issue
15556
15557 2002-08-06 [oliver]     0.8.1claws27
15558
15559         * Custom Toolbar Final 
15560         * src/folderview.c
15561         * src/inc.c
15562         * src/summaryview.c
15563                 o toolbar stuff now lives in src/toolbar.[ch]
15564                 o main_window_toolbar_* functions are renamed to
15565                   toolbar_* reflecting their new source file
15566         * src/mainwindow.[ch]
15567                 o remove toolbar stuff  
15568
15569 2002-08-06 [oliver]     0.8.1claws26
15570         
15571         * src/Makefile.am
15572         * src/prefs_toolbar.[ch]        **New File**
15573         * src/toolbar.[ch]              **New File**
15574                 o prefs_toolbar.[ch] custom toolbar frontend
15575                 o toolbar.[ch]       backend 
15576
15577 2002-08-06 [oliver]     0.8.1claws25
15578
15579         * src/prefs_actions.[ch]
15580                 o new exported function actions_execute
15581
15582 2002-08-06 [paul]       0.8.1claws24
15583
15584         * sync with 0.8.1cvs4
15585                 see ChangeLog 2002-08-06
15586
15587 2002-08-06 [paul]       0.8.1claws23
15588
15589         * sync with 0.8.1cvs13
15590                 see ChangeLog 2002-08-06
15591
15592 2002-08-06 [paul]       0.8.1claws22
15593
15594         * sync with 0.8.1cvs12
15595                 see ChangeLog 2002-08-05 and 2002-08-06
15596
15597 2002-08-06 [match]      0.8.1claws21
15598
15599         * src/addrclip.c
15600                 improvements to cut/copy/paste address
15601
15602 2002-08-05 [match]      0.8.1claws20
15603
15604         * src/addritem.[ch]
15605         * src/addrcache.c
15606         * src/addrbook.c
15607         * src/editaddress.c
15608         * src/addressbook.c
15609                 fixes to improve cut/copy/paste
15610
15611 2002-08-06 [melvin]     0.8.1claws19
15612
15613         * src/account.[ch]
15614                 account_find_all_from_address(): new function that returns the
15615                 list of all accounts that are matched in an address.
15616         * src/alertpanel.[ch]
15617                 alertpanel() now accepts a custom widget
15618                 alertpanel_with_widget(): new function that pops up a panel with
15619                 a custom widget in it 
15620         * src/gtkutils.[ch]
15621                 gtkut_account_menu_new(): new function that allows the selection
15622                 of an account from a list of accounts.
15623         * src/messageview.c
15624                 Extended Return Receipt notification to select the correct 
15625                 account and to make a security test on the Delivery-Notification
15626                 address which should be the same as the Return-Path.
15627
15628 2002-08-06 [thorsten]   0.8.1claws18
15629
15630         * src/mimeview.c
15631                 attach_all: save unnamed as "noname.%d",
15632                 dont free static dirname
15633
15634 2002-08-05 [alfons]     0.8.1claws17
15635
15636         * configure.in
15637                 detect XIM by trying to link rather than compile a XIM program
15638
15639 2002-08-05 [oliver]     0.8.1claws16
15640                 
15641         * src/stock_pixmap.[ch]
15642                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15643                 o new func to retrieve pixmaps
15644
15645 2002-08-05 [paul]       0.8.1claws15
15646
15647         * sync with 0.8.1cvs10
15648                 see ChangeLog 2002-08-05
15649
15650 2002-08-04 [alfons]     0.8.1claws14
15651
15652         * src/textview.c
15653                 see if this plugs memleak
15654
15655 2002-08-04 [melvin]     0.8.1claws13
15656
15657         * src/gtkspell.c
15658                 fixed bug that could crash Sylpheed when highlighting
15659                 all misspelled words.
15660
15661 2002-08-03 [melvin]     0.8.1claws12
15662
15663         * src/prefs_actions.c
15664                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15665         * src/messageview.c
15666                 fixed bug where the Return Receipt was sent to
15667                 Delivery-Notification-To address even if it was not present
15668
15669 2002-08-02 [alfons]     0.8.1claws11
15670
15671         * src/prefs_actions.c
15672                 o more check for NULLs
15673                 o put create_io_dialog() in right conditional block
15674
15675 2002-08-02 [paul]       0.8.1claws10
15676
15677         * po/es.po
15678                 updated by Ricardo Mones Lastra
15679
15680 2002-08-01 [christoph]  0.8.1claws9
15681
15682         * src/folder.c
15683                 don't free the cache of the opened
15684                 folder in the summaryview
15685         * src/summaryview.c
15686                 don't unset flags, if it is not required
15687
15688 2002-08-01 [paul]       0.8.1claws8
15689
15690         * sync with 0.8.1cvs8
15691                 see ChangeLog entry 2002-08-01
15692
15693 2002-08-01 [paul]       0.8.1claws7
15694
15695         * sync with 0.8.1cvs7
15696                 see ChangeLog 2002-07-31 and 2002-08-01
15697
15698 2002-07-31 [christoph]  0.8.1claws6
15699
15700         * src/mainwindow.c
15701                 forgot to update menu sensitivity
15702                 function for new menu entry
15703
15704 2002-07-31 [alfons]     0.8.1claws5
15705
15706         * src/main.c
15707                 check folder item and its path for NULL on
15708                 initial processing
15709
15710 2002-07-31 [christoph]  0.8.1claws4
15711
15712         * src/folder.c
15713                 check if folder_item_get_msginfo in
15714                 folder_item_remove_msg returned NULL
15715         * src/imap.c
15716                 better clear the uid cache in the
15717                 uid validity check function and delete
15718                 cached messages
15719
15720 2002-07-31 [paul]       0.8.1claws3
15721
15722         * man/sylpheed.1
15723                 add the '--attach' option and a few other
15724                 minor changes
15725
15726 2002-07-31 [paul]       0.8.1claws2
15727
15728         * sync with 0.8.1cvs5
15729                 see ChangeLog 2002-07-31
15730
15731 2002-07-31 [christoph]  0.8.1claws1
15732
15733         * src/folderview.[ch]
15734         * src/mainwindow.c
15735                 replace "Rescan all folders..." with
15736                 "Check all folders for new messages..."
15737
15738 2002-07-30 [paul]       0.8.1claws
15739
15740         * version 0.8.1claws released
15741
15742 2002-07-30 [paul]       0.8.0claws29
15743
15744         * tools/OOo2sylpheed.pl ** NEW FILE **
15745           tools/README
15746                 add script to enable sending documents as
15747                 attachments from OpenOffice.org
15748
15749 2002-07-30 [melvin]     0.8.0claws28
15750
15751         * src/prefs_actions.c
15752                 Made the actions' input/output dialog display
15753                 without delay.
15754
15755 2002-07-30 [christoph]  0.8.0claws27
15756
15757         * src/procmsg.c
15758                 check if folder_item_get_msginfo in
15759                 procmsg_save_to_outbox returned NULL
15760
15761 2002-07-30 [paul]       0.8.0claws26
15762
15763         * sync with 0.8.1cvs4
15764                 see ChangeLog 2002-07-29
15765
15766 2002-07-29 [thorsten]   0.8.0claws25
15767
15768         * README.claws
15769                 added selective download, delete on server
15770
15771 2002-07-29 [paul]       0.8.0claws24
15772
15773         * sync with 0.8.1cvs3
15774                 see ChangeLog 2002-07-29
15775
15776 2002-07-27 [christoph]  0.8.0claws23
15777
15778         * src/folder.c
15779                 add extra check if fetching the msginfo
15780                 returned NULL
15781
15782 2002-07-27 [paul]       0.8.0claws22
15783
15784         * sync with 0.8.1cvs2
15785                 see ChangeLog 2002-07-26
15786
15787 2002-07-27 [christoph]  0.8.0claws21
15788
15789         * src/imap.c
15790                 add another check if a valid msginfo
15791                 was returned
15792
15793 2002-07-26 [hoa]        0.8.0claws20
15794
15795         * src/folder.c
15796                 Fixed a condition in folder_item_destroy()
15797
15798         * src/imap.c
15799                 Fixed an error in IMAP protocol
15800
15801 2002-07-26 [alfons]     0.8.0claws19
15802
15803         * src/folder.c
15804                 ofcourse compare with identifier, not the path
15805
15806 2002-07-26 [alfons]     0.8.0claws18
15807
15808         * src/folder.c
15809                 use folder item identifier for saving / restoring
15810                 preferences because folder->path might not be unique
15811
15812 2002-07-26 [melvin]     0.8.0claws17
15813
15814         * src/logwindow.c
15815                 Fixed a crash introduced in 0.8.0claws5 when log is 
15816                 cut under 80 characters.
15817
15818 2002-07-26 [paul]       0.8.0claws16
15819
15820         * sync with 0.8.1cvs1
15821                 see ChangeLog 2002-07-26
15822
15823 2002-07-26 [christoph]  0.8.0claws15
15824
15825         * src/imap.[ch]
15826                 imap folder now remembers the last selected
15827                 folder and imap_fetch_msginfo skips selecting
15828                 the folder if it is already selected
15829
15830 2002-07-26 [christoph]  0.8.0claws14
15831
15832         * src/folder.c
15833         * src/folderview.c
15834         * src/imap.c
15835                 fix imap folder rescanning
15836
15837 2002-07-25 [christoph]  0.8.0claws13
15838
15839         * src/filter.c
15840         * src/folder.[ch]
15841         * src/folderview.c
15842         * src/imap.[ch]
15843         * src/mainwindow.c
15844         * src/mbox_folder.c
15845         * src/mh.c
15846         * src/news.c
15847                 implement imap uid cache and uid validity check
15848
15849 2002-07-25 [alfons]     0.8.0claws12
15850
15851         * src/summaryview.c
15852                 fix a brown paper bag bug, and also add some more
15853                 checks
15854
15855 2002-07-25 [christoph]  0.8.0claws11
15856
15857         * src/folder.c
15858                 don't mix copy, fetch_msginfo and remove
15859                 operations in folder item copy and move
15860                 operations
15861
15862 2002-07-25 [christoph]  0.8.0claws10
15863
15864         * src/folderview.c
15865         * src/mainwindow.c
15866         * src/prefs_folder_item.c
15867         * src/summaryview.[ch]
15868                 remove no longer required parameter update_cache from
15869                 summary_show
15870
15871 2002-07-25 [paul]       0.8.0claws9
15872
15873         * sync with 0.8.1
15874         
15875         * AUTHORS
15876                 a few corrections
15877
15878 2002-07-24 [alfons]     0.8.0claws8
15879
15880         * src/summaryview.c
15881                 sort correctly when using simplified subject line
15882                 (closes feature request "[ 585141 ] applying regexp to subject 
15883                 before sort" submitted by Alexandra Walford)
15884
15885 2002-07-24 [paul]       0.8.0claws7
15886
15887         * sync with 0.8.0cvs3
15888                 see ChangeLog 2002-07-24
15889
15890 2002-07-23 [christoph]  0.8.0claws6
15891
15892         * src/folder.c
15893         * src/folder.h
15894         * src/summaryview.c
15895         * src/summaryview.h
15896         * src/main.c
15897                 o separate processing and summaryview
15898                 o removed summary_write_cache from summaryview
15899                 o removed summaryview->killed_messages, because we don't have
15900                   to keep a list of killed messages anymore. New cache will
15901                   keep the hidden messages in cache anyway
15902         * src/folderview.c
15903         * src/inc.c
15904         * src/selective_download.c
15905                 o removed unnecessary summary_write_cache calls
15906         * src/procmsg.c
15907                 o don't set ignore thread flag in procmsg_get_thread_tree
15908                   if it is already set
15909         * src/mainwindow.c
15910         * src/statusbar.h
15911                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15912                   they are used in different files
15913
15914 2002-07-23 [melvin]     0.8.0claws5
15915
15916         * src/addressbook.c
15917         * src/addrgather.c
15918         * src/editaddress.c
15919         * src/editgroup.c
15920         * src/editldap_basedn.c
15921         * src/importldif.c
15922         * src/prefs_common.c
15923                 Fixed few memory leak (gtk_editable_get_chars returns
15924                 an allocated string)
15925         * src/logwindow.c
15926                 Fixed few memory leak (gtk_editable_get_chars returns
15927                 an allocated string) and modified a little the log cutting
15928                 loop.
15929         * src/compose.c
15930                 Replaced a call to an obsolete function gtk_entry_get_text()
15931                 by gtk_editable_get_chars()
15932         * src/send.c
15933                 Removed a debug printf
15934
15935 2002-07-23 [christoph]  0.8.0claws4
15936
15937         * src/filesel.c
15938                 fix another g_dirname memory leak
15939
15940 2002-07-23 [christoph]  0.8.0claws3
15941
15942         * src/mh.c
15943                 fixed a memory leak in mh_fetch_msginfo
15944                 fixed crash when message header could not be
15945                 parsed
15946
15947 2002-07-23 [paul]       0.8.0claws2
15948
15949         * sync with 0.8.0cvs2
15950                 see ChangeLog 2002-07-23
15951
15952 2002-07-23 [paul]       0.8.0claws1
15953
15954         * sync with 0.8.0cvs1
15955                 see ChangeLog 2002-07-23
15956
15957 2002-07-23 [paul]       0.8.0claws
15958
15959         * release of 0.8.0claws