dd246434eb3942b0c49028aa09f71deb656f9b24
[claws.git] / ChangeLog.claws
1 2005-02-16 [christoph]  1.0.1cvs11
2
3         * src/mh.c
4                 add scan required function for MH folders
5
6         (Patch by Ivan Rayner <ivanr@sgi.com>)
7
8 2005-02-15 [christoph]  1.0.1cvs10
9
10         * src/plugins/pgpmime/pgpmime.cpp
11         * src/plugins/pgpmime/pgpmime.h
12                 add sign and encrypt functions
13
14 2005-02-15 [christoph]  1.0.1cvs9
15
16         * configure.ac
17         * src/Makefile.am
18         * src/privacy.c                                 ** REMOVE **
19         * src/privacy.cpp                               ** NEW **
20         * src/privacy.h
21         * src/plugins/pgpmime/Makefile.am
22         * src/plugins/pgpmime/passphrase.h
23         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
24         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
25         * src/plugins/pgpmime/pgpmime.h
26         * src/plugins/pgpmime/prefs_gpg.h
27         * src/plugins/pgpmime/select-keys.h
28         * src/plugins/pgpmime/sgpgme.h
29                 change Privacy-API to C++
30
31 2005-02-15 [colin]      1.0.1cvs8
32
33         * src/mimeview.c
34         * src/common/utils.c
35                 Sanitize substitution for saved filenames:
36                 only \ / * and \r \n \t are bad. 
37
38 2005-02-15 [colin]      1.0.1cvs7
39
40         * src/compose.c
41         * src/procmime.c
42                 Optimize (constant instead of strlen). Thanks
43                 Alfons for the hint.
44
45 2005-02-14 [colin]      1.0.1cvs6
46
47         * src/compose.c
48         * src/procmime.c
49                 Use quoted-printable instead of 7bit or 8bit
50                 to encode "^From " and avoid mail corruption 
51                 on the MTA, as specified by RFC 3156. Thanks
52                 Hoa for the hint.
53
54 2005-02-12 [colin]      1.0.1cvs5
55
56         * src/filtering.c
57                 Remove wrong use of compose struct after
58                 compose_send(). Spotted by Alfons and Holger Berndt.
59
60 2005-02-10 [paul]       1.0.1cvs4
61
62         * src/compose.c
63                 sync with main, see ChangeLog 2005-02-10
64
65 2005-02-10 [colin]      1.0.1cvs3
66
67         * src/mainwindow.c
68                 dereference freed messageview,
69                 and don't try to use it after free.
70                 This caused occasional late segfaults
71                 when quitting.
72
73 2005-02-10 [colin]      1.0.1cvs2
74
75         * src/messageview.c
76                 Don't display html with plugin automatically
77                 (Dillo steals focus)
78
79 2005-02-09 [colin]      1.0.1cvs1
80
81         * src/mimeview.c
82         * src/mimeview.h
83         * src/messageview.c
84                 Display first relevant part using plugin
85                 if not text/plain if possible (useful for 
86                 vCalendar for example)
87
88 2005-02-08 [paul]       1.0.1
89
90         1.0.1 released
91
92 2005-02-08 [paul]       1.0.0cvs29
93
94         * po/de.po
95         * po/es.po
96         * po/fr.po
97         * po/it.po
98         * po/pt_BR.po
99         * po/sk.po
100         * po/sr.po
101                 updated by Thomas Gilgin, Ricardo Mones Lastra,
102                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
103                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
104
105 2005-02-05 [paul]       1.0.0cvs28
106
107         * src/compose.c
108                 fix Bug 682 'redirect is broken'
109
110
111 2005-02-05 [thorsten]   1.0.0cvs27
112
113         * src/partial_download.c
114                 fix buf overflow
115
116 2005-02-03 [colin]      1.0.0cvs26
117
118         * src/common/plugin.c
119                 Don't load GTK2 plugins at all. This solves
120                 the plugins problem when switching between
121                 GTK1 and GTK2 version.
122
123 2005-02-02 [colin]      1.0.0cvs25
124
125         * src/messageview.c
126                 Fix dangerous typo
127
128 2005-01-31 [colin]      1.0.0cvs24
129
130         * src/compose.c
131                 Fix MsgInfo reference leak
132
133 2005-01-28 [colin]      1.0.0cvs23
134
135         * src/folderview.c
136                 Change check - partial_recv is not cached.
137
138 2005-01-28 [colin]      1.0.0cvs22
139
140         * src/folderview.c
141                 Don't call partial_mark_for_delete() when 
142                 it's useless
143
144 2005-01-27 [colin]      1.0.0cvs21
145
146         * src/procmsg.c
147         * src/compose.c
148                 Fix build - sorry.
149
150 2005-01-27 [christoph]  1.0.0cvs20
151
152         * src/folder.c
153                 use normal message remove function if a folder has no function
154                 to remove all messages
155
156         * src/folderview.c
157                 fix memory leak
158
159 2005-01-27 [colin]      1.0.0cvs19
160
161         * src/procmime.c
162                 Forgot to commit this file with cvs18.
163
164 2005-01-27 [colin]      1.0.0cvs18
165
166         * src/compose.c
167                 Uhm, better not touch the original msginfo_list.
168
169 2005-01-27 [colin]      1.0.0cvs17
170
171         * src/procmsg.c
172         * src/procmsg.h
173                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
174         * src/compose.c
175                 ... And use it to be able to reply to the currently 
176                 selected MimeInfo.
177
178 2005-01-27 [colin]      1.0.0cvs16
179
180         * src/messageview.c
181         * src/summaryview.c
182         * src/compose.c
183         * src/compose.h
184         * src/toolbar.c
185         * src/mainwindow.c
186                 Factorize this reply mess
187
188 2005-01-26 [paul]       1.0.0cvs15
189
190         * ChangeLog
191         * ChangeLog.jp
192         * src/common/template.c
193                 sync with main, (fix memory leak), see ChangeLog
194                 2005-01-25
195
196 2005-01-25 [paul]       1.0.0cvs14
197
198         * src/compose.c
199                 compose_redirect(): fix sensitivity of attachment 
200                 "Properties..." button
201
202 2005-01-24 [colin]      1.0.0cvs13
203
204         * src/summaryview.c
205                 Freeze clist during operations involving message
206                 lists.
207
208 2005-01-24 [paul]       1.0.0cvs12
209
210         * ChangeLog
211         * ChangeLog.jp
212         * src/messageview.c
213         * src/mh.c
214         * src/common/utils.c
215                 sync with main, see ChangeLog 2005-01-19
216
217 2005-01-24 [colin]      1.0.0cvs11
218
219         * src/procheader.c
220                 Fix build with MIPSpro compiler.
221                 Patch by Ivan Rayner <ivanr@sgi.com>
222
223 2005-01-24 [colin]      1.0.0cvs10
224
225         * src/folderview.c
226                 Use (+) in collapsed folders with quicksearch-
227                 matching subfolders
228
229 2005-01-23 [holger]     1.0.0cvs9
230
231         * src/crash.c
232                 Include missing header file
233
234 2005-01-22 [colin]      1.0.0cvs8
235
236         * src/summaryview.c
237         * src/gtk/quicksearch.c
238                 Make recursive quicksearch work in
239                 root folders (and code fixes)
240
241 2005-01-21 [colin]      1.0.0cvs7
242
243         * src/summaryview.c
244                 Set cursor to wait while looking in subfolders
245
246 2005-01-21 [colin]      1.0.0cvs6
247
248         * src/summaryview.c
249                 Don't clear quicksearch if recursion is on,
250                 even if !sticky
251
252 2005-01-21 [colin]      1.0.0cvs5
253
254         * src/gtk/quicksearch.c
255         * src/prefs_common.c
256         * src/prefs_common.h
257                 Add option to recurse or not
258
259 2005-01-21 [colin]      1.0.0cvs4
260
261         * src/folder.h
262         * src/folderview.c
263         * src/folderview.h
264         * src/summaryview.c
265         * src/gtk/quicksearch.c
266         * src/gtk/quicksearch.h
267                 Make quicksearch recursive - results materialized
268                 by search icons in the folderview.
269
270 2005-01-20 [holger]     1.0.0cvs3
271
272         * src/addrindex.c
273         * src/addrindex.h
274                 Add addrindex_load_person_attribute() (for plugins)
275
276 2005-01-19 [colin]      1.0.0cvs2
277
278         * src/mbox.c
279         * src/mbox.h
280         * src/mainwindow.c
281         * src/summaryview.c
282         * src/summaryview.h
283                 Add an easy way to export specific messages
284                 to an mbox file.
285
286 2005-01-19 [paul]       1.0.0cvs1
287
288         * po/ja.po
289         * po/ko.po
290                 updated by  Rui Hirokawa and
291                 SungHyun Nam
292
293 2005-01-18 [paul]       1.0.0
294
295         * version 1.0.0 released
296
297 2005-01-17 [thorsten]   0.9.13cvs38
298
299         * src/crash.c
300         * src/gtk/pluginwindow.c
301                 return value of filesel should not be free()d
302
303 2005-01-17 [paul]       0.9.13cvs37
304
305         * AUTHORS
306         * po/es.po
307         * po/fr.po
308         * po/hr.po
309         * po/it.po
310         * po/pt_BR.po
311         * po/sk.po
312         * po/sr.po
313                 update translations. submitted by Ricardo Mones
314                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
315                 Frederico Goncalves Guimaraes, Andrej Kacian,
316                 Aleksandar Urosevic
317
318 2005-01-16 [colin]      0.9.13cvs36
319
320         * src/prefs_toolbar.c
321                 Fix two leaks, both found by Alfons.
322
323 2005-01-15 [paul]       0.9.13cvs35
324
325         * src/gtk/pluginwindow.c
326                 fix 2 memleaks, patch by Alfons
327
328 2005-01-15 [paul]       0.9.13cvs34
329
330         * ChangeLog
331         * ChangeLog.jp
332         * src/common/template.c
333                 sync with main, see ChangeLog 2005-01-11
334                 (fix potential memory corruption bug)
335
336 2005-01-14 [colin]      0.9.13cvs33
337
338         * src/html.c
339         * src/msgcache.c
340                 Fix coding style issues from the last patch
341
342 2005-01-14 [colin]      0.9.13cvs32
343
344         * src/msgcache.c
345                 Fix possible double free, avoid putting 8k on the stack
346         * src/html.c
347         * src/html.h
348                 Fix links with tags inside, add some entities
349         * AUTHORS
350                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
351
352 2005-01-09 [thorsten]   0.9.13cvs31
353
354         * tools/calypso_convert.pl
355                 support nested subdirs (possible in recent calypso versions)
356                 fix "change of readonly value" error with perl >= 5.8
357
358 2005-01-08 [colin]      0.9.13cvs30
359
360         * src/prefs_filtering_action.c
361                 Plug leak - patch by Alfons
362
363 2005-01-07 [paul]       0.9.13cvs29
364
365         * ChangeLog
366         * ChangeLog.jp
367         * src/pop.c
368         * src/pop.h
369                 sync with main, see ChangeLog 2005-01-06
370
371 2005-01-06 [colin]      0.9.13cvs28
372
373         * src/prefs_matcher.c
374                 Plug leak. Patch by Alfons
375
376 2005-01-04 [christoph]  0.9.13cvs27
377
378         * src/folderview.c
379         * src/imap_gtk.c
380         * src/news_gtk.c
381                 Create extra popup menu entries for account settings
382
383         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
384
385 2005-01-03 [colin]      0.9.13cvs26
386
387         * src/main.c
388                 Plugins should be loaded before --receive or --receive-all 
389                 is processed. 
390                 Patch by Felix Eckhofer <felix-ml@tribut.de>
391
392 2005-01-03 [colin]      0.9.13cvs25
393
394         * src/pop.c
395         * src/pop.h
396                 Add data_len member, because we can get NULs from network
397                 Patch by Alfons
398
399 2005-01-01 [colin]      0.9.13cvs24
400
401         * src/procmime.c
402                 Fix possible memleak in corner case - found by
403                 Martin Kluge, patch by Alfons
404
405 2004-12-30 [colin]      0.9.13cvs23
406
407         * src/account.c
408                 Fix prototypes - patch by Alfons
409
410 2004-12-30 [paul]       0.9.13cvs22
411
412         * ChangeLog
413         * ChangeLog.jp
414         * NEWS
415         * src/account.c
416                 sync with main 1.0.0.
417                 see ChangeLog 2004-12-22
418
419 2004-12-18 [paul]       0.9.13cvs21
420
421         * AUTHORS
422         * ChangeLog
423         * ChangeLog.jp
424         * src/action.c
425                 sync with main, see ChangeLog 2004-12-17
426
427 2004-12-17 [thorsten]   0.9.13cvs20
428
429         * src/compose.c
430                 protect trailing spaces when signing message
431
432 2004-12-16 [paul]       0.9.13cvs19
433
434         * ChangeLog
435         * ChangeLog.jp
436         * NEWS
437         * src/compose.c
438         * src/syldap.c
439                 sync with main 1.0.0rc
440                 see ChangeLog 2004-12-15
441
442 2004-12-14 [colin]      0.9.13cvs18
443
444         * src/gtk/prefswindow.c
445                 Fix build. Sorry :)
446
447 2004-12-14 [colin]      0.9.13cvs17
448
449         * src/gtk/gtkutils.c
450         * src/gtk/gtkutils.h
451         * src/gtk/prefswindow.c
452                 Catch Enter in prefswindow while in text
453                 widget. Patch by Alfons.
454
455 2004-12-14 [paul]       0.9.13cvs16
456
457         * ChangeLog
458         * ChangeLog.jp
459         * src/action.c
460         * src/compose.c
461         * src/common/utils.c
462                 sync with main, see ChangeLog entries 2004-12-10
463                 and 2004-12-13
464
465         * po/ru.po
466                 updated by Pavlo Bohmat
467
468 2004-12-13 [thorsten]   0.9.13cvs15
469
470         * src/plugins/spamassassin/libspamc.c
471                 fix memleak
472
473 2004-12-13 [colin]      0.9.13cvs14
474
475         * src/gtk/prefswindow.c
476         * src/gtk/pluginwindow.c
477                 Fix key_pressed handlers
478
479 2004-12-11 [colin]      0.9.13cvs13
480
481         * src/quote_fmt_parse.y
482                 Rework quote_fmt_parse to use less local 
483                 arrays in local blocks, so it doesn't 
484                 freak out IBM's stack protector. Patch
485                 by Alfons.
486
487 2004-12-10 [colin]      0.9.13cvs12
488
489         * src/messageview.c
490                 Fix logic error
491         * src/mainwindow.c
492                 Fix corruptions when de-separating messageview
493
494 2004-12-10 [paul]       0.9.13cvs11
495
496         * src/prefs_themes.c
497                 use a different set of icons for the Preview
498
499 2004-12-09 [colin]      0.9.13cvs10
500
501         * src/procmime.c
502                 Fix procmime_encode_content doing horribly wrong
503                 stuff when encoding to B64 from memory
504
505 2004-12-08 [colin]      0.9.13cvs9
506
507         * src/gtk/colorlabel.c
508                 Fix color label off-by-one
509                 Patch by Alfons
510
511 2004-12-08 [hoa]        0.9.13cvs8
512
513         * src/quote_fmt_parse.y
514                 really fix buffer overflow
515
516 2004-12-08 [colin]      0.9.13cvs7
517
518         * src/matcher_parser_parse.y
519         * src/msgcache.c
520         * src/prefs_matcher.c
521         * src/procheader.c
522         * src/matcher.c
523         * src/common/defs.h
524                 Cache total_size and use that to speed up
525                 'partial' match.
526                 Add 'partial' to the list of useable stuff
527                 in filtering
528
529 2004-12-08 [paul]
530
531         * po/sr.po
532                 updated by URKE MMI
533
534 2004-12-08 [colin]      0.9.13cvs6
535
536         * src/textview.c
537                 Fix possible boundary overrun in
538                 get_email_part(). Patch by Alfons
539
540 2004-12-08 [hoa]        0.9.13cvs5
541
542         * src/quote_fmt_parse.y
543                 fix buffer overflow
544                 http://bugs.gentoo.org/show_bug.cgi?id=67253
545
546 2004-12-07 [thorsten]   0.9.13cvs4
547
548         * src/procmime.c
549                 fix leak introduced with 0.9.13cvs1
550
551 2004-12-07 [keith]      0.9.13cvs3
552
553         * src/procmime.c
554                 Fix typo
555
556 2004-12-07 [colin]      0.9.13cvs2
557
558         * AUTHORS
559         * src/prefs_account.c
560         * src/common/smtp.c
561         * src/common/smtp.h
562                 Add SMTP PLAIN authentication. Patch by 
563                 George Michaelson <ggm@apnic.net>
564
565 2004-12-07 [thorsten]   0.9.13cvs1
566
567         * src/procmime.c
568                 [Bug 650] reply button causes crash
569                 Patch partly by David Relson
570
571 2004-12-06 [paul]       0.9.13
572
573         0.9.13 released
574
575 2004-12-06 [paul]
576
577         * po/sk.po
578                 updated by Andrej Kacian
579         * INSTALL
580         * README.claws
581                 updated
582         
583 2004-12-06 [christoph]
584
585         * configure.ac
586                 move GPGME check to PGP/MIME plugin checks
587
588 2004-12-06 [colin]      0.9.12cvs187
589
590         * src/compose.c
591                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
592
593 2004-12-06 [paul]       0.9.12cvs186
594
595         * INSTALL
596         * README.claws
597                 updated
598         * po/es.po
599         * po/fr.po
600         * po/it.po
601         * po/ja.po
602         * po/pt_BR.po
603         * po/zh_CN.po
604                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
605                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
606                 and Yang Guilong
607
608 2004-12-05 [paul]       0.9.12cvs185
609
610         * INSTALL
611         * Makefile.am
612         * README.claws
613                 update
614         * TODO.claws    **REMOVED**
615                 removed, use the wiki instead
616         * tools/Makefile.am
617         * tools/README
618                 remove newscache_conv.pl from the release package
619                 and notes as it is broken and not currently maintained
620         * tools/filter_conv.pl
621                 use --config-dir to find claws' config dir
622         * tools/kdeservicemenu/README
623         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
624         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
625                 make a top-level menu entry
626
627 2004-12-04 [paul]       0.9.12cvs184
628
629         * src/addrharvest.c
630                 conv_unmime_header_overwrite(name)
631
632 2004-12-04 [colin]      0.9.12cvs183
633
634         * src/compose.c
635                 Fix saving of compose window position
636                 when sending mail. Patch by Alfons.
637
638 2004-12-04 [paul]       0.9.12cvs182
639
640         * ChangeLog
641         * ChangeLog.jp
642         * INSTALL
643         * NEWS
644         * README
645         * README.jp
646         * doc/manual/ja/Makefile.am
647         * doc/manual/ja/sylpheed-1.html
648         * doc/manual/ja/sylpheed-10.html
649         * doc/manual/ja/sylpheed-11.html
650         * doc/manual/ja/sylpheed-12.html
651         * doc/manual/ja/sylpheed-13.html
652         * doc/manual/ja/sylpheed-14.html
653         * doc/manual/ja/sylpheed-15.html
654         * doc/manual/ja/sylpheed-16.html
655         * doc/manual/ja/sylpheed-17.html
656         * doc/manual/ja/sylpheed-18.html
657         * doc/manual/ja/sylpheed-19.html
658         * doc/manual/ja/sylpheed-2.html
659         * doc/manual/ja/sylpheed-20.html
660         * doc/manual/ja/sylpheed-3.html
661         * doc/manual/ja/sylpheed-4.html
662         * doc/manual/ja/sylpheed-5.html
663         * doc/manual/ja/sylpheed-6.html
664         * doc/manual/ja/sylpheed-7.html
665         * doc/manual/ja/sylpheed-8.html
666         * doc/manual/ja/sylpheed-9.html
667         * doc/manual/ja/sylpheed.html
668         * doc/manual/ja/sylpheed.sgml
669         * src/Makefile.am
670         * src/procmime.c
671         * src/pixmaps/regular.xpm **REMOVED**
672                 sync with main 1.0.0beta4, including: "canonicalize text files
673                 before encoding to BASE64, and uncanonicalize after decoding
674                 to conform with RFC 2045" 
675
676 2004-12-03 [christoph]  0.9.12cvs181
677
678         * src/compose.c
679                 build the Privacy System menu without GtkItemFactory to
680                 allow '/' in Privacy System names
681
682         * src/plugins/pgpmime/pgpmime.c
683         * src/plugins/pgpmime/plugin.c
684                 Update description and change Privacy System name
685
686 2004-12-03 [paul]
687
688         * src/pixmaps/dir_close.xpm
689         * src/pixmaps/dir_open.xpm
690         * src/pixmaps/drafts_close.xpm
691         * src/pixmaps/drafts_open.xpm
692         * src/pixmaps/group.xpm
693         * src/pixmaps/unread.xpm
694                 update icons (sync with main (adjust hue))      
695
696 2004-12-02 [paul]       0.9.12cvs180
697
698         * ChangeLog
699         * ChangeLog.jp
700         * src/Makefile.am
701         * src/pop.c
702         * src/common/utils.c
703         * src/common/utils.h
704         * src/pixmaps/folder.xpm **REMOVED**
705                 sync with main
706                 fixes bug 644 'extra CRs in subject line break filtering' 
707
708 2004-12-02 [colin]      0.9.12cvs179
709
710         * src/compose.c
711                 Prevent duplicate edition of queued
712                 and drafted mails
713
714 2004-12-02 [colin]      0.9.12cvs178
715
716         * src/compose.c
717                 Fix quote linewrapping ignoring pref
718                 Patch by Alfons
719
720 2004-11-30 [colin]      0.9.12cvs177
721
722         * src/gtk/prefswindow.c
723         * src/gtk/pluginwindow.c
724                 Add shortcut keys to prefs window
725                 and plugin window. Patch by Fabien Vantard.
726
727 2004-11-29 [colin]      0.9.12cvs176
728
729         * src/folderview.c
730                 Fix disappearing separators in folderview's popup
731
732 2004-11-29 [colin]      0.9.12cvs175
733
734         * src/procmime.c
735                 Another format bug
736
737 2004-11-29 [colin]      0.9.12cvs174
738
739         * src/pop.c
740                 Fix format string
741
742 2004-11-26 [colin]      0.9.12cvs173
743
744         * src/common/smtp.c
745         * src/common/smtp.h
746                 Use ESMTP for all servers advertising it
747                 Add SIZE= parameter to MAIL command for 
748                 ESMTP servers
749
750 2004-11-24 [colin]      0.9.12cvs172
751
752         * src/plugins/pgpmime/pgpmime.c
753                 Forgot one :(
754
755 2004-11-24 [colin]      0.9.12cvs171
756
757         * src/plugins/pgpmime/pgpmime.c
758                 Fix numerous GpgmeGtk leaks
759
760 2004-11-24 [colin]      0.9.12cvs170
761
762         * src/plugins/pgpmime/pgpmime.c
763                 Fix numerous GpgmeCtx leaks
764
765 2004-11-24 [colin]      0.9.12cvs169
766
767         * src/plugins/pgpmime/plugin.c
768                 Update requirements
769         * src/plugins/trayicon/Makefile.am
770         * src/plugins/trayicon/newmarkedmail.xpm
771         * src/plugins/trayicon/trayicon.c
772         * src/plugins/trayicon/unreadmarkedmail.xpm
773                 Add new icons when there are unread marked mails
774                 answers
775
776 2004-11-23 [thorsten]   0.9.12cvs168
777
778         * src/plugins/pgpmime/plugin.c
779                 typo: plugin_init instead of plugin_done
780
781 2004-11-23 [thorsten]   0.9.12cvs167
782
783         * commitHelper
784                 o add me
785         * src/partial_download.c
786         * src/partial_download.h
787                 o fix path for includes
788
789 2004-11-23 [colin]      0.9.12cvs166
790
791         * src/procmime.c
792                 Uh, changed API.
793
794 2004-11-23 [colin]      0.9.12cvs165
795
796         * src/procmime.c
797                 Fix mime headers wrapping
798
799 2004-11-23 [christoph]  0.9.12cvs164
800
801         * src/common/Makefile.am
802         * src/common/partial_download.[ch]
803         * src/Makefile.am
804         * src/partial_download.[ch]
805         * src/folderview.c
806                 move to src because it depends on src stuff
807
808         * src/codeconv.c
809         * src/common/base64.h
810                 move B64LEN macro to base64.h
811
812         * src/compose.c
813         * src/privacy.[ch]
814                 add PrefsAccount to sign-function parameters
815
816         * src/main.c
817         * src/prefs_account.[ch]
818         * src/gtk/prefswindow.[ch]
819                 o use new prefswindow for account prefs
820                 o add possibility to add new pages to account prefs
821
822         * src/plugins/pgpmime/prefs_gpg.[ch]
823         * src/plugins/pgpmime/prefs_gpg.glade
824                 add account prefs for GPG
825
826         * src/plugins/pgpmime/pgpmime.c
827         * src/plugins/pgpmime/sgpgme.[ch]
828                 create signers list based on the GPG account prefs
829
830 2004-11-23 [colin]      0.9.12cvs163
831
832         * src/main.c
833                 Fix cursor going from normal to wait
834                 as many times as there are folders
835                 (very noticeable on exported displays)
836
837 2004-11-23 [colin]      0.9.12cvs162
838
839         * src/msgcache.c
840                 HEAD needs this leak fix too
841
842 2004-11-22 [luke]       0.9.12cvs161
843
844         * src/gtk/gtkstext.c
845                 'Up' key moves one line (not one paragraph) like 'Down'
846
847 2004-11-22 [paul]       0.9.12cvs160
848
849         * src/prefs_themes.c
850                 fix oversized GtkFrames
851
852 2004-11-19 [paul]       0.9.12cvs159
853
854         * src/prefs_common.c
855                 update prefs_keybind_apply_clicked()
856
857 2004-11-18 [paul]       0.9.12cvs158
858
859         * src/compose.c
860         * src/messageview.c
861         * src/common/utils.c
862         * src/common/utils.h
863                 use Message-ID format like that previously
864                 used in compose_generate_msgid()
865
866 2004-11-17 [christoph]  0.9.12cvs157
867
868         * src/mainwindow.c
869         * src/prefs_common.c
870                 integrate "Common preferences" into new preferences dialog
871
872 2004-11-17 [colin]      0.9.12cvs156
873
874         * src/prefs_account.c
875         * src/prefs_account.h
876         * src/procmsg.c
877                 Add an option to let the user choose to store encrypted
878                 mail as clear text or encrypted.
879
880 2004-11-17 [colin]      0.9.12cvs155
881
882         * src/compose.c
883         * src/toolbar.c
884                 Be verbose when sending fails
885         * src/procmsg.c
886                 Fix procmsg_send_queue returning 0 when there's an error
887                 Don't send messages to be encrypted to nobody 
888
889
890 2004-11-17 [colin]      0.9.12cvs154
891
892         * src/privacy.c
893                 Fix more pointer confusion
894
895 2004-11-17 [paul]       0.9.12cvs153
896
897         * src/procmime.h
898                 forgotten in sync with main 1.0.0beta3
899
900
901 2004-11-17 [paul]       0.9.12cvs152
902
903         * ChangeLog
904         * ChangeLog.jp
905         * NEWS
906         * src/compose.c
907         * src/jpilot.c
908         * src/procmime.c
909                 sync with main 1.0.0beta3
910                 see ChangeLog 2004-11-15 and 2004-11-16
911
912 2004-11-17 [colin]      0.9.12cvs151
913
914         * src/plugins/pgpmime/pgpmime.c
915                 Remove debug printf
916
917 2004-11-17 [colin]      0.9.12cvs150
918
919         * src/plugins/pgpmime/pgpmime.c
920                 Fix off-by-one causing segs
921
922 2004-11-17 [colin]      0.9.12cvs149
923
924         * src/procmsg.c
925                 < Reboot_> don't compare pointers to NULL with !
926                 So, use the other form to bring consistency.
927                 Also fix coding style.
928
929 2004-11-16 [colin]      0.9.12cvs148
930
931         * src/procmsg.c
932                 Fix the fix :)
933
934 2004-11-16 [colin]      0.9.12cvs147
935
936         * src/procmsg.c
937                 Fix leaks in procmsg_send_message_queue
938
939 2004-11-12 [paul]       0.9.12cvs146
940
941         * src/prefs_account.c
942         * src/procmime.c
943         * src/procmime.h
944                 fix sync breakage 
945
946 2004-11-12 [paul]
947
948         * src/pixmaps/complete.xpm
949         * src/pixmaps/continue.xpm
950                 small sync with main, see ChangeLog 2004-11-11
951
952 2004-11-11 [paul]       0.9.12cvs145
953
954         * ChangeLog
955         * ChangeLog.jp
956         * src/account.c
957         * src/folderview.c
958         * src/folderview.h
959         * src/imap.c
960         * src/imap_gtk.c
961         * src/inc.c
962         * src/mainwindow.c
963         * src/mh_gtk.c
964         * src/news_gtk.c
965         * src/pop.c
966         * src/prefs_account.c
967         * src/prefs_account.h
968         * src/prefs_ext_prog.c
969         * src/procmsg.c
970         * src/procmsg.h
971         * src/summary_search.c
972         * src/summaryview.c
973         * src/textview.c
974         * src/common/defs.h
975         * src/common/utils.c
976         * src/common/utils.h
977         * src/gtk/menu.c
978         * src/gtk/menu.h
979                 sync with main 1.0.0beta2 (plus 4)
980
981 2004-11-09 [christoph]  0.9.12cvs144
982
983         * src/compose.c
984         * src/prefs_account.[ch]
985                 add option menu to select default privacy system
986
987         * src/plugins/pgpmime/pgpmime.c
988                 better memory allocation
989
990         * src/folder.c
991                 syncronize flags when scanning a folder
992
993 2004-11-08 [colin]      0.9.12cvs143
994
995         * src/summaryview.c
996                 Prevent useless folder count updates while 
997                 quicksearch is running. It is really annoying 
998                 while quicksearch is running a full-mail
999                 scan, like 'b foo', in a big folder.
1000
1001 2004-11-08 [colin]      0.9.12cvs142
1002
1003         * src/textview.c
1004                 Really fix these mail URIs
1005
1006 2004-11-08 [colin]      0.9.12cvs141
1007
1008         * src/textview.c
1009                 fix "colin@colino.net" <colin@colino.net> 
1010                 types of URIs
1011
1012 2004-11-06 [colin]      0.9.12cvs140
1013
1014         * src/compose.c
1015                 Don't ask for passphrase if not sending
1016
1017 2004-11-05 [christoph]  0.9.12cvs139
1018
1019         * src/compose.c
1020                 o encode text content of composed mails
1021         * src/procmime.c
1022                 o allow encoding of MimeInfos that are stored in memory buffers
1023                 
1024
1025 2004-11-03 [paul]       0.9.12cvs138
1026
1027         * po/POTFILES.in
1028                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1029                 Patch submitted by Fabien Vantard
1030
1031         * src/prefs_ext_prog.c
1032                 fix typos. Patch submitted by Fabien Vantard
1033
1034         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1035         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1036                 add German, Spanish, Italian, Brazilian Portuguese,
1037                 and Slovak translations. Submitted by Thomas Gilgin,
1038                 J. José del Río 'partymola', Andrea Spadaccini,
1039                 Frederico Goncalves Guimaraes, and Andrej Kacian
1040
1041 2004-11-01 [christoph]  0.9.12cvs137
1042
1043         * src/procmime.c
1044                 implement RFC2231's parameter encoding
1045
1046 2004-10-29 [colin]      0.9.12cvs136
1047
1048         * src/common/utils.c
1049                 Fix boundary delimiter (a Pine user gets this:
1050                 > Malformed message: Unexpected characters at end of parameters:
1051                 > =_Thu__28_Oct_2)
1052
1053 2004-10-29 [paul]
1054
1055         * tools/textviewer.sh
1056                 fix typo. patch submitted by Johann Koenig 
1057                 <explosive@hvc.rr.com>
1058
1059 2004-10-29 [paul]
1060
1061         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1062         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1063                 add French translations, submitted by Fabien Vantard
1064
1065 2004-10-28 [christoph]  0.9.12cvs135
1066
1067         * doc/src/rfc2231.txt                           ** NEW **
1068         * src/procmime.c
1069         * src/common/quoted-printable.c
1070         * src/common/utils.[ch]
1071                 implement RFC2231's parameter decoding
1072
1073 2004-10-27 [paul]
1074
1075         * tools/kdeservicemenu/README
1076         * tools/kdeservicemenu/install.sh
1077         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1078         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1079         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1080                 output files to /tmp instead of littering the
1081                 current dir
1082                 add uninstall function
1083                 refactor
1084
1085 2004-10-26 [christoph]  0.9.12cvs134
1086
1087         * src/procmime.c
1088                 better check if parameters have to be in quoted string
1089
1090 2004-10-25 [paul]
1091
1092         * tools/kdeservicemenu/README
1093         * tools/kdeservicemenu/install.sh
1094         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1095         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1096         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1097                 add files for Sylpheed Service Menu in Konqueror
1098
1099 2004-10-22 [paul]       0.9.12cvs133
1100
1101         * src/compose.c
1102         * src/prefs_common.c
1103         * src/prefs_common.h
1104         * src/prefs_wrapping.c
1105                 remove 'smart wrapping'
1106
1107 2004-10-21 [colin]      0.9.12cvs132
1108
1109         * src/compose.c
1110                 Remove extraneous separator in Options
1111
1112 2004-10-21 [colin]      0.9.12cvs131
1113
1114         * src/compose.c
1115                 Replace "unknown" attachments by "application/octet-stream"
1116                 Be a bit more defensive when using strchr
1117
1118 2004-10-20 [paul]
1119
1120         * po/ru.po
1121                 updated by Pavlo Bohmat
1122
1123 2004-10-19 [christoph]  0.9.12cvs130
1124
1125         * src/compose.c
1126                 fix wrong menu entry path
1127
1128         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1129
1130         * src/gtk/menu.c
1131                 add extra check for missing menu entries
1132
1133 2004-10-19 [christoph]  0.9.12cvs129
1134
1135         * src/compose.c
1136         * src/common/utils.c
1137                 use utils' generate_msgid() in compose.c
1138
1139 2004-10-18 [christoph]  0.9.12cvs128
1140
1141         * src/plugins/pgpmime/passphrase.c
1142         * src/plugins/pgpmime/pgpmime.c
1143         * src/plugins/pgpmime/prefs_gpg.[ch]
1144         * src/plugins/pgpmime/prefs_gpg.glade
1145         * src/plugins/pgpmime/sgpgme.c
1146                 add GPG prefs
1147
1148 2004-10-18 [christoph]  0.9.12cvs127
1149
1150         * src/addrbook.c
1151         * src/addrcache.c
1152         * src/addressbook.c
1153         * src/codeconv.c
1154         * src/compose.c
1155         * src/customheader.c
1156         * src/editaddress.c
1157         * src/editgroup.c
1158         * src/exporthtml.c
1159         * src/folder.c
1160         * src/folderview.c
1161         * src/imap.c
1162         * src/jpilot.c
1163         * src/main.c
1164         * src/matcher_parser_parse.y
1165         * src/mbox.c
1166         * src/pop.c
1167         * src/prefs_account.c
1168         * src/prefs_gtk.c
1169         * src/prefs_msg_colors.c
1170         * src/procheader.c
1171         * src/procmime.[ch]
1172         * src/procmsg.c
1173         * src/summaryview.c
1174         * src/textview.c
1175         * src/common/base64.c
1176         * src/common/partial_download.c
1177         * src/common/socket.c
1178         * src/common/sylpheed.c
1179         * src/common/utils.[ch]
1180         * src/gtk/filesel.c
1181         * src/gtk/pluginwindow.c
1182         * src/gtk/quicksearch.c
1183         * src/plugins/pgpmime/pgpmime.c
1184         * src/plugins/pgpmime/plugin.c
1185         * src/plugins/pgpmime/select-keys.c
1186         * src/plugins/pgpmime/sgpgme.c
1187         * src/plugins/spamassassin/libspamc.c
1188         * src/plugins/trayicon/trayicon.c
1189         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1190         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1191                 o don't use any GNU C extensions
1192                 o fix warnings
1193                 o replace some non-POSIX functions
1194
1195         * src/plugins/spamassassin/spamassassin.[ch]
1196         * src/plugins/spamassassin/spamassassin_gtk.c
1197         * src/plugins/clamav/clamav_plugin.[ch]
1198         * src/plugins/clamav/clamav_plugin_gtk.c
1199                 replace statusbar_print_all() from common code because it is a
1200                 GUI function
1201
1202 2004-10-17 [paul]
1203
1204         * po/es.po
1205         * po/ko.po
1206         * AUTHORS
1207                 update Spanish and Korean translations,
1208                 submitted by Ricardo Mones Lastra and
1209                 SungHyun Nam
1210
1211 2004-10-13 [colin]      0.9.12cvs126
1212
1213         * src/compose.c
1214                 Don't convert message to forced encoding when 
1215                 drafting, plus minor magic-values cleanup.
1216
1217 2004-10-13 [colin]      0.9.12cvs125
1218
1219         * po/POTFILES.in
1220                 Update POTFILES.in to reflect the source
1221                 place changes
1222
1223 2004-10-08 [christoph]  0.9.12cvs124
1224
1225         * m4/spamassassin.m4
1226                 fix libspamc OpenSSL
1227
1228         * src/compose.c
1229                 rearrange the compose menu
1230
1231 2004-10-08 [christoph]  0.9.12cvs123
1232
1233         * src/Makefile.am
1234         * src/account.c
1235         * src/compose.[ch]
1236         * src/crash.c
1237         * src/main.c
1238         * src/mimeview.c
1239         * src/passphrase.[ch]                           ** REMOVE **
1240         * src/prefs_account.[ch]
1241         * src/prefs_common.[ch]
1242         * src/privacy.[ch]
1243         * src/procmime.[ch]
1244         * src/procmsg.c
1245         * src/rfc2015.[ch]                              ** REMOVE **
1246         * src/select-keys.[ch]                          ** REMOVE **
1247         * src/common/utils.[ch]
1248         * src/gtk/about.c
1249         * src/plugins/pgpmime/Makefile.am
1250         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1251         * src/plugins/pgpmime/pgpmime.c
1252         * src/plugins/pgpmime/plugin.c
1253         * src/plugins/pgpmime/prefs_gpg.[ch]
1254         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1255         * src/plugins/pgpmime/sgpgme.[ch]
1256                 o Add new MIME-Writer
1257                 o extend PrivacySystem with sign and encrypt functions
1258                 o extend PGP/MIME plugin with sign and encrypt functions
1259                 o integrate extended Privacy API in Compose and Sending process
1260
1261 2004-10-04 [colin]      0.9.12cvs122
1262
1263         * src/mainwindow.c
1264         * src/messageview.c
1265         * src/messageview.h
1266         * src/textview.c
1267                 Make forced encoding limited to messageview and
1268                 apply only to parts displayed using textview
1269
1270 2004-10-04 [colin]      0.9.12cvs121
1271
1272         * src/summaryview.c
1273                 Fix bug #605 (collapsed threads re-expand when moving or
1274                 deleting mails)
1275
1276 2004-10-03 [colin]      0.9.12cvs120
1277
1278         * src/summaryview.c
1279                 Fix bug #602
1280
1281 2004-10-02 [colin]      0.9.12cvs119
1282
1283         * src/mainwindow.c
1284         * src/messageview.c
1285         * src/prefs_common.h
1286         * src/procmime.c
1287         * src/procmime.h
1288         * src/textview.c
1289                 Clean up forced charset feature
1290                 Add forced decode
1291
1292 2004-10-01 [colin]      0.9.12cvs118
1293
1294         * src/mimeview.c
1295                 Better fix for Save all: skip multipart mails' first 
1296                 text part
1297
1298 2004-10-01 [colin]      0.9.12cvs117
1299
1300         * src/mimeview.c
1301                 Only save attachments in Save All
1302
1303 2004-10-01 [paul]       0.9.12cvs116
1304
1305         * ChangeLog
1306         * ChangeLog.jp
1307         * src/account.c
1308         * src/prefs_common.c
1309         * src/gtk/colorlabel.c
1310                 sync with main 0.9.12cvs17
1311
1312 2004-09-30 [colin]      0.9.12cvs115
1313
1314         * src/stock_pixmap.c
1315         * src/stock_pixmap.h
1316         * src/folderview.c
1317         * src/Makefile.am
1318         * src/pixmaps/read.xpm
1319                 Add icon for total # column
1320
1321 2004-09-29 [colin]      0.9.12cvs114
1322
1323         * src/compose.c
1324                 Don't close compose until message is sent if 
1325                 Show Send Dialog is Always
1326
1327 2004-09-29 [paul]       0.9.12cvs113
1328
1329         * src/quote_fmt_parse.y
1330                 In the quotation templates recognise sender's first and last 
1331                 names (%F %L) when the name is in the format "Duck, Donald".
1332                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1333
1334
1335 2004-09-28 [colin]      0.9.12cvs112
1336
1337         * src/mainwindow.c
1338                 Put back mnemonic
1339         * src/folderview.c
1340                 Fix Empty trash being visible-invisible-visible...
1341
1342 2004-09-28 [colin]      0.9.12cvs111
1343
1344         * src/mainwindow.c
1345                 Relabel Empty all Trash folders
1346
1347 2004-09-28 [colin]      0.9.12cvs110
1348
1349         * src/folderview.c
1350                 Add contextual Empty trash menu
1351         * src/mainwindow.c
1352                 Revert cvs109 which was useless
1353
1354 2004-09-28 [colin]      0.9.12cvs109
1355
1356         * src/mainwindow.c
1357                 Fix uninialized var
1358
1359 2004-09-28 [colin]      0.9.12cvs108
1360
1361         * src/addressbook.c
1362                 Fix triple-click
1363
1364 2004-09-28 [colin]      0.9.12cvs107
1365
1366         * src/addressbook.c
1367                 Fix double-click on entries
1368
1369 2004-09-28 [colin]      0.9.12cvs106
1370
1371         * src/inc.c
1372                 Reintroduce folder_item update freeze on incorporation
1373
1374 2004-09-27 [christoph]  0.9.12cvs105
1375
1376         * src/folderview.c
1377                 right-align new and unread column
1378
1379 2004-09-27 [paul]
1380
1381         * 0.9.12b released
1382
1383 2004-09-27 [paul]       0.9.12cvs104
1384
1385         * src/main.c
1386                 revert 0.9.12cvs101, it causes another segfault
1387
1388 2004-09-23 [christoph]  0.9.12cvs103
1389
1390         * src/plugins/spamassassin/libspamc.[ch]
1391         * src/plugins/spamassassin/utils.[ch]
1392                 update libspamc to SpamAssassin 3.0.0
1393
1394 2004-09-17 [paul]       0.9.12cvs102
1395
1396         * ChangeLog
1397         * ChangeLog.jp
1398         * src/inc.c
1399                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1400  
1401
1402 2004-09-17 [colin]      0.9.12cvs101
1403
1404         * src/main.c
1405                 Fix segfaults when quitting. valgrind says:
1406                         ==12144== Invalid read of size 4
1407                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1408                         [...]
1409                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1410                         [...]
1411                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1412
1413
1414 2004-09-13 [christoph]  0.9.12cvs100
1415
1416         * src/folder.c
1417                 add NULL pointer checks to fix segfault when messages can
1418                 not be fetched
1419
1420 2004-09-08 [colin]      0.9.12cvs99
1421
1422         * src/account.c
1423                 Remove a debug printf
1424
1425 2004-09-08 [christoph]  0.9.12cvs98
1426
1427         * src/procmsg.[ch]
1428                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1429                 if the message structure has been scanned
1430
1431         * src/folder.c
1432                 o scan structure when the mail is fetched for the first time
1433                   to prevent unnecessary fetching of messages while scanning
1434                   the folder for messages
1435                 o revert 0.9.12cvs24
1436
1437         * src/plugins/pgpmime/pgpmime.c
1438                 check signature if auto signature checking is enabled when the
1439                 signature status is requested for first time and not when
1440                 checking if a part has a signature
1441
1442 2004-09-07 [colin]      0.9.12cvs97
1443
1444         * src/inc.c
1445                 Change session error messages so that they
1446                 are a bit more helpful (the origin of the
1447                 error is not apparent if one isn't in 
1448                 front of Sylpheed when it happens).
1449
1450 2004-09-06 [colin]      0.9.12cvs96
1451
1452         * src/toolbar.c
1453                 Fix graying out Redirect in non english languages
1454                 Patch by Fabien Vantard
1455
1456 2004-09-06 [colin]      0.9.12cvs95
1457
1458         * src/summaryview.c
1459         * src/mimeview.c
1460                 Fix dropped URIs
1461
1462 2004-09-06 [colin]      0.9.12cvs94
1463
1464         * src/addressbook.c
1465         * src/addressitem.h
1466         * src/addritem.c
1467         * src/addritem.h
1468                 Add basic drag and drop to addressbook
1469
1470 2004-09-03 [colin]      0.9.12cvs93
1471
1472         * src/summaryview.c
1473                 Next/Prev unread message should start
1474                 from next/prev node (especially if 
1475                 mark_as_read_delay != 0)
1476
1477 2004-09-03 [colin]      0.9.12cvs92
1478
1479         * src/prefs_common.c
1480         * src/prefs_common.h
1481         * src/summaryview.c
1482                 Add an hidden 'mark_as_read_delay' pref 
1483
1484 2004-09-02 [colin]      0.9.12cvs91
1485
1486         * src/gtk/menu.c
1487                 Add unduplicated menu entries (fixes bug 532)
1488                 Patch by Fabien Vantard
1489
1490 2004-09-02 [colin]      0.9.12cvs90
1491
1492         * src/account.c
1493                 Fix bug 582 (broken auto account selection)
1494
1495 2004-09-02 [colin]      0.9.12cvs89
1496
1497         * src/addrindex.c
1498                 Free deleted queries too
1499
1500 2004-09-02 [colin]      0.9.12cvs88
1501
1502         * src/ldapquery.c
1503                 Fix freezes in LDAP, due to memory corruption
1504                 after deletion of a query (and not removing it
1505                 from the corresponding list of queries).
1506                 Very probably fixes bug 567 and bug 569
1507
1508 2004-09-02 [colin]      0.9.12cvs87
1509
1510         * src/prefs_spelling.c
1511                 Fix bug with aspell prefs init, where spell checking
1512                 is enabled at first but dictionary not specified. Use
1513                 LANG's dictionary by default.
1514
1515 2004-09-01 [colin]      0.9.12cvs86
1516
1517         * src/filtering.c
1518         * src/imap.c
1519         * src/prefs_matcher.c
1520         * src/stock_pixmap.c
1521                 Fix more nasty uninitialized variables
1522
1523 2004-08-31 [colin]      0.9.12cvs85
1524
1525         * src/folder.c
1526                 Fix memory corruption when entering procmsg_msginfo_free()
1527                 with unitialized msginfo. Thanks Valgrind.
1528
1529 2004-08-29 [colin]      0.9.12cvs84
1530
1531         * src/mimeview.c
1532                 Don't escape filenames before saving - that's 
1533                 not dangerous. By the way, fix the leak.
1534
1535 2004-08-27 [paul]       0.9.12cvs83
1536
1537         * src/mh.c
1538         * src/procheader.c
1539         * src/procmsg.c
1540         * src/procmsg.h
1541         * src/common/utils.c
1542         * src/gtk/menu.h
1543                 sync with main 0.9.12cvs6, see ChangeLog
1544                 2004-08-24, 2004-08-25, 2004-08-26
1545
1546
1547 2004-08-26 [paul]
1548
1549         * po/ja.po
1550                 updated by Rui Hirokawa
1551
1552 2004-08-25 [colin]      0.9.12cvs82
1553
1554         * src/plugins/pgpmime/pgpmime.c
1555                 Fix leak on non-combined encrypted messages
1556
1557 2004-08-25 [colin]      0.9.12cvs81
1558
1559         * src/plugins/pgpmime/pgpmime.c
1560         * src/plugins/pgpmime/sgpgme.c
1561         * src/plugins/pgpmime/sgpgme.h
1562                 Handle combined encryption/signature
1563
1564 2004-08-24 [colin]      0.9.12cvs80
1565
1566         * src/folder.c
1567                 Set mime flags on non multipart messages too
1568
1569 2004-08-23 [christoph]  0.9.12cvs79
1570
1571         * src/compose.c
1572                 create message header in memory as GString before writing it
1573                 to the message file
1574
1575 2004-08-23 [colin]      0.9.12cvs78
1576
1577         * src/rfc2015.c
1578         * src/rfc2015.h
1579         * src/compose.c
1580                 Fix (again) bug 197: inline encryption broken
1581
1582 2004-08-23 [paul]
1583
1584         * po/zh_CN.po
1585                 updated by Hansom Young
1586
1587 2004-08-23 [paul]
1588
1589         * 0.9.12a released
1590
1591 2004-08-23 [colin]      0.9.12cvs77
1592
1593         * src/imap.c
1594                 Try and fix bug 577 (session->last_access_time is broken since 
1595                 sync with main 0.9.12cvs2). 
1596                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1597
1598 2004-08-23 [paul]
1599
1600         * po/es.po
1601         * po/fr.po
1602         * po/pl.po
1603         * po/pt_BR.po
1604         * po/sk.po
1605         * po/sr.po
1606                 update translations. submitted by Ricardo
1607                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1608                 Frederico Goncalves Guimaraes, Andrej Kacian,
1609                 Urke MMI
1610
1611 2004-08-22 [paul]       0.9.12cvs76
1612
1613         * src/plugins/trayicon/trayicon.c
1614                 fix formatting bug in trayicon_popup_menu_entries[]
1615
1616
1617 2004-08-22 [paul]       0.9.12cvs75
1618
1619         * m4/Makefile.am
1620                 remove reference to openssl.m4
1621
1622
1623 2004-08-21 [colin]      0.9.12cvs74
1624
1625         * src/compose.c
1626                 Fix bug 576 (Duplicate auto-bcc on reedit)
1627
1628 2004-08-21 [colin]      0.9.12cvs73
1629
1630         * src/toolbar.c
1631                 Grey out Redirect in the toolbar when selection is
1632                 multiple. Fixes bug 520
1633
1634 2004-08-21 [colin]      0.9.12cvs72
1635
1636         * src/compose.c
1637                 Save Sign, Encrypt and Mode status when drafting or queuing
1638                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1639                 state)
1640
1641 2004-08-21 [colin]      0.9.12cvs71
1642
1643         * src/summaryview.c
1644                 Fix bug 494 (Messages are always opened in summary 
1645                 view when right clicked.) Also fixes bug 508.
1646
1647 2004-08-21 [colin]      0.9.12cvs70
1648
1649         * src/compose.c
1650                 When using inline encryption, don't use QP or Base64:
1651                 the mail will be encrypted to a 7bit string.
1652                 Fixes bug 197
1653
1654 2004-08-21 [colin]      0.9.12cvs69
1655
1656         * src/compose.c
1657                 Fix inline-signing with 8bit chars: data must be 
1658                 converted to Quoted-printable before signing.
1659
1660 2004-08-21 [colin]      0.9.12cvs68
1661
1662         * src/compose.c
1663                 Remove 'Message/Save to draft folder'
1664                 and 'Message/Save and keep editing' to 
1665                 put a single 'File/Save' command.
1666                 Fixes bug 224
1667
1668 2004-08-21 [colin]      0.9.12cvs67
1669
1670         * src/mainwindow.c
1671                 Fix bug 222 (Summary view state not retained between sessions)
1672
1673 2004-08-20 [colin]      0.9.12cvs66
1674
1675         * src/codeconv.c
1676                 Fix bug 574 (empty cur_locale is not enough)
1677
1678 2004-08-20 [paul]
1679
1680         * src/plugins/pgpmime/plugin.c
1681                 modify PGP/MIME plugin's description
1682
1683 2004-08-16 [colin]      0.9.12cvs65
1684
1685         * src/common/ssl.c
1686                 Fix version comparison
1687
1688 2004-08-16 [colin]      0.9.12cvs64
1689
1690         * src/common/ssl.c
1691                 I meant 2.2.
1692
1693 2004-08-16 [colin]      0.9.12cvs63
1694
1695         * src/common/ssl.c
1696                 People with glibc 2.1 have had problems with non-blocking
1697                 SSL_connect. Disable it for glibc < 2.2.
1698
1699 2004-08-16 [colin]      0.9.12cvs62
1700
1701         * src/common/ssl.c
1702                 Fix format error
1703
1704 2004-08-13 [colin]      0.9.12cvs61
1705
1706         * src/plugins/pgpmime/plugin.c
1707                 Add plugin's description
1708
1709 2004-08-12 [christoph]  0.9.12cvs60
1710
1711         * src/folderutils.c
1712                 fix bug that did not thaw folder updates when deleting
1713                 duplicates in empty folders
1714
1715 2004-08-12 [colin]      0.9.12cvs59
1716
1717         * src/plugins/trayicon/trayicon.c
1718                 Add a context menu with most common operations
1719
1720 2004-08-12 [colin]      0.9.12cvs58
1721
1722         * configure.ac
1723         * sylpheed.desktop
1724         * src/Makefile.am
1725         * src/main.c
1726                 Add support for Freedesktop.org's startup notification
1727
1728 2004-08-10 [colin]      0.9.12cvs57
1729
1730         * src/main.c
1731         * src/common/socket.c
1732         * src/common/ssl.c
1733         * src/common/sylpheed.c
1734         * src/common/sylpheed.h
1735                 Put back the ssl connect nonblocking...
1736                 without the race condition
1737
1738 2004-08-09 [colin]      0.9.12cvs56
1739
1740         * src/main.c
1741         * src/common/ssl.c
1742         * src/common/sylpheed.c
1743         * src/common/sylpheed.h
1744                 Reverting previous commit, doesn't work 
1745
1746 2004-08-09 [colin]      0.9.12cvs55
1747
1748         * src/main.c
1749         * src/common/ssl.c
1750         * src/common/sylpheed.c
1751         * src/common/sylpheed.h
1752                 Make SSL_connect nonblocking, using a thread
1753
1754 2004-08-09 [paul]       0.9.12cvs54
1755
1756         * po/POTFILES.in
1757                 reflect new location of sgpgme.c
1758         * src/main.c
1759                 sync with main, see ChangeLog 2004-08-09
1760
1761 2004-08-08 [christoph]  0.9.12cvs53
1762
1763         * src/folderutils.c
1764                 freeze FolderItem updates while deleting duplicate messages
1765
1766 2004-08-08 [christoph]  0.9.12cvs52
1767
1768         * configure.ac
1769         * src/Makefile.am
1770         * src/main.c
1771         * src/pgpmime.c
1772         * src/pgpmime.h
1773         * src/sgpgme.c
1774         * src/sgpgme.h
1775         * src/plugins/Makefile.am
1776         * src/plugins/pgpmime/.cvsignore
1777         * src/plugins/pgpmime/Makefile.am
1778         * src/plugins/pgpmime/pgpmime.c
1779         * src/plugins/pgpmime/pgpmime.h
1780         * src/plugins/pgpmime/plugin.c
1781         * src/plugins/pgpmime/sgpgme.c
1782         * src/plugins/pgpmime/sgpgme.h
1783                 new plugin for PGP/MIME
1784
1785 2004-08-07 [christoph]  0.9.12cvs51
1786
1787         * src/folder.c
1788                 disable immediate folder change notification on opened folders
1789                 until SummaryView can handle it quickly
1790
1791 2004-08-07 [colin]      0.9.12cvs50
1792
1793         * src/pop.c
1794         * src/common/partial_download.c
1795                 fix warnings
1796
1797 2004-08-07 [colin]      0.9.12cvs49
1798
1799         * src/Makefile.am
1800         * src/account.c
1801         * src/addressbook.c
1802         * src/alertpanel.c
1803         * src/alertpanel.h
1804         * src/compose.c
1805         * src/exphtmldlg.c
1806         * src/expldifdlg.c
1807         * src/main.c
1808         * src/message_search.c
1809         * src/messageview.c
1810         * src/pop.c
1811         * src/sgpgme.c
1812         * src/summary_search.c
1813         * src/summaryview.c
1814         * src/textview.c
1815         * src/gtk/sslcertwindow.c
1816         * src/pixmaps/stock_dialog-error.xpm
1817         * src/pixmaps/stock_dialog-info.xpm
1818         * src/pixmaps/stock_dialog-question.xpm
1819         * src/pixmaps/stock_dialog-warning.xpm
1820                 sync new alertpanel from gtk2
1821
1822 2004-08-07 [colin]      0.9.12cvs48
1823
1824         * src/prefs_folder_item.c
1825                 fix memory corruption in folderitem's prefs
1826
1827 2004-08-06 [colin]      0.9.12cvs47
1828
1829         * src/compose.c
1830                 close compose window after queuing, before 
1831                 sending when user presses Send
1832
1833 2004-08-05 [christoph]  0.9.12cvs46
1834
1835         * src/msgcache.c
1836         * src/common/defs.h
1837                 add charset to cache file and convert charset when reading the
1838                 cache if different from internal used charset
1839
1840 2004-08-05 [christoph]  0.9.12cvs45
1841
1842         * src/messageview.c
1843         * src/mimeview.[ch]
1844         * src/procmime.h
1845         * src/common/utils.h
1846                 cleanup (remove unused includes/reorganize)
1847
1848         * src/prefs_ext_prog.c
1849         * src/prefs_folder_item.c
1850         * src/prefs_fonts.c
1851         * src/prefs_msg_colors.c
1852         * src/prefs_spelling.c
1853         * src/prefs_themes.c
1854         * src/prefs_toolbar.c
1855         * src/prefs_wrapping.c
1856         * src/gtk/prefswindow.[ch]
1857         * src/plugins/clamav/clamav_plugin_gtk.c
1858         * src/plugins/dillo_viewer/dillo_prefs.c
1859         * src/plugins/image_viewer/viewerprefs.c
1860         * src/plugins/spamassassin/spamassassin_gtk.c
1861                 change PrefsPage path into an array of strings and don't
1862                 split a single string into parts (better for translation)
1863
1864 2004-08-05 [christoph]  0.9.12cvs44
1865
1866         * src/folder.c
1867                 fix FolderItem's message counts after rebuilding a cache
1868
1869 2004-08-05 [paul]       0.9.12cvs43
1870
1871         * ChangeLog
1872         * ChangeLog.jp
1873         * src/imap.c
1874         * src/news.c
1875         * src/common/nntp.c
1876         * src/common/session.c
1877         * src/common/session.h
1878         * src/common/socket.c
1879                 sync with main 0.9.12cvs2
1880                 see ChangeLog 2004-08-04
1881
1882 2004-08-04 [christoph]  0.9.12cvs42
1883
1884         * configure.ac
1885                 add missing AC_DEFINE(USE_OPENSSL, ...)
1886         * src/folder.c
1887                 use new xml_node_new() function
1888
1889 2004-08-03 [christoph]  0.9.12cvs41
1890
1891         * src/folder.c
1892         * src/localfolder.c
1893         * src/common/xml.[ch]
1894                 sync with main 0.9.12cvs1
1895                 see ChangeLog 2004-07-23
1896
1897 2004-08-03 [christoph]
1898
1899         * configure.ac
1900         * m4/openssl.m4                 ** REMOVE **
1901                 use pkg-config to get OpenSSL CFLAGS and LIBS
1902                 (OpenSSL 0.9.7 is required now)
1903
1904 2004-08-02 [paul]       0.9.12cvs40
1905
1906         * AUTHORS
1907                 update translation team section
1908         * po/pt_BR.po
1909                 updated by Frederico Goncalves Guimaraes
1910                 <fggdebian@yahoo.com.br>
1911
1912 2004-07-29 [colin]      0.9.12cvs39
1913
1914         * src/messageview.c
1915                 Inform the user when a partially 
1916                 downloaded mail isn't on the server
1917                 anymore (due to Mark for deletion)
1918
1919 2004-07-29 [colin]      0.9.12cvs38
1920
1921         * src/messageview.c
1922                 Hide noticeview if necessary
1923
1924 2004-07-27 [colin]      0.9.12cvs37
1925
1926         * src/msgcache.c
1927                 More fixes (i overlook a bit, thanks
1928                 Christoph for spotting it)
1929
1930 2004-07-27 [colin]      0.9.12cvs36
1931
1932         * src/msgcache.c
1933                 Fix wrong test 
1934
1935 2004-07-26 [colin]      0.9.12cvs35
1936
1937         * src/pop.c
1938                 Fix uidl-file parsing when not in new
1939                 format
1940
1941 2004-07-19 [colin]      0.9.12cvs34
1942
1943         * src/compose.c
1944                 Save attachment status when drafting
1945
1946 2004-07-19 [colin]      0.9.12cvs33
1947
1948         * src/folder.h
1949         * src/folderview.c
1950         * src/summaryview.c
1951                 Reverse 0.9.12cvs29 to 31 (folder icon update
1952                 when quicksearch is active)
1953
1954 2004-07-18 [colin]      0.9.12cvs32
1955
1956         * src/pop.c
1957                 Fix partial download bug with "Download all
1958                 messages" option
1959
1960 2004-07-18 [colin]      0.9.12cvs31
1961
1962         * src/folderview.c
1963                 Fix crash
1964
1965 2004-07-17 [colin]      0.9.12cvs30
1966
1967         * src/summaryview.c
1968                 Same, when sticky search is off
1969
1970 2004-07-17 [colin]      0.9.12cvs29
1971
1972         * src/folder.h
1973         * src/folderview.c
1974         * src/summaryview.c
1975                 Update FolderItem icon whenever its summaryview is 
1976                 filtered
1977
1978 2004-07-16 [christoph]  0.9.12cvs28
1979
1980         * src/mimeview.c
1981                 make doubleclick work again
1982
1983 2004-07-16 [christoph]  0.9.12cvs27
1984
1985         * src/mimeview.c
1986                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1987
1988 2004-07-16 [paul]       0.9.12cvs26
1989         
1990         * src/gtk/quicksearch.c
1991         * src/compose.c
1992         * src/customheader.c
1993         * src/messageview.c
1994         * src/news.c
1995         * src/prefs_account.c
1996         * src/prefs_display_header.c
1997         * src/procheader.c
1998                 replace "Message-Id" with "Message-ID"
1999
2000 2004-07-16 [paul]       0.9.12cvs25
2001
2002         * ChangeLog
2003         * ChangeLog.jp
2004         * src/account.c
2005         * src/account.h
2006         * src/folder_item_prefs.c
2007         * src/main.c
2008         * src/pop.c
2009         * src/pop.h
2010         * src/prefs_account.c
2011         * src/prefs_account.h
2012         * src/prefs_common.c
2013         * src/prefs_common.h
2014         * src/prefs_gtk.c
2015         * src/prefs_gtk.h
2016                 sync with main 0.9.12cvs1
2017
2018 2004-07-15 [colin]      0.9.12cvs24
2019
2020         * src/folder.c
2021                 Disable GPG signature check during
2022                 folder move and scan 
2023         (Closes Bug 521 Signature checking slows down Folder-Move)
2024
2025 2004-07-14 [christoph]  0.9.12cvs23
2026
2027         * src/pgpmime.c
2028                 add missing fclose
2029
2030         * src/procmime.c
2031                 add checks if fopen really worked
2032
2033 2004-07-14 [colin]      0.9.12cvs22
2034
2035         * src/pop.c
2036         * src/common/partial_download.c
2037                 Update includes
2038
2039 2004-07-14 [colin]      0.9.12cvs21
2040
2041         * src/folder.c
2042         * src/inc.c
2043         * src/matcher.c
2044         * src/matcher.h
2045         * src/matcher_parser_parse.y
2046         * src/messageview.c
2047         * src/msgcache.c
2048         * src/noticeview.c
2049         * src/noticeview.h
2050         * src/pop.c
2051         * src/pop.h
2052         * src/prefs_matcher.c
2053         * src/procheader.c
2054         * src/procmsg.c
2055         * src/procmsg.h
2056         * src/summaryview.c
2057         * src/common/Makefile.am
2058         * src/common/defs.h
2059         * src/gtk/quicksearch.c
2060         * src/common/partial_download.c ** NEW FILES **
2061         * src/common/partial_download.h ** NEW FILES **
2062                 Partial downloading of pop3 mails
2063
2064 2004-07-13 [christoph]  0.9.12cvs20
2065
2066         * src/mimeview.c
2067                 use "button_release_event" instead of "button_press_event",
2068                 because executing event callbacks while the button is still
2069                 pressed is not good and causes problems
2070
2071 2004-07-12 [colin]      0.9.12cvs19
2072
2073         * src/gtk/quicksearch.c
2074                 Fix a missing status update in quicksearch
2075
2076 2004-07-08 [colin]      0.9.12cvs18
2077
2078         * src/common/smtp.h
2079                 Fix guint vs gint bug
2080
2081 2004-07-08 [colin]      0.9.12cvs17
2082
2083         * src/common/smtp.c
2084                 use to_human_readable() for sizes
2085
2086 2004-07-08 [paul]       0.9.12cvs16
2087
2088         * src/inc.c [1.174]
2089                 fix occasional non-clearance of the statusbar
2090                 (close Bug 531 'SA plugin: status bar does not 
2091                  get cleared in OFFLINE mode')
2092
2093 2004-07-07 [colin]      0.9.12cvs15
2094
2095         * src/prefs_common.c [1.225]
2096         * src/prefs_common.h [1.112]
2097                 Add a hidden summary_quicksearch_sticky preference,
2098                 to allow the quicksearch bar to reset across folders
2099         * src/summaryview.c [1.437]
2100                 Use this preference
2101         * src/gtk/quicksearch.c [1.5]
2102         * src/gtk/quicksearch.h [1.3]
2103                 Add this preference, fix focus when hitting Enter,
2104                 add handling of Esc key to reset
2105
2106 2004-07-06 [colin]      0.9.12cvs14
2107
2108         * src/gtk/quicksearch.c [1.4]
2109                 Add Clear button
2110
2111 2004-07-06 [christoph]  0.9.12cvs13
2112
2113         * src/toolbar.c
2114                 enable next unread button in empty folders if next folder
2115                 dialog is not disabled
2116
2117         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2118          folders)
2119
2120 2004-07-06 [colin]      0.9.12cvs12
2121
2122         * src/common/smtp.c [1.16]
2123                 Display maximum message size in the log
2124
2125 2004-07-06 [paul]       0.9.12cvs11
2126
2127         * src/toolbar.c
2128                 fix typo. (spotted by Fabien Vantard)
2129
2130 2004-07-06 [paul]       0.9.12cvs10
2131
2132         * src/main.c
2133                 terminate cleanly on SIGHUP. Patch submitted by
2134                 Thomas Gilgin <thg@karate-muellheim.de>
2135
2136 2004-07-05 [christoph]  0.9.12cvs9
2137
2138         * src/inc.c
2139                 better replacing of %d in new mail notification command
2140
2141 2004-07-05 [colin]      0.9.12cvs8
2142
2143         * src/common/smtp.[ch]
2144                 Take SIZE (returned by EHLO) into account, and
2145                 avoid sending too big messages
2146
2147 2004-07-04 [paul]       0.9.12cvs7
2148
2149         * src/account.c
2150                 fix auto-account selection on imap/news
2151
2152 2004-07-01 [paul]       0.9.12cvs6
2153
2154         * src/gtk/quicksearch.c
2155                 reveal hidden string in gui
2156                 
2157         * src/compose.c
2158                 fix updating of gpg signing setting on 
2159                 switching accounts
2160
2161 2004-06-30 [darko]      0.9.12cvs5
2162
2163         * src/common/utils.c
2164                 remove expand_search_string()
2165         * src/gtk/quicksearch.c
2166                 remove no longer needed for loop (thanks Christoph)
2167                 add expand_search_string()
2168
2169 2004-06-30 [darko]      0.9.12cvs4
2170
2171         * src/common/utils.c
2172                 allow all filtering expressions in quicksearch
2173
2174         (Closes Bug 519 filtering expr. in quicksearch)
2175
2176 2004-06-30 [christoph]  0.9.12cvs3
2177
2178         * configure.ac
2179                 better 'localedir'
2180
2181         * src/common/intl.h
2182                 allow plugins to define TEXTDOMAIN for the _(...) macro
2183
2184 2004-06-30 [paul]       0.9.12cvs2
2185
2186         * po/POTFILES.in
2187           src/Makefile.am
2188           src/main.c
2189           src/prefs_common.c
2190           src/prefs_msg_colors.[ch]     ** NEW FILES **
2191                 move message colouring options to
2192                 '/Other Preferences/Message View/Colors'
2193
2194 2004-06-30 [paul]       0.9.12cvs1
2195
2196         * po/POTFILES.in
2197           src/Makefile.am
2198           src/main.c
2199           src/prefs_common.c
2200           src/prefs_wrapping.[ch]       ** NEW FILES **
2201                 move message wrapping options to
2202                 /'Other Preferences/Compose/Message Wrapping'
2203
2204 2004-06-28 [paul]       0.9.12
2205
2206         * Sylpheed-Claws 0.9.12 released
2207
2208         * po/es.po
2209           po/fr.po
2210           po/sk.po
2211                 updated by Ricardo Mones Lastra, Fabien Vantard,
2212                 Andrej Kacian
2213
2214 2004-06-27 [paul]       0.9.11cvs19
2215
2216         * src/common/ssl.c
2217                 re-enable certificate check
2218
2219 2004-06-25 [christoph]  0.9.11cvs18
2220
2221         * src/procmsg.h
2222                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2223
2224 2004-06-25 [paul]       0.9.11cvs17
2225
2226         * sync with main 0.9.12cvs1
2227                 see ChangeLog 2004-06-23
2228                 
2229         * src/gtk/menu.c
2230                 remove unused menu_toggle_toggle()
2231
2232 2004-06-23 [christoph]  0.9.11cvs16
2233
2234         * src/folder.c
2235         * src/procheader.c
2236         * src/procmsg.h
2237         * src/summaryview.c
2238                 scan the mime structure of multipart mails for correct
2239                 attachment, encryped and signed (with privacy API) part
2240                 detection
2241
2242         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2243
2244 2004-06-22 [paul]
2245
2246         * po/ru.po
2247                 updated by Pavlo Bohmat
2248
2249 2004-06-20 [christoph]  0.9.11cvs15
2250
2251         * src/inc.c
2252         * src/pop.[ch]
2253                 disconnect after authentication when doing POP before SMTP
2254
2255         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2256
2257 2004-06-19 [christoph]  0.9.11cvs14
2258
2259         * src/folder.c
2260                 fix FolderItem name update
2261
2262         (Closes Bug 511 Folder-Renaming not reflected immediately)
2263
2264 2004-06-17 [paul]       0.9.11cvs13
2265         
2266         * sync with main 0.9.12 release
2267           src/session.c
2268                 session_set_timeout(): fixed a bug that didn't
2269                 reset timeout_tag when interval is 0.
2270
2271 2004-06-16 [christoph]  0.9.11cvs12
2272
2273         * src/textview.c
2274                 correctly clear the URL in the status bar
2275
2276 2004-06-15 [christoph]  0.9.11cvs11
2277
2278         * src/summaryview.c
2279                 add missing gtk_widget_show()
2280
2281 2004-06-11 [christoph]  0.9.11cvs10
2282
2283         * src/plugins/spamassassin/spamassassin.c
2284                 correctly check waitpid return code
2285
2286         (Closes Bug 396 Zombie process when spamassassin is called)
2287
2288 2004-06-10 [christoph]  0.9.11cvs9
2289
2290         * src/mainwindow.c
2291         * src/summaryview.[ch]
2292         * src/gtk/Makefile.am
2293         * src/gtk/quicksearch.c                         ** NEW **
2294                 separate quick search from summaryview
2295
2296 2004-06-09 [christoph]  0.9.11cvs8
2297
2298         * src/inc.c
2299                 remove unused code
2300
2301         * src/textview.c
2302                 get folder for compose default account from MsgInfo and not
2303                 from SummaryView
2304
2305 2004-06-09 [christoph]  0.9.11cvs7
2306
2307         * src/folder.[ch]
2308                 add information about added or removed messages to
2309                 FOLDER_ITEM_UPDATE hook
2310
2311         * src/imap_gtk.c
2312         * src/mh_gtk.c
2313                 scan folder when removing a folder failed instead of
2314                 updating the summaryview
2315
2316 2004-06-08 [paul]       0.9.11cvs6
2317
2318         * sync with main 0.9.11cvs2
2319                 see ChangeLog 2004-06-08
2320
2321 2004-06-07 [christoph]  0.9.11cvs5
2322
2323         * configure.ac
2324         * src/common/Makefile.am
2325                 detect library providing 'encrypt' function
2326
2327 2004-06-07 [paul]       0.9.11cvs4
2328
2329         * src/inc.c
2330                 sync with main, 'code cleanup'
2331                 
2332         * tools/nautilus2sylpheed.sh
2333                 fix whitespace limitation. patch submitted by
2334                 Stephan Sachse <white@teg-clan.de>
2335
2336 2004-06-04 [christoph]  0.9.11cvs3
2337
2338         * src/account.c
2339         * src/action.[ch]
2340         * src/addressbook.c
2341         * src/addrindex.h
2342         * src/folder.h
2343         * src/folder_item_prefs.c
2344         * src/inc.c
2345         * src/main.c
2346         * src/messageview.c
2347         * src/mh_gtk.c
2348         * src/prefs_themes.c
2349         * src/procmime.c
2350         * src/quote_fmt.h
2351         * src/stock_pixmap.c
2352         * src/toolbar.c
2353                 fix compiler warnings
2354
2355 2004-06-03 [paul]       0.9.11cvs2
2356
2357         * src/msgcache.c
2358                 sync with main 0.9.11cvs1: "changed gint32 to
2359                 guint32 for some platforms"
2360
2361 2004-06-02 [christoph]  0.9.11cvs1
2362
2363         * src/common/ssl.c
2364                 fix SSL_CTX variable name for older OpenSSL versions
2365
2366         (Closes Bug 503 fix compilation with older OpenSSL)
2367
2368 2004-05-31 [paul]       0.9.11claws
2369
2370         * 0.9.11claws released
2371
2372 2004-05-31 [paul]       0.9.10claws72
2373
2374         * po/es.po
2375           po/it.po
2376           po/ja.po
2377           po/pl.po
2378           po/sk.po
2379           po/sr.po
2380           po/zh_CN.po
2381                 update translations, submitted by Ricardo Mones Lastra,
2382                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2383                 Urke MMI, and Hansom Young
2384
2385 2004-05-25 [luke]       0.9.10claws71
2386
2387         * AUTHORS
2388         * src/mimeview.c
2389         * src/stockpixmap.[ch]
2390         * src/Makefile.am
2391         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2392         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2393         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2394         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2395         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2396
2397                 o Added privacy emblems from Jesper Shultz 
2398                   <jesper@schultz-net.dk>
2399                 o Overlay emblems onto mimeview icons to indicate
2400                   status of signature and if a message is encrypted
2401         
2402         * src/textview.c
2403                 remove unused color definitions (were used to 
2404                 indicate sig status)
2405
2406 2004-05-25 [paul]       0.9.10claws70
2407
2408         * AUTHORS
2409           tools/Makefile.am
2410           tools/README
2411           tools/nautilus2sylpheed.sh            ** NEW FILE **
2412                 add script to enable sending files from
2413                 nautilus.
2414                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2415                 
2416         * tools/launch_firebird                 ** REMOVED **
2417                 removed as the standard "firefox '%s'" now functions
2418                 correctly
2419
2420 2004-05-23 [paul]       0.9.10claws69
2421
2422         * src/compose.c
2423                 fix %X cursor point segfault
2424                 patch by Christoph
2425
2426 2004-05-23 [christoph]  0.9.10claws68
2427
2428         * src/folder.c
2429                 fix folder moving
2430
2431 2004-05-21 [paul]       0.9.10claws67
2432
2433         * sync with 0.9.10cvs17
2434                 see ChangeLog 2004-05-21
2435
2436 2004-05-20 [paul]       0.9.10claws66
2437
2438         * sync with 0.9.10cvs16
2439                 see ChangeLog 2004-05-19 and 2004-05-20
2440
2441 2004-05-19 [alfons]     0.9.10claws65
2442
2443         * src/summaryview.h
2444                 on some platforms regoff_t is defined as off_t, so 
2445                 pull in sys/types.h
2446
2447 2004-05-19 [paul]       0.9.10claws64
2448
2449         * sync with 0.9.10cvs13
2450                 see ChangeLog 2004-05-18
2451
2452 2004-05-17 [christoph]  0.9.10claws63
2453
2454         * src/folder.c
2455                 search all folders when searching for default folders and
2456                 not return the special folder of the first folder
2457
2458 2004-05-13 [alfons]     0.9.10claws62
2459
2460         * src/summaryview.c
2461                 add a better check to see if a message is a news message
2462                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2463
2464 2004-05-13 [paul]       0.9.10claws61
2465
2466         * src/msgcache.c
2467                 sync with 0.9.10cvs12
2468                 see ChangeLog 2004-05-12
2469
2470 2004-05-12 [alfons]     0.9.10claws60
2471
2472         * src/folderview.c
2473                 release lock in case of folder could not be opened 
2474
2475 2004-05-11 [christoph]  0.9.10claws59
2476
2477         * src/inc.[ch]
2478                 remove unused folderview update stuff from inc.[ch]
2479
2480 2004-05-11 [paul]       0.9.10claws58
2481
2482         * sync with 0.9.10cvs11
2483                 see ChangeLog 2004-05-10 and 2004-05-11
2484
2485 2004-05-09 [christoph]  0.9.10claws57
2486
2487         * src/folderview.c
2488                 check for folder class functions and not folder type to detect
2489                 valid drag targets
2490
2491 2004-05-08 [christoph]  0.9.10claws56
2492
2493         * src/sgpgme.c
2494                 fix date output for signature expire times
2495
2496         (Patch by Edgar Toernig <froese@gmx.de>)
2497
2498 2004-05-06 [christoph]  0.9.10claws55
2499
2500         * src/gtk/prefswindow.c
2501                 change window type to DIALOG
2502
2503         * src/folder.[ch]
2504         * src/folderview.c
2505         * src/news_gtk.c
2506                 o add folder_remove()
2507                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2508                 o add new "sort" field to Folder, no longer sort folders by type
2509                   higher sort values will be first in the folder list, new folders get 0
2510                   and will be added to the end
2511
2512         * src/mainwindow.c
2513         * src/gtk/Makefile.am
2514         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2515                 add dialog to allow users to change the folder order
2516
2517 2004-05-04 [paul]       0.9.10claws54
2518
2519         * src/inc.c
2520                 Display account_name in statusbar when retrieving
2521                 messages from a pop account
2522         * src/prefs_account.c
2523                 display account name in title of prefs_account
2524                 window
2525         * src/prefs_folder_item.c
2526                 display folder name in title of prefs_folder window
2527
2528         all 3 patches submitted by Fabien Vantard
2529
2530         * AUTHORS
2531                 add Fabien Vantard
2532
2533 2004-05-04 [paul]       0.9.10claws53
2534
2535         * src/prefs_actions.c
2536           src/prefs_template.c
2537                 'Esc' Key exits alertpanel
2538                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2539
2540 2004-04-26 [christoph]  0.9.10claws52
2541
2542         * src/gtk/about.c
2543         * src/gtk/colorsel.c
2544         * src/gtk/description_window.c
2545         * src/gtk/filesel.c
2546         * src/gtk/gtkaspell.c
2547         * src/gtk/inputdialog.c
2548         * src/gtk/pluginwindow.c
2549         * src/gtk/progressdialog.c
2550                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2551                   it does not work correctly with xinerama
2552                 o lock incorporation while the plugin window is open
2553
2554 2004-04-23 [paul]       0.9.10claws51
2555
2556         * po/POTFILES.in
2557                 update location of inputdialog.c
2558                 
2559         * src/gtk/about.c
2560                 update Copyright string
2561                 
2562         * src/msgcache.c
2563           src/prefs_common.c
2564           src/prefs_themes.c
2565                 improve the english a little
2566
2567 2004-04-22 [christoph]  0.9.10claws50
2568
2569         * src/folderutils.[ch]
2570                 add folderutils_mark_all_read()
2571
2572         * src/folderview.c
2573                 readd "mark all read" from popup menu, now works
2574                 in all folders and not only the opened folder
2575
2576 2004-04-21 [christoph]  0.9.10claws49
2577
2578         * src/Makefile.am
2579         * src/inputdialog.[ch]                  ** REMOVED **
2580         * src/gtk/Makefile.am
2581         * src/gtk/inputdialog.[ch]              ** NEW **
2582                 move inputdialog.[ch] into gtk directory
2583
2584         * src/mh_gtk.c
2585                 remove check for missing IMAP folder account
2586
2587 2004-04-20 [christoph]  0.9.10claws48
2588
2589         * src/mainwindow.c
2590         * src/foldersel.c
2591                 remove new/rename/delete folder GUI functions because
2592                 they are always active, even for news folders, and can
2593                 not be easily made folder class dependent
2594
2595         * src/gtk/menu.[ch]
2596                 make menu_translate() public
2597
2598         * src/Makefile.am
2599         * src/folder.[ch]
2600         * src/folderview.[ch]
2601         * src/imap_gtk.[ch]                     ** NEW **
2602         * src/main.c
2603         * src/mh_gtk.[ch]                       ** NEW **
2604         * src/news_gtk.[ch]                     ** NEW **
2605                 o dynamically build FolderView popup menus from a folder
2606                   specific part, with callbacks to seperated code, and
2607                   a common part
2608                 o remove the folder class specifiy code from folderview.c
2609
2610 2004-04-15 [luke]       0.9.10claws47
2611
2612         * src/prefs_folder_item.c
2613                 o remove buttons for applying 'scan for new mail'
2614                   and 'process at startup' to sub folders
2615                 o add 'apply to sub folder' check buttons for all
2616                   properties and set folder prefs accordingly
2617                 o replace multiple gtk_widget_show() with one
2618                   gtk_widget_show_all() on container
2619
2620 2004-04-14 [darko]      0.9.10claws46
2621
2622         * src/gtk/Makefile.am
2623         * src/gtk/pluginwindow.c
2624                 load plugins from to $(prefix)/lib/sylpheed/plugins
2625                 in file selection dialog
2626         * src/plugins/clamav/clamav_plugin.c
2627                 const correctness
2628
2629 2004-04-14 [christoph]  0.9.10claws45
2630
2631         * src/folder.c
2632         * src/plugins/image_viewer/viewer.c
2633                 fix g_warnings
2634
2635 2004-04-10 [alfons]     0.9.10claws44
2636         
2637         * src/compose.c
2638                 appropriate auto account selection when forwarding
2639                 (fixes bug #476, "forward as attachment does not listen
2640                 to account rules")
2641
2642 2004-04-09 [alfons]     0.9.10claws43
2643
2644         * src/summaryview.c
2645                 make quick search combo matching case sensitive
2646
2647 2004-04-06 [alfons]     0.9.10claws42
2648
2649         * src/addr_compl.c
2650                 use cursor position to prevent clearing the entire entry
2651
2652 2004-04-06 [alfons]     0.9.10claws41
2653
2654         * src/folderview.c
2655                 fix bug #472, "filter not updated when renaming folder" 
2656
2657 2004-04-06 [alfons]     0.9.10claws40
2658
2659         * src/messageview.[ch]
2660           src/summaryview.c
2661                 reflect changes to Show all headers to main view
2662                 and message view (only affects detached message
2663                 view). see also bug #473, 'Show All Headers 
2664                 "problem"'.
2665
2666 2004-04-03 [alfons]     0.9.10claws39
2667
2668         * src/matcher.c
2669                 free address list
2670
2671 2004-04-03 [alfons]     0.9.10claws38
2672
2673         * src/matcher_parser_parse.y
2674           src/matcher.[ch]
2675                 prepare address look up matcher type; marginally
2676                 tested, and not hooked into the UI yet.
2677
2678                 basically it accepts the result of the left hand
2679                 side of the matcher (the "criteria"):
2680
2681                         from all_in_addressbook ""
2682                         ~to_or_cc any_in_addressbook ""
2683                 
2684                 the first case matches all addresses found in the
2685                 from header, and the second case matches if any
2686                 (at least one) of the addresses in to or cc headers 
2687                 are not in the address book.
2688
2689                 the string argument is not used yet, but is intended
2690                 to match a group of addresses 
2691
2692 2004-04-02 [luke]       0.9.10claws37
2693
2694         * src/prefs_folder_item.c
2695                 Add two buttons to apply 'scan for new mail'
2696                 and 'process at startup' to sub folders
2697
2698 2004-04-02 [luke]
2699         * tools/textviewer.sh
2700                 better filename extension matching plus some support for
2701                 MS Excel, MS Powerpoint and HTML
2702
2703 2004-03-29 [christoph]  0.9.10claws36
2704
2705         * src/folder.h
2706         * src/folderutils.[ch]
2707         * src/mainwindow.c
2708                 add delete duplicates for all folders
2709
2710 2004-03-29 [alfons]     0.9.10claws35
2711
2712         * src/folder.c
2713                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2714                 when selecting top-level folder node (thanks to 
2715                 Alex S. Moore)
2716
2717 2004-03-28 [keith]      0.9.10claws34
2718
2719         * src/textview.c
2720                 prepend "http://" to URIs of the form "www.example.com"
2721
2722 2004-03-28 [paul]       0.9.10claws33
2723
2724         * src/common/nntp.c
2725           src/common/smtp.c
2726           src/folder.c
2727           src/imap.c
2728           src/inc.c
2729           src/news.c
2730           src/pop.c
2731                 revise 'translatable string' policy:
2732                 don't translate debug_print() or log_print(),
2733                 translate log_message() and log_warning()
2734         
2735         * po/zh_CN.po
2736                 update submitted by Hansom Young
2737
2738 2004-03-25 [alfons]     0.9.10claws32
2739
2740         * src/prefs_common.c
2741                 I mean this one: Return the GList...
2742
2743 2004-03-25 [alfons]     0.9.10claws31
2744
2745         * src/prefs_common.h
2746                 add new members at the end of prefs_common, so
2747                 they get properly initialized
2748
2749 2004-03-24 [christoph]  0.9.10claws30
2750
2751         * src/imap.c
2752                 o NULL is a valid GSList
2753
2754 2004-03-24 [alfons]     0.9.10claws29
2755
2756         * src/prefs_common.[ch]
2757           src/summaryview.c
2758           src/common/defs.h
2759                 add history to quick search (patch submitted by 
2760                 Ivan Francolin Martinez - thanks!)
2761
2762 2004-03-24 [alfons]     0.9.10claws28
2763
2764         * src/imap.c
2765                 NULL output pointer parameter
2766
2767 2004-03-21 [alfons]     0.9.10claws27
2768
2769         * src/addrindex.[ch]
2770           src/addr_compl.c
2771                 complete addresses on nicks and aliases
2772
2773 2004-03-21 [alfons]     0.9.10claws26
2774
2775         * src/import.c
2776           src/inc.c
2777           src/mbox.[ch]
2778                 disable filters on import mbox (patch submitted
2779                 by Edgar Toernig)
2780
2781 2004-03-21 [darko]      0.9.10claws25
2782
2783         * src/addr_compl.c
2784                 select the address when only one match is found while
2785                 doing address completion with tab key (feature
2786                 request #914720)
2787
2788 2004-03-21 [alfons]     0.9.10claws24
2789
2790         * src/messageview.c
2791           src/toolbar.c
2792                 don't `navigate-delete` when a summary view's selection does not 
2793                 match the accompanying message view's message
2794
2795 2004-03-20 [alfons]     0.9.10claws23
2796
2797         * src/summaryview.c
2798                 hide ext search button on initial display (should fix bug #459,
2799                 "Toggling quick-search at 1st time: minor UI inconsistency")
2800
2801 2004-03-20 [alfons]     0.9.10claws22
2802
2803         * src/summaryview.[ch]
2804                 add function to get selected msginfo, if there's
2805                 only one selected
2806
2807 2004-03-20 [paul]       0.9.10claws21
2808
2809         * sync with 0.9.10cvs7
2810                 see ChangeLog 2004-03-19
2811
2812 2004-03-19 [paul]       0.9.10claws20
2813
2814         * src/common/nntp.c
2815           src/common/smtp.c
2816           src/common/ssl.c
2817           src/folder.c
2818           src/imap.c
2819           src/inc.c
2820           src/news.c
2821           src/pop.c
2822                 don't translate strings in debug_print(), log_print(),
2823                 log_message(),  and log_warning()
2824
2825 2004-03-19 [alfons]     0.9.10claws19
2826
2827         better next/previous/delete/focus navigation with separate 
2828         message view 
2829         
2830         * src/toolbar.c
2831                 call summaryview_delete() instead of messageview_delete()
2832         * src/messageview.c
2833                 disable messageview_delete()
2834
2835 2004-03-18 [paul]       0.9.10claws18
2836
2837         * sync with 0.9.10cvs6
2838                 see ChangeLog 2004-03-16
2839
2840 2004-03-17 [alfons]     0.9.10claws17
2841
2842         * src/gtk/filesel.c
2843                 remove bogus semicolon after if() (sometimes it pays to
2844                 read LKML :)
2845
2846 2004-03-15 [darko]      0.9.10claws16
2847
2848         * src/gtk/filesel.c
2849                 support full path in place of a filename
2850         * src/mimeview.c
2851                 store directory attachments were saved to and
2852                 use it when saving attachments
2853         * src/prefs_common.[hc]
2854                 store directory attachments were last saved to
2855
2856 2004-03-15 [paul]       0.9.10claws15
2857
2858         * src/folderview.c
2859                 fix bug where unsubscribing a newsgroup would destroy
2860                 (most of the) filtering rules
2861
2862 2004-03-15 [paul]       0.9.10claws14
2863
2864         * src/folderview.c
2865                 fix Bug 458, 'Folder View remaining empty after 
2866                 removing a NEWS account' (was also true of IMAP
2867                 accounts)
2868
2869 2004-03-15 [paul]       0.9.10claws13
2870
2871         * src/folderview.c
2872                 fix folderview invisibility of newly subscribed
2873                 newsgroups
2874
2875 2004-03-13 [paul]       0.9.10claws12
2876
2877         * src/compose.c
2878           src/plugins/dillo_viewer/dillo_prefs.c
2879           src/plugins/image_viewer/viewerprefs.c
2880                 gettextise some forgotten parts
2881
2882 2004-03-13 [alfons]     0.9.10claws11
2883
2884         * src/imap.c
2885                 make sure the correct type is passed to sscanf()
2886
2887 2004-03-13 [paul]       0.9.10claws10
2888
2889         * sync with 0.9.10cvs5
2890                 see ChangeLog 2004-03-02 and 2004-03-12, 
2891                 specifically:
2892                 'always move messages by default when using DnD (except 
2893                 for News folder). Copy messages if Ctrl-key is pressed.'
2894                 and 'added a function to filter selected messages'
2895
2896 2004-03-12 [christoph]  0.9.10claws9
2897
2898         * src/codeconv.c
2899                 add parameter check to conv_unmime_header_overwrite()
2900
2901         * src/imap.c
2902                 o fix spelling
2903                 o fix removing of NEW flag when UNREAD is unset
2904
2905         * src/procmime.c
2906                 decode MIME-headers
2907
2908         (Closes 437 i18n attachment display error.)
2909
2910 2004-03-12 [paul]       0.9.10claws8
2911
2912         * po/it.po
2913                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2914                 
2915         * tools/Makefile.am
2916                 add 'textviewer.sh'
2917
2918 2004-03-12 [alfons]     0.9.10claws7
2919
2920         * src/imap.c
2921                 o quiet compiler and typecast Folder * to IMAP Folder *
2922                 o wake up and fix my previous incompatible type assignment bug
2923
2924 2004-03-12 [alfons]     0.9.10claws6
2925
2926         * src/imap.c
2927                 don't mix up pointers to int, guint32 _and_ 
2928                 unsigned int 
2929
2930 2004-03-12 [christoph]  0.9.10claws5
2931
2932         * src/folderview.c
2933                 Add error requester when renaming a folder failed
2934
2935         * src/imap.c
2936                 Check new FolderItem name for namespace seperator
2937                 before renaming
2938
2939         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2940
2941 2004-03-11 [christoph]  0.9.10claws4
2942
2943         * src/folder.[ch]
2944         * src/imap.c
2945         * src/procmsg.h
2946                 syncronize flags in cache with IMAP folder flags
2947
2948         Adapted a patch submitted by Simon 'corecode' Schubert
2949         <corecode@corecode.ath.cx> 
2950
2951
2952 2004-03-11 [alfons]     0.9.10claws3
2953
2954         * src/textview.[ch]
2955                 remove dead code that at one time controlled display of
2956                 URIs in status bar
2957
2958 2004-03-10 [paul]       0.9.10claws2
2959
2960         * po/it.po
2961                 updated by Lupino <lupin85@email.it>
2962
2963 2004-03-09 [alfons]     0.9.10claws1
2964
2965         * src/matcher.c
2966                 we're not using yywrap, but we may, so close yyin instead
2967                 of initial FILE *
2968
2969 2004-03-08 [paul]       0.9.10claws
2970
2971         * 0.9.10claws released
2972
2973 2004-03-08 [paul]       0.9.9claws41
2974
2975         * po/es.po
2976           po/ja.po
2977           po/ru.po
2978           po/sk.po
2979           po/sr.po
2980           po/zh_CN.po
2981                 update translations. submitted by Ricardo Mones Lastra,
2982                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2983                 Hansom Young
2984
2985 2004-03-06 [paul]       0.9.9claws40
2986
2987         * src/stock_pixmap.c
2988                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2989                 patch submitted by Pawel Pekala
2990
2991 2004-03-06 [alfons]             0.9.9claws39
2992
2993         * src/addrindex.c
2994                 allow nick name completion again 
2995
2996 2004-03-02 [match]              0.9.9claws38
2997
2998         * configure.ac
2999                 added definition of USE_LDAP_TLS to support TLS.
3000         * src/ldapctrl.[ch]
3001         * src/ldapquery.c
3002         * src/ldapserver.[ch]
3003         * src/addressbook.c
3004         * src/addrindex.c
3005         * src/editldap.c
3006                 included LDAP TLS support.
3007
3008 2004-03-02 [christoph]          0.9.9claws37
3009
3010         * src/folder.[ch]
3011                 o add more documentation for FolderClass
3012                 o remove usused FolderClass virtual functions
3013
3014         * src/imap.c
3015         * src/mh.c
3016         * src/news.c
3017                 change creation of FolderClass because static initializations
3018                 for structs suck in C89
3019
3020 2004-03-01 [paul]
3021
3022         * sync with 0.9.10
3023
3024 2004-02-28 [keith]      0.9.9claws36
3025
3026         * src/common/utils.c
3027                 Fix treatment of whitespace in quicksearch bar (leading
3028                 spaces and >1 space between commands and parameters).
3029
3030 2004-02-27 [alfons]     0.9.9claws35
3031
3032         * src/compose.[ch]
3033                 Explicitly remove draft timeout to fix nasty race between 
3034                 compose_send_cb() (which destroys the compose window) and 
3035                 compose_defer_auto_save_draft() (which expects compose 
3036                 window to exist). Should fix Keith's and Fred Marton's
3037                 bug report (#128, "crash after complaining about character
3038                 set conversion")
3039
3040 2004-02-27 [luke]       0.9.9claws34
3041         
3042         * src/folder.c
3043                 Do folder_item_apply_processing() even if no processing
3044                 rules for the folder exist (so global processing is applied)
3045
3046 2004-02-26 [thorsten]   0.9.9claws33
3047
3048         * src/mimeview.c
3049                 Remove misleading static declaration
3050
3051 2004-02-26 [alfons]     0.9.9claws32
3052
3053         * src/procmime.[ch]
3054           src/compose.c
3055           src/mimeview.c
3056           src/textview.c
3057                 use/add procmime_get_content_type_str() as a safe wrapper
3058                 for returning a Content-Type type string; should fix 
3059                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3060                  - attachments."
3061
3062 2004-02-26 [thorsten]   0.9.9claws31
3063
3064         * src/mimeview.c
3065                 Restructure save_as/save_all
3066
3067 2004-02-26 [alfons]     0.9.9claws30
3068
3069         * src/procmime.c
3070                 clean up (2)
3071
3072 2004-02-26 [alfons]     0.9.9claws29
3073
3074         * src/procmime.c
3075                 clean up (1)
3076
3077 2004-02-24 [luke]
3078
3079         * tools/textviewer.sh
3080                 tweaks from Johann Koenig, recognition of shell
3081                 scripts in particular
3082
3083 2004-02-24 [paul]       0.9.9claws28
3084
3085         * sync with 0.9.9cvs13
3086                 see ChangeLog 2004-02-24
3087
3088 2004-02-23 [paul]       0.9.9claws27
3089
3090         * src/inc.c
3091                 one alertpanel on pop3 authentication error will suffice
3092                 
3093         * src/prefs_fonts.c
3094                 remove unnecessary printf
3095
3096 2004-02-22 [alfons]     0.9.9claws26
3097
3098         * src/messageview.c
3099                 put back a lost check
3100
3101 2004-02-21 [alfons]     0.9.9claws25
3102
3103         * src/folderview.c
3104                 don't forget to save folder properties after renaming folder
3105
3106 2004-02-20 [paul]       0.9.9.claws24
3107
3108         * src/addressbook.c
3109                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3110                 
3111         * src/inc.c
3112                 complete sync with 0.9.9cvs9's 'update folderview
3113                 progressively'
3114                 
3115         * configure.ac
3116                 require gettext >= 0.12.1
3117
3118 2004-02-17 [match]      0.9.9claws23
3119
3120         * src/compose.c
3121                 keep the peace - change style.
3122
3123 2004-02-17 [alfons]     0.9.9claws22
3124
3125         * src/filtering.c
3126                 make MATCHACTION_STOP cancel filtering / processing;
3127                 clean up and document it to make it a little bit more clear;
3128
3129 2004-02-17 [alfons]     0.9.9claws21
3130
3131         %X marks the cursor spot for reply quote format
3132
3133         * src/quote_fmt_lex.l 
3134           src/quote_fmt.c
3135                 add %X token
3136                 
3137         * src/quote_fmt.h
3138           src/quote_fmt_parse.y
3139                 handle %X token
3140                 
3141         * src/compose.c
3142                 handle %X token for replies only (for now)
3143
3144 2004-02-17 [paul]       0.9.9claws20
3145
3146         * po/sk.po
3147                 updated by Andrej Kacian
3148                 
3149         * src/news.c
3150                 remove unneeded include
3151                 
3152         * src/prefs_fonts.c
3153                 be a little more user-friendly with the labels
3154                 
3155         * configure.ac
3156                 a change forgotten in the last commit: 
3157                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3158
3159 2004-02-17 [paul]       0.9.9claws19
3160
3161         * ac/*                          ** REMOVED **
3162           ac/                           ** REMOVED **
3163           intl/Makefile.in              ** REMOVED **
3164           m4/                           ** NEW **
3165           m4/missing                    ** NEW **
3166           m4/missing/gdk-pixbuf.m4      ** NEW **
3167           m4/missing/gettext.m4         ** NEW **
3168           m4/missing/gpgme.m4           ** NEW **
3169           m4/missing/imlib.m4           ** NEW **
3170           m4/.cvsignore                 ** NEW **
3171           m4/Makefile.am                ** NEW **
3172           m4/README                     ** NEW **
3173           m4/aclocal-include.m4         ** NEW **
3174           m4/aspell.m4                  ** NEW **
3175           m4/check-type.m4              ** NEW **
3176           m4/gnupg-check-typedef.m4     ** NEW **
3177           m4/openssl.m4                 ** NEW **
3178           m4/spamassassin.m4            ** NEW **
3179           po/ChangeLog                  ** REMOVED **
3180           po/Makefile.in.in             ** REMOVED **
3181           po/Rules-quot                 ** REMOVED **
3182           po/boldquot.sed               ** REMOVED **
3183           po/en@boldquot.header         ** REMOVED **
3184           po/en@quot.header             ** REMOVED **
3185           po/insert-header.sin          ** REMOVED **
3186           po/quot.sed                   ** REMOVED **
3187           po/remove-potcdate.sed        ** REMOVED **
3188           po/remove-potcdate.sin        ** REMOVED **
3189           po/stamp-po                   ** REMOVED **
3190           Makefile.am
3191           autogen.sh
3192           configure.ac
3193                 enable building with automake 1.8.x
3194                 add 'autopoint' to autogen.sh and remove all
3195                 auto-generated files, remove ac/ in favour of
3196                 m4/
3197
3198 2004-02-17 [alfons]     0.9.9claws18
3199         
3200         * src/summaryview.c
3201                 MSG_IS_NEWS() is not stored at all, and is bogus
3202
3203 2004-02-17 [martin]     0.9.9claws17
3204
3205         * src/prefs_themes.c
3206                 fix crash when installing wrong theme and output an
3207                 error message
3208
3209 2004-02-16 [christoph]  0.9.9claws16
3210
3211         * src/compose.c
3212         * src/stock_pixmap.[ch]
3213         * src/toolbar.[ch]
3214         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3215                 add "Wrap current paragraph" to compose toolbar
3216
3217 2004-02-15 [alfons]     0.9.9claws15
3218
3219         * src/folderview.c
3220                 refine previous commit to make sure other hook functions
3221                 get their grab of the pie too
3222
3223 2004-02-15 [alfons]     0.9.9claws14
3224
3225         * src/folderview.c
3226                 fix sync breakage so we don't pass invalid pointer types
3227
3228 2004-02-15 [match]      0.9.9claws13
3229
3230         * src/ldapquery.[ch]
3231         * src/ldapserver.h
3232         * src/addrindex.[ch]
3233                 tweak threading calls.
3234         * src/addr_compl.[ch]
3235                 add alias into completion list.
3236         * src/addressbook.c
3237                 fix ldap browse.
3238                 improve context menu behavior.
3239                 change menu sequence.
3240                 add send mail from addressbook.
3241         * src/addrselect.[ch]
3242         * src/compose.[ch]
3243                 add send mail from addressbook.
3244
3245 2004-02-15 [christoph]  0.9.9claws12
3246
3247         * src/folderutils.c
3248                 skip deleting when duplist is empty
3249
3250         * src/folderview.[ch]
3251         * src/mainwindow.c
3252         * src/summaryview.[ch]
3253                 call folderutils_delete_duplicates() from mainwindow code
3254
3255 2004-02-15 [alfons]     0.9.9claws11
3256         
3257         * src/common/utils.c
3258                 add prefix for italian ms o(e) 
3259
3260 2004-02-14 [paul]       0.9.9claws10
3261
3262         * src/foldersel.c
3263                 fix updating of the folder view when creating a
3264                 new folder
3265
3266 2004-02-13 [paul]       0.9.9claws9
3267
3268         * src/plugins/clamav/clamav_plugin.c
3269                 remove GUI code
3270
3271 2004-02-13 [paul]       0.9.9claws8
3272
3273         * sync with 0.9.9cvs9
3274                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3275
3276 2004-02-13 [alfons]     0.9.9claws7
3277
3278         * src/common/utils.c
3279                 fix wrong type of argument for ctype functions (pass unsigned
3280                 char instead of signed char)
3281
3282 2004-02-12 [alfons]     0.9.9claws6
3283
3284         * src/compose.[ch]
3285                 don't select text in header entry when composing to a 
3286                 default address, but rather give the header entry a
3287                 different color / style (same as the folder new color)
3288
3289 2004-02-12 [alfons]     0.9.9claws5
3290
3291         * src/plugins/clamav/clamav_plugin.c
3292                 don't exit(2) on libclamav init error - show a warning.
3293                 (tested by damaging a clamav database file.)
3294
3295 2004-02-12 [paul]       0.9.9claws4
3296
3297         * sync with 0.9.9cvs4
3298                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3299
3300 2004-02-11 [luke]       0.9.9claws3
3301
3302         * src/mimeview.c
3303                 remove redundant check introduced in 0.9.9claws1
3304
3305 2004-02-11 [luke]       0.9.9claws2
3306
3307         * src/mimeview.c
3308                 fix compilation of my previous commit without gpg enabled
3309
3310 2004-02-10 [luke]       0.9.9claws1
3311
3312         * src/mimeview.c
3313                 add borders to icons to indicate the privacy status for
3314                 the message part (unknown/bad/good)
3315
3316 2004-02-06 [paul]       0.9.9claws
3317
3318         0.9.9claws released
3319
3320 2004-02-06 [darko]      0.9.8claws64
3321
3322         * src/compose.c
3323                 don't allow Ctrl+Enter while external editor is active
3324
3325 2004-02-06 [paul]       0.9.8claws63
3326
3327         * po/es.po
3328           po/pl.po
3329           po/sk.po
3330           po/sr.po
3331                 update Spanish, Polish, Slovak, and Serbian translations.
3332                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3333                 and Urke MMI
3334
3335 2004-02-04 [alfons]     0.9.8claws62
3336
3337         * src/compose.c
3338                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3339                 don't have clue yet why the cursor pos is at the end of the
3340                 text.)
3341
3342 2004-02-04 [alfons]     0.9.8claws61
3343
3344         * src/compose.c
3345                 always grab focus when one of the header entries is clicked 
3346                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3347
3348 2004-02-02 [paul]
3349
3350         * ac/missing/gdk-pixbuf.m4
3351           ac/missing/gpgme.m4
3352           ac/missing/imlib.m4
3353                 prevent 'underquoted definition' warnings
3354                 patch submitted by David Relson
3355                 
3356         * src/plugins/clamav/README
3357                 update, improve, correct
3358
3359 2004-01-31 [thorsten]   0.9.8claws60
3360
3361         * src/news.c
3362                 'dir' not initialized if group has no messages
3363
3364 2004-01-29 [christoph]  0.9.8claws59
3365
3366         * src/customheader.[ch]
3367                 add custom_header_is_allowed() to check for disallowed header names
3368                 that must not be overridden by custom headers
3369
3370         * src/compose.c
3371                 always write From: header and use custom_header_is_allowed() to
3372                 check if custom header should be written
3373
3374         * src/prefs_customheader.c
3375                 check if custom header is disallowed using custom_header_is_allowed()
3376
3377         * src/folderutils.c
3378                 destroy message id GHashTable before freeing the MsgInfos
3379
3380 2004-01-29 [paul]       0.9.8claws58
3381
3382         * sync with 0.9.9 release
3383                 see ChangeLog 2004-01-29
3384
3385 2004-01-29 [paul]       0.9.8claws57
3386
3387         * sync with 0.9.8cvs11
3388                 see ChangeLog 2004-01-29
3389
3390 2004-01-28 [christoph]  0.9.8claws56
3391
3392         * src/pgpmime.c
3393         * src/sgpgme.[ch]
3394                 return WARN signature status when signature is not trusted
3395
3396         * src/Makefile.am
3397         * src/folder.c
3398         * src/folderutils.[ch]                  ** NEW **
3399         * src/summaryview.c
3400                 implement delete duplicates summaryview independent
3401
3402 2004-01-28 [paul]       0.9.8claws55
3403
3404         * sync with 0.9.8cvs10
3405                 see Changelog 2004-01-27 and 2004-01-28
3406
3407 2004-01-26 [christoph]  0.9.8claws54
3408
3409         * src/imap.c
3410                 create a root node for the Folder if scan fails because root
3411                 folder does not exist
3412
3413 2004-01-26 [paul]       0.9.8claws53
3414
3415         * sync with 0.9.8cvs7
3416                 see ChangeLog 2004-01-23
3417
3418 2004-01-25 [alfons]     0.9.8claws52
3419
3420         * src/compose.c
3421                 remove left-over constant INDENT_CHARS
3422
3423 2004-01-25 [alfons]     0.9.8claws51
3424
3425         * src/procmime.c
3426                 add NULL pointer check for mimeinfo->node in
3427                 procmime_mimeinfo_parent()
3428
3429 2004-01-25 [darko]      0.9.8claws50
3430
3431         * src/compose.c
3432                 make "Wrap all long lines" toolbar button wrap all
3433                 long lines not just the current line
3434                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3435
3436
3437 2004-01-25 [alfons]     0.9.8claws49
3438
3439         * src/procmime.c
3440                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3441                 necessary anyway, because *scanf() functions neglect white
3442                 space in the input. 
3443                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3444
3445 2004-01-25 [paul]       0.9.8claws48
3446
3447         * src/prefs_ext_prog.c
3448                 apply Alfons' patch to check for NULL pointers
3449                 fixes bug #424
3450
3451 2004-01-25 [paul]       0.9.8claws47
3452
3453         * sync with 0.9.8cvs8
3454                 see ChangeLog 2004-01-23
3455
3456 2004-01-25 [thorsten]   0.9.8claws46
3457
3458         * src/messageview.c
3459                 remove orphaned mimeview unref()
3460
3461 2004-01-23 [christoph]  0.9.8claws45
3462
3463         * src/summaryview.c
3464                 set ctree widget style
3465
3466 2004-01-23 [paul]       0.9.8claws44
3467
3468         * sync with 0.9.8cvs5
3469                 see ChangeLog 2004-01-22
3470
3471 2004-01-23 [alfons]     0.9.8claws43
3472
3473         * src/procmsg.c
3474                 remove redundant code in procmsg_get_thread_tree()
3475
3476 2004-01-21 [christoph]  0.9.8claws42
3477
3478         * src/folderview.c
3479                 set ctree widget style, otherwise GTK does not use the
3480                 the correct vertical size for the list items
3481
3482 2004-01-21 [alfons]     0.9.8claws41
3483
3484         * src/summaryview.c
3485                 GDK_Left should only switch to folderview when
3486                 when summaryview hscrollbar is at the leftmost
3487                 position (fixes bug #420, "Focus error")
3488
3489 2004-01-21 [paul]       0.9.8claws40
3490
3491         * sync with 0.9.8cvs4
3492                 see ChangeLog 2004-01-20
3493
3494 2004-01-20 [christoph]  0.9.8claws39
3495
3496         * src/folderview.c
3497                 remove setting sensitivity for no longer existing
3498                 /Scoring... popup entry
3499
3500 2004-01-20 [keith]      0.9.8claws38
3501
3502         * configure.ac
3503                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3504
3505 2004-01-20 [paul]       0.9.8claws37
3506
3507         * src/prefs_fonts.c
3508                 demystify font settings
3509                 
3510         * src/textview.c
3511                 use textview->msgfont for header->body in
3512                 textview_show_header()
3513
3514 2004-01-20 [paul]       0.9.8claws36
3515
3516         * src/compose.c
3517           src/undo.c
3518                 remove superfluous debug_print's
3519                 
3520         * src/inc.c
3521                 clear the statusbar after LOCAL incorporation
3522
3523 2004-01-20 [paul]       0.9.8claws35
3524
3525         * sync with 0.9.8cvs3
3526                 see ChangeLog 2004-01-20
3527
3528 2004-01-19 [keith]      0.9.8claws34
3529
3530         * src/folderview.c
3531                 don't show 'Search folder...' on popup menu
3532                 if folder has no mails in it
3533
3534 2004-01-17 [keith]      0.9.8claws33
3535
3536         * src/compose.c
3537           src/prefs_common.c
3538           src/prefs_common.h
3539                 store position of compose window in prefs
3540
3541 2004-01-17 [thorsten]   0.9.8claws32
3542
3543         * src/gtk/gtkvscrollbutton.c
3544                 ensure scrollbutton resize event on different gtk versions
3545
3546 2004-01-15 [alfons]     0.9.8claws31
3547         
3548         * src/summaryview.c
3549                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3550                 message as read
3551
3552 2004-01-12 [christoph]  0.9.8claws30
3553
3554         * src/procmime.c
3555                 better MIME-Version check
3556
3557 2004-01-11 [alfons]     0.9.8claws29
3558
3559         * src/procmsg.c
3560                 remove unnecessary but still effective check (could possibly
3561                 lead to some unwanted side effects)
3562
3563 2004-01-11 [alfons]     0.9.8claws28
3564
3565         * src/procmsg.c
3566                 we should not prefer lowest message number while threading 
3567                 (introduced in previous commit)
3568
3569 2004-01-11 [alfons]     0.9.8claws27
3570
3571         * src/procmsg.c
3572                 subject threading fixes:
3573                 
3574                         - make message with lowest message number the
3575                           thread parent,
3576                         - refine recording last node when threading. the last node
3577                           should be the previous one if a node has a thread parent,
3578                           or the current node if not
3579                 
3580                 (there's another threading bug fix coming up)
3581
3582 2004-01-10 [paul]       0.9.8claws26
3583
3584         * src/main.c
3585           src/prefs_ext_prog.c
3586           src/plugins/clamav/clamav_plugin_gtk.c
3587                 minor gui fixes
3588
3589 2004-01-09 [christoph]  0.9.8claws25
3590
3591         * src/Makefile.am
3592         * src/string_match.[ch]                 ** REMOVE **
3593         * src/common/Makefile.am
3594         * src/common/string_match.[ch]          ** NEW **
3595                 move string_match.[ch] to common directory
3596
3597 2004-01-09 [christoph]  0.9.8claws24
3598
3599         * src/pgpmime.c
3600                 add MIME-Version header for the message parser
3601
3602 2004-01-09 [paul]       0.9.8claws23
3603
3604         * po/POTFILES.in
3605           src/Makefile.am
3606           src/main.c
3607           src/prefs_common.c
3608           src/prefs_ext_prog.[ch]       ** NEW FILES **
3609                 move External Command options from 'Common Prefs/Other' to
3610                 'Other Prefs/Message View/External Programs', also reveal
3611                 the hidden options for audio player and image viewer.
3612                 
3613         * src/prefs_common.c
3614                 fix toggling of header pane
3615
3616 2004-01-09 [paul]       0.9.8claws22
3617
3618         * src/compose.c
3619                 when changing account also change the save folder
3620
3621         * src/textview.c
3622                 if a text/plain attachment has 'Content-Disposition: attachment'
3623                 don't display it inline
3624
3625 2004-01-08 [christoph]  0.9.8claws21
3626
3627         * src/procmime.c
3628                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3629                 otherwise thread the message content as one text part and
3630                 don't assume charset US-ASCII which is only specified as
3631                 default for MIME-messages
3632
3633 2004-01-08 [paul]       0.9.8claws20
3634
3635         * src/plugins/clamav/clamav_plugin.c
3636           src/plugins/spamassassin/spamassassin.c
3637                 inform the user what is happening via the statusbar
3638
3639 2004-01-06 [paul]       0.9.8claws19
3640
3641         * po/es.po
3642                 update Spanish translation. submitted by Ricardo
3643                 Mones Lastra
3644
3645 2004-01-05 [paul]       0.9.8claws18
3646
3647         * sync with 0.9.8cvs2
3648                 see ChangeLog 2004-01-05
3649
3650 2004-01-03 [luke]       0.9.8claws17
3651
3652         * src/procheader.c
3653                 Clean up:
3654                 o remove unused functions string_getchar() and file_getchar()
3655                 o remove the getchar_ parameter from generic_get_one_field()
3656                 o add an 'unfold' parameter to generic_get_one_field, to
3657                   be used if no HeaderEntry is supplied
3658                 o procheader_get_one_field_asis() uses
3659                   generic_get_one_field().
3660
3661 2004-01-01 [christoph]  0.9.8claws16
3662
3663         * src/common/xml.[ch]
3664                 o add xml_new_tag() to manage usage counts of strings correctly
3665                 o correct xml_copy_tree() function name
3666
3667         * src/folder.c
3668         * src/main.c
3669                 allow registering and unregistering of FolderClasses anytime
3670
3671 2003-12-31 [christoph]  0.9.8claws15
3672
3673         * src/folder.[ch]
3674         * src/common/xml.[ch]
3675                 keep folderlist.xml data for unloaded FolderClasses
3676
3677 2003-12-30 [luke]       0.9.8claws14
3678
3679         * src/procheader.[ch]
3680                 o added procheader_get_one_field_asis() that does not do
3681                   unfolding
3682                 o fix procheader_get_header_array_asis() to use the above,
3683                   fixing ugliness of headers in textview
3684
3685         * src/compose.c
3686                 o don't unfold headers when redirecting.        
3687
3688 2003-12-30 [paul]       0.9.8claws13
3689
3690         * po/POTFILES.in
3691           src/common/defs.h
3692           src/Makefile.am
3693           src/main.c
3694           src/prefs_common.c
3695           src/prefs_themes.[ch] ** NEW FILES **
3696                 redesign and move Icon Theme selector to
3697                 the new prefs window
3698           
3699         * src/stock_pixmap.c
3700                 fix the old bug where icons are not always
3701                 updated when changing themes
3702         
3703         * src/summaryview.c
3704                 fix bug where the icons on the title row
3705                 of the summary view were not updated
3706         
3707         all patches submitted by Ricardo Mones Lastra
3708
3709 2003-12-30 [hoa]        0.9.8claws12
3710
3711         * src/folder.c
3712                 run preglobal and postglobal processing rules
3713                 even if the folder does not have any rules.
3714
3715 2003-12-28 [paul]       0.9.8claws11
3716
3717         * ac/aspell.m4
3718           ac/check-type.m4
3719           ac/gnupg-check-typedef.m4
3720           ac/openssl.m4
3721           ac/spamassassin.m4
3722                 fix 'underquoted definition' warnings, patch submitted by
3723                 David Relson <relson@osagesoftware.com>
3724                 
3725         * src/common/utils.c
3726                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3727                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3728
3729 2003-12-28 [paul]       0.9.8claws10
3730
3731         * sync with 0.9.8cvs1
3732                 see ChangeLog 2003-12-17
3733
3734 2003-12-27 [christoph]  0.9.8claws9
3735
3736         * src/common/utils.[ch]
3737                 add g_node_map() to map a GNode into a new GNode
3738                 converting all node data's with a function
3739
3740         * src/account.c
3741         * src/folder.[ch]
3742         * src/folderview.c
3743         * src/imap.c
3744         * src/mainwindow.c
3745         * src/summaryview.c
3746                 o use g_node_map() to convert XML <-> Folder
3747                 o remove redundant FolderItem->parent and
3748                   replace it with folder_item_parent()
3749
3750 2003-12-23 [christoph]  0.9.8claws8
3751
3752         * src/folder.[ch]
3753         * src/folderview.c
3754         * src/mainwindow.c
3755         * src/procmsg.c
3756                 o use callback for notifications about added and
3757                   destroyed folders
3758                 o rewrite folderlist saving (new functions to create
3759                   folder from XML tree, and XML tree from folder)
3760
3761         * src/common/xml.[ch]
3762                 add function to save XML trees
3763
3764         * src/prefs_filtering.c
3765                 code cleanup
3766
3767 2003-12-22 [christoph]  0.9.8claws7
3768
3769         * src/prefs_account.[ch]
3770                 add "SMTP only" accounts
3771
3772 2003-12-20 [melvin]     0.9.8claws6
3773
3774         * src/action.[ch]
3775                 Changed the interface for action_update_*_menu() so
3776                 action.c does not need to know the paths of the different
3777                 actions menu (mainwindow, message view and compose window). 
3778
3779         * src/compose.c
3780                 Tiny code cleanup to merge spell checker related code
3781                 compose_update_actions_menu(): new function to update
3782                 the actions menu. Use it in compose_create()
3783
3784         * src/compose.h
3785                 compose_update_actions_menu(): new function to update
3786                 the actions menu. Used also in prefs_actions.c.
3787
3788         * src/mainwindow.[ch]
3789                 main_window_update_actions_menu(): new function to update
3790                 the actions menu. Used in main_window_create() and in
3791                 prefs_actions.c
3792
3793         * src/messageview.[ch]
3794                 messageview_update_actions_menu(): new function to update
3795                 the actions menu. Used in messageview_add_toolbar() and in
3796                 prefs_actions.c
3797                 
3798         * src/prefs_actions.c   
3799                 prefs_actions_ok(): fixed to update the actions menu of
3800                 the separate message view and the compose windows.
3801
3802 2003-12-20 [luke]       0.9.8claws5
3803         * src/procheader.c
3804                 fix unfolding/newline stripping for multiline fields
3805                 in generic_get_one_field()
3806
3807 2003-12-19 [christoph]  0.9.8claws4
3808
3809         * src/summaryview.c
3810                 o code cleanup
3811                 o use subject_compare_for_sort() when comparing
3812                   simplified subjects
3813
3814 2003-12-19 [christoph]  0.9.8claws3
3815
3816         * src/msgcache.c
3817                 more syncing with 0.8.9a
3818
3819 2003-12-19 [christoph]  0.9.8claws2
3820
3821         * src/folder.c
3822                 don't write all FolderItem XML attributes for the root node
3823
3824 2003-12-19 [melvin]     0.9.8claws1
3825
3826         * src/messageview.c
3827                 Added missing menu branch (Tools/Create processing/rule)
3828         * po/fr.po
3829                 Updated French translation for the added string.
3830
3831 2003-12-19 [paul]       0.9.8claws
3832
3833         0.9.8claws released
3834
3835 2003-12-19 [paul]       0.9.7claws51
3836
3837         * po/en_GB.po
3838           po/es.po
3839           po/ja.po
3840           po/pl.po
3841           po/sk.po
3842           po/zh_CN.po
3843                 update translations. submitted by me, Ricardo Mones
3844                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3845                 Hansom Young
3846                 
3847         * src/folder_item_prefs.c
3848                 'enable_processing' set to FALSE by default
3849
3850 2003-12-18 [melvin]     0.9.7claws50
3851
3852         * po/fr.po
3853                 Updated French translation
3854
3855 2003-12-17 [christoph]  0.9.7claws49
3856
3857         * src/procheader.c
3858                 revert discarding of whitespace from 0.9.7claws44
3859
3860                 RFC2822 2.2.3: Unfolding is accomplished by simply
3861                 removing any CRLF that is immediately followed by WSP.
3862
3863 2003-12-17 [paul]       0.9.7claws48
3864
3865         * src/folder.c
3866                 fix new message count
3867                 
3868         * configure.ac
3869                 update autotools macros
3870
3871         * sync with 0.9.8a
3872
3873 2003-12-16 [christoph]  0.9.7claws47
3874
3875         * src/folder.c
3876                 fix folder update before adding MsgInfo to cache
3877                 in add_msginfo_to_cache()
3878
3879         * src/procmsg.c
3880                 remove old call to folder_item_update() that is no
3881                 longer required
3882
3883 2003-12-16 [christoph]  0.9.7claws46
3884
3885         * src/main.c
3886                 make sure the shutdown process only runs once
3887
3888 2003-12-16 [hoa]        0.9.7claws45
3889
3890         * src/mainwindow.c
3891         * src/messageview.c
3892         * src/summaryview.[ch]
3893                 Create filter rules using a message is fixed.
3894                 We can now create processing rules using a message.
3895
3896 2003-12-15 [alfons]     0.9.7claws44
3897
3898         * src/procheader.c
3899                 make sure we discard folding white space
3900
3901 2003-12-15 [luke]       0.9.7claws43
3902         * src/textview.c
3903         * src/mimeview.c
3904                 o use "name" parameter if "filename" doesn't exist
3905
3906 2003-12-14 [alfons]     0.9.7claws42
3907
3908         * src/summaryview.c
3909         * src/common/utils.c
3910                 allow quick finding based on the result of passing
3911                 a message to an external command. E.g:
3912
3913                         X "bogofilter < %F" 
3914                 
3915                 gets me all the spam in a folder.
3916
3917 2003-12-14 [luke]       0.9.7claws41
3918
3919         * src/textview.c
3920         * src/mimeview.c
3921                 o use parameter "filename" instead of "name" in a couple of 
3922                   places for correctness
3923
3924         * src/procmime.c
3925         * src/common/utils.[ch]
3926                 o make temporary filename for attachments safe for %p 
3927                   substitutions in actions.
3928
3929 2003-12-13 [christoph]  0.9.7claws40
3930
3931         * src/main.c
3932                 readd exit(0) to clean_quit() because otherwise sylpheed
3933                 does not always terminate
3934
3935         * src/pgpmime.c
3936         * src/privacy.h
3937                 add an identifier-string for PrivacySystems
3938
3939 2003-12-12 [paul]
3940
3941         * doc/man/sylpheed.1
3942                 update the man page
3943
3944 2003-12-12 [paul]       0.9.7claws39
3945
3946         general clean up
3947         
3948         * configure.ac
3949                 correct and clean up './configure --help' info
3950         
3951         * src/plugins/clamav/clamav_plugin.c
3952           src/plugins/spamassassin/spamassassin.c
3953                 correct plugin_desc(), works with LOCAL, IMAP, and
3954                 POP accounts
3955                 
3956         * src/filtering.c
3957           src/matcher.[ch]
3958           src/matcher_parser_parse.y
3959           src/prefs_filtering_action.c
3960                 use 'Change Score' instead of '(In/De)crease score'.
3961                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3962          
3963          * src/mainwindow.c
3964                 hyphenate: 'Pre-processing', 'Post-processing'
3965                 
3966         * src/prefs_account.c
3967                 change 'Generate Message-ID' to 'Generate Message-Id'
3968                 
3969         * src/prefs_folder_item.c
3970                 change 'Processing on startup:' to 'Process at startup'
3971                 change 'Scan for new mail:' to 'Scan for new mail'
3972                 
3973 2003-12-11 [christoph]  0.9.7claws38
3974
3975         * src/crash.c
3976         * src/main.[ch]
3977                 make sure the clean_exit() funtion is not called again by the
3978                 signal handler while it is already running
3979
3980         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3981
3982         * src/summaryview.c
3983                 fix wrong assertion
3984
3985 2003-12-11 [paul]       0.9.7claws37
3986
3987         * src/compose.c
3988                 'anonymise' Message-Id: header string
3989
3990 2003-12-11 [paul]       0.9.7claws36
3991
3992         * src/plugins/clamav/clamav_plugin.c
3993                 fix (don't break) signature count
3994                 use cl_strerror() instead of deprecated cl_perror()
3995         
3996 2003-12-11 [darko]      0.9.7claws35
3997
3998         * src/summaryview.c
3999                 also update the sort arrow (thanks Christoph)
4000
4001 2003-12-11 [darko]      0.9.7claws34
4002
4003         * src/summaryview.c
4004                 allow reverting to default sort mode (no sort)
4005
4006 2003-12-10 [hoa]        0.9.7claws33
4007
4008         * src/matcher.c
4009                 fixed quotation of string for matcher.
4010
4011 2003-12-08 [paul]       0.9.7claws32
4012
4013         * src/imap.c
4014           src/inc.c
4015                 plug memory leaks (patch by Alfons)
4016
4017 2003-12-08 [christoph]  0.9.7claws31
4018
4019         * src/folder_item_prefs.[ch]
4020         * src/folderview.c
4021         * src/prefs_folder_item.c
4022                 add new FolderItem property to exclude folders from new
4023                 mail checks
4024
4025         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4026
4027 2003-12-07 [paul]       0.9.7claws30
4028
4029         * src/plugins/clamav/clamav_plugin.c
4030                 fix signature count
4031
4032 2003-12-07 [thorsten]   0.9.7claws29
4033
4034         * src/filtering.c
4035                 debug_print some warning if destfolder missing
4036         * src/prefs_filtering.c
4037                 uninitialized filter list when deleting a folder
4038
4039 2003-12-06 [paul]       0.9.7claws28
4040
4041         * src/procheader.c
4042                 add Alfons' patch to trim line feeds
4043
4044 2003-12-06 [paul]       0.9.7claws27
4045
4046         * partial sync with 0.9.7cvs8
4047                 leaving claws' online/offline more or less intact
4048                 see ChangeLog 2003-12-04 and 2003-12-06
4049
4050 2003-12-06 [christoph]  0.9.7claws26
4051
4052         * src/messageview.c
4053         * src/privacy.[ch]
4054                 revert pirvacy API changes
4055
4056 2003-12-05 [alfons]     0.9.7claws25
4057
4058         * src/matcher.[ch]
4059                 clean up my old cruft
4060
4061 2003-12-05 [alfons]     0.9.7claws24
4062
4063         * src/matcher.c
4064                 fix comparison buglet ;-) and make `test` matcher
4065                 work again
4066
4067 2003-12-05 [alfons]     0.9.7claws23
4068
4069         * src/prefs_folder_item.c
4070                 K&R 2nd Ed., page 241 (function parameter identifiers
4071                 starting with an underscore are kind of insulting)
4072
4073 2003-12-05 [hoa]        0.9.7claws22
4074
4075         * src/main.c
4076         * src/mainwindow.[ch]
4077         * src/mainwindow.h
4078                 add destructor for mainwindow so that the last 
4079                 MimeInfo opened in messageview is destroyed when
4080                 exiting sylpheed.
4081
4082 2003-12-05 [hoa]        0.9.7claws21
4083
4084         * src/filtering.[ch]
4085         * src/matcher.[ch]
4086         * src/matcher_parser_lex.l
4087         * src/matcher_parser_parse.y
4088         * src/prefs_actions.c
4089         * src/prefs_filtering.c
4090         * src/common/utils.[ch]
4091                 quote arguments before giving them to command line.
4092                 fixed quote of string in matcher/processing/filtering rules.
4093
4094         * src/messageview.c
4095         * src/privacy.[ch]
4096                 allows decryption to return a new whole 
4097                 MIME message structure.
4098
4099 2003-12-04 [hoa]        0.9.7claws20
4100
4101         * src/filtering.[ch]
4102         * src/folder.c
4103         * src/mainwindow.c
4104         * src/matcher.c
4105         * src/matcher_parser_parse.y
4106         * src/folderview.c
4107                 global rules to run before folder specific rules.
4108                 global rules to run after folder specific rules.
4109                 
4110         * src/messageview.c
4111                 fixed quick addition of rules.
4112         
4113         * src/prefs_filtering.[ch]
4114         * src/summaryview.c
4115                 we can now customize the title for the dialog.
4116                 updated case where we rename of delete folders.
4117
4118         * src/addressbook.c
4119                 got back the function addressbook_browse_entry_cb()
4120                 that is needed in case we compiled with LDAP support.
4121
4122 2003-12-04 [paul]       0.9.7claws19
4123
4124         * sync with 0.9.7cvs6
4125                 see ChangeLog 2003-12-04
4126                 fixes bug 171 'Wrong message decoing: koi8-r and 
4127                 iso8859-5 looks same. Can't read many emails.'
4128
4129 2003-12-04 [paul]       0.9.7claws18
4130
4131         * po/POTFILES.in
4132                 remove 'src/prefs_scoring.c'
4133
4134 2003-12-03 [hoa]        0.9.7claws17
4135
4136         * src/Makefile.am
4137                 compilation of scoring.[ch] and prefs_scoring.[ch]
4138                 is removed.
4139         
4140         * src/filtering.[ch]
4141         * src/folder.c
4142         * src/folder_item_prefs.[ch]
4143         * src/folderview.c
4144         * src/main.c
4145         * src/mainwindow.c
4146         * src/matcher.[ch]
4147         * src/matcher_parser.h
4148         * src/matcher_parser_parse.y
4149         * src/prefs_filtering.[ch]
4150         * src/prefs_filtering_action.c
4151         * src/prefs_folder_item.c
4152         * src/prefs_scoring.[ch]              * REMOVED FILES *
4153         * src/procmsg.[ch]
4154         * src/scoring.[ch]                    * REMOVED FILES *
4155         * src/summaryview.c
4156                 merged scoring and filtering.
4157                 
4158                 Note : compatibility is kept by parsing score like 
4159                   add_score. To get the behaviour of older scoring 
4160                   system, you have to define some equivalent rule :
4161                   "score_lower -9999 hide"
4162                   "score_greater 9999 mark"
4163                   
4164                   To define global rules, you have to define them 
4165                   in the new global processing rules.
4166                   The variable that kept the list filtering rules 
4167                   was "global_processing" and has been renamed into 
4168                   "filtering_rules".
4169                   "global_processing" variable is now the name 
4170                   of the variable that keeps the list of global 
4171                   processing rules.
4172                   In the configuration file, "[global]" section is 
4173                   now for the global processing rules (which includes
4174                   score things and new global processing rules).
4175                   New "[filtering]" section is for the filtering rules.
4176                   
4177                   Before running with this version, during testing 
4178                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4179                   Then, you have to make the following changes :
4180                   - leave all scoring rules in "[global]" section.
4181                   - move all other rules of "[global]" section to
4182                       a new section named "[filtering]".
4183
4184 2003-12-03 [christoph]  0.9.7claws16
4185
4186         * src/procmime.c
4187                 use default Content-Type as specified in RFC2045 if
4188                 Content-Type header is syntactically incorrect
4189
4190 2003-12-03 [christoph]  0.9.7claws15
4191
4192         * src/addressbook.c
4193         * src/addrindex.h
4194         * src/addritem.c
4195         * src/expldifdlg.h
4196         * src/exportldif.c
4197         * src/filtering.c
4198         * src/folder.c
4199         * src/folderview.c
4200         * src/jpilot.c
4201         * src/localfolder.c
4202         * src/matcher.h
4203         * src/matcher_parser_lex.l
4204         * src/matcher_parser_parse.y
4205         * src/news.c
4206         * src/prefs_filtering_action.c
4207         * src/prefs_folder_item.c
4208         * src/prefs_fonts.c
4209         * src/procmsg.c
4210         * src/sgpgme.c
4211                 clean up warnings
4212
4213         * src/procmime.c
4214                 revert 0.9.7claws14 change
4215
4216 2003-12-03 [alfons]     0.9.7claws14
4217
4218         * src/procmime.c
4219                 catch invalid Content-Type with no subtype
4220
4221 2003-12-03 [alfons]     0.9.7claws13
4222
4223         * src/alertpanel.h
4224         * src/setup.c
4225         * src/plugins/image_viewer/plugin.c
4226                 compile again, we need stddef.h for size_t
4227
4228 2003-12-03 [paul]       0.9.7claws12
4229
4230         * src/account.c
4231                 don't allow cloning of accounts with remote folders,
4232                 patch submitted by Ricardo Mones Lastra
4233
4234 2003-12-03 [christoph]  0.9.7claws11
4235
4236         * src/folder.[ch]
4237         * src/imap.c
4238         * src/localfolder.[ch]
4239         * src/mh.c
4240         * src/news.c
4241         * src/common/xml.[ch]
4242                 add set_xml() and get_xml() virtual functions to FolderClass to
4243                 save extra information for Folders (for example the rootpath
4244                 only used by LocalFolder). The folderlist write function no
4245                 longer needs to know the folder type to save this extra
4246                 information.
4247
4248 2003-12-02 [christoph]  0.9.7claws10
4249
4250         * src/Makefile.am
4251         * src/account.c
4252         * src/folder.[ch]
4253         * src/folderview.h
4254         * src/imap.c
4255         * src/localfolder.[ch]          ** NEW **
4256         * src/mainwindow.c
4257         * src/mh.[ch]
4258         * src/news.[ch]
4259         * src/prefs_account.[ch]
4260         * src/prefs_filtering.h
4261         * src/procmsg.h
4262         * src/remotefolder.[ch]         ** NEW **
4263         * src/common/xml.[ch]
4264                 add item_set_xml() and item_get_xml() virtual functions to
4265                 FolderClass to give folders the ability to add extra information
4266                 to the saved FolderItem data. If NULL the default function for
4267                 FolderItem will be used.
4268
4269 2003-11-29 [christoph]  0.9.7claws9
4270
4271         * src/procheader.c
4272                 fix bug in unfolding
4273
4274 2003-11-29 [luke]       0.9.7claws8
4275
4276         * src/textview.c
4277                 fix compilation for non c99 compilers
4278
4279 2003-11-29 [christoph]  0.9.7claws7
4280
4281         * src/procmime.[ch]
4282         * src/mimeview.c
4283                 o unknown disposition types should be handled as
4284                   attachment (RFC2183)
4285                 o missing headers should not default to inline
4286                   (would make "Save All" useless when disposition header
4287                    is not set by the sending mailer)
4288                 o remove old MimeInfo data and cleanup
4289
4290 2003-11-29 [luke]       0.9.7claws6
4291
4292         * src/procmime.[ch]
4293                 re-added parsing of Content-Disposition header
4294                         - removes the old  'gchar* content_disposition'
4295                         - adds a new field 'DispositionType disposition'
4296                         - adds parameters to MimeInfo::parameters
4297
4298         * src/mimeview.c
4299                 use the "filename" parameter for saving, and the new
4300                 MimeInfo::disposition for save all.
4301
4302         * src/compose.c
4303         * src/toolbar.[ch]
4304                 add a 'check spelling' button as a possibility for 
4305                 the compose toolbar
4306
4307         * src/stockpixmap.[ch]
4308         * src/pixmaps/check_spelling.xpm        ** NEW **
4309         * src/Makefile.am
4310                 add a pixmap for use with 'check spelling' button or
4311                 a user defined action
4312
4313         * src/textview.c
4314                 re-apply fixed (I hope) patch for bug 57
4315                 "Hidden URL in HTML Mails"
4316
4317 2003-11-28 [christoph]  0.9.7claws5
4318
4319         * src/procmime.c
4320                 o be more liberal in what we accept as Content-Type parameters
4321                 o ignore comments after parameters
4322
4323         * src/sgpgme.c
4324                 o only free passphrase when an error occurs
4325
4326 2003-11-28 [paul]       0.9.7claws4
4327
4328         * src/account.c
4329                 add 'Clone Account' function. patch submitted by
4330                 Ricardo Mones Lastra
4331
4332 2003-11-27 [thorsten]   0.9.7claws3
4333
4334         * src/mimeview.c
4335                 fix crash if 'save_all' failed twice
4336
4337 2003-11-27 [paul]       0.9.7claws2
4338
4339         * po/POTFILES.in
4340                 fix a typo
4341
4342         * po/zh_CN.po
4343                 update Simplified Chinese translation. submitted by
4344                 Hansom Young
4345
4346 2003-11-27 [paul]       0.9.7claws1
4347
4348         * po/POTFILES.in
4349                 clean up
4350
4351 2003-11-26 [paul]       0.9.7claws
4352
4353         * 0.9.7claws released
4354
4355 2003-11-26 [paul]       0.9.6claws99
4356
4357         * src/Makefile.am
4358                 add reference to pixmaps/mime_message.xpm
4359
4360 2003-11-26 [paul]       0.9.6claws98
4361
4362         * po/POTFILES.in
4363                 remove reference to src/sigstatus.c
4364
4365 2003-11-26 [christoph]  0.9.6claws97
4366
4367         * src/Makefile.am
4368         * src/prefs_common.c
4369         * src/rfc2015.c
4370         * src/sigstatus.[ch]            ** REMOVE **
4371                 remove signature result popup option and window
4372
4373 2003-11-26 [paul]       0.9.6claws96
4374
4375         * po/es.po
4376           po/ja.po
4377           po/pl.po
4378           po/sk.po
4379           po/sr.po
4380                 update translations. submitted by Ricardo Mones Lastra,
4381                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4382
4383 2003-11-25 [christoph]  0.9.6claws95
4384
4385         * src/procmime.c
4386                 display mime structure only in debug mode
4387
4388 2003-11-25 [melvin]     0.9.6claws94
4389
4390         * po/fr.po
4391                 Updated French translations + typos fixes of older
4392                 translations (thanks to Fabien Vantard for pointing
4393                 to some of them)
4394
4395 2003-11-25 [melvin]     0.9.6claws93
4396
4397         * src/editldap.c
4398                 Fixed a couple of typos.
4399
4400 2003-11-24 [paul]       0.9.6claws92
4401
4402         * po/POTFILES.in
4403                 add 'src/textview.c'
4404
4405 2003-11-24 [paul]       0.9.6claws91
4406
4407         * src/sgpgme.c
4408                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4409
4410 2003-11-24 [paul]       0.9.6claws90
4411
4412         * src/plugins/image_viewer/viewer.c
4413                 image_viewer_show_mimepart(): 
4414                 use procmime_mimeinfo_get_parameter() to get the file name
4415
4416 2003-11-24 [paul]       0.9.6claws89
4417
4418         * src/textview.c
4419                 textview_show_mime_part(): rewrite text hint
4420
4421 2003-11-22 [paul]       0.9.6claws88
4422
4423         * sync with 0.9.7cvs5
4424                 see ChangeLog 2003-11-21
4425
4426 2003-11-21 [paul]       0.9.6claws87
4427
4428         * src/mimeview.c
4429                 define shortcut key 'o' for 'Open with...'
4430
4431 2003-11-21 [alfons]     0.9.6claws86
4432
4433         * src/messageview.c
4434                 fix bug #383 'Deleting message from "separate message view" 
4435                 uses local Trash folder'
4436
4437 2003-11-21 [christoph]  0.9.6claws85
4438
4439         * src/mimeview.c
4440                 fix content-type guessing by name parameter when finding
4441                 the correct viewer
4442
4443 2003-11-21 [alfons]     0.9.6claws84
4444
4445         * src/main.c
4446                 no mail incorporation allowed with --offline param.
4447                 fixes bug #374, "--offline ignored"
4448
4449 2003-11-20 [christoph]  0.9.6claws83
4450
4451         * src/mimeinfo.c
4452                 use signed MimeInfo when checking the signature and not
4453                 the selected one
4454
4455 2003-11-19 [alfons]     0.9.6claws82
4456
4457         * src/mainwindow.c
4458                 fix crash when toggling separate views, patch submitted
4459                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4460                 fixes bug #342, "separate views  cause crash"
4461
4462 2003-11-19 [paul]       0.9.6claws81
4463
4464         * src/compose.c
4465                 compose_redirect_write_headers_from_headerlist(): 
4466                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4467                 
4468         * src/main.c
4469                 code cleanup (inherited from 0.9.7cvs4)
4470                 
4471         * tools/tb2sylpheed
4472                 bugfix: added missing attribute-list start. submitted by
4473                 Urke MMI
4474
4475 2003-11-19 [luke]       0.9.6claws80
4476
4477         * src/textview.c
4478                 revert my last commit until I get time to fix it
4479
4480 2003-11-18 [christoph]  0.9.6claws79
4481
4482         * src/mimeview.[ch]
4483                 check parent MimeInfos for signatures and display the
4484                 result of the parent when found
4485
4486         * src/pgpmime.c
4487                 o avoid NULL pointer warnings
4488                 o use procmime_mimeinfo_get_parameter()
4489
4490         * src/sgpgme.c
4491                 small text changes
4492
4493 2003-11-17 [luke]       0.9.6claws78
4494
4495         * src/textview.c
4496                 add check for disguised URLs, fixing bug 57
4497                 "Hidden URL in HTML Mails"
4498
4499 2003-11-16 [christoph]  0.9.6claws77
4500
4501         * src/procmime.c
4502                 fix crash when parsing invalid Content-Type header
4503
4504 2003-11-16 [christoph]  0.9.6claws76
4505
4506         * src/pgpmime.c
4507         * src/privacy.c
4508         * src/procmime.c
4509         * src/sgpgme.[ch]
4510                 implement message decrypting
4511
4512         * src/rfc2015.c
4513                 remove old code
4514
4515 2003-11-14 [luke]       0.9.6claws75
4516
4517         * src/mimeview.c
4518                 fix a couple of problems that treated application/* and
4519                 application/octet-stream the wrong way around
4520                 (since 0.9.6claws10), causing "Open" to do nothing.
4521
4522 2003-11-14 [christoph]  0.9.6claws74
4523
4524         * src/messageview.c
4525         * src/pgpmime.c
4526         * src/privacy.[ch]
4527                 prepare for message part decrypting
4528
4529         * src/sgpgme.c
4530                 add output for expired signatures
4531
4532         * src/rfc2015.c
4533                 remove some old code
4534
4535 2003-11-10 [christoph]  0.9.6claws73
4536
4537         * src/mimeview.c
4538                 add "Full info" button for bad and warn signature status
4539
4540         * src/sgpgme.c
4541                 generate full signature info like gpg's output
4542                 (gpg -v --with-fingerprint --verify)
4543
4544 2003-11-10 [christoph]  0.9.6claws72
4545
4546         * src/mimeview.c
4547         * src/pgpmime.c
4548         * src/privacy.[ch]
4549         * src/sgpgme.[ch]
4550         * src/textview.[ch]
4551                 o add code to view full signature info
4552                 o do automatic signature checks
4553
4554 2003-11-10 [alfons]     0.9.6claws71
4555
4556         * src/summaryview.c
4557                 don't crash when gtkut_font_load() returns invalid font (has
4558                 something to do with locale settings)
4559                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4560
4561 2003-11-09 [alfons]     0.9.6claws70
4562
4563         * src/procmime.c
4564                 plug leak
4565
4566 2003-11-08 [luke]       0.9.6claws69
4567
4568         * src/summaryview.c
4569                 fix some typos
4570
4571         * src/compose.c
4572                 rewrite compose_attach_parts(), fixing various bugs mainly
4573                 to do with re-editing.
4574
4575         * src/mimeview.c
4576                 "save all" now only saves attachments with names/filenames
4577
4578 2003-11-04 [match]      0.9.6claws68
4579
4580         * src/ldapctrl.[ch]
4581                 fix broken LDAP support.
4582
4583         * src/ldapquery.c
4584                 remove printf's.
4585
4586 2003-11-04 [luke]       0.9.6claws67
4587
4588         * src/mimeview.c
4589                 o  fixed bug 4 "focus lost on messages with attachments"
4590                 o  fixed 'Save all' attachments for new mime changes
4591                 o  right clicking on icons consistent with right clicking on
4592                    mime tree
4593                   - fixes a bug where wrong part is saved when you
4594                     choose 'Save as' from popup menu
4595                   - fixes bug 308 "No way to "save all" attachments"
4596                 o  fixed a compiler warning.
4597
4598         * src/textview.c
4599                 o  removed flickering in mime tree when using "n" and "p"
4600                    shortcuts
4601                 o  fixed bug where selecting the textview and pressing e.g.
4602                    'y' causes sylpheed to respond twice.
4603
4604         * src/summaryview.c
4605                 removed hard coding of * and ! shortcuts (which only served
4606                 to cause problems if you tried to redefine the shortcuts)
4607
4608 2003-11-04 [luke]       0.9.6claws66
4609
4610         * src/plugins/image_viewer/viewer.c
4611         * src/plugins/image_viewer/viewerprefs.c
4612         * src/plugins/image_viewer/viewerprefs.glade
4613                 o  allow toggling of image scaling by clicking on image
4614                 o  respond to image's container widget resize
4615
4616         * src/procmime.c
4617                 o  fix bad parsing of message when re-editing/viewing a
4618                    message saved to the drafts folder
4619
4620 2003-11-02 [match]      0.9.6claws65
4621
4622         * src/browseldap.h
4623                 fix if not building LDAP support.
4624         * src/addrindex.c
4625         * src/ldapquery.[ch]
4626         * src/editldap.h
4627                 include support for contains query. feature req 529354.
4628
4629 2003-11-02 [alfons]     0.9.6claws64
4630
4631         * src/browseldap.c
4632                 fix build bustage if not compiling ldap support
4633
4634 2003-11-01 [match]      0.9.6claws63
4635
4636         * po/POTFILES.in
4637         * src/Makefile.am
4638         * src/addr_compl.[ch]
4639         * src/addrbook.c
4640         * src/addrcache.[ch]
4641         * src/addrdefs.h        ** NEW **
4642         * src/addressbook.c
4643         * src/addressitem.h
4644         * src/addrindex.[ch]
4645         * src/addritem.h
4646         * src/addrquery.[ch]
4647         * src/ldapquery.[ch]
4648         * src/ldapserver.[ch]
4649                 refactor LDAP query mechanism.
4650
4651         * src/browseldap.[ch]   ** NEW **
4652         * src/ldaplocate.[ch]   ** NEW **
4653                 add feature to browse LDAP entry that was retrieved using
4654                 an explicit LDAP search.
4655
4656 2003-11-01 [alfons]     0.9.6claws62
4657
4658         * src/prefs_gtk.c
4659                 prefs_write_param(): fail when we see an invalid type; all the
4660                 callers seem to handle this gracefully by reverting changes
4661
4662 2003-10-30 [christoph]  0.9.6claws61
4663
4664         * configure.ac
4665         * ac/openssl.m4
4666         * ac/spamassassin.m4
4667         * src/Makefile.am
4668                 use extra variables for all libraries to make sure plugins
4669                 are only linked with libraries they really need. $LIBS is always
4670                 added to the linking parameters, but we only what the libraries
4671                 listed in the Makefile
4672
4673 2003-10-29 [paul]       0.9.6claws60
4674
4675         * src/mimeview.c
4676                 don't use Subject for unknown part name
4677
4678 2003-10-29 [paul]       0.9.6claws59
4679
4680         * src/compose.c
4681                 get name of attachment(s) when re-editing, fwd'ing or
4682                 redirecting
4683                 
4684         * src/mimeview.c
4685                 get name of attachment(s) when saving
4686
4687 2003-10-29 [hoa]        0.9.6claws58
4688
4689         * src/textview.c
4690                 implemented multipart/alternative in MIME message viewer.
4691
4692 2003-10-28 [christoph]  0.9.6claws57
4693
4694         * configure.ac
4695                 make sure MathML-Viewer is not built with the
4696                 Gtk2 version of GtkMathView
4697
4698 2003-10-28 [paul]       0.9.6claws56
4699
4700         * sync with 0.9.7cvs1
4701                 see ChangeLog 2003-10-28
4702
4703 2003-10-27 [alfons]     0.9.6claws55
4704
4705         * src/matcher_parser_parse.y
4706         * src/gtk/colorlabel.c
4707                 allow setting color label to 0 in filtering/processing rules
4708                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4709
4710 2003-10-26 [alfons]     0.9.6claws54
4711
4712         * src/summary_search.c
4713                 fix misnomer and correct selecting initial search node  
4714
4715 2003-10-26 [christoph]  0.9.6claws53
4716
4717         * src/pgpmime.c
4718         * src/sgpgme.c
4719                 change display of signature info to use only name of
4720                 signer, otherwise the text gets too long.
4721
4722         * src/procmime.c
4723                 don't use MimeInfo's filename to generate tmp filename
4724
4725 2003-10-25 [christoph]  0.9.6claws52
4726
4727         * src/procmime.c
4728                 fix message body searching
4729
4730 2003-10-25 [paul]       0.9.6claws51
4731
4732         * src/compose.c
4733                 use g_basename rather than basename
4734
4735 2003-10-24 [christoph]  0.9.6claws50
4736
4737         * src/sgpgme.c
4738                 change fetching of signature key's trust
4739
4740 2003-10-24 [paul]       0.9.6claws49
4741
4742         * po/sk.po
4743                 update Slovak translation
4744                 submitted by Andrej Kacian
4745                 
4746         * src/mainwindow.c
4747                 remove unknown menu entry /File/Add mailbox/mbox...
4748
4749 2003-10-24 [hoa]        0.9.6claws48
4750
4751         * src/Makefile.am
4752                 removed all references to mbox folders
4753
4754         * src/carray.[ch]               * REMOVED *
4755         * src/chash.[ch]                * REMOVED *
4756         * src/maillock.[ch]             * REMOVED *
4757         * src/mailmbox.[ch]             * REMOVED *
4758         * src/mailmbox_folder.[ch]      * REMOVED *
4759         * src/mailmbox_parse.[ch]       * REMOVED *
4760         * src/mailmbox_types.[ch]       * REMOVED *
4761         * src/mbox_folder.[ch]          * REMOVED *
4762                 remove implementation of mbox folders
4763                 and old mailbox folder.
4764                 mbox folder implementation will be added
4765                 as a plugin so that implementation can be entirely
4766                 synchronized with the files of the project they are
4767                 extracted from (libEtPan!).
4768         
4769         * src/mainwindow.c
4770         * src/folder.c
4771         * src/folderview.[ch]
4772         * src/procmsg.h         
4773                 Disable as much code that references mbox folders
4774                 as possible.
4775                 Some UI thing still need to know that folder is mbox
4776                 (when we have to enter the name of the mailbox and
4777                 we want to add /var/mail/$USER).
4778
4779 2003-10-23 [christoph]  0.9.6claws47
4780
4781         * src/noticeview.c
4782                 don't always display button when noticeview is made visible
4783
4784         * src/mimeview.c
4785         * src/pgpmime.c
4786         * src/privacy.[ch]
4787         * src/sgpgme.[ch]
4788                 get signature information from crypto system
4789
4790 2003-10-22 [paul]       0.9.6claws46
4791
4792         * po/es.po
4793                 updated by Ricardo Mones Lastra
4794
4795 2003-10-22 [paul]       0.9.6claws45
4796
4797         * src/Makefile.am
4798                 update to reflect the changes to the icons that
4799                 happened in 0.9.6claws35
4800
4801 2003-10-22 [alfons]     0.9.6claws44
4802         
4803         * src/carray.h
4804                 inline carray_count() 
4805
4806 2003-10-21 [alfons]     0.9.6claws43
4807
4808         * src/carray.h
4809                 glib wrappers
4810         * src/carray.c
4811                 disable
4812         * src/mailmbox.[ch]
4813         * src/mailmbox_folder.c
4814         * src/mailmbox_parse.c
4815         * src/mailmbox_types.[ch]
4816                 %s/uint32_t/guint
4817
4818 2003-10-21 [luke]       0.9.6claws42
4819
4820         * src/stock_pixmaps.[ch]
4821         * src/mimeview.c
4822         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4823         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4824                 o remove mime_application_octet_stream.xpm icon (it was never
4825                   really needed)
4826                 o remove redundant icon messageview_text.xpm
4827
4828         * src/mainwindow.c
4829                 fix visibility of signature noticeview when toggling 'separate
4830                 message view'
4831
4832 2003-10-21 [christoph]  0.9.6claws41
4833
4834         * src/procmime.c
4835                 decode multipart and rfc822 mime parts to allow further
4836                 parsing when required
4837
4838 2003-10-21 [christoph]  0.9.6claws40
4839
4840         * src/procmime.[ch]
4841         * src/textview.c
4842                 remove obsolete charset parameter in MimeInfo and fix
4843                 TextView to use the charset from the parameter hash table
4844
4845         * src/plugins/dillo_viewer/Makefile.am
4846         * src/plugins/trayicon/Makefile.am
4847                 add OPENSSL_CFLAGS to fix building with using
4848                 --with-openssl-* parameters
4849
4850 2003-10-21 [paul]       0.9.6claws39
4851
4852         * src/prefs_matcher.[ch]
4853                 replace remnants of the old, renamed 'Execute' matchtype
4854                 add a brief description to the Info window
4855
4856 2003-10-21 [hoa]        0.9.6claws38
4857         
4858         * src/Makefile.am
4859         * src/carray.[ch]               * NEW *
4860         * src/chash.[ch]                * NEW *
4861         * src/folder.c
4862         * src/maillock.[ch]             * NEW *
4863         * src/mailmbox.[ch]             * NEW *
4864         * src/mailmbox_folder.[ch]      * NEW *
4865         * src/mailmbox_parse.[ch]       * NEW *
4866         * src/mailmbox_types.[ch]       * NEW *
4867                 implementation of mbox folder with unique message numbers
4868
4869                 made use of libEtPan! implementation of mbox for lower-layer.
4870
4871 2003-10-20 [alfons]     0.9.6claws37
4872
4873         * src/noticeview.c
4874                 fix invalid argument warning
4875         * src/pgpmime.c
4876                 no in place variable
4877
4878 2003-10-20 [paul]       0.9.6claws36
4879
4880         * src/compose.[ch]
4881           src/filtering.c
4882           src/messageview.c
4883                 fix crash when using Forward in Filtering when
4884                 external editor option is set
4885                 
4886                 Patch submitted by Simon 'corecode' Schubert
4887                 <corecode@corecode.ath.cx> 
4888
4889 2003-10-20 [paul]       0.9.6claws35
4890
4891         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4892           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4893           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4894           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4895           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4896           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4897           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4898           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4899           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4900           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4901           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4902           src/mimeview.c
4903           src/stock_pixmap.[ch]
4904                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4905                 icons. add privacy_warn.xpm icon
4906
4907 2003-10-20 [hoa]  0.9.6claws34
4908
4909         * src/folder_item_prefs.[ch]
4910         * src/prefs_folder_item.c
4911         * src/main.c
4912                 Added a property per folder to choose whether we 
4913                 want to apply processing on it on startup or if we
4914                 prefer to wait the folder selection to apply it.
4915         
4916         * src/messageview.c
4917                 fixed C89 compatibility (for old compilers, for
4918                 example gcc 2.95.x).
4919
4920 2003-10-17 [christoph]  0.9.6claws33
4921
4922         * src/mimeview.c
4923         * src/noticeview.[ch]
4924                 change noticeview icon to indicate signature status
4925
4926 2003-10-17 [christoph]  0.9.6claws32
4927
4928         * src/Makefile.am
4929         * src/main.c
4930         * src/mimeview.c
4931         * src/noticeview.c
4932         * src/pgpmime.[ch]                              ** NEW **
4933         * src/privacy.[ch]
4934         * src/rfc2015.c
4935         * src/sgpgme.c                                  ** NEW **
4936                 reimplement PGP/Mime signature checking (unfinished)
4937
4938 2003-10-15 [christoph]  0.9.6claws31
4939
4940         * src/procmime.[ch]
4941                 fix procmime_get_text_content() and
4942                 procmime_get_first_text_content()
4943
4944 2003-10-15 [christoph]  0.9.6claws30
4945
4946         * src/plugins/spamassassin/spamassassin_gtk.c
4947         * src/plugins/spamassassin/spamassassin_gtk.glade
4948                 fix timeout tooltip
4949
4950 2003-10-15 [paul]       0.9.6claws29
4951
4952         * src/messageview.c
4953                 workaround for buggy smtp servers. on sending a
4954                 return receipt strip the name part from the address
4955                 when creating headers
4956                 
4957 2003-10-15 [paul]       0.9.6claws28
4958
4959         * sync with 0.9.7 release
4960                 see ChangeLog 2003-10-15
4961
4962 2003-10-14 [christoph]  0.9.6claws27
4963
4964         * src/plugins/clamav/clamav_plugin.c
4965                 fix clamav plugin
4966
4967 2003-10-14 [christoph]  0.9.6claws26
4968
4969         * src/compose.c
4970         * src/mimeview.c
4971         * src/procmime.[ch]
4972         * src/rfc2015.c
4973         * src/textview.c
4974         * src/plugins/clamav/clamav_plugin.c
4975                 use GNode to create the mime tree (some changes to functions
4976                 that traverse the tree are just quick and dirty. Maybe we
4977                 can find better solutions with g_node_*-functions)
4978
4979 2003-10-14 [luke]       0.9.6claws25
4980
4981         * src/mimeview.c
4982                 fix a navigation bug (stupid typo of mine)
4983
4984 2003-10-14 [christoph]  0.9.6claws24
4985
4986         * src/textview.c
4987                 fix missing last line in plain/text mails
4988
4989 2003-10-13 [luke]       0.9.6claws23
4990
4991         * src/summaryview.c
4992                 fix bug 334 (part 1)
4993
4994 2003-10-13 [kov]        0.9.6claws22
4995
4996         * src/mimeview.c
4997                 error checking when the user enters a non-directory at
4998                 the file selection dialog.
4999                 work-around for users entering directory location without
5000                 adding a leading G_DIR_SEPARATOR.
5001
5002 2003-10-13 [luke]       0.9.6claws21
5003
5004         * src/compose.c
5005                 error reporting for inserting files, including catching
5006                 invalid characters for current locale/encoding
5007
5008 2003-10-13 [paul]       0.9.6claws20
5009
5010         * src/folderview.c
5011                 fix bug #347 'subscribe newsgroups crashes'
5012
5013 2003-10-13 [paul]       0.9.6claws19
5014
5015         * src/compose.c
5016                 when using 'Reply to all' include the 'send replies
5017                 to' folder property
5018                 
5019         * po/ja.po
5020                 update Japanese translation. submitted by Rui Hirokawa 
5021                 <rui_hirokawa@ybb.ne.jp>        
5022
5023 2003-10-13 [hoa]        0.9.6claws18
5024
5025         * src/account.c
5026         * src/compose.c
5027         * src/messageview.c
5028         * src/procheader.c
5029         * src/procheader.h
5030                 rename get_header_from_msginfo() into
5031                 procheader_get_header_from_msginfo() so that we have a
5032                 coherent exported naming.
5033                 avoid parsing of header contained in a string via
5034                 a newly written temporary file.
5035
5036         Patch submitted by Simon 'corecode' Schubert
5037                 <corecode@corecode.ath.cx>
5038
5039 2003-10-12 [hoa]        0.9.6claws17
5040
5041         * src/filtering.c
5042         * src/filtering.h
5043         * src/matcher.c
5044         * src/matcher.h
5045         * src/matcher_parser_parse.y
5046         * src/prefs_filtering_action.c
5047                 added "stop" action : stop applying the filtering rules.
5048                 added "set score" and "increase/decrease score" actions.
5049                 That two last action replace the "change_score" action
5050                 introduced by alfons in 0.8.8claws85.
5051                 "set score" is to set a given score to the message.
5052                 "increase/decrease score" will increase or decrease the
5053                 score if the given value is respectively positive or
5054                 negative. If someone find a some better name for this last
5055                 rule, it can be modified.
5056
5057 2003-10-12 [paul]       0.9.6claws16
5058
5059         * AUTHORS
5060           po/ja.po
5061                 update Japanese translation. submitted by Rui Hirokawa 
5062                 <rui_hirokawa@ybb.ne.jp>
5063
5064 2003-10-12 [christoph]  0.9.6claws15
5065
5066         * src/procmime.c
5067                 fix crash caused by incorrect headers
5068
5069 2003-10-10 [christoph]  0.9.6claws14
5070
5071         * src/main.c
5072         * src/privacy.[ch]
5073         * src/rfc2015.[ch]
5074                 implement detection of signed message parts for rfc2015
5075
5076 2003-10-10 [thorsten]   0.9.6claws13
5077
5078         * src/mimeview.c
5079                 fix typo
5080
5081 2003-10-10 [christoph]  0.9.6claws12
5082
5083         * src/stock_pixmap.[ch]
5084         * src/pixmaps/mime_message.xpm                  ** NEW **
5085                 add a new icon for mime type "message"
5086
5087         * src/privacy.[ch]
5088         * src/procmime.[ch]
5089                 add crypto api
5090
5091         * src/mimeview.c
5092                 o use crypto api
5093                 o add icons for message type mime parts
5094
5095 2003-10-10 [christoph]  0.9.6claws11
5096
5097         * src/mainwindow.c
5098         * src/messageview.[ch]
5099         * src/mimeview.[ch]
5100         * src/procmime.[ch]
5101         * src/procmsg.[ch]
5102         * src/rfc2015.c
5103         * src/summaryview.c
5104         * src/textview.[ch]
5105                 o remove switching between TextView and MimeView in MessageView
5106                   (if required we can hide the icon box and the MimeView will
5107                    look exaxtly like the TextView)
5108                 o temporary remove signature and decrypting GPGME code
5109
5110 2003-10-09 [christoph]  0.9.6claws10
5111
5112         * src/action.c
5113         * src/compose.c
5114         * src/messageview.c
5115         * src/mimeview.c
5116         * src/procmime.[ch]
5117         * src/procmsg.c
5118         * src/rfc2015.c
5119         * src/textview.c
5120         * src/common/utils.[ch]
5121         * src/plugins/clamav/clamav_plugin.c
5122         * src/plugins/dillo_viewer/dillo_viewer.c
5123         * src/plugins/image_viewer/viewer.c
5124         * src/plugins/mathml_viewer/mathml_viewer.c
5125                 new mime parser (several things need fixing)
5126
5127 2003-10-09 [paul]       0.9.6claws9
5128
5129         * src/imap.c
5130                 a little more sync with 0.9.6cvs2 and a tidy up
5131
5132 2003-10-08 [paul]       0.9.6claws8
5133
5134         * sync with 0.9.6cvs2
5135                 see ChangeLog 2003-10-03
5136
5137 2003-10-05 [christoph]  0.9.6claws7
5138
5139         * src/summaryview.c
5140                 don't use flags to check if a message is in a news folder
5141
5142         (closes Bug 282 clicking on folder with copied Messages from News
5143          immediately after having copied them crashes Sylpheed-Claws)
5144
5145 2003-10-05 [christoph]  0.9.6claws6
5146
5147         * src/Makefile.am
5148         * src/progressdialog.[ch]               ** REMOVE **
5149         * src/gtk/Makefile.am
5150         * src/gtk/progressdialog.[ch]           ** NEW **
5151                 move progressdialog to gtk directory
5152
5153 2003-10-04 [christoph]  0.9.6claws5
5154
5155         * src/prefs_toolbar.c
5156         * src/gtk/prefswindow.c
5157                 remove widget_show_all for pages root widget
5158
5159         * src/plugins/spamassassin/spamassassin.[ch]
5160         * src/plugins/spamassassin/spamassassin_gtk.c
5161         * src/plugins/spamassassin/spamassassin_gtk.glade
5162                 add support for new libspamc transports
5163
5164 2003-10-04 [christoph]  0.9.6claws4
5165
5166         * src/plugins/spamassassin/libspamc.[ch]
5167         * src/plugins/spamassassin/spamassassin.c
5168         * src/plugins/spamassassin/utils.[ch]
5169                 update libspamc to version from SpamAssassin 2.60
5170
5171 2003-10-03 [christoph]  0.9.6claws3
5172
5173         * src/send_message.c
5174                 fix missing format string bug found by
5175                 Georgi Guninski <guninski@guninski.com>
5176
5177 2003-10-03 [paul]       0.9.6claws2
5178
5179         * po/zh_CN.po
5180                 update Simpilified Chinese translation, submitted by
5181                 Hansom Young
5182
5183 2003-10-02 [christoph]  0.9.6claws1
5184
5185         * src/imap.c
5186                 add UIDPLUS support for COPY and EXPUNGE
5187
5188 2003-10-02 [paul]       0.9.6claws
5189
5190         * 0.9.6claws released
5191
5192 2003-10-02 [paul]
5193
5194         * po/es.po
5195           po/sk.po
5196                 update Spanish and Slovak translations
5197                 submitted by Ricardo Mones Lastra and Andrej Kacian
5198  
5199 2003-10-02 [paul]       0.9.5claws43
5200
5201         * po/en_GB.po
5202                 update British English translation
5203
5204 2003-10-02 [paul]       0.9.5claws42
5205
5206         * po/hr.po
5207                 update Croatian translation, submitted by Dragan
5208
5209 2003-10-01 [paul]       0.9.5claws41
5210
5211         * po/pl.po
5212           po/sr.po
5213                 update Polish and Serbian translations, submitted by
5214                 Emil and Urke MMI
5215
5216 2003-10-01 [melvin]     0.9.5claws40
5217
5218         * po/fr.po
5219                 Updated French translations
5220
5221 2003-10-01 [melvin]     0.9.5claws39
5222
5223         * src/prefs_fonts.c
5224                 Fixed a Gtk warning
5225
5226         * src/plugins/dillo_prefs.c     
5227                 Quasi unnoticeable UI clean-up.
5228
5229 2003-10-01 [paul]
5230
5231         * tools/README
5232           tools/maildir2sylpheed.pl
5233                 bug fixes, rewrites, submitted by Matthias Förste 
5234                 <itsjustme@users.sourceforge.net>
5235
5236 2003-09-29 [paul]       0.9.5claws38
5237
5238         * src/inc.c
5239                 fix my coding carelessness
5240
5241 2003-09-29 [paul]       0.9.5claws37
5242
5243         * po/POTFILES.in
5244           src/Makefile.am
5245           src/main.c
5246           src/prefs_common.[ch]
5247           src/prefs_fonts.[ch]  ** NEW FILES **
5248                 move Font config options to Other Prefs/Display/Fonts
5249                 (user's current configuration is preserved)
5250
5251 2003-09-29 [paul]       0.9.5claws36
5252
5253         * src/inc.c
5254           src/prefs_account.c
5255                 allow 'local_mbox' value to point to either a directory 
5256                 (/var/mail -  default, new) or a file (/var/mail/username
5257                 - original)
5258
5259 2003-09-28 [paul]       0.9.5claws35
5260
5261         * src/rfc2015.c
5262                 on signature check, where key exists, print the
5263                 Key ID
5264
5265 2003-09-27 [alfons]     0.9.5claws34
5266
5267         * src/action.c
5268                 o make progress bar not fill/expand when resizing dialog
5269                 o use default fixed text font for actions output
5270
5271 2003-09-27 [paul]       0.9.5claws33
5272
5273         * src/prefs_common.[ch]
5274           src/procmsg.c
5275           src/send_message.c
5276                 remove External Program settings from Common Prefs/Send
5277                 as they are now unnecessary due to Local account settings.
5278                 plus a little tidying-up after 0.9.5claws31
5279
5280 2003-09-27 [paul]       0.9.5claws32
5281
5282         * src/prefs_account.c
5283                 o make correction to gui text:
5284                   'Local mailbox file' -> 'Local mailbox directory'
5285                 o give 'local_mbox' option a reasonable default value:
5286                   '/var/mail'
5287                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5288                   value
5289
5290 2003-09-26 [paul]       0.9.5claws31
5291
5292         * src/inc.c
5293           src/prefs_common.[ch]
5294                 remove 'Incorporate from spool' common pref,
5295                 force creation of a 'Local' account
5296
5297 2003-09-26 [christoph]  0.9.5claws30
5298
5299         * src/folder.c
5300         * src/msgcache.c
5301                 add more NULL pointer checks
5302
5303 2003-09-25 [christoph]  0.9.5claws29
5304
5305         * src/folder.c
5306                 o don't fetch source message to get it's message id
5307                 o immediately scan dest folder when copying a message did not
5308                   return a new message number and not do it when the first message
5309                   without a new message number is found
5310
5311 2003-09-23 [christoph]  0.9.5claws28
5312
5313         * src/compose.c
5314                 fix generating of headers
5315
5316         (patch by David Relson <relson@osagesoftware.com>)
5317
5318 2003-09-23 [paul]       0.9.5claws27
5319
5320         * po/zh_CN.po
5321                 update Simplified Chinese translation. submitted by
5322                 Hansom Young
5323
5324 2003-09-23 [paul]       0.9.5claws26
5325
5326         * tools/Makefile.am
5327           tools/README
5328           tools/vcard2xml.py    ** NEW FILE **
5329                 add a script that converts an evolution vcard to
5330                 sylpheed's xml format
5331                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5332
5333 2003-09-22 [paul]       0.9.5claws25
5334
5335         * src/plugins/clamav/clamav_plugin.c
5336                 don't skip MULTIPART parts
5337
5338 2003-09-21 [christoph]  0.9.5claws24
5339
5340         * src/alertpanel.c
5341                 remove unneeded include
5342
5343         * src/folder.c
5344                 clean up copy/move mess with duplicated code
5345
5346         * src/imap.c
5347                 fix problem that sometimes the folder was not scanned
5348                 also it was changed
5349
5350 2003-09-21 [christoph]  0.9.5claws23
5351
5352         * src/Makefile.am
5353         * src/logwindow.[ch]                    ** REMOVE **
5354         * src/mainwindow.c
5355         * src/prefs_common.c
5356         * src/gtk/Makefile.am
5357         * src/gtk/logwindow.[ch]                ** ADD **
5358                 make logwindow prefs_common independent and move
5359                 it to gtk directory
5360
5361 2003-09-20 [christoph]  0.9.5claws22
5362
5363         * src/compose.c
5364                 add extra space for address code conversion
5365                 (4 * unconvered size could be too small for short headers)
5366
5367 2003-09-20 [christoph]  0.9.5claws21
5368
5369         * src/compose.c
5370                 increase temp buffer size when writing headers
5371
5372 2003-09-19 [darko]      0.9.5claws20
5373
5374         * src/compose.c
5375                 don't ignore value of 'Save copy of outgoing messages to
5376                 this folder instead of Sent' in message redirect
5377
5378 2003-09-17 [christoph]  0.9.5claws19
5379
5380         * src/compose.c
5381                 use ", " as address seperator for mail headers and pass whole
5382                 header line at once to compose_convert_header to make sure
5383                 it is correctly folded
5384
5385         (closes Bug 64 Problem when sending to many recipients)
5386
5387 2003-09-17 [hoa]        0.9.5claws18
5388         
5389         * src/matcher.[ch]
5390           src/matcher_parser_parse.y
5391           src/prefs_matcher.c
5392                 changed the keyword used for command execution in condition
5393                 keyword is changed from "execute" to "test"
5394                 so that it is not the same as the one used for action.
5395                 This will fix a bug when using filtering dialog.
5396                 All semantic in the code is also changed to reflect
5397                 the keyword change.
5398
5399 2003-09-17 [paul]
5400         
5401         * sync with 0.9.6 release
5402
5403 2003-09-17 [paul]       0.9.5claws17
5404
5405         * sync with 0.9.5cvs8
5406                 see ChangeLog 2003-09-16 and 2003-09-17
5407
5408 2003-09-16 [paul]       0.9.5claws16
5409
5410         * sync with 0.9.5cvs6
5411                 see ChangeLog 2003-09-16
5412
5413 2003-09-15 [paul]       0.9.5claws15
5414
5415         * sync with 0.9.5cvs5
5416                 see ChangeLog 2003-09-15
5417
5418 2003-09-14 [alfons]     0.9.5claws14
5419
5420         * src/inc.c
5421                 make "Go to inbox after receiving new mail" again;
5422                 regression of a sync, restored to sylpheed main 
5423                 behaviour. (misses still some bits)
5424
5425 2003-09-14 [alfons]     0.9.5claws13
5426
5427         * src/prefs_filtering_action.c
5428                 o add proper message if empty execute command line
5429                 o don't select first action item after registering a
5430                   new action to prevent (what seems to be a GTK) bug
5431                   #36, "filtering will only accept one action change 
5432                   per invocation".
5433
5434 2003-09-14 [alfons]     0.9.5claws12
5435
5436         * src/prefs_filtering.c
5437         * src/prefs_filtering_action.c
5438         * src/prefs_matcher.c
5439                 fix function signature for key_pressed_event signal handlers
5440
5441 2003-09-14 [alfons]     0.9.5claws11
5442
5443         * src/mainwindow.c
5444                 fix regression caused by fix for invalid bug #7
5445                 (should fix #246, "Multiple selections are deselected when 
5446                 moving from search window to main window")
5447                 
5448 2003-09-14 [alfons]     0.9.5claws10
5449         
5450         * src/actions.[ch]
5451         * src/filtering.[ch]
5452         * src/prefs_actions.c
5453                 allow `filtering actions` in actions; only for advanced users
5454                 right now: try for example, "%as{mark color 2}" 
5455         
5456 2003-09-13 [paul]       0.9.5claws9
5457         
5458         * po/pl.po
5459           po/zh_CN.po   ** NEW FILE **
5460                 update Polish translation, submitted by Emil 
5461                 <eminowbl@posejdon.wpk.p.lodz.pl>
5462                 add new Simplified Chinese translation, submitted by
5463                 Hansom Young <hansom_young@yahoo.com>
5464
5465 2003-09-12 [alfons]     0.9.5claws8
5466
5467         * src/summaryview.c
5468                 don't open separate message views when View | Separate message view
5469                 is active 
5470                 (please look carefully for any navigation regressions)
5471
5472 2003-09-11 [alfons]     0.9.5claws7
5473
5474         * src/mainwindow.c
5475                 make default message view, opened by View | Separate message 
5476                 view, look like a claws message view (which includes a menu
5477                 bar and a toolbar)
5478                 (fixes bug #298, "message view loses tool bar") 
5479
5480 2003-09-11 [christoph]  0.9.5claws6
5481
5482         * src/folderview.c
5483                 fix double deleting of newsgroup folders
5484
5485         (closes Bug 305 crash after deleting of a newsgroup)
5486
5487 2003-09-11 [paul]       0.9.5claws5
5488
5489         * src/rfc2015.c
5490           src/common/utils.h
5491                 more sync'ing from 0.9.5cvs2
5492
5493 2003-09-11 [christoph]  0.9.5claws4
5494
5495         * src/compose.c
5496         * src/rfc2015.c
5497         * src/common/utils.h
5498                 fix sync with 0.9.5cvs2
5499
5500 2003-09-11 [paul]       0.9.5claws3
5501
5502         * sync with 0.9.5cvs4
5503                 see ChangeLog 2003-09-11
5504
5505 2003-09-11 [paul]       0.9.5claws2
5506
5507         * sync with 0.9.5cvs2
5508                 see ChangeLog 2003-09-05
5509                 
5510 2003-09-11 [paul]       0.9.5claws1
5511
5512         * sync with 0.9.5cvs3
5513                 see ChangeLog 2003-09-10
5514
5515 2003-09-10 [paul]       0.9.5claws
5516
5517         * 0.9.5claws released
5518
5519 2003-09-10 [paul]       0.9.4claws78
5520
5521         * src/Makefile.am
5522                 add missing files
5523
5524 2003-09-10 [melvin]     0.9.4claws77
5525
5526         * po/fr.po
5527                 Updated French translations
5528
5529 2003-09-10 [paul]       0.9.4claws76
5530
5531         * po/es.po
5532           po/sk.po
5533           po/sr.po
5534                 update Spanish, Slovak, and Serbian translations.
5535                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5536                 and Urke MMI
5537                 
5538         * AUTHORS
5539                 add translation team section
5540
5541 2003-09-09 [christoph]  0.9.4claws75
5542
5543         * src/folder.c
5544                 free item->prefs in folder_item_destroy
5545
5546 2003-09-09 [alfons]     0.9.4claws74
5547
5548         * src/folderview.c
5549                 o proper check for root node sorting
5550                 o remove unnecessary gtk_ctree_remove_node 
5551
5552         (should fix bug #300, "crash while moving folder")      
5553
5554 2003-09-08 [christoph]  0.9.4claws73
5555
5556         * src/folderview.c
5557                 o fix double adding of IMAP FolderItems to GtkCTree
5558                 o fix crash then mbox folder is removed
5559
5560 2003-09-08 [christoph]  0.9.4claws72
5561
5562         * src/folder.c
5563         * src/folderview.c
5564         * src/mainwindow.c
5565                 fix new folder notification
5566
5567         * src/mbox_folder.c
5568                 fix cache path
5569
5570 2003-09-08 [christoph]  0.9.4claws71
5571
5572         * src/compose.c
5573                 replace '\n' and '\r' before removing trailing spaces
5574
5575         * src/folder.[ch]
5576         * src/folderview.c
5577                 add information about new or removed items in folder tree change
5578                 notification and use this in folderview to add and remove only
5579                 the appected items and not refresh the whole tree
5580
5581 2003-09-07 [match]      0.9.4claws70
5582
5583         * src/Makefile.am
5584         * src/addr_compl.c
5585         * src/addressbook.c
5586         * src/addressitem.h
5587         * src/addrindex.c
5588         * src/addritem.c
5589         * src/addritem.h
5590         * src/addrquery.c                       ** NEW **
5591         * src/addrquery.h
5592         * src/ldapquery.c
5593         * src/ldapserver.c
5594         * src/stock_pixmap.c
5595         * src/stock_pixmap.h
5596         * src/pixmaps/address_search.xpm        ** NEW **
5597                 re-introduce Lookup button for LDAP 'static' searches.
5598
5599 2003-09-07 [alfons]     0.9.4claws69
5600         
5601         * src/summaryview.c
5602                 abandon setting usize for messageview because it gives layout problems
5603                 with the quick search bar and the headerview; fixes assorted UI glitches:
5604                 
5605                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5606                 o bug #280, "Window resiizes for line length but does not revert"
5607
5608 2003-09-07 [christoph]  0.9.4claws68
5609
5610         * src/compose.c
5611                 o make sure we don't have any newlines in header values
5612                 o check custom headers for spaces and newlines and ignore
5613                   malformed header names
5614
5615 2003-09-06 [christoph]  0.9.4claws67
5616
5617         * src/folder.c
5618         * src/folderview.c
5619                 invoke notification hook for folder tree changes after append
5620                 and remove folder
5621
5622         (closes Bug 294 Crash while moving folder with many subdirectories)
5623
5624 2003-09-06 [christoph]  0.9.4claws66
5625
5626         * src/folder.c
5627                 destroy folder's MsgCache if FolderItem is removed to make sure
5628                 it is not saved when the FolderItem is destroyed
5629
5630 2003-09-06 [christoph]  0.9.4claws65
5631
5632         * src/plugins/clamav/clamav_plugin.c
5633                 fix copy & paste bug
5634
5635 2003-09-05 [christoph]  0.9.4claws64
5636
5637         * src/folder.c
5638         * src/messageview.[ch]
5639         * src/procmsg.[ch]
5640         * src/summaryview.c
5641                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5642                 by MessageView to clear it when the message is deleted. Should
5643                 work even if messages are deleted in MainWindow or by
5644                 processing.
5645
5646 2003-09-05 [alfons]     0.9.4claws63
5647
5648         * src/messageview.c
5649                 deleting a message in a message view frees its msginfo, make 
5650                 messageview_update_all() aware of that (should fix bug #293,
5651                 "deleting message caused crash")
5652
5653 2003-09-05 [melvin]     0.9.4claws62
5654
5655         * src/action.c
5656                 Improve synchronous action exit code (fixes 
5657                 a ~5 seconds delay after action exit on RedHat 9)
5658
5659 2003-09-04 [christoph]  0.9.4claws61
5660
5661         * src/compose.c
5662         * src/rfc2015.c
5663         * src/common/utils.[ch]
5664                 add util function to create mime boundary and use it
5665                 in compose and gpg code
5666
5667 2003-09-04 [alfons]     0.9.4claws60
5668
5669         * src/folder.c
5670                 source folder item's GNode should already have been freed in 
5671                 a previous call to src->folder->klass->remove_folder()
5672                 (should fix bug #287, "crash when moving folders")
5673
5674 2003-09-03 [thorsten]   0.9.4claws59
5675
5676         * src/plugins/spamassassin/spamassassin_gtk.c
5677                 fix compile error
5678
5679 2003-09-03 [christoph]  0.9.4claws58
5680
5681         * src/plugins/spamassassin/spamassassin.[ch]
5682         * src/plugins/spamassassin/spamassassin_gtk.c
5683                 add timeout config option
5684
5685 2003-09-03 [paul]       0.9.4claws57
5686
5687         * po/sk.po      ** NEW FILE **
5688                 add Slovak translation. Submitted by Andrej Kacian 
5689                 <andrej@kacian.sk>
5690
5691 2003-09-03 [paul]       0.9.4claws56
5692
5693         * src/plugins/clamav/clamav_plugin_gtk.c
5694                 gui tweaks: replace a label with a tooltip, modify the
5695                 text, use gtk_check_button_new(); instead of
5696                 gtk_check_button_new_with_label("");
5697
5698 2003-09-02 [alfons]     0.9.4claws55
5699
5700         * src/gtk/filesel.c
5701                 remember last used dir when attaching multiple files (should fix
5702                 bug #290, "Attach File does not remember directory")
5703
5704 2003-09-01 [paul]       0.9.4claws54
5705
5706         * po/es.po
5707                 updated by Ricardo Mones Lastra
5708
5709 2003-09-01 [alfons]     0.9.4claws53
5710
5711         * src/gtk/gtkaspell.[ch]
5712                 be pedantic and strict and use const gchar * instead of guchar *
5713
5714 2003-09-01 [alfons]     0.9.4claws52
5715
5716         * src/mainwindow.c
5717         * src/summaryviewc.
5718                 re-enable Save As when multiple messages are selected
5719
5720 2003-09-01 [paul]       0.9.4claws51
5721
5722         * src/textview.c
5723                 g_free(trimmed_uri);
5724
5725 2003-09-01 [paul]       0.9.4claws50
5726
5727         * sync with 0.9.4cvs13
5728                 see ChangeLog 2003-09-01
5729
5730 2003-09-01 [paul]       0.9.4claws49
5731
5732         * src/textview.c
5733                 trim uri before sending to the statusbar
5734                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5735                 in the message window causes main S-C window to enlarge 
5736                 past screen edges'
5737
5738 2003-09-01 [paul]       0.9.4claws48
5739
5740         * sync with 0.9.4cvs12
5741                 see ChangeLog 2003-09-01
5742
5743 2003-08-30 [christoph]  0.9.4claws47
5744
5745         * src/compose.c
5746         * src/folder_item_prefs.[ch]
5747         * src/prefs_folder_item.c
5748         * src/gtk/gtkaspell.[ch]
5749                 commit per folder dictionary patch by
5750                 Paul Evans <nerd@freeuk.com>
5751
5752 2003-08-30 [christoph]  0.9.4claws46
5753
5754         * src/plugins/spamassassin/spamassassin_gtk.c
5755         * src/plugins/spamassassin/spamassassin_gtk.glade
5756                 reduce GUI clutter by placing hints into tooltips
5757
5758 2003-08-30 [paul]       0.9.4claws45
5759
5760         * src/compose.c
5761                 add 'Content-Disposition: inline' to a text/plain
5762                 part when using PGP/MIME signing
5763
5764 2003-08-30 [paul]       0.9.4claws44
5765
5766         * src/prefs_common.c
5767           src/prefs_spelling.c
5768           src/prefs_spelling.glade
5769                 reduce GUI clutter by placing hints into tooltips
5770
5771 2003-08-29 [christoph]  0.9.4claws43
5772
5773         * configure.ac
5774                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5775
5776         * src/stock_pixmap.c
5777                 change unecessary warning into a debug message
5778
5779         * src/plugins/clamav/Makefile.am
5780                 Fix error "-I$(CLAMAV_LIBS)"
5781
5782 2003-08-29 [christoph]  0.9.4claws42
5783
5784         * intl/Makefile.in
5785         * src/Makefile.am
5786         * src/matcher.h
5787         * src/common/Makefile.am
5788         * src/common/passcrypt.c
5789                 commit fixes and patches for some of the IRIX problems found by
5790                 Ivan Rayner <ivanr@sgi.com>
5791
5792 2003-08-29 [paul]       0.9.4claws41
5793
5794         * src/prefs_filtering.c
5795                 add 'Top' and 'Bottom' buttons, based on changes in
5796                 src/prefs_filter.c in 0.9.4cvs11.
5797
5798 2003-08-27 [christoph]  0.9.4claws40
5799
5800         * src/folderview.c
5801                 fix bug that the current summary settings were copied to the
5802                 wrong folder item, when the folder item prefs are opened.
5803                 Copying is not required because summary settings and
5804                 folder_item_prefs do not contain the same settings
5805
5806 2003-08-27 [thorsten]   0.9.4claws39
5807
5808         * src/imap.c
5809                 fix compile error
5810
5811 2003-08-26 [paul]       0.9.4claws38
5812
5813         * sync with 0.9.4cvs9
5814                 see ChangeLog 2003-08-26
5815
5816 2003-08-25 [paul]       0.9.4claws37
5817
5818         * sync with 0.9.4cvs8
5819                 see ChangeLog 2003-08-25
5820
5821 2003-08-24 [christoph]  0.9.4claws36
5822
5823         * src/prefs_filtering.c
5824                 shouldn't remove items from a GSList while iterating over the
5825                 list (makes cur invalid and cur->next not accessable)
5826
5827         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5828          crashed)
5829
5830 2003-08-23 [christoph]  0.9.4claws35
5831
5832         * src/news.c
5833                 news folders should be scanned when opened
5834
5835 2003-08-22 [christoph]  0.9.4claws34
5836
5837         * src/prefs_folder_item.c
5838                 use macro to assign strings that always frees the old string
5839
5840         * src/gtk/gtkaspell.[ch]
5841                 add gtkaspell_set_dictionary_menu_active_item() to set active
5842                 item in dictionary option menu
5843
5844         * src/prefs_spelling.c
5845                 use gtkaspell_set_dictionary_menu_active_item() to select
5846                 dictionary
5847
5848 2003-08-21 [christoph]  0.9.4claws33
5849
5850         * src/folder.[ch]
5851         * src/imap.c
5852         * src/mbox_folder.c
5853         * src/mh.c
5854         * src/news.c
5855                 optimize folder system
5856
5857         * src/gtk/gtkstext.c
5858                 fix division by zero when font has 0 width for ' '
5859
5860 2003-08-21 [paul]       0.9.4claws32
5861
5862         * sync with 0.9.4cvs7
5863                 see ChangeLog 2003-08-20
5864
5865 2003-08-19 [paul]       0.9.4claws31
5866
5867         * src/common/defs.h
5868                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5869                 SYLDOC_FAQ_HTML_INDEX.
5870         * src/manual.c
5871                 use LC_MESSAGES instead of LC_ALL to find the current
5872                 language
5873
5874           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5875
5876 2003-08-19 [paul]       0.9.4claws30
5877
5878         * po/bg.po
5879                 updated by George Danchev
5880
5881 2003-08-18 [luke]       0.9.4claws29
5882         * src/mimeview.[ch]
5883         * src/gtk/gtkvscrollbutton.[ch]
5884                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5885                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5886                 o removed horizontal separator between icons
5887
5888 2003-08-17 [christoph]  0.9.4claws28
5889
5890         * src/procmsg.c
5891                 no subject threading when the subject has no reply prefix
5892
5893 2003-08-16 [christoph]  0.9.4claws27
5894
5895         * src/mainwindow.c
5896                 remember and restore window sizes and position when the main
5897                 window is hidden or shown
5898
5899         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5900          minimised/reopened using trayicon)
5901
5902 2003-08-16 [paul]       0.9.4claws26
5903
5904         * src/crash.c
5905                 add #include "defs.h"
5906
5907 2003-08-16 [paul]       0.9.4claws25
5908
5909         * src/plugins/clamav/clamav_plugin.c
5910                 reword a debug_print
5911                 
5912         * src/plugins/dillo_viewer/dillo_prefs.c
5913                 cosmetic: change the labels' text, add tooltips, and
5914                 left-align the hint
5915
5916 2003-08-15 [christoph]  0.9.4claws24
5917
5918         * src/news.c
5919                 complete last change (forgot some changes)
5920
5921 2003-08-15 [christoph]  0.9.4claws23
5922
5923         * src/news.c
5924                 o check number of messages and don't return a 0 message
5925                   when no messages are available
5926                 o don't parse xref header anymore
5927
5928         (closes Bug 203 I'm not getting any news)
5929
5930 2003-08-15 [paul]       0.9.4claws22
5931
5932         * src/common/defs.h
5933           src/crash.c
5934                 update and define claws bugzilla location
5935
5936 2003-08-15 [paul]       0.9.4claws21
5937
5938         * po/ru.po
5939                 update submitted by Ruslan N. Balkin
5940
5941 2003-08-14 [christoph]  0.9.4claws20
5942
5943         * src/procmsg.c
5944                 fix search for oldest node in subject threading
5945
5946 2003-08-14 [christoph]  0.9.4claws19
5947
5948         * src/procmsg.c
5949         * src/common/utils.h
5950                 add possibility to check all nodes with the same subject for
5951                 subject threading, not only the oldest node. Should not break
5952                 threads anymore if the oldest node is thread_by_subject_max_age
5953                 days older then parent, because it can now find a child of
5954                 oldest node as new parent.
5955
5956 2003-08-11 [christoph]  0.9.4claws18
5957
5958         * src/plugins/spamassassin/spamassassin.c
5959                 run spam check in background process
5960
5961 2003-08-10 [alfons]     0.9.4claws17
5962
5963         * src/summaryview.c
5964                 make `Select All' sensitive too
5965
5966 2003-08-10 [christoph]  0.9.4claws16
5967
5968         * src/imap.c
5969                 add more checks in imap_close
5970
5971 2003-08-09 [alfons]     0.9.4claws15
5972
5973         * src/prefs_spelling.c
5974                 no spell checking UI if not requested
5975
5976 2003-08-09 [alfons]     0.9.4claws14
5977
5978         * src/gtk/prefswindow.c
5979                 make it compile
5980
5981 2003-08-09 [christoph]  0.9.4claws13
5982
5983         * src/prefs_spelling.c
5984         * src/gtk/prefswindow.[ch]
5985         * src/plugins/clamav/clamav_plugin_gtk.c
5986         * src/plugins/spamassassin/spamassassin_gtk.c
5987                 sort prefs pages by heighest weight in tree
5988
5989 2003-08-09 [paul]       0.9.4claws12
5990
5991         * sync with 0.9.4cvs6
5992                 see ChangeLog 2003-08-07
5993                 
5994         * AUTHORS
5995                 add Leandro and Luke to claws-branch section
5996
5997 2003-08-09 [christoph]  0.9.4claws11
5998
5999         * src/gtk/Makefile.am
6000         * src/gtk/colorsel.[ch]                 ** NEW **
6001                 create a color selection dialog that can be used as a simple
6002                 function call with it's own gtk main loop like filesel.[ch]
6003
6004         * src/Makefile.am
6005         * src/main.c
6006         * src/prefs_common.c
6007         * src/prefs_spelling.[ch]               ** NEW **
6008         * src/prefs_spelling.glade              ** NEW **
6009         * src/gtk/gtkutils.[ch]
6010                 move "Spell Checker" prefs to new prefs dialog
6011
6012         * src/prefs_folder_item.c
6013                 use new colorsel dialog
6014
6015 2003-08-08 [paul]       0.9.4claws10
6016
6017         * src/inc.c
6018                 clear the progress bar unconditionally
6019
6020 2003-08-08 [paul]       0.9.4claws9
6021
6022         * sync with 0.9.4cvs4
6023                 see ChangeLog 2003-07-31
6024
6025 2003-08-07 [christoph]  0.9.4claws8
6026
6027         * configure.ac
6028                 fix bug in image viewer plugin part
6029
6030         * src/imap.c
6031                 don't execute close command if the folder item is not selected
6032
6033 2003-08-07 [hoa]        0.9.4claws7
6034
6035         * src/filtering.[ch]
6036         * src/matcher_parser.h
6037         * src/matcher_parser_parse.y
6038                 can define several actions for each filtering rule
6039                 can import old versions of filtering rules
6040
6041         * src/prefs_filtering.c
6042                 call to a new dialog box to define actions
6043
6044         * src/prefs_filtering_action.[ch]
6045                 dialog box to define actions for filtering rules
6046
6047 2003-08-06 [christoph]  0.9.4claws6
6048
6049         * src/imap.c
6050                 make sure source folder is selected when copying messages
6051
6052 2003-08-06 [christoph]  0.9.4claws5
6053
6054         * sync with 0.9.4cvs2
6055                 see ChangeLog 2003-07-29                
6056
6057 2003-08-05 [paul]       0.9.4claws4
6058
6059         * sync with 0.9.4cvs3
6060                 see ChangeLog 2003-07-30
6061
6062 2003-08-04 [match]      0.9.4claws3
6063
6064         * po/POTFILES.in
6065                 export of LDIF files.
6066
6067 2003-08-04 [match]      0.9.4claws2
6068
6069         * src/ldif.[ch]
6070                 support for export LDIF. documented.
6071         * src/importldif.[ch]
6072         * src/exportldif.[ch]
6073                 add tooltips. documented.
6074         * src/exphtmldlg.[ch]
6075         * src/common/xmlprops.[ch]
6076                 documented.
6077         * src/exportldif.[ch]                   ** NEW **
6078         * src/expldifdlg.[ch]                   ** NEW **
6079         * src/addressbook.[ch]
6080         * src/Makefile.am
6081                 export of LDIF files.
6082                 documented.
6083
6084 2003-08-04 [christoph]  0.9.4claws1
6085
6086         * .cvsignore
6087         * Makefile.am
6088         * configure.ac
6089         * sylpheed-claws.pc.in                  ** NEW **
6090         * src/Makefile.am
6091         * src/common/Makefile.am
6092         * src/gtk/Makefile.am
6093                 install sylpheed header files in $(pkgincludedir) and create a
6094                 pkg-config file to allow building a plugin without the source
6095                 package
6096
6097 2003-08-04 [paul]       0.9.4claws
6098
6099         * version 0.9.4claws
6100
6101 2003-08-04 [paul]       0.9.3claws97
6102
6103         * po/es.po
6104                 update Spanish translation. Submitted by Ricardo
6105                 Mones Lastra.
6106
6107 2003-08-03 [paul]       0.9.3claws96
6108
6109         * po/hr.po
6110           po/sr.po
6111                 update Croatian and Serbian translations. Submitted by
6112                 Dragan and Urke MMI respectively
6113
6114 2003-08-03 [alfons]     0.9.3claws95
6115
6116         * src/summaryview.c
6117                 mark flag has precedence over important flag - seems
6118                 to have been changed in sync of 0.9.3claws45. this fixes
6119                 a regression where messages that were scored as important
6120                 don't show their mark flags. (using the same column for
6121                 both importance as mark flags is the real problem
6122                 ofcourse)
6123
6124 2003-08-03 [melvin]     0.9.3claws94
6125
6126         * po/fr.po
6127                 Updated French translations.
6128
6129 2003-08-03 [melvin]     0.9.3claws93
6130
6131         * src/Makefile.am
6132                 Fixed typo introduced after 0.9.3claws92 
6133                 that prevented compilation
6134                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6135                 CPPFLAGS and YFLAGS to allow user setting these.
6136         * src/common/Makefile.am
6137         * src/gtk/Makefile.am
6138         * src/plugins/clamav/Makefile.am
6139         * src/plugins/demo/Makefile.am
6140         * src/plugins/dillo_viewer/Makefile.am
6141         * src/plugins/image_viewer/Makefile.am
6142         * src/plugins/mathml_viewer/Makefile.am
6143         * src/plugins/spamassassin/Makefile.am
6144         * src/plugins/trayicon/Makefile.am
6145         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6146                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6147                 CPPFLAGS and YFLAGS to allow user setting these.
6148
6149 2003-08-02 [christoph]  0.9.3claws92
6150
6151         * configure.ac
6152                 o rearrange plugin tests
6153                 o add test for clamav.h to ClamAV tests
6154
6155 2003-08-02 [luke]       0.9.3claws91
6156
6157         * src/mimeview.c
6158                 o fixed appearance of icon list when toggling back from the 
6159                   ctree
6160                 o toggling of icons using the keyboard works correctly
6161                 o fixed all other keyboard shortcuts to work when icons are
6162                   active
6163         
6164         * src/messageview.c
6165                 o fixed bug 4 - focus lost when changing messageview view type
6166
6167 2003-08-02 [christoph]  0.9.3claws90
6168
6169         * src/common/hooks.c
6170                 fix crash when pointer stored in hash table could get invalid
6171                 when a plugin is unloaded
6172
6173 2003-08-01 [christoph]  0.9.3claws89
6174
6175         * configure.ac
6176                 o try to build all plugins (except spamassassin) by default
6177                 o don't build a plugin if a dependency check fails
6178
6179         * src/common/hooks.c
6180                 fix warning
6181
6182 2003-08-01 [match]      0.9.3claws88
6183
6184         * src/importldif.c
6185                 allow single click field selection. document code.
6186
6187 2003-08-01 [christoph]  0.9.3claws87
6188
6189         * src/plugins/clamav/clamav_plugin.c
6190         * src/plugins/clamav/clamav_plugin_gtk.c
6191         * src/plugins/dillo_viewer/dillo_viewer.c
6192         * src/plugins/image_viewer/plugin.c
6193         * src/plugins/mathml_viewer/mathml_viewer.c
6194         * src/plugins/spamassassin/spamassassin.c
6195         * src/plugins/spamassassin/spamassassin_gtk.c
6196         * src/plugins/trayicon/trayicon.c
6197                 add version check to all plugins
6198
6199 2003-08-01 [hoa]        0.9.3claws86
6200
6201         * src/prefs_filtering.c
6202                 fixed a cosmetic bug, during creation of dialog box,
6203                 wrong widgets were shown after creation.
6204
6205 2003-08-01 [luke]       0.9.3claws85
6206
6207         * src/mainwindow.c
6208                 o fixed visibility of icons/mimeview after toggling separate
6209                   message/folder view (factored out some similar code too).
6210
6211
6212 2003-07-31 [alfons]     0.9.3claws84
6213
6214         * src/mimeview.c
6215                 tweak icon box UI a bit more, now allowing right-clicks actions
6216                 getting the relevant mime data too; should fix #250, "Can't save 
6217                 attachments sometimes".
6218
6219 2003-07-30 [alfons]     0.9.3claws83
6220
6221         * src/compose.c
6222                 don't do auto-save-draft inside key press handler, but rather
6223                 schedule it half of a second later; should fix #67, "autosave 
6224                 make re-rediting message crazy"
6225
6226 2003-07-30 [christoph]  0.9.3claws82
6227
6228         * src/plugins/trayicon/trayicon.c
6229                 process pending events before unloading the plugin
6230
6231         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6232
6233 2003-07-30 [alfons]     0.9.3claws81
6234
6235         * src/common/hooks.c
6236                 parameter 2 of g_hook_destroy() should really be a hook id
6237
6238 2003-07-30 [alfons]     0.9.3claws80
6239
6240         * src/common/plugin.c
6241                 fix a possibly harmful function signature mismatch 
6242                 for plugin_done
6243
6244 2003-07-30 [alfons]     0.9.3claws79
6245
6246         * src/common/hooks[.ch]
6247                 const correctness
6248
6249 2003-07-30 [darko]      0.9.3claws78
6250
6251         * src/summaryview.c
6252                 make it compile again
6253
6254 2003-07-30 [luke]       0.9.3claws77
6255
6256         * src/crash.c
6257         * src/main.c
6258                 o added/moved signal handlers for SIGTERM (normal kill command) 
6259                   and SIGINT (ctl-c) to be used even without 
6260                   --enable-crash-dialog, fixing bug 166
6261
6262         * src/summaryview.c
6263                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6264                   bug 227
6265
6266         * src/mainwindow.c
6267                 o changed sensitivity condition for 'Next new' and 'Next 
6268                   unread', fixing bug 8
6269
6270 2003-07-29 [alfons]     0.9.3claws76
6271
6272         * src/common/utils.[ch]
6273                 add generate_msgid()
6274         * src/messageview.c
6275                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6276                 sent folder".
6277
6278 2003-07-29 [alfons]     0.9.3claws75
6279
6280         * src/messageview.c
6281                 fix a memleak (claws-only)
6282
6283 2003-07-29 [alfons]     0.9.3claws74
6284
6285         * src/mimeview.[ch]
6286         * src/gtk/gtkvscrollbutton.[ch]
6287                 fix UI glitch where mime icon toolbox' scroll position is not 
6288                 reset after switching to another message
6289                 
6290
6291 2003-07-29 [paul]       0.9.3claws73
6292
6293         * src/prefs_folder_item.c
6294                 split the prefs into 2 separate pages
6295
6296 2003-07-29 [paul]       0.9.3claws72
6297
6298         * src/compose.c
6299                 prepend "\n\n" to a signature without a separator too
6300
6301 2003-07-29 [paul]       0.9.3claws71
6302
6303         * src/compose.c
6304                 fix bug where changing to an account without an auto-sig
6305                 from an initial account without an auto-sig would insert 
6306                 2 blank lines at the cursor point
6307                 fix bug where changing to an account with an auto-sig
6308                 from an initial account without an auto-sig would insert
6309                 the sig at the cursor point
6310
6311 2003-07-29 [paul]       0.9.3claws70
6312
6313         * src/folderview.c
6314                 use the colour from the folder pref unless the folder
6315                 has new messages
6316
6317 2003-07-29 [alfons]     0.9.3claws69
6318
6319         * src/procmsg.[ch]
6320         * src/messageview.c
6321         * src/procheader.c
6322                 rewrite return receipt request work a little bit (the former 
6323                 implementation presumably depended too much on the UI setting
6324                 flags). (we're losing the old pending flag.) 
6325
6326 2003-07-28 [christoph]  0.9.3claws68
6327
6328         * src/folder.c
6329         * src/imap.c
6330         * src/mh.c
6331         * src/procmsg.[ch]
6332                 fix copy to IMAP folder from other folder
6333
6334 2003-07-28 [christoph]  0.9.3claws67
6335
6336         * src/procmsg.c
6337                 fix sync of procmsg_get_message_file_list
6338
6339 2003-07-28 [christoph]  0.9.3claws66
6340
6341         * sync with 0.9.3cvs14
6342                 see ChangeLog 2003-07-18
6343         * sync with 0.9.3cvs17
6344                 see ChangeLog 2003-07-23
6345
6346         (closes Bug 234 segmentation fault after sending out mail via
6347          smtp(auth))
6348
6349 2003-07-28 [paul]       0.9.3claws65
6350
6351         * po/es.po
6352                 update Spanish translation, submitted by Ricardo Mones
6353                 Lastra
6354
6355 2003-07-28 [christoph]  0.9.3claws64
6356
6357         * src/folder.[ch]
6358         * src/imap.c
6359         * src/mh.c
6360                 return new message numbers as a GRelation instead of a GSList
6361                 that has to be in the same order as the input list. A list
6362                 would make it hard for IMAP to optimize oepration by sorting
6363                 the input list. The returned list would have to be reordered
6364                 to match the same order that input list has.
6365
6366         * src/gtk/gtkaspell.c
6367                 fix missing return value, could cause a crash when garbage is
6368                 on the stack that is used as the expected return value
6369
6370 2003-07-28 [paul]       0.9.3claws63
6371
6372         * sync with 0.9.4cvs1
6373                 see ChangeLog 2003-07-28
6374
6375 2003-07-27 [alfons]     0.9.3claws62
6376
6377         * src/mimeview.c
6378                 tweak it more to make icon list act like a check button group
6379
6380 2003-07-27 [christoph]  0.9.3claws61
6381
6382         * sync with 0.9.3cvs20
6383                 see ChangeLog 2003-07-25
6384
6385 2003-07-27 [paul]       0.9.3claws60
6386
6387         * src/procmsg.c
6388                 re-commit changes from 0.9.3claws58 -
6389                 accidently removed in 0.9.3claws59
6390
6391 2003-07-27 [paul]       0.9.3claws59
6392
6393         * src/procmsg.[ch]
6394                 a sync from 0.9.3cvs17
6395                 see ChangeLog 2003-07-23
6396
6397 2003-07-27 [alfons]     0.9.3claws58
6398
6399         * src/procmsg.c
6400                 add missing header members to MsgInfo; fixes the problem of 
6401                 not displaying X-Faces, as noticed by Ricardo Mones
6402
6403 2003-07-26 [christoph]  0.9.3claws57
6404
6405         * sync with 0.9.3cvs18
6406                 see ChangeLog 2003-07-24
6407
6408 2003-07-26 [christoph]  0.9.3claws56
6409
6410         * sync with 0.9.3cvs17
6411                 see ChangeLog 2003-07-23
6412
6413 2003-07-26 [christoph]  0.9.3claws55
6414
6415         * src/folder.[ch]
6416         * src/imap.c
6417         * src/mbox_folder.c
6418         * src/mh.c
6419         * src/news.c
6420                 add support for copy function that copy multiple messages
6421                 (not implemented yet)
6422
6423         * src/summaryview.c
6424                 add missing return value
6425
6426 2003-07-26 [paul]       0.9.3claws54
6427
6428         * tools/multiwebsearch.pl
6429                 do whitespace substitution before passing the string
6430                 to the browser. fixes bug with browsers that don't
6431                 do whitespace conversion themselves.
6432
6433 2003-07-25 [christoph]  0.9.3claws53
6434
6435         * src/folder.[ch]
6436         * src/imap.c
6437         * src/mh.c
6438                 rewrite adding of multiple messages to a folder for
6439                 claws' folder system
6440
6441 2003-07-25 [luke]       0.9.3claws52
6442
6443         * src/mimeview.c
6444                 o icon toggles set correctly on leaving ctree mimeview
6445
6446 2003-07-25 [paul]       0.9.3claws51
6447
6448         * partial sync with 0.9.3cvs21 [src/main.c]
6449                 see ChangeLog 2003-07-25
6450
6451 2003-07-24 [paul]       0.9.3claws50
6452
6453         * tools/maildir2sylpheed.pl
6454                 fix typo
6455
6456 2003-07-24 [paul]       0.9.3claws49
6457
6458         * src/mimeview.c
6459                 increase the gutter size of paned so that the panes
6460                 can be resized
6461                 
6462         * src/plugins/demo/demo.c
6463                 squeeze in another typo fix
6464
6465 2003-07-24 [paul]       0.9.3claws48
6466
6467         * src/plugins/demo/demo.c
6468           src/prefs_account.c
6469                 small changes to the English
6470                 
6471         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6472           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6473           src/Makefile.am
6474           src/stock_pixmap.c
6475                 rename the misspelled icon
6476
6477 2003-07-23 [alfons]     0.9.3claws47
6478
6479         * src/mimeview.c
6480                 make icon list look like a list of toggles
6481
6482 2003-07-23 [luke]       0.9.3claws46
6483
6484         * src/pixmaps/mimeview_gpg_expired.xpm
6485         * src/pixmaps/mimeview_gpg_failed.xpm
6486         * src/pixmaps/mimeview_gpg_passed.xpm
6487         * src/pixmaps/mimeview_text_html.xpm
6488         * src/pixmaps/mimeview_image.xpm
6489                 o all icons the same size
6490
6491         * src/mimeview.[ch]
6492                 o mimeview ctree arranged vertically above the viewer
6493                 o icons changed to buttons
6494                 o can use keyboard to select an icon (Enter)
6495                 o resize icon list to width of icons
6496
6497         *  src/gtk/gtkvscrollbutton.c
6498                 o sensitivity of buttons reacts to position
6499
6500 2003-07-23 [christoph]  0.9.3claws45
6501
6502         * sync with 0.9.3cvs14 (incomplete)
6503                 see ChangeLog 2003-07-17
6504
6505 2003-07-23 [alfons]     0.9.3claws44
6506
6507         * src/folder.c
6508         * src/procmsg.h
6509                 sync with my local tree to restore some claws-only things
6510
6511 2003-07-23 [paul]       0.9.3claws43
6512
6513         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6514           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6515           src/Makefile.am
6516           src/mimeview.c
6517           src/procmime.h
6518           src/rfc2015.c
6519           src/stock_pixmap.[ch]
6520                 indicate missing keys and expired sigs/keys
6521                 in mime view column
6522
6523 2003-07-23 [paul]       0.9.3claws42
6524
6525         * src/compose.c
6526                 Redirect fixes: enable automatic account selection and
6527                 do not append signature to message on changing account
6528                 fixes Bug[s] #248
6529
6530 2003-07-23 [paul]       0.9.3claws41
6531
6532         * sync with 0.9.3cvs16
6533                 see ChangeLog 2003-07-23
6534
6535 2003-07-23 [alfons]     0.9.3claws40
6536
6537         * src/inc.c
6538                 give progress dialog a main window, and give it the first 
6539                 one (presumably the only one). fixes bug #247, "segfault on 
6540                 pop-before-smtp" 
6541
6542 2003-07-22 [alfons]     0.9.3claws39
6543
6544         * src/summaryview.c
6545                 shift-space scrolls up
6546
6547 2003-07-22 [paul]       0.9.3claws38
6548
6549         * sync with 0.9.3cvs15
6550                 see ChangeLog 2003-07-22
6551
6552 2003-07-20 [alfons]     0.9.3claws37
6553
6554         * src/compose.c
6555                 put menu inside #ifdef USE_ASPELL..#endif
6556
6557 2003-07-20 [christoph]  0.9.3claws36
6558
6559         * src/procmsg.c
6560                 fix wrong flags in MsgInfo returned by
6561                 procmsg_msginfo_get_full_info()
6562
6563         (closes Bug 221 Deleting messages from the Message View gives incorrect
6564          new/unread message counts in the folder view)
6565
6566         * src/plugins/spamassassin/spamassassin_gtk.c
6567                 add gettext macro for prefs page title
6568
6569 2003-07-20 [paul]       0.9.3claws35
6570
6571         * src/mimeview.c
6572                 redraw icon list on signature check
6573
6574 2003-07-20 [christoph]  0.9.3claws34
6575
6576         * src/Makefile.am
6577         * src/account.c
6578         * src/folder.[ch]
6579         * src/folder_item_prefs.[ch]            ** NEW **
6580         * src/folderview.c
6581         * src/mainwindow.c
6582         * src/mh.c
6583         * src/prefs_gtk.c
6584         * src/prefs_scoring.c
6585         * src/summaryview.c
6586         * src/prefs_folder_item.[ch]
6587                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6588                   Properties dialog
6589                 o use prefswindow for folder properties
6590
6591         * src/gtk/prefswindow.[ch]
6592                 change implementation to use an invisible notebook instead
6593                 of unparenting widgets
6594
6595 2003-07-20 [christoph]  0.9.3claws33
6596
6597         * src/compose.h
6598         * src/folder.c
6599         * src/folderview.h
6600         * src/headerview.h
6601         * src/prefs_filtering.h
6602         * src/prefs_folder_item.[ch]
6603         * src/procmime.h
6604         * src/procmsg.h
6605         * src/summaryview.h
6606                 clean up header mess
6607                 (always use 1. typedefs, 2. #includes, 3. structures)
6608
6609         * src/common/version.h.in
6610                 add casts for constants
6611
6612         * src/plugins/demo/demo.c
6613                 fix typo
6614
6615         * src/plugins/spamassassin/spamassassin.c
6616                 remove unused variable
6617
6618 2003-07-20 [alfons]     0.9.3claws32
6619
6620         * src/mimeview.c
6621                 o make icon buttons respond on left click
6622                 o minor cosmetic change
6623
6624 2003-07-19 [luke]       0.9.3claws31
6625
6626         * src/mimeview.[ch]
6627         * src/gtk/gtkvscrollbutton.c
6628         * src/messageview.c
6629                 o improved mimeview behaviour when selecting a new message
6630                 o plus code cleanups to remove compile warnings
6631
6632
6633 2003-07-19 [alfons]     0.9.3claws30
6634
6635         * src/procmsg.c
6636         * src/compose.c
6637         * src/common/utils.[ch]
6638                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6639
6640 2003-07-19 [alfons]     0.9.3claws29
6641
6642         * src/prefs_folder_item.c
6643                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6644                 string pointers
6645
6646 2003-07-19 [luke]       0.9.3claws28
6647
6648         * src/messageview.c
6649         * src/mimeview.[ch]
6650         * src/procmime.h
6651         * src/rfc2015.c
6652         * src/stock_pixmap.[ch]
6653         * src/gtk/Makefile.am
6654         * src/Makefile.am
6655         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6656         * src/pixmaps/mime_*.xpm                ** NEW **
6657                 o mimeview rearrangement with a new icon shortcut bar
6658
6659 2003-07-19 [alfons]     0.9.3claws27
6660
6661         * src/folderview.c
6662                 o plug leaking nodes_to_recollapse
6663                 o add folderview_recollapse_all_nodes() (not used yet)
6664
6665 2003-07-19 [alfons]     0.9.3claws26
6666
6667         * src/compose.c
6668         * src/common/utils.c
6669                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6670                 for both forwarding as replying
6671
6672 2003-07-18 [christoph]  0.9.3claws25
6673
6674         * configure.ac
6675         * src/common/sylpheed.[ch]
6676         * src/common/version.h.in
6677                 add version in numeric form to allow easy comparison
6678
6679         * src/plugins/demo/demo.c
6680                 add version check
6681                 - sylpheed version > plugin version => never allowed, sylpheed
6682                   could contain unknown API changes
6683                 - sylpheed version < minimum version required => don't load,
6684                   API required not available (if linking does not fail)
6685
6686 2003-07-18 [alfons]     0.9.3claws24
6687         
6688         * src/common/plugin.[ch]
6689                 const correctness
6690
6691 2003-07-18 [christoph]  0.9.3claws23
6692
6693         * src/common/hooks.c
6694                 fix crash when hooks where unregisted
6695
6696         * src/plugins/trayicon/trayicon.c
6697                 unregister detroy signal before destroying the widget
6698                 (still crashes when the plugin is unloaded)
6699
6700 2003-07-18 [alfons]     0.9.3claws22
6701         
6702         * src/folderview.c
6703                 delay expanding folder tree during drags until timeout triggered
6704                 (needs perhaps some tweaking, so testing is welcome)
6705
6706 2003-07-17 [alfons]     0.9.3claws21
6707
6708         * src/folderview.c
6709                 clean up cruft
6710
6711 2003-07-17 [christoph]  0.9.3claws20
6712
6713         * src/common/session.c
6714                 fix opening of SSL connections
6715
6716         * src/plugins/image_viewer/Makefile.am
6717                 add OPENSSL_CFLAGS (we should find a better solution to remove
6718                 this dependencies if they are not required)
6719
6720         * src/plugins/spamassassin/spamassassin.c
6721                 remove setlocale workaround (fixed in libspamc)
6722
6723         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6724          if spell checking enabled)
6725
6726 2003-07-17 [alfons]     0.9.3claws19
6727
6728         * src/common/hooks.[ch]
6729         * src/plugins/clamav/clamav_plugin.c
6730         * src/plugins/spamassassin/spamassassin.c
6731         * src/plugins/trayicon/trayicon.c
6732                 fix signedness muck 
6733
6734 2003-07-17 [alfons]     0.9.3claws18
6735
6736         * src/procmime.c
6737                 plug memleak
6738
6739 2003-07-17 [alfons]     0.9.3claws17
6740
6741         * src/inc.c
6742                 plug memleak
6743
6744 2003-07-17 [paul]       0.9.3claws16
6745
6746         * src/common/defs.h
6747           src/mainwindow.c
6748           src/manual.[ch]
6749                 add link to the Claws site's FAQ page, after the suggestion
6750                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6751                 Move url strings to defs.h
6752                 
6753         * src/mainwindow.c
6754                 fix typo to prevent "unknown menu entry" warnings
6755
6756 2003-07-17 [alfons]     0.9.3claws15
6757
6758         * src/folderview.[ch]
6759         * src/summaryview.[ch]
6760         * src/mimeview.[ch]
6761                 plug DnD leaks 
6762
6763 2003-07-17 [paul]       0.9.3claws14
6764
6765         * src/inc.c
6766                 remove two instances of 'GTK_EVENTS_FLUSH' because
6767                 they are unnecessary and probably cause a stack overflow
6768
6769 2003-07-16 [christoph]  0.9.3claws13
6770
6771         * src/mimeview.[ch]
6772                 use an invisible GTK notebook to switch between viewers
6773                 instead of reparenting widgets
6774
6775 2003-07-16 [christoph]  0.9.3claws12
6776
6777         * src/folder.c
6778                 move folder_item_update_freeze() to correct place in
6779                 folder_item_scan_full()
6780
6781 2003-07-16 [paul]       0.9.3claws11
6782
6783         * sync with 0.9.3cvs12
6784                 see ChangeLog 2003-07-14 and 2003-07-15
6785
6786 2003-07-16 [christoph]  0.9.3claws10
6787
6788         * src/imap.[ch]
6789         * src/prefs_account.[ch]
6790                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6791
6792 2003-07-15 [alfons]     0.9.3claws9
6793
6794         * src/main.c
6795                 make --config-dir do something useful
6796
6797 2003-07-15 [alfons]     0.9.3claws8
6798
6799         * src/procmsg.c
6800                 o fix a bug where 'last' didn't really point to the last message
6801                   in the top level list of children, but to the last threaded
6802                   message. 
6803                 
6804                 o clean up and make it easier to sync
6805
6806 2003-07-15 [alfons]     0.9.3claws7
6807
6808         * src/mainwindow.c
6809                 make correct menu items sensitive       
6810
6811 2003-07-14 [alfons]     0.9.3claws6
6812
6813         * src/procmsg.c
6814                 tune the threader so it will not subject-thread any message
6815                 without a subject prefix (this will not thread correctly if 
6816                 a parent is delivered after their childs, but it looks 
6817                 better right now)
6818
6819 2003-07-13 [christoph]  0.9.3claws5
6820
6821         * src/mainwindow.c
6822                 group "Add mailbox *..." menu items in submenu
6823
6824 2003-07-13 [alfons]     0.9.3claws4
6825
6826         * src/summaryview.c
6827                 correct summary_toggle_pressed() signature and make sure
6828                 signal is not passed on
6829
6830 2003-07-13 [alfons]     0.9.3claws3
6831
6832         * src/summaryview.c
6833                 o for now don't pass on keys when they we're handled by 
6834                   ctree::key_press_event
6835                 o clean up
6836
6837 2003-07-13 [alfons]     0.9.3claws2
6838         
6839         * src/main.c
6840                 add command line option "--config-dir" to get the current 
6841                 configuration dir
6842
6843 2003-07-12 [alfons]     0.9.3claws1
6844
6845         * src/matcher.[ch]
6846         * src/matcher_parser_parse.y
6847         * src/prefs_filtering.c
6848         * src/filtering.c
6849                 add "Lock" filter action to lock messages;
6850
6851         * src/filtering.c       
6852                 remove debug_print()    
6853         * src/prefs_filtering.c
6854                 re-organize matcher part 9: 
6855                 make action text entries easily extendible;
6856                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6857                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6858
6859 2003-07-12 [paul]
6860
6861         * tools/README
6862                 update old information and add missing
6863                 information
6864
6865 2003-07-12 [paul]       0.9.3claws
6866
6867         * 0.9.3claws released
6868         
6869 2003-07-12 [paul]       0.9.0claws103
6870
6871         * src/Makefile.am
6872                 add addrquery.h
6873
6874 2003-07-12 [melvin]     0.9.0claws102
6875
6876         * src/messageview.c
6877                 Fixed bug #215: Show MIME tab for single text/html messages. 
6878                 
6879 2003-07-12 [paul]       0.9.0claws101
6880
6881         * man/sylpheed.1
6882                 updated
6883
6884 2003-07-12 [paul]       0.9.0claws100
6885
6886         * po/es.po
6887           po/hr.po
6888           po/pl.po
6889           po/sr.po
6890                 update Spanish, Croatian, Polish, Serbian translations.
6891                 submitted by Ricardo Mones Lastra, Dragan, Witold
6892                 Wladyslaw Wojciech Wilk, Urke MMI
6893
6894 2003-07-12 [melvin]     0.9.0claws99
6895
6896         * po/fr.po
6897                 Updated French translations.
6898
6899 2003-07-12 [paul]       0.9.0claws98
6900
6901         * src/addressbook.c
6902                 disable 'Lookup' button as it has no effect
6903
6904 2003-07-11 [alfons]     0.9.0claws97
6905         
6906         * src/summaryview.c
6907                 summary_searchbar_pressed() should return TRUE to signal that
6908                 event was handled. when returning void, the return value passed
6909                 to GTK is actually random, but maybe FALSE, in which case the
6910                 event is handled by parent
6911                 
6912 2003-07-10 [paul]       0.9.0claws96
6913
6914         * ac/missing/gettext.m4
6915                 update to version 0.12
6916
6917 2003-07-10 [paul]       0.9.0claws95
6918
6919         * src/plugins/clamav/clamav_plugin.c
6920                 fix bug where multipart/alternative messages
6921                 would slip through without being scanned
6922
6923 2003-07-10 [christoph]  0.9.0claws94
6924
6925         * src/folder.c
6926                 correct check if folder supports removing when a message is
6927                 moved. if not the message is only copied.
6928
6929         (closes Bug 132 crash on startup in newsgroups folders)
6930
6931 2003-07-09 [alfons]     0.9.0claws93
6932
6933         * configure.ac
6934         * src/common/defs.h
6935                 --with-config-dir (default .sylpheed)
6936
6937 2003-07-09 [christoph]  0.9.0claws92
6938
6939         * configure.ac
6940                 use PKG_CHECK_MODULES to check for gtkmathview
6941                 (version 0.4.2 now required)
6942
6943 2003-07-08 [melvin]     0.9.0claws91
6944
6945         * src/action.c
6946                 Implemented a progress bar that counts the number of completed
6947                 tasks when the action runs more than one command.
6948
6949 2003-07-08 [alfons]     0.9.0claws90
6950
6951         * src/procmsg.c
6952                 if queued message has an invalid Message-Id, don't try to
6953                 find message it refers to (fixes #209 "crash when processing 
6954                 in folder")
6955
6956 2003-07-08 [paul]       0.9.0claws89
6957
6958         * sync with 0.9.3cvs2
6959                 see ChangeLog 2003-07-08
6960
6961 2003-07-08 [match]      0.9.0claws88
6962
6963         * src/ldapctrl.c
6964                 extend LDAP search for first/last name by parsing search term.
6965
6966 2003-07-08 [alfons]     0.9.0claws87
6967
6968         * src/send_message.c
6969                 fix bug #208 "Status message stuck when sending on POP3 account"
6970
6971 2003-07-07 [paul]       0.9.0claws86
6972
6973         * po/hr.po
6974                 new Croatian translation, submitted by
6975                 Dragan <drleskov@inet.hr>
6976
6977 2003-07-07 [paul]       0.9.0claws85
6978
6979         * sync with 0.9.3cvs1
6980                 see ChangeLog 2003-07-07
6981
6982 2003-07-05 [christoph]  0.9.0claws84
6983
6984         * src/Makefile.am
6985         * src/messageview.c
6986         * src/mimeview.[ch]
6987         * src/stock_pixmap.[ch]
6988         * src/pixmaps/messageview_text.xpm              ** NEW **
6989                 move mimeview tabs to the right side and use icons
6990                 instead of text to save some space
6991
6992         (patch by Luke Plant <lukeplant@softhome.net>)
6993
6994 2003-07-05 [christoph]  0.9.0claws83
6995
6996         * src/inc.c
6997                 add NULL pointer checks
6998
6999         (patch by Luke Plant <lukeplant@softhome.net>)
7000         (closes Bug 204 0.9.0 quits on authentication error?!)
7001
7002 2003-07-05 [alfons]     0.9.0claws82
7003
7004         * configure.ac
7005                 take the clue in bug #202 "./configure script - 
7006                 'if test' comparison failure" reported by John Kristoff. 
7007
7008 2003-07-04 [christoph]  0.9.0claws81
7009
7010         * src/plugins/spamassassin/spamassassin.c
7011                 set timeout for spam check
7012
7013 2003-07-04 [christoph]  0.9.0claws80
7014
7015         * src/main.c
7016                 destroy all FolderItems when shutting down to
7017                 allow folders to clean up
7018
7019 2003-07-04 [melvin]     0.9.0claws79
7020
7021         * src/gtk/gtkaspell.c
7022                 Fixed bug #184 "Entering non-ascii character deletes
7023                 previous char if spell checking enabled": this makes
7024                 the spell checking in multibytes (e.g. UTF-8)locales work.
7025                 (Patch by Luke Plant).
7026                 
7027 2003-07-04 [christoph]  0.9.0claws78
7028
7029         * sync with 0.9.2cvs1
7030                 see ChangeLog 2003-06-10
7031
7032 2003-07-04 [paul]       0.9.0claws77
7033
7034         * sync with 0.9.3 release
7035                 see ChangeLog 2003-07-04
7036
7037 2003-07-03 [christoph]  0.9.0claws76
7038
7039         * src/folder.[ch]
7040         * src/imap.c
7041         * src/mbox_folder.c
7042         * src/mh.c
7043         * src/news.c
7044                 move folder_item_get_path() stuff into a folder virtual function
7045
7046         * src/procmsg.c
7047                 use folder_item_fetch_msg() to get message and do not contruct
7048                 the filename from path and number
7049
7050 2003-07-03 [paul]       0.9.0claws75
7051
7052         * sync with 0.9.2cvs12
7053                 see ChangeLog 2003-07-03
7054
7055 2003-07-02 [paul]       0.9.0claws74
7056
7057         * src/messageview.c
7058                 fix text-selection for replying
7059
7060 2003-07-02 [paul]       0.9.0claws73
7061
7062         * sync with 0.9.2cvs11
7063                 see ChangeLog 2003-07-02
7064
7065 2003-07-02 [paul]       0.9.0claws72
7066
7067         * src/procmsg.c
7068                 revert last commit because it breaks more
7069                 than it fixes
7070
7071 2003-07-02 [paul]       0.9.0claws71
7072
7073         * src/procmsg.c
7074                 fix thread by subject/sort by date
7075
7076 2003-07-01 [paul]       0.9.0claws70
7077
7078         * sync with 0.9.2cvs10
7079                 see ChangeLog 2003-07-01
7080
7081 2003-06-30 [paul]       0.9.0claws69
7082
7083         * sync with 0.9.2cvs9
7084                 see ChangeLog 2003-06-30
7085
7086 2003-06-28 [match]      0.9.0claws68
7087
7088         * src/addressbook.c
7089                 fix null ptr.
7090
7091 2003-06-27 [paul]       0.9.0claws67
7092
7093         * sync with 0.9.2cvs7
7094                 see ChangeLog 2003-06-27
7095
7096 2003-06-26 [christoph]  0.9.0claws66
7097
7098         * src/folder.c
7099                 freeze folder updates while a folder is scanned
7100
7101         (closes Bug 185 New message counter)
7102
7103 2003-06-26 [darko]      0.9.0claws65
7104
7105         * src/ldapserver.c
7106                 fix infinite loop when adding a new LDAP server
7107
7108 2003-06-26 [paul]       0.9.0claws64
7109
7110         * sync with 0.9.2cvs6
7111                 see ChangeLog 2003-06-26
7112
7113 2003-06-26 [paul]       0.9.0claws63
7114
7115         * sync with 0.9.2cvs5
7116                 see ChangeLog 2003-06-25 and 2003-06-26
7117
7118 2003-06-25 [match]      0.9.0claws62
7119
7120         * src/addr_compl.c
7121                 Fixed tab/backtab for dropped-down completion list to
7122                 move next/previous field. (close bug 147)
7123
7124 2003-06-25 [christoph]  0.9.0claws61
7125
7126         * src/addr_compl.[ch]
7127         * src/addrindex.[ch]
7128         * src/folderview.c
7129         * src/inc.c
7130         * src/news.c
7131         * src/summaryview.c
7132         * src/toolbar.c
7133                 fix warnings
7134
7135 2003-06-25 [leandro]    0.9.0claws60
7136
7137         * src/compose.c
7138                 o cleanups
7139                 o gray out "Message/Remove references" menu item if not
7140                   replying to a message
7141
7142 2003-06-24 [leandro]    0.9.0claws59
7143
7144         * src/compose.[ch]
7145                 o removed "Message/Create new thread" menu item
7146                 o added "Message/Remove references" menu item
7147                   (it's off by default and will not check anymore
7148                    if the subject changed)
7149
7150 2003-06-23 [alfons]     0.9.0claws58
7151
7152         * src/procmsg.c
7153                 try better grouping messages threaded by subject based on their age.
7154                 still not perfect - because the message tree is not sorted by date.  
7155
7156 2003-06-23 [thorsten]   0.9.0claws57
7157
7158         * src/pop.[ch]
7159                 added mail_receive_hook to allow modifications
7160                 directly after retrieval (e.g. adding headers).
7161
7162 2003-06-23 [paul]       0.9.0claws56
7163
7164         * src/sourcewindow.c
7165                  enable the use of Ctrl+A to select all text in
7166                  the sourcewindow
7167                  Patch submitted by Ivan Francolin Martinez
7168                  <ivanfm@users.sourceforge.net>
7169
7170 2003-06-22 [christoph]  0.9.0claws55
7171
7172         * src/folder.[ch]
7173                 o add notification hook for folder tree changes
7174                 o invoke hooks after folder tree scanning
7175
7176         * src/folderview.[ch]
7177                 register hook for folder tree changes that
7178                 updates the ctree
7179
7180         (there are more places that should be updated, like add, remove 
7181          or move folder)
7182
7183         (closes Bug 164 Crash on rebuild folder tree)
7184         (closes Bug 190 Crash on 'rebuilding folder tree')
7185
7186 2003-06-21 [leandro]    0.9.0claws54
7187
7188         * src/compose.[ch]
7189                 create a new thread if subject changes
7190                 (it's on by default, can be disabled in Message menu)
7191
7192 2003-06-21 [alfons]     0.9.0claws53
7193
7194         * src/summaryview.c
7195                 quiet little compiler
7196
7197 2003-06-21 [christoph]  0.9.0claws52
7198
7199         update gettext stuff to version 0.12
7200
7201 2003-06-19 [alfons]     0.9.0claws51
7202
7203         * src/common/log.c
7204         * src/common/plugin.c
7205                 move defs.h before glib.h to prevent MIN/MAX redefs
7206
7207 2003-06-19 [alfons]
7208
7209         * src/addressbook.c
7210                 translatable
7211
7212 2003-06-19 [match]      0.9.0claws50
7213
7214         * src/addressbook.[ch]
7215         * src/addrindex.[ch]
7216         * src/addr_compl.[ch]
7217         * src/editldap.[ch]
7218         * src/editldap_basedn.[ch]
7219         * src/addritem.[ch]
7220         * src/ldapquery.h
7221                 re-implemented dynamic LDAP search. works without
7222                 slowdown on display sender with addressbook
7223                 option.
7224         * src/addrbook.c
7225                 documented code.
7226
7227 2003-06-19 [paul]       0.9.0claws49
7228
7229         * src/compose.c
7230                 fix Bug #136 'Nonprovided quotation marks crash claws'
7231                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7232
7233 2003-06-19 [alfons]     0.9.0claws48
7234
7235         * src/prefs_common.[ch]
7236         * src/procmsg.c
7237                 restrict threading by subject by checking thread for
7238                 age (prefs_common.thread_by_subject_max_age)
7239
7240 2003-06-18 [christoph]  0.9.0claws47
7241
7242         * src/imap.c
7243                 fix memory leak in imap_cmd_fetch()
7244
7245 2003-06-18 [christoph]  0.9.0claws46
7246
7247         * src/prefs_gtk.c
7248                 fix memory leak in prefs_set_default() when used multiple
7249                 times or after prefs have been read
7250
7251 2003-06-18 [christoph]  0.9.0claws45
7252
7253         * src/common/plugin.c
7254                 fix memory leak in plugin_unload()
7255
7256 2003-06-18 [christoph]  0.9.0claws44
7257
7258         * src/imap.c
7259                 fix memory leak in imap_cmd_ok()
7260
7261 2003-06-18 [christoph]  0.9.0claws43
7262
7263         * src/folder.c
7264                 stop messages that are downloaded from POP3 and added to
7265                 an IMAP inbox from being filtered twice (first by POP3
7266                 and again when IMAP folder is scaned to get the UID of
7267                 the APPEND operation when no UIDPLUS is available)
7268
7269 2003-06-18 [alfons]
7270
7271         * tools/Makefile.am
7272                 phoenix <- firebird     
7273
7274 2003-06-18 [paul]
7275
7276         * tools/launch_phoenix          ** REMOVED **
7277           tools/launch_firebird         ** NEW **
7278                 renamed and edited to reflect the browser's name change from
7279                 'phoenix' to 'firebird'
7280
7281 2003-06-18 [paul]       0.9.0claws42
7282
7283         * sync with 0.9.2cvs2
7284                 see ChangeLog 2003-06-16
7285
7286 2003-06-17 [alfons]     0.9.0claws41
7287
7288         * src/procmsg.c
7289                 prevent threading problems when a node is an ancestor (parent / great parent),
7290                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7291                 for finding an sample set of messages)
7292
7293 2003-06-16 [christoph]  0.9.0claws40
7294
7295         * src/main.c
7296                 don't popup main window on --receive or --receive-all
7297
7298         * src/mainwindow.[ch]
7299         * src/plugins/trayicon/trayicon.c
7300                 allow hiding of main window by clicking on the trayicon
7301                 (doesn't work correctly in seperate window mode and may
7302                  cause unexpected GTK problems I couldn't find yet)
7303
7304         * src/common/ssl.c
7305                 remove incorrect warning
7306
7307 2003-06-15 [alfons]     0.9.0claws39
7308
7309         * src/gtk/gtkstext.c
7310                 don't output debug text;
7311                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7312                 for pointing this out);
7313
7314 2003-06-14 [alfons]     0.9.0claws38
7315         
7316         * src/messageview.c
7317                 remove printf() and make one if..else comply with coding style
7318
7319 2003-06-14 [alfons]     0.9.0claws37
7320
7321         * AUTHORS
7322                 add Martin Wicke
7323         * src/action.c
7324         * src/messageview.[ch]
7325         * src/summaryview.c
7326                 apply patch #754162 "Quoting messages filtered by actions" submitted
7327                 by Martin Wicke, which allows quoting message body changed by an
7328                 action (Thanks!).
7329
7330 2003-06-13 [alfons]     0.9.0claws36
7331
7332         * src/utils.c
7333                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7334                 use case insensitive regexp (suggested by Ivan Martinez)
7335
7336 2003-06-13 [christoph]  0.9.0claws35
7337
7338         * configure.ac
7339         * src/plugins/trayicon/Makefile.am
7340         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7341         * src/plugins/trayicon/trayicon.c
7342         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7343         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7344         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7345         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7346         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7347         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7348                 replace my own EggTrayIcon backport with the backport
7349                 used by (l|x)mule and gabber.
7350
7351 2003-06-13 [alfons]     0.9.0claws34
7352
7353         * AUTHORS
7354         * src/common/utils.c
7355                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7356
7357 2003-06-13 [alfons]     0.9.0claws33
7358
7359         * src/compose.c
7360                 clean up a little bit
7361
7362 2003-06-12 [alfons]     0.9.0claws32
7363
7364         * src/compose.c
7365                 const correctness fix
7366
7367         * src/common/sylpheed.[ch]
7368                 () -> (void)
7369                 prevent redef MIN/MAX
7370                 
7371         * src/common/utils.[ch]
7372                 () -> (void)
7373
7374 2003-06-12 [melvin]     0.9.0claws31
7375
7376         * src/compose.c
7377                 Updated to take into accounts changes in GtkAspell.
7378
7379 2003-06-12 [alfons]     0.9.0claws30
7380
7381         * src/compose.c
7382         * src/procmsg.c
7383         * src/common/utils.[ch]
7384                 handle reply subject prefixes better (initial 
7385                 suggestion by Robert Story adapted and enhanced 
7386                 using regexps)
7387
7388 2003-06-12 [melvin]     0.9.0claws29
7389
7390         * src/compose.c
7391                 Use new gtkaspell_checkers_strerror() to get the speller's
7392                 error message instead of accessing the (now private)
7393                 checkers structure.
7394                 Minor code clean up
7395
7396         * src/main.c
7397                 Use #ifdef instead of #if for USE_ASPELL
7398                 Use the new spell checkers init/quit functions 
7399
7400         * src/gtk/gtkaspell.c
7401                 Use #ifdef instead of #if for USE_ASPELL
7402                 Moved in the majority of GtkAspell structures that were
7403                 exported before by gtkaspell.h
7404         
7405         * src/gtk/gktaspell.h
7406                 Made gtkaspell.h contain only the necessary data to be
7407                 publicized by moving many structures to gtkaspell.c.
7408                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7409                 gtkaspell_checkers_new(): replaced by...
7410                 gtkaspell_checkers_init(): new function for initialization
7411                 gtkaspell_checkers_delete(): replaced by...
7412                 gtkaspell_checkers_quit(): new function
7413                 gtkaspell_checkers_strerror(): new function that returns
7414                 the checker's last error message.
7415                 
7416 2003-06-11 [melvin]     0.9.0claws28
7417
7418         * po/POTFILES.in
7419                 Updated to take into account gtkaspell.c migration to
7420                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7421
7422 2003-06-10 [alfons]     0.9.0claws27
7423
7424         * src/filtering.[ch]
7425         * src/folder.c
7426         * src/matcher.c
7427         * src/scoring.[ch]
7428                 - try fixing bug #18 (any brave testers?)
7429                 - add more robustness by refusing previously 
7430                   unchecked NULL pointers 
7431
7432 2003-06-10 [alfons]     0.9.0claws26
7433
7434         * src/procmsg.c
7435                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7436
7437 2003-06-09 [alfons]     0.9.0claws25
7438
7439         * src/prefs_common.c
7440                 fix bug #163 "Icon switching doesnt work properly" by 
7441                 preventing early freeing of prefs_common.pixmap_theme_path.
7442
7443 2003-06-09 [christoph]  0.9.0claws24
7444
7445         * src/gtk/gtkaspell.c
7446                 revert Thorsten's fix and add forgotten g_strdup for
7447                 aspell path (it should not be possible to alter the path a
7448                 GtkASpell uses from outside)
7449
7450 2003-06-09 [thorsten]   0.9.0claws23
7451
7452         * src/gtk/gtkaspell.c
7453                 dont free prefs_common.aspell_path when closing compose
7454
7455 2003-06-08 [colin]      0.9.0claws22
7456
7457         * src/plugins/spamassassin/spamassassin.c
7458                 fix prefs types
7459
7460 2003-06-07 [christoph]  0.9.0claws21
7461
7462         * src/Makefile.am
7463         * src/compose.c
7464         * src/gtkaspell.[ch]            ** REMOVE **
7465         * src/gtk/Makefile.am
7466         * src/gtk/gtkaspell.[ch]        ** NEW **
7467                 o make gtkaspell independent from sylpheed's prefs
7468                 o move gtkaspell.[ch] to gtk directory
7469
7470 2003-06-07 [christoph]  0.9.0claws20
7471
7472         * src/Makefile.am
7473         * src/crash.c
7474         * src/export.c
7475         * src/filesel.[ch]              ** REMOVE **
7476         * src/folder.c
7477         * src/main.[ch]
7478         * src/common/sylpheed.[ch]
7479         * src/gtk/Makefile.am
7480         * src/gtk/filesel.[ch]          ** NEW **
7481         * src/gtk/pluginwindow.c
7482         * src/gtk/sslcertwindow.c
7483                 move filesel.[ch] to gtk directory
7484
7485 2003-06-07 [alfons]     0.9.0claws19
7486
7487         * src/filesel.c
7488                 make (multi) file selection dialog work again (Claws-only)
7489
7490 2003-06-07 [thorsten]   0.9.0claws18
7491
7492         * po/de.po
7493                 fix typos
7494
7495 2003-06-07 [alfons]     0.9.0claws17
7496
7497         * configure.ac
7498         * src/mimeview.c
7499                 detect apache mishap in which case don't include fnmatch.h
7500                 if regex.h is already included
7501
7502 2003-06-06 [christoph]  0.9.0claws16
7503
7504         * configure.ac
7505         * src/mimeview.h
7506                 add check for fnmatch.h and include it when available
7507
7508         * src/mimeview.[ch]
7509                 fix wrong case sensitivity of Content-Types
7510
7511         * src/gtk/Makefile.am
7512                 need the same include paths in gtk directory as in
7513                 common directory because .h files in common can
7514                 include files from these directories, when included
7515                 in gtk's .h or .c files
7516
7517 2003-06-06 [alfons]     0.9.0claws15
7518
7519         * src/mimeview.c
7520         * src/summaryview.c
7521                 make it compile again because of regex.h / fnmatch.h 
7522                 include problems (related to recent mime stuff, can
7523                 someone check this?)
7524
7525 2003-06-06 [thorsten]   0.9.0claws14
7526
7527         * src/folderview.c
7528                 possible use of uninitialized pointer while dragging
7529
7530 2003-06-06 [paul]       0.9.0claws13
7531
7532         * src/compose.c
7533                 fix bug where the insert sig button would be effective
7534                 only when auto_sig was set
7535
7536 2003-06-06 [paul]       0.9.0claws12
7537
7538         * sync with 0.9.2 release
7539
7540 2003-06-02 [paul]       0.9.0claws11
7541
7542         * sync with 0.9.1cvs1
7543                 see ChangeLog 2003-06-02
7544                 
7545         * po/de.po
7546                 update by Jens
7547
7548 2003-06-01 [christoph]  0.9.0claws10
7549
7550         * src/account.c
7551                 don't use substring search to find accounts by email address
7552
7553         (closes Bug 169 Overly loose matching of "From" address)
7554
7555 2003-05-31 [christoph]  0.9.0claws9
7556
7557         * doc-src/rfc2683.txt
7558         * src/imap.c
7559                 limit IMAP command length as recommended in RFC2683
7560                 (message number lists will be split into multiple imap
7561                 sets, the limit of 1000 octets is not a hard limit)
7562
7563         (closes Bug 161 sylpheed-claws exits with segfault when logging
7564          in to certain imap-servers)
7565
7566 2003-05-29 [alfons]     0.9.0claws8
7567
7568         * src/toolbar.[ch]
7569                 add print button (calling summary_print());
7570                 fine tune setting tooltip text;
7571                 (if someone needs other buttons, please take these 
7572                 commits as a guide, instead of bothering us - also
7573                 see 0.8.11claws150) 
7574
7575 2003-05-29 [darko]      0.9.0claws7
7576
7577         * src/compose.c
7578                 fix crash when word wrapping kicks in due to
7579                 changed text by spell checker
7580
7581 2003-05-29 [paul]       0.9.0claws6
7582
7583         * src/compose.c
7584                 fix bug where changing account would insert
7585                 sig even if auto_sig was FALSE
7586                 
7587         * ChangeLog
7588           ChangeLog.jp
7589           INSTALL
7590                 sync with 0.9.1 release
7591
7592 2003-05-28 [christoph]  0.9.0claws5
7593
7594         * src/imap.c
7595                 fix truncation of too long commands
7596
7597         (closes Bug 167 IMAP hangs trying to get envelope
7598          information in imap_get_uncached_messages)
7599
7600 2003-05-27 [paul]       0.9.0claws4
7601
7602         * tools/Makefile.am
7603           tools/maildir2sylpheed.pl     ** NEW FILE **
7604                 add kmail to sylpheed mailbox conversion script
7605
7606 2003-05-27 [paul]       0.9.0claws3
7607
7608         * sync with 0.9.0cvs10
7609                 see ChangeLog 2003-05-26
7610
7611 2003-05-26 [paul]       0.9.0claws2
7612
7613         * sync with 0.9.0cvs9
7614                 see ChangeLog 2003-05-26
7615
7616 2003-05-24 [paul]       0.9.0claws1
7617
7618         * sync with 0.9.0cvs8
7619                 see ChangeLog 2003-05-23
7620
7621 2003-05-24 [paul]       0.9.0claws
7622
7623         * version 0.9.0claws released
7624
7625 2003-05-24 [paul]       0.8.11claws177
7626
7627         * src/plugins/dillo-viewer/Makefile.am
7628           src/plugins/traycon/Makefile.am
7629                 add missing files
7630                 
7631         * po/bg.po
7632           po/en_GB.po
7633           po/es.po
7634           po/it.po
7635           po/pt_BR.po
7636           po/ru.po
7637           po/sr.po
7638                 update Bulgarian, British English, Spanish, Italian, 
7639                 Brazilian Portuguese, Russian, and Serbian translations, 
7640                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7641                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7642                 Ruslan N. Balkin, and Urke MMI
7643
7644 2003-05-23 [melvin]     0.8.11claws176
7645
7646         * po/fr.po
7647                 Updated French translations
7648
7649 2003-05-22 [paul]       0.8.11claws175
7650
7651         * src/Makefile.am
7652           src/addrbook.[ch]
7653           src/addrcache.[ch]
7654           src/addr_compl.[ch]
7655           src/adressbook.[ch]
7656           src/addrindex.[ch]
7657           src/addritem.[ch]
7658           src/editaddress.c
7659           src/editgroup.c
7660           src/editldap_basedn.c
7661           src/editldap.c
7662           src/jpilot.c
7663           src/vcard.c
7664                 revert to get ldap into it previous working state
7665                 
7666         * po/zh_TW.Big5.po
7667                 new Taiwanese translation,
7668                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7669
7670 2003-05-22 [christoph]  0.8.11claws174
7671
7672         * src/plugins/spamassassin/libspamc.[ch]
7673                 sync libspamc with SpamAssaain release 2.55
7674
7675 2003-05-22 [paul]       0.8.11claws173
7676
7677         * sync with 0.9.0cvs7
7678                 see ChangeLog 2003-05-22
7679                 
7680         * src/summaryview.c
7681                 revert change in 0.8.11claws172: follow
7682                 Hiroyuki's decision and that's the end of it.
7683
7684 2003-05-21 [paul]       0.8.11claws172
7685
7686         * src/summaryview.c
7687                 fix discrepency between open_unread_on_enter
7688                 and always_show_msg
7689
7690 2003-05-21 [paul]       0.8.11claws171
7691
7692         * sync with 0.9.0cvs6
7693                 see ChangeLog 2003-05-21
7694
7695 2003-05-21 [paul]       0.8.11claws170
7696
7697         * sync with 0.9.0cvs5
7698                 see ChangeLog 2003-05-21
7699
7700 2003-05-20 [paul]       0.8.11claws169
7701
7702         * sync with 0.9.0cvs4
7703                 see ChangeLog 2003-05-20
7704                 fixes bug #152, 'encoding of IMAP folders names'
7705
7706 2003-05-20 [paul]       0.8.11claws168
7707
7708         * sync with 0.9.0cvs3
7709                 see ChangeLog 2003-05-20
7710                 
7711         * src/tools/convert_mbox.pl
7712                 minor change in the comments, submitted by Fred Marton
7713
7714 2003-05-19 [paul]       0.8.11claws167
7715
7716         * src/plugins/clamav/Makefile.am
7717           configure.ac
7718                 link clamav_lib to the plugin and not to the main program
7719
7720 2003-05-19 [christoph]
7721
7722         * src/Makefile.am
7723                 add -export-dynamic for linking
7724
7725 2003-05-19 [paul]       0.8.11claws166
7726
7727         * sync with 0.9.0cvs1
7728                 see ChangeLog 2003-05-19
7729
7730 2003-05-19 [paul]       0.8.11claws165
7731
7732         * src/inc.c
7733                 fix 'pop before smtp' timeout
7734
7735 2003-05-18 [alfons]     0.8.11claws164
7736
7737         * src/prefs_matcher.c
7738                 put "execute" action command line ("expression") in edit box
7739
7740 2003-05-18 [christoph]  0.8.11claws163
7741
7742         * src/mimeview.[ch]
7743         * src/plugins/dillo_viewer/dillo_viewer.c
7744         * src/plugins/image_viewer/viewer.c
7745         * src/plugins/mathml_viewer/mathml_viewer.c
7746                 let a viewer have a list of Content-Types
7747
7748 2003-05-18 [paul]       0.8.11claws162
7749
7750         * src/prefs_filtering.c
7751                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7752                 and REDIRECT actions
7753
7754 2003-05-17 [christoph]
7755
7756         * README.claws
7757                 o remove dynamic signatures that was syned with main
7758                 o add infos about no longer "build in" image viewer
7759                 o update bugtracker URL
7760
7761 2003-05-17 [christoph]  0.8.11claws161
7762
7763         * src/folder.c
7764         * src/folderview.c
7765         * src/imap.c
7766                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7767                 for every folder after rebuilding the folder tree.
7768
7769         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7770          messages)
7771
7772 2003-05-17 [christoph]  0.8.11claws160
7773
7774         * src/imap.c
7775                 don't use STATUS command on current folder to check for
7776                 content changes. imap_cmd_ok() now tracks changes to
7777                 folder and number of existing messages.
7778
7779 2003-05-17 [paul]       0.8.11claws159
7780
7781         * src/plugins/clamav/clamav_plugin.c
7782                 remove unnecessary debug_print
7783
7784 2003-05-16 [thorsten]   0.8.11claws158
7785
7786         * src/plugins/demo.c
7787                 included missing intl.h
7788
7789 2003-05-16 [paul]       0.8.11claws157
7790
7791         * po/POTFILES.in
7792                 remove non-existant entries
7793         
7794         * src/plugins/clamav/clamav_plugin.c
7795           src/plugins/clamav/clamav_plugin_gtk.c
7796           src/plugins/dillo_viewer/dillo_prefs.c
7797           src/plugins/dillo_viewer/dillo_viewer.c
7798                 gettextise
7799
7800 2003-05-16 [christoph]  0.8.11claws156
7801
7802         * po/POTFILES.in
7803                 include plugin .c files for translation until I
7804                 find a better solution to have plugins have their
7805                 own textdomain
7806         * src/plugins/demo/demo.c
7807         * src/plugins/image_viewer/plugin.c
7808         * src/plugins/mathml_viewer/mathml_viewer.c
7809         * src/plugins/spamassassin/spamassassin.c
7810         * src/plugins/spamassassin/spamassassin_gtk.c
7811         * src/plugins/trayicon/trayicon.c
7812                 add gettext macros for plugin name and description
7813
7814 2003-05-16 [paul]
7815
7816         * sync with 0.9.0
7817
7818 2003-05-16 [paul]       0.8.11claws155
7819
7820         * sync with lastest 0.9.0pre1
7821                 see ChangeLog 2003-05-16
7822
7823 2003-05-15 [paul]       0.8.11claws154
7824
7825         * sync with latest 0.9.0pre1
7826                 see ChangeLog 2003-05-14 and 2003-05-15
7827
7828 2003-05-14 [christoph]  0.8.11claws153
7829
7830         * src/plugins/image_viewer/viewer.c
7831         * src/plugins/image_viewer/viewer.glade         ** NEW **
7832         * src/plugins/image_viewer/viewerprefs.c
7833                 make it possible to disable the autoload function in the
7834                 imageviewer again
7835
7836 2003-05-14 [christoph]  0.8.11claws152
7837
7838         * src/folder.c
7839                 fix folder update after adding a message
7840
7841 2003-05-13 [alfons]     0.8.11claws151
7842
7843         * src/common/session.c
7844                 remove debug traces
7845                 
7846         * src/addrcache.[ch]
7847         * src/filtering.[ch]
7848         * src/folder.[c]
7849         * src/gtkaspell.[ch]
7850         * src/imap.[ch]
7851         * src/mbox_folder.[ch]
7852         * src/mh.[ch]
7853         * src/mimeview.h
7854         * src/msgcache.[ch]
7855         * src/news.[ch]
7856         * src/passphrase.[ch]
7857         * src/prefs_common.[ch]
7858         * src/prefs_gtk.[ch]
7859         * src/procmsg.c
7860         * src/scoring.[ch]
7861                 be pedantic; (in prototypes () implies (int))
7862
7863 2003-05-13 [alfons]     0.8.11claws150
7864
7865         * src/prefs_toolbar.[ch]
7866         * src/summaryview.[ch]
7867         * src/toolbar.[ch]
7868                 change misleading text in toolbar prefs;
7869                 add toolbar action for ignore thread (toggles ignore thread flag);
7870                 clean up a little bit;
7871
7872 2003-05-12 [paul]
7873
7874         * tools/convert_mbox.pl
7875                 bug fixed by Fred Marton
7876
7877 2003-05-12 [paul]
7878
7879         * sync with 0.9.0pre1
7880
7881 2003-05-09 [paul]       0.8.11claws149
7882
7883         * sync with 0.8.11cvs43
7884                 see ChangeLog 2003-05-09
7885
7886 2003-05-08 [christoph]  0.8.11claws148
7887
7888         * src/imap.[ch]
7889                 o use CAPABILIY as first command and check for PREAUTH
7890                   information in the response to it
7891                 o rewrite all imap_cmd_* functions to use an IMAPSession
7892                   instead of a SockInfo as parameter
7893                 o do STARTTLS after fetching and checking the server
7894                   capabilities
7895
7896 2003-05-08 [paul]       0.8.11claws147
7897
7898         * tools/Makefile.am
7899           tools/README
7900           tools/convert_mbox.pl         ** NEW FILE **
7901                 add mbox conversion script. Submitted by 
7902                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7903
7904 2003-05-07 [christoph]
7905
7906         * doc-src/glade.txt
7907         * src/gtk/pluginwindow.glade
7908         * src/plugins/image_viewer/viewerprefs.glade
7909         * src/plugins/spamassassin/spamassassin_gtk.glade
7910                 add glade files for user interfaces and a description how
7911                 to use glade to create the sylpheed code
7912
7913 2003-05-07 [paul]       0.8.11claws146
7914
7915         * sync with 0.8.11cvs41
7916                 see ChangeLog 2003-05-07
7917
7918 2003-05-06 [christoph]  0.8.11claws145
7919
7920         * src/main.c
7921         * src/plugins/image_viewer/viewer.c
7922                 fix usage of imlib in imageviewer plugin
7923
7924         * src/gtk/prefswindow.c
7925                 handle window close event correctly
7926
7927 2003-05-06 [paul]       0.8.11claws144
7928
7929         * src/common/ssl.c
7930                 fix typo introduced in sync
7931
7932 2003-05-06 [paul]       0.8.11claws143
7933
7934         * sync with 0.8.11cvs39
7935                 see ChangeLog 2003-05-06
7936
7937 2003-05-06 [paul]       0.8.11claws142
7938
7939         * AUTHORS
7940           po/cs.po
7941                 updated Czech translation, submitted by 
7942                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7943                 
7944         * src/plugins/clamav/clamav_plugin_gtk.c
7945                 clean up
7946
7947 2003-05-03 [alfons]     0.8.11claws141
7948
7949         * src/compose.[ch]
7950                 make paste as quotation work even when the call to 
7951                 text_inserted() was deferred (fixes bug #140 "Paste 
7952                 as quotation does not work when using "external" 
7953                 clipboard")
7954
7955 2003-05-03 [thorsten]   0.8.11claws140
7956
7957         * src/addrquery.h
7958           src/ldapquery.h
7959           src/mainwindow.c
7960                 removed C++ comments
7961         * src/addr_compl.c
7962                 function with non-int retval/param used before
7963                 implementation/declaration
7964
7965 2003-05-02 [paul]       0.8.11claws139
7966
7967         * src/addr_compl.[ch]
7968           src/addressbook.[ch]
7969           src/addrindex.c
7970           src/summaryview.c
7971                 revert match's changes to (finally) remove the bug where
7972                 opening a folder causes massive slowdown when using the 
7973                 'Display sender using address book' option
7974
7975 2003-05-01 [melvin]     0.8.11claws138
7976
7977         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7978         * src/plugins/dillo_viewer/dillo_viewer.c
7979                 Fixed bug where "Cancel" button from prefs issued
7980                 warnings.
7981                 Comply a little more to coding style
7982
7983 2003-05-01 [paul]       0.8.11claws137
7984
7985         * sync with 0.8.11cvs38
7986                 see ChangeLog 2003-05-01
7987
7988 2003-05-01 [paul]       0.8.11claws136
7989
7990         * po/bg.po
7991                 updated by George Danchev
7992
7993 2003-04-30 [christoph]  0.8.11claws135
7994
7995         * src/plugins/dillo_viewer/dillo_prefs.c
7996         * src/plugins/image_viewer/viewerprefs.c
7997         * src/plugins/spamassassin/spamassassin_gtk.c
7998                 remove gtk_widget_ref() calls for widgets in
7999                 glade code
8000
8001 2003-04-30 [paul]       0.8.11claws134
8002
8003         * src/addrindex.c
8004                 ok, this time a better fix for the bug where opening folder
8005                 has massive slowdown when using the 'Display sender using 
8006                 address book' option
8007
8008 2003-04-30 [paul]       0.8.11claws133
8009
8010         * src/addrindex.c
8011                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8012         
8013 2003-04-30 [melvin]     0.8.11claws132
8014
8015         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8016
8017         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8018                 Preferences for the dillo plugin
8019         * src/plugins/dillo_viewer/dillo_viewer.c
8020                 Support for preferences
8021         * src/plugins/dillo_viewer/Makefile.am
8022                 Added dillo_prefs.[ch]
8023
8024 2003-04-30 [alfons]     0.8.11claws131
8025
8026         * src/common/plugin.[ch]
8027                 see? this ANSI C'fication immediately gives us type
8028                 checking for free.
8029
8030 2003-04-30 [alfons]     0.8.11claws130
8031
8032         * src/common/plugin.[ch]
8033         * src/plugins/clamav/clamav_plugin.[ch]
8034         * src/plugins/clamav/clamav_plugin_gtk.c
8035         * src/plugins/demo/demo.c
8036         * src/plugins/dillo_viewer/dillo_viewer.c
8037         * src/plugins/image_viewer/plugin.c
8038         * src/plugins/image_viewer/viewer.[ch]
8039         * src/plugins/image_viewer/viewerprefs.[ch]
8040         * src/plugins/mathml_viewer/mathml_viewer.c
8041         * src/plugins/spamassassin/spamassassin.[ch]
8042         * src/plugins/spamassassin/spamassassin_gtk.c
8043         * src/plugins/trayicon/trayicon.c
8044                 clean up
8045
8046 2003-04-30 [alfons]     0.8.11claws129
8047
8048         * src/common/utils.c
8049                 make is_ascii_str() fail gracefully when NULL pointer
8050                 is passed
8051
8052 2003-04-30 [paul]       0.8.11claws128
8053
8054         * src/addrindex.c
8055                 fix bug where opening folder has massive slowdown when
8056                 using the 'Display sender using address book' option
8057
8058 2003-04-30 [paul]       0.8.11claws127
8059
8060         * src/plugins/clamav/clamav_plugin.c
8061           src/plugins/clamav/clamav_plugin_gtk.c
8062           src/plugins/demo/demo.c
8063           src/plugins/dillo_viewer/dillo_viewer.c
8064           src/plugins/image_viewer/plugin.c
8065           src/plugins/mathml_viewer/mathml_viewer.c
8066           src/plugins/spamassassin/spamassassin.c
8067           src/plugins/spamassassin/spamassassin_gtk.c
8068           src/plugins/trayicon/trayicon.c
8069                 get rid of eye-hurting function signatures
8070
8071 2003-04-30 [paul]       0.8.11claws126
8072
8073         * src/plugins/trayicon/trayicon.c
8074                 add description
8075                 
8076         * src/mimeview.c
8077                 be more descriptive
8078
8079 2003-04-30 [paul]       0.8.11claws125
8080
8081         * configure.ac
8082                 arrange the plugins in reverse alphabetical order
8083                 
8084         * src/plugins/clamav/clamav_plugin.[ch]
8085           src/plugins/clamav/clamav_plugin_gtk.c
8086                 rename some params
8087                 resize max_size window
8088                 re-arrange the order of some gui elements
8089                 improve descriptions
8090         
8091         * src/plugins/image_viewer/plugin.c
8092           src/plugins/mathml_viewer/mathml_viewer.c
8093                 add descriptions
8094                 
8095         * src/plugins/spamassassin/spamassassin_gtk.c
8096                 resize max_size window
8097                 re-arrange the order of some gui elements
8098                 
8099         * src/messageview.c
8100           src/mimeview.c
8101                 correct typos
8102
8103 2003-04-30 [alfons]     0.8.11claws124
8104
8105         * src/imap.c
8106                 fix a leak found while browsing Martin Kluge's 
8107                 valgrind log (Claws only)
8108
8109 2003-04-29 [darko]      0.8.11claws123
8110
8111         * src/gtk/gtkstext.h
8112                 include wchar.h if it is available, fixes compilation
8113                 on HP-UX systems
8114
8115 2003-04-29 [melvin]     0.8.11claws122
8116
8117         * src/prefs_actions.c
8118                 Improved help text of Actions' syntax
8119
8120 2003-04-28 [paul]       0.8.11claws121
8121
8122         * src/action.c
8123                 a better fix for the crash when performing an action
8124                 on a mime part
8125
8126 2003-04-28 [paul]       0.8.11claws120
8127
8128         * src/action.c
8129                 fix crash when performing an action on a
8130                 mime part
8131
8132 2003-04-28 [paul]       0.8.11claws119
8133
8134         * sync with 0.8.11cvs36
8135                 see ChangeLog 2003-04-28
8136
8137 2003-04-27 [paul]       0.8.11claws118
8138
8139         * more sync with 0.8.11cvs35
8140                 see ChangeLog 2003-04-25
8141
8142 2003-04-26 [christoph]  0.8.11claws117
8143
8144         * src/folder.c
8145                 fix remove virtual check
8146
8147 2003-04-26 [paul]       0.8.11claws116
8148
8149         * src/messageview.c
8150                 fix return-receipt, make it work again
8151
8152 2003-04-26 [paul]       0.8.11claws115
8153
8154         * src/mimeview.c
8155                 restore double-clicking of the [application/pgp-signature 
8156                 (Select "Check signature" to check)] line in the message view,
8157                 broken in recent sync
8158
8159 2003-04-26 [christoph]  0.8.11claws114
8160
8161         * src/folder.c
8162                 check if remove virtual really exists before
8163                 calling the function
8164
8165 2003-04-25 [match]      0.8.11claws113
8166
8167         * src/addrindex.c
8168         * src/addrbook.c
8169         * src/ldapquery.[ch]
8170         * src/ldapctrl.[ch]
8171                 fix memleak.
8172         * src/ldapserver.[ch]
8173                 fix memleak. fix segfault.
8174                 plug a Claws memleak
8175
8176 2003-04-25 [alfons]     0.8.11claws112
8177
8178         * src/folder.c
8179                 plug a Claws memleak
8180
8181 2003-04-25 [alfons]     0.8.11claws111
8182
8183         * src/common/session.c
8184                 plug a memleak
8185
8186 2003-04-25 [paul]       0.8.11claws110
8187
8188         * sync with 0.8.11cvs35
8189                 see ChangeLog 2003-04-24 and 2003-04-25
8190                 
8191         * src/gtk/pluginwindow.c
8192                 correct another strange float value
8193
8194 2003-04-24 [christoph]  0.8.11claws109
8195
8196         * src/folder.c
8197                 freeze folder item updates when unsetting new flags
8198
8199         * src/gtk/pluginwindow.c
8200                 correct strange float value
8201
8202 2003-04-23 [paul]       0.8.11claws108
8203
8204         * sync with 0.8.11cvs33
8205                 see ChangeLog 2003-04-23
8206
8207 2003-04-22 [paul]       0.8.11claws107
8208
8209         * src/Makefile.am
8210           src/messageview.c
8211           src/mimeview.c
8212           src/pgptext.[ch]      ** REMOVED **
8213                 remove pgptext.[ch] as its not used any more
8214
8215 2003-04-22 [paul]       0.8.11claws106
8216
8217         * sync with 0.8.11cvs31
8218                 see ChangeLog 2003-04-21 and 2003-04-22
8219
8220 2003-04-21 [alfons]     0.8.11claws105
8221
8222         * src/main.c
8223                 No access to GTK structures if we're a spawned child
8224                 (and clean up code a little bit...) Should fix #126.
8225
8226 2003-04-21 [melvin]     0.8.11claws104
8227
8228         * src/plugins/dillo_viewer/README
8229                 Improved slightly the text.
8230
8231 2003-04-21 [melvin]     0.8.11claws103
8232
8233         * src/plugins/dillo_viewer/README *** NEW ***
8234                 Added a README file for the Dillo plugin
8235
8236 2003-04-20 [paul]
8237
8238         * tools/README
8239           tools/outlook2sylpheed.pl
8240                 updated and improved by Ricardo Mones Lastra
8241
8242 2003-04-18 [oliver]     0.8.11claws102
8243
8244         * src/inc.c 
8245         * src/prefs_account.h
8246                 remove Pop3SessionType (used by selective download)
8247         * src/prefs_toolbar.c
8248                 enable set Default Toolbar button
8249
8250 2003-04-18 [paul]       0.8.11claws101
8251
8252         * sync with 0.8.11cvs29
8253                 see ChangeLog 2003-04-18
8254
8255 2003-04-17 [paul]       0.8.11claws100
8256
8257         * src/prefs_common.[ch]
8258           src/summaryview.c
8259                 remove 'Open next message on deletion' option,
8260                 as the same effect can now be achieved via the
8261                 'Always open messages in summary when selected'
8262                 option.
8263
8264 2003-04-17 [paul]       0.8.11claws99
8265
8266         * sync with 0.8.11cvs28
8267                 see ChangeLog 2003-04-17
8268
8269 2003-04-17 [christoph]  0.8.11claws98
8270
8271         * ac/spamassassin.m4
8272         * src/plugins/spamassassin/libspamc.[ch]
8273         * src/plugins/spamassassin/utils.[ch]
8274                 sync libspamc with SpamAssassin project
8275
8276 2003-04-17 [christoph]  0.8.11claws97
8277
8278         * src/common/socket.h
8279         * src/gtk/sslcertwindow.h
8280                 rename old USE_SSL to USE_OPENSSL
8281
8282 2003-04-17 [paul]       0.8.11claws96
8283
8284         * src/prefs_common.h
8285                 use gulong for P_COLOR so that it compiles/runs on
8286                 64-bit systems. Patch submitted by James Noyes
8287                 <jnoyes-claws@retrogeeks.com>
8288                 
8289         * po/de.po
8290                 updated by Jens
8291
8292 2003-04-17 [paul]       0.8.11claws95
8293
8294         * sync with 0.8.11cvs27
8295                 see ChangeLog 2003-04-16
8296
8297 2003-04-15 [paul]       0.8.11claws94
8298
8299         * src/prefs_common.[ch]
8300                 rearrange to stop the window getting too long:
8301                         move Receive dialog stuff to Receive tab
8302                         move Send dialog to Send tab
8303                         remove Dialogs frame
8304                 rename 'Open messages in summary with cursor keys' to
8305                 'Always open messages in summary when selected', as its
8306                 more appropriate
8307
8308 2003-04-15 [paul]       0.8.11claws93
8309
8310         * src/prefs_common.[ch]
8311           src/summaryview.c
8312                 add new option '/Interface/Open next message on deletion'
8313
8314 2003-04-15 [paul]       0.8.11claws92
8315
8316         * src/summaryview.[ch]
8317                 add /Mark/Lock and /Mark/Unlock to the pop-up
8318                 menu. Patch submitted by Ivan Francolin Martinez
8319                 <ivanfm@users.sourceforge.net>
8320
8321 2003-04-15 [paul]       0.8.11claws91
8322
8323         * sync with 0.8.11cvs24
8324                 see ChangeLog 2003-04-15
8325
8326 2003-04-14 [jens]       0.8.11claws90
8327
8328         * updated German translation and some corrections from
8329                 Roland Bless <bless@tm.uka.de>
8330
8331 2003-04-14 [paul]       0.8.11claws89
8332
8333         * sync with 0.8.11cvs22
8334                 see ChangeLog 2003-04-14
8335
8336 2003-04-13 [paul]       0.8.11claws88
8337
8338         * src/plugins/clamav/clamav_plugin.c
8339                 fix memory leaks
8340                 clean up
8341
8342 2003-04-12 [paul]       0.8.11claws87
8343
8344         * src/plugins/clamav/clamav_plugin.c
8345                 activate enable/disable archive scanning option
8346                 
8347         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8348
8349 2003-04-12 [paul]       0.8.11claws86
8350
8351         * src/plugins/Makefile.am
8352           src/plugins/clamav/Makefile.am                ** NEW FILE **
8353           src/plugins/clamav/README                     ** NEW FILE ** 
8354           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8355           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8356                 add Clam AntiVirus plugin
8357
8358 2003-04-12 [paul]       0.8.11claws85
8359
8360         * sync with 0.8.11cvs21
8361                 see ChangeLog 2003-04-11
8362
8363 2003-04-11 [paul]       0.8.11claws84
8364
8365         * po/es.po
8366                 update Spanish translation. Submitted by Ricardo
8367                 Mones Lastra.
8368
8369 2003-04-10 [christoph]  0.8.11claws83
8370
8371         * src/mbox.c
8372                 fix typo that did not move unfiltered mails to destination
8373                 folder
8374
8375         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8376          when filtering from spool)
8377
8378 2003-04-10 [christoph]  0.8.11claws82
8379
8380         * src/imap.c
8381                 use BODY.PEEK instead of BODY in in message fetch operation
8382                 to make sure the IMAP server does not set the \Seen flag for
8383                 messages. Sylpheed does that later itself, when the message
8384                 is opened in sylpheed
8385
8386         (closes Bug 111 Claws destroys unread marks)
8387
8388 2003-04-09 [oliver]     0.8.11claws81
8389         
8390         * src/folder.c
8391                 fix crash in folder_destroy
8392         * README.claws
8393                 remove selective download
8394
8395 2003-04-09 [christoph]  0.8.11claws80
8396
8397         * src/imap.c
8398                 fix crash in imap_get_msginfo() when then fetched message
8399                 is not found
8400
8401         (closes Bug 110 Crash during mail composition)
8402
8403 2003-04-08 [christoph]  0.8.11claws79
8404
8405         * src/folder.c
8406         * src/prefs_account.c
8407                 Filter new messages that are found in an INBOX folder
8408                 when 'Filter messages on receiving' is enabled in the
8409                 Folder's AccountPrefs. This allows to use Sylpheed's
8410                 filtering engine for IMAP folders where messages are
8411                 added to the INBOX by a MTA
8412
8413 2003-04-08 [paul]       0.8.11claws78
8414
8415         * src/procmsg.h
8416                 clean up after last commit
8417
8418 2003-04-08 [paul]       0.8.11claws77
8419
8420         * sync with 0.8.11cvs20
8421                 see ChangeLog 2003-04-07 and 2003-04-08
8422
8423 2003-04-07 [christoph]  0.8.11claws76
8424
8425         * src/filtering.[ch]
8426         * src/inc.[ch]
8427         * src/mbox.c
8428         * src/procmsg.[ch]
8429                 add procmsg_msginfo_filter() to execute filtering actions
8430
8431 2003-04-06 [christoph]  0.8.11claws75
8432
8433         * src/imap.c
8434                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8435
8436 2003-04-06 [christoph]  0.8.11claws74
8437
8438         * src/common/utils.[ch]
8439                 add g_int_compare() function for slist sorting
8440
8441         * src/imap.c
8442                 fetch all MsgInfos with one command in imap_get_msginfos()
8443                 using an imap set with a list of ranges
8444
8445         * src/news.c
8446                 use new g_int_compare() function
8447
8448 2003-04-06 [thorsten]   0.8.11claws73
8449
8450         * src/mh.c
8451                 corrected implementation of mh_folder_destroy()
8452
8453 2003-04-05 [christoph]  0.8.11claws72
8454
8455         * src/account.c
8456         * src/folder.[ch]
8457         * src/folderview.c
8458         * src/imap.c
8459         * src/inc.c
8460         * src/main.c
8461         * src/mainwindow.c
8462         * src/mbox_folder.c
8463         * src/mh.c
8464         * src/mimeview.h
8465         * src/msgcache.[ch]
8466         * src/news.c
8467         * src/procmime.h
8468         * src/procmsg.[ch]
8469         * src/setup.c
8470         * src/gtk/gtkutils.c
8471                 o rename structure field names class and new to klass and
8472                   new_msgs, to allow including files in C++
8473                 o add 'extern "C"' block to some header files
8474                 o add MsgInfoList and MsgNumberList as alias for GSList for
8475                   developers to know what type of list is expected
8476
8477         * src/plugins/image_viewer/plugin.c
8478         * src/plugins/image_viewer/viewer.[ch]
8479         * src/plugins/image_viewer/viewerprefs.[ch]
8480                 rename function names to prevent conflicts
8481
8482 2003-04-05 [paul]       0.8.11claws71
8483
8484         * sync with 0.8.11cvs18
8485                 see ChangeLog 2003-04-03 and 2003-04-04
8486
8487 2003-04-02 [christoph]  0.8.11claws70
8488
8489         * src/folder.[ch]
8490         * src/imap.[ch]
8491         * src/mbox_folder.[ch]
8492         * src/mh.[ch]
8493         * src/news.[ch]
8494                 o Make all virtual folder functions private
8495                 o remove unused folder code
8496
8497         * src/common/socket.[ch]
8498         * src/summaryview.c
8499                 fix warnings
8500
8501 2003-03-30 [alfons]     0.8.11claws69
8502
8503         * src/send_message.c
8504                 remove two debug traces and see if people still report
8505                 errors
8506
8507 2003-03-30 [alfons]     0.8.11claws68
8508
8509         * src/send_message.c
8510         * src/commons/session.c
8511                 add more debug traces
8512
8513 2003-03-30 [christoph]  0.8.11claws67
8514
8515         * src/folder.c
8516                 change processing folder name from .processing to processing
8517
8518         * src/common/ssl.c
8519                 disable SSL certificate check because it causes Xlib error
8520                 when the child process want's to open an GTK window
8521
8522 2003-03-30 [christoph]  0.8.11claws66
8523
8524         * src/folder.c
8525                 don't use default folder for processing folder item because
8526                 it can be a non local folder
8527
8528         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8529
8530 2003-03-30 [alfons]     0.8.11claws65
8531
8532         * src/send_message.c
8533                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8534                 to generate bad code for 'send_send_data_progressive': When
8535                 called from 'send_send_data_finished', the 'data' pointer is
8536                 cleared just before the assignment to the dialog pointer
8537
8538 2003-03-29 [christoph]  0.8.11claws64
8539
8540         * src/common/prefs.h
8541         * src/plugins/image_viewer/Makefile.am
8542         * src/plugins/image_viewer/plugin.c
8543         * src/plugins/image_viewer/viewer.[ch]
8544         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8545                 add PrefsPage for ImageViewer
8546
8547 2003-03-28 [thorsten]   0.8.11claws63
8548
8549         * src/common/session.c
8550                 added some comments
8551
8552 2003-03-28 [paul]       0.8.11claws62
8553
8554         * sync with 0.8.11cvs16
8555                 see ChangeLog 2003-03-28
8556
8557 2003-03-28 [paul]       0.8.11claws61
8558
8559         * sync with 0.8.11cvs15
8560                 see ChangeLog 2003-03-28
8561
8562 2003-03-27 [christoph]  0.8.11claws60
8563
8564         * src/folder.c
8565         * src/imap.c
8566         * src/common/socket.[ch]
8567                 set socket state to DISCONNECTED when any operation
8568                 fails to allow reconnecting in IMAP code without
8569                 checking the return code of all calls to the command
8570                 functions
8571
8572         * src/folderview.c
8573         * src/summaryview.c
8574                 remove some more stuff that depends on specific
8575                 folder types
8576
8577 2003-03-27 [paul]       0.8.11claws59
8578
8579         * sync with 0.8.11cvs14
8580                 see ChangeLog 2003-03-27
8581                 
8582         * src/selective_download.[ch]   ** REMOVED **
8583                 really removed
8584
8585 2003-03-27 [christoph]  0.8.11claws58
8586
8587         * src/folder.c
8588                 fix handling of tmp_flags in flag copy function
8589
8590 2003-03-27 [paul]       0.8.11claws57
8591
8592         * sync with 0.8.11cvs13
8593                 see ChangeLog 2003-03-27
8594
8595 2003-03-27 [oliver]     0.8.11claws56
8596
8597         * src/maiwindow.c
8598                 remove sel_download_cb
8599
8600 2003-03-27 [oliver]     0.8.11claws55
8601         
8602         * src/inc.c
8603                 remove POP3_TOP
8604         
8605 2003-03-26 [oliver]     0.8.11claws54
8606
8607         *src/pop.h
8608                 remove POP3_TOP*
8609         * README.claws
8610                 remove selective donwload readme
8611
8612 2003-03-26 [oliver]     0.8.11claws53
8613         * src/matcher.[ch]
8614         * src/matcher_parser_parse.y 
8615         * src/pop.c 
8616         * src/prefs_account.[ch]
8617         * src/prefs_filtering.c
8618                 remove selective donwload
8619
8620 2003-03-26 [oliver]     0.8.11claws52
8621
8622         * src/inc.[ch] 
8623         * src/filtering.c 
8624         * src/mainwindow.c 
8625                 remove selective donwload
8626
8627 2003-03-26 [oliver]     0.8.11claws51
8628         
8629         * src/Makefile.am
8630         * src/selective_download.[ch]   ** REMOVE **    
8631
8632 2003-03-26 [christoph]  0.8.11claws50
8633
8634         * src/news.c
8635                 fix NEWS that got broken by a sync with sylpheed-main
8636
8637 2003-03-26 [christoph]  0.8.11claws49
8638
8639         * src/mimeview.c
8640                 fix mime type guessing when no mime type is found for a file
8641
8642 2003-03-25 [christoph]  0.8.11claws48
8643
8644         * src/mimeview.c
8645         * src/procmime.c
8646                 remove mime type guessing from mime parser and use
8647                 name based mime types in viewer lookup for mime type
8648                 application/octet-stream
8649
8650 2003-03-25 [christoph]  0.8.11claws47
8651
8652         * doc-src/readme.txt
8653         * doc-src/rfc2554.txt
8654                 add RFC about SMTP AUTH
8655
8656         * src/send_message.c
8657         * src/common/smtp.[ch]
8658                 add extra error code for authentication errors and
8659                 clear temporary password when this error occurs
8660
8661         (closes Bug 84 authentication failure while sending should
8662          prompt for password again)
8663
8664 2003-03-25 [christoph]  0.8.11claws46
8665
8666         * configure.ac
8667         * src/Makefile.am
8668         * src/imageview.[ch]                            ** REMOVE **
8669         * src/messageview.[ch]
8670         * src/mimeview.[ch]
8671         * src/prefs_common.[ch]
8672         * src/textview.c
8673         * src/plugins/Makefile.am
8674         * src/plugins/image_viewer/.cvsignore           ** NEW **
8675         * src/plugins/image_viewer/Makefile.am          ** NEW **
8676         * src/plugins/image_viewer/plugin.c             ** NEW **
8677         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8678                 move image viewer into a plugin (building is enabled by default)
8679                 [ToDo: Prefs for resize and autoview]
8680
8681 2003-03-25 [paul]       0.8.11claws45
8682
8683         * sync with 0.8.11cvs12
8684                 see ChangeLog 2003-03-26
8685
8686 2003-03-25 [paul]       0.8.11claws44
8687
8688         * sync with 0.8.11cvs11
8689                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8690                 
8691         Note: Selective Download is broken.
8692                 
8693 2003-03-22 [christoph]  0.8.11claws43
8694
8695         * src/folder.c
8696                 code cleanup for flags copying
8697
8698 2003-03-22 [christoph]  0.8.11claws42
8699
8700         * src/plugins/trayicon/trayicon.c
8701                 fix setting the transparent area when the window size
8702                 is forced by the system tray
8703
8704 2003-03-22 [christoph]  0.8.11claws41
8705
8706         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8707         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8708         * src/plugins/trayicon/newmail.xpm              ** NEW **
8709         * src/plugins/trayicon/nomail.xpm               ** NEW **
8710         * src/plugins/trayicon/trayicon.c
8711         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8712                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8713                 o add icon for unread mails
8714                 o set transparency for window
8715
8716 2003-03-22 [christoph]  0.8.11claws40
8717
8718         * src/news.c
8719                 init news session to prevent crash when session is closed
8720
8721 2003-03-22 [christoph]  0.8.11claws39
8722
8723         * src/imap.c
8724         * src/common/session.[ch]
8725                 Init session data to make sure we don't have invalid pointers
8726                 for read_ch and write_ch when new multi process sessions are
8727                 not used
8728
8729         * src/main.c
8730         * src/common/plugin.c
8731         * src/common/sylpheed.c
8732         * src/plugins/demo/demo.c
8733         * src/plugins/dillo_viewer/dillo_viewer.c
8734         * src/plugins/mathml_viewer/mathml_viewer.c
8735         * src/plugins/spamassassin/spamassassin.c
8736         * src/plugins/spamassassin/spamassassin_gtk.c
8737                 add plugin types to allow loading plugins at different times
8738                 (and maybe for different frontends), because it's not good to
8739                 load GTK-Plugins gefore gtk_init was called
8740
8741         * configure.ac
8742         * src/plugins/Makefile.am
8743         * src/plugins/trayicon/.cvsignore               ** NEW **
8744         * src/plugins/trayicon/Makefile.am              ** NEW **
8745         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8746         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8747         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8748         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8749         * src/plugins/trayicon/trayicon.c               ** NEW **
8750                 New Trayicon plugin that shows an icon in a systray that uses
8751                 XEMBED protocol like Gnome's systray. Icon shows if there
8752                 are new mails and a tooltip shows information about new,
8753                 unread and total messages.
8754
8755 2003-03-22 [paul]       0.8.11claws38
8756
8757         * src/common/smtp.c
8758                 fix ESMTP AUTH CRAM-MD5
8759                 [sync with main (still version 0.8.11cvs6), see
8760                  ChangeLog 2003-03-22]
8761
8762 2003-03-21 [colin]      0.8.11claws37
8763
8764         * src/send_message.c
8765                 Fix USE_SSL => USE_OPENSSL
8766
8767 2003-03-21 [colin]      0.8.11claws36
8768
8769         * src/folderview.c
8770                 Fix counts in drag and dropped subfolders
8771
8772 2003-03-21 [colin]      0.8.11claws35
8773
8774         * src/folder.c 
8775         * src/folderview.c
8776                 speed up a bit folder dnd
8777
8778 2003-03-20 [alfons]     0.8.11claws34
8779
8780         * src/main.c
8781         * src/toolbar.c
8782         * src/procmsg.c
8783                 don't send locked queue messages
8784                 (feature request "[ 705245 ] Locking message in outbox 
8785                  should prevent sending")
8786
8787 2003-03-20 [christoph]  0.8.11claws33
8788
8789         * src/folder.c
8790                 remove NEW and UNREAD flag in special folders when scanning
8791                 
8792         * src/common/smtp.c
8793                 fix ESMTP AUTH CRAM-MD5
8794
8795 2003-03-20 [paul]       0.8.11claws32
8796
8797         * src/prefs_account.c
8798                 Re-write 'Tunnel command to open connection' as
8799                 'Use command to communicate with server', and disable
8800                 it for all except IMAP accounts
8801
8802 2003-03-20 [paul]       0.8.11claws31
8803
8804         * sync with 0.8.11cvs6
8805                 see ChangeLog 2003-03-20
8806
8807 2003-03-19 [match]      0.8.11claws30
8808
8809         * src/addritem.[ch]
8810                 include documentation. minor refactoring.
8811         * src/addr_compl.[ch]
8812         * src/addrindex.[ch]
8813         * src/addresbook.[ch]
8814         * src/summaryview.c
8815                 re-enable address lookup (was disabled in
8816                 0.8.11claws20).
8817
8818 2003-03-19 [christoph]  0.8.11claws29
8819
8820         * src/procmsg.c
8821                 add temp flag handling, will make moving and copying
8822                 messages possible again
8823
8824         * src/folder.c
8825                 correct calulation of folder stats
8826
8827 2003-03-18 [match]      0.8.11claws28
8828
8829         * src/editgroup.h
8830                 remove case sensitive comparison (closes bug 80).
8831
8832 2003-03-18 [christoph]  0.8.11claws27
8833
8834         * src/imap.c
8835                 fix imap using a tunnel command
8836
8837         (closes bug 87)
8838
8839 2003-03-18 [christoph]  0.8.11claws26
8840
8841         * src/folder.[ch]
8842         * src/imap.c
8843         * src/procmsg.[ch]
8844                 rewrite flag handling for folders
8845
8846 2003-03-18 [christoph]  0.8.11claws25
8847
8848         * src/folder.c
8849         * src/procmsg.c
8850         * src/summaryview.c
8851                 unset NEW and UNREAD flags when message is ignored, to make
8852                 sure messages don't show up as unread on other IMAP clients,
8853                 because the IGNORE_THREAD flag can not be syncronized through
8854                 the IMAP folder
8855
8856 2003-03-17 [christoph]  0.8.11claws24
8857
8858         * src/imap.c
8859                 don't use recursion to fetch uids when the number of messages
8860                 does not match. Moved code into subfunction that is used
8861                 again when needed, to prevent an endless loop.
8862
8863 2003-03-17 [thorsten]   0.8.11claws23
8864
8865         * src/imageview.[ch]
8866                 export imageview_get_resized_size() (for plugins)
8867         * src/prefs_common.[ch]
8868                 added prefs_common_get() (for plugins)
8869
8870 2003-03-17 [christoph]  0.8.11claws22
8871
8872         * src/imap.c
8873                 o remove UID guessing from copy code
8874                 o support UIDPLUS extension for APPEND command
8875
8876 2003-03-17 [paul]       0.8.11claws21
8877
8878         * src/gtk/about.c
8879                 remove 'Compiled-plugins' section.
8880                 
8881         * src/plugins/dillo_viewer/dillo_viewer.c
8882                 slight change to description text
8883
8884 2003-03-16 [match]      0.8.11claws20
8885         * src/ldapserver.[ch]           ** NEW **
8886         * src/ldapctrl.[ch]             ** NEW **
8887         * src/ldapquery.[ch]            ** NEW **
8888         * src/ldaputil.[ch]             ** NEW **
8889         * src/addrcindex.[ch]           ** NEW **
8890         * src/addrquery.h               ** NEW **
8891         * src/addritem.[ch]
8892         * src/addrcache.[ch]
8893         * src/addrindex.[ch]
8894         * src/addr_compl.[ch]
8895         * src/addressbook.[ch]
8896         * src/addrbook.[ch]
8897         * src/editgroup.c
8898         * src/editaddress.c
8899         * src/editldap.c
8900         * src/editldap_basedn.c
8901         * src/vcard.c
8902         * src/jpilot.c
8903         * src/Makefile.am
8904                 included dynamic LDAP queries. improved address
8905                 completion.
8906
8907 2003-03-16 [paul]       0.8.11claws19
8908
8909         * tools/multiwebsearch.pl
8910                 fix a fatal typo
8911
8912 2003-03-16 [christoph]  0.8.11claws18
8913
8914         * src/mimeview.c
8915         * src/plugins/dillo_viewer/dillo_viewer.c
8916         * src/plugins/mathml_viewer/mathml_viewer.c
8917                 make unregistering of MimeViewerFactorys possible
8918
8919 2003-03-16 [alfons]     0.8.11claws17
8920
8921         * configure.ac
8922                 correct typo
8923
8924 2003-03-16 [melvin]     0.8.11claws16
8925
8926         * src/plugins/dillo_viewer.c
8927                 Fixed bug where it was not possible to view more than
8928                 one text/html attachment per message (bug discovered
8929                 by Christoph Hohmann).
8930
8931 2003-03-15 [melvin]     0.8.11claws15
8932
8933         * src/prefs_actions.c
8934                 Fixed compilation warnings.
8935
8936 2003-03-15 [melvin]     0.8.11claws14
8937
8938         * src/plugins/Makefile.am
8939         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8940         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8941         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8942                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8943                 newer (http://dillo.auriga.wearlab.de/).
8944
8945 2003-03-15 [christoph]  0.8.11claws13
8946
8947         * src/imap.c
8948                 don't query imap folder for attributes because we already
8949                 for them from imap_status
8950
8951         * src/mimeview.[ch]
8952                 add support for plugable MimeViewers (unloading Viewers
8953                 not yet complete)
8954
8955         * src/plugins/Makefile.am
8956         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8957         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8958         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8959                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8960                 widget from http://helm.cs.unibo.it/mml-widget/
8961
8962 2003-03-14 [christoph]  0.8.11claws12
8963
8964         * src/folder.[ch]
8965                 o error return code's should better be negative
8966                 o replace printf with debug_print
8967
8968         * src/imap.c
8969                 improve IMAP folder scan by checking UID-NEXT
8970
8971         * src/summaryview.c
8972                 remove check that are unnecessary in my opinion
8973
8974 2003-03-13 [christoph]  0.8.11claws11
8975
8976         * src/folder.[ch]
8977         * src/foldersel.c
8978         * src/folderview.c
8979         * src/imap.c
8980         * src/mbox_folder.c
8981         * src/mh.c
8982         * src/news.c
8983         * src/prefs_scoring.c
8984         * src/summaryview.c
8985                 use a common function to get a displayable name
8986                 for a FolderItem
8987
8988 2003-03-13 [paul]       0.8.11claws10
8989
8990         * tools/Makefile.am
8991           tools/README
8992           tools/multiwebsearch.conf     ** NEW FILE **
8993           tools/multiwebsearch.pl       ** NEW FILE **
8994                 add multiwebsearch Actions script
8995
8996 2003-03-13 [colin]      0.8.11claws9
8997
8998         * src/compose.c
8999                 Remove leading emtpy lines from quoted text
9000                 before quoting it
9001
9002 2003-03-13 [melvin]     0.8.11claws8
9003
9004         * src/prefs_actions.c
9005                 Fixed a memory leak
9006                 Code clean ups
9007                 Added Cancel and OK buttons
9008                 Corrected help text
9009
9010 2003-03-13 [christoph]  0.8.11claws7
9011
9012         * src/account.c
9013         * src/folder.[ch]
9014         * src/imap.c
9015         * src/mainwindow.c
9016         * src/mbox_folder.c
9017         * src/mh.c
9018         * src/news.c
9019         * src/setup.c
9020                 replace more folder type stuff with folder class stuff
9021
9022 2003-03-13 [melvin]     0.8.11claws6
9023
9024         * src/prefs_actions.c
9025                 Added new tokens:
9026                 %u: user provided argument
9027                 %h: user provided argument (hidden on input)
9028                 %s: current text selection in the message view 
9029
9030 2003-03-13 [paul]       0.8.11claws5
9031
9032         * sync with 0.8.11cvs5
9033                 see ChangeLog 2003-03-11, 2003-03-12
9034
9035 2003-03-12 [christoph]  0.8.11claws4
9036
9037         * src/folder.c
9038                 use folder class idstr when writing folderlist.xml
9039
9040         * src/folder.h
9041         * src/imap.c
9042         * src/news.c
9043                 replace folder type checks with folder class checks
9044
9045 2003-03-12 [christoph]  0.8.11claws3
9046
9047         * src/folder.[ch]
9048         * src/imap.[ch]
9049         * src/main.c
9050         * src/mbox_folder.[ch]
9051         * src/mh.[ch]
9052         * src/news.[ch]
9053                 o create a list of known folder classes in the folder system
9054                 o use folder class id strings for folder item identifiers
9055
9056 2003-03-12 [christoph]  0.8.11claws2
9057
9058         * src/imap.c
9059                 fix imap uid validity check
9060
9061 2003-03-12 [christoph]  0.8.11claws1
9062
9063         * src/account.c
9064         * src/folder.[ch]
9065         * src/foldersel.c
9066         * src/folderview.c
9067         * src/imap.c
9068         * src/mainwindow.c
9069         * src/mbox_folder.c
9070         * src/mh.c
9071         * src/news.c
9072         * src/prefs_scoring.c
9073         * src/procmsg.c
9074         * src/setup.c
9075         * src/summaryview.c
9076                 initial restructuring of folder system, seperating
9077                 folders and folder classes
9078
9079 2003-03-12 [paul]       0.8.11claws
9080
9081         0.8.11claws release
9082
9083 2003-03-12 [christoph]
9084
9085         * src/gtk/prefswindow.c
9086                 fix translation of "Page Index"
9087
9088 2003-03-12 [paul]       0.8.10claws110
9089
9090         a sync from 0.8.11cvs4 before the release
9091
9092         * src/common/utils.c
9093                 subject_compare_for_sort(): allow null strings (fixes
9094                 summary sorting).
9095
9096 2003-03-11 [paul]       0.8.10claws109
9097
9098         * po/es.po
9099                 update Spanish translation, submitted by
9100                 Ricardo Mones Lastra
9101
9102 2003-03-11 [melvin]     0.8.10claws108
9103
9104         * po/fr.po
9105                 Updated French translations
9106
9107 2003-03-11 [paul]       0.8.10claws107
9108
9109         * manual/en/Makefile.am
9110           manual/en/*.html
9111                 update English manual, add a new page
9112                 updated by Francois Barriere <fbarriere@atmel.fr>
9113                 
9114         * po/bg.po
9115           po/it.po
9116           po/sr.po
9117                 update Bulgarian, Italian, and Serbian translations
9118                 submitted by George Danchev, Alessandro Maestri, and
9119                 Urke MMI
9120
9121 2003-03-10 [paul]       0.8.10claws106
9122
9123         * src/gtk/about.c
9124           src/gtk/prefswindow.c
9125                 make some strings translatable
9126
9127 2003-03-10 [darko]      0.8.10claws105
9128
9129         * src/compose.c
9130                 code cleanup to make Hiro happy
9131
9132 2003-03-10 [paul]       0.8.10claws104
9133
9134         * sync with 0.8.11cvs2
9135                 see ChangeLog 2003-03-10
9136
9137 2003-03-09 [melvin]     0.8.10claws103
9138
9139         * src/textview.c
9140                 textview_set_font(): fix for message display in
9141                 UTF-8 locales (thanks to Sergey Vlasov).
9142                 (was unintentionnaly reverted in 0.8.6claws6)   
9143
9144 2003-03-08 [darko]      0.8.10claws102
9145
9146         * src/compose.c
9147                 fix infinite loop in wrapping as reported
9148                 by happycactus
9149                 obsoletes patch #696482
9150
9151 2003-03-08 [christoph]  0.8.10claws101
9152
9153         * src/imap.c
9154                 add workaround for IMAP servers that do not
9155                 support the "UID SEARCH UID" command
9156
9157 2003-03-07 [christoph]  0.8.10claws100
9158
9159         * src/plugins/spamassassin/spamassassin.[ch]
9160         * src/plugins/spamassassin/spamassassin_gtk.c
9161                 code cleanup
9162
9163 2003-03-07 [paul]       0.8.10claws99
9164
9165         * po/es.po
9166                 updated Spanish translation, submitted by
9167                 Ricardo Mones Lastra
9168
9169 2003-03-07 [christoph]  0.8.10claws98
9170
9171         * src/send.c
9172                 fix in 0.8.10claws94 was wrong
9173                 local delivery does not require escaping, remove escaping
9174                 code to make signatures of mails with "." lines valid
9175                 
9176                 NOTE: requires that sendmail is executed with "-i" option,
9177                       what is the default now, but has to be changed in all
9178                       exsiting accounts)
9179
9180 2003-03-07 [paul]       0.8.10claws97
9181
9182         * sync with 0.8.11 release
9183                 see ChangeLog 2003-03-07
9184
9185 2003-03-06 [paul]       0.8.10claws96
9186
9187         * src/compose.c
9188                 revert commit 0.8.10claws92
9189
9190 2003-03-06 [paul]       0.8.10claws95
9191
9192         * src/folderview.c
9193                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9194
9195         * src/gtkaspell.c
9196                 fix bug 74, 'Crash opening editor window with pseudo-color
9197                 display'
9198                 
9199         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9200
9201 2003-03-06 [christoph]  0.8.10claws94
9202
9203         * src/send.c
9204                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9205                 all lines starting with a period get an extra period
9206                 inserted
9207                 (found by Simon 'corecode' Schubert)
9208
9209 2003-03-06 [paul]       0.8.10claws93
9210
9211         * src/folderview.c
9212                 if configured font can't be loaded fall back to gtk
9213                 default. (with thanks to Christoph)
9214                 
9215                 closes long-standing bug 15 'Crashes on startup'
9216
9217 2003-03-06 [paul]       0.8.10claws92
9218
9219         * src/compose.c
9220                 freeze text before autosave and thaw afterwards
9221                 fixes bug 67 'autosave make re-rediting message crazy'
9222
9223 2003-03-06 [christoph]  0.8.10claws91
9224
9225         * src/compose.c
9226                 ignore address comment in dupe check for Cc-list
9227
9228         (closes reopened bug 47 Replying to message strips name part of
9229          e-mail addresses of Cc: lines)
9230
9231 2003-03-06 [paul]       0.8.10claws90
9232
9233         * src/Makefile.am
9234                 remove reference to gtkxtext.h as its no longer in
9235                 the repository
9236
9237 2003-03-06 [paul]       0.8.10claws89
9238
9239         * sync with 0.8.10cvs25
9240                 see ChangeLog 2003-03-06
9241
9242 2003-03-06 [oliver]     0.8.10claws88
9243         
9244         * src/messageview.c
9245                 remove include
9246
9247 2003-03-06 [oliver]     0.8.10claws87
9248         
9249         * src/folderview.c 
9250                 remove changes introduced inclaws74
9251         * src/messageview.c
9252                 another attempt to sanely delete and update
9253                 messages deleted in separate messageview
9254
9255 2003-03-05 [christoph]  0.8.10claws86
9256
9257         * src/summaryview.c
9258                 check if "From" matches any account's address if
9259                 addressbook completion of addresses is disabled too
9260
9261         (closes Bug 70 "Display recipient in from" doesn't check
9262          folder's default account)
9263
9264 2003-03-05 [christoph]  0.8.10claws85
9265
9266         * src/compose.c
9267         * src/common/utils.[ch]
9268                 don't strip address comments when building Cc lists
9269
9270         (closes Bug 47 Replying to message strips name part of e-mail addresses
9271          of Cc: lines)
9272
9273         * src/folder.c
9274                 fix return value of copy function
9275
9276 2003-03-05 [christoph]  0.8.10claws84
9277
9278         * src/imap.c
9279                 don't ask imap server for non rfc822 headers
9280
9281         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9282
9283         * src/imap.c
9284                 destroy session on socket error to allow reconnecting
9285
9286 2003-03-05 [christoph]  0.8.10claws83
9287
9288         * configure.ac
9289                 fix building with gnome when no prefix is set
9290
9291         (closes bug 66 Gnome directory is set to NONE)
9292
9293 2003-03-05 [paul]       0.8.10claws82
9294
9295         * sync with 0.8.10cvs23
9296                 see ChangeLog 2003-03-05
9297
9298 2003-03-04 [christoph]  0.8.10claws81
9299
9300         * src/folder.c
9301                 o fix moving and copying when folder returns 0 for new
9302                   message number
9303                 o remove some code for single message copy and move
9304                   operations and use functions for multiple messages
9305
9306         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9307
9308         * src/news.c
9309                 remove unused include
9310
9311 2003-03-04 [paul]       0.8.10claws80
9312
9313         * src/gtk/about.c
9314                 list 'Compiled plugins'
9315
9316 2003-03-03 [christoph]  0.8.10claws79
9317
9318         * src/news.[ch]
9319                 have to multiply the percentage of the current fetch with
9320                 the percentage that it has of the total fetch operation
9321                 for correct values
9322
9323 2003-03-03 [christoph]  0.8.10claws78
9324
9325         * src/news.c
9326                 fix calculation of expected lines for progress indicator
9327
9328 2003-03-03 [christoph]  0.8.10claws77
9329
9330         * src/summaryview.c
9331         * src/common/utils.c
9332                 fix segfault when opening the root news folder
9333
9334 2003-03-03 [christoph]  0.8.10claws76
9335
9336         * src/mainwindow.[ch]
9337         * src/common/Makefile.am
9338         * src/common/progressindicator.[ch]
9339                 add UI independent progress indicator handling
9340
9341         * src/news.[ch]
9342                 use new progress indicator for message info fetching
9343
9344         * src/common/hooks.h
9345                 code cleanup
9346
9347 2003-03-03 [oliver]     0.8.10claws75
9348
9349         * src/toolbar.c
9350         * src/compose.c
9351                 removed commented code
9352
9353 2003-03-03 [oliver]     0.8.10claws74
9354
9355         * src/toolbar.[ch]
9356                 cleanups and refactoring
9357         * src/compose.[ch]
9358                 compose_reply_mode reply & forwarding interface for
9359                 toolbar buttons
9360         * src/folderview.c
9361                 act on messages marked for deletion in folderview_selected
9362                 based on prefs_common.immediate_exec since a message might 
9363                 have been deleted by messageview in a folder we are changing 
9364                 to (does anybody understand what I'm on about ?)
9365
9366 2003-03-03 [oliver]     0.8.10claws73
9367         
9368         * src/messageview.[ch]
9369                 new functions
9370                 - messageview_delete: delete message shown in messagview
9371                 - messageview_update_view: update messageview to currently 
9372                   selected summaryview message
9373                 - add separate messageview to msgview_list in order to update 
9374                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9375         * src/summaryview.[ch]
9376                 summary_get_selection returns a list of selected msgs
9377                 in summaryview
9378         * src/mainwindow.c
9379                 toolbar reply refactoring
9380
9381 2003-03-03 [paul]       0.8.10claws72
9382
9383         * sync with 0.8.10cvs21
9384                 see ChangeLog 2003-03-03
9385
9386 2003-03-02 [christoph]  0.8.10claws71
9387
9388         * src/common/passcrypt.c
9389                 use POSIX includes
9390
9391 2003-03-02 [christoph]  0.8.10claws70
9392
9393         * configure.ac
9394         * src/prefs_account.c
9395         * src/prefs_gtk.[ch]
9396         * src/common/.cvsignore
9397         * src/common/Makefile.am
9398         * src/common/passcrypt.c                ** NEW **
9399         * src/common/passcrypt.h.in             ** NEW **
9400                 Implement password encryption in config files
9401                 using unix encrypt and setkey functions. The crypt
9402                 key can be set as a configure parameter. Old
9403                 passwords will be converted if they do not begin
9404                 with '!'
9405
9406 2003-03-02 [paul]       0.8.10claws69
9407
9408         * src/prefs_account.c
9409                 fix compile error
9410
9411 2003-03-01 [thorsten]   0.8.10claws68
9412
9413         * po/el.po
9414           po/hr.po
9415           po/it.po
9416           po/nl.po
9417           po/sr.po
9418           po/sv.po
9419                 corrected format strings
9420         * po/en_GB.po
9421                 corrected headers
9422                 (fix compile errors with GNU gettext-0.11.5)
9423
9424 2003-03-01 [oliver]     0.8.10claws67
9425
9426         * src/summaryview.c
9427                 menu callbacks call toolbar_menu_reply
9428
9429 2003-03-01 [oliver]     0.8.10claws66
9430
9431         * src/mainwindow.c
9432         * src/messageview.c
9433                 menu callbacks call toolbar_menu_reply
9434         * src/toolbar.[ch]
9435                 callbacks from menu handled by toolbar_menu_reply
9436
9437 2003-03-01 [paul]       0.8.10claws65
9438
9439         * src/addressbook.c
9440                 revert commit 0.8.10claws54 - breaks editing of
9441                 addressbook.
9442                 
9443         * po/bg.po
9444                 update Bulgarian translation, submitted by
9445                 George Danchev
9446
9447 2003-02-28 [christoph]  0.8.10claws64
9448
9449         * src/account.c
9450         * src/addressadd.c
9451         * src/compose.c
9452         * src/gtkaspell.c
9453         * src/gtkxtext.h                ** REMOVE **
9454         * src/imap.c
9455         * src/matcher.[ch]
9456         * src/mh.c
9457         * src/news.c
9458         * src/pine.c
9459         * src/prefs_common.c
9460         * src/prefs_matcher.c
9461         * src/procheader.[ch]
9462         * src/procmsg.[ch]
9463         * src/toolbar.c
9464         * src/common/ssl_certificate.c
9465         * src/gtk/colorlabel.c
9466         * src/gtk/menu.c
9467                 o fix warnings
9468                 o remove code obsoleted by new cache and folder system rework
9469
9470 2003-02-28 [oliver]     0.8.10claws63
9471         
9472         * src/toolbar.[ch]
9473                 * fix bug where reply in Messageview replied to 
9474                 Message displayed in summaryview
9475                 (reportedd via ML by chinatinte at gmx dot ch)
9476                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9477                 didn't work in separate MessageView Toolbar
9478                 (wondering if anybody uses this at all ?)
9479         * src/summaryview.[ch]
9480                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9481                 (generalize reply and forward code);
9482         * src/messageview.c 
9483                 remove focus_in event which updated summaryview to messageview
9484
9485 2003-02-28 [paul]       0.8.10claws62
9486
9487         * po/Makefile.in.in
9488                 add the --check option
9489                 Patch submitted by Ricardo Mones Lastra
9490
9491 2003-02-28 [paul]       0.8.10claws61
9492
9493         * src/prefs_account.c
9494                 re-order 'Signature' items
9495
9496 2003-02-28 [paul]       0.8.10claws60
9497
9498         * sync with 0.8.10cvs20
9499                 see ChangeLog 2003-02-28
9500
9501 2003-02-28 [paul]       0.8.10claws59
9502
9503         * po/POTFILES.in
9504                 update to reflect recent movement of files
9505
9506 2003-02-28 [paul]       0.8.10claws58
9507
9508         * sync with 0.8.10cvs19
9509                 see ChangeLog 2003-02-28
9510
9511 2003-02-27 [martin]     0.8.10claws57
9512
9513         * src/prefs_matcher.c 
9514                 fix segfault in prefs_matcher_ok() when the
9515                 last entry is deleted and prevents that the
9516                 message "entry not saved" comes up after deleting
9517                 an entry
9518
9519 2003-02-27 [martin]     0.8.10claws56
9520
9521         * src/prefs_filtering.c 
9522                 fix segfault in prefs_filtering_ok() when the
9523                 last entry is deleted and prevents that the
9524                 message "entry not saved" comes up after deleting
9525                 an entry
9526
9527 2003-02-27 [paul]       0.8.10claws55
9528
9529         * sync with 0.8.10cvs18
9530                 see ChangeLog 2003-02-27
9531
9532 2003-02-27 [paul]       0.8.10claws54
9533
9534         * src/addressbook.c
9535                 fix bug where the address book crashes with 
9536                 multiple lookups.
9537                 Patch [687729] submitted by David Frager 
9538                 <dbfrager@users.sourceforge.net>
9539
9540 2003-02-25 [christoph]  0.8.10claws53
9541
9542         * src/Makefile.am
9543         * src/colorlabel.[ch]           ** REMOVE **
9544         * src/gtk/Makefile.am
9545         * src/gtk/colorlabel.[ch]       ** NEW **
9546                 move colorlabel files to gtk directory
9547
9548         * src/esmtp.[ch]                ** REMOVE **
9549                 has been merged into smtp.[ch] in 0.7.5
9550
9551 2003-02-25 [christoph]  0.8.10claws52
9552
9553         * src/Makefile.am
9554         * src/about.[ch]                ** REMOVE **
9555         * src/gtk/Makefile.am
9556         * src/gtk/about.[ch]            ** NEW **
9557                 move about files to gtk directory
9558
9559 2003-02-25 [christoph]  0.8.10claws51
9560
9561         * src/folder.c
9562                 some code optimization of folder scanning code
9563
9564         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9565
9566 2003-02-25 [christoph]  0.8.10claws50
9567
9568         * src/main.c
9569         * src/common/sylpheed.c
9570                 add command line parameter parsing to common code
9571
9572 2003-02-24 [christoph]
9573
9574         * Makefile.am
9575         * configure.ac
9576                 fix gnome prefix problems, the configure script now removed
9577                 `gnome-config --prefix` from `gnome-config --datadir`
9578                 and adds $(prefix} instead
9579
9580         (closes Bug 24 Makefile does not respect prefix when installing
9581          GNOME data)
9582
9583 2003-02-24 [christoph]  0.8.10claws49
9584
9585         * src/news.c
9586                 check for valid session before trying to authenticate
9587
9588         (closes Bug 60 crash if "authenticate on logon" is activated
9589          and newsserver-hostname is not valid)
9590
9591 2003-02-24 [melvin]     0.8.10claws48
9592
9593         * src/prefs_actions.c
9594                 Make sure all user's input is sent to the action and then
9595                 close the socket..
9596
9597 2003-02-23 [alfons]     0.8.10claws46
9598
9599         * src/summaryview.c
9600                 also wait cursor when deleting files
9601
9602 2003-02-23 [paul]
9603
9604         * tools/freshmeat_search.pl
9605           tools/google_search.pl
9606                 scripts should now work for any browser/browser command line
9607
9608 2003-02-22 [christoph]  0.8.10claws45
9609
9610         * src/procmsg.c
9611                 fix IMAP flag setting, IMAP flag is not handled correctly
9612                 anymore by the folder system and information about the
9613                 folder should not be saved in the MsgInfo (in my opinion)
9614
9615         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9616
9617 2003-02-22 [christoph]  0.8.10claws44
9618
9619         * src/summaryview.c
9620                 fix spelling of "label" ;-)
9621
9622 2003-02-22 [thorsten]   0.8.10claws43
9623
9624         * src/mimeview.c
9625           src/prefs_common.[ch]
9626           src/procmime.[ch]
9627                 do not use description as attachment name
9628
9629 2003-02-22 [alfons]     0.8.10claws42
9630
9631         * src/summaryview.c
9632                 freeze/thaw folder item updates when changing color labels,
9633                 and put a wait cursors on
9634
9635 2003-02-22 [thorsten]   0.8.10claws41
9636
9637         * src/mimeview.c
9638                 save-all fixes: crash if invoked on multipart container,
9639                 mimeinfo access, pathseparators, error dialog
9640
9641 2003-02-21 [alfons]     0.8.10claws40
9642
9643         * src/prefs_gtk.c
9644                 remove unused var
9645
9646 2003-02-21 [colin]      0.8.10claws39
9647
9648         * src/send.c
9649                 Fix smtp logging
9650
9651 2003-02-21 [colin]      0.8.10claws38
9652
9653         * src/summaryview.c
9654                 Freeze/thaw folderItem updates when filtering messages 
9655                 via Tools/Filter messages
9656
9657 2003-02-21 [paul]       0.8.10claws37
9658
9659         * src/compose.c
9660                 revert commit 0.8.10claws26, there are ulterior motives
9661                 for users to set a Reply-To header when posting to
9662                 newsgroups
9663
9664 2003-02-21 [paul]       0.8.10claws36
9665
9666         * sync with 0.8.10cvs17
9667                 see ChangeLog 2003-02-21
9668
9669 2003-02-20 [christoph]  0.8.10claws35
9670
9671         * src/imap.c
9672                 IMAP UID fetch speedup using SEARCH
9673
9674         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9675
9676         * src/imap.c
9677                 fix problem with UIDs in IMAP UID cache that no longer existed
9678
9679 2003-02-20 [christoph]  0.8.10claws34
9680
9681         * src/imap.c
9682         * src/procheader.c
9683         * src/procheader.h
9684                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9685
9686         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9687
9688         * src/imap.c
9689                 Rewrite imap_cmd_gen_recv use sock_getline instead
9690                 of sock_gets to avoid problems with too long reply
9691                 lines
9692     
9693 2003-02-20 [colin]      0.8.10claws33
9694         
9695         * src/prefs_account.c
9696                 Better wording
9697
9698 2003-02-20 [colin]      0.8.10claws32
9699
9700         * src/compose.c
9701                 Remove useless '&& !to_sender' 
9702
9703 2003-02-20 [darko]
9704
9705         * AUTHORS
9706                 change my e-mail address
9707
9708 2003-02-19 [colin]      0.8.10claws31
9709
9710         * src/prefs_common.c
9711                 X11 style colors for every configurable color
9712
9713 2003-02-19 [alfons]     0.8.10claws30
9714
9715         * src/prefs_gtk.[ch]
9716         * src/prefs_common.c
9717                 for color_new accept both plain integers and X11 style color
9718                 names (as found in /usr/lib/X11/rgb.txt)
9719
9720 2003-02-19 [paul]       0.8.10claws29
9721
9722         * src/mainwindow.c
9723                 add tooltips to online/offline button and account selector
9724                 button
9725
9726 2003-02-19 [paul]       0.8.10claws28
9727
9728         * src/folder.c
9729           src/news.c
9730           src/prefs_account.[ch]
9731           src/prefs_common.[ch]
9732                 move 'Maximum number of articles to download' to
9733                 account prefs.
9734                 clean up account prefs gui a little by hiding entries
9735                 rather then greying out entries
9736
9737 2003-02-19 [hiro]       0.8.10claws27
9738
9739         * src/common/utils.c
9740                 fix bug #54 'yesterdays date is displayed in the message 
9741                 summary window'
9742
9743 2003-02-19 [paul]       0.8.10claws26
9744
9745         * src/compose.c
9746                 fix bug reported in Feature Request [688596] 
9747                 'Reply-to header in news'
9748
9749 2003-02-18 [paul]       0.8.10claws25
9750
9751         * src/select-keys.c
9752                 add a 'List all keys' button to key selection dialog
9753
9754 2003-02-18 [colin]      0.8.10claws24
9755         
9756         * src/stock_pixmap.c
9757                 fix compile error
9758
9759 2003-02-18 [colin]      0.8.10claws23
9760
9761         * src/common/smtp.[ch]
9762           src/prefs_account.c
9763                 Try to starttls if it seems to be the only
9764                 way to authenticate a user
9765
9766 2003-02-18 [paul]       0.8.10claws22
9767
9768         * src/Makefile.am
9769           src/folderview.c
9770           src/stock_pixmap.[ch]
9771           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9772           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9773                 as a Drafts folder is a special folder allow it to have
9774                 its own unique icons
9775
9776 2003-02-18 [colin]      0.8.10claws21
9777
9778         * src/imap.c
9779                 Fix port selection when using starttls
9780
9781 2003-02-18 [paul]       0.8.10claws20
9782
9783         * src/mainwindow.c
9784           src/prefs_common.[ch]
9785                 make blue the default new mail colour
9786
9787 2003-02-18 [paul]       0.8.10claws19
9788
9789         * sync with 0.8.10cvs14
9790                 see ChangeLog 2003-02-18
9791
9792 2003-02-17 [jens]       0.8.10claws18
9793
9794         * src/common/md5.c
9795                 fixed a compile problem with gcc 3.3
9796                 works on 2.95.3 too (testet on PPC as it is big endian)
9797
9798 2003-02-17 [paul]       0.8.10claws17
9799
9800         * sync with 0.8.10cvs13
9801                 see ChangeLog 2003-02-17
9802
9803 2003-02-17 [paul]       0.8.10claws16
9804
9805         * sync with 0.8.10cvs12
9806                 see ChangeLog 2003-02-17
9807
9808 2003-02-16 [match]      0.8.10claws15
9809
9810         * src/addressbook.c
9811                 Eliminates reloading of address data when items
9812                 deleted or added. Applied submitted by
9813                 Luke Plant <lukeplant@softhome.net>
9814
9815 2003-02-16 [paul]       0.8.10claws14
9816
9817         * src/news.c
9818                 when a 'protocol error' is encountered disconnect from
9819                 the server. This means that the user can carry on viewing
9820                 other articles and doesn't have to either wait until the
9821                 server timesout or quit sylpheed.
9822                 Fixes bug #53 'Unable to read messages in newsgroups, 
9823                 displayed message doesn't change'
9824
9825 2003-02-15 [christoph]  0.8.10claws13
9826
9827         * src/imap.c
9828                 fix bug that stopped scanning of folders when an
9829                 IMAP folder was empty
9830
9831         (closes bug 46 stop scan messages in folders after empty folder)
9832
9833 2003-02-15 [paul]
9834
9835         * tools/Makefile.am
9836           tools/README
9837           tools/freshmeat_search.pl     ** NEW FILE **
9838           tools/google_search.pl        ** NEW FILE **
9839                 Add 2 Actions scripts which search freshmeat/google
9840                 for the selected text using the browser configured
9841                 in sylpheedrc.
9842                 
9843         Note: These scripts are very dependent on the format of the
9844         browser command and may not work on every occasion. Testing
9845         is welcome. 
9846
9847 2003-02-14 [alfons]     0.8.10claws12
9848
9849         * src/compose.c
9850                 fix breakage because of uninitialized account pointer.
9851                 please verify.
9852
9853 2003-02-14 [paul]       0.8.10claws11
9854
9855         * src/compose.c
9856           src/prefs_account.[ch]
9857           src/prefs_common.[ch]
9858                 move signature settings to Account Prefs
9859
9860 2003-02-14 [paul]       0.8.10claws10
9861
9862         * sync with 0.8.10cvs11
9863                 see ChangeLog 2003-02-14
9864
9865 2003-02-13 [thorsten]   0.8.10claws9
9866
9867         * src/news.c
9868                 revert news progressbar (GUI separation)
9869
9870 2003-02-13 [paul]       0.8.10claws8
9871
9872         * src/compose.c
9873                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9874                 paragraph 1
9875
9876 2003-02-13 [paul]       0.8.10claws7
9877
9878         * src/compose.[ch]
9879           src/summaryview.c
9880                 fix 'Follow-up and Reply-to' so that it creates a reply to
9881                 the newsgroup and the sender. If the message has the keyword
9882                 'poster' in the Followup-To header, all replies go to the
9883                 sender, re: RFC 1036, Section 2.2.3
9884                 rename all instances of 'ignore_replyto' to 'to_sender', both
9885                 were previously used, now we use just one.
9886
9887 2003-02-13 [paul]       0.8.10claws6
9888
9889         * sync with 0.8.10cvs9
9890                 see ChangeLog 2003-02-13
9891
9892 2003-02-13 [paul]       0.8.10claws5
9893
9894         * configure.ac
9895                 show which plugins are configured in the configure
9896                 output.
9897
9898 2003-02-12 [thorsten]   0.8.10claws4
9899
9900         * src/news.c
9901                 show progress while fetching news headers
9902
9903 2003-02-12 [christoph]  0.8.10claws3
9904
9905         * configure.ac
9906         * src/plugins/Makefile.am
9907                 use AM_CONDITIONAL to enable plugins, automake correctly
9908                 manages this when creating distdir
9909
9910 2003-02-12 [christoph]  0.8.10claws2
9911
9912         * ac/spamassassin.m4
9913         * src/plugins/spamassassin/Makefile.am
9914                 fix building SpamAssassin plugin without OpenSSL
9915
9916 2003-02-12 [paul]       0.8.10claws1
9917
9918         * ac/Makefile.am
9919           src/Makefile.am
9920           src/plugins/Makefile.am
9921                 fix failure of 'make release'
9922
9923 2003-02-12 [paul]       0.8.10claws
9924
9925         * 0.8.10claws released
9926
9927 2003-02-12 [paul]       0.8.9claws56
9928
9929         * po/bg.po
9930           po/es.po
9931           po/it.po
9932           po/ru.po
9933           po/sr.po
9934                 updated translations by George Danchev, Ricardo Mones Lastra,
9935                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9936                 
9937         * sylpheed.spec.in
9938                 Allow the building of RPMs by a regular user. Submitted
9939                 by Sergei Astanin
9940
9941 2003-02-11 [alfons]     0.8.9claws55
9942
9943         * src/colorlabel.c
9944                 don't use pixmaps for label color rect but draw rectangles
9945                 so we can respect the color map of palette based visuals
9946                 (fixes the long time crashes on Suns - thanks to Andreas
9947                 Engel and Steve O'Hara-Smith for testing)
9948
9949 2003-02-11 [christoph]  0.8.9claws54
9950
9951         * src/matcher_parser_parse.y
9952                 correct bug where filering rules of not existing folders in
9953                 matcherrc were added to global filtering
9954                 
9955         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9956          main filter-rules after removing directory, http://bugs.debian.org/180253)
9957         
9958 2003-02-11 [paul]       0.8.9claws53
9959
9960         * sync with 0.8.10cvs7
9961                 see ChangeLog 2003-02-09
9962
9963 2003-02-11 [melvin]     0.8.9claws52
9964
9965         * po/fr.po
9966                 Updated French tranlsations
9967
9968 2003-02-10 [paul]       0.8.9claws51
9969
9970         * sylpheed.spec.in
9971                 correct --enable-openssl
9972                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9973
9974 2003-02-09 [martin]     0.8.9claws50
9975
9976         * src/prefs_matcher.c
9977                 fix segfault in prefs_matcher_substitute_cb() when
9978                 no row is selected
9979
9980 2003-02-09 [paul]       0.8.9claws49
9981
9982         * src/folderview.c
9983                 fix bug where a newsgroup folder's processing rules were
9984                 merged with the global filtering rules when the newsgroup
9985                 folder was deleted, causing some seriously bad results,
9986                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9987
9988 2003-02-08 [melvin]     0.8.9claws48
9989
9990         * src/compose.c
9991                 Corrected and modified an alert message.
9992
9993 2003-02-07 [paul]       0.8.9claws47
9994
9995         * src/folderview.c
9996                 fix bug where both an 'Account properties' window and a
9997                 'Folder properties' window were opened when clicking on
9998                 'Properties' in an NNTP or IMAP folder's popup menu.
9999
10000 2003-02-07 [paul]       0.8.9claws46
10001
10002         * sync with 0.8.10cvs6
10003                 see ChangeLog 2003-02-06
10004
10005 2003-02-06 [christoph]  0.8.9claws45
10006
10007         * src/mbox.c
10008                 freeze folder updates while importing mbox files
10009                 (closes bug 43 importing mbox took hours)
10010                 
10011         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10012
10013 2003-02-06 [thorsten]   0.8.9claws44
10014
10015         * po/de.po
10016                 Updated german translations
10017
10018 2003-02-06 [thorsten]   0.8.9claws43
10019
10020         * src/news.h
10021                 use guint for message numbers (fix count in grouplist dialog)
10022
10023 2003-02-05 [paul]       0.8.9claws42
10024
10025         * sync with 0.8.10cvs2
10026                 see ChangeLog 2003-02-05
10027
10028 2003-02-04 [colin]      0.8.9claws41
10029
10030         * src/prefs_common.[ch]
10031           src/procmsg.c
10032           src/summaryview.c
10033                 Add an option to disable threading by subject
10034
10035 2003-02-04 [christoph]  0.8.9claws40
10036
10037         * src/inc.c
10038                 only abort fetching mails from multiple accounts when the
10039                 error is fatal and does not allow to check any more accounts
10040                 (currently only disk full error)
10041
10042         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10043          receive mails for other accouts)
10044
10045 2003-02-04 [christoph]  0.8.9claws39
10046
10047         * src/folder.c
10048                 first add the new message to the cache, then
10049                 send the update notification
10050
10051         (closes bug 39 after sending message folderview doesnt get updated)
10052
10053 2003-02-04 [colin]      0.8.9claws38
10054
10055         * src/inc.c
10056                 _really_ fix this Connecting... status
10057
10058 2003-02-04 [paul]       0.8.9claws37
10059
10060         * sync with 0.8.10
10061                 see ChangeLog 2003-02-04
10062
10063 2003-02-04 [paul]       0.8.9claws36
10064
10065         * sync with 0.8.9cvs6
10066                 see ChangeLog 2003-02-03
10067
10068 2003-02-04 [paul]       0.8.9claws35
10069
10070         * po/pt_BR.po
10071                 updated by André Filipe de Assunção e Brito 
10072                 <bedecko@netsite.com.br>
10073
10074 2003-02-03 [thorsten]   0.8.9claws34
10075
10076         * po/de.po
10077                 Updated german translations
10078
10079 2003-02-02 [paul]       0.8.9claws33
10080
10081         * po/es.po
10082                 updated by Ricardo Mones Lastra
10083
10084 2003-02-02 [thorsten]   0.8.9claws32
10085
10086         * src/mh.c
10087                 Fix mh_get_msginfo() segfault if file is inaccessible
10088
10089 2003-01-31 [colin]      0.8.9claws31
10090
10091         * src/procheader.c
10092                 Fix last commit's bug
10093
10094 2003-01-31 [colin]      0.8.9claws30
10095
10096         * src/procheader.c
10097                 Missing a change for gpg-signed messages
10098
10099 2003-01-31 [paul]       0.8.9claws29
10100
10101         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10102           src/procheader.c
10103           src/stock_pixmap.[ch]
10104           src/summaryview.c
10105                 indicate GnuPG signed messages by displaying an icon
10106                 in the Attachment column.
10107
10108 2003-01-31 [paul]       0.8.9claws28
10109
10110         * sync with 0.8.9cvs4
10111                 see ChangeLog 2003-01-31
10112
10113 2003-01-31 [alfons]     0.8.9claws27
10114
10115         * src/textview.c
10116                 tune URI parser to accept mailto URLs with a '?'
10117                 (patch from Ruslan Balkin)
10118
10119 2003-01-31 [colin]      0.8.9claws26
10120
10121         * src/summaryview.c
10122                 Fix a leak introduced in claws24
10123
10124 2003-01-31 [colin]      0.8.9claws25
10125
10126         * src/summaryview.c
10127                 Freeze/Thaw folder updates when deleting dups
10128
10129 2003-01-31 [colin]      0.8.9claws24
10130         
10131         * src/addr_compl.c
10132           src/summaryview.c
10133           src/msgcache.c
10134                 little speed improvements
10135
10136 2003-01-31 [colin]      0.8.9claws23
10137
10138         * src/summaryview.c
10139                 Fix segfault when forwarding nothing
10140                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10141                 
10142 2003-01-30 [paul]       0.8.9claws22
10143
10144         * sync with 0.8.9cvs3
10145                 see ChangeLog 2003-01-30
10146
10147 2003-01-30 [paul]       0.8.9claws21
10148
10149         * sync with 0.8.9cvs2
10150                 see ChangeLog 2003-01-30
10151
10152 2003-01-29 [paul]       0.8.9claws20
10153
10154         * sync with 0.8.9cvs1
10155                 see ChangeLog 2003-01-29
10156
10157 2003-01-28 [paul]       0.8.9claws19
10158
10159         * po/POTFILES.in
10160                 update to reflect changes. 
10161                 thanks to Ricardo Mones Lastra
10162
10163 2003-01-27 [christoph]  0.8.9claws18
10164
10165         * ac/openssl.m4
10166         * ac/spamassassin.m4
10167         * src/plugins/spamassassin/README
10168         * src/plugins/spamassassin/libspamc.[ch]
10169         * src/plugins/spamassassin/utils.[ch]
10170                 updated to latest libspamc
10171
10172 2003-01-27 [christoph]  0.8.9claws17
10173
10174         * src/folder.c
10175                 fix wrong use of procheader_get_header_fields
10176
10177 2003-01-27 [christoph]  0.8.9claws16
10178
10179         * src/news.c
10180         * src/prefs_account.[ch]
10181         * src/common/nntp.[ch]
10182                 allow to force authentication for NNTP servers
10183
10184         Patch submitted by Florian Mickler <dmk@d-labs.de>
10185
10186 2003-01-26 [paul]       0.8.9claws15
10187
10188         * src/summaryview.c
10189                 speed up of marking messages as read
10190                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10191
10192 2003-01-26 [christoph]  0.8.9claws14
10193
10194         * src/Makefile.am
10195         * src/mgutils.[ch]              ** REMOVE **
10196         * src/xml.[ch]                  ** REMOVE **
10197         * src/xmlprops.[ch]             ** REMOVE **
10198         * src/common/Makefile.am
10199         * src/common/mgutils.[ch]       ** NEW **
10200         * src/common/xml.[ch]           ** NEW **
10201         * src/common/xmlprops.[ch]      ** NEW **
10202                 move xml files to common directory
10203
10204 2003-01-26 [christoph]  0.8.9claws13
10205
10206         * src/plugins/spamassassin/spamassassin_gtk.c
10207                 only set gtk entry text if string is available
10208
10209 2003-01-26 [melvin]     0.8.9claws12
10210
10211         * src/description_window.c
10212                 Allow resizing of the window
10213                 Allow automatic horizontal scroll bar
10214                 Do not vertically expand and fill
10215
10216 2003-01-26 [christoph]  0.8.9claws11
10217
10218         * src/Makefile.am
10219         * src/gtkutils.[ch]             ** REMOVE **
10220         * src/common/sylpheed.c
10221         * src/gtk/Makefile.am
10222         * src/gtk/description_window.c
10223         * src/gtk/gtkutils.[ch]         ** NEW **
10224         * src/gtk/prefswindow.c
10225                 move gtkutils to gtk directory
10226
10227 2003-01-26 [paul]       0.8.9claws10
10228
10229         * src/summaryview.c
10230                 rename summary_unread_clicked() to summary_status_clicked()
10231
10232 2003-01-26 [melvin]     0.8.9claws9
10233
10234         * src/prefs_actions.c
10235                 Cosmetical changes to the help text
10236
10237 2003-01-26 [paul]       0.8.9claws8
10238
10239         * src/folder.[ch]
10240           src/mainwindow.c
10241           src/prefs_common.c
10242           src/prefs_sumamry_column.c
10243           summaryview.[ch]
10244                 rename the 'Unread' column to 'Status'
10245
10246 2003-01-25 [match]      0.8.9claws7
10247
10248         * src/mgutils.[ch]
10249                 removed reference to LDAP constants. removed error2string.
10250                 included functions to support LDAP dynamic queries.
10251         * src/syldap.h
10252                 moved LDAP constants here.
10253         * src/addressbook.c
10254         * src/addrindex.c
10255         * src/importldif.c
10256                 removed references to LDAP constants and references to
10257                 error2string.
10258
10259 2003-01-25 [paul]       0.8.9claws6
10260
10261         * src/summaryview.c
10262                 summary_thread_build(), summary_thread_init(): remove 
10263                 unneeded reference to summaryview->folder_item
10264
10265 2003-01-25 [christoph]  0.8.9claws5
10266
10267         * src/gtk/description_window.c
10268                 o allow description texts to expand over multiple columns
10269                 o translate all columns
10270         * src/prefs_actions.c
10271                 change syntax description to use new multi column feature
10272
10273         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10274
10275 2003-01-25 [match]      0.8.9claws4
10276
10277         * src/vcard.c
10278                 fixed bug with Quoted-Printable
10279
10280 2003-01-25 [paul]       0.8.9claws3
10281
10282         * src/folder.[ch]
10283           src/summaryview.[ch]
10284                 implement per-folder collapsed/expanded threads setting
10285                 
10286         * src/prefs_common.c
10287                 remove global collapsed/expanded threads option
10288
10289 2003-01-25 [christoph]  0.8.9claws2
10290
10291         * po/POTFILES.in
10292                 add pluginwindow and prefswindow
10293         * src/compose.c
10294                 make send respond correctly to messages that could be added
10295                 to the queue folder, but the UID of the message is unknown
10296         * src/folder.c
10297         * src/imap.c
10298                 don't return guessed UIDs in imap_add_msg anymore. We return
10299                 0 to tell the folder system it was appened but the UID is
10300                 unknown. Folder system now get's the UID by scaning the folder
10301                 and searching the cache for the Message-ID
10302                 (closes bug #29 Messages queued, but not sent)
10303
10304 2003-01-25 [paul]       0.8.9claws1
10305
10306         * src/codeconv.c
10307                 conv_encode_header():  fix bug when long headers with 8-bit
10308                 characters are used, so that the encoded words are wrapped.
10309                 If the space in the original text falls on the wrap boundary,
10310                 it can be lost.
10311                 Patch by Sergey Vlasov.
10312                 
10313         * src/folderview.c
10314                  fix bug where a change to the sorting method or thread view
10315                  of a folder's messages is lost if simpify-subject is set and
10316                  toggled on or off.
10317                  Patch by Luke Plant.
10318
10319 2003-01-24 [paul]       0.8.9claws
10320
10321         * sylpheed-0.8.9claws released
10322         
10323         * Makefile.am
10324           sylpheed.spec.in
10325                 remove reference to 'INSTALL.jp'
10326
10327 2003-01-23 [paul]       0.8.8claws128
10328
10329         * po/es.po
10330           po/it.po
10331           po/ru.po
10332           po/sr.po
10333                 updated translations. submitted by Ricardo Mones Lastra,
10334                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10335
10336 2003-01-23 [colin]      0.8.8claws127
10337
10338         * src/compose.c
10339                 Fix drafted and queued news articles re-edition
10340
10341 2003-01-23 [melvin]     0.8.8claws126
10342
10343         * po/fr.po
10344                 Updated French translations
10345
10346 2003-01-23 [colin]      0.8.8claws125
10347
10348         * src/inc.c
10349                 Fix "Connecting to..." status message
10350
10351 2003-01-22 [paul]       0.8.8claws124
10352
10353         * po/bg.po
10354                 updated by George Danchev
10355                 
10356         * src/folder.c
10357                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10358                 and folder deletion
10359
10360 2003-01-21 [paul]       0.8.8claws123
10361
10362         * po/bg.po
10363                 updated by George Danchev
10364                 
10365         * src/about.c
10366                 its now 2003
10367                 
10368         * src/toolbar.c
10369                 don't translate 'Separator'
10370                 
10371         * src/plugins/spamassassin/Makefile.am
10372                 add aspell to CPPFLAGS
10373                 
10374         * src/plugins/spamassassin/spamassassin.c
10375           src/plugins/spamassassin/spamassassin_gtk.c
10376                 set correct default for spamassassin_receive_spam
10377                 slightly re-word descriptions and some
10378                 other minor changes
10379
10380 2003-01-19 [alfons]     0.8.8claws122
10381                 
10382         * src/mimeview.c
10383                 mimeview_save_as(): we might as well show the file name for
10384                 the single case "Save As" too
10385
10386 2003-01-19 [alfons]     0.8.8claws121
10387
10388         * src/crash.c
10389                 change bug tracker URL to bugzilla URL
10390
10391 2003-01-19 [alfons]     0.8.8claws120
10392
10393         * src/mimeview.c
10394                 mimeview_save_all(): display name of file before overwriting;
10395                 continue saving all, even when one overwrite was cancelled
10396
10397 2003-01-19 [christoph]  0.8.8claws119
10398
10399         * src/summaryview.c
10400         * src/procmsg.[ch]
10401                 fix wrong usage of procmsg_find_children in summaryview
10402                 by using procmsg_update_unread_children instead of
10403                 summaryview_update_unread_children
10404
10405 2003-01-19 [christoph]  0.8.8claws118
10406
10407         * src/procmsg.c
10408                 fix infinite loop in procmsg_find_children
10409                  (closes bug #25 sylpheed crashes on delete.)
10410
10411         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10412
10413 2003-01-19 [paul]       0.8.8claws117
10414
10415         * po/pt_BR.po
10416                 updated by Ivan Francolin Martinez
10417
10418 2003-01-18 [melvin]     0.8.8claws116
10419
10420         * src/prefs_actions.c
10421                 Removed syntax limitation of only one '&' at the end of command.
10422                         Now actions that contain '>/dev/null 2>&1' are possible.
10423
10424 2003-01-18 [melvin]     0.8.8claws115
10425
10426         * src/prefs_actions.c
10427                 Actions IO dialog: when the action ends
10428                 the "Close" button now has focus and [Escape] closes the
10429                 window.
10430
10431 2003-01-18 [christoph]  0.8.8claws114
10432
10433         * src/procmsg.c
10434                 o add debug output when MsgInfos are really freed
10435                 o free GSLists in procmsg_find_children and
10436                   procmsg_update_unread_children
10437
10438 2003-01-18 [christoph]  0.8.8claws113
10439
10440         * src/mainwindow.c
10441                 reorder Configuration menu
10442
10443 2003-01-18 [christoph]  0.8.8claws112
10444
10445         * src/compose.c
10446                 fix applying templates to forwarded messages
10447
10448         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10449
10450 2003-01-17 [christoph]  0.8.8claws111
10451
10452         * src/folder.c
10453                 destroy folder items, when a folder item is removed
10454
10455 2003-01-17 [christoph]  0.8.8claws110
10456
10457         * src/folder.c
10458                 fix wrong folder stats update when ignored message is
10459                 deleted
10460
10461 2003-01-17 [colin]      0.8.8claws109
10462         
10463         * src/mainwindow.c
10464         * src/summaryview.c
10465                 Quicksearch bugfixes: 
10466                 - hide help button at startup if not extended
10467                 - switch to extended when looking for replies
10468
10469 2003-01-17 [paul]
10470
10471         * sync with 0.8.9 release
10472
10473 2003-01-17 [paul]       0.8.8claws108
10474
10475         * sync with 0.8.8cvs11
10476                 see ChangeLog 2003-01-17
10477
10478 2003-01-16 [colin]      0.8.8claws107
10479
10480         * src/procmsg.c
10481                 Changed encryption test to re-ask passphrase
10482                 if an encrypted message hasn't been decrypted
10483                 Fixes bug #5
10484
10485 2003-01-16 [christoph]  0.8.8claws106
10486
10487         * src/prefs_gtk.c
10488         * src/prefs_toolbar.c
10489         * src/gtk/prefswindow.h
10490         * src/plugins/spamassassin/spamassassin_gtk.c
10491                 remove page destroy function that is not used anymore
10492
10493 2003-01-16 [paul]       0.8.8claws105
10494
10495         * sync with 0.8.8cvs9
10496                 see ChangeLog 2002-01-16
10497
10498 2003-01-16 [colin]      0.8.8claws104
10499
10500         * src/compose.[ch]
10501                 Fix bug with autosaved drafts for IMAP, when draft
10502                 folder is specified - fixes bugzilla bug #20
10503
10504 2003-01-15 [paul]       0.8.8claws103
10505
10506         * src/compose.[ch]
10507           src/procmsg.c
10508                 store folder and message-id of message forwarding
10509                 in queue header and set forward flag after sending
10510
10511 2003-01-15 [paul]       0.8.8claws102
10512
10513         * sync with 0.8.8cvs8
10514                 see ChangeLog 2002-01-15
10515
10516 2003-01-15 [colin]      0.8.8claws101
10517
10518         * src/Makefile.am
10519                 Fix linking with GNU libiconv
10520
10521 2003-01-15 [darko]      0.8.8claws100
10522
10523         * src/pine.c
10524                 fix crash when importing pine address book
10525                 entry with an empty name (reported by DY
10526                 <dybulk at tri8.net>)
10527
10528 2003-01-14 [paul]       0.8.8claws99
10529
10530         * configure.in  ** REMOVED **
10531           configure.ac  ** NEW FILE **
10532                 rename configure.in to configure.ac, as it is now
10533                 preferred
10534
10535 2003-01-14 [melvin]     0.8.8claws98
10536
10537         * src/folderview.c
10538                 folderview_check_new(): More precise function description
10539
10540 2003-01-14 [melvin]     0.8.8claws97
10541
10542         * src/folderview.c
10543                 folderview_check_new(): return the number of new messages 
10544                         since last check.
10545         * src/inc.c
10546                 inc_account_mail(): Disable counting of new messages for IMAP
10547                         and NNTP until bug [19] and [14] are fixed.
10548
10549 2003-01-14 [paul]       0.8.8claws96
10550
10551         * sync with 0.8.8cvs6
10552                 see ChangeLog 2003-01-14
10553
10554 2003-01-13 [alfons]     0.8.8claws95
10555
10556         * src/textview.c
10557                 tune email address validation (c. 0.8.8claws89): if . is 
10558                 just one char away from @, the address is invalid too 
10559                 (correctly rejects addresses like foo@.com)
10560
10561 2003-01-13 [paul]       0.8.8claws94
10562
10563         * src/messageview.c
10564           src/toolbar.c
10565                 fixes to the Message View toolbar and menu:
10566                 fix non-functioning Forward button
10567                 make Reply button consider default_reply_list
10568                 remove 'Follow-up...' menu entry
10569                 add 'Forward' and 'Redirect' menu entries
10570
10571 2003-01-13 [melvin]     0.8.8claws93
10572
10573         * src/inc.c
10574                 Fixed typo that could make new messages count incorrect.
10575
10576 2003-01-13 [melvin]     0.8.8claws92
10577
10578         * src/folderview.[ch]
10579                 folderview_check_new(): return the number of new messages.
10580         * src/inc.c
10581                 Should fix bug [14] where new mail notification worked 
10582                         incorrectly with IMAP accounts.
10583                 inc_spool_account(): return number of new msgs, or -1 on error
10584                 inc_all_spool(): return number of new msgs
10585                 
10586 2003-01-13 [melvin]     0.8.8claws91
10587
10588         * src/prefs_actions.c
10589                 Justify help text.
10590
10591 2003-01-12 [thorsten]   0.8.8claws90
10592
10593         * src/common/prefs.c
10594                 close file before rename
10595
10596 2003-01-12 [alfons]     0.8.8claws89
10597
10598         * AUTHORS
10599                 add Christian Mertes
10600         * src/common/utils.[ch]
10601                 g_stricase_hash(), g_stricase_equal(): functions for 
10602                 case insensitive hash tables
10603         * src/textview.c
10604                 use top level domain names to validate email address, based
10605                 on a patch by Christian Mertes (thanks!), but changed 
10606                 implementation to use a hash table 
10607
10608 2003-01-12 [paul]       0.8.8claws88
10609
10610         * po/bg.po
10611                 updated by George Danchev
10612
10613 2003-01-12 [alfons]     0.8.8claws87
10614
10615         * src/summaryview.c
10616                 delete / execute performance: use new style folder update
10617
10618 2003-01-12 [paul]       0.8.8claws86
10619
10620         * sync with 0.8.8cvs5
10621                 see ChangeLog 2003-01-13 (!)
10622
10623 2003-01-12 [alfons]     0.8.8claws85
10624
10625         * src/filtering.c
10626         * src/matcher_parser_parse.y
10627                 prepare change_score filtering action
10628         * src/matcher.[ch]
10629                 give up const-correctness on functions that call non-const-correct functions;
10630                 several casts to gpointer in g_free();
10631                 add change_score;
10632
10633 2003-01-12 [christoph]  0.8.8claws84
10634
10635         * src/compose.c
10636                 fix 2 warnings
10637
10638         * src/gtk/prefswindow.[ch]
10639         * src/plugins/spamassassin/spamassassin_gtk.c
10640                 changed the call of the widget create function
10641                 for PrefsPages, because sometimes the widget
10642                 create function needs a widget that already has
10643                 been attached to a window (to create GDK pixmaps
10644                 for exmaple). So we simply pass the GtkWindow as
10645                 the second parameter now.
10646
10647         * src/main.c
10648         * src/mainwindow.c
10649         * src/prefs_toolbar.[ch]
10650                 rewrite Toolbar Preferences using the new
10651                 prefs window
10652
10653 2003-01-11 [alfons]     0.8.8claws83
10654
10655         * src/addressadd.c
10656                 fix crash when adding sender to addressbook because status bar
10657                 isn't there (the status bar doesn't seem to be used though,
10658                 but I'll let Match decide what to do with it)
10659
10660 2003-01-11 [colin]      0.8.8claws82
10661
10662         * src/main.c
10663           src/toolbar.c
10664                 Two useless changes reversed
10665
10666 2003-01-11 [colin]      0.8.8claws81
10667
10668         * src/mainwindow.c
10669           src/mainwindow.h
10670                 Add mainwindow_get_mainwindow()
10671         * src/alertpanel.c
10672           src/alertpanel.h
10673                 Add alertpanel_error_log() 
10674         * src/compose.c
10675           src/inc.c
10676           src/messageview.c
10677           src/toolbar.c
10678           src/main.c
10679           src/procmsg.c
10680                 Network errors get a View Log button
10681
10682 2003-01-10 [alfons]     0.8.8claws80
10683
10684         * src/prefs_toolbar.c
10685         * src/toolbar.c
10686                 use the translatable string for "Separator" as file name for
10687                 separator toolbar items (probably make this uppercase?)
10688
10689 2003-01-10 [alfons]     0.8.8claws79
10690
10691         * src/prefs_toolbar.c
10692                 put right A_SEPARATOR description string in "displayed
10693                 toolbar items list" so manually added separators are
10694                 saved correctly (bug #10, "Adding a separator to the main 
10695                 toolbar fails, entry in xml file is wrong")
10696
10697 2003-01-10 [christoph]  0.8.8claws78
10698
10699         * src/imap.c
10700                 o fix warnings
10701                 o use CAPABILITY to check if NAMESPACE is available
10702
10703 2003-01-10 [christoph]  0.8.8claws77
10704
10705         * src/imap.[ch]
10706                 apply UIDPLUS IMAP extension support patch
10707
10708         Patch submitted by Simon 'corecode' Schubert
10709
10710 2003-01-10 [paul]       0.8.8claws76
10711
10712         * src/folderview.c
10713                 a sync from main which fixes the news account folders'
10714                 Properties bug
10715
10716 2003-01-10 [christoph]  0.8.8claws75
10717
10718         * src/folder.c
10719                 don't accept 0 as a valid uid returned by copy and move
10720                 functions. 0 means the message was copied or moved but the
10721                 new uid could not be fetched. It is not an error condition
10722                 for the copy or move operation.
10723
10724 2003-01-10 [paul]       0.8.8claws74
10725
10726         * src/prefs_filtering.c
10727                 change English used in Alert when entry is not
10728                 saved.
10729                 
10730         * sync with 0.8.8cvs4
10731                 see ChangeLog 2003-01-10
10732
10733 2003-01-10 [darko]      0.8.8claws73
10734
10735         * src/pine.c
10736                 fix crash when importing address book entry
10737                 without a valid address
10738
10739 2003-01-09 [alfons]     0.8.8claws72
10740
10741         * src/inc.c
10742                 filtering performance: use new style folder update
10743
10744 2003-01-09 [christoph]  0.8.8claws71
10745
10746         * src/compose.c
10747         * src/gtk/menu.[ch]
10748                 fix wrong selecting of mime encoding type, when
10749                 opening property dialog of attachments in the
10750                 compose window. 7bit was always selected and that
10751                 destoryed files with 8bit data.
10752                 (closes bug #9 Sylpheed-claws destroys attachments when
10753                  changing MIME-types)
10754
10755 2003-01-09 [paul]       0.8.8claws70
10756
10757         * sync with 0.8.8cvs3
10758                 see ChangeLog 2003-01-09
10759
10760 2003-01-08 [alfons]     0.8.8claws69
10761         
10762         * src/addressadd.c
10763                 apply patch by Kim Schulz to fix build breakage
10764                 because of missing variable
10765
10766 2003-01-08 [paul]       0.8.8claws68
10767
10768         * sync with 0.8.8cvs2
10769                 see ChangeLog 2002-01-08
10770
10771 2003-01-08 [paul]       0.8.8claws67
10772
10773         * po/it.po
10774                 updated by Alessandro Maestri
10775                 
10776         * src/addressadd.c
10777                 when using 'Add sender to addressbook' allow
10778                 name to be edited and remarks to be entered
10779                 Patch submitted by Luke Plant
10780
10781 2003-01-08 [darko]      0.8.8claws66
10782
10783         * README.claws, src/summaryview.c
10784                 fix description for marked messages
10785
10786 2003-01-08 [paul]
10787
10788         * tools/Makefile.am
10789           tools/launch_phoenix  ** NEW FILE **
10790                 add script that enables using Phoenix as the default
10791                 web browser. 
10792                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10793                 
10794         * tools/OOo2sylpheed.pl
10795                 remove full path to sylpheed executable, just 'sylpheed'
10796                 will do
10797                 
10798         * tools/README
10799                 add launch_phoenix informtion and re-arrange and compress
10800                 the data a little
10801
10802 2003-01-07 [christoph]  0.8.8claws65
10803
10804         * src/folder.c
10805                 fix update for source folder when moving messages
10806         * src/procmsg.[ch]
10807         * src/summaryview.c
10808                 use function to set to_folder for message infos and
10809                 automatically update the op_count for old and new
10810                 folder
10811
10812 2003-01-07 [melvin]     0.8.8claws64
10813
10814         * src/prefs_actions.c
10815                 Fixed bug where an '%p' Action on a displayed image crashed 
10816                         Sylpheed
10817                 Code clean up (get rid of duplicated code and removed unnecessary 
10818                                 structure member)
10819
10820 2003-01-07 [christoph]  0.8.8claws63
10821
10822         * src/compose.c
10823         * src/folder.[ch]
10824         * src/folderview.c
10825         * src/import.c
10826         * src/inc.c
10827         * src/main.c
10828         * src/mainwindow.c
10829         * src/messageview.c
10830         * src/prefs_folder_item.c
10831         * src/procmsg.c
10832         * src/summaryview.c
10833         * src/toolbar.c
10834                 o remove all folder update triggering from the UI code. The folder
10835                   system should know much better when a folder needs an update.
10836                 o to prevent multiple updates in a row the folder updates can be
10837                   frozen for some time.
10838
10839                 Note: - Please verify that no updates are missing
10840                       - Check where freeze/thaws should be added
10841
10842 2003-01-07 [christoph]  0.8.8claws62
10843
10844         * src/prefs_actions.c
10845                 don't translate empty strings
10846
10847         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10848
10849 2003-01-06 [christoph]  0.8.8claws61
10850
10851         * src/prefs_actions.c
10852                 mark strings for gettext
10853         * src/prefs_matcher.c
10854                 use new description window for Execute action and
10855                 match condition in Filtering
10856
10857         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10858
10859 2003-01-06 [alfons]     0.8.8claws60
10860
10861         keep myself inspired to re-organize matcher part 8; 
10862         yes, more to come (I need to move out the descriptive
10863         text for actions to matcher.c, or at least make it not
10864         depend on the wicked ordering)
10865
10866         * src/prefs_matcher.c
10867                 add documentation so others may comprehend the
10868                 UI part of the conditions
10869                 
10870 2003-01-06 [christoph]  0.8.8claws59
10871
10872         * src/prefs_actions.c
10873                 use new description window for syntax help
10874         * src/gtk/description_window.c
10875                 fix display of descriptions with column count != 2
10876
10877         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10878
10879 2003-01-06 [christoph]  0.8.8claws58
10880
10881         * src/quote_fmt.c
10882         * src/summaryview.[ch]
10883         * src/gtk/Makefile.am
10884         * src/gtk/description_window.[ch]       ** NEW **
10885                 use a generic window to display syntax descriptions
10886                 currently used in quote_fmt and summaryview (new description
10887                 for extended quick search)
10888
10889         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10890
10891 2003-01-06 [paul]       0.8.8claws57
10892
10893         * sync with 0.8.8cvs1
10894                 see ChangeLog 2003-01-06
10895
10896 2003-01-06 [christoph]  0.8.8claws56
10897
10898         * src/mainwindow.c
10899         * src/prefs_gtk.[ch]
10900         * src/gtk/prefswindow.[ch]
10901         * src/plugins/spamassassin/spamassassin_gtk.c
10902                 o remove page management from prefswindow, pages
10903                   will be an argument to prefswindow_open
10904                 o prefswindow_open gets a datapointer that is
10905                   passed to the widget_create function to allow
10906                   creation of prefswindow for specific items
10907
10908 2003-01-06 [colin]      0.8.8claws55
10909         
10910         * src/summaryview.c
10911                 We don't want regexp in the reply-finder, 
10912                 because MIDs can contain !,$,. and so on
10913
10914 2003-01-06 [jens]       0.8.8claws54
10915
10916         * src/jpilot.c
10917                 fixed a wrong free in jpilot_read_db_files
10918
10919 2003-01-06 [alfons]     0.8.8claws53
10920
10921         re-organize matcher part 8; more to come
10922        
10923         * src/matcher.c
10924                 matcherprop_to_string(): put g_free()s before the
10925                 switch-case break to fix memleaks                
10926
10927 2003-01-06 [colin]      0.8.8claws52
10928
10929         * src/summaryview.c
10930                 cleanup & reply-finder now displays the first 
10931                 matching message
10932
10933 2003-01-05 [alfons]     0.8.8claws51
10934
10935         re-organize matcher part 7; more to come
10936
10937         * src/matcher.[ch]
10938                 fixes for constant correctness;
10939                 more documentation;
10940
10941 2003-01-05 [alfons]     0.8.8claws50
10942
10943         re-organize matcher part 6; more to come
10944         
10945         * src/matcher.[ch]
10946                 fixes for constant correctness;
10947                 more documentation;
10948         * src/filtering.c
10949                 fix for constant correctness
10950
10951 2003-01-05 [colin]      0.8.8claws49
10952
10953         * src/account.[ch]
10954                 Add account_get_reply_account function
10955         * src/compose.c
10956                 Use account_get_reply_account function 
10957         * src/summaryview.c
10958                 Basic reply-finder - click on the replied
10959                 icon gets you to the outbox using quick-search
10960
10961 2003-01-05 [paul]       0.8.8claws48
10962
10963         * src/prefs_common.c
10964                 small change to English
10965                 
10966         * src/prefs_filtering.c
10967                 prefs_filtering_action_select(): improve logic and uniformity
10968                 of gui
10969
10970 2003-01-05 [alfons]     0.8.8claws47
10971
10972         fine tune solution to focus problems (bug #7)
10973
10974         * src/mainwindow.c
10975                 mainwindow_focus_in_event(): remove grab event check
10976         * src/summaryview.c
10977                 summary_button_pressed(): move selection on right-click
10978                 too. we can't possibly move the selection back after
10979                 canceling a dialog, because gtk's incomplete focus 
10980                 management. whether this is a good solution, only time
10981                 will tell.
10982
10983 2003-01-05 [christoph]  0.8.8claws46
10984
10985         * src/imap.c
10986                 fix crash when no imap connection could be established
10987
10988 2003-01-05 [paul]       0.8.8claws45
10989
10990         * src/mainwindow.c
10991           src/sumamryview.c
10992           src/gtk/menu.[ch]
10993                 fix bug 605957 'shortcuts in popup-menu'
10994                 make user-defined shortcuts work
10995                 show shortcuts that are already defined
10996                 in the main menu
10997                 Patch submitted by Luke Plant
10998
10999 2003-01-05 [alfons]     0.8.8claws44
11000
11001         * src/mainwindow.c
11002                 focus_in_event handler should not select summary view row 
11003                 when another window (menu, dialog) grabbed for events 
11004                 (bug #7, "[0.8.8claws42] Message summary focus") 
11005
11006 2003-01-04 [christoph]  0.8.8claws43
11007
11008         * src/procmsg.c
11009                 update save folder after adding the sent message
11010                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11011
11012 2003-01-02 [christoph]  0.8.8claws42
11013
11014         * src/common/plugin.c
11015                 fix unloading of all plugins and unload
11016                 plugins in reverse order
11017                 
11018         * src/gtk/pluginwindow.c
11019                 implement function of load and unload button
11020
11021         * src/gtk/prefswindow.c
11022         * src/gtk/prefswindow.h
11023                 rename register function and add new unregister
11024                 function
11025
11026         * src/plugins/spamassassin/spamassassin_gtk.c
11027                 unregister prefs page and update for changes in
11028                 src/gtk/prefswindow.c
11029
11030 2003-01-02 [paul]       0.8.8claws41
11031
11032         * po/es.po
11033                 updated by Ricardo Mones Lastra
11034
11035 2003-01-02 [paul]
11036
11037         * tools/tb2sylpheed
11038                 fixes and improvements by Urke MMI
11039
11040 2003-01-02 [thorsten]   0.8.8claws40
11041
11042         * src/procmsg.c
11043                 fixed wrong return value
11044
11045 2003-01-02 [thorsten]   0.8.8claws39
11046
11047         * src/prefs.c
11048                 fixed printing wrong variable
11049
11050 2003-01-02 [thorsten]   0.8.8claws38
11051
11052         * src/prefs.c
11053                 fixed acessing members of freed pfile struct
11054
11055 2003-01-02 [thorsten]   0.8.8claws37
11056
11057         * src/procmsg.c
11058                 detect loops across several messages
11059                 as suggested by Christoph Hohmann
11060
11061 2003-01-01 [match]      0.8.8claws36
11062
11063         * src/addrindex.c
11064                 fixed another memory leak.
11065
11066 2003-01-01 [match]      0.8.8claws35
11067
11068         * src/jpilot.[ch]
11069                 fixed memory leaks. applied Doxygen comments.
11070
11071 2003-01-01 [thorsten]   0.8.8claws34
11072
11073         * src/procmsg.c
11074                 inhibit endless loop if msg references itself
11075                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11076
11077 2003-01-01 [christoph]  0.8.8claws33
11078
11079         * src/mainwindow.c
11080         * src/gtk/Makefile.am
11081         * src/gtk/pluginwindow.c                ** NEW **
11082         * src/gtk/pluginwindow.h                ** NEW **
11083                 add plugin window
11084
11085         * src/plugins/demo/demo.c
11086         * src/plugins/spamassassin/spamassassin.c
11087         * src/plugins/spamassassin/spamassassin_gtk.c
11088                 write better plugin descriptions
11089
11090 2002-12-31 [christoph]  0.8.8claws32
11091
11092         * src/gtk/prefswindow.c
11093         * src/plugins/spamassassin/spamassassin_gtk.c
11094                 some small improvements to GTK code
11095
11096 2002-12-31 [christoph]  0.8.8claws31
11097
11098         * src/plugins/spamassassin/spamassassin_gtk.c
11099                 enable folder select button
11100
11101 2002-12-31 [christoph]  0.8.8claws30
11102
11103         * src/mainwindow.c
11104         * src/gtk/Makefile.am
11105         * src/gtk/prefswindow.c                         ** NEW **
11106         * src/gtk/prefswindow.h                         ** NEW **
11107                 add new prefs window
11108
11109         * src/common/plugin.c
11110                 don't try to load empty config lines
11111         
11112         * src/plugins/spamassassin/Makefile.am
11113         * src/plugins/spamassassin/spamassassin.c
11114         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11115         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11116                 GTK config for SpamAssassin Plugin using
11117                 the new prefs window
11118
11119 2002-12-31 [paul]       0.8.8claws29
11120
11121         * po/POTFILES.in
11122                 remove obsolete entry 'src/menu.c'
11123
11124 2002-12-31 [alfons]     0.8.8claws28
11125
11126         * src/matcher.[ch]
11127         * src/matcher_parser_parse.y
11128         * src/prefs_matcher.c
11129                 add "ignore_thread" and "~ignore_thread" condition so it's
11130                 possible to make the actions / scoring operate on the ignore
11131                 thread flag
11132
11133 2002-12-31 [christoph]  0.8.8claws27
11134
11135         * src/addrbook.c
11136         * src/addrindex.c
11137         * src/folder.c
11138         * src/matcher.c
11139         * src/prefs_account.c
11140         * src/prefs_actions.c
11141         * src/prefs_customheader.c
11142         * src/prefs_display_header.c
11143         * src/prefs_gtk.c
11144         * src/procmime.c
11145         * src/toolbar.c
11146         * src/xmlprops.c
11147         * src/common/prefs.[ch]
11148                 extend prefs file handling for reading and automatic handling
11149                 of blocks. When reading prefs_set_block_label will automatically
11150                 move on to the block. When writing it will copy all other blocks
11151                 automatically
11152
11153         * src/common/plugin.c
11154                 Now loading plugin filenames from [Plugins] block in
11155                 sylpheed rc file
11156
11157 2002-12-30 [christoph]  0.8.8claws26
11158
11159         * src/common/hooks.[ch]
11160                 return abort status to caller of hooks_invoke
11161                 
11162         * src/inc.[ch]
11163                 invoke message filtering hook and stop
11164                 default handling when filter returns abort
11165
11166         * src/common/plugin.[ch]
11167         * src/plugins/demo/demo.c
11168                 modify plugin loader, because resolving symbols for strings
11169                 does not work correctly
11170         
11171         * configure.in
11172         * ac/spamassassin.m4                            ** NEW **
11173         * src/plugins/spamassassin/.cvsignore           ** NEW **
11174         * src/plugins/spamassassin/Makefile.am          ** NEW **
11175         * src/plugins/spamassassin/README               ** NEW **
11176         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11177         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11178         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11179                 add spamassassin plugin, see src/plugins/spamassassin/README
11180                 for details
11181
11182 2002-12-29 [alfons]     0.8.8claws25
11183
11184         * src/mainwindow.c
11185                 when moving focus from a message view to the main 
11186                 window, don't forget to select the summary node
11187                 of the displayed message. should fix "[ 659103 ] 
11188                 focus-follows-mouse confuses sylpheed"
11189
11190 2002-12-29 [christoph]  0.8.8claws24
11191
11192         * src/Makefile.am
11193         * src/stringtable.[ch]          ** REMOVE **
11194         * src/common/Makefile.am
11195         * src/common/stringtable.[ch]   ** NEW **
11196                 move stringtable files to common directory
11197
11198 2002-12-29 [christoph]  0.8.8claws23
11199
11200         * src/Makefile.am
11201         * src/menu.[ch]                 ** REMOVE **
11202         * src/gtk/Makefile.am
11203         * src/gtk/menu.[ch]             ** NEW **
11204                 move menu files to gtk directory
11205
11206 2002-12-29 [match]      0.8.8claws22
11207
11208         * src/addressbook.c
11209         * src/syldap.c
11210                 moved UI specific code out of LDAP code into addressbook
11211                 UI code. fixed memory leak.
11212
11213 2002-12-29 [christoph]  0.8.8claws21
11214
11215         * src/folder.c
11216                 only check for IGNORED parent message when message is
11217                 not IGNORED itself
11218
11219 2002-12-29 [alfons]     0.8.8claws20
11220
11221         * src/summaryview.c
11222                 set gtksctree's anchor correct (immediate execute
11223                 changes the tree's layout, and anchor points at 
11224                 the incorrect row). fixes "[ 657233 ] multiple msg 
11225                 delete sometimes off by 1".
11226                 we probably have to look for more tree layout /
11227                 anchor glitches.
11228
11229 2002-12-29 [paul]       0.8.8claws19
11230
11231         * src/summaryview.c
11232                 fix bug [ 659054 ] incorrect sorting of 'From' column
11233                 when using 'display sender using address book'
11234                 thanks to Alfons and Luke Plant
11235
11236 2002-12-29 [christoph]  0.8.8claws18
11237
11238         * src/folder.c
11239         * src/procmsg.[ch]
11240                 check parent messages for IGNORE THREAD flag, when adding,
11241                 moving or copying messages to a folder
11242
11243 2002-12-27 [alfons]     0.8.8claws17
11244
11245         re-organize matcher part 5; more to come
11246
11247         * src/matcher.c
11248                 hash keywords in matchparser_tab 
11249
11250 2002-12-27 [alfons]     0.8.8claws16
11251
11252         re-organize matcher part 4; more to come
11253
11254         * src/matcher_parser.h
11255         * src/matcher_parser_lex.l
11256         * src/matcher_parser_parse.y
11257                 cleanup
11258
11259 2002-12-27 [alfons]     0.8.8claws15
11260
11261         re-organize matcher part 3; more to come
11262
11263         * src/matcher.[ch]
11264                 cleanup
11265
11266 2002-12-27 [alfons]     0.8.8claws14
11267
11268         re-organize matcher part 2; more to come but this should
11269         work. cc me if there are any regressions.
11270
11271         * src/matcher.h
11272                 add prototype for get_matchparser_tab_id()
11273         * src/matcher_parser_lex.l
11274                 look up keywords using matchparser_tab_id();
11275
11276 2002-12-27 [alfons]     0.8.8claws12
11277
11278         re-organize matcher part 1
11279
11280         * src/matcher.h
11281                 map yacc generated constants to sylpheed matcher constants
11282         * src/matcher.c
11283                 add function to find a matcher constant from a string
11284
11285 2002-12-27 [christoph]  0.8.8claws11
11286
11287         * src/compose.c
11288                 MENUITEM_ADD casts the 4th argument from integer to pointer
11289                 so it probably should not be a pointer, this means we
11290                 should use account id for it and not the account's pointer
11291
11292 2002-12-27 [paul]       0.8.8claws10
11293
11294         * src/mainwindow.c
11295                 remove unneeded 'GtkWidget *vbox'
11296                 
11297         * src/summaryview.c
11298                 further sync with 0.8.8 - make sort
11299                 by recipient work as expected
11300                 
11301         * NEWS
11302                 sync with 0.8.8
11303
11304 2002-12-27 [paul]       0.8.8claws9
11305
11306         * po/pt_BR.po
11307                 updated by Ivan F. Martinez
11308                 
11309 2002-12-27 [darko]      0.8.8claws8
11310
11311         * src/common/utils.c
11312                 added locked pattern to extended search
11313
11314 2002-12-27 [alfons]     0.8.8claws7
11315
11316         * src/prefs_matcher.[ch]
11317                 clean up
11318
11319 2002-12-26 [alfons]     0.8.8claws6
11320
11321         * src/matcher.[ch]
11322         * src/matcher_parser_lex.l
11323         * src/matcher_parser_parse.y
11324         * src/prefs_matcher.c
11325                 allow color label as a condition in the matcher
11326
11327 2002-12-26 [oliver]     0.8.8claws5
11328         
11329         * src/toolbar.c 
11330                 enable Addressbook for Main and Messageview
11331         * src/prefs_actions.c
11332                 enable actions in Messageview
11333
11334 2002-12-26 [christoph]  0.8.8claws4
11335
11336         * src/common/plugin.c
11337                 add a little debug output
11338         * configure.in
11339         * src/plugins/demo/Makefile.am
11340                 better use of automake
11341
11342 2002-12-26 [christoph]  0.8.8claws3
11343
11344         * src/Makefile.am
11345         * src/common/Makefile.am
11346                 fix "make distdir"
11347
11348 2002-12-26 [christoph]  0.8.8claws2
11349
11350         * configure.in
11351                 sort configure checks into common / gtk / plugins
11352         * po/POTFILES.in
11353                 add src/prefs_gtk.c
11354         * src/Makefile.am
11355                 add plugins SUBDIR
11356         * src/main.c
11357         * src/common/sylpheed.[ch]
11358                 added now sylpheed_done function for shutdown
11359         * src/common/Makefile.am
11360         * src/common/plugin.[ch]                ** NEW **
11361                 plugin loader and unloader
11362         * src/plugins/.cvsignore                ** NEW **
11363         * src/plugins/Makefile.am               ** NEW **
11364                 build plugins
11365         * src/plugins/demo/.cvsignore           ** NEW **
11366         * src/plugins/demo/Makefile.am          ** NEW **
11367         * src/plugins/demo/demo.c               ** NEW **
11368                 small demo plugin that installs a logtext hook and
11369                 outputs the log text to stdout
11370
11371 2002-12-26 [paul]       0.8.8claws1
11372
11373         * po/es.po
11374                 updated by Ricardo Mones Lastra
11375
11376 2002-12-26 [paul]       0.8.8claws
11377
11378         * 0.8.8claws released
11379
11380 2002-12-26 [paul]       0.8.7claws12
11381
11382         * po/bg.po
11383                 updated by George Danchev
11384
11385 2002-12-26 [paul]       0.8.7claws11
11386
11387         * po/POTFILES.in
11388                 remove unneeded 'src/prefs.c' entry 
11389
11390 2002-12-26 [paul]       0.8.7claws10
11391
11392         * src/codeconv.c
11393           src/mainwindow.c
11394                 sync with 0.8.8 release
11395         
11396         * src/folder.[ch]
11397           src/mh.c
11398           src/summaryview.c
11399                 partial sync with 0.8.8 release
11400         
11401
11402 2002-12-25 [alfons]     0.8.7claws9
11403
11404         * src/matcher.[ch]
11405         * src/matcher_parser_lex.l
11406         * src/matcher_parser_parse.y
11407         * src/prefs_matcher.c
11408                 add locked flag to possible filtering / matcher 
11409                 conditions (also a good example what should be
11410                 done to add a simple boolean condition)
11411
11412 2002-12-25 [christoph]  0.8.7claws8
11413
11414         * src/Makefile.am
11415         * src/account.[ch]
11416         * src/addrbook.c
11417         * src/addressbook.c
11418         * src/addrindex.c
11419         * src/filtering.c
11420         * src/folder.c
11421         * src/matcher.c
11422         * src/prefs.[ch]                ** REMOVE **
11423         * src/prefs_account.c
11424         * src/prefs_actions.c
11425         * src/prefs_common.c
11426         * src/prefs_customheader.c
11427         * src/prefs_display_header.c
11428         * src/prefs_filtering.c
11429         * src/prefs_folder_item.c
11430         * src/prefs_gtk.[ch]            ** NEW **
11431         * src/prefs_matcher.c
11432         * src/prefs_scoring.c
11433         * src/prefs_summary_column.c
11434         * src/procmime.c
11435         * src/selective_download.c
11436         * src/toolbar.c
11437         * src/common/Makefile.am
11438         * src/common/prefs.[ch]         ** NEW **
11439                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11440
11441 2002-12-24 [alfons]     0.8.7claws7
11442
11443         * src/summaryview.c
11444                 summary_thread_build(): fix real cause of the crash mentioned in
11445                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11446                 this way we get meaningful ctree nodes 
11447
11448 2002-12-24 [oliver]     0.8.7claws6
11449
11450         * src/mainwindow.[ch]
11451         * src/messageview.[ch]
11452         * src/compose.[ch]
11453         * src/inc.c
11454         * src/summaryview.c
11455                 changes to use updated toolbar handling
11456                 
11457 2002-12-24 [oliver]     0.8.7claws5
11458
11459         * src/toolbar.[ch]
11460                 generic toolbar handling
11461                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11462         * src/prefs_toolbar.[ch]
11463                 adjust to handling
11464         
11465 2002-12-24 [oliver]     0.8.7claws4
11466         
11467         * src/stock_pixmap.[ch]
11468                 move SYLPHEED_LOGO to end of list in order 
11469                 to remove it from Custom Toolbar`s Icon View
11470
11471 2002-12-24 [alfons]     0.8.7claws3
11472
11473         * src/summaryview.c
11474                 summary_thread_build(): fix crash because of focus != selection 
11475                 after threading. when deleting the selection, gtk tries but fails 
11476                 to find the correct focusable element. we now force the selection
11477                 to be focused. this should solve the infamous bug reported by 
11478                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11479                 a test case is available. 
11480
11481 2002-12-24 [darko]      0.8.7claws2
11482
11483         * src/summaryview.c
11484                 don't crash when unmarking message with unread children
11485
11486 2002-12-23 [christoph]  0.8.7claws1
11487
11488         * src/Makefile.am
11489         * src/common/Makefile.am
11490                 update Makefiles for moved intl.h, version.h and defs.h
11491         * src/imap.c
11492                 rewrite imap_session_get to avoid duplicate code
11493
11494 2002-12-23 [paul]       0.8.7claws
11495
11496         * Santa-Claws released
11497         
11498         * po/hu.po
11499           po/ru.po
11500                 squeeze in updated Hungarian and Russian translations.
11501                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11502
11503 2002-12-23 [paul]       0.8.6claws129
11504
11505         * po/pl.po
11506                 updated by Witold Wladyslaw Wojciech Wilk
11507
11508 2002-12-23 [paul]       0.8.6claws128
11509
11510         * src/quote_fmt_parse.y
11511                 fix typo and add licence header
11512
11513 2002-12-23 [paul]       0.8.6claws127
11514
11515         * po/en_GB.po
11516                 updated
11517
11518 2002-12-23 [paul]       0.8.6claws126
11519
11520         * po/it.po
11521                 updated translation, submitted by Alessandro Maestri
11522                 
11523 2002-12-23 [paul]       0.8.6claws125
11524
11525         * src/quote_fmt_parse.y
11526                 fix signature-stripping on replies bug. match
11527                 '-- \n' and not '-- '.
11528
11529 2002-12-22 [paul]       0.8.6claws124
11530
11531         * po/bg.po
11532           po/es.po
11533           po/sr.po
11534                 updated translations. submitted by George Danchev,
11535                 Ricardo Mones Lastra, and Urke MMI respectively
11536
11537 2002-12-21 [paul]       0.8.6claws123
11538
11539         * src/addrbook.c
11540                 fix coding style
11541
11542 2002-12-21 [paul]       0.8.6claws122
11543
11544         * src/addrbook.c
11545                 fix bug [643638] where if a person is in one or more
11546                 addressbook groups editing that person's email 
11547                 address results in removal from those groups.
11548                 Patch submitted by Luke Plant.
11549
11550 2002-12-20 [christoph]  0.8.6claws121
11551
11552         * src/common/utils.c
11553         * src/summaryview.c
11554                 reimplement expand_search_string using GString to
11555                 prevent crashs caused by miscalculated string
11556                 lengths reported by Paul
11557
11558 2002-12-20 [christoph]  0.8.6claws120
11559
11560         * src/summaryview.c
11561                 don't use "changed" to check if op_count has to be changed as it
11562                 is also set when the message has unread children
11563                 (closes bug [ 653221 ] crash while deleting duplicates)
11564
11565 2002-12-20 [paul]       0.8.6claws119
11566
11567         * sync with 0.8.6cvs27
11568                 see ChangeLog 2002-12-20
11569
11570 2002-12-20 [paul]       0.8.6claws118
11571
11572         * sync with 0.8.6cvs26
11573                 see ChangeLog 2002-12-19 and 2002-12-20
11574
11575 2002-12-19 [alfons]     0.8.6claws117
11576
11577         * src/textview.c
11578                 fix incorrect parsing of email addresses, submitted by 
11579                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11580                 name display if it contains @".
11581
11582 2002-12-18 [paul]       0.8.6claws116
11583
11584         * sync with 0.8.6cvs23
11585                 see ChangeLog 2002-12-18
11586
11587 2002-12-18 [paul]       0.8.6claws115
11588
11589         * src/Makefile.am
11590         * src/account.c
11591         * src/codeconv.c
11592         * src/gtkutils.[ch]
11593         * src/imap.c
11594                 sync with 0.8.6cvs22.
11595                 see ChangeLog 2002-12-17 and 2002-12-18
11596
11597 2002-12-17 [christoph]  0.8.6claws114
11598
11599         * src/imap.c
11600                 o don't create a session if imap greeting fails
11601                 o don't close socket when authentication fails
11602                   this is done by imap_session_destroy
11603
11604 2002-12-17 [thorsten]   0.8.6claws113
11605
11606         * tools/Makefile.am
11607           tools/README
11608           tools/google_msgid.pl ** NEW FILE **
11609                 Added "search for message-id" script and doc
11610
11611 2002-12-17 [thorsten]   0.8.6claws112
11612
11613         * po/hu.po
11614                 Updated hungarian translation
11615                 (updated by Gal Zoltan)
11616
11617 2002-12-16 [christoph]  0.8.6claws111
11618
11619         * src/addr_compl.c
11620                 remove stupid addressbook dump to debug output
11621         * src/mh.c
11622                 fix memory leak found by Hiro
11623
11624 2002-12-14 [paul]       0.8.6claws110
11625
11626         * src/compose.c
11627                 fix menubar sensitivity on send
11628                 
11629         * src/prefs_filtering.c
11630         * src/prefs_matcher.c
11631         * src/prefs_scoring.c
11632                 Fix english ;)
11633                 
11634         * src/common/quoted-printable.h
11635                 sync: fix typo
11636         
11637 2002-12-13 [christoph]  0.8.6claws109
11638
11639         * src/Makefile.am
11640         * src/manage_window.[ch]        ** REMOVE **
11641         * src/gtk/Makefile.am
11642         * src/gtk/manage_window.[ch]    ** NEW **
11643                 move manage_window files to gtk directory
11644
11645 2002-12-13 [christoph]  0.8.6claws108
11646
11647         * src/Makefile.am
11648         * src/gtkshruler.[ch]           ** REMOVE **
11649         * src/gtk/Makefile.am
11650         * src/gtk/gtkshruler.[ch]       ** NEW **
11651                 move gtkshruler files to gtk directory
11652
11653 2002-12-13 [christoph]  0.8.6claws107
11654
11655         * src/Makefile.am
11656         * src/compose.c
11657         * src/gtkstext.[ch]             ** REMOVE **
11658         * src/gtkutils.[ch]
11659         * src/textview.c
11660         * src/gtk/gtkstext.[ch]         ** NEW **
11661         * src/gtk/Makefile.am
11662                 o move stext functions to gtkstext.c to remove
11663                   dependency of gtkutils
11664                 o move gtkstext files to gtk directory
11665
11666         * src/gtk/Makefile.am
11667         * src/gtk/sslcertwindow.[ch]
11668                 UI stuff can always depend on common code so
11669                 it's ok to add ../common to include path
11670
11671 2002-12-13 [colin]      0.8.6claws106
11672
11673         * src/summaryview.c
11674                 Disconnect sighandlers for mainwindow when
11675                 quicksearch has the focus
11676                 Fix bug #653231
11677         * src/mainwindow.[ch]
11678                 Make key_pressed callback public, to be able
11679                 to disconnect it
11680
11681 2002-12-13 [christoph]  0.8.6claws105
11682
11683         * src/mh.c
11684                 create .mh_sequences file in new MH folders
11685                 (closes feature request [ 523162 ] MH folders should
11686                  get a .mh_sequences)
11687
11688 2002-12-13 [colin]      0.8.6claws104
11689
11690         * src/summaryview.c
11691                 Better handling of quicksearch show/hide
11692                 (basically the button stays under the mouse 
11693                  when toggled)
11694
11695 2002-12-13 [paul]       0.8.6claws103
11696
11697         * sync with 0.8.6cvs17
11698                 see ChangeLog 2002-12-13
11699
11700 2002-12-13 [paul]       0.8.6claws102
11701
11702         * po/es.po
11703                 updated by Ricardo Mones Lastra
11704
11705 2002-12-11 [colin]       0.8.6claws101
11706
11707         * src/folder.c
11708                 remove statusbar stuff
11709           src/folderview.c
11710                 set statusbar verbosity when moving folders
11711
11712 2002-12-11 [colin]       0.8.6claws100
11713         * src/prefs_filtering.c
11714         * src/prefs_matcher.c
11715         * src/prefs_scoring.c
11716                 Fix english ;)
11717
11718 2002-12-11 [colin]       0.8.6claws99
11719
11720         * src/prefs_common.[ch]
11721                 Add summary_quicksearch_type
11722         * src/summaryview.c
11723                 Save last used quicksearch type
11724
11725 2002-12-11 [jens]       0.8.6claws98
11726         * src/prefs_filtering.c
11727         * src/prefs_matcher.c
11728         * src/prefs_scoring.c
11729                 added dialog for incomplete rules in scoring, filtering and
11730                 matcher to ask wheather really close
11731
11732 2002-12-11 [colin]      0.8.6claws97
11733
11734         * src/folder.c
11735                 Fix folder dnd statusbar logging
11736
11737 2002-12-10 [christoph]  0.8.6claws96
11738
11739         * src/compose.c
11740         * src/folder.c
11741         * src/imap.c
11742         * src/inc.c
11743         * src/main.c
11744         * src/mainwindow.c
11745         * src/news.c
11746         * src/send.c
11747         * src/statusbar.[ch]
11748         * src/common/hooks.c
11749         * src/common/log.[ch]
11750                 o handle verbose logging in statusbar directly in statusbar code
11751                   and common code does not need any knowledge about a statusbar
11752                 o remove direct calls to statusbar_(puts|pop)_all functions
11753
11754 2002-12-10 [jens]       0.8.6claws95
11755
11756         * src/*.c
11757                 removed gettext from g_warnings
11758         * po/POTFILES.in
11759                 cleaned and updated
11760         * po/de.po
11761                 updated
11762
11763 2002-12-10 [colin]      0.8.6claws94
11764
11765         * src/main.c
11766                 finish crash dialog fix
11767
11768 2002-12-10 [colin]      0.8.6claws93
11769
11770         * src/main.c
11771                 "Fix" "sylpheed already running" instead of
11772                 crash dialog appearing after a crash
11773
11774 2002-12-10 [colin]      0.8.6claws92
11775
11776         * po/POTFILES.in
11777                 add src/gtk/sslcertwindow.c
11778
11779 2002-12-10 [paul]       0.8.6claws91
11780
11781         * po/POTFILES.in
11782                 updated to reflect recent changes
11783                 submitted by Alessandro Maestri
11784
11785 2002-12-09 [christoph]  0.8.6claws90
11786
11787         * src/Makefile.am
11788         * src/smtp.[ch]                 ** REMOVE **
11789         * src/common/Makefile.am
11790         * src/common/smtp.[ch]          ** NEW **
11791                 move smtp files to common directory
11792
11793 2002-12-09 [christoph]  0.8.6claws89
11794
11795         * src/Makefile.am
11796         * src/session.[ch]              ** REMOVE **
11797         * src/common/Makefile.am
11798         * src/common/session.[ch]       ** NEW **
11799                 move session files to common directory
11800
11801 2002-12-09 [paul]       0.8.6claws88
11802
11803         * src/account.c
11804                 fix bug [649746] edit accounts: move account reverted
11805                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11806
11807 2002-12-09 [colin]      0.8.6claws87
11808
11809         * src/ssl_certificate.c
11810                 cleanup
11811
11812 2002-12-09 [colin]      0.8.6claws86
11813
11814         * src/ssl.c
11815                 Try to open the cert.pem database and 
11816                 issue a warning if it isn't there
11817
11818 2002-12-09 [colin]      0.8.6claws85
11819
11820         * src/common/ssl_certificate.c
11821         * src/gtk/sslcertwindow.c
11822                 Warning fixes
11823
11824 2002-12-09 [colin]      0.8.6claws84
11825
11826         * src/ssl_certificate.[ch] ** REMOVED **
11827         * src/common/ssl_certificate.[ch] ** NEW **
11828         * src/Makefile.am
11829         * src/common/Makefile.am
11830                 Moved ssl_certificate.[ch] to common
11831         * src/common/ssl.c 
11832                 Put back needed include
11833         * src/gtk/sslcertwindow.[ch]
11834                 Changed ssl_certificate.h include
11835         
11836 2002-12-09 [colin]      0.8.6claws83
11837
11838         * src/gtk/sslcertwindow.[ch]
11839                 Implement hook for certificate acception
11840         * src/ssl_certificate.[ch]
11841                 Implement hook for certificate acception
11842         * src/common/ssl.c
11843                 Reenable certificate acception check
11844         * src/mainwindow.c
11845                 Register sslcertwindow's hook
11846         
11847 2002-12-08 [christoph]  0.8.6claws82
11848
11849         * src/about.c
11850         * src/addr_compl.c
11851         * src/codeconv.c
11852         * src/manual.c
11853         * src/undo.c
11854         * src/common/utils.c
11855                 o add missing includes
11856                 o fix warnings
11857         * src/.cvsignore
11858         * src/common/.cvsignore
11859         * src/common/version.h          ** REMOVE **
11860                 remove autogenerated file
11861
11862 2002-12-08 [paul]       0.8.6claws81
11863
11864         * src/stringtable.c
11865                 put back needed include
11866
11867 2002-12-08 [colin]      0.8.6claws80
11868         
11869         * src/gtk/sslcertwindow.c
11870                 Cleaner popups when asking
11871         * src/ssl_certificate.c
11872         * src/prefs_common.[ch]
11873                 remove ssl certificate pref
11874                 put back needed include
11875         * src/undo.c
11876                 put back needed include
11877
11878 2002-12-08 [christoph]  0.8.6claws79
11879
11880         * src/folderview.c
11881         * src/logwindow.c
11882         * src/statusbar.c
11883         * src/summaryview.c
11884                 only abort hook invokation if required data is missing not
11885                 if our own data pointer is NULL, update hookfunction for
11886                 log window
11887
11888 2002-12-08 [paul]       0.8.6claws78
11889
11890         * src/about.c
11891         * src/addrcache.c
11892         * src/addrclip.c
11893         * src/addr_compl.c
11894         * src/addrselect.c
11895         * src/codeconv.c
11896         * src/colorlabel.c
11897         * src/enriched.c
11898         * src/esmtp.c
11899         * src/exporthtml.c
11900         * src/headerview.c
11901         * src/imageview.c
11902         * src/manual.c
11903         * src/noticeview.c
11904         * src/pgptext.c
11905         * src/scoring.c
11906         * src/sourcewindow.c
11907         * src/stringtable.c
11908         * src/undo.c
11909                 clean up: remove unneccesary includes
11910
11911 2002-12-08 [christoph]  0.8.6claws77
11912
11913         * src/folderview.c
11914         * src/statusbar.c
11915         * src/summaryview.c
11916         * src/common/hooks.[ch]
11917                 hook functions now have a gboolean return value, if a hook
11918                 returns TRUE it will stop executing of any more hooks in
11919                 the same hooklist for this invokation
11920
11921 2002-12-08 [colin]      0.8.6claws76
11922         
11923         * src/main.c
11924                 put back argv0 for CRASH_DIALOG
11925
11926 2002-12-08 [christoph]  0.8.6claws75
11927
11928         * src/Makefile.am
11929         * src/about.c
11930         * src/account.c
11931         * src/crash.c
11932         * src/esmtp.h
11933         * src/imap.[ch]
11934         * src/inc.c
11935         * src/main.c
11936         * src/mainwindow.c
11937         * src/news.c
11938         * src/pop.[ch]
11939         * src/prefs_account.[ch]
11940         * src/prefs_common.[ch]
11941         * src/send.[ch]
11942         * src/smtp.[ch]
11943         * src/ssl_certificate.[ch]
11944         * src/ssl_manager.[ch]
11945         * src/common/Makefile.am
11946         * src/common/log.c
11947         * src/common/nntp.[ch]
11948         * src/common/socket.[ch]
11949         * src/common/ssl.[ch]
11950         * src/gtk/sslcertwindow.[ch]
11951         * ac/openssl.m4
11952                 use new autoconf script to detect OpenSSL with extra parameters
11953                 to specify the location of libs and includes, also remove USE_SSL
11954                 to USE_OPENSSL
11955
11956         * src/common/sylpheed.[ch]
11957         * src/common/version.h.in
11958                 start seperation of common code initialization seperated from gui
11959
11960         * src/summaryview.c
11961                 The function that is called when a color label changes
11962                 should not change the color lable again
11963
11964 2002-12-08 [colin]      0.8.6claws74
11965
11966         * src/gtk/sslcertwindow.c
11967                 warning fixes
11968
11969 2002-12-08 [colin]      0.8.6claws73
11970
11971         * src/statusbar.c
11972           src/common/log.h
11973                 Register a hook for statusbar_puts_all
11974         * src/common/log.c
11975                 invoke statusbar_puts_all's hook
11976         
11977 2002-12-08 [colin]      0.8.6claws72
11978
11979         * src/ssl_certificate.c
11980                 Put back a badly-removed include
11981
11982 2002-12-08 [colin]      0.8.6claws71
11983
11984         * src/gtk/sslcertwindow.[ch]    ** NEW **
11985                 new certificate presentation
11986         * src/gtk/Makefile.am
11987                 add new files
11988         * src/ssl_certificate.[ch]
11989                 gtk cleanup, made utility functions public
11990         * src/ssl_manager.c
11991                 use new cert presentation
11992
11993 2002-12-07 [christoph]  0.8.6claws70
11994
11995         * src/Makefile.am
11996         * src/nntp.[ch]                 ** REMOVE **
11997         * src/common/Makefile.am
11998         * src/common/nntp.[ch]          ** NEW **
11999                 move nntp files to common directory
12000
12001 2002-12-07 [christoph]  0.8.6claws69
12002
12003         * src/procmsg.[ch]
12004         * src/summaryview.c
12005                 implement msginfo update callback using sylpheed's new
12006                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12007
12008 2002-12-06 [christoph]  0.8.6claws68
12009
12010         * src/editgroup.c
12011                 This patch changes the 'Edit Group Details' dialog to
12012                 allow extended selections in either pane, so that
12013                 addresses can be added or removed from a group more
12014                 quickly and easily. (it actually is a net decrease in
12015                 file size, as some unnecessary functions have been
12016                 removed). 
12017                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12018
12019 2002-12-06 [christoph]  0.8.6claws67
12020
12021         * src/Makefile.am
12022         * src/template.[ch]             ** REMOVE **
12023         * src/common/Makefile.am
12024         * src/common/template.[ch]      ** NEW **
12025                 move template files to common directory
12026
12027         * src/nntp.c
12028                 add missing log.h include
12029
12030 2002-12-06 [melvin]     0.8.6claws66
12031
12032         * src/prefs_actions.c
12033                 Added the trailing ">" syntax to insert command's output
12034                 without replacing old text (in contrast to trailing "|").
12035
12036 2002-12-05 [colin]      0.8.6claws65
12037         
12038         * src/common/utils.c
12039                 Don't modify original search_string or it'll change
12040                 the next iterations in the for()
12041
12042 2002-12-05 [darko]      0.8.6claws64
12043
12044         * src/common/utils.c
12045                 proper check for filtering commands, found by Colin
12046
12047 2002-12-05 [darko]      0.8.6claws63
12048
12049         * src/common/utils.c
12050                 check proper string for NULL pointer, found by Colin
12051
12052 2002-12-05 [darko]      0.8.6claws62
12053
12054         * src/common/utils.[ch]
12055                 expand_search_string(): new function
12056                 converts Mutt-like patterns to Sylpheed's
12057                 filtering engine
12058         * src/summaryview.c
12059                 use expand_search_string() to allow Mutt-like
12060                 patterns in extended search
12061         * README.claws
12062                 document extended option in quick search
12063
12064 2002-12-05 [paul]       0.8.6claws61
12065
12066         * sync with 0.8.6cvs16
12067                 see ChangeLog 2002-12-05
12068                 
12069         * po/POTFILES.in
12070                 clean up
12071
12072 2002-12-04 [christoph]  0.8.6claws60
12073
12074         * src/imap.[ch]
12075                 put imap authentication code into a new function and
12076                 remove it from imap_session_new that will allow to
12077                 send other commands before authentication
12078
12079 2002-12-04 [christoph]  0.8.6claws59
12080
12081         * src/imap.[ch]
12082                 use already existing method to prevent unneeded IMAP
12083                 folder selects. Set imap_select parameters to NULL
12084                 in some functions if the values are not required.
12085
12086         * src/xml.h
12087                 remove no longer required include
12088
12089 2002-12-04 [paul]       0.8.6claws58
12090
12091         * po/es.po
12092                 updated by Ricardo Mones Lastra
12093                 
12094         * configure.in
12095           po/hu.po      ** NEW FILE **
12096                 initial Hungarian translation, submitted
12097                 by Gál Zoltán <galzoli@hu.inter.net>
12098
12099 2002-12-03 [christoph]  0.8.6claws57
12100
12101         * src/Makefile.am
12102         * src/gtksctree.[ch]            ** REMOVE **
12103         * src/gtk/Makefile.am
12104         * src/gtk/gtksctree.[ch]        ** NEW **
12105                 move gtksctree files to gtk directory
12106
12107 2002-12-03 [christoph]  0.8.6claws56
12108
12109         * src/Makefile.am
12110         * src/md5.[ch]                  ** REMOVE **
12111         * srm/common/Makefile.am
12112         * src/common/md5.[ch]           ** NEW **
12113                 move md5 files to common directory
12114
12115         * src/gtkstext.c
12116                 remove not required #include
12117
12118 2002-12-03 [sergey]     0.8.6claws55
12119
12120         * src/gtkutils.c
12121         * src/gtkutils.h
12122                 gtkut_window_popup(): new function.
12123         * src/mainwindow.c
12124                 main_window_popup(): use gtkut_window_popup() to raise
12125                 window without changing its position.
12126                 (see sylpheed-main ML message [sylpheed:17247])
12127
12128 2002-12-03 [sergey]     0.8.6claws54
12129
12130         * src/send.c
12131                 send_message_local(): removed first-dot escaping
12132                 (SMTP-only, not needed for sending through pipe)
12133
12134 2002-12-03 [paul]       0.8.6claws53
12135
12136         * po/POTFILES.in
12137                 update to reflect recent changes (thanks
12138                 to Ricardo Mones Lastra)
12139                 
12140         * tools/filter_conv.pl
12141                  fix problem with quoted strings. Patch submitted
12142                  by Luke Plant <lukeplant@softhome.net>
12143
12144 2002-12-03 [paul]       0.8.6claws52
12145
12146         * sync with 0.8.6cvs15
12147                 see ChangeLog 2002-12-03
12148
12149 2002-12-02 [christoph]  0.8.6claws51
12150
12151         * src/logwindow.[ch]
12152         * src/common/log.[ch]
12153                 implement logging using a hook function
12154
12155         * src/folderview.c
12156         * src/folder.[ch]
12157                 define hooklist name in header file to avoid
12158                 errors caused by wrong spelling of hooklist names
12159
12160         * src/toolbar.c
12161                 fix warnings
12162
12163 2002-12-02 [christoph]  0.8.6claws50
12164
12165         * src/common/Makefile.am
12166                 add src/common/hooks.[ch]
12167
12168         * src/common/hooks.[ch]
12169                 implement a simple hook system using glib's hook functions
12170
12171         * src/folder.[ch]
12172         * src/folderview.c
12173                 use new hook system for folder item updates
12174
12175 2002-12-02 [christoph]  0.8.6claws49
12176
12177         * doc-src/ui_seperation.txt     ** NEW **
12178                 information for ui seperation
12179
12180         * src/Makefile.am
12181                 remove files that were moved to common
12182                 include common directory by default for the header files
12183
12184         * src/inc.c
12185         * src/common/socket.c
12186         * src/automaton.[ch]
12187                 implement automaton using g_io_*-functions instead of
12188                 gdk_input_add to make it ui independent
12189
12190         * src/codeconv.c
12191         * src/compose.c
12192         * src/ldif.c
12193         * src/pgptext.c
12194         * src/procmime.c
12195         * src/rfc2015.c
12196         * src/smtp.c
12197         * src/unmime.c
12198                 remove common/ prefix because directory is now in
12199                 include path
12200
12201         * src/compose.c
12202         * src/folder.c
12203         * src/folderview.c
12204         * src/mainwindow.c
12205         * src/messageview.c
12206         * src/prefs_common.c
12207         * src/procmsg.c
12208         * src/rfc2015.c
12209                 fix warnings
12210
12211         * src/imap.c
12212         * src/inc.c
12213         * src/news.c
12214         * src/pop.c
12215         * src/send.c
12216         * src/smtp.c
12217         * src/ssl_certificate.c
12218                 add log.h header file for logging functions
12219
12220         * src/main.c
12221         * src/common/utils.c
12222         * src/summaryview.c
12223         * src/xml.c
12224                 o move debug_mode to common/utils.c
12225                 o add functions to set and get debug_mode
12226
12227         * src/defs.h                    ** REMOVE **
12228         * src/intl.h                    ** REMOVE **
12229         * src/socket.[ch]               ** REMOVE **
12230         * src/ssl.[ch]                  ** REMOVE **
12231         * src/utils.[ch]                ** REMOVE **
12232                 replaced by new files in src/common/
12233         
12234         * src/common/Makefile.am
12235                 add new files in src/common/
12236
12237         * src/common/defs.h             ** NEW **
12238         * src/common/intl.h             ** NEW **
12239         * src/common/log.[ch]           ** NEW **
12240         * src/common/socket.[ch]        ** NEW **
12241         * src/common/ssl.[ch]           ** NEW **
12242         * src/common/utils.[ch]         ** NEW **
12243                 replacement for files in src/
12244
12245 2002-12-02 [colin]      0.8.6claws48
12246
12247         * src/folderview.c
12248                 Scroll folderview if necessary during dnd
12249
12250 2002-12-02 [colin]      0.8.6claws47
12251
12252         * src/folder.[ch]
12253                 Add check to verify a move is within a single mailbox
12254         * src/folderview.c
12255                 Add specific error string for this check
12256
12257 2002-12-02 [colin]      0.8.6claws46
12258
12259         * src/folder.c
12260                 Add a test to folder moving, remove a statusbar_print
12261         * src/folderview.c
12262                 Add Move folder... context-menu item
12263                 Factorize folder moving code
12264                 Enable folder DND for mbox
12265
12266 2002-12-01 [christoph]  0.8.6claws45
12267
12268         * ac/aspell.m4
12269                 remove conf.aspelltest if the version check fails
12270
12271 2002-11-30 [christoph]  0.8.6claws44
12272
12273         * autogen.sh
12274                 run libtoolize --force in autogen to create missing
12275                 libtool scripts
12276
12277 2002-11-30 [christoph]  0.8.6claws43
12278
12279         * src/Makefile.am
12280         * src/pgptext.c
12281         * src/procmime.c
12282         * src/rfc2015.c
12283         * src/uuencode.[ch]             ** REMOVED **
12284         * src/common/Makefile.am
12285         * src/common/uuencode.[ch]      ** NEW **
12286                 move uuen/decoder to common directory
12287
12288 2002-11-30 [christoph]  0.8.6claws42
12289
12290         * src/Makefile.am
12291         * src/base64.[ch]               ** REMOVED **
12292         * src/codeconv.c
12293         * src/compose.c
12294         * src/ldif.c
12295         * src/pgptext.c
12296         * src/procmime.c
12297         * src/rfc2015.c
12298         * src/smtp.c
12299         * src/unmime.c
12300         * src/common/Makefile.am
12301         * src/common/base64.[ch]        ** NEW **
12302                 move base64 en/decoder to common directory
12303
12304 2002-11-30 [christoph]  0.8.6claws41
12305
12306         * src/common                    ** NEW **
12307                 new directory for UI independent code
12308         * src/gtk                       ** NEW **
12309                 new directory for GTK frontend
12310         * src/common/.cvsignore         ** NEW **
12311         * src/gtk/.cvsignore            ** NEW **
12312                 ignore build files
12313         * src/common/Makefile.am        ** NEW **
12314         * src/gtk/Makefile.am           ** NEW **
12315                 automake files to build new seperated stuff
12316         * src/Makefile.am
12317                 the binary will currently still be build with the
12318                 files in src, so we include the code from the
12319                 subdirs for now after building the libs there
12320
12321 2002-11-30 [paul]       0.8.6claws40
12322
12323         * src/compose.c
12324                 fix bug [642731] 'Wrong selected account with drafted mail'
12325
12326 2002-11-29 [oliver]     0.8.6claws39
12327         
12328         * src/messageview.c
12329                 o update summaryview when switching between different
12330                   messageviews          
12331         * src/toolbar.c  
12332                 o check if messageview holds already removed msg
12333                   from summaryview
12334                 
12335
12336 2002-11-29 [oliver]     0.8.6claws38
12337
12338         * src/toolbar.c 
12339                 remove not needed variables and includes
12340                 make messageview stay opened and move to next when msgs are deleted 
12341
12342 2002-11-29 [oliver]     0.8.6claws37
12343         
12344         * src/toolbar.c 
12345                 disable compose button (messageview toolbar) by default
12346                 deleted msgs are moved to trash
12347         
12348 2002-11-29 [melvin]     0.8.6claws36
12349
12350         * configure.in
12351                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12352                 and to detect signatures expirations (gpgme 0.3.6)
12353
12354         * src/main.c
12355                 Use non obsolescent function for Gpgme engine checking.
12356
12357         * src/rfc2015.c
12358                 Inform about expired signatures or signatures which key
12359                 has expired. Expiration date is displayed.
12360
12361         * src/sigstatus.c
12362                 Inform about expired signatures or signatures which key
12363                 has expired.
12364
12365 2002-11-28 [paul]       0.8.6claws35
12366
12367         * src/folderview.c
12368                 re-instate 'Check for new messages' in Newsgroup
12369                 folders right-click menu, after a suggestion from
12370                 Tim Mann <timmann@users.sourceforge.net>
12371
12372         * src/main.c
12373                 after a crash check only local folders for new
12374                 messages
12375
12376 2002-11-28 [paul]       0.8.6claws34
12377
12378         * configure.in
12379                 apply patch that fixes the checking of GTK with XIM 
12380                 support on different OSs, such as FreeBSD. Patch 
12381                 submitted by Topia <topia@users.sourceforge.net>
12382                 
12383 2002-11-28 [paul]       0.8.6claws33
12384
12385         * src/mainwindow.c
12386           src/prefs_common.c
12387           src/prefs_toolbar.c
12388                 more changes to the English
12389
12390 2002-11-28 [paul]       0.8.6claws32
12391
12392         * sync with 0.8.6cvs13
12393                 see ChangeLog 2002-11-28 (no sync needed
12394                 for src/compose.c)
12395
12396 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12397         
12398         * src/mainwindow.[ch]
12399                 add patch by Ivan F. Martinez introducing messageview Toolbar
12400                 some changes and committed by oliver    
12401
12402 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12403
12404         * src/messageview.[ch]
12405                 add patch by Ivan F. Martinez introducing messageview Toolbar
12406                 some changes and committed by oliver    
12407
12408 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12409
12410         * src/compose.[ch]
12411                 add patch by Ivan F. Martinez introducing messageview Toolbar
12412                 some changes and committed by oliver    
12413
12414 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12415         
12416         * src/toolbar.[ch]
12417                 add patch by Ivan F. Martinez introducing messageview Toolbar
12418                 some changes and committed by oliver
12419
12420 2002-11-28 [oliver]     0.8.6claws27
12421         
12422         * src/prefs_toolbar.[ch]
12423                 getting ready for messageview toolbar
12424                 free mem allocated by gettext
12425                 change prefs_toolbar to prefs_toolbar_open
12426  
12427 2002-11-28 [thorsten]   0.8.6claws26
12428
12429         * src/imageview.[ch]
12430                 cleaned up conflicting declarations of
12431                 imageview_show_image()
12432
12433 2002-11-28 [paul]       0.8.6claws25
12434
12435         * src/grouplistdialog.c
12436           src/prefs_common.c
12437           src/prefs_summary_column.c
12438                 a few more improvements to the English
12439
12440 2002-11-28 [colin]      0.8.6claws24
12441
12442         * man/sylpheed.1
12443                 A few updates to command-line parameters
12444
12445 2002-11-28 [colin]      0.8.6claws23
12446
12447         * src/prefs_filtering.c
12448                 Fix problems with prefs_filtering_delete_path:
12449                 a) if the first rule is removed, original pointers
12450                    weren't updated (leading to segfaults)
12451                 b) it was always global_processing updated in case
12452                    of removed path was parent of rule path
12453
12454 2002-11-27 [paul]       0.8.6claws22
12455
12456         * src/mainwindow.c
12457           src/prefs_account.c
12458           src/prefs_actions.c
12459           src/prefs_common.c
12460           src/prefs_customheader.c
12461           src/prefs_display_header.c
12462           src/prefs_filtering.c
12463           src/prefs_folder_item.c
12464           src/prefs_matcher.c
12465           src/prefs_scoring.c
12466           src/prefs_summary_column.c
12467           src/prefs_template.c
12468           src/prefs_toolbar.c
12469                  improve the English in the GUI
12470
12471 2002-11-27 [colin]      0.8.6claws21
12472
12473         * src/folder.c
12474                 Fix processing renaming problems happening after
12475                 last commit
12476
12477 2002-11-27 [colin]      0.8.6claws20
12478
12479         * src/folder.c
12480                 recursive move now deletes src each subfolder after 
12481                 having moved it
12482         * src/folderview.c
12483                 Use identifier instead of path during dnd (enables
12484                 IMAP folder dnd)
12485
12486 2002-11-27 [paul]       0.8.6claws19
12487
12488         * src/main.c
12489                 apply patch that does command-line processing 
12490                 BEFORE gtk_init, allowing claws to run from 
12491                 shell-scripts in non-X environment (e.g. crontab 
12492                 or ip-up, ip-down scripts). Patch submitted by
12493                 Ruslan N. Balkin <baron@dartel.ru>
12494                 
12495         * po/it.po
12496                 updated by Alessandro Maestri
12497
12498 2002-11-27 [paul]       0.8.6claws18
12499
12500         * sync with 0.8.6cvs12
12501           src/prefs_common.c
12502                 Differences are that main uses a 'Receive dialog'
12503                 frame on the Interface tab, whereas claws groups all 
12504                 the dialogs together in a 'Dialogs' frame.
12505
12506 2002-11-27 [colin]      0.8.6claws17
12507
12508         * src/prefs_matcher.c
12509                 Fix Execute criteria's NOT flag
12510
12511
12512 2002-11-26 [christoph]  0.8.6claws16
12513
12514         * src/ssl.c
12515                 rewrite the ssl code a little bit, only use one
12516                 SSL context, set default certificates' file/path
12517
12518 2002-11-26 [thorsten]   0.8.6claws15
12519
12520         * src/compose.c
12521                 default-reply-to didn't work for ml-reply
12522
12523 2002-11-26 [melvin]     0.8.6claws14
12524
12525         * src/prefs_actions.c
12526                 Made pipe-actions ignore short headers in message view
12527                 Made trailing-pipe-actions write in the message view with
12528                 the same font as the original message
12529
12530 2002-11-26 [paul]       0.8.6claws13
12531
12532         * src/compose.c
12533                 this time commit the correct file
12534
12535 2002-11-26 [paul]       0.8.6claws12
12536
12537         * sync with 0.8.6cvs11
12538           src/quote_fmt_parse.y  
12539                 no sync needed
12540           src/account.[ch]       
12541                 not sync'ed
12542           src/compose.c
12543                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12544                 on draft mode.
12545                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12546                 header
12547                 
12548         see ChangeLog 2002-11-25 and 2002-11-26
12549
12550 2002-11-26 [colin]      0.8.6claws11
12551
12552         * src/folderview.c
12553                 Fix collapsed folder not auto-expanding during
12554                 mail dnd, if it was the source folder.
12555
12556 2002-11-25 [colin]      0.8.6claws10
12557
12558         * src/folderview.[ch]
12559                 Variable renaming and cleaning (slist of nodes 
12560                 to be re-collapsed is stored in FolderView)
12561
12562 2002-11-25 [paul]       0.8.6claws9
12563
12564         * src/prefs_common.[ch]
12565                 fix breakage caused by last commit
12566
12567 2002-11-25 [paul]       0.8.6claws8
12568
12569         * sync with 0.8.6cvs4
12570                 see ChangeLog 2002-11-21
12571
12572 2002-11-25 [paul]       0.8.6claws7
12573
12574         * sync with 0.8.6cvs4
12575                 see ChangeLog 2002-11-20
12576
12577 2002-11-25 [paul]       0.8.6claws6
12578
12579         * sync with 0.8.6cvs3
12580                 see ChangeLog 2002-11-18
12581
12582 2002-11-25 [colin]      0.8.6claws5
12583
12584         * src/gtkutils.[ch]
12585                 Add gtkut_ctree_node_is_parent()
12586         * src/folderview.c
12587                 Spring-loaded folders
12588
12589 2002-11-25 [colin]      0.8.6claws4
12590
12591         * src/utils.[ch]
12592                 Add slist_concat_unique(), function to merge
12593                 two GSList filtering dups
12594         * src/folder.[ch]
12595         * src/summaryview.[ch]
12596         * src/folderview.c
12597         * src/main.c
12598                 Add detection/update/display of unread answers
12599                 to marked mails
12600         * src/procmsg.[ch]
12601                 Add procmsg_find_children()
12602                 Add procmsg_msg_has_marked_parent()
12603
12604 2002-11-25 [colin]      0.8.6claws3
12605
12606         * src/ssl_certificate.[ch]
12607                 Allow checking a certificate without a DNS
12608                 lookup
12609                 Allow to forget a cert (by deleting it)
12610                 Make ssl_certificate_destroy_public
12611         * src/ssl_manager.[ch] ** NEW FILES **
12612                 Gui to manage (display/remove) certificates
12613         * src/prefs_common.[ch]
12614                 Add a pref to allow silent acceptation of
12615                 trusted certificates or not (based on the
12616                 "I want to know what's going on" principle)
12617         * src/mainwindow.c
12618                 Add SSL manager in Tools menu
12619         * src/Makefile.am
12620                 Add the new files to the build
12621         * po/POTFILES.in
12622                 Add ssl_manager.c to translations
12623
12624 2002-11-25 [colin]      0.8.6claws2
12625
12626         * src/summaryview.[ch]
12627                 Add S_SEARCH_EXTENDED to the quick search, which 
12628                 allows to search using filtering syntax.
12629
12630 2002-11-25 [colin]      0.8.6claws1
12631
12632         * src/summaryview.c
12633                 Deletion of duplicates now prefer deleting
12634                 the unread dup (fixes feature-request 638989).
12635
12636 2002-11-24 [paul]       0.8.6claws
12637
12638         * po/es.po
12639           po/pl.po
12640           po/ru.po
12641           po/sr.po
12642                 updated by Ricardo Mones Lastra,
12643                 Witold Wladyslaw Wojciech Wilk,
12644                 Ruslan N. Balkin, and  Urke MMI 
12645                 respectively
12646
12647 2002-11-24 [paul]       0.8.5claws182
12648
12649         * po/bg.po
12650                 updated by George Danchev
12651
12652 2002-11-23 [alfons]     0.8.5claws181
12653
12654         * src/imap.c
12655                 tiny memory leak found by browsing Dimitar's 
12656                 valgrind report
12657
12658 2002-11-23 [paul]       0.8.5claws180
12659
12660         * po/it.po
12661                 updated by Alessandro Maestri
12662
12663 2002-11-22 [christoph]  0.8.5claws179
12664
12665         * src/compose.c
12666         * src/inc.c
12667         * src/prefs_filtering.c
12668         * src/summaryview.c
12669                 more warning fixes
12670
12671 2002-11-22 [alfons]     0.8.5claws178
12672
12673         * src/summaryview.c
12674                 summary_execute_delete_func(): if message is deleted, make 
12675                 sure to also remove its entry in the subject hash table. 
12676                 fixes a corner case bug.
12677
12678 2002-11-22 [paul]       0.8.5claws177
12679
12680         * .cvsignore
12681                 add 'autom4te.cache'
12682                 
12683         * ltconfig      ** REMOVED **
12684                 not needed
12685
12686 2002-11-22 [paul]       0.8.5claws176
12687
12688         * src/textview.c
12689                 textview_set_font(): fix for message display in
12690                 UTF-8 locales (thanks to Sergey Vlasov).
12691                 
12692         * AUTHORS
12693                 add new team members and contributors
12694
12695
12696 2002-11-21 [colin]      0.8.5claws175
12697
12698         * src/procmsg.[ch]
12699                 Add procmsg_remove_special_headers()
12700         * src/mh.c
12701                 Use procmsg_remove_special_headers() for 
12702                 previous fix
12703
12704 2002-11-21 [colin]      0.8.5claws174
12705
12706         * src/mh.c
12707                 Fix moving/copying from queue/draft folders
12708                 for MH folders
12709
12710 2002-11-21 [christoph]  0.8.5claws173
12711
12712         * src/crash.c
12713         * src/filtering.c
12714         * src/logwindow.c
12715         * src/main.c
12716         * src/matcher_parser_lex.[hl]
12717         * src/mbox.c
12718         * src/mbox_folder.[ch]
12719         * src/prefs_filtering.c
12720         * src/procheader.c
12721         * src/quote_fmt_lex.l
12722         * src/ssl.c
12723                 fix all warnings except the warnings in lex and yacc files
12724
12725 2002-11-20 [christoph]  0.8.5claws172
12726
12727         * src/imap.c
12728                 fix MsgInfo retrieval for IMAP draft and queue folders
12729                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12730
12731 2002-11-19 [christoph]  0.8.5claws171
12732
12733         * src/compose.c
12734                 fix segfault, when draft saving does not get
12735                 the MsgInfo of the new message
12736                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12737
12738 2002-11-19 [christoph]  0.8.5claws170
12739
12740         * src/procmsg.c
12741                 add parameter check for flag setting function
12742                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12743
12744 2002-11-18 [paul]       0.8.5claws169
12745
12746         * src/compose.c
12747                 more sensitivity fixes to redirect mode:
12748                 * disable toolbar draft button
12749                 * allow only Address book in the Tools menu
12750                 * disable editing of message by the spell
12751                   checker
12752
12753 2002-11-18 [paul]       0.8.5claws168
12754
12755         * src/compose.c
12756                 fix sensitivity of menu items in compose_redirect():
12757                 allow only the necessary items 
12758
12759 2002-11-18 [paul]       0.8.5claws167
12760
12761         * src/compose.c
12762                 fix bug [ 603259 ] 'attachment got lost on bounce'
12763
12764 2002-11-18 [paul]       0.8.5claws166
12765
12766         * po/ru.po
12767                 updated by Ruslan N. Balkin <baron@dartel.ru>
12768
12769 2002-11-18 [colin]      0.8.5claws165
12770
12771         * src/main.c
12772           src/defs.h
12773                 Remove old filtering stuff
12774
12775
12776 2002-11-17 [oliver]     0.8.5claws164
12777
12778         * src/toolbar.h
12779                 remove not needed typedef 
12780
12781 2002-11-17 [oliver]     0.8.5claws163
12782
12783         * src/toolbar.c
12784                 make toolbar's on click events translatable
12785
12786 2002-11-15 [colin]      0.8.5claws162
12787
12788         * src/summaryview.c
12789                 Revert too-soon integration of a feature
12790
12791 2002-11-15 [christoph]  0.8.5claws161
12792
12793         * src/imap.c
12794                 use main's implementation of imap_get_msginfo
12795
12796 2002-11-15 [christoph]  0.8.5claws160
12797
12798         * src/compose.c
12799         * src/folder.[ch]
12800         * src/imap.c
12801         * src/mbox_folder.c
12802         * src/mh.c
12803         * src/news.c
12804         * src/procmsg.c
12805         * src/summaryview.c
12806                 replace claws' fetch_msginfo with main's get_msginfo
12807                 (use main's implementation where possible)
12808
12809 2002-11-15 [colin]      0.8.5claws159
12810
12811         * src/ssl_certificate.c
12812                 Missed a check
12813
12814 2002-11-16 [melvin]     0.8.5claws158
12815
12816         * po/fr.po
12817                 Updated French translations.
12818
12819 2002-11-16 [colin]      0.8.5claws157
12820
12821         * src/ssl_certificate.c
12822                 Check for missing parts in the certificates
12823
12824 2002-11-15 [colin]      0.8.5claws156
12825
12826         * src/folderview.c
12827                 Preventive fix (missing check) found by
12828                 Alfons
12829
12830 2002-11-15 [paul]
12831
12832         * NEWS
12833                 sync with 0.8.6 release
12834
12835 2002-11-15 [colin]      0.8.5claws155
12836
12837         * src/folder.[ch]
12838           src/folderview.c
12839                 Fix error handling of folder_item_move_to()
12840                 (thanks to Alfons!)
12841
12842 2002-11-15 [colin]      0.8.5claws154
12843
12844         * src/folder.[ch]
12845           src/folderview.c
12846                 folder_item_move_to() sets an error message instead
12847                 of having GUI stuff in folder.c
12848
12849 2002-11-15 [colin]      0.8.5claws153
12850
12851         * src/procmsg.[ch]
12852                 Implemented a callback for MsgInfo updates, 
12853                 heavily copy/pasted from Christoph's folder 
12854                 callback system
12855         * src/summaryview.[ch]
12856                 Register summary_update_msg as callback
12857
12858 2002-11-14 [colin]      0.8.5claws152
12859         
12860         * src/procmsg.c
12861                 Update the FolderItem after sending (fixes 617593)
12862
12863 2002-11-14 [christoph]  0.8.5claws151
12864
12865         * src/folder.c
12866                 fix wrong position of NULL pointer check found
12867                 by Sergey
12868
12869 2002-11-14 [christoph]  0.8.5claws150
12870
12871         * src/folder.c
12872                 fix segfault when deleting messages from IMAP folders
12873                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12874
12875 2002-11-14 [colin]      0.8.5claws149
12876
12877         * src/compose.c
12878                 Forwarding was also ignoring the folder's default account.
12879
12880 2002-11-14 [colin]      0.8.5claws148
12881
12882         * src/compose.c
12883                 Fix sent folder not set to folder properties when 
12884                 forwarding.
12885
12886 2002-11-14 [thorsten]   0.8.5claws147
12887
12888         * src/inc.c
12889                 inc_start(): Files were not moved from .processing to inbox,
12890                 if no global processing rule existed
12891
12892 2002-11-14 [colin]      0.8.5claws146
12893
12894         * src/ssl_certificate
12895                 Fix file operations
12896
12897 2002-11-14 [paul]       0.8.5claws145
12898
12899         * po/it.po
12900                 updated by Alessandro Maestri
12901
12902 2002-11-13 [alfons]     0.8.5claws144
12903
12904         * src/folder.c
12905                 folder_item_close(): only mark messages unread
12906                 when a folder has new messages 
12907
12908 2002-11-13 [keith]      0.8.5claws143
12909
12910         * src/imap.c
12911                 Fix problem moving or copying between
12912                 IMAP folders
12913
12914 2002-11-13 [colin]      0.8.5claws142
12915
12916         * src/matcher_parser_parse.y
12917                 Fix rule problem when " don't match
12918
12919 2002-11-13 [christoph]  0.8.5claws141
12920
12921         * src/folder.c
12922         * src/folderview.c
12923                 moved cache saving to folder_item_close
12924                 the folderview should not have to deal with
12925                 this things
12926
12927 2002-11-13 [christoph]  0.8.5claws140
12928
12929         * src/summaryview.c
12930                 moved setting of important score to
12931                 summary_set_prefs_from_folderitem
12932
12933 2002-11-13 [colin]      0.8.5claws139
12934
12935         * src/matcher_parser_parse.y
12936                 Fix a segfault in the parser (happening when
12937                 a good expression had been tested and a bad 
12938                 one arrives)
12939
12940 2002-11-13 [paul]       0.8.5claws138
12941
12942         * sync with 0.8.5cvs24
12943                 see ChangeLog 2002-11-13
12944                 
12945         * po/pt_BR.po
12946                 updated by Fabio Jr. Beneditto
12947
12948 2002-11-13 [colin]      0.8.5claws137
12949         
12950         * src/msgcache.c
12951           src/defs.h
12952           src/procmsg.[ch]
12953                 Revert last commit, problem
12954
12955 2002-11-13 [colin]      0.8.5claws136
12956
12957         * src/msgcache.c
12958                 Remove duplicated code
12959         * src/defs.h
12960                 Bumped CACHE_VERSION and MARK_VERSION
12961         * src/procmsg.[ch]
12962                 Network endian for cache and mark files
12963
12964 2002-11-12 [colin]      0.8.5claws135
12965
12966         * src/inc.c
12967                 Fix the "socket error" dialog which disappeared
12968
12969 2002-11-12 [colin]      0.8.5claws134
12970
12971         * src/msgcache.c
12972                 Reverse last commit which had performance 
12973                 problems, but still reverse the list
12974
12975 2002-11-12 [colin]      0.8.5claws133
12976
12977         * src/msgcache.c
12978                 Reverse list order
12979
12980 2002-11-12 [melvin]     0.8.5claws132
12981
12982         * src/compose.c
12983                 Added a check for a NULL prefs_common.dictionary
12984
12985 2002-11-12 [colin]      0.8.5claws131
12986
12987         * src/ssl_certificate.[ch]
12988                 Use FQDN hostname
12989
12990 2002-11-12 [colin]      0.8.5claws130
12991
12992         * src/ssl_certificate.[ch]
12993                 Take connection port into account for 
12994                 checking certificates (a single hostname
12995                 could have multiple servers with multiple
12996                 certificates)
12997         * src/ssl.c
12998                 Pass the port to ssl_certificate_check
12999
13000 2002-11-12 [paul]       0.8.5claws129
13001
13002         * src/folder.c
13003                 fix a typo in last commit
13004
13005 2002-11-12 [paul]       0.8.5claws128
13006
13007         * sync with 0.8.5cvs23
13008                 see ChangeLog entry 2002-11-12
13009
13010 2002-11-11 [colin]      0.8.5claws127
13011
13012         * src/ssl_certificate.c
13013                 Cleaner messages
13014                 Don't popup, instead log error, if the 
13015                 corresponding pref is checked
13016         * src/ssl_certificate.h
13017                 include <openssl/objects/h>
13018
13019 2002-11-11 [colin]      0.8.5claws126
13020
13021         * src/ssl_certificate.h
13022                 _Really_ clean it
13023
13024 2002-11-11 [colin]      0.8.5claws125
13025         
13026         * src/ssl_certificate.c
13027                 Fixed leak
13028
13029 2002-11-11 [colin]      0.8.5claws124
13030
13031         * src/ssl.c
13032                 Cleaned a bit
13033         * src/ssl_certificate.[ch]
13034                 Cleaned a bit (better use of SSL API)
13035                 (This will cause non-recognition of saved 
13036                  certificates of claws12[23]...)
13037
13038 2002-11-11 [paul]       0.8.5claws123
13039         
13040         * po/es.po
13041                 updated by Ricardo Mones Lastra
13042
13043 2002-11-11 [colin]      0.8.5claws122
13044
13045         * src/ssl.c
13046                 Fix a typo
13047
13048 2002-11-11 [colin]      0.8.5claws121
13049
13050         * src/ssl_certificate.[ch] ** NEW FILES **
13051         * src/ssl.[ch]
13052                 Check SSL certificates presented to us
13053         * src/Makefile.am
13054                 Add ssl_certificate.[ch]
13055         * po/POTFILES.in
13056                 Add ssl_certificate.c
13057
13058 2002-11-11 [paul]       0.8.5claws120
13059
13060         * sync with 0.8.5cvs22
13061                 see ChangeLog 2002-11-11
13062
13063 2002-11-11 [paul]       0.8.5claws119
13064
13065         * sync with 0.8.5cvs21
13066                 see ChangeLog 2002-11-11
13067
13068 2002-11-10 [jens]       0.8.5claws118
13069
13070         * src/folder.c
13071         * src/folderview.c
13072                 corrected some typing
13073         * po/de.po
13074                 updated german translation
13075         * sylpheed.spec.in
13076                 cleaned up specfile and adjusted it for claws
13077
13078 2002-11-10 [colin]      0.8.5claws117
13079
13080         * src/summaryview.c
13081                 a STATUSBAR_PUSH/POP fix
13082
13083 2002-11-10 [colin]      0.8.5claws116
13084
13085         * src/prefs_folder_item.c
13086                 Fix hanging after opening folder properties
13087
13088 2002-11-10 [hoa]        0.8.5claws115
13089
13090         * src/matcher_parser_lex.l
13091         * src/matcher_parser_parse.y
13092                 config file for scoring and filtering is no more trashed
13093                 when there is a syntax error in a filtering rule when
13094                 editing it in a dialog.
13095
13096 2002-11-09 [colin]      0.8.5claws114
13097
13098         * src/mbox_folder.c
13099                 Added missing initialisation of folder->destroy()
13100
13101 2002-11-09 [colin]      0.8.5claws113
13102
13103         * src/folder.c
13104           src/folderview.c
13105                 Fix the status bar messages
13106
13107 2002-11-09 [colin]      0.8.5claws112
13108
13109         * src/folderview.c
13110                 Fix hangs after folder dnd, happening after 
13111                 claws109.
13112
13113 2002-11-09 [christoph]  0.8.5claws111
13114
13115         * src/folderview.c
13116                 just changed order of calls (reverse order of
13117                 associated calls)
13118         * src/inc.c
13119                 lock inc when checking only one account, otherwise
13120                 inc all could be executed at the same time
13121
13122 2002-11-09 [christoph]  0.8.5claws110
13123
13124         * src/folderview.c
13125                 better unlock the mouse cursor before calling
13126                 summary_show because it changes the cursor too
13127
13128 2002-11-09 [christoph]  0.8.5claws109
13129
13130         * src/folder.[ch]
13131         * src/folderview.c
13132                 add functions to open and close a folder
13133                 o opending will execute scanning for remote folders
13134                   and processing
13135                 o closing will unset new flag for messages
13136
13137 2002-11-09 [colin]      0.8.5claws108
13138
13139         * src/folder.c
13140                 Add a call to prefs_matcher_write_config to 
13141                 avoid non-leaf folders filtering settings to be
13142                 lost
13143
13144 2002-11-09 [paul]       0.8.5claws107
13145
13146         * src/prefs_account.c
13147                 re-word a label
13148
13149 2002-11-09 [colin]      0.8.5claws106
13150
13151         * src/folderview.c
13152                 Minor esthetic fix
13153
13154 2002-11-09 [colin]      0.8.5claws105
13155
13156         * src/folderview.c
13157                 Fix prefs_filtering deletion for MH folders (same
13158                 reason as below)
13159         * src/prefs_filtering.c
13160                 Fix prefs_filtering renaming and deletion for 
13161                 folder-based processing rules.  
13162
13163 2002-11-09 [christoph]  0.8.5claws104
13164
13165         * src/compose.c
13166         * src/folder.[ch]
13167         * src/folderview.[ch]
13168         * src/import.c
13169         * src/inc.c
13170         * src/main.c
13171         * src/mainwindow.c
13172         * src/messageview.c
13173         * src/prefs_folder_item.c
13174         * src/procmsg.c
13175         * src/summaryview.c
13176                 implement a callback system for folder item updates
13177
13178 2002-11-09 [colin]      0.8.5claws103
13179
13180         * src/folderview.c
13181                 Fix prefs_filtering renaming for MH folders (we
13182                 shouldn't rename by path as another folder could
13183                 have the same hierarchy).
13184
13185 2002-11-09 [colin]      0.8.5claws102
13186
13187         * src/folder.c
13188                 Fix a leak found by Christoph, use better variable
13189                 names
13190
13191 2002-11-09 [colin]      0.8.5claws101
13192
13193         * src/folder.c
13194                 One more fix for processing rules
13195
13196 2002-11-08 [colin]      0.8.5claws100
13197         
13198         * src/matcher.c
13199                 Don't copy the compiled regexp (will be reevaluated)
13200         * src/folderview.c
13201                 Lock folderview while moving
13202         * src/folder.c
13203                 Provide info on what's happening to the user
13204
13205 2002-11-08 [colin]      0.8.5claws99
13206
13207         * src/folderview.c
13208                 Fix folder reordering after a move if parent is 
13209                 root
13210         * src/scoring.[ch]
13211                 Add function to copy a ScoringProp
13212         * src/prefs_folder_item.c
13213                 Copy scoring rules when copying a folder prefs
13214
13215 2002-11-08 [colin]      0.8.5claws98
13216
13217         * src/folderview.c
13218                 Fixes in case of failure
13219         * src/filtering.[ch]    
13220                 Add function to duplicate a FilteringProp
13221         * src/matcher.[ch]
13222                 Add function to duplicate a MatcherProp
13223         * src/prefs_folder_item.c
13224                 Save folder's processing rules when copying 
13225                 its prefs
13226
13227 2002-11-08 [colin]      0.8.5claws97
13228         
13229         * src/folderview.c
13230                 Sort after move
13231         * src/folder.c 
13232                 Change a printf to debug_print
13233
13234 2002-11-08 [colin]      0.8.5claws96
13235
13236         * src/folder.c
13237           src/folderview.c
13238                 Fix segfaults, call me stupido
13239         
13240
13241 2002-11-08 [colin]      0.8.5claws95
13242
13243         *src/folder.c
13244                 Added forgotten prefs to save when moving folders
13245
13246 2002-11-08 [colin]      0.8.5claws94
13247
13248         * src/folder.c
13249                 Fixes to folder DND (prefs copy)
13250         * src/folderview.c
13251                 Optimization for folder DND (don't rescan whole tree)
13252                 Added folderview_create_folder_node() for this 
13253                 optimization, so de-duped a bit the code
13254         * src/prefs_folder_item.[ch]
13255                 Added prefs_folder_item_copy_prefs()    
13256           
13257 2002-11-08 [paul]       0.8.5claws93
13258
13259         * src/prefs_account.c
13260           tools/README
13261           tools/kmail2sylpheed_v2.pl
13262                 correct some typos
13263
13264 2002-11-08 [paul]       0.8.5claws92
13265
13266         * src/compose.c
13267           src/prefs_account.[ch]
13268                 remove account options 'clearsign' and 'ascii_armored',
13269                 replace with 'default_gnupg_mode' to prevent mixed-mode
13270                 Privacy settings
13271
13272 2002-11-08 [paul]       0.8.5claws91
13273
13274         * src/compose.[ch]
13275                 re-implement GnuPG 'on-the-fly' mode selection,
13276                 disallow mixed-mode
13277
13278 2002-11-08 [colin]      0.8.5claws90
13279
13280         * src/folderview.c
13281           src/prefs_folder_item.c
13282                 Change "Property" to "Properties"
13283
13284 2002-11-07 [colin]      0.8.5claws89
13285
13286         * src/folderview.c
13287           src/folder.c
13288                 Allow folder dropping to a root folder
13289
13290 2002-11-07 [paul]       0.8.5claws88
13291
13292         * src/compose.c
13293                 revert last commit
13294
13295 2002-11-07 [paul]       0.8.5claws87
13296
13297         * src/compose.c
13298                 fix reply-to-list bug. closes bug report
13299                 "[633382] reply-to-list broken in recent cvs"
13300
13301 2002-11-07 [paul]       0.8.5claws86
13302
13303         * src/compose.c
13304                 add a forgotten '#if USE_GPGME ... #endif'
13305
13306 2002-11-07 [paul]       0.8.5claws85
13307
13308         * sync with 0.8.5cvs20
13309                 see ChangeLog 2002-11-07
13310
13311 2002-11-07 [colin]      0.8.5claws84
13312
13313         * src/folder.[ch]
13314                 Change folder_item_move_to to return the newly 
13315                 created folderitem.
13316         * src/folderview.c
13317                 Select the new folderitem after moving.
13318
13319 2002-11-07 [colin]      0.8.5claws83
13320
13321         * src/prefs_filtering.c
13322                 Fix rule rewriting when moving a leaf folder to a 
13323                 shorter path
13324
13325 2002-11-07 [colin]      0.8.5claws82
13326
13327         * src/prefs_filtering.c
13328                 fix a leak
13329
13330 2002-11-07 [colin]      0.8.5claws81
13331
13332         * src/folder.[ch]
13333                 Add folder_item_move_to() function to move a 
13334                 folderitem into another one (updates matcher etc)
13335         * src/folderview.c
13336                 Add folder drag'n drop (context menu to come)
13337                 [Should be dataloss free, but Please backup before 
13338                  trying !]
13339
13340 2002-11-06 [colin]      0.8.5claws80
13341
13342         * src/mh.c
13343                 mh_create_folder() returns NULL if can't create
13344                 directory hierarchy
13345
13346 2002-11-06 [paul]       0.8.5claws79
13347
13348         * src/compose.[ch]
13349                 allow 'on-the-fly' changing of the type of encryption 
13350                 and/or signing used (mime/ascii) via the compose window
13351
13352 2002-11-06 [paul]       0.8.5claws78
13353
13354         * sync with 0.8.5cvs19
13355                 see ChangeLog 2002-11-06 for src/account.c: 
13356                 account_get_special_folder()
13357                 
13358 2002-11-05 [alfons]     0.8.5claws77
13359
13360         * src/crash.c
13361                 very minor cleanups: nothing to see here, move on. :-)
13362
13363 2002-11-05 [colin]      0.8.5claws76
13364
13365         * src/main.c
13366                 Changes choices if compose windows are opened to
13367                 Discard, Draft, Don't quit
13368
13369 2002-11-05 [thorsten]   0.8.5claws75
13370
13371         * src/compose.c
13372                 reenabled default_reply_to folder option
13373
13374 2002-11-05 [colin]      0.8.5claws74
13375
13376         * src/compose.[ch] 
13377                 add compose_draft()
13378         * src/crash.c
13379                 add SIGTERM handler
13380         * src/main.[ch]
13381                 add clean_quit() for the SIGTERM handler
13382
13383 2002-11-05 [paul]       0.8.5claws73
13384         
13385         * po/es.po
13386                 updated by Ricardo Mones Lastra
13387
13388 2002-11-05 [melvin]     0.8.5claws72
13389
13390         * src/logwindow.c
13391                 Fixed log-clipping bug #616795.
13392                 To stop logging in the log window use 0 length.
13393         * src/prefs_common.c
13394                 Added a label to inform about the 0 log length behaviour.
13395
13396 2002-11-05 [paul]       0.8.5claws71
13397
13398         * sync with 0.8.5cvs17
13399                 see ChangeLog 2002-11-05
13400
13401 2002-11-04 [paul]       0.8.5claws70
13402
13403         * sylpheed-128x128.png
13404           sylpheed-64x64.png
13405           sylpheed.png
13406                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13407                 <nikai@users.sourceforge.net>
13408                 
13409         * po/bg.po
13410                 updated by George Danchev
13411
13412 2002-11-03 [thorsten]   0.8.5claws69
13413
13414         * src/main.c
13415           src/mimeview.c
13416           src/rfc2015.h
13417                 add check if gpg is active
13418
13419 2002-11-03 [thorsten]   0.8.5claws68
13420
13421         * src/toolbar.h
13422                 removed GSList declaration causing trouble on MacOS-X
13423                 (submitted by alfons, reported by xfesty)
13424
13425 2002-11-01 [paul]       0.8.5claws67
13426
13427         * src/mainwindow.c
13428                 remove last remnants of main's filter code
13429
13430 2002-11-01 [paul]       0.8.5claws66
13431
13432         * tools/filter_conv.pl
13433                 fix bug where user-defined headers were ignored
13434
13435 2002-11-01 [paul]       0.8.5claws65
13436
13437         * src/logwindow.c
13438                 make a debug_print() not translatable
13439
13440 2002-10-31 [melvin]     0.8.5claws64
13441
13442         * ac/aspell.m4
13443                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13444                 not run any GNU/aspell test.  The dictionary path will
13445                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13446                 was given, in which case, it will be $prefix/lib/aspell/
13447         * configure.in
13448                 Fixed typo in commentary (Aspell code).
13449
13450 2002-10-31 [paul]       0.8.5claws63
13451
13452         * po/POTFILES.in
13453                 remove src/filter.c and src/prefs_filter.c
13454                 thanks to Ricardo for reminding me
13455
13456 2002-10-31 [colin]      0.8.5claws62
13457
13458         * src/mbox_folder.c
13459                 Plug some leaks
13460
13461 2002-10-31 [paul]       0.8.5claws61
13462
13463         * src/prefs_filter.[ch] ** REMOVED **
13464           src/filter.[ch]       ** REMOVED **
13465           
13466         * src/Makefile.am
13467           src/folderview.c
13468           src/inc.c
13469           src/main.c
13470           src/mainwindow.c
13471           src/mbox.c
13472           src/prefs_common.c
13473           src/prefs_filtering.c
13474           src/summaryview.[ch]
13475                 remove main's 'filter' code
13476                 
13477         README.claws
13478                 update to reflect removal of main's filter
13479
13480 2002-10-31 [paul]       0.8.5claws60
13481
13482         * src/summaryview.c
13483                 remove check for global_processing in summary_filter_open(). 
13484                 This fixes the bug where if the user uses the right-click 
13485                 'Create filter rule...' and doesn't have any filter rules 
13486                 already defined in claws' advanced filtering, the newly 
13487                 created filter rule goes to main's filtering which is 
13488                 inaccessible through the gui. Now the filter rule gets added
13489                 to claws' filtering by default.
13490
13491 2002-10-28 [melvin]     0.8.5claws59
13492
13493         * src/prefs_actions.c
13494                 Fixed bug #627322 where MIME parts were not always
13495                 correctly passed to a %p action
13496                 Display an error dialog when message filename is not found.
13497
13498 2002-10-28 [melvin]     0.8.5claws58
13499
13500         * src/prefs_common.c
13501                 Readded a missing function declaration lost in 0.8.3claws34
13502
13503 2002-10-28 [paul]       0.8.5claws57
13504
13505         * sync with 0.8.5cvs15
13506                 see ChangeLog 2002-10-28 and 2002-10-25
13507                 
13508         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13509
13510 2002-10-27 [oliver]     0.8.5claws56
13511
13512         * src/pop.c
13513                 plug leak in pop3_top_recv
13514
13515 2002-10-26 [christoph]  0.8.5claws55
13516
13517         * src/folder.c
13518                 set need_update folder flag when messages are added
13519                 (closes bug [ 626922 ] folder not updated after receiving)
13520
13521 2002-10-25 [melvin]     0.8.5claws54
13522
13523         * src/imageview.c
13524                 Fixed a memleak introduced in the scaling code.
13525
13526 2002-10-24 [alfons]     0.8.5claws53
13527
13528         * src/filtering.c
13529                 make filtering's forward message action forward from the 
13530                 correct account
13531                 (closes bug [628089 ] Filter -> Forward from address problem
13532                 reported by Oktay)
13533
13534 2002-10-24 [christoph]  0.8.5claws52
13535
13536         * src/mainwindow.c
13537         * src/manual.[ch]
13538                 o use manual of current locale or english if current
13539                   locale is not available (and english is available)
13540                 o also link to sylpheed doc project manuals
13541
13542 2002-10-23 [paul]       0.8.5claws51
13543
13544         * tools/README
13545           tools/kmail2sylpheed_v2.pl
13546                 add new version of kmail addressbook importer script.
13547                 works with newer versions of Kmail/KAddressBook which
13548                 have new and rearranged data.
13549
13550 2002-10-23 [martin]     0.8.5claws50
13551
13552         * src/folderview.c
13553         * src/summaryview.c
13554         * src/utils.h
13555         * src/utils.c
13556                 added length parameter to get_abbrev_newsgroup_name()
13557                 changed this function so that it abbreviates the newsgroup
13558                 names only so long it is smaller than the length parameter
13559                 (for better reading of some newsgroup names and space efficiency)
13560
13561 2002-10-22 [colin]      0.8.5claws49
13562
13563         *src/foldersel.c
13564                 Revert Alfons' last modification (after voting ;-))
13565
13566 2002-10-21 [alfons]     0.8.5claws48
13567
13568         * src/foldersel.c
13569                 folder view in folder selection dialog reflects state of
13570                 folder view in main window
13571
13572 2002-10-18 [alfons]     0.8.5claws47
13573
13574         * src/mbox.c
13575                 drop imported messages in folder selected by user,
13576                 and not in the inbox
13577                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13578
13579 2002-10-18 [alfons]     0.8.5claws46
13580
13581         * src/compose.c
13582                 make automagic reply work correctly for email accounts 
13583                 (whether it's viable to do a full sync with Hiro's 
13584                 compose.c is still under discussion)
13585
13586 2002-10-18 [melvin]     0.8.5claws45
13587
13588         * src/prefs_actions.c
13589                 Fixed bug #622275 where asynchroneous actions left 
13590                 zombies processes
13591                 Made (synchroneous) actions' input be displayed live.
13592
13593 2002-10-18 [christoph]  0.8.5claws44
13594
13595         * src/textview.c
13596                 don't add a newline in the textview in front of the
13597                 first textpart if header display is disabled
13598                 (closes bug [ 603385 ] disabled header display leaves blank
13599                  lin)
13600
13601 2002-10-18 [christoph]  0.8.5claws43
13602
13603         * src/folder.[ch]
13604         * src/imap.c
13605         * src/mbox_folder.c
13606         * src/mh.c
13607         * src/news.c
13608                 folder->get_num_list now returns an error code
13609                 (closes bug [ 609424 ] News cache cleared on failure)
13610                 
13611 2002-10-17 [colin]      0.8.5claws42
13612         
13613         * src/news.c
13614                 Changed a printf by debug_print
13615
13616 2002-10-16 [paul]       
13617
13618         * tools/OOo2sylpheed.pl
13619                 allow for spaces in the name of the
13620                 file to be attached.
13621
13622 2002-10-16 [colin]      0.8.5claws41
13623
13624         * src/main.c
13625                 Use a tristate to change online mode
13626
13627 2002-10-16 [paul]       0.8.5claws40
13628
13629         * po/es.po
13630                 updated by Ricardo Mones Lastra
13631
13632 2002-10-16 [colin]      0.8.5claws39
13633
13634         * src/main.c
13635           src/mainwindow.[ch]
13636                 Added --online and --offline command-line
13637                 switches
13638
13639 2002-10-15 [christoph]  0.8.5claws38
13640
13641         * src/procmime.c
13642                 set mimeinfo->name to NULL after g_free to
13643                 avoid double freeing with g_free
13644
13645 2002-10-14 [christoph]  0.8.5claws37
13646
13647         * src/compose.c
13648         * src/filtering.c
13649         * src/summaryview.c
13650                 remove calls to folder->change_flags that are now
13651                 done by procmsg flag functions (seems it is not
13652                 used by any foldertype anyway)
13653         * src/folder.c
13654                 init folder->change_flags with NULL
13655
13656 2002-10-14 [christoph]  0.8.5claws36
13657
13658         * src/folder.[ch]
13659         * src/imap.[ch]
13660                 use virtual functions for folder item new and destroy
13661                 functions
13662
13663 2002-10-14 [melvin]     0.8.5claws35
13664
13665         * src/compose.c
13666                 Added a test to not run the spell checker if no default
13667                 dictionary is available. No dialog is displayed though.
13668
13669 2002-10-14 [melvin]     0.8.5claws34
13670
13671         * src/gtkaspell.c
13672                 Fixed bug in dictionary list context menu where
13673                 "More..." pointed to an emtpy submenu if the
13674                 number of dictionaries is a multiple of 15
13675                 Removed unneeded code in suggestions list creation
13676
13677 2002-10-14 [paul]       0.8.5claws33
13678
13679         * po/bg.po
13680                 updated by George Danchev
13681
13682 2002-10-13 [hoa]        0.8.5claws32
13683
13684         * src/matcher.[ch]
13685           src/matcher_parser_parser.y
13686                 removed the escaped string from internal structure
13687                 of matcher.
13688
13689 2002-10-12 [colin]      0.8.5claws31
13690
13691         * src/gtksctree.[ch]
13692           src/summaryview.c
13693                 Removed useless function gtksctree_reanchor
13694
13695 2002-10-12 [alfons]     0.8.5claws30
13696         
13697         * sync with remaining main changes 2002-10-09 - 2002-10-11
13698         - drop changes to src/compose.c (requires claws specific changes)
13699         
13700 2002-10-12 [alfons]     0.8.5claws29
13701         
13702         * sync with main changes of 2002-10-08
13703         - drop changes to src/compose.c (requires claws specific changes)
13704         - drop changes to src/summaryview.c (requires changes to compose.c)     
13705
13706 2002-10-12 [alfons]     0.8.5claws28
13707         
13708         * sync with main changes of 2002-10-07
13709
13710 2002-10-12 [alfons]     0.8.5claws27
13711
13712         * sync with main changes of 2002-10-04
13713         - drop changes to src/compose.c (requires claws specific changes)
13714         - drop changes to src/prefs_folder_item.c (claws implementation
13715           seems to be working)
13716
13717 2002-10-12 [colin]      0.8.5claws26
13718
13719         * src/mainwindow.c
13720                 Fix folder-flicker when space-reading, introduced 
13721                 in claws22.
13722
13723 2002-10-12 [colin]      0.8.5claws25
13724
13725         * src/compose.c
13726                 Save account address when saving as draft.
13727                 (closes bug 621838)
13728
13729 2002-10-12 [colin]      0.8.5claws24
13730
13731         * src/summaryview.c
13732                 Fix the problem consisting of no message selected
13733                 after the last message in a folder has been moved.
13734
13735 2002-10-12 [paul]       0.8.5claws23
13736
13737         * src/compose.c
13738           src/prefs_template.c
13739           src/template.[ch]
13740                 add Cc and Bcc to templates. Patch submitted by
13741                 John L. Males.
13742
13743 2002-10-12 [colin]      0.8.5claws22
13744
13745         * src/folderview.c
13746                 Fix a bug after "Check for new messages":
13747                 If a folder was opened, it was still selected at
13748                 the end of the check, but displayed empty.
13749         * src/mainwindow.c
13750                 Remove unnecessary check
13751
13752 2002-10-12 [paul]
13753
13754         * tools/README
13755                 be more verbose in the description of
13756                 OOo2sylpheed.pl
13757                 
13758
13759 2002-10-11 [colin]      0.8.5claws21
13760
13761         * src/mainwindow.c
13762                 Make space work (better) when no mail is selected
13763
13764 2002-10-11 [colin]      0.8.5claws20
13765
13766         * src/inc.c
13767           src/news.c
13768                 fix warnings
13769
13770 2002-10-11 [colin]      0.8.5claws19
13771
13772         * src/mainwindow.c
13773                 revert 0.8.5claws6 changes as i couldn't get to
13774                 anything satisfying
13775
13776 2002-10-11 [melvin]     0.8.5claws18
13777
13778         * src/compose.c
13779                 Removed buggy and unused macro (should have been committed in
13780                 0.8.5claws17)
13781
13782 2002-10-11 [melvin]     0.8.5claws17
13783
13784         * src/compose.c
13785                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13786
13787 2002-10-11 [thorsten]   0.8.5claws16 
13788
13789         * src/folderview.c
13790                 remove rescan warning
13791
13792 2002-10-11 [colin]      0.8.5claws15 
13793
13794         * src/procheader.c
13795                 fix a segfault that happens if conv_unmime_header
13796                 fails (should be better to find out why it fails)
13797
13798 2002-10-11 [christoph]  0.8.5claws14
13799
13800         * src/summaryview.c
13801                 update folderview stats after ignore/unignore thread
13802
13803 2002-10-11 [hoa]        0.8.5claws13
13804
13805         * src/quote_fmt_parse.y
13806                 Fixed a yacc/bison syntax error
13807         * src/matcher.c
13808                 Escaping of string is fixed.
13809
13810 2002-10-11 [colin]      0.8.5claws12
13811
13812         * src/imageview.c
13813                 Resize images to fit
13814
13815 2002-10-11 [paul]       0.8.5claws11
13816
13817         * po/es.po
13818                 updated by Ricardo Mones Lastra
13819
13820 2002-10-10 [alfons]     0.8.5claws10
13821
13822         * src/compose.c
13823                 allow dropping files by "moving" files from a file manager,
13824                 not only by the more cumbersome "copying". the latter 
13825                 mostly implies holding down the Control button
13826
13827 2002-10-10 [christoph]  0.8.5claws9
13828
13829         * src/summaryview.c
13830                 update folders after thread building for ignored threads
13831
13832 2002-10-10 [christoph]  0.8.5claws8
13833
13834         * config/.cvsignore
13835                 added Makefile
13836         * src/filtering.[ch]
13837         * src/folder.[ch]
13838         * src/folderview.[ch]
13839         * src/import.c
13840         * src/inc.[ch]
13841         * src/mbox.[ch]
13842         * src/procmsg.c
13843         * src/summaryview.[ch]
13844                 o added new flag need_update to FolderItem
13845                 o removed folder_table from various functions from tracking
13846                   folder updates
13847                 o set need_update flags in folder.c's move, copy and delete
13848                   functions and procmsg's flags functions
13849                 o added function folderview_update_items_when_required that
13850                   updates all folders with need_update set
13851                 o call folderview_update_items_when_required instead of
13852                   folderview_update_item_foreach
13853
13854 2002-10-09 [sergey]     0.8.5claws7
13855
13856         * src/compose.c
13857                 Strip CRs whel loading the text into editor in reedit mode.
13858
13859 2002-10-09 [colin]      0.8.5claws6
13860
13861         * src/mainwindow.c
13862                 Make Space work when no mail is selected
13863
13864 2002-10-09 [colin]      0.8.5claws5
13865
13866         * src/gtksctree.[ch]
13867                 Fix range_select
13868                 Add gtk_sctree_reanchor() 
13869         * src/summaryview.c
13870                 Use gtk_sctree_reanchor() - better fix for 
13871                 bug 60413
13872
13873 2002-10-09 [colin]      0.8.5claws4
13874
13875         * src/summaryview.c
13876                 Fix shift-click select after delete problem
13877                 (closes bug 60413)
13878
13879 2002-10-08 [thorsten]   0.8.5claws3
13880
13881         * src/summaryview.c
13882                 exclude current msg from -hide read messages-
13883
13884 2002-10-08 [colin]      0.8.5claws2
13885
13886         * src/inc.[ch]
13887           src/pop.c
13888           src/recv.c
13889                 Differentiate socket errors from disk full
13890                 errors
13891
13892 2002-10-08 [christoph]  0.8.5claws1
13893
13894         * Makefile.am
13895         * configure.in
13896                 modifications for new config directory
13897
13898         * config.guess  ** REMOVED **
13899         * config.sub    ** REMOVED **
13900         * install-sh    ** REMOVED **
13901         * ltmain.sh     ** REMOVED **
13902         * missing       ** REMOVED **
13903         * mkinstalldirs ** REMOVED **
13904                 these files are autogenerated by automake
13905                 when you run autogen.sh
13906
13907         * config/.cvsignore     ** NEW FILE **
13908         * config/Makefile.am    ** NEW FILE **
13909                 ignore autogenerated files
13910                 create a Makefile in this directory
13911
13912 2002-10-08 [paul]       0.8.5claws
13913
13914         * 0.8.5claws release
13915         
13916         * src/compose.c
13917           src/procheader.c
13918           src/procmsg.c
13919                 fix quote reply format for newsgroups reply bug
13920                 (thanks to Hoa)
13921                 
13922         * po/en_GB.po
13923           po/pl.po
13924                 updated by me and Witold Wladyslaw Wojciech Wilk
13925                 repectively
13926
13927 2002-10-07 [paul]       0.8.3claws53
13928
13929         * po/it.po
13930           po/pt_BR.po
13931           po/sr.po
13932                 updated messages catalogs, submitted by
13933                 Alessandro Maestri, Fabio Jr.Beneditto 
13934                 and Urke MMI, respectively.
13935
13936 2002-10-07 [christoph]  0.8.3claws52
13937
13938         * src/folder.[ch]
13939         * src/folderview.c
13940         * src/mainwindow.c
13941                 fix new folder ghost message bug
13942                 (closes bug [ 619722 ] wrong count for newly created folders)
13943
13944 2002-10-07 [christoph]  0.8.3claws51
13945
13946         * src/compose.c
13947                 fix news posting problem
13948
13949 2002-10-07 [melvin]     0.8.3claws50
13950
13951         * po/fr.po
13952                 Updated French translation
13953
13954 2002-10-05 [christoph]  0.8.3claws49
13955
13956         * src/gtkstext.c
13957                 check if line_start_cache is set in gtk_stext_update_text
13958                 (closes bug [ 618119 ] crash while doing search in folder)
13959
13960 2002-10-05 [christoph]  0.8.3claws48
13961
13962         * src/imap.c
13963         * src/news.c
13964         * src/utils.c
13965         * src/utils.h
13966                 implement cache cleanups for claws' folder system
13967                 (closes bug [ 595916 ] imapcache not cleaned up)
13968
13969 2002-10-05 [melvin]     0.8.3claws47
13970
13971         * src/prefs_actions.c
13972                 Made the help text more clear for the %p token
13973
13974 2002-10-04 [paul]       0.8.3claws46
13975
13976         * sync with 0.8.5
13977                 see ChangeLog 2002-10-02 and 2002-10-03
13978
13979 2002-10-04 [christoph]  0.8.3claws45
13980
13981         * src/inc.c
13982                 fix segfault caused by pop before smtp
13983                 call to inc_account_mail with NULL
13984                 pointer for mainwin
13985
13986 2002-10-04 [paul]       0.8.3claws44
13987
13988         * configure.in
13989                 sync the LDAP detection from 0.8.5cvs1
13990
13991 2002-10-02 [christoph]  0.8.3claws43
13992
13993         * po/de.po
13994                 fix small spelling error
13995
13996 2002-10-02 [melvin]     0.8.3claws42
13997
13998         * ac/aspell.m4
13999                 Behave better and say "no" when test program cannot be run.
14000
14001 2002-10-02 [paul]       0.8.3claws41
14002
14003         * sync with 0.8.4cvs1
14004                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14005                 
14006         * src/summaryview.c
14007                 toggle the behavior of Reply menuitem between
14008                 normal reply and reply-to-list
14009
14010 2002-10-01 [sergey]     0.8.3claws40
14011
14012         * src/compose.c
14013                 Convert newlines in the message text to the canonical form
14014                 before base64 encoding (RFC2045 compliance, fixes some
14015                 interoperability issues with Evolution 1.0.3)
14016
14017 2002-09-29 [colin]      0.8.3claws39
14018
14019         * src/summaryview.c
14020                 Fix an unwanted copy/paste
14021
14022 2002-09-29 [colin]      0.8.3claws38
14023
14024         * src/mainwindow.c
14025                 Renamed "Custom toolbar" to "Customize toolbar"
14026                 Renamed "Show all header" to "Show all headers"
14027                 Renamed "Set diplay item" to "Set displayed items"
14028         * src/prefs_common.c
14029                 Renamed "Show all header" to "Show all headers"
14030         * src/prefs_summary_column.c
14031                 Renamed "diplay item" to "displayed items"
14032
14033 2002-09-29 [colin]      0.8.3claws37
14034
14035         * src/mainwindow.[ch]
14036                 online/offline status pixmaps follow theme
14037                 changes
14038         * src/summaryview.[ch]
14039                 quicksearch pixmap follows theme changes
14040
14041 2002-09-29 [thorsten]   0.8.3claws36
14042
14043         * src/compose.c
14044           src/prefs_folder_item.[ch]
14045                 add default_reply_to folder option (closes patch 581044)
14046
14047 2002-09-29 [christoph]  0.8.3claws35
14048
14049         * acconfig.h    ** REMOVED **
14050         * configure.in
14051         * ac/aspell.m4
14052         * ac/check-type.m4
14053         * ac/gnupg-check-typedef.m4
14054                 fix autoheader 2.50 warning
14055
14056 2002-09-29 [christoph]  0.8.3claws34
14057
14058         * major code cleanup (part 2)
14059         
14060                 - unused variables removed
14061                 - unused functions removed
14062                 - uninitialized variables checked
14063                 - missing return statements added
14064                 - missing function return types added
14065                 - added parentheses around assignment
14066                   when suggested by gcc
14067
14068 2002-09-29 [alfons]     0.8.3claws33
14069
14070         * src/logwindow.c
14071                 log_window_clear(): only bracket gtk_text_forward_delete() 
14072                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14073                 works around GTK text bug)
14074
14075 2002-09-29 [paul]       0.8.3claws32
14076
14077         * po/bg.po
14078           po/sr.po
14079                 updated by George Danchev and Urke MMI
14080                 respectively
14081
14082 2002-09-27 [christoph]  0.8.3claws31
14083
14084         * doc-src/readme.txt
14085         * doc-src/rfc1806.txt   ** REMOVED **
14086         * doc-src/rfc2183.txt   ** NEW FILE **
14087         * doc-src/rfc2980.txt   ** NEW FILE **
14088                 update rfcs
14089
14090 2002-09-27 [melvin]     0.8.3claws30
14091
14092         * ac/aspell.m4
14093                 Fixed typo which could break linking
14094
14095 2002-09-27 [melvin]     0.8.3claws29
14096
14097         * ac/aspell.m4
14098                 Improved GNU/aspell checking. 
14099                 Fixed bug #614490
14100
14101 2002-09-27 [paul]       0.8.3claws28
14102
14103         * sync with 0.8.3cvs8
14104                 see ChangeLog 2002-09-27
14105
14106 2002-09-26 [colin]      0.8.3claws27
14107
14108         * src/toolbar.[ch]
14109           src/mainwindow.[ch]
14110                 Add "Reply to Mailing-list" to the toolbar
14111
14112 2002-09-26 [christoph]  0.8.3claws26
14113
14114         * src/summaryview.c
14115                 Fix wrong message counts in summaryview status
14116
14117 2002-09-26 [paul]       0.8.3claws25
14118
14119         * sync with 0.8.3cvs7
14120                 see ChangeLog 2002-09-26
14121
14122 2002-09-26 [paul]       0.8.3claws24
14123
14124         * sync with 0.8.3cvs6
14125                 see ChangeLog 2002-09-25
14126
14127 2002-09-25 [christoph]  0.8.3claws23
14128
14129         * src/prefs_common.c
14130         * src/prefs_folder_item.c
14131         * src/prefs_scoring.c
14132                 Renamed "kill score" to "hide score" in GUI
14133                 and prefs files
14134
14135 2002-09-25 [paul]       0.8.3claws22
14136
14137         * sync with 0.8.3cvs5
14138                 see ChangeLog 2002-09-24
14139
14140 2002-09-24 [alfons]     0.8.3claws21
14141
14142         patch by Satoshi Nagayasu: allows appending / saving multiple 
14143         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14144         'Save as ...'")
14145
14146         * AUTHORS
14147                 add Satoshi Nagayasu
14148         * src/summaryview.c
14149                 summary_save_as(): allow saving selected files to
14150                 one file
14151                 summary_set_menu_sensitive: enable "Save As..." when
14152                 multiple files are selected
14153         * src/utils.[ch]
14154                 append_file(): new function
14155
14156 2002-09-24 [colin]      0.8.3claws20
14157
14158         * src/procmime.c
14159                 Fix segfault when mimeinfo doesn't have a 
14160                 content_type. 
14161
14162 2002-09-24 [colin]      0.8.3claws19
14163
14164         * src/prefs_common.[ch]
14165                 Add a preference to display send dialog or not
14166         * src/send.c
14167                 Display send dialog according to preference
14168
14169 2002-09-24 [colin]      0.8.3claws18
14170
14171         * src/compose.[ch]
14172                 Disable user actions when sending
14173
14174 2002-09-24 [colin]      0.8.3claws17
14175
14176         * src/procmime.c
14177                 Do not display name or filename for attachments
14178                 with an application/pgp-signature type
14179                 (security flaw, see bug 537413)
14180
14181 2002-09-23 [colin]      0.8.3claws16
14182
14183         * src/editaddress.c
14184                 Initialize entry_email, entry_alias and 
14185                 entry_remarks to first email address of the list
14186
14187 2002-09-23 [colin]      0.83claws15
14188
14189         * src/compose.c
14190                 Drop pgp-signature when reediting a signed queued
14191                 message
14192
14193 2002-09-23 [melvin]     0.8.3claws14
14194
14195         * po/fr.po
14196                 Updated French translation
14197
14198 2002-09-23 [melvin]     0.8.3claws13
14199
14200         * src/mainwindow.c
14201                 Made custom toolbar menu labels more consistent
14202         * src/prefs_toolbar.c
14203                 Made custom toolbar window title more consistent
14204
14205 2002-09-22 [colin]      0.8.3claws12
14206
14207         * src/inc.c
14208                 Initialize session type to normal before getting 
14209                 mail (fixes strange Get behaviour)
14210         * src/prefs_account.h
14211                 Move STYPE_POP_BEFORE_SMTP to last position to 
14212                 avoid other side-effects
14213
14214 2002-09-22 [colin]      0.8.3claws11
14215
14216         * src/prefs_account.c
14217                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14218                 from pop3 to apop or vice-versa
14219
14220 2002-09-22 [colin]      0.8.3claws10
14221         
14222         * src/prefs_account.[ch]
14223                 Add an option for the POP before SMTP timeout
14224         * src/inc.c
14225                 Remember time of last POP connection
14226         * src/send.c
14227                 Do POP before SMTP only if timeout reached
14228
14229 2002-09-22 [oliver]     0.8.3claws9
14230         
14231         * README.claws
14232                 explain custom toolbar
14233
14234 2002-09-22 [oliver]     0.8.3claws8
14235
14236         * src/prefs_actions.[ch]
14237         custom toolbar for compose      
14238                 actions callback from compose toolbar
14239         * src/folderview.c
14240                 remove include toolbar.h
14241
14242 2002-09-22 [oliver]     0.8.3claws7
14243         
14244         * src/prefs_toolbar.[ch]
14245                 custom toolbar for compose
14246                 - generic prefs_toolbar handles both
14247                   Mainwin's toolbar as well as Compose toolbar          
14248
14249 2002-09-22 [oliver]     0.8.3claws6
14250         
14251         * src/toolbar.[ch]
14252                 custom toolbar for compose
14253                 restructure toolbar.[ch]
14254
14255 2002-09-22 [oliver]     0.8.3claws5
14256
14257         * src/compose.[ch]
14258                 custom toolbar for compose
14259
14260 2002-09-22 [oliver]     0.8.3claws4
14261         
14262         * src/mainwindow.[ch]
14263                 custom toolbar for compose 
14264                 move mainwin toolbar back to mainwindow
14265
14266 2002-09-22 [alfons]     0.8.3claws3
14267
14268         * src/procmsg.c
14269                 :%sno/if(/if (/gc
14270                 :%sno/for(/for (/gc
14271                 (beautify)
14272
14273 2002-09-22 [alfons]     0.8.3claws2
14274         
14275         * src/procmsg.c
14276                 procmsg_save_to_outbox(): don't unlink message file from queue;
14277                 callers should do it using folder_item_remove_msg()
14278
14279 2002-09-22 [colin]      0.8.3claws1
14280
14281         * src/mimeview.[ch]
14282                 Made mimeview_check_signature() public
14283         * src/textview.c
14284                 Made GPG signatures verifiable by clicking
14285                 the [application/pgp-signature] in the Text
14286                 view
14287
14288 2002-09-22 [paul]       0.8.3claws
14289
14290         * po/bg.po
14291           po/en_GB.po
14292           po/es.po
14293           po/it.po
14294           po/pl.po
14295           po/pt_BR.po
14296           po/sr.po
14297                 updated translations, submitted by George Danchev,
14298                 me, Ricardo Mones Lastra, Alessandro Maestri,
14299                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14300                 and Urke MMI, respectively.     
14301
14302 2002-09-22 [alfons]     0.8.2claws65
14303
14304         * src/procmsg.c
14305         * src/pgptext.c
14306                 no furry valgrinds have been used to plug these memleaks
14307
14308 2002-09-20 [paul]       0.8.2claws64
14309
14310         * sync with 0.8.3cvs4
14311                 'Select thread' re-implemented 
14312                 see ChangeLog 2002-09-20
14313
14314 2002-09-21 [alfons]     0.8.2claws63
14315
14316         * src/compose.c
14317                 compose_send(): plug unnoticed memleak
14318
14319 2002-09-20 [alfons]     0.8.2claws62
14320
14321         * src/addr_compl.c
14322                 replace_address_in_edit(): strict check for NULL address to
14323                 fix "[ 607348 ] Segfault in address completion". My guess is
14324                 that this happens with an empty address book, but it's good
14325                 to have this check here anyway
14326                 
14327                 completion_window_button_press(): free string returned 
14328                 from the internal cache
14329
14330 2002-09-20 [christoph]  0.8.2claws61
14331
14332         * src/procmime.h
14333                 added ENC_BINARY to EncodingType
14334         * src/procmime.c
14335                 the string returned by procmime_get_encoding_str
14336                 should not depend on the order of values in the
14337                 EncodingType definition
14338         * doc-src/rfc1806.txt   ** NEW FILE **
14339                 Added rfc1806 about MIME Content-Disposition
14340                 Extension
14341
14342 2002-09-19 [paul]       0.8.2claws60
14343
14344         * sync with 0.8.2cvs3
14345                 see ChangeLog 2002-09-19
14346
14347 2002-09-19 [paul]       0.8.2claws59
14348
14349         * src/prefs_folder_item.c
14350                 revert to Darko's original alignment of colour
14351                 selector button
14352                 add a colon to folder_color label
14353                 
14354         * src/compose.c
14355                 add Colin's patch (with Hiro's modifications) to 
14356                 force BASE64 encoding for 8-bit text when signing
14357                 (sync with 0.8.3cvs2)
14358
14359 2002-09-18 [alfons]     0.8.2claws58
14360
14361         * src/compose.c
14362                 :%sno/if(/if (/gc
14363                 :%sno/for(/for (/gc
14364                 (beautify a little bit)
14365
14366 2002-09-18 [christoph]  0.8.2claws57
14367
14368         * src/pine.c
14369                 fix handling of fgetc return value
14370
14371 2002-09-17 [alfons]     0.8.2claws56
14372         
14373         * src/summaryview.c
14374                 summary_sort(): check non-NULL summaryview->folder_item when no 
14375                 folder is selected at all
14376                 (closes "[ 610344 ] sort label make syl Crash")
14377
14378 2002-09-17 [alfons]     0.8.2claws55
14379         
14380         * src/compose.c
14381                 beautify a little bit
14382
14383 2002-09-17 [christoph]  0.8.2claws54
14384
14385         * src/folder.c
14386                 initialize max values for cache and folder
14387                 when cache or folder is empty
14388
14389 2002-09-15 [colin]      0.8.2claws53
14390
14391         * src/compose.c
14392                 Fix a leak (thanks Alfons!) and cleaned
14393                 variables names for custom headers
14394
14395 2002-09-15 [colin]      0.8.2claws52
14396
14397         * src/compose.c
14398                 Fix custom headers recognition when
14399                 prefs_common.trans_hdr is on
14400
14401 2002-09-15 [colin]      0.8.2claws51
14402
14403         * src/compose.c
14404                 Allow dynamically-added custom headers
14405                 Yet not reparsed if reedited
14406
14407 2002-09-15 [alfons]     0.8.2claws50
14408
14409         * src/prefs_account.c
14410                 fix warnings
14411
14412 2002-09-15 [colin]      0.8.2claws49
14413         
14414         * src/prefs_account.c
14415                 fix pop_before_smtp sensitivity
14416
14417 2002-09-15 [colin]      0.8.2claws48
14418
14419         * src/inc.[ch]
14420                 add inc_pop_before_smtp()
14421                 allow MainWindow to be undefined in 
14422                 inc_account_mail() and inc_start()
14423         * src/pop.c
14424           src/prefs_account.h
14425                 add STYPE_POP_BEFORE_SMTP session type
14426         * src/prefs_account.c
14427                 activated pop before smtp option
14428         * src/send.c
14429                 do pop before smtp if the relevant option 
14430                 is set
14431
14432 2002-09-15 [paul]       0.8.2claws47
14433
14434         * sync with 0.8.3
14435                 see ChangeLog 2002-09-15
14436
14437 2002-09-14 [paul]       0.8.2claws46
14438
14439         * po/bg.po
14440                 updated Bulgarian translation, submitted by
14441                 George Danchev
14442
14443 2002-09-13 [paul]       0.8.2claws45
14444
14445         * src/compose.c
14446                 merge claws' select_account() with main's
14447                 (new) compose_select_account(). [sync with
14448                 0.8.2cvs15, see ChangeLog 2002-09-11]
14449
14450 2002-09-12 [christoph]  0.8.2claws44
14451
14452         * src/filter.c
14453                 allocate 1 elements of FolderItem not 0
14454
14455 2002-09-12 [colin]      0.8.2claws43
14456
14457         * src/compose.c
14458                 Fix bug #590825 (obey Follow-up: poster)
14459
14460 2002-09-12 [colin]      0.8.2claws42
14461
14462         * src/procmime.c
14463                 Fix bug #557009 (wrong headers for messages 
14464                 forwarded as attachments)
14465
14466 2002-09-11 [colin]      0.8.2claws41
14467         
14468         * src/compose.c
14469                 Put SCF: pseudo-header on top of message
14470                 Set draft tmp_flag when saved as draft
14471
14472         * src/procmsg.c
14473           src/procheader.c
14474                 Skip after first \n\n for beginning of real message
14475                 for drafts too
14476
14477 2002-09-11 [christoph]  0.8.2claws40
14478
14479         * src/filtering.c
14480                 use procmsg flag functions in filtering or processing
14481                 will cause incorrect folder message counts
14482
14483 2002-09-11 [colin]      0.8.2claws39
14484
14485         * src/compose.c
14486                 Fix bug #550175 - wrong save folder when reediting
14487                 drafts
14488
14489 2002-09-11 [paul]       0.8.2claws38
14490
14491         * sync with 0.8.2cvs14
14492                 see ChangeLog 2002-09-11
14493
14494 2002-09-11 [colin]      0.8.2claws37
14495
14496         * src/folder.c
14497                 Fix a typo (seeming to cause new/unread status to
14498                 be lost)
14499
14500 2002-09-10 [christoph]  0.8.2claws36
14501
14502         * src/compose.c
14503                 compose_redirect should not use compose_generic_new
14504                 because that does more stuff than expected including
14505                 opening the external editor
14506                 (closes bug "[ 526608 ] bounced messages appear blank
14507                  in editor")
14508
14509 2002-09-10 [christoph]  0.8.2claws35
14510
14511         * src/folder.c
14512                 fix problem with too large message number range
14513                 causing a crash in folder_item_scan
14514
14515 2002-09-10 [paul]       0.8.2claws34
14516
14517         * sync with 0.8.2cvs13
14518                 see ChangeLog 2002-09-10
14519
14520 2002-09-10 [christoph]  0.8.2claws33
14521
14522         * src/msgcache.c
14523                 set MsgInfo TmpFlags for queue and draft folders
14524                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14525
14526 2002-09-10 [paul]       0.8.2claws32
14527
14528         * AUTHORS
14529           po/bg.po      ** NEW FILE **
14530                 new Bulgarian translation submitted by
14531                 George Danchev <danchev@spnet.net>
14532                 
14533         * tools/Makefile.am
14534           tools/README
14535           tools/tb2sylpheed     ** NEW FILE **
14536                 add script that converts an addressbook exported
14537                 from The Bat! into a Sylpheed addressbook. Submitted
14538                 by Urke MMI <urke-kg@eunet.yu>
14539
14540 2002-09-10 [paul]       0.8.2claws31
14541
14542         * sync with 0.8.2cvs12
14543                 see ChangeLog 2002-09-10
14544
14545 2002-09-06 [paul]       0.8.2claws30
14546
14547         * src/prefs_common.c
14548                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14549                 
14550         * tools/Makefile.am
14551           tools/README
14552           tools/ldif-to-xml.py  ** REMOVED **
14553                 remove obsolete python script
14554
14555 2002-09-06 [paul]       0.8.2claws29
14556
14557         * sync with 0.8.2cvs10
14558                 see ChangeLog 2002-09-06
14559
14560 2002-09-04 [paul]       0.8.2claws28
14561
14562         * sync with 0.8.2cvs9
14563                 see ChangeLog 2002-08-04
14564
14565 2002-09-04 [colin]      0.8.2claws27 
14566
14567         * src/prefs_common.[ch]
14568                 Added signature color configuration
14569         * src/textview.c
14570                 Use user-specified signature color
14571
14572 2002-09-03 [colin]      0.8.2claws26
14573
14574         * src/prefs_common.[ch]
14575                 Added autosave and autosave_length prefs
14576         * src/compose.c
14577                 Added compose_remove_draft()
14578                 Auto-save drafts according to the prefs
14579         * src/main.c
14580                 Added a crash-indicator file, allowing to check
14581                 for new messages on startup if Sylpheed crashed
14582                 (makes saved drafts "reappear")
14583
14584 2002-09-03 [colin]      0.8.2claws25
14585
14586         * src/textview.[ch]
14587                 Grey the signature
14588
14589 2002-09-03 [paul]       0.8.2claws24
14590
14591         * sync with 0.8.2cvs8
14592                 see ChangeLog 2002-09-02 and 2002-09-03
14593
14594 2002-09-03 [darko]      0.8.2claws23
14595
14596         * src/folderview.c
14597                 use normal style when creating new folder to pick
14598                 proper font size 
14599
14600 2002-09-02 [melvin]     0.8.2claws22
14601
14602         * src/gtkaspell.m4
14603                 removed some obsolete code
14604
14605 2002-09-02 [melvin]     0.8.2claws21
14606
14607         * ac/aspell.m4
14608                 fixed test's equality sign (== to =)
14609
14610 2002-09-02 [alfons]     0.8.2claws20
14611
14612         * src/folder.c
14613         * src/mh.c
14614                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14615                 as folder->destroy virtual as suggested by Hiro
14616                 (the mh.c code seems to have been lost around mh.c.1.21)
14617
14618 2002-09-02 [paul]       0.8.2claws19
14619
14620         * po/pt_BR.po
14621                 updated by Fabio Jr. Beneditto
14622                 
14623         * src/defs.h
14624                 use 'http://claws.sylpheed.org' for homepage link. 
14625                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14626
14627 2002-09-01 [alfons]     0.8.2claws18
14628
14629         * src/mh.c
14630                 plug memleak related to one Martin Kluge found
14631
14632 2002-08-31 [paul]       0.8.2claws17
14633
14634         * sync with 0.8.2cvs6
14635                 see ChangeLog 2002-08-30
14636
14637 2002-08-31 [alfons]     0.8.2claws16
14638
14639         * src/folder.c
14640                 folder_destroy(): remove mailbox from folderlist even if it has
14641                 no destroy virtual
14642
14643 2002-08-31 [alfons]     0.8.2claws15
14644
14645         * src/folder.c
14646                 :%sno/if(/if (/gc
14647                 :%sno/for(/for (/gc
14648                 (being pedantic I know)
14649
14650 2002-08-31 [alfons]     0.8.2claws14
14651
14652         * src/folder.c
14653                 check for NULL pointers returned from folder->fetch_msginfo virtual
14654                 (should solve some reported crashes)
14655
14656 2002-08-30 [alfons]     0.8.2claws13
14657
14658         * acconfig.h
14659         * configure.in
14660         * src/crash.c
14661                 enable crash dialog on compilation time
14662                 (--enable-crash-dialog configure option)
14663
14664 2002-08-30 [alfons]     0.8.2claws12
14665
14666         * AUTHORS
14667                 add Martin Kluge
14668         * src/mh.c
14669                 apply memory leak plug patch by Martin Kluge
14670                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14671                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14672                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14673
14674 2002-08-30 [darko]      0.8.2claws11
14675
14676         * src/folderview.c
14677                 copy Gtk style from normal style to match
14678                 font size for coloured folders
14679
14680 2002-08-29 [alfons]     0.8.2claws10
14681
14682         * sylpheed.desktop
14683                 Type=Internet <- Type=Application
14684                 (reported by Michael Schwendt, see:
14685                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14686                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14687
14688 2002-08-29 [paul]       0.8.2claws9
14689
14690         * sync with 0.8.2cvs5
14691                 see ChangeLog 2002-08-29
14692
14693 2002-08-29 [colin]      0.8.2claws8
14694
14695         * src/summaryview.c
14696                 Added a sanity check in summary_select_thread
14697                 Should fix bug 601605
14698
14699 2002-08-29 [colin]      0.8.2claws7
14700
14701         * src/main.c
14702                 Revert claws6 changes regarding bug #591676
14703
14704 2002-08-28 [colin]      0.8.2claws6
14705         
14706         * src/main.c
14707                 Ignore cache for queue folderitems
14708                 Fix bug #591676
14709
14710 2002-08-28 [melvin]     0.8.2claws5
14711
14712         * README.claws
14713                 Fixed typos.
14714
14715 2002-08-28 [melvin]     0.8.2claws4
14716
14717         * README.claws
14718                 Updated a bit the text concerning the spell checker
14719
14720 2002-08-28 [melvin]     0.8.2claws3
14721
14722         Merged the GNU_aspell_branch:
14723                 Support of new GNU/aspell is now included and the old pspell
14724                 is not supported anymore.
14725                 See README.claws
14726
14727         * README.claws
14728                 Updated spell checker text to reflect the switch to GNU/aspell
14729
14730         * ac/aspell.m4          *** NEW ***
14731         * src/gtkaspell.[ch]    *** NEW *** 
14732         * ac/pspell.m4          *** DELETED *** 
14733         * src/gtkspell.[ch]     *** DELETED ***
14734
14735         * ac/Makefile.am
14736                 Updated for GNU/aspell support
14737
14738         * po/POTFILES.in
14739                 Replaced gtkspell.c by gtkaspell.c
14740
14741         * acconfig.h
14742         * src/Makefile.am
14743         * src/about.c
14744         * src/compose.[ch]
14745         * src/crash.c
14746         * src/main.c
14747         * src/prefs_common.[ch]
14748                 Updated for GNU/aspell support
14749
14750 2002-08-28 [paul]       0.8.2claws2
14751
14752         * sync with 0.8.2cvs4
14753                 see ChangeLog 2002-08-27 and 2002-08-28
14754
14755 2002-08-28 [colin]      0.8.2claws1
14756
14757         * src/summary_search.c
14758                 Added "AND search"
14759
14760 2002-08-28 [jens]       0.8.2claws
14761
14762         *po/de.po
14763                 Updated German translations
14764
14765 2002-08-27 [melvin]     0.8.2claws
14766
14767         * po/fr.po
14768                 Updated French translations
14769
14770 2002-08-27 [paul]       0.8.2claws
14771
14772         * sync with 0.8.2 main release
14773
14774         * po/en_GB.po
14775           po/es.po
14776           po/it.po
14777           po/pl.po
14778           po/pt_BR.po
14779           po/sr.po
14780                 updated message catalogs submitted by
14781                 Ricardo Mones Lastra, Alessandro Maestri,
14782                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14783                 Beneditto and Urke MMI  
14784
14785 2002-08-27 [hoa]        0.8.1claws123
14786
14787         * src/mainwindow.[ch]
14788         * src/summaryview.[ch]
14789                 removed the "filter setting" menu option.
14790                 add a "cancel a news message" menu option.
14791
14792 2002-08-26 [martin]     0.8.1claws122
14793
14794         * ChangeLog.claws
14795                 changed string under 0.8.1claws79 changed by myself
14796                 i'm sorry alfons :(
14797
14798 2002-08-26 [martin]     0.8.1claws121
14799
14800         * src/crash.c
14801                 added kill command to debuggerrc to start crash dialog
14802
14803 2002-08-26 [paul]       0.8.1claws120
14804
14805         * sync with 0.8.1cvs31
14806                 see ChangeLog 2002-08-26
14807
14808 2002-08-25 [alfons]     0.8.1claws119
14809
14810         * src/procmsg.c
14811                 fix bug that didn't send out correct headers to news server
14812                 when sending news article and email from queue (bug reported
14813                 and patch provided by Tim Mann; closes bug 
14814                 "[ 583196 ] 0.7.8claws can't post news")
14815
14816 2002-08-25 [alfons]     0.8.1claws118
14817
14818         * src/selective_download.c
14819                 mark two strings as translatable
14820                 (thanks to Urke MMI for pointing this out)
14821
14822 2002-08-25 [alfons]     0.8.1claws117
14823
14824         * src/summaryview.c
14825                 treat sent boxes as special and allow sorting them by addressee
14826                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14827                 submitted by Steve Lamb)
14828
14829 2002-08-24 [alfons]     0.8.1claws116
14830
14831         * src/matcher.c
14832                 fix memleak reported by Martin Kluge
14833                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14834
14835 2002-08-24 [oliver]     0.8.1claws115
14836
14837         * src/prefs_toolbar.c
14838                 o code cleanup as suggested by Alfons
14839                 o memleak fix
14840
14841 2002-08-24 [alfons]     0.8.1claws114
14842
14843         * src/summaryview.c
14844                 o fix another memory leak reported by Martin Kluge
14845                   (see "[ 599568 ] Small Memory Leak")
14846                 o remove 'from' variable from 'summary_set_header()'; we can
14847                   do with just 'to' 
14848
14849 2002-08-24 [paul]       0.8.1claws113
14850
14851         * sync with 0.8.1cvs30
14852                 see ChangeLog 2002-08-23
14853
14854 2002-08-24 [alfons]     0.8.1claws112
14855
14856         * src/summaryview.c
14857                 remove unnecessary allocations for search bar fixing leaks
14858                 reported by Martin Kluge
14859                 (see "[ 599451 ] Further memory leaks?")
14860
14861 2002-08-24 [alfons]     0.8.1claws111
14862
14863         * src/main.c
14864                 make get_socket_name() public for crash.c
14865         * src/crash.c
14866                 o make report bug button work (goes to claws' 
14867                   bug tracker at sf.net)
14868                 o introduce function for doing important stuff just
14869                   before claws goes down
14870                 o clean up code 
14871
14872 2002-08-24 [alfons]     0.8.1claws110
14873
14874         * src/compose.c
14875                 move cursor to "To" entry when forwarding as attachment
14876                 (reported and solved by Steve Lamb, closes bug report
14877                 "[ 592880 ] Forward as attachment; cursor not in to")
14878
14879 2002-08-24 [colin]      0.8.1claws109
14880
14881         * src/mainwindow.c
14882                 fix quick search visibility after GUI (de)separations.
14883
14884 2002-08-23 [colin]      0.8.1claws108
14885
14886         * src/mainwindow.c
14887                 fix header pane visibility after folderview or
14888                 messageview (de)separation
14889
14890 2002-08-23 [paul]       0.8.1claws107
14891
14892         * src/mainwindow.[ch]
14893           src/toolbar.c
14894                 give full control of display or non-display 
14895                 of the Execute icon to Custom toolbar settings.
14896                 add new sensitivity condition to maninwindow.h: 
14897                 M_DELAY_EXEC
14898
14899         * ChangeLog
14900           ChangeLog.jp
14901           NEWS
14902                 more sync with 0.8.1cvs29
14903
14904 2002-08-23 [melvin]     0.8.1claws106
14905
14906         * src/alertpanel.c
14907                 Readded support for custom widget in alertpanel lost in last
14908                 sync.
14909
14910 2002-08-23 [paul]       0.8.1claws105
14911
14912         * sync with 0.8.1cvs29
14913                 see ChangeLog 2002-08-23
14914
14915 2002-08-23 [colin]      0.8.1claws104
14916
14917         * src/summaryview.c
14918                 Fix folder and search pixmaps exchanging positions
14919                 after theme or toolbar changes. Thank to Oliver for 
14920                 reporting this.
14921
14922 2002-08-23 [colin]      0.8.1claws103
14923
14924         * src/mainwindow.c
14925           src/messageview.[ch]
14926           src/noticeview.[ch]
14927           src/summaryview.c
14928                 Changed messageview_create() and noticeview_create()
14929                 to avoid the last gdk_warning
14930
14931 2002-08-22 [colin]      0.8.1claws102
14932
14933         * src/summaryview.c
14934                 Fix my new `Creating pixmap from xpm' warning
14935
14936 2002-08-22 [colin]      0.8.1claws101
14937
14938         * src/mainwindow.c
14939                 Fix some of the gdk warnings
14940
14941 2002-08-22 [colin]      0.8.1claws100
14942
14943         * src/Makefile.am
14944         * src/stock_pixmap.c
14945         * src/stock_pixmap.h
14946         * src/pixmaps/quicksearch.xpm *ADDED*
14947                 Add the quicksearch pixmap
14948         * src/mainwindow.c
14949         * src/summaryview.c
14950         * src/summaryview.h
14951                 Make quicksearch bar visible/hidden via a button
14952
14953 2002-08-22 [christoph]  0.8.1claws99
14954
14955         * src/folder.c
14956                 fix folder update for newsgroups with message
14957                 numbers below minimum number of articles to fetch
14958                 (closes bug #598445)
14959
14960 2002-08-22 [paul]       0.8.1claws98
14961
14962         * sync with 0.8.1cvs28
14963                 see ChangeLog 2002-08-22
14964
14965 2002-08-21 [alfons]     0.8.1claws97
14966
14967         * src/crash.c
14968                 use bt instead of bt full which seems to work 
14969                 better, and bt full doesn't give a great deal 
14970                 of information anyway
14971
14972 2002-08-21 [colin]      0.8.1claws96
14973
14974         * src/summaryview.c
14975                 fix summaryview_searchtype_changed prototype
14976
14977 2002-08-21 [christoph]  0.8.1claws95
14978
14979         * src/mainwindow.c
14980                 o fix broken menu update for sorting type, we have to
14981                   get this info from the summaryview now
14982                 o removed setting of threaded state in menu callback
14983         * src/summaryview.[ch]
14984                 more summaryview/folderitem seperation for
14985                 threading option
14986         * configure.in
14987                 removed not required --with-compiler-flags option
14988
14989 2002-08-21 [oliver]     0.8.1claws94
14990         
14991         * src/toolbar.h 
14992                 o rename toolbar.xml to toolbar_main.xml
14993                   since toolbar_compose.xml might come up 
14994                   any time soon
14995         * README.claws
14996                 add custom toolbar              
14997
14998 2002-08-21 [darko]      0.8.1claws93
14999
15000         * src/procmsg.c
15001                 don't reset tmp flags for messages copied
15002                 to sent folder
15003
15004 2002-08-21 [colin]      0.8.1claws92
15005         
15006         * src/prefs_filtering.c
15007                 fix renaming rules on folder rename 
15008                 when folder is not a leaf folder
15009
15010 2002-08-21 [paul]       0.8.1claws91
15011
15012         * src/prefs_folder_item.c
15013                 fix alignment of colour selector
15014
15015 2002-08-21 [paul]       0.8.1claws90
15016
15017         * sync with 0.8.1cvs27
15018                 see ChangeLog 2002-08-21
15019
15020 2002-08-21 [paul]       0.8.1claws89
15021
15022         * src/summaryview.c
15023                 fix crash when changing field type in
15024                 Quick search bar
15025
15026 2002-08-21 [colin]      0.8.1claws88
15027
15028         * src/summaryview.c
15029                 Made quick search case-insensitive
15030
15031 2002-08-21 [paul]       0.8.1claws87
15032
15033         * sync with 0.8.1cvs26
15034                 see ChangeLog 2002-08-21
15035
15036 2002-08-20 [christoph]  0.8.1claws86
15037
15038         * src/folderview.c
15039         * src/main.c
15040         * src/summaryview.[ch]
15041                 more summaryview/folderitem seperation for
15042                 sort_key and sort_type
15043         * src/procmsg.c
15044                 added missing return statement
15045
15046 2002-08-20 [colin]      0.8.1claws85
15047
15048         * src/summaryview.[ch]
15049                 Added a quick search box
15050         * src/mainwindow.c
15051         * src/prefs_common.[ch]
15052                 Added a show/hide option for the quick search
15053
15054 2002-08-20 [oliver]     0.8.1claws84
15055         
15056         * src/mainwindow.c
15057                 remove toolbar_create_popups
15058         * src/toolbar.[ch]
15059                 o remove toolbar_create_popups
15060                 o fix toolbar_set_sensitive 
15061                   (Bug reports #596834 and #596832)     
15062         * src/prefs_toolbar.c
15063                 o add "Set default" button
15064                 o align label and text + combo widgets
15065
15066 2002-08-20 [hoa]        0.8.1claws83bis
15067
15068         * src/imap.c
15069                 fixed a bug in imap_fetch_msginfo() in case there is no
15070                 current folder.
15071
15072 2002-08-20 [darko]      0.8.1claws83
15073
15074         * src/folderview.c
15075                 copy the color style of folder view so it
15076                 works with GTK themes
15077
15078 2002-08-20 [darko]      0.8.1claws82
15079
15080         * src/folder.h
15081         * src/folderview.c
15082         * src/prefs_folder_item.[hc]
15083                 don't use UI stuff in folder.h
15084
15085 2002-08-20 [darko]      0.8.1claws81
15086
15087         * src/folder.h
15088         * src/prefs_folder_item.h
15089         * src/folderview.c
15090         * src/prefs_folder_item.c
15091                 ability to set folder color in folderview
15092
15093 2002-08-19 [alfons]     0.8.1claws80
15094
15095         * src/summaryview.c
15096                 fix one of the earlier memleaks reported by Martin Kluge
15097
15098 2002-08-19 [alfons]     0.8.1claws79
15099
15100         * src/mainwindow.c
15101                 hide notice view when selecting seperate folder
15102                 view (reported by Urke MMI)
15103
15104 2002-08-19 [christoph]  0.8.1claws78
15105
15106         * src/folderview.c
15107         * src/prefs_folder_item.h
15108         * src/summaryview.[ch]
15109                 o add summary_set_prefs_from_folderitem to set
15110                   summaryview prefs (first step to remove all
15111                   references to the folderitem in summaryview)
15112                 o moved compiled regex stuff from folderitem prefs
15113                   to summaryview code
15114
15115 2002-08-19 [paul]       0.8.1claws77
15116
15117         * src/compose.c
15118                 add check for '.' to QUOTE_IF_REQUIRED
15119
15120 2002-08-19 [paul]       0.8.1claws76
15121
15122         * src/inc.c
15123                 sync with 0.8.1cvs25 (plug memory leak)
15124
15125         * src/prefs_toolbar.c
15126                 re-order prefs_toolbar_cancel()
15127
15128 2002-08-18 [alfons]     0.8.1claws75
15129
15130         * src/inc.c
15131         * src/matcher.c
15132                 plug other memleaks reported by Martin Kluge
15133
15134 2002-08-18 [paul]       0.8.1claws74
15135
15136         * po/pt_BR.po
15137                 updated by Fabio Jr. Beneditto
15138
15139 2002-08-18 [paul]       0.8.1claws73
15140
15141         * src/toolbar.[ch]
15142                 fix bug where tooltips were displayed untranslated              
15143
15144         * src/prefs_toolbar.c
15145                 fix bug where clicking 'Cancel' creates an icon & text
15146                 toolbar regardless of prefs
15147         
15148
15149 2002-08-17 [oliver]     0.8.1claws72
15150
15151         * src/prefs_toolbar.c
15152                 update toolbar on CANCEL
15153                 bug reported by Martin Kluge
15154         * src/toolbar.c
15155                 toolbar_destroy memleak fixed           
15156
15157 2002-08-17 [alfons]     0.8.1claws71
15158
15159         * src/toolbar.c
15160                 plug another memleak reported by Martin Kluge
15161
15162 2002-08-16 [alfons]     0.8.1claws70
15163
15164         * src/crash.c
15165                 use execvp() correctly (suggested by wwp; thanks!)
15166
15167 2002-08-16 [alfons]     0.8.1claws69
15168
15169         * src/gtksctree.c
15170                 plug memory leak reported by Kim Schultz & Martin Kluge
15171
15172 2002-08-16 [paul]       0.8.1claws68
15173
15174         * po/es.po
15175                 updated by Ricardo Mones Lastra
15176
15177 2002-08-16 [paul]       0.8.1claws67
15178
15179         * src/toolbar.h
15180                 fix bug where 'Compose News' icon showed wrong
15181                 tooltip
15182
15183 2002-08-16 [paul]       0.8.1claws66
15184
15185         * sync with 0.8.1cvs24
15186                 see ChangeLog 2002-08-16
15187
15188         * po/it.po
15189                 updated by Alessandro Maestri
15190
15191 2002-08-15 [paul]       0.8.1claws65
15192
15193         * po/sr.po
15194                 updated by Urke MMI
15195
15196 2002-08-15 [paul]       0.8.1claws64
15197
15198         * src/*.c
15199                 don't translate debug info
15200
15201         * src/matcher.[ch]
15202                 add copyright info
15203
15204 2002-08-15 [paul]       0.8.1claws63
15205
15206         * src/prefs_toolbar.c
15207                 fix bug where clicking 'OK' creates an icon & text
15208                 toolbar regardless of prefs
15209
15210 2002-08-14 [alfons]     0.8.1claws62
15211
15212         * src/main.c
15213                 add global var that has the full argv[0]
15214         * src/crash.c
15215                 o execvp the correct sylpheed by using argv0
15216                   and setting the correct work dir
15217                 o other tweaks  
15218
15219 2002-08-14 [oliver]     0.8.1claws61
15220         
15221         * enable/disable Toolbar Action Buttons 
15222         * code cleanups
15223         * src/mainwindow.c
15224         * src/toolbar.[ch]      
15225         * src/prefs_toolbar.c   
15226
15227 2002-08-14 [melvin]     0.8.1claws60
15228
15229         * po/fr.po
15230                 Updated French translations
15231
15232 2002-08-14 [melvin]     0.8.1claws59
15233
15234         * src/crash.c
15235                 Made bug report not translatable
15236         * src/exporthtml.c
15237                 Fixed exporthtml_build_filespec() return value
15238         * src/foldersel.c
15239                 Fixed incorrect include file
15240         * src/gtkspell.c
15241         * src/prefs_actions.c
15242         * src/prefs_toolbar.c
15243                 Made debug info not translatable
15244         * src/mutt.c
15245         * src/quote_fmt.c
15246                 Added missing includes
15247         * src/prefs_common.c
15248                 Fixed typo
15249
15250 2002-08-14 [paul]       0.8.1claws58
15251
15252         * faq/es/sylpheed-faq.html
15253           faq/es/sylpheed-faq-[1-3].html
15254           faq/es/sylpheed-faq-4.html     **NEW FILE **
15255                 update Spanish FAQ
15256
15257 2002-08-13 [christoph]  0.8.1claws57
15258
15259         * src/procmsg.c
15260                 ignore thread fix that did not mark all
15261                 child nodes of a ignored thread as
15262                 ignored. Does not work perfectly yet,
15263                 but it is better now
15264
15265 2002-08-13 [alfons]     0.8.1claws56
15266
15267         * src/crash.c
15268                 o implement 'save crash log'
15269                 o some tweaks
15270
15271 2002-08-13 [melvin]     0.8.1claws55
15272
15273         * src/main.c
15274                 removed unrequired "execinfo.h" header
15275
15276 2002-08-12 [paul]       0.8.1claws54
15277
15278         * faq/en/sylpheed-faq.html
15279           faq/en/sylpheed-faq-[1-3].html
15280           faq/en/sylpheed-faq-4.html     **NEW FILE **
15281                 update English FAQ
15282
15283 2002-08-12 [alfons]     0.8.1claws53
15284
15285         * po/POTFILES.in
15286                 add crash.c to translatables
15287         * src/crash.c
15288                 bring in Leandro's crash dialog
15289
15290 2002-08-11 [alfons]     0.8.1claws52
15291
15292         * src/crash.c
15293                 clean up some warnings
15294
15295 2002-08-11 [alfons]     0.8.1claws51
15296
15297         * acconfig.h
15298         * configure.in
15299         * src/crash.[ch]        ** NEW FILES **
15300         * src/main.c            
15301                 initial gdb crash handler
15302
15303 2002-08-11 [paul]       0.8.1claws50
15304
15305         * src/prefs_toolbar.c
15306                 replace Up/Down arrow pixmaps with text to be
15307                 consistent across icon themes
15308
15309 2002-08-11 [paul]       0.8.1claws49
15310
15311         * src/prefs_common.c
15312           src/prefs_toolbar.c
15313                 rename 'Pixmap' -> 'Icon'
15314
15315         * src/toolbar.[ch]
15316                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15317
15318 2002-08-10 [paul]       0.8.1claws48
15319
15320         * src/prefs_toolbar.c
15321                 re-work the UI
15322
15323 2002-08-10 [paul]       0.8.1claws47
15324
15325         * src/main.c
15326                 don't write Processing progress to status bar
15327                 patch submitted by Alexander Evseev
15328
15329         * src/prefs_toolbar.c
15330                 re-position and resize window
15331                 make window assume correct size on first call
15332
15333 2002-08-10 [paul]       0.8.1claws46
15334
15335         * src/mainwindow.c
15336           src/prefs_toolbar.c
15337           src/toolbar.c
15338           src/toolbar.h
15339                 obey coding style
15340                 follow UI text conventions
15341
15342 2002-08-10 [alfons]     0.8.1claws45
15343
15344         * src/toolbar.c
15345                 correct pixmap for delete action
15346
15347 2002-08-10 [paul]       0.8.1claws44
15348
15349         * po/pt_BR.po
15350                 updated by Fabio Jr. Beneditto
15351
15352 2002-08-10 [paul]       0.8.1claws43
15353
15354         * po/POTFILES.in
15355                 add custom toolbar files
15356
15357 2002-08-10 [paul]       0.8.1claws42
15358
15359         * sync with 0.8.1cvs22
15360                 see ChangeLog 2002-08-09
15361
15362 2002-08-09 [paul]       0.8.1claws41
15363
15364         * tools/Makefile.am
15365           tools/README
15366           tools/outlook2sylpheed.pl     ** NEW FILE **
15367                 add script to convert exported Outlook
15368                 contacts list to a Sylpheed addressbook.
15369                 Submitted by Ricardo Mones Lastra.
15370
15371 2002-08-09 [paul]       0.8.1claws40
15372
15373         * AUTHORS
15374           configure.in
15375           po/sr.po      ** NEW FILE **
15376                 add Serbian message catalog. Submitted by
15377                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15378
15379 2002-08-09 [paul]       0.8.1claws39
15380
15381         * sync with 0.8.1cvs21
15382                 see ChangeLog 2002-08-08
15383
15384 2002-08-08 [oliver]     0.8.1claws38
15385
15386         * src/mainwindow.c
15387                 move Custom Toolbar to Configuration menu
15388
15389 2002-08-08 [oliver]     0.8.1claws37
15390
15391         * src/prefs_toolbar.c
15392                 fix substitute pixmap bug
15393
15394 2002-08-08 [paul]       0.8.1claws36
15395
15396         * sync with 0.8.1cvs19
15397                 see ChangeLog 2002-08-08
15398
15399 2002-08-07 [christoph]  0.8.1claws35
15400
15401         * src/utils.c
15402                 fixed a memory leak in new canonicalize_file_replace
15403
15404 2002-08-07 [christoph]  0.8.1claws34
15405
15406         * src/utils.[ch]
15407                 o canonicalize_file_replace should create the temporary
15408                   file in the same directory as the original file.
15409                 o added get_tmpfile_in_dir that creates a temorary file
15410                   in a specified directory.
15411
15412 2002-08-07 [melvin]     0.8.1claws33
15413
15414         * src/toolbar.c
15415                 fixed bug where 'Article' button acted as 'Email' button.
15416
15417 2002-08-07 [paul]       0.8.1claws32
15418
15419         * sync with 0.8.1.cvs17
15420                 see ChangeLog 2002-08-07
15421
15422 2002-08-07 [colin]      0.8.1claws31
15423         
15424         * src/news.c
15425                 fix mass-cancel problem
15426
15427 2002-08-07 [thorsten]   0.8.1claws30
15428
15429         * src/prefs_toolbar.c
15430                 fix: crash on replace or add new button
15431         * src/toolbar.c
15432                 fix: close xmlfile after reading
15433         * src/utils.c
15434                 fix: unlink() file before rename()
15435
15436 2002-08-06 [paul]       0.8.1claws29
15437
15438         * sync with 0.8.cvs15
15439                 see ChangeLog 2002-08-06
15440
15441 2002-08-06 [oliver]     0.8.1claws28
15442
15443         * src/toolbar.c
15444         * src/prefs_toolbar.c
15445                 fixed empty toolbar issue
15446
15447 2002-08-06 [oliver]     0.8.1claws27
15448
15449         * Custom Toolbar Final 
15450         * src/folderview.c
15451         * src/inc.c
15452         * src/summaryview.c
15453                 o toolbar stuff now lives in src/toolbar.[ch]
15454                 o main_window_toolbar_* functions are renamed to
15455                   toolbar_* reflecting their new source file
15456         * src/mainwindow.[ch]
15457                 o remove toolbar stuff  
15458
15459 2002-08-06 [oliver]     0.8.1claws26
15460         
15461         * src/Makefile.am
15462         * src/prefs_toolbar.[ch]        **New File**
15463         * src/toolbar.[ch]              **New File**
15464                 o prefs_toolbar.[ch] custom toolbar frontend
15465                 o toolbar.[ch]       backend 
15466
15467 2002-08-06 [oliver]     0.8.1claws25
15468
15469         * src/prefs_actions.[ch]
15470                 o new exported function actions_execute
15471
15472 2002-08-06 [paul]       0.8.1claws24
15473
15474         * sync with 0.8.1cvs4
15475                 see ChangeLog 2002-08-06
15476
15477 2002-08-06 [paul]       0.8.1claws23
15478
15479         * sync with 0.8.1cvs13
15480                 see ChangeLog 2002-08-06
15481
15482 2002-08-06 [paul]       0.8.1claws22
15483
15484         * sync with 0.8.1cvs12
15485                 see ChangeLog 2002-08-05 and 2002-08-06
15486
15487 2002-08-06 [match]      0.8.1claws21
15488
15489         * src/addrclip.c
15490                 improvements to cut/copy/paste address
15491
15492 2002-08-05 [match]      0.8.1claws20
15493
15494         * src/addritem.[ch]
15495         * src/addrcache.c
15496         * src/addrbook.c
15497         * src/editaddress.c
15498         * src/addressbook.c
15499                 fixes to improve cut/copy/paste
15500
15501 2002-08-06 [melvin]     0.8.1claws19
15502
15503         * src/account.[ch]
15504                 account_find_all_from_address(): new function that returns the
15505                 list of all accounts that are matched in an address.
15506         * src/alertpanel.[ch]
15507                 alertpanel() now accepts a custom widget
15508                 alertpanel_with_widget(): new function that pops up a panel with
15509                 a custom widget in it 
15510         * src/gtkutils.[ch]
15511                 gtkut_account_menu_new(): new function that allows the selection
15512                 of an account from a list of accounts.
15513         * src/messageview.c
15514                 Extended Return Receipt notification to select the correct 
15515                 account and to make a security test on the Delivery-Notification
15516                 address which should be the same as the Return-Path.
15517
15518 2002-08-06 [thorsten]   0.8.1claws18
15519
15520         * src/mimeview.c
15521                 attach_all: save unnamed as "noname.%d",
15522                 dont free static dirname
15523
15524 2002-08-05 [alfons]     0.8.1claws17
15525
15526         * configure.in
15527                 detect XIM by trying to link rather than compile a XIM program
15528
15529 2002-08-05 [oliver]     0.8.1claws16
15530                 
15531         * src/stock_pixmap.[ch]
15532                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15533                 o new func to retrieve pixmaps
15534
15535 2002-08-05 [paul]       0.8.1claws15
15536
15537         * sync with 0.8.1cvs10
15538                 see ChangeLog 2002-08-05
15539
15540 2002-08-04 [alfons]     0.8.1claws14
15541
15542         * src/textview.c
15543                 see if this plugs memleak
15544
15545 2002-08-04 [melvin]     0.8.1claws13
15546
15547         * src/gtkspell.c
15548                 fixed bug that could crash Sylpheed when highlighting
15549                 all misspelled words.
15550
15551 2002-08-03 [melvin]     0.8.1claws12
15552
15553         * src/prefs_actions.c
15554                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15555         * src/messageview.c
15556                 fixed bug where the Return Receipt was sent to
15557                 Delivery-Notification-To address even if it was not present
15558
15559 2002-08-02 [alfons]     0.8.1claws11
15560
15561         * src/prefs_actions.c
15562                 o more check for NULLs
15563                 o put create_io_dialog() in right conditional block
15564
15565 2002-08-02 [paul]       0.8.1claws10
15566
15567         * po/es.po
15568                 updated by Ricardo Mones Lastra
15569
15570 2002-08-01 [christoph]  0.8.1claws9
15571
15572         * src/folder.c
15573                 don't free the cache of the opened
15574                 folder in the summaryview
15575         * src/summaryview.c
15576                 don't unset flags, if it is not required
15577
15578 2002-08-01 [paul]       0.8.1claws8
15579
15580         * sync with 0.8.1cvs8
15581                 see ChangeLog entry 2002-08-01
15582
15583 2002-08-01 [paul]       0.8.1claws7
15584
15585         * sync with 0.8.1cvs7
15586                 see ChangeLog 2002-07-31 and 2002-08-01
15587
15588 2002-07-31 [christoph]  0.8.1claws6
15589
15590         * src/mainwindow.c
15591                 forgot to update menu sensitivity
15592                 function for new menu entry
15593
15594 2002-07-31 [alfons]     0.8.1claws5
15595
15596         * src/main.c
15597                 check folder item and its path for NULL on
15598                 initial processing
15599
15600 2002-07-31 [christoph]  0.8.1claws4
15601
15602         * src/folder.c
15603                 check if folder_item_get_msginfo in
15604                 folder_item_remove_msg returned NULL
15605         * src/imap.c
15606                 better clear the uid cache in the
15607                 uid validity check function and delete
15608                 cached messages
15609
15610 2002-07-31 [paul]       0.8.1claws3
15611
15612         * man/sylpheed.1
15613                 add the '--attach' option and a few other
15614                 minor changes
15615
15616 2002-07-31 [paul]       0.8.1claws2
15617
15618         * sync with 0.8.1cvs5
15619                 see ChangeLog 2002-07-31
15620
15621 2002-07-31 [christoph]  0.8.1claws1
15622
15623         * src/folderview.[ch]
15624         * src/mainwindow.c
15625                 replace "Rescan all folders..." with
15626                 "Check all folders for new messages..."
15627
15628 2002-07-30 [paul]       0.8.1claws
15629
15630         * version 0.8.1claws released
15631
15632 2002-07-30 [paul]       0.8.0claws29
15633
15634         * tools/OOo2sylpheed.pl ** NEW FILE **
15635           tools/README
15636                 add script to enable sending documents as
15637                 attachments from OpenOffice.org
15638
15639 2002-07-30 [melvin]     0.8.0claws28
15640
15641         * src/prefs_actions.c
15642                 Made the actions' input/output dialog display
15643                 without delay.
15644
15645 2002-07-30 [christoph]  0.8.0claws27
15646
15647         * src/procmsg.c
15648                 check if folder_item_get_msginfo in
15649                 procmsg_save_to_outbox returned NULL
15650
15651 2002-07-30 [paul]       0.8.0claws26
15652
15653         * sync with 0.8.1cvs4
15654                 see ChangeLog 2002-07-29
15655
15656 2002-07-29 [thorsten]   0.8.0claws25
15657
15658         * README.claws
15659                 added selective download, delete on server
15660
15661 2002-07-29 [paul]       0.8.0claws24
15662
15663         * sync with 0.8.1cvs3
15664                 see ChangeLog 2002-07-29
15665
15666 2002-07-27 [christoph]  0.8.0claws23
15667
15668         * src/folder.c
15669                 add extra check if fetching the msginfo
15670                 returned NULL
15671
15672 2002-07-27 [paul]       0.8.0claws22
15673
15674         * sync with 0.8.1cvs2
15675                 see ChangeLog 2002-07-26
15676
15677 2002-07-27 [christoph]  0.8.0claws21
15678
15679         * src/imap.c
15680                 add another check if a valid msginfo
15681                 was returned
15682
15683 2002-07-26 [hoa]        0.8.0claws20
15684
15685         * src/folder.c
15686                 Fixed a condition in folder_item_destroy()
15687
15688         * src/imap.c
15689                 Fixed an error in IMAP protocol
15690
15691 2002-07-26 [alfons]     0.8.0claws19
15692
15693         * src/folder.c
15694                 ofcourse compare with identifier, not the path
15695
15696 2002-07-26 [alfons]     0.8.0claws18
15697
15698         * src/folder.c
15699                 use folder item identifier for saving / restoring
15700                 preferences because folder->path might not be unique
15701
15702 2002-07-26 [melvin]     0.8.0claws17
15703
15704         * src/logwindow.c
15705                 Fixed a crash introduced in 0.8.0claws5 when log is 
15706                 cut under 80 characters.
15707
15708 2002-07-26 [paul]       0.8.0claws16
15709
15710         * sync with 0.8.1cvs1
15711                 see ChangeLog 2002-07-26
15712
15713 2002-07-26 [christoph]  0.8.0claws15
15714
15715         * src/imap.[ch]
15716                 imap folder now remembers the last selected
15717                 folder and imap_fetch_msginfo skips selecting
15718                 the folder if it is already selected
15719
15720 2002-07-26 [christoph]  0.8.0claws14
15721
15722         * src/folder.c
15723         * src/folderview.c
15724         * src/imap.c
15725                 fix imap folder rescanning
15726
15727 2002-07-25 [christoph]  0.8.0claws13
15728
15729         * src/filter.c
15730         * src/folder.[ch]
15731         * src/folderview.c
15732         * src/imap.[ch]
15733         * src/mainwindow.c
15734         * src/mbox_folder.c
15735         * src/mh.c
15736         * src/news.c
15737                 implement imap uid cache and uid validity check
15738
15739 2002-07-25 [alfons]     0.8.0claws12
15740
15741         * src/summaryview.c
15742                 fix a brown paper bag bug, and also add some more
15743                 checks
15744
15745 2002-07-25 [christoph]  0.8.0claws11
15746
15747         * src/folder.c
15748                 don't mix copy, fetch_msginfo and remove
15749                 operations in folder item copy and move
15750                 operations
15751
15752 2002-07-25 [christoph]  0.8.0claws10
15753
15754         * src/folderview.c
15755         * src/mainwindow.c
15756         * src/prefs_folder_item.c
15757         * src/summaryview.[ch]
15758                 remove no longer required parameter update_cache from
15759                 summary_show
15760
15761 2002-07-25 [paul]       0.8.0claws9
15762
15763         * sync with 0.8.1
15764         
15765         * AUTHORS
15766                 a few corrections
15767
15768 2002-07-24 [alfons]     0.8.0claws8
15769
15770         * src/summaryview.c
15771                 sort correctly when using simplified subject line
15772                 (closes feature request "[ 585141 ] applying regexp to subject 
15773                 before sort" submitted by Alexandra Walford)
15774
15775 2002-07-24 [paul]       0.8.0claws7
15776
15777         * sync with 0.8.0cvs3
15778                 see ChangeLog 2002-07-24
15779
15780 2002-07-23 [christoph]  0.8.0claws6
15781
15782         * src/folder.c
15783         * src/folder.h
15784         * src/summaryview.c
15785         * src/summaryview.h
15786         * src/main.c
15787                 o separate processing and summaryview
15788                 o removed summary_write_cache from summaryview
15789                 o removed summaryview->killed_messages, because we don't have
15790                   to keep a list of killed messages anymore. New cache will
15791                   keep the hidden messages in cache anyway
15792         * src/folderview.c
15793         * src/inc.c
15794         * src/selective_download.c
15795                 o removed unnecessary summary_write_cache calls
15796         * src/procmsg.c
15797                 o don't set ignore thread flag in procmsg_get_thread_tree
15798                   if it is already set
15799         * src/mainwindow.c
15800         * src/statusbar.h
15801                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15802                   they are used in different files
15803
15804 2002-07-23 [melvin]     0.8.0claws5
15805
15806         * src/addressbook.c
15807         * src/addrgather.c
15808         * src/editaddress.c
15809         * src/editgroup.c
15810         * src/editldap_basedn.c
15811         * src/importldif.c
15812         * src/prefs_common.c
15813                 Fixed few memory leak (gtk_editable_get_chars returns
15814                 an allocated string)
15815         * src/logwindow.c
15816                 Fixed few memory leak (gtk_editable_get_chars returns
15817                 an allocated string) and modified a little the log cutting
15818                 loop.
15819         * src/compose.c
15820                 Replaced a call to an obsolete function gtk_entry_get_text()
15821                 by gtk_editable_get_chars()
15822         * src/send.c
15823                 Removed a debug printf
15824
15825 2002-07-23 [christoph]  0.8.0claws4
15826
15827         * src/filesel.c
15828                 fix another g_dirname memory leak
15829
15830 2002-07-23 [christoph]  0.8.0claws3
15831
15832         * src/mh.c
15833                 fixed a memory leak in mh_fetch_msginfo
15834                 fixed crash when message header could not be
15835                 parsed
15836
15837 2002-07-23 [paul]       0.8.0claws2
15838
15839         * sync with 0.8.0cvs2
15840                 see ChangeLog 2002-07-23
15841
15842 2002-07-23 [paul]       0.8.0claws1
15843
15844         * sync with 0.8.0cvs1
15845                 see ChangeLog 2002-07-23
15846
15847 2002-07-23 [paul]       0.8.0claws
15848
15849         * release of 0.8.0claws