2005-02-15 [christoph] 1.0.1cvs9
[claws.git] / ChangeLog.claws
1 2005-02-15 [christoph]  1.0.1cvs9
2
3         * configure.ac
4         * src/Makefile.am
5         * src/privacy.c                                 ** REMOVE **
6         * src/privacy.cpp                               ** NEW **
7         * src/privacy.h
8         * src/plugins/pgpmime/Makefile.am
9         * src/plugins/pgpmime/passphrase.h
10         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
11         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
12         * src/plugins/pgpmime/pgpmime.h
13         * src/plugins/pgpmime/prefs_gpg.h
14         * src/plugins/pgpmime/select-keys.h
15         * src/plugins/pgpmime/sgpgme.h
16                 change Privacy-API to C++
17
18 2005-02-15 [colin]      1.0.1cvs8
19
20         * src/mimeview.c
21         * src/common/utils.c
22                 Sanitize substitution for saved filenames:
23                 only \ / * and \r \n \t are bad. 
24
25 2005-02-15 [colin]      1.0.1cvs7
26
27         * src/compose.c
28         * src/procmime.c
29                 Optimize (constant instead of strlen). Thanks
30                 Alfons for the hint.
31
32 2005-02-14 [colin]      1.0.1cvs6
33
34         * src/compose.c
35         * src/procmime.c
36                 Use quoted-printable instead of 7bit or 8bit
37                 to encode "^From " and avoid mail corruption 
38                 on the MTA, as specified by RFC 3156. Thanks
39                 Hoa for the hint.
40
41 2005-02-12 [colin]      1.0.1cvs5
42
43         * src/filtering.c
44                 Remove wrong use of compose struct after
45                 compose_send(). Spotted by Alfons and Holger Berndt.
46
47 2005-02-10 [paul]       1.0.1cvs4
48
49         * src/compose.c
50                 sync with main, see ChangeLog 2005-02-10
51
52 2005-02-10 [colin]      1.0.1cvs3
53
54         * src/mainwindow.c
55                 dereference freed messageview,
56                 and don't try to use it after free.
57                 This caused occasional late segfaults
58                 when quitting.
59
60 2005-02-10 [colin]      1.0.1cvs2
61
62         * src/messageview.c
63                 Don't display html with plugin automatically
64                 (Dillo steals focus)
65
66 2005-02-09 [colin]      1.0.1cvs1
67
68         * src/mimeview.c
69         * src/mimeview.h
70         * src/messageview.c
71                 Display first relevant part using plugin
72                 if not text/plain if possible (useful for 
73                 vCalendar for example)
74
75 2005-02-08 [paul]       1.0.1
76
77         1.0.1 released
78
79 2005-02-08 [paul]       1.0.0cvs29
80
81         * po/de.po
82         * po/es.po
83         * po/fr.po
84         * po/it.po
85         * po/pt_BR.po
86         * po/sk.po
87         * po/sr.po
88                 updated by Thomas Gilgin, Ricardo Mones Lastra,
89                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
90                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
91
92 2005-02-05 [paul]       1.0.0cvs28
93
94         * src/compose.c
95                 fix Bug 682 'redirect is broken'
96
97
98 2005-02-05 [thorsten]   1.0.0cvs27
99
100         * src/partial_download.c
101                 fix buf overflow
102
103 2005-02-03 [colin]      1.0.0cvs26
104
105         * src/common/plugin.c
106                 Don't load GTK2 plugins at all. This solves
107                 the plugins problem when switching between
108                 GTK1 and GTK2 version.
109
110 2005-02-02 [colin]      1.0.0cvs25
111
112         * src/messageview.c
113                 Fix dangerous typo
114
115 2005-01-31 [colin]      1.0.0cvs24
116
117         * src/compose.c
118                 Fix MsgInfo reference leak
119
120 2005-01-28 [colin]      1.0.0cvs23
121
122         * src/folderview.c
123                 Change check - partial_recv is not cached.
124
125 2005-01-28 [colin]      1.0.0cvs22
126
127         * src/folderview.c
128                 Don't call partial_mark_for_delete() when 
129                 it's useless
130
131 2005-01-27 [colin]      1.0.0cvs21
132
133         * src/procmsg.c
134         * src/compose.c
135                 Fix build - sorry.
136
137 2005-01-27 [christoph]  1.0.0cvs20
138
139         * src/folder.c
140                 use normal message remove function if a folder has no function
141                 to remove all messages
142
143         * src/folderview.c
144                 fix memory leak
145
146 2005-01-27 [colin]      1.0.0cvs19
147
148         * src/procmime.c
149                 Forgot to commit this file with cvs18.
150
151 2005-01-27 [colin]      1.0.0cvs18
152
153         * src/compose.c
154                 Uhm, better not touch the original msginfo_list.
155
156 2005-01-27 [colin]      1.0.0cvs17
157
158         * src/procmsg.c
159         * src/procmsg.h
160                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
161         * src/compose.c
162                 ... And use it to be able to reply to the currently 
163                 selected MimeInfo.
164
165 2005-01-27 [colin]      1.0.0cvs16
166
167         * src/messageview.c
168         * src/summaryview.c
169         * src/compose.c
170         * src/compose.h
171         * src/toolbar.c
172         * src/mainwindow.c
173                 Factorize this reply mess
174
175 2005-01-26 [paul]       1.0.0cvs15
176
177         * ChangeLog
178         * ChangeLog.jp
179         * src/common/template.c
180                 sync with main, (fix memory leak), see ChangeLog
181                 2005-01-25
182
183 2005-01-25 [paul]       1.0.0cvs14
184
185         * src/compose.c
186                 compose_redirect(): fix sensitivity of attachment 
187                 "Properties..." button
188
189 2005-01-24 [colin]      1.0.0cvs13
190
191         * src/summaryview.c
192                 Freeze clist during operations involving message
193                 lists.
194
195 2005-01-24 [paul]       1.0.0cvs12
196
197         * ChangeLog
198         * ChangeLog.jp
199         * src/messageview.c
200         * src/mh.c
201         * src/common/utils.c
202                 sync with main, see ChangeLog 2005-01-19
203
204 2005-01-24 [colin]      1.0.0cvs11
205
206         * src/procheader.c
207                 Fix build with MIPSpro compiler.
208                 Patch by Ivan Rayner <ivanr@sgi.com>
209
210 2005-01-24 [colin]      1.0.0cvs10
211
212         * src/folderview.c
213                 Use (+) in collapsed folders with quicksearch-
214                 matching subfolders
215
216 2005-01-23 [holger]     1.0.0cvs9
217
218         * src/crash.c
219                 Include missing header file
220
221 2005-01-22 [colin]      1.0.0cvs8
222
223         * src/summaryview.c
224         * src/gtk/quicksearch.c
225                 Make recursive quicksearch work in
226                 root folders (and code fixes)
227
228 2005-01-21 [colin]      1.0.0cvs7
229
230         * src/summaryview.c
231                 Set cursor to wait while looking in subfolders
232
233 2005-01-21 [colin]      1.0.0cvs6
234
235         * src/summaryview.c
236                 Don't clear quicksearch if recursion is on,
237                 even if !sticky
238
239 2005-01-21 [colin]      1.0.0cvs5
240
241         * src/gtk/quicksearch.c
242         * src/prefs_common.c
243         * src/prefs_common.h
244                 Add option to recurse or not
245
246 2005-01-21 [colin]      1.0.0cvs4
247
248         * src/folder.h
249         * src/folderview.c
250         * src/folderview.h
251         * src/summaryview.c
252         * src/gtk/quicksearch.c
253         * src/gtk/quicksearch.h
254                 Make quicksearch recursive - results materialized
255                 by search icons in the folderview.
256
257 2005-01-20 [holger]     1.0.0cvs3
258
259         * src/addrindex.c
260         * src/addrindex.h
261                 Add addrindex_load_person_attribute() (for plugins)
262
263 2005-01-19 [colin]      1.0.0cvs2
264
265         * src/mbox.c
266         * src/mbox.h
267         * src/mainwindow.c
268         * src/summaryview.c
269         * src/summaryview.h
270                 Add an easy way to export specific messages
271                 to an mbox file.
272
273 2005-01-19 [paul]       1.0.0cvs1
274
275         * po/ja.po
276         * po/ko.po
277                 updated by  Rui Hirokawa and
278                 SungHyun Nam
279
280 2005-01-18 [paul]       1.0.0
281
282         * version 1.0.0 released
283
284 2005-01-17 [thorsten]   0.9.13cvs38
285
286         * src/crash.c
287         * src/gtk/pluginwindow.c
288                 return value of filesel should not be free()d
289
290 2005-01-17 [paul]       0.9.13cvs37
291
292         * AUTHORS
293         * po/es.po
294         * po/fr.po
295         * po/hr.po
296         * po/it.po
297         * po/pt_BR.po
298         * po/sk.po
299         * po/sr.po
300                 update translations. submitted by Ricardo Mones
301                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
302                 Frederico Goncalves Guimaraes, Andrej Kacian,
303                 Aleksandar Urosevic
304
305 2005-01-16 [colin]      0.9.13cvs36
306
307         * src/prefs_toolbar.c
308                 Fix two leaks, both found by Alfons.
309
310 2005-01-15 [paul]       0.9.13cvs35
311
312         * src/gtk/pluginwindow.c
313                 fix 2 memleaks, patch by Alfons
314
315 2005-01-15 [paul]       0.9.13cvs34
316
317         * ChangeLog
318         * ChangeLog.jp
319         * src/common/template.c
320                 sync with main, see ChangeLog 2005-01-11
321                 (fix potential memory corruption bug)
322
323 2005-01-14 [colin]      0.9.13cvs33
324
325         * src/html.c
326         * src/msgcache.c
327                 Fix coding style issues from the last patch
328
329 2005-01-14 [colin]      0.9.13cvs32
330
331         * src/msgcache.c
332                 Fix possible double free, avoid putting 8k on the stack
333         * src/html.c
334         * src/html.h
335                 Fix links with tags inside, add some entities
336         * AUTHORS
337                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
338
339 2005-01-09 [thorsten]   0.9.13cvs31
340
341         * tools/calypso_convert.pl
342                 support nested subdirs (possible in recent calypso versions)
343                 fix "change of readonly value" error with perl >= 5.8
344
345 2005-01-08 [colin]      0.9.13cvs30
346
347         * src/prefs_filtering_action.c
348                 Plug leak - patch by Alfons
349
350 2005-01-07 [paul]       0.9.13cvs29
351
352         * ChangeLog
353         * ChangeLog.jp
354         * src/pop.c
355         * src/pop.h
356                 sync with main, see ChangeLog 2005-01-06
357
358 2005-01-06 [colin]      0.9.13cvs28
359
360         * src/prefs_matcher.c
361                 Plug leak. Patch by Alfons
362
363 2005-01-04 [christoph]  0.9.13cvs27
364
365         * src/folderview.c
366         * src/imap_gtk.c
367         * src/news_gtk.c
368                 Create extra popup menu entries for account settings
369
370         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
371
372 2005-01-03 [colin]      0.9.13cvs26
373
374         * src/main.c
375                 Plugins should be loaded before --receive or --receive-all 
376                 is processed. 
377                 Patch by Felix Eckhofer <felix-ml@tribut.de>
378
379 2005-01-03 [colin]      0.9.13cvs25
380
381         * src/pop.c
382         * src/pop.h
383                 Add data_len member, because we can get NULs from network
384                 Patch by Alfons
385
386 2005-01-01 [colin]      0.9.13cvs24
387
388         * src/procmime.c
389                 Fix possible memleak in corner case - found by
390                 Martin Kluge, patch by Alfons
391
392 2004-12-30 [colin]      0.9.13cvs23
393
394         * src/account.c
395                 Fix prototypes - patch by Alfons
396
397 2004-12-30 [paul]       0.9.13cvs22
398
399         * ChangeLog
400         * ChangeLog.jp
401         * NEWS
402         * src/account.c
403                 sync with main 1.0.0.
404                 see ChangeLog 2004-12-22
405
406 2004-12-18 [paul]       0.9.13cvs21
407
408         * AUTHORS
409         * ChangeLog
410         * ChangeLog.jp
411         * src/action.c
412                 sync with main, see ChangeLog 2004-12-17
413
414 2004-12-17 [thorsten]   0.9.13cvs20
415
416         * src/compose.c
417                 protect trailing spaces when signing message
418
419 2004-12-16 [paul]       0.9.13cvs19
420
421         * ChangeLog
422         * ChangeLog.jp
423         * NEWS
424         * src/compose.c
425         * src/syldap.c
426                 sync with main 1.0.0rc
427                 see ChangeLog 2004-12-15
428
429 2004-12-14 [colin]      0.9.13cvs18
430
431         * src/gtk/prefswindow.c
432                 Fix build. Sorry :)
433
434 2004-12-14 [colin]      0.9.13cvs17
435
436         * src/gtk/gtkutils.c
437         * src/gtk/gtkutils.h
438         * src/gtk/prefswindow.c
439                 Catch Enter in prefswindow while in text
440                 widget. Patch by Alfons.
441
442 2004-12-14 [paul]       0.9.13cvs16
443
444         * ChangeLog
445         * ChangeLog.jp
446         * src/action.c
447         * src/compose.c
448         * src/common/utils.c
449                 sync with main, see ChangeLog entries 2004-12-10
450                 and 2004-12-13
451
452         * po/ru.po
453                 updated by Pavlo Bohmat
454
455 2004-12-13 [thorsten]   0.9.13cvs15
456
457         * src/plugins/spamassassin/libspamc.c
458                 fix memleak
459
460 2004-12-13 [colin]      0.9.13cvs14
461
462         * src/gtk/prefswindow.c
463         * src/gtk/pluginwindow.c
464                 Fix key_pressed handlers
465
466 2004-12-11 [colin]      0.9.13cvs13
467
468         * src/quote_fmt_parse.y
469                 Rework quote_fmt_parse to use less local 
470                 arrays in local blocks, so it doesn't 
471                 freak out IBM's stack protector. Patch
472                 by Alfons.
473
474 2004-12-10 [colin]      0.9.13cvs12
475
476         * src/messageview.c
477                 Fix logic error
478         * src/mainwindow.c
479                 Fix corruptions when de-separating messageview
480
481 2004-12-10 [paul]       0.9.13cvs11
482
483         * src/prefs_themes.c
484                 use a different set of icons for the Preview
485
486 2004-12-09 [colin]      0.9.13cvs10
487
488         * src/procmime.c
489                 Fix procmime_encode_content doing horribly wrong
490                 stuff when encoding to B64 from memory
491
492 2004-12-08 [colin]      0.9.13cvs9
493
494         * src/gtk/colorlabel.c
495                 Fix color label off-by-one
496                 Patch by Alfons
497
498 2004-12-08 [hoa]        0.9.13cvs8
499
500         * src/quote_fmt_parse.y
501                 really fix buffer overflow
502
503 2004-12-08 [colin]      0.9.13cvs7
504
505         * src/matcher_parser_parse.y
506         * src/msgcache.c
507         * src/prefs_matcher.c
508         * src/procheader.c
509         * src/matcher.c
510         * src/common/defs.h
511                 Cache total_size and use that to speed up
512                 'partial' match.
513                 Add 'partial' to the list of useable stuff
514                 in filtering
515
516 2004-12-08 [paul]
517
518         * po/sr.po
519                 updated by URKE MMI
520
521 2004-12-08 [colin]      0.9.13cvs6
522
523         * src/textview.c
524                 Fix possible boundary overrun in
525                 get_email_part(). Patch by Alfons
526
527 2004-12-08 [hoa]        0.9.13cvs5
528
529         * src/quote_fmt_parse.y
530                 fix buffer overflow
531                 http://bugs.gentoo.org/show_bug.cgi?id=67253
532
533 2004-12-07 [thorsten]   0.9.13cvs4
534
535         * src/procmime.c
536                 fix leak introduced with 0.9.13cvs1
537
538 2004-12-07 [keith]      0.9.13cvs3
539
540         * src/procmime.c
541                 Fix typo
542
543 2004-12-07 [colin]      0.9.13cvs2
544
545         * AUTHORS
546         * src/prefs_account.c
547         * src/common/smtp.c
548         * src/common/smtp.h
549                 Add SMTP PLAIN authentication. Patch by 
550                 George Michaelson <ggm@apnic.net>
551
552 2004-12-07 [thorsten]   0.9.13cvs1
553
554         * src/procmime.c
555                 [Bug 650] reply button causes crash
556                 Patch partly by David Relson
557
558 2004-12-06 [paul]       0.9.13
559
560         0.9.13 released
561
562 2004-12-06 [paul]
563
564         * po/sk.po
565                 updated by Andrej Kacian
566         * INSTALL
567         * README.claws
568                 updated
569         
570 2004-12-06 [christoph]
571
572         * configure.ac
573                 move GPGME check to PGP/MIME plugin checks
574
575 2004-12-06 [colin]      0.9.12cvs187
576
577         * src/compose.c
578                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
579
580 2004-12-06 [paul]       0.9.12cvs186
581
582         * INSTALL
583         * README.claws
584                 updated
585         * po/es.po
586         * po/fr.po
587         * po/it.po
588         * po/ja.po
589         * po/pt_BR.po
590         * po/zh_CN.po
591                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
592                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
593                 and Yang Guilong
594
595 2004-12-05 [paul]       0.9.12cvs185
596
597         * INSTALL
598         * Makefile.am
599         * README.claws
600                 update
601         * TODO.claws    **REMOVED**
602                 removed, use the wiki instead
603         * tools/Makefile.am
604         * tools/README
605                 remove newscache_conv.pl from the release package
606                 and notes as it is broken and not currently maintained
607         * tools/filter_conv.pl
608                 use --config-dir to find claws' config dir
609         * tools/kdeservicemenu/README
610         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
611         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
612                 make a top-level menu entry
613
614 2004-12-04 [paul]       0.9.12cvs184
615
616         * src/addrharvest.c
617                 conv_unmime_header_overwrite(name)
618
619 2004-12-04 [colin]      0.9.12cvs183
620
621         * src/compose.c
622                 Fix saving of compose window position
623                 when sending mail. Patch by Alfons.
624
625 2004-12-04 [paul]       0.9.12cvs182
626
627         * ChangeLog
628         * ChangeLog.jp
629         * INSTALL
630         * NEWS
631         * README
632         * README.jp
633         * doc/manual/ja/Makefile.am
634         * doc/manual/ja/sylpheed-1.html
635         * doc/manual/ja/sylpheed-10.html
636         * doc/manual/ja/sylpheed-11.html
637         * doc/manual/ja/sylpheed-12.html
638         * doc/manual/ja/sylpheed-13.html
639         * doc/manual/ja/sylpheed-14.html
640         * doc/manual/ja/sylpheed-15.html
641         * doc/manual/ja/sylpheed-16.html
642         * doc/manual/ja/sylpheed-17.html
643         * doc/manual/ja/sylpheed-18.html
644         * doc/manual/ja/sylpheed-19.html
645         * doc/manual/ja/sylpheed-2.html
646         * doc/manual/ja/sylpheed-20.html
647         * doc/manual/ja/sylpheed-3.html
648         * doc/manual/ja/sylpheed-4.html
649         * doc/manual/ja/sylpheed-5.html
650         * doc/manual/ja/sylpheed-6.html
651         * doc/manual/ja/sylpheed-7.html
652         * doc/manual/ja/sylpheed-8.html
653         * doc/manual/ja/sylpheed-9.html
654         * doc/manual/ja/sylpheed.html
655         * doc/manual/ja/sylpheed.sgml
656         * src/Makefile.am
657         * src/procmime.c
658         * src/pixmaps/regular.xpm **REMOVED**
659                 sync with main 1.0.0beta4, including: "canonicalize text files
660                 before encoding to BASE64, and uncanonicalize after decoding
661                 to conform with RFC 2045" 
662
663 2004-12-03 [christoph]  0.9.12cvs181
664
665         * src/compose.c
666                 build the Privacy System menu without GtkItemFactory to
667                 allow '/' in Privacy System names
668
669         * src/plugins/pgpmime/pgpmime.c
670         * src/plugins/pgpmime/plugin.c
671                 Update description and change Privacy System name
672
673 2004-12-03 [paul]
674
675         * src/pixmaps/dir_close.xpm
676         * src/pixmaps/dir_open.xpm
677         * src/pixmaps/drafts_close.xpm
678         * src/pixmaps/drafts_open.xpm
679         * src/pixmaps/group.xpm
680         * src/pixmaps/unread.xpm
681                 update icons (sync with main (adjust hue))      
682
683 2004-12-02 [paul]       0.9.12cvs180
684
685         * ChangeLog
686         * ChangeLog.jp
687         * src/Makefile.am
688         * src/pop.c
689         * src/common/utils.c
690         * src/common/utils.h
691         * src/pixmaps/folder.xpm **REMOVED**
692                 sync with main
693                 fixes bug 644 'extra CRs in subject line break filtering' 
694
695 2004-12-02 [colin]      0.9.12cvs179
696
697         * src/compose.c
698                 Prevent duplicate edition of queued
699                 and drafted mails
700
701 2004-12-02 [colin]      0.9.12cvs178
702
703         * src/compose.c
704                 Fix quote linewrapping ignoring pref
705                 Patch by Alfons
706
707 2004-11-30 [colin]      0.9.12cvs177
708
709         * src/gtk/prefswindow.c
710         * src/gtk/pluginwindow.c
711                 Add shortcut keys to prefs window
712                 and plugin window. Patch by Fabien Vantard.
713
714 2004-11-29 [colin]      0.9.12cvs176
715
716         * src/folderview.c
717                 Fix disappearing separators in folderview's popup
718
719 2004-11-29 [colin]      0.9.12cvs175
720
721         * src/procmime.c
722                 Another format bug
723
724 2004-11-29 [colin]      0.9.12cvs174
725
726         * src/pop.c
727                 Fix format string
728
729 2004-11-26 [colin]      0.9.12cvs173
730
731         * src/common/smtp.c
732         * src/common/smtp.h
733                 Use ESMTP for all servers advertising it
734                 Add SIZE= parameter to MAIL command for 
735                 ESMTP servers
736
737 2004-11-24 [colin]      0.9.12cvs172
738
739         * src/plugins/pgpmime/pgpmime.c
740                 Forgot one :(
741
742 2004-11-24 [colin]      0.9.12cvs171
743
744         * src/plugins/pgpmime/pgpmime.c
745                 Fix numerous GpgmeGtk leaks
746
747 2004-11-24 [colin]      0.9.12cvs170
748
749         * src/plugins/pgpmime/pgpmime.c
750                 Fix numerous GpgmeCtx leaks
751
752 2004-11-24 [colin]      0.9.12cvs169
753
754         * src/plugins/pgpmime/plugin.c
755                 Update requirements
756         * src/plugins/trayicon/Makefile.am
757         * src/plugins/trayicon/newmarkedmail.xpm
758         * src/plugins/trayicon/trayicon.c
759         * src/plugins/trayicon/unreadmarkedmail.xpm
760                 Add new icons when there are unread marked mails
761                 answers
762
763 2004-11-23 [thorsten]   0.9.12cvs168
764
765         * src/plugins/pgpmime/plugin.c
766                 typo: plugin_init instead of plugin_done
767
768 2004-11-23 [thorsten]   0.9.12cvs167
769
770         * commitHelper
771                 o add me
772         * src/partial_download.c
773         * src/partial_download.h
774                 o fix path for includes
775
776 2004-11-23 [colin]      0.9.12cvs166
777
778         * src/procmime.c
779                 Uh, changed API.
780
781 2004-11-23 [colin]      0.9.12cvs165
782
783         * src/procmime.c
784                 Fix mime headers wrapping
785
786 2004-11-23 [christoph]  0.9.12cvs164
787
788         * src/common/Makefile.am
789         * src/common/partial_download.[ch]
790         * src/Makefile.am
791         * src/partial_download.[ch]
792         * src/folderview.c
793                 move to src because it depends on src stuff
794
795         * src/codeconv.c
796         * src/common/base64.h
797                 move B64LEN macro to base64.h
798
799         * src/compose.c
800         * src/privacy.[ch]
801                 add PrefsAccount to sign-function parameters
802
803         * src/main.c
804         * src/prefs_account.[ch]
805         * src/gtk/prefswindow.[ch]
806                 o use new prefswindow for account prefs
807                 o add possibility to add new pages to account prefs
808
809         * src/plugins/pgpmime/prefs_gpg.[ch]
810         * src/plugins/pgpmime/prefs_gpg.glade
811                 add account prefs for GPG
812
813         * src/plugins/pgpmime/pgpmime.c
814         * src/plugins/pgpmime/sgpgme.[ch]
815                 create signers list based on the GPG account prefs
816
817 2004-11-23 [colin]      0.9.12cvs163
818
819         * src/main.c
820                 Fix cursor going from normal to wait
821                 as many times as there are folders
822                 (very noticeable on exported displays)
823
824 2004-11-23 [colin]      0.9.12cvs162
825
826         * src/msgcache.c
827                 HEAD needs this leak fix too
828
829 2004-11-22 [luke]       0.9.12cvs161
830
831         * src/gtk/gtkstext.c
832                 'Up' key moves one line (not one paragraph) like 'Down'
833
834 2004-11-22 [paul]       0.9.12cvs160
835
836         * src/prefs_themes.c
837                 fix oversized GtkFrames
838
839 2004-11-19 [paul]       0.9.12cvs159
840
841         * src/prefs_common.c
842                 update prefs_keybind_apply_clicked()
843
844 2004-11-18 [paul]       0.9.12cvs158
845
846         * src/compose.c
847         * src/messageview.c
848         * src/common/utils.c
849         * src/common/utils.h
850                 use Message-ID format like that previously
851                 used in compose_generate_msgid()
852
853 2004-11-17 [christoph]  0.9.12cvs157
854
855         * src/mainwindow.c
856         * src/prefs_common.c
857                 integrate "Common preferences" into new preferences dialog
858
859 2004-11-17 [colin]      0.9.12cvs156
860
861         * src/prefs_account.c
862         * src/prefs_account.h
863         * src/procmsg.c
864                 Add an option to let the user choose to store encrypted
865                 mail as clear text or encrypted.
866
867 2004-11-17 [colin]      0.9.12cvs155
868
869         * src/compose.c
870         * src/toolbar.c
871                 Be verbose when sending fails
872         * src/procmsg.c
873                 Fix procmsg_send_queue returning 0 when there's an error
874                 Don't send messages to be encrypted to nobody 
875
876
877 2004-11-17 [colin]      0.9.12cvs154
878
879         * src/privacy.c
880                 Fix more pointer confusion
881
882 2004-11-17 [paul]       0.9.12cvs153
883
884         * src/procmime.h
885                 forgotten in sync with main 1.0.0beta3
886
887
888 2004-11-17 [paul]       0.9.12cvs152
889
890         * ChangeLog
891         * ChangeLog.jp
892         * NEWS
893         * src/compose.c
894         * src/jpilot.c
895         * src/procmime.c
896                 sync with main 1.0.0beta3
897                 see ChangeLog 2004-11-15 and 2004-11-16
898
899 2004-11-17 [colin]      0.9.12cvs151
900
901         * src/plugins/pgpmime/pgpmime.c
902                 Remove debug printf
903
904 2004-11-17 [colin]      0.9.12cvs150
905
906         * src/plugins/pgpmime/pgpmime.c
907                 Fix off-by-one causing segs
908
909 2004-11-17 [colin]      0.9.12cvs149
910
911         * src/procmsg.c
912                 < Reboot_> don't compare pointers to NULL with !
913                 So, use the other form to bring consistency.
914                 Also fix coding style.
915
916 2004-11-16 [colin]      0.9.12cvs148
917
918         * src/procmsg.c
919                 Fix the fix :)
920
921 2004-11-16 [colin]      0.9.12cvs147
922
923         * src/procmsg.c
924                 Fix leaks in procmsg_send_message_queue
925
926 2004-11-12 [paul]       0.9.12cvs146
927
928         * src/prefs_account.c
929         * src/procmime.c
930         * src/procmime.h
931                 fix sync breakage 
932
933 2004-11-12 [paul]
934
935         * src/pixmaps/complete.xpm
936         * src/pixmaps/continue.xpm
937                 small sync with main, see ChangeLog 2004-11-11
938
939 2004-11-11 [paul]       0.9.12cvs145
940
941         * ChangeLog
942         * ChangeLog.jp
943         * src/account.c
944         * src/folderview.c
945         * src/folderview.h
946         * src/imap.c
947         * src/imap_gtk.c
948         * src/inc.c
949         * src/mainwindow.c
950         * src/mh_gtk.c
951         * src/news_gtk.c
952         * src/pop.c
953         * src/prefs_account.c
954         * src/prefs_account.h
955         * src/prefs_ext_prog.c
956         * src/procmsg.c
957         * src/procmsg.h
958         * src/summary_search.c
959         * src/summaryview.c
960         * src/textview.c
961         * src/common/defs.h
962         * src/common/utils.c
963         * src/common/utils.h
964         * src/gtk/menu.c
965         * src/gtk/menu.h
966                 sync with main 1.0.0beta2 (plus 4)
967
968 2004-11-09 [christoph]  0.9.12cvs144
969
970         * src/compose.c
971         * src/prefs_account.[ch]
972                 add option menu to select default privacy system
973
974         * src/plugins/pgpmime/pgpmime.c
975                 better memory allocation
976
977         * src/folder.c
978                 syncronize flags when scanning a folder
979
980 2004-11-08 [colin]      0.9.12cvs143
981
982         * src/summaryview.c
983                 Prevent useless folder count updates while 
984                 quicksearch is running. It is really annoying 
985                 while quicksearch is running a full-mail
986                 scan, like 'b foo', in a big folder.
987
988 2004-11-08 [colin]      0.9.12cvs142
989
990         * src/textview.c
991                 Really fix these mail URIs
992
993 2004-11-08 [colin]      0.9.12cvs141
994
995         * src/textview.c
996                 fix "colin@colino.net" <colin@colino.net> 
997                 types of URIs
998
999 2004-11-06 [colin]      0.9.12cvs140
1000
1001         * src/compose.c
1002                 Don't ask for passphrase if not sending
1003
1004 2004-11-05 [christoph]  0.9.12cvs139
1005
1006         * src/compose.c
1007                 o encode text content of composed mails
1008         * src/procmime.c
1009                 o allow encoding of MimeInfos that are stored in memory buffers
1010                 
1011
1012 2004-11-03 [paul]       0.9.12cvs138
1013
1014         * po/POTFILES.in
1015                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1016                 Patch submitted by Fabien Vantard
1017
1018         * src/prefs_ext_prog.c
1019                 fix typos. Patch submitted by Fabien Vantard
1020
1021         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1022         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1023                 add German, Spanish, Italian, Brazilian Portuguese,
1024                 and Slovak translations. Submitted by Thomas Gilgin,
1025                 J. José del Río 'partymola', Andrea Spadaccini,
1026                 Frederico Goncalves Guimaraes, and Andrej Kacian
1027
1028 2004-11-01 [christoph]  0.9.12cvs137
1029
1030         * src/procmime.c
1031                 implement RFC2231's parameter encoding
1032
1033 2004-10-29 [colin]      0.9.12cvs136
1034
1035         * src/common/utils.c
1036                 Fix boundary delimiter (a Pine user gets this:
1037                 > Malformed message: Unexpected characters at end of parameters:
1038                 > =_Thu__28_Oct_2)
1039
1040 2004-10-29 [paul]
1041
1042         * tools/textviewer.sh
1043                 fix typo. patch submitted by Johann Koenig 
1044                 <explosive@hvc.rr.com>
1045
1046 2004-10-29 [paul]
1047
1048         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1049         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1050                 add French translations, submitted by Fabien Vantard
1051
1052 2004-10-28 [christoph]  0.9.12cvs135
1053
1054         * doc/src/rfc2231.txt                           ** NEW **
1055         * src/procmime.c
1056         * src/common/quoted-printable.c
1057         * src/common/utils.[ch]
1058                 implement RFC2231's parameter decoding
1059
1060 2004-10-27 [paul]
1061
1062         * tools/kdeservicemenu/README
1063         * tools/kdeservicemenu/install.sh
1064         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1065         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1066         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1067                 output files to /tmp instead of littering the
1068                 current dir
1069                 add uninstall function
1070                 refactor
1071
1072 2004-10-26 [christoph]  0.9.12cvs134
1073
1074         * src/procmime.c
1075                 better check if parameters have to be in quoted string
1076
1077 2004-10-25 [paul]
1078
1079         * tools/kdeservicemenu/README
1080         * tools/kdeservicemenu/install.sh
1081         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1082         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1083         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1084                 add files for Sylpheed Service Menu in Konqueror
1085
1086 2004-10-22 [paul]       0.9.12cvs133
1087
1088         * src/compose.c
1089         * src/prefs_common.c
1090         * src/prefs_common.h
1091         * src/prefs_wrapping.c
1092                 remove 'smart wrapping'
1093
1094 2004-10-21 [colin]      0.9.12cvs132
1095
1096         * src/compose.c
1097                 Remove extraneous separator in Options
1098
1099 2004-10-21 [colin]      0.9.12cvs131
1100
1101         * src/compose.c
1102                 Replace "unknown" attachments by "application/octet-stream"
1103                 Be a bit more defensive when using strchr
1104
1105 2004-10-20 [paul]
1106
1107         * po/ru.po
1108                 updated by Pavlo Bohmat
1109
1110 2004-10-19 [christoph]  0.9.12cvs130
1111
1112         * src/compose.c
1113                 fix wrong menu entry path
1114
1115         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1116
1117         * src/gtk/menu.c
1118                 add extra check for missing menu entries
1119
1120 2004-10-19 [christoph]  0.9.12cvs129
1121
1122         * src/compose.c
1123         * src/common/utils.c
1124                 use utils' generate_msgid() in compose.c
1125
1126 2004-10-18 [christoph]  0.9.12cvs128
1127
1128         * src/plugins/pgpmime/passphrase.c
1129         * src/plugins/pgpmime/pgpmime.c
1130         * src/plugins/pgpmime/prefs_gpg.[ch]
1131         * src/plugins/pgpmime/prefs_gpg.glade
1132         * src/plugins/pgpmime/sgpgme.c
1133                 add GPG prefs
1134
1135 2004-10-18 [christoph]  0.9.12cvs127
1136
1137         * src/addrbook.c
1138         * src/addrcache.c
1139         * src/addressbook.c
1140         * src/codeconv.c
1141         * src/compose.c
1142         * src/customheader.c
1143         * src/editaddress.c
1144         * src/editgroup.c
1145         * src/exporthtml.c
1146         * src/folder.c
1147         * src/folderview.c
1148         * src/imap.c
1149         * src/jpilot.c
1150         * src/main.c
1151         * src/matcher_parser_parse.y
1152         * src/mbox.c
1153         * src/pop.c
1154         * src/prefs_account.c
1155         * src/prefs_gtk.c
1156         * src/prefs_msg_colors.c
1157         * src/procheader.c
1158         * src/procmime.[ch]
1159         * src/procmsg.c
1160         * src/summaryview.c
1161         * src/textview.c
1162         * src/common/base64.c
1163         * src/common/partial_download.c
1164         * src/common/socket.c
1165         * src/common/sylpheed.c
1166         * src/common/utils.[ch]
1167         * src/gtk/filesel.c
1168         * src/gtk/pluginwindow.c
1169         * src/gtk/quicksearch.c
1170         * src/plugins/pgpmime/pgpmime.c
1171         * src/plugins/pgpmime/plugin.c
1172         * src/plugins/pgpmime/select-keys.c
1173         * src/plugins/pgpmime/sgpgme.c
1174         * src/plugins/spamassassin/libspamc.c
1175         * src/plugins/trayicon/trayicon.c
1176         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1177         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1178                 o don't use any GNU C extensions
1179                 o fix warnings
1180                 o replace some non-POSIX functions
1181
1182         * src/plugins/spamassassin/spamassassin.[ch]
1183         * src/plugins/spamassassin/spamassassin_gtk.c
1184         * src/plugins/clamav/clamav_plugin.[ch]
1185         * src/plugins/clamav/clamav_plugin_gtk.c
1186                 replace statusbar_print_all() from common code because it is a
1187                 GUI function
1188
1189 2004-10-17 [paul]
1190
1191         * po/es.po
1192         * po/ko.po
1193         * AUTHORS
1194                 update Spanish and Korean translations,
1195                 submitted by Ricardo Mones Lastra and
1196                 SungHyun Nam
1197
1198 2004-10-13 [colin]      0.9.12cvs126
1199
1200         * src/compose.c
1201                 Don't convert message to forced encoding when 
1202                 drafting, plus minor magic-values cleanup.
1203
1204 2004-10-13 [colin]      0.9.12cvs125
1205
1206         * po/POTFILES.in
1207                 Update POTFILES.in to reflect the source
1208                 place changes
1209
1210 2004-10-08 [christoph]  0.9.12cvs124
1211
1212         * m4/spamassassin.m4
1213                 fix libspamc OpenSSL
1214
1215         * src/compose.c
1216                 rearrange the compose menu
1217
1218 2004-10-08 [christoph]  0.9.12cvs123
1219
1220         * src/Makefile.am
1221         * src/account.c
1222         * src/compose.[ch]
1223         * src/crash.c
1224         * src/main.c
1225         * src/mimeview.c
1226         * src/passphrase.[ch]                           ** REMOVE **
1227         * src/prefs_account.[ch]
1228         * src/prefs_common.[ch]
1229         * src/privacy.[ch]
1230         * src/procmime.[ch]
1231         * src/procmsg.c
1232         * src/rfc2015.[ch]                              ** REMOVE **
1233         * src/select-keys.[ch]                          ** REMOVE **
1234         * src/common/utils.[ch]
1235         * src/gtk/about.c
1236         * src/plugins/pgpmime/Makefile.am
1237         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1238         * src/plugins/pgpmime/pgpmime.c
1239         * src/plugins/pgpmime/plugin.c
1240         * src/plugins/pgpmime/prefs_gpg.[ch]
1241         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1242         * src/plugins/pgpmime/sgpgme.[ch]
1243                 o Add new MIME-Writer
1244                 o extend PrivacySystem with sign and encrypt functions
1245                 o extend PGP/MIME plugin with sign and encrypt functions
1246                 o integrate extended Privacy API in Compose and Sending process
1247
1248 2004-10-04 [colin]      0.9.12cvs122
1249
1250         * src/mainwindow.c
1251         * src/messageview.c
1252         * src/messageview.h
1253         * src/textview.c
1254                 Make forced encoding limited to messageview and
1255                 apply only to parts displayed using textview
1256
1257 2004-10-04 [colin]      0.9.12cvs121
1258
1259         * src/summaryview.c
1260                 Fix bug #605 (collapsed threads re-expand when moving or
1261                 deleting mails)
1262
1263 2004-10-03 [colin]      0.9.12cvs120
1264
1265         * src/summaryview.c
1266                 Fix bug #602
1267
1268 2004-10-02 [colin]      0.9.12cvs119
1269
1270         * src/mainwindow.c
1271         * src/messageview.c
1272         * src/prefs_common.h
1273         * src/procmime.c
1274         * src/procmime.h
1275         * src/textview.c
1276                 Clean up forced charset feature
1277                 Add forced decode
1278
1279 2004-10-01 [colin]      0.9.12cvs118
1280
1281         * src/mimeview.c
1282                 Better fix for Save all: skip multipart mails' first 
1283                 text part
1284
1285 2004-10-01 [colin]      0.9.12cvs117
1286
1287         * src/mimeview.c
1288                 Only save attachments in Save All
1289
1290 2004-10-01 [paul]       0.9.12cvs116
1291
1292         * ChangeLog
1293         * ChangeLog.jp
1294         * src/account.c
1295         * src/prefs_common.c
1296         * src/gtk/colorlabel.c
1297                 sync with main 0.9.12cvs17
1298
1299 2004-09-30 [colin]      0.9.12cvs115
1300
1301         * src/stock_pixmap.c
1302         * src/stock_pixmap.h
1303         * src/folderview.c
1304         * src/Makefile.am
1305         * src/pixmaps/read.xpm
1306                 Add icon for total # column
1307
1308 2004-09-29 [colin]      0.9.12cvs114
1309
1310         * src/compose.c
1311                 Don't close compose until message is sent if 
1312                 Show Send Dialog is Always
1313
1314 2004-09-29 [paul]       0.9.12cvs113
1315
1316         * src/quote_fmt_parse.y
1317                 In the quotation templates recognise sender's first and last 
1318                 names (%F %L) when the name is in the format "Duck, Donald".
1319                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1320
1321
1322 2004-09-28 [colin]      0.9.12cvs112
1323
1324         * src/mainwindow.c
1325                 Put back mnemonic
1326         * src/folderview.c
1327                 Fix Empty trash being visible-invisible-visible...
1328
1329 2004-09-28 [colin]      0.9.12cvs111
1330
1331         * src/mainwindow.c
1332                 Relabel Empty all Trash folders
1333
1334 2004-09-28 [colin]      0.9.12cvs110
1335
1336         * src/folderview.c
1337                 Add contextual Empty trash menu
1338         * src/mainwindow.c
1339                 Revert cvs109 which was useless
1340
1341 2004-09-28 [colin]      0.9.12cvs109
1342
1343         * src/mainwindow.c
1344                 Fix uninialized var
1345
1346 2004-09-28 [colin]      0.9.12cvs108
1347
1348         * src/addressbook.c
1349                 Fix triple-click
1350
1351 2004-09-28 [colin]      0.9.12cvs107
1352
1353         * src/addressbook.c
1354                 Fix double-click on entries
1355
1356 2004-09-28 [colin]      0.9.12cvs106
1357
1358         * src/inc.c
1359                 Reintroduce folder_item update freeze on incorporation
1360
1361 2004-09-27 [christoph]  0.9.12cvs105
1362
1363         * src/folderview.c
1364                 right-align new and unread column
1365
1366 2004-09-27 [paul]
1367
1368         * 0.9.12b released
1369
1370 2004-09-27 [paul]       0.9.12cvs104
1371
1372         * src/main.c
1373                 revert 0.9.12cvs101, it causes another segfault
1374
1375 2004-09-23 [christoph]  0.9.12cvs103
1376
1377         * src/plugins/spamassassin/libspamc.[ch]
1378         * src/plugins/spamassassin/utils.[ch]
1379                 update libspamc to SpamAssassin 3.0.0
1380
1381 2004-09-17 [paul]       0.9.12cvs102
1382
1383         * ChangeLog
1384         * ChangeLog.jp
1385         * src/inc.c
1386                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1387  
1388
1389 2004-09-17 [colin]      0.9.12cvs101
1390
1391         * src/main.c
1392                 Fix segfaults when quitting. valgrind says:
1393                         ==12144== Invalid read of size 4
1394                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1395                         [...]
1396                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1397                         [...]
1398                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1399
1400
1401 2004-09-13 [christoph]  0.9.12cvs100
1402
1403         * src/folder.c
1404                 add NULL pointer checks to fix segfault when messages can
1405                 not be fetched
1406
1407 2004-09-08 [colin]      0.9.12cvs99
1408
1409         * src/account.c
1410                 Remove a debug printf
1411
1412 2004-09-08 [christoph]  0.9.12cvs98
1413
1414         * src/procmsg.[ch]
1415                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1416                 if the message structure has been scanned
1417
1418         * src/folder.c
1419                 o scan structure when the mail is fetched for the first time
1420                   to prevent unnecessary fetching of messages while scanning
1421                   the folder for messages
1422                 o revert 0.9.12cvs24
1423
1424         * src/plugins/pgpmime/pgpmime.c
1425                 check signature if auto signature checking is enabled when the
1426                 signature status is requested for first time and not when
1427                 checking if a part has a signature
1428
1429 2004-09-07 [colin]      0.9.12cvs97
1430
1431         * src/inc.c
1432                 Change session error messages so that they
1433                 are a bit more helpful (the origin of the
1434                 error is not apparent if one isn't in 
1435                 front of Sylpheed when it happens).
1436
1437 2004-09-06 [colin]      0.9.12cvs96
1438
1439         * src/toolbar.c
1440                 Fix graying out Redirect in non english languages
1441                 Patch by Fabien Vantard
1442
1443 2004-09-06 [colin]      0.9.12cvs95
1444
1445         * src/summaryview.c
1446         * src/mimeview.c
1447                 Fix dropped URIs
1448
1449 2004-09-06 [colin]      0.9.12cvs94
1450
1451         * src/addressbook.c
1452         * src/addressitem.h
1453         * src/addritem.c
1454         * src/addritem.h
1455                 Add basic drag and drop to addressbook
1456
1457 2004-09-03 [colin]      0.9.12cvs93
1458
1459         * src/summaryview.c
1460                 Next/Prev unread message should start
1461                 from next/prev node (especially if 
1462                 mark_as_read_delay != 0)
1463
1464 2004-09-03 [colin]      0.9.12cvs92
1465
1466         * src/prefs_common.c
1467         * src/prefs_common.h
1468         * src/summaryview.c
1469                 Add an hidden 'mark_as_read_delay' pref 
1470
1471 2004-09-02 [colin]      0.9.12cvs91
1472
1473         * src/gtk/menu.c
1474                 Add unduplicated menu entries (fixes bug 532)
1475                 Patch by Fabien Vantard
1476
1477 2004-09-02 [colin]      0.9.12cvs90
1478
1479         * src/account.c
1480                 Fix bug 582 (broken auto account selection)
1481
1482 2004-09-02 [colin]      0.9.12cvs89
1483
1484         * src/addrindex.c
1485                 Free deleted queries too
1486
1487 2004-09-02 [colin]      0.9.12cvs88
1488
1489         * src/ldapquery.c
1490                 Fix freezes in LDAP, due to memory corruption
1491                 after deletion of a query (and not removing it
1492                 from the corresponding list of queries).
1493                 Very probably fixes bug 567 and bug 569
1494
1495 2004-09-02 [colin]      0.9.12cvs87
1496
1497         * src/prefs_spelling.c
1498                 Fix bug with aspell prefs init, where spell checking
1499                 is enabled at first but dictionary not specified. Use
1500                 LANG's dictionary by default.
1501
1502 2004-09-01 [colin]      0.9.12cvs86
1503
1504         * src/filtering.c
1505         * src/imap.c
1506         * src/prefs_matcher.c
1507         * src/stock_pixmap.c
1508                 Fix more nasty uninitialized variables
1509
1510 2004-08-31 [colin]      0.9.12cvs85
1511
1512         * src/folder.c
1513                 Fix memory corruption when entering procmsg_msginfo_free()
1514                 with unitialized msginfo. Thanks Valgrind.
1515
1516 2004-08-29 [colin]      0.9.12cvs84
1517
1518         * src/mimeview.c
1519                 Don't escape filenames before saving - that's 
1520                 not dangerous. By the way, fix the leak.
1521
1522 2004-08-27 [paul]       0.9.12cvs83
1523
1524         * src/mh.c
1525         * src/procheader.c
1526         * src/procmsg.c
1527         * src/procmsg.h
1528         * src/common/utils.c
1529         * src/gtk/menu.h
1530                 sync with main 0.9.12cvs6, see ChangeLog
1531                 2004-08-24, 2004-08-25, 2004-08-26
1532
1533
1534 2004-08-26 [paul]
1535
1536         * po/ja.po
1537                 updated by Rui Hirokawa
1538
1539 2004-08-25 [colin]      0.9.12cvs82
1540
1541         * src/plugins/pgpmime/pgpmime.c
1542                 Fix leak on non-combined encrypted messages
1543
1544 2004-08-25 [colin]      0.9.12cvs81
1545
1546         * src/plugins/pgpmime/pgpmime.c
1547         * src/plugins/pgpmime/sgpgme.c
1548         * src/plugins/pgpmime/sgpgme.h
1549                 Handle combined encryption/signature
1550
1551 2004-08-24 [colin]      0.9.12cvs80
1552
1553         * src/folder.c
1554                 Set mime flags on non multipart messages too
1555
1556 2004-08-23 [christoph]  0.9.12cvs79
1557
1558         * src/compose.c
1559                 create message header in memory as GString before writing it
1560                 to the message file
1561
1562 2004-08-23 [colin]      0.9.12cvs78
1563
1564         * src/rfc2015.c
1565         * src/rfc2015.h
1566         * src/compose.c
1567                 Fix (again) bug 197: inline encryption broken
1568
1569 2004-08-23 [paul]
1570
1571         * po/zh_CN.po
1572                 updated by Hansom Young
1573
1574 2004-08-23 [paul]
1575
1576         * 0.9.12a released
1577
1578 2004-08-23 [colin]      0.9.12cvs77
1579
1580         * src/imap.c
1581                 Try and fix bug 577 (session->last_access_time is broken since 
1582                 sync with main 0.9.12cvs2). 
1583                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1584
1585 2004-08-23 [paul]
1586
1587         * po/es.po
1588         * po/fr.po
1589         * po/pl.po
1590         * po/pt_BR.po
1591         * po/sk.po
1592         * po/sr.po
1593                 update translations. submitted by Ricardo
1594                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1595                 Frederico Goncalves Guimaraes, Andrej Kacian,
1596                 Urke MMI
1597
1598 2004-08-22 [paul]       0.9.12cvs76
1599
1600         * src/plugins/trayicon/trayicon.c
1601                 fix formatting bug in trayicon_popup_menu_entries[]
1602
1603
1604 2004-08-22 [paul]       0.9.12cvs75
1605
1606         * m4/Makefile.am
1607                 remove reference to openssl.m4
1608
1609
1610 2004-08-21 [colin]      0.9.12cvs74
1611
1612         * src/compose.c
1613                 Fix bug 576 (Duplicate auto-bcc on reedit)
1614
1615 2004-08-21 [colin]      0.9.12cvs73
1616
1617         * src/toolbar.c
1618                 Grey out Redirect in the toolbar when selection is
1619                 multiple. Fixes bug 520
1620
1621 2004-08-21 [colin]      0.9.12cvs72
1622
1623         * src/compose.c
1624                 Save Sign, Encrypt and Mode status when drafting or queuing
1625                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1626                 state)
1627
1628 2004-08-21 [colin]      0.9.12cvs71
1629
1630         * src/summaryview.c
1631                 Fix bug 494 (Messages are always opened in summary 
1632                 view when right clicked.) Also fixes bug 508.
1633
1634 2004-08-21 [colin]      0.9.12cvs70
1635
1636         * src/compose.c
1637                 When using inline encryption, don't use QP or Base64:
1638                 the mail will be encrypted to a 7bit string.
1639                 Fixes bug 197
1640
1641 2004-08-21 [colin]      0.9.12cvs69
1642
1643         * src/compose.c
1644                 Fix inline-signing with 8bit chars: data must be 
1645                 converted to Quoted-printable before signing.
1646
1647 2004-08-21 [colin]      0.9.12cvs68
1648
1649         * src/compose.c
1650                 Remove 'Message/Save to draft folder'
1651                 and 'Message/Save and keep editing' to 
1652                 put a single 'File/Save' command.
1653                 Fixes bug 224
1654
1655 2004-08-21 [colin]      0.9.12cvs67
1656
1657         * src/mainwindow.c
1658                 Fix bug 222 (Summary view state not retained between sessions)
1659
1660 2004-08-20 [colin]      0.9.12cvs66
1661
1662         * src/codeconv.c
1663                 Fix bug 574 (empty cur_locale is not enough)
1664
1665 2004-08-20 [paul]
1666
1667         * src/plugins/pgpmime/plugin.c
1668                 modify PGP/MIME plugin's description
1669
1670 2004-08-16 [colin]      0.9.12cvs65
1671
1672         * src/common/ssl.c
1673                 Fix version comparison
1674
1675 2004-08-16 [colin]      0.9.12cvs64
1676
1677         * src/common/ssl.c
1678                 I meant 2.2.
1679
1680 2004-08-16 [colin]      0.9.12cvs63
1681
1682         * src/common/ssl.c
1683                 People with glibc 2.1 have had problems with non-blocking
1684                 SSL_connect. Disable it for glibc < 2.2.
1685
1686 2004-08-16 [colin]      0.9.12cvs62
1687
1688         * src/common/ssl.c
1689                 Fix format error
1690
1691 2004-08-13 [colin]      0.9.12cvs61
1692
1693         * src/plugins/pgpmime/plugin.c
1694                 Add plugin's description
1695
1696 2004-08-12 [christoph]  0.9.12cvs60
1697
1698         * src/folderutils.c
1699                 fix bug that did not thaw folder updates when deleting
1700                 duplicates in empty folders
1701
1702 2004-08-12 [colin]      0.9.12cvs59
1703
1704         * src/plugins/trayicon/trayicon.c
1705                 Add a context menu with most common operations
1706
1707 2004-08-12 [colin]      0.9.12cvs58
1708
1709         * configure.ac
1710         * sylpheed.desktop
1711         * src/Makefile.am
1712         * src/main.c
1713                 Add support for Freedesktop.org's startup notification
1714
1715 2004-08-10 [colin]      0.9.12cvs57
1716
1717         * src/main.c
1718         * src/common/socket.c
1719         * src/common/ssl.c
1720         * src/common/sylpheed.c
1721         * src/common/sylpheed.h
1722                 Put back the ssl connect nonblocking...
1723                 without the race condition
1724
1725 2004-08-09 [colin]      0.9.12cvs56
1726
1727         * src/main.c
1728         * src/common/ssl.c
1729         * src/common/sylpheed.c
1730         * src/common/sylpheed.h
1731                 Reverting previous commit, doesn't work 
1732
1733 2004-08-09 [colin]      0.9.12cvs55
1734
1735         * src/main.c
1736         * src/common/ssl.c
1737         * src/common/sylpheed.c
1738         * src/common/sylpheed.h
1739                 Make SSL_connect nonblocking, using a thread
1740
1741 2004-08-09 [paul]       0.9.12cvs54
1742
1743         * po/POTFILES.in
1744                 reflect new location of sgpgme.c
1745         * src/main.c
1746                 sync with main, see ChangeLog 2004-08-09
1747
1748 2004-08-08 [christoph]  0.9.12cvs53
1749
1750         * src/folderutils.c
1751                 freeze FolderItem updates while deleting duplicate messages
1752
1753 2004-08-08 [christoph]  0.9.12cvs52
1754
1755         * configure.ac
1756         * src/Makefile.am
1757         * src/main.c
1758         * src/pgpmime.c
1759         * src/pgpmime.h
1760         * src/sgpgme.c
1761         * src/sgpgme.h
1762         * src/plugins/Makefile.am
1763         * src/plugins/pgpmime/.cvsignore
1764         * src/plugins/pgpmime/Makefile.am
1765         * src/plugins/pgpmime/pgpmime.c
1766         * src/plugins/pgpmime/pgpmime.h
1767         * src/plugins/pgpmime/plugin.c
1768         * src/plugins/pgpmime/sgpgme.c
1769         * src/plugins/pgpmime/sgpgme.h
1770                 new plugin for PGP/MIME
1771
1772 2004-08-07 [christoph]  0.9.12cvs51
1773
1774         * src/folder.c
1775                 disable immediate folder change notification on opened folders
1776                 until SummaryView can handle it quickly
1777
1778 2004-08-07 [colin]      0.9.12cvs50
1779
1780         * src/pop.c
1781         * src/common/partial_download.c
1782                 fix warnings
1783
1784 2004-08-07 [colin]      0.9.12cvs49
1785
1786         * src/Makefile.am
1787         * src/account.c
1788         * src/addressbook.c
1789         * src/alertpanel.c
1790         * src/alertpanel.h
1791         * src/compose.c
1792         * src/exphtmldlg.c
1793         * src/expldifdlg.c
1794         * src/main.c
1795         * src/message_search.c
1796         * src/messageview.c
1797         * src/pop.c
1798         * src/sgpgme.c
1799         * src/summary_search.c
1800         * src/summaryview.c
1801         * src/textview.c
1802         * src/gtk/sslcertwindow.c
1803         * src/pixmaps/stock_dialog-error.xpm
1804         * src/pixmaps/stock_dialog-info.xpm
1805         * src/pixmaps/stock_dialog-question.xpm
1806         * src/pixmaps/stock_dialog-warning.xpm
1807                 sync new alertpanel from gtk2
1808
1809 2004-08-07 [colin]      0.9.12cvs48
1810
1811         * src/prefs_folder_item.c
1812                 fix memory corruption in folderitem's prefs
1813
1814 2004-08-06 [colin]      0.9.12cvs47
1815
1816         * src/compose.c
1817                 close compose window after queuing, before 
1818                 sending when user presses Send
1819
1820 2004-08-05 [christoph]  0.9.12cvs46
1821
1822         * src/msgcache.c
1823         * src/common/defs.h
1824                 add charset to cache file and convert charset when reading the
1825                 cache if different from internal used charset
1826
1827 2004-08-05 [christoph]  0.9.12cvs45
1828
1829         * src/messageview.c
1830         * src/mimeview.[ch]
1831         * src/procmime.h
1832         * src/common/utils.h
1833                 cleanup (remove unused includes/reorganize)
1834
1835         * src/prefs_ext_prog.c
1836         * src/prefs_folder_item.c
1837         * src/prefs_fonts.c
1838         * src/prefs_msg_colors.c
1839         * src/prefs_spelling.c
1840         * src/prefs_themes.c
1841         * src/prefs_toolbar.c
1842         * src/prefs_wrapping.c
1843         * src/gtk/prefswindow.[ch]
1844         * src/plugins/clamav/clamav_plugin_gtk.c
1845         * src/plugins/dillo_viewer/dillo_prefs.c
1846         * src/plugins/image_viewer/viewerprefs.c
1847         * src/plugins/spamassassin/spamassassin_gtk.c
1848                 change PrefsPage path into an array of strings and don't
1849                 split a single string into parts (better for translation)
1850
1851 2004-08-05 [christoph]  0.9.12cvs44
1852
1853         * src/folder.c
1854                 fix FolderItem's message counts after rebuilding a cache
1855
1856 2004-08-05 [paul]       0.9.12cvs43
1857
1858         * ChangeLog
1859         * ChangeLog.jp
1860         * src/imap.c
1861         * src/news.c
1862         * src/common/nntp.c
1863         * src/common/session.c
1864         * src/common/session.h
1865         * src/common/socket.c
1866                 sync with main 0.9.12cvs2
1867                 see ChangeLog 2004-08-04
1868
1869 2004-08-04 [christoph]  0.9.12cvs42
1870
1871         * configure.ac
1872                 add missing AC_DEFINE(USE_OPENSSL, ...)
1873         * src/folder.c
1874                 use new xml_node_new() function
1875
1876 2004-08-03 [christoph]  0.9.12cvs41
1877
1878         * src/folder.c
1879         * src/localfolder.c
1880         * src/common/xml.[ch]
1881                 sync with main 0.9.12cvs1
1882                 see ChangeLog 2004-07-23
1883
1884 2004-08-03 [christoph]
1885
1886         * configure.ac
1887         * m4/openssl.m4                 ** REMOVE **
1888                 use pkg-config to get OpenSSL CFLAGS and LIBS
1889                 (OpenSSL 0.9.7 is required now)
1890
1891 2004-08-02 [paul]       0.9.12cvs40
1892
1893         * AUTHORS
1894                 update translation team section
1895         * po/pt_BR.po
1896                 updated by Frederico Goncalves Guimaraes
1897                 <fggdebian@yahoo.com.br>
1898
1899 2004-07-29 [colin]      0.9.12cvs39
1900
1901         * src/messageview.c
1902                 Inform the user when a partially 
1903                 downloaded mail isn't on the server
1904                 anymore (due to Mark for deletion)
1905
1906 2004-07-29 [colin]      0.9.12cvs38
1907
1908         * src/messageview.c
1909                 Hide noticeview if necessary
1910
1911 2004-07-27 [colin]      0.9.12cvs37
1912
1913         * src/msgcache.c
1914                 More fixes (i overlook a bit, thanks
1915                 Christoph for spotting it)
1916
1917 2004-07-27 [colin]      0.9.12cvs36
1918
1919         * src/msgcache.c
1920                 Fix wrong test 
1921
1922 2004-07-26 [colin]      0.9.12cvs35
1923
1924         * src/pop.c
1925                 Fix uidl-file parsing when not in new
1926                 format
1927
1928 2004-07-19 [colin]      0.9.12cvs34
1929
1930         * src/compose.c
1931                 Save attachment status when drafting
1932
1933 2004-07-19 [colin]      0.9.12cvs33
1934
1935         * src/folder.h
1936         * src/folderview.c
1937         * src/summaryview.c
1938                 Reverse 0.9.12cvs29 to 31 (folder icon update
1939                 when quicksearch is active)
1940
1941 2004-07-18 [colin]      0.9.12cvs32
1942
1943         * src/pop.c
1944                 Fix partial download bug with "Download all
1945                 messages" option
1946
1947 2004-07-18 [colin]      0.9.12cvs31
1948
1949         * src/folderview.c
1950                 Fix crash
1951
1952 2004-07-17 [colin]      0.9.12cvs30
1953
1954         * src/summaryview.c
1955                 Same, when sticky search is off
1956
1957 2004-07-17 [colin]      0.9.12cvs29
1958
1959         * src/folder.h
1960         * src/folderview.c
1961         * src/summaryview.c
1962                 Update FolderItem icon whenever its summaryview is 
1963                 filtered
1964
1965 2004-07-16 [christoph]  0.9.12cvs28
1966
1967         * src/mimeview.c
1968                 make doubleclick work again
1969
1970 2004-07-16 [christoph]  0.9.12cvs27
1971
1972         * src/mimeview.c
1973                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1974
1975 2004-07-16 [paul]       0.9.12cvs26
1976         
1977         * src/gtk/quicksearch.c
1978         * src/compose.c
1979         * src/customheader.c
1980         * src/messageview.c
1981         * src/news.c
1982         * src/prefs_account.c
1983         * src/prefs_display_header.c
1984         * src/procheader.c
1985                 replace "Message-Id" with "Message-ID"
1986
1987 2004-07-16 [paul]       0.9.12cvs25
1988
1989         * ChangeLog
1990         * ChangeLog.jp
1991         * src/account.c
1992         * src/account.h
1993         * src/folder_item_prefs.c
1994         * src/main.c
1995         * src/pop.c
1996         * src/pop.h
1997         * src/prefs_account.c
1998         * src/prefs_account.h
1999         * src/prefs_common.c
2000         * src/prefs_common.h
2001         * src/prefs_gtk.c
2002         * src/prefs_gtk.h
2003                 sync with main 0.9.12cvs1
2004
2005 2004-07-15 [colin]      0.9.12cvs24
2006
2007         * src/folder.c
2008                 Disable GPG signature check during
2009                 folder move and scan 
2010         (Closes Bug 521 Signature checking slows down Folder-Move)
2011
2012 2004-07-14 [christoph]  0.9.12cvs23
2013
2014         * src/pgpmime.c
2015                 add missing fclose
2016
2017         * src/procmime.c
2018                 add checks if fopen really worked
2019
2020 2004-07-14 [colin]      0.9.12cvs22
2021
2022         * src/pop.c
2023         * src/common/partial_download.c
2024                 Update includes
2025
2026 2004-07-14 [colin]      0.9.12cvs21
2027
2028         * src/folder.c
2029         * src/inc.c
2030         * src/matcher.c
2031         * src/matcher.h
2032         * src/matcher_parser_parse.y
2033         * src/messageview.c
2034         * src/msgcache.c
2035         * src/noticeview.c
2036         * src/noticeview.h
2037         * src/pop.c
2038         * src/pop.h
2039         * src/prefs_matcher.c
2040         * src/procheader.c
2041         * src/procmsg.c
2042         * src/procmsg.h
2043         * src/summaryview.c
2044         * src/common/Makefile.am
2045         * src/common/defs.h
2046         * src/gtk/quicksearch.c
2047         * src/common/partial_download.c ** NEW FILES **
2048         * src/common/partial_download.h ** NEW FILES **
2049                 Partial downloading of pop3 mails
2050
2051 2004-07-13 [christoph]  0.9.12cvs20
2052
2053         * src/mimeview.c
2054                 use "button_release_event" instead of "button_press_event",
2055                 because executing event callbacks while the button is still
2056                 pressed is not good and causes problems
2057
2058 2004-07-12 [colin]      0.9.12cvs19
2059
2060         * src/gtk/quicksearch.c
2061                 Fix a missing status update in quicksearch
2062
2063 2004-07-08 [colin]      0.9.12cvs18
2064
2065         * src/common/smtp.h
2066                 Fix guint vs gint bug
2067
2068 2004-07-08 [colin]      0.9.12cvs17
2069
2070         * src/common/smtp.c
2071                 use to_human_readable() for sizes
2072
2073 2004-07-08 [paul]       0.9.12cvs16
2074
2075         * src/inc.c [1.174]
2076                 fix occasional non-clearance of the statusbar
2077                 (close Bug 531 'SA plugin: status bar does not 
2078                  get cleared in OFFLINE mode')
2079
2080 2004-07-07 [colin]      0.9.12cvs15
2081
2082         * src/prefs_common.c [1.225]
2083         * src/prefs_common.h [1.112]
2084                 Add a hidden summary_quicksearch_sticky preference,
2085                 to allow the quicksearch bar to reset across folders
2086         * src/summaryview.c [1.437]
2087                 Use this preference
2088         * src/gtk/quicksearch.c [1.5]
2089         * src/gtk/quicksearch.h [1.3]
2090                 Add this preference, fix focus when hitting Enter,
2091                 add handling of Esc key to reset
2092
2093 2004-07-06 [colin]      0.9.12cvs14
2094
2095         * src/gtk/quicksearch.c [1.4]
2096                 Add Clear button
2097
2098 2004-07-06 [christoph]  0.9.12cvs13
2099
2100         * src/toolbar.c
2101                 enable next unread button in empty folders if next folder
2102                 dialog is not disabled
2103
2104         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2105          folders)
2106
2107 2004-07-06 [colin]      0.9.12cvs12
2108
2109         * src/common/smtp.c [1.16]
2110                 Display maximum message size in the log
2111
2112 2004-07-06 [paul]       0.9.12cvs11
2113
2114         * src/toolbar.c
2115                 fix typo. (spotted by Fabien Vantard)
2116
2117 2004-07-06 [paul]       0.9.12cvs10
2118
2119         * src/main.c
2120                 terminate cleanly on SIGHUP. Patch submitted by
2121                 Thomas Gilgin <thg@karate-muellheim.de>
2122
2123 2004-07-05 [christoph]  0.9.12cvs9
2124
2125         * src/inc.c
2126                 better replacing of %d in new mail notification command
2127
2128 2004-07-05 [colin]      0.9.12cvs8
2129
2130         * src/common/smtp.[ch]
2131                 Take SIZE (returned by EHLO) into account, and
2132                 avoid sending too big messages
2133
2134 2004-07-04 [paul]       0.9.12cvs7
2135
2136         * src/account.c
2137                 fix auto-account selection on imap/news
2138
2139 2004-07-01 [paul]       0.9.12cvs6
2140
2141         * src/gtk/quicksearch.c
2142                 reveal hidden string in gui
2143                 
2144         * src/compose.c
2145                 fix updating of gpg signing setting on 
2146                 switching accounts
2147
2148 2004-06-30 [darko]      0.9.12cvs5
2149
2150         * src/common/utils.c
2151                 remove expand_search_string()
2152         * src/gtk/quicksearch.c
2153                 remove no longer needed for loop (thanks Christoph)
2154                 add expand_search_string()
2155
2156 2004-06-30 [darko]      0.9.12cvs4
2157
2158         * src/common/utils.c
2159                 allow all filtering expressions in quicksearch
2160
2161         (Closes Bug 519 filtering expr. in quicksearch)
2162
2163 2004-06-30 [christoph]  0.9.12cvs3
2164
2165         * configure.ac
2166                 better 'localedir'
2167
2168         * src/common/intl.h
2169                 allow plugins to define TEXTDOMAIN for the _(...) macro
2170
2171 2004-06-30 [paul]       0.9.12cvs2
2172
2173         * po/POTFILES.in
2174           src/Makefile.am
2175           src/main.c
2176           src/prefs_common.c
2177           src/prefs_msg_colors.[ch]     ** NEW FILES **
2178                 move message colouring options to
2179                 '/Other Preferences/Message View/Colors'
2180
2181 2004-06-30 [paul]       0.9.12cvs1
2182
2183         * po/POTFILES.in
2184           src/Makefile.am
2185           src/main.c
2186           src/prefs_common.c
2187           src/prefs_wrapping.[ch]       ** NEW FILES **
2188                 move message wrapping options to
2189                 /'Other Preferences/Compose/Message Wrapping'
2190
2191 2004-06-28 [paul]       0.9.12
2192
2193         * Sylpheed-Claws 0.9.12 released
2194
2195         * po/es.po
2196           po/fr.po
2197           po/sk.po
2198                 updated by Ricardo Mones Lastra, Fabien Vantard,
2199                 Andrej Kacian
2200
2201 2004-06-27 [paul]       0.9.11cvs19
2202
2203         * src/common/ssl.c
2204                 re-enable certificate check
2205
2206 2004-06-25 [christoph]  0.9.11cvs18
2207
2208         * src/procmsg.h
2209                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2210
2211 2004-06-25 [paul]       0.9.11cvs17
2212
2213         * sync with main 0.9.12cvs1
2214                 see ChangeLog 2004-06-23
2215                 
2216         * src/gtk/menu.c
2217                 remove unused menu_toggle_toggle()
2218
2219 2004-06-23 [christoph]  0.9.11cvs16
2220
2221         * src/folder.c
2222         * src/procheader.c
2223         * src/procmsg.h
2224         * src/summaryview.c
2225                 scan the mime structure of multipart mails for correct
2226                 attachment, encryped and signed (with privacy API) part
2227                 detection
2228
2229         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2230
2231 2004-06-22 [paul]
2232
2233         * po/ru.po
2234                 updated by Pavlo Bohmat
2235
2236 2004-06-20 [christoph]  0.9.11cvs15
2237
2238         * src/inc.c
2239         * src/pop.[ch]
2240                 disconnect after authentication when doing POP before SMTP
2241
2242         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2243
2244 2004-06-19 [christoph]  0.9.11cvs14
2245
2246         * src/folder.c
2247                 fix FolderItem name update
2248
2249         (Closes Bug 511 Folder-Renaming not reflected immediately)
2250
2251 2004-06-17 [paul]       0.9.11cvs13
2252         
2253         * sync with main 0.9.12 release
2254           src/session.c
2255                 session_set_timeout(): fixed a bug that didn't
2256                 reset timeout_tag when interval is 0.
2257
2258 2004-06-16 [christoph]  0.9.11cvs12
2259
2260         * src/textview.c
2261                 correctly clear the URL in the status bar
2262
2263 2004-06-15 [christoph]  0.9.11cvs11
2264
2265         * src/summaryview.c
2266                 add missing gtk_widget_show()
2267
2268 2004-06-11 [christoph]  0.9.11cvs10
2269
2270         * src/plugins/spamassassin/spamassassin.c
2271                 correctly check waitpid return code
2272
2273         (Closes Bug 396 Zombie process when spamassassin is called)
2274
2275 2004-06-10 [christoph]  0.9.11cvs9
2276
2277         * src/mainwindow.c
2278         * src/summaryview.[ch]
2279         * src/gtk/Makefile.am
2280         * src/gtk/quicksearch.c                         ** NEW **
2281                 separate quick search from summaryview
2282
2283 2004-06-09 [christoph]  0.9.11cvs8
2284
2285         * src/inc.c
2286                 remove unused code
2287
2288         * src/textview.c
2289                 get folder for compose default account from MsgInfo and not
2290                 from SummaryView
2291
2292 2004-06-09 [christoph]  0.9.11cvs7
2293
2294         * src/folder.[ch]
2295                 add information about added or removed messages to
2296                 FOLDER_ITEM_UPDATE hook
2297
2298         * src/imap_gtk.c
2299         * src/mh_gtk.c
2300                 scan folder when removing a folder failed instead of
2301                 updating the summaryview
2302
2303 2004-06-08 [paul]       0.9.11cvs6
2304
2305         * sync with main 0.9.11cvs2
2306                 see ChangeLog 2004-06-08
2307
2308 2004-06-07 [christoph]  0.9.11cvs5
2309
2310         * configure.ac
2311         * src/common/Makefile.am
2312                 detect library providing 'encrypt' function
2313
2314 2004-06-07 [paul]       0.9.11cvs4
2315
2316         * src/inc.c
2317                 sync with main, 'code cleanup'
2318                 
2319         * tools/nautilus2sylpheed.sh
2320                 fix whitespace limitation. patch submitted by
2321                 Stephan Sachse <white@teg-clan.de>
2322
2323 2004-06-04 [christoph]  0.9.11cvs3
2324
2325         * src/account.c
2326         * src/action.[ch]
2327         * src/addressbook.c
2328         * src/addrindex.h
2329         * src/folder.h
2330         * src/folder_item_prefs.c
2331         * src/inc.c
2332         * src/main.c
2333         * src/messageview.c
2334         * src/mh_gtk.c
2335         * src/prefs_themes.c
2336         * src/procmime.c
2337         * src/quote_fmt.h
2338         * src/stock_pixmap.c
2339         * src/toolbar.c
2340                 fix compiler warnings
2341
2342 2004-06-03 [paul]       0.9.11cvs2
2343
2344         * src/msgcache.c
2345                 sync with main 0.9.11cvs1: "changed gint32 to
2346                 guint32 for some platforms"
2347
2348 2004-06-02 [christoph]  0.9.11cvs1
2349
2350         * src/common/ssl.c
2351                 fix SSL_CTX variable name for older OpenSSL versions
2352
2353         (Closes Bug 503 fix compilation with older OpenSSL)
2354
2355 2004-05-31 [paul]       0.9.11claws
2356
2357         * 0.9.11claws released
2358
2359 2004-05-31 [paul]       0.9.10claws72
2360
2361         * po/es.po
2362           po/it.po
2363           po/ja.po
2364           po/pl.po
2365           po/sk.po
2366           po/sr.po
2367           po/zh_CN.po
2368                 update translations, submitted by Ricardo Mones Lastra,
2369                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2370                 Urke MMI, and Hansom Young
2371
2372 2004-05-25 [luke]       0.9.10claws71
2373
2374         * AUTHORS
2375         * src/mimeview.c
2376         * src/stockpixmap.[ch]
2377         * src/Makefile.am
2378         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2379         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2380         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2381         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2382         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2383
2384                 o Added privacy emblems from Jesper Shultz 
2385                   <jesper@schultz-net.dk>
2386                 o Overlay emblems onto mimeview icons to indicate
2387                   status of signature and if a message is encrypted
2388         
2389         * src/textview.c
2390                 remove unused color definitions (were used to 
2391                 indicate sig status)
2392
2393 2004-05-25 [paul]       0.9.10claws70
2394
2395         * AUTHORS
2396           tools/Makefile.am
2397           tools/README
2398           tools/nautilus2sylpheed.sh            ** NEW FILE **
2399                 add script to enable sending files from
2400                 nautilus.
2401                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2402                 
2403         * tools/launch_firebird                 ** REMOVED **
2404                 removed as the standard "firefox '%s'" now functions
2405                 correctly
2406
2407 2004-05-23 [paul]       0.9.10claws69
2408
2409         * src/compose.c
2410                 fix %X cursor point segfault
2411                 patch by Christoph
2412
2413 2004-05-23 [christoph]  0.9.10claws68
2414
2415         * src/folder.c
2416                 fix folder moving
2417
2418 2004-05-21 [paul]       0.9.10claws67
2419
2420         * sync with 0.9.10cvs17
2421                 see ChangeLog 2004-05-21
2422
2423 2004-05-20 [paul]       0.9.10claws66
2424
2425         * sync with 0.9.10cvs16
2426                 see ChangeLog 2004-05-19 and 2004-05-20
2427
2428 2004-05-19 [alfons]     0.9.10claws65
2429
2430         * src/summaryview.h
2431                 on some platforms regoff_t is defined as off_t, so 
2432                 pull in sys/types.h
2433
2434 2004-05-19 [paul]       0.9.10claws64
2435
2436         * sync with 0.9.10cvs13
2437                 see ChangeLog 2004-05-18
2438
2439 2004-05-17 [christoph]  0.9.10claws63
2440
2441         * src/folder.c
2442                 search all folders when searching for default folders and
2443                 not return the special folder of the first folder
2444
2445 2004-05-13 [alfons]     0.9.10claws62
2446
2447         * src/summaryview.c
2448                 add a better check to see if a message is a news message
2449                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2450
2451 2004-05-13 [paul]       0.9.10claws61
2452
2453         * src/msgcache.c
2454                 sync with 0.9.10cvs12
2455                 see ChangeLog 2004-05-12
2456
2457 2004-05-12 [alfons]     0.9.10claws60
2458
2459         * src/folderview.c
2460                 release lock in case of folder could not be opened 
2461
2462 2004-05-11 [christoph]  0.9.10claws59
2463
2464         * src/inc.[ch]
2465                 remove unused folderview update stuff from inc.[ch]
2466
2467 2004-05-11 [paul]       0.9.10claws58
2468
2469         * sync with 0.9.10cvs11
2470                 see ChangeLog 2004-05-10 and 2004-05-11
2471
2472 2004-05-09 [christoph]  0.9.10claws57
2473
2474         * src/folderview.c
2475                 check for folder class functions and not folder type to detect
2476                 valid drag targets
2477
2478 2004-05-08 [christoph]  0.9.10claws56
2479
2480         * src/sgpgme.c
2481                 fix date output for signature expire times
2482
2483         (Patch by Edgar Toernig <froese@gmx.de>)
2484
2485 2004-05-06 [christoph]  0.9.10claws55
2486
2487         * src/gtk/prefswindow.c
2488                 change window type to DIALOG
2489
2490         * src/folder.[ch]
2491         * src/folderview.c
2492         * src/news_gtk.c
2493                 o add folder_remove()
2494                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2495                 o add new "sort" field to Folder, no longer sort folders by type
2496                   higher sort values will be first in the folder list, new folders get 0
2497                   and will be added to the end
2498
2499         * src/mainwindow.c
2500         * src/gtk/Makefile.am
2501         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2502                 add dialog to allow users to change the folder order
2503
2504 2004-05-04 [paul]       0.9.10claws54
2505
2506         * src/inc.c
2507                 Display account_name in statusbar when retrieving
2508                 messages from a pop account
2509         * src/prefs_account.c
2510                 display account name in title of prefs_account
2511                 window
2512         * src/prefs_folder_item.c
2513                 display folder name in title of prefs_folder window
2514
2515         all 3 patches submitted by Fabien Vantard
2516
2517         * AUTHORS
2518                 add Fabien Vantard
2519
2520 2004-05-04 [paul]       0.9.10claws53
2521
2522         * src/prefs_actions.c
2523           src/prefs_template.c
2524                 'Esc' Key exits alertpanel
2525                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2526
2527 2004-04-26 [christoph]  0.9.10claws52
2528
2529         * src/gtk/about.c
2530         * src/gtk/colorsel.c
2531         * src/gtk/description_window.c
2532         * src/gtk/filesel.c
2533         * src/gtk/gtkaspell.c
2534         * src/gtk/inputdialog.c
2535         * src/gtk/pluginwindow.c
2536         * src/gtk/progressdialog.c
2537                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2538                   it does not work correctly with xinerama
2539                 o lock incorporation while the plugin window is open
2540
2541 2004-04-23 [paul]       0.9.10claws51
2542
2543         * po/POTFILES.in
2544                 update location of inputdialog.c
2545                 
2546         * src/gtk/about.c
2547                 update Copyright string
2548                 
2549         * src/msgcache.c
2550           src/prefs_common.c
2551           src/prefs_themes.c
2552                 improve the english a little
2553
2554 2004-04-22 [christoph]  0.9.10claws50
2555
2556         * src/folderutils.[ch]
2557                 add folderutils_mark_all_read()
2558
2559         * src/folderview.c
2560                 readd "mark all read" from popup menu, now works
2561                 in all folders and not only the opened folder
2562
2563 2004-04-21 [christoph]  0.9.10claws49
2564
2565         * src/Makefile.am
2566         * src/inputdialog.[ch]                  ** REMOVED **
2567         * src/gtk/Makefile.am
2568         * src/gtk/inputdialog.[ch]              ** NEW **
2569                 move inputdialog.[ch] into gtk directory
2570
2571         * src/mh_gtk.c
2572                 remove check for missing IMAP folder account
2573
2574 2004-04-20 [christoph]  0.9.10claws48
2575
2576         * src/mainwindow.c
2577         * src/foldersel.c
2578                 remove new/rename/delete folder GUI functions because
2579                 they are always active, even for news folders, and can
2580                 not be easily made folder class dependent
2581
2582         * src/gtk/menu.[ch]
2583                 make menu_translate() public
2584
2585         * src/Makefile.am
2586         * src/folder.[ch]
2587         * src/folderview.[ch]
2588         * src/imap_gtk.[ch]                     ** NEW **
2589         * src/main.c
2590         * src/mh_gtk.[ch]                       ** NEW **
2591         * src/news_gtk.[ch]                     ** NEW **
2592                 o dynamically build FolderView popup menus from a folder
2593                   specific part, with callbacks to seperated code, and
2594                   a common part
2595                 o remove the folder class specifiy code from folderview.c
2596
2597 2004-04-15 [luke]       0.9.10claws47
2598
2599         * src/prefs_folder_item.c
2600                 o remove buttons for applying 'scan for new mail'
2601                   and 'process at startup' to sub folders
2602                 o add 'apply to sub folder' check buttons for all
2603                   properties and set folder prefs accordingly
2604                 o replace multiple gtk_widget_show() with one
2605                   gtk_widget_show_all() on container
2606
2607 2004-04-14 [darko]      0.9.10claws46
2608
2609         * src/gtk/Makefile.am
2610         * src/gtk/pluginwindow.c
2611                 load plugins from to $(prefix)/lib/sylpheed/plugins
2612                 in file selection dialog
2613         * src/plugins/clamav/clamav_plugin.c
2614                 const correctness
2615
2616 2004-04-14 [christoph]  0.9.10claws45
2617
2618         * src/folder.c
2619         * src/plugins/image_viewer/viewer.c
2620                 fix g_warnings
2621
2622 2004-04-10 [alfons]     0.9.10claws44
2623         
2624         * src/compose.c
2625                 appropriate auto account selection when forwarding
2626                 (fixes bug #476, "forward as attachment does not listen
2627                 to account rules")
2628
2629 2004-04-09 [alfons]     0.9.10claws43
2630
2631         * src/summaryview.c
2632                 make quick search combo matching case sensitive
2633
2634 2004-04-06 [alfons]     0.9.10claws42
2635
2636         * src/addr_compl.c
2637                 use cursor position to prevent clearing the entire entry
2638
2639 2004-04-06 [alfons]     0.9.10claws41
2640
2641         * src/folderview.c
2642                 fix bug #472, "filter not updated when renaming folder" 
2643
2644 2004-04-06 [alfons]     0.9.10claws40
2645
2646         * src/messageview.[ch]
2647           src/summaryview.c
2648                 reflect changes to Show all headers to main view
2649                 and message view (only affects detached message
2650                 view). see also bug #473, 'Show All Headers 
2651                 "problem"'.
2652
2653 2004-04-03 [alfons]     0.9.10claws39
2654
2655         * src/matcher.c
2656                 free address list
2657
2658 2004-04-03 [alfons]     0.9.10claws38
2659
2660         * src/matcher_parser_parse.y
2661           src/matcher.[ch]
2662                 prepare address look up matcher type; marginally
2663                 tested, and not hooked into the UI yet.
2664
2665                 basically it accepts the result of the left hand
2666                 side of the matcher (the "criteria"):
2667
2668                         from all_in_addressbook ""
2669                         ~to_or_cc any_in_addressbook ""
2670                 
2671                 the first case matches all addresses found in the
2672                 from header, and the second case matches if any
2673                 (at least one) of the addresses in to or cc headers 
2674                 are not in the address book.
2675
2676                 the string argument is not used yet, but is intended
2677                 to match a group of addresses 
2678
2679 2004-04-02 [luke]       0.9.10claws37
2680
2681         * src/prefs_folder_item.c
2682                 Add two buttons to apply 'scan for new mail'
2683                 and 'process at startup' to sub folders
2684
2685 2004-04-02 [luke]
2686         * tools/textviewer.sh
2687                 better filename extension matching plus some support for
2688                 MS Excel, MS Powerpoint and HTML
2689
2690 2004-03-29 [christoph]  0.9.10claws36
2691
2692         * src/folder.h
2693         * src/folderutils.[ch]
2694         * src/mainwindow.c
2695                 add delete duplicates for all folders
2696
2697 2004-03-29 [alfons]     0.9.10claws35
2698
2699         * src/folder.c
2700                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2701                 when selecting top-level folder node (thanks to 
2702                 Alex S. Moore)
2703
2704 2004-03-28 [keith]      0.9.10claws34
2705
2706         * src/textview.c
2707                 prepend "http://" to URIs of the form "www.example.com"
2708
2709 2004-03-28 [paul]       0.9.10claws33
2710
2711         * src/common/nntp.c
2712           src/common/smtp.c
2713           src/folder.c
2714           src/imap.c
2715           src/inc.c
2716           src/news.c
2717           src/pop.c
2718                 revise 'translatable string' policy:
2719                 don't translate debug_print() or log_print(),
2720                 translate log_message() and log_warning()
2721         
2722         * po/zh_CN.po
2723                 update submitted by Hansom Young
2724
2725 2004-03-25 [alfons]     0.9.10claws32
2726
2727         * src/prefs_common.c
2728                 I mean this one: Return the GList...
2729
2730 2004-03-25 [alfons]     0.9.10claws31
2731
2732         * src/prefs_common.h
2733                 add new members at the end of prefs_common, so
2734                 they get properly initialized
2735
2736 2004-03-24 [christoph]  0.9.10claws30
2737
2738         * src/imap.c
2739                 o NULL is a valid GSList
2740
2741 2004-03-24 [alfons]     0.9.10claws29
2742
2743         * src/prefs_common.[ch]
2744           src/summaryview.c
2745           src/common/defs.h
2746                 add history to quick search (patch submitted by 
2747                 Ivan Francolin Martinez - thanks!)
2748
2749 2004-03-24 [alfons]     0.9.10claws28
2750
2751         * src/imap.c
2752                 NULL output pointer parameter
2753
2754 2004-03-21 [alfons]     0.9.10claws27
2755
2756         * src/addrindex.[ch]
2757           src/addr_compl.c
2758                 complete addresses on nicks and aliases
2759
2760 2004-03-21 [alfons]     0.9.10claws26
2761
2762         * src/import.c
2763           src/inc.c
2764           src/mbox.[ch]
2765                 disable filters on import mbox (patch submitted
2766                 by Edgar Toernig)
2767
2768 2004-03-21 [darko]      0.9.10claws25
2769
2770         * src/addr_compl.c
2771                 select the address when only one match is found while
2772                 doing address completion with tab key (feature
2773                 request #914720)
2774
2775 2004-03-21 [alfons]     0.9.10claws24
2776
2777         * src/messageview.c
2778           src/toolbar.c
2779                 don't `navigate-delete` when a summary view's selection does not 
2780                 match the accompanying message view's message
2781
2782 2004-03-20 [alfons]     0.9.10claws23
2783
2784         * src/summaryview.c
2785                 hide ext search button on initial display (should fix bug #459,
2786                 "Toggling quick-search at 1st time: minor UI inconsistency")
2787
2788 2004-03-20 [alfons]     0.9.10claws22
2789
2790         * src/summaryview.[ch]
2791                 add function to get selected msginfo, if there's
2792                 only one selected
2793
2794 2004-03-20 [paul]       0.9.10claws21
2795
2796         * sync with 0.9.10cvs7
2797                 see ChangeLog 2004-03-19
2798
2799 2004-03-19 [paul]       0.9.10claws20
2800
2801         * src/common/nntp.c
2802           src/common/smtp.c
2803           src/common/ssl.c
2804           src/folder.c
2805           src/imap.c
2806           src/inc.c
2807           src/news.c
2808           src/pop.c
2809                 don't translate strings in debug_print(), log_print(),
2810                 log_message(),  and log_warning()
2811
2812 2004-03-19 [alfons]     0.9.10claws19
2813
2814         better next/previous/delete/focus navigation with separate 
2815         message view 
2816         
2817         * src/toolbar.c
2818                 call summaryview_delete() instead of messageview_delete()
2819         * src/messageview.c
2820                 disable messageview_delete()
2821
2822 2004-03-18 [paul]       0.9.10claws18
2823
2824         * sync with 0.9.10cvs6
2825                 see ChangeLog 2004-03-16
2826
2827 2004-03-17 [alfons]     0.9.10claws17
2828
2829         * src/gtk/filesel.c
2830                 remove bogus semicolon after if() (sometimes it pays to
2831                 read LKML :)
2832
2833 2004-03-15 [darko]      0.9.10claws16
2834
2835         * src/gtk/filesel.c
2836                 support full path in place of a filename
2837         * src/mimeview.c
2838                 store directory attachments were saved to and
2839                 use it when saving attachments
2840         * src/prefs_common.[hc]
2841                 store directory attachments were last saved to
2842
2843 2004-03-15 [paul]       0.9.10claws15
2844
2845         * src/folderview.c
2846                 fix bug where unsubscribing a newsgroup would destroy
2847                 (most of the) filtering rules
2848
2849 2004-03-15 [paul]       0.9.10claws14
2850
2851         * src/folderview.c
2852                 fix Bug 458, 'Folder View remaining empty after 
2853                 removing a NEWS account' (was also true of IMAP
2854                 accounts)
2855
2856 2004-03-15 [paul]       0.9.10claws13
2857
2858         * src/folderview.c
2859                 fix folderview invisibility of newly subscribed
2860                 newsgroups
2861
2862 2004-03-13 [paul]       0.9.10claws12
2863
2864         * src/compose.c
2865           src/plugins/dillo_viewer/dillo_prefs.c
2866           src/plugins/image_viewer/viewerprefs.c
2867                 gettextise some forgotten parts
2868
2869 2004-03-13 [alfons]     0.9.10claws11
2870
2871         * src/imap.c
2872                 make sure the correct type is passed to sscanf()
2873
2874 2004-03-13 [paul]       0.9.10claws10
2875
2876         * sync with 0.9.10cvs5
2877                 see ChangeLog 2004-03-02 and 2004-03-12, 
2878                 specifically:
2879                 'always move messages by default when using DnD (except 
2880                 for News folder). Copy messages if Ctrl-key is pressed.'
2881                 and 'added a function to filter selected messages'
2882
2883 2004-03-12 [christoph]  0.9.10claws9
2884
2885         * src/codeconv.c
2886                 add parameter check to conv_unmime_header_overwrite()
2887
2888         * src/imap.c
2889                 o fix spelling
2890                 o fix removing of NEW flag when UNREAD is unset
2891
2892         * src/procmime.c
2893                 decode MIME-headers
2894
2895         (Closes 437 i18n attachment display error.)
2896
2897 2004-03-12 [paul]       0.9.10claws8
2898
2899         * po/it.po
2900                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2901                 
2902         * tools/Makefile.am
2903                 add 'textviewer.sh'
2904
2905 2004-03-12 [alfons]     0.9.10claws7
2906
2907         * src/imap.c
2908                 o quiet compiler and typecast Folder * to IMAP Folder *
2909                 o wake up and fix my previous incompatible type assignment bug
2910
2911 2004-03-12 [alfons]     0.9.10claws6
2912
2913         * src/imap.c
2914                 don't mix up pointers to int, guint32 _and_ 
2915                 unsigned int 
2916
2917 2004-03-12 [christoph]  0.9.10claws5
2918
2919         * src/folderview.c
2920                 Add error requester when renaming a folder failed
2921
2922         * src/imap.c
2923                 Check new FolderItem name for namespace seperator
2924                 before renaming
2925
2926         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2927
2928 2004-03-11 [christoph]  0.9.10claws4
2929
2930         * src/folder.[ch]
2931         * src/imap.c
2932         * src/procmsg.h
2933                 syncronize flags in cache with IMAP folder flags
2934
2935         Adapted a patch submitted by Simon 'corecode' Schubert
2936         <corecode@corecode.ath.cx> 
2937
2938
2939 2004-03-11 [alfons]     0.9.10claws3
2940
2941         * src/textview.[ch]
2942                 remove dead code that at one time controlled display of
2943                 URIs in status bar
2944
2945 2004-03-10 [paul]       0.9.10claws2
2946
2947         * po/it.po
2948                 updated by Lupino <lupin85@email.it>
2949
2950 2004-03-09 [alfons]     0.9.10claws1
2951
2952         * src/matcher.c
2953                 we're not using yywrap, but we may, so close yyin instead
2954                 of initial FILE *
2955
2956 2004-03-08 [paul]       0.9.10claws
2957
2958         * 0.9.10claws released
2959
2960 2004-03-08 [paul]       0.9.9claws41
2961
2962         * po/es.po
2963           po/ja.po
2964           po/ru.po
2965           po/sk.po
2966           po/sr.po
2967           po/zh_CN.po
2968                 update translations. submitted by Ricardo Mones Lastra,
2969                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2970                 Hansom Young
2971
2972 2004-03-06 [paul]       0.9.9claws40
2973
2974         * src/stock_pixmap.c
2975                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2976                 patch submitted by Pawel Pekala
2977
2978 2004-03-06 [alfons]             0.9.9claws39
2979
2980         * src/addrindex.c
2981                 allow nick name completion again 
2982
2983 2004-03-02 [match]              0.9.9claws38
2984
2985         * configure.ac
2986                 added definition of USE_LDAP_TLS to support TLS.
2987         * src/ldapctrl.[ch]
2988         * src/ldapquery.c
2989         * src/ldapserver.[ch]
2990         * src/addressbook.c
2991         * src/addrindex.c
2992         * src/editldap.c
2993                 included LDAP TLS support.
2994
2995 2004-03-02 [christoph]          0.9.9claws37
2996
2997         * src/folder.[ch]
2998                 o add more documentation for FolderClass
2999                 o remove usused FolderClass virtual functions
3000
3001         * src/imap.c
3002         * src/mh.c
3003         * src/news.c
3004                 change creation of FolderClass because static initializations
3005                 for structs suck in C89
3006
3007 2004-03-01 [paul]
3008
3009         * sync with 0.9.10
3010
3011 2004-02-28 [keith]      0.9.9claws36
3012
3013         * src/common/utils.c
3014                 Fix treatment of whitespace in quicksearch bar (leading
3015                 spaces and >1 space between commands and parameters).
3016
3017 2004-02-27 [alfons]     0.9.9claws35
3018
3019         * src/compose.[ch]
3020                 Explicitly remove draft timeout to fix nasty race between 
3021                 compose_send_cb() (which destroys the compose window) and 
3022                 compose_defer_auto_save_draft() (which expects compose 
3023                 window to exist). Should fix Keith's and Fred Marton's
3024                 bug report (#128, "crash after complaining about character
3025                 set conversion")
3026
3027 2004-02-27 [luke]       0.9.9claws34
3028         
3029         * src/folder.c
3030                 Do folder_item_apply_processing() even if no processing
3031                 rules for the folder exist (so global processing is applied)
3032
3033 2004-02-26 [thorsten]   0.9.9claws33
3034
3035         * src/mimeview.c
3036                 Remove misleading static declaration
3037
3038 2004-02-26 [alfons]     0.9.9claws32
3039
3040         * src/procmime.[ch]
3041           src/compose.c
3042           src/mimeview.c
3043           src/textview.c
3044                 use/add procmime_get_content_type_str() as a safe wrapper
3045                 for returning a Content-Type type string; should fix 
3046                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3047                  - attachments."
3048
3049 2004-02-26 [thorsten]   0.9.9claws31
3050
3051         * src/mimeview.c
3052                 Restructure save_as/save_all
3053
3054 2004-02-26 [alfons]     0.9.9claws30
3055
3056         * src/procmime.c
3057                 clean up (2)
3058
3059 2004-02-26 [alfons]     0.9.9claws29
3060
3061         * src/procmime.c
3062                 clean up (1)
3063
3064 2004-02-24 [luke]
3065
3066         * tools/textviewer.sh
3067                 tweaks from Johann Koenig, recognition of shell
3068                 scripts in particular
3069
3070 2004-02-24 [paul]       0.9.9claws28
3071
3072         * sync with 0.9.9cvs13
3073                 see ChangeLog 2004-02-24
3074
3075 2004-02-23 [paul]       0.9.9claws27
3076
3077         * src/inc.c
3078                 one alertpanel on pop3 authentication error will suffice
3079                 
3080         * src/prefs_fonts.c
3081                 remove unnecessary printf
3082
3083 2004-02-22 [alfons]     0.9.9claws26
3084
3085         * src/messageview.c
3086                 put back a lost check
3087
3088 2004-02-21 [alfons]     0.9.9claws25
3089
3090         * src/folderview.c
3091                 don't forget to save folder properties after renaming folder
3092
3093 2004-02-20 [paul]       0.9.9.claws24
3094
3095         * src/addressbook.c
3096                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3097                 
3098         * src/inc.c
3099                 complete sync with 0.9.9cvs9's 'update folderview
3100                 progressively'
3101                 
3102         * configure.ac
3103                 require gettext >= 0.12.1
3104
3105 2004-02-17 [match]      0.9.9claws23
3106
3107         * src/compose.c
3108                 keep the peace - change style.
3109
3110 2004-02-17 [alfons]     0.9.9claws22
3111
3112         * src/filtering.c
3113                 make MATCHACTION_STOP cancel filtering / processing;
3114                 clean up and document it to make it a little bit more clear;
3115
3116 2004-02-17 [alfons]     0.9.9claws21
3117
3118         %X marks the cursor spot for reply quote format
3119
3120         * src/quote_fmt_lex.l 
3121           src/quote_fmt.c
3122                 add %X token
3123                 
3124         * src/quote_fmt.h
3125           src/quote_fmt_parse.y
3126                 handle %X token
3127                 
3128         * src/compose.c
3129                 handle %X token for replies only (for now)
3130
3131 2004-02-17 [paul]       0.9.9claws20
3132
3133         * po/sk.po
3134                 updated by Andrej Kacian
3135                 
3136         * src/news.c
3137                 remove unneeded include
3138                 
3139         * src/prefs_fonts.c
3140                 be a little more user-friendly with the labels
3141                 
3142         * configure.ac
3143                 a change forgotten in the last commit: 
3144                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3145
3146 2004-02-17 [paul]       0.9.9claws19
3147
3148         * ac/*                          ** REMOVED **
3149           ac/                           ** REMOVED **
3150           intl/Makefile.in              ** REMOVED **
3151           m4/                           ** NEW **
3152           m4/missing                    ** NEW **
3153           m4/missing/gdk-pixbuf.m4      ** NEW **
3154           m4/missing/gettext.m4         ** NEW **
3155           m4/missing/gpgme.m4           ** NEW **
3156           m4/missing/imlib.m4           ** NEW **
3157           m4/.cvsignore                 ** NEW **
3158           m4/Makefile.am                ** NEW **
3159           m4/README                     ** NEW **
3160           m4/aclocal-include.m4         ** NEW **
3161           m4/aspell.m4                  ** NEW **
3162           m4/check-type.m4              ** NEW **
3163           m4/gnupg-check-typedef.m4     ** NEW **
3164           m4/openssl.m4                 ** NEW **
3165           m4/spamassassin.m4            ** NEW **
3166           po/ChangeLog                  ** REMOVED **
3167           po/Makefile.in.in             ** REMOVED **
3168           po/Rules-quot                 ** REMOVED **
3169           po/boldquot.sed               ** REMOVED **
3170           po/en@boldquot.header         ** REMOVED **
3171           po/en@quot.header             ** REMOVED **
3172           po/insert-header.sin          ** REMOVED **
3173           po/quot.sed                   ** REMOVED **
3174           po/remove-potcdate.sed        ** REMOVED **
3175           po/remove-potcdate.sin        ** REMOVED **
3176           po/stamp-po                   ** REMOVED **
3177           Makefile.am
3178           autogen.sh
3179           configure.ac
3180                 enable building with automake 1.8.x
3181                 add 'autopoint' to autogen.sh and remove all
3182                 auto-generated files, remove ac/ in favour of
3183                 m4/
3184
3185 2004-02-17 [alfons]     0.9.9claws18
3186         
3187         * src/summaryview.c
3188                 MSG_IS_NEWS() is not stored at all, and is bogus
3189
3190 2004-02-17 [martin]     0.9.9claws17
3191
3192         * src/prefs_themes.c
3193                 fix crash when installing wrong theme and output an
3194                 error message
3195
3196 2004-02-16 [christoph]  0.9.9claws16
3197
3198         * src/compose.c
3199         * src/stock_pixmap.[ch]
3200         * src/toolbar.[ch]
3201         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3202                 add "Wrap current paragraph" to compose toolbar
3203
3204 2004-02-15 [alfons]     0.9.9claws15
3205
3206         * src/folderview.c
3207                 refine previous commit to make sure other hook functions
3208                 get their grab of the pie too
3209
3210 2004-02-15 [alfons]     0.9.9claws14
3211
3212         * src/folderview.c
3213                 fix sync breakage so we don't pass invalid pointer types
3214
3215 2004-02-15 [match]      0.9.9claws13
3216
3217         * src/ldapquery.[ch]
3218         * src/ldapserver.h
3219         * src/addrindex.[ch]
3220                 tweak threading calls.
3221         * src/addr_compl.[ch]
3222                 add alias into completion list.
3223         * src/addressbook.c
3224                 fix ldap browse.
3225                 improve context menu behavior.
3226                 change menu sequence.
3227                 add send mail from addressbook.
3228         * src/addrselect.[ch]
3229         * src/compose.[ch]
3230                 add send mail from addressbook.
3231
3232 2004-02-15 [christoph]  0.9.9claws12
3233
3234         * src/folderutils.c
3235                 skip deleting when duplist is empty
3236
3237         * src/folderview.[ch]
3238         * src/mainwindow.c
3239         * src/summaryview.[ch]
3240                 call folderutils_delete_duplicates() from mainwindow code
3241
3242 2004-02-15 [alfons]     0.9.9claws11
3243         
3244         * src/common/utils.c
3245                 add prefix for italian ms o(e) 
3246
3247 2004-02-14 [paul]       0.9.9claws10
3248
3249         * src/foldersel.c
3250                 fix updating of the folder view when creating a
3251                 new folder
3252
3253 2004-02-13 [paul]       0.9.9claws9
3254
3255         * src/plugins/clamav/clamav_plugin.c
3256                 remove GUI code
3257
3258 2004-02-13 [paul]       0.9.9claws8
3259
3260         * sync with 0.9.9cvs9
3261                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3262
3263 2004-02-13 [alfons]     0.9.9claws7
3264
3265         * src/common/utils.c
3266                 fix wrong type of argument for ctype functions (pass unsigned
3267                 char instead of signed char)
3268
3269 2004-02-12 [alfons]     0.9.9claws6
3270
3271         * src/compose.[ch]
3272                 don't select text in header entry when composing to a 
3273                 default address, but rather give the header entry a
3274                 different color / style (same as the folder new color)
3275
3276 2004-02-12 [alfons]     0.9.9claws5
3277
3278         * src/plugins/clamav/clamav_plugin.c
3279                 don't exit(2) on libclamav init error - show a warning.
3280                 (tested by damaging a clamav database file.)
3281
3282 2004-02-12 [paul]       0.9.9claws4
3283
3284         * sync with 0.9.9cvs4
3285                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3286
3287 2004-02-11 [luke]       0.9.9claws3
3288
3289         * src/mimeview.c
3290                 remove redundant check introduced in 0.9.9claws1
3291
3292 2004-02-11 [luke]       0.9.9claws2
3293
3294         * src/mimeview.c
3295                 fix compilation of my previous commit without gpg enabled
3296
3297 2004-02-10 [luke]       0.9.9claws1
3298
3299         * src/mimeview.c
3300                 add borders to icons to indicate the privacy status for
3301                 the message part (unknown/bad/good)
3302
3303 2004-02-06 [paul]       0.9.9claws
3304
3305         0.9.9claws released
3306
3307 2004-02-06 [darko]      0.9.8claws64
3308
3309         * src/compose.c
3310                 don't allow Ctrl+Enter while external editor is active
3311
3312 2004-02-06 [paul]       0.9.8claws63
3313
3314         * po/es.po
3315           po/pl.po
3316           po/sk.po
3317           po/sr.po
3318                 update Spanish, Polish, Slovak, and Serbian translations.
3319                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3320                 and Urke MMI
3321
3322 2004-02-04 [alfons]     0.9.8claws62
3323
3324         * src/compose.c
3325                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3326                 don't have clue yet why the cursor pos is at the end of the
3327                 text.)
3328
3329 2004-02-04 [alfons]     0.9.8claws61
3330
3331         * src/compose.c
3332                 always grab focus when one of the header entries is clicked 
3333                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3334
3335 2004-02-02 [paul]
3336
3337         * ac/missing/gdk-pixbuf.m4
3338           ac/missing/gpgme.m4
3339           ac/missing/imlib.m4
3340                 prevent 'underquoted definition' warnings
3341                 patch submitted by David Relson
3342                 
3343         * src/plugins/clamav/README
3344                 update, improve, correct
3345
3346 2004-01-31 [thorsten]   0.9.8claws60
3347
3348         * src/news.c
3349                 'dir' not initialized if group has no messages
3350
3351 2004-01-29 [christoph]  0.9.8claws59
3352
3353         * src/customheader.[ch]
3354                 add custom_header_is_allowed() to check for disallowed header names
3355                 that must not be overridden by custom headers
3356
3357         * src/compose.c
3358                 always write From: header and use custom_header_is_allowed() to
3359                 check if custom header should be written
3360
3361         * src/prefs_customheader.c
3362                 check if custom header is disallowed using custom_header_is_allowed()
3363
3364         * src/folderutils.c
3365                 destroy message id GHashTable before freeing the MsgInfos
3366
3367 2004-01-29 [paul]       0.9.8claws58
3368
3369         * sync with 0.9.9 release
3370                 see ChangeLog 2004-01-29
3371
3372 2004-01-29 [paul]       0.9.8claws57
3373
3374         * sync with 0.9.8cvs11
3375                 see ChangeLog 2004-01-29
3376
3377 2004-01-28 [christoph]  0.9.8claws56
3378
3379         * src/pgpmime.c
3380         * src/sgpgme.[ch]
3381                 return WARN signature status when signature is not trusted
3382
3383         * src/Makefile.am
3384         * src/folder.c
3385         * src/folderutils.[ch]                  ** NEW **
3386         * src/summaryview.c
3387                 implement delete duplicates summaryview independent
3388
3389 2004-01-28 [paul]       0.9.8claws55
3390
3391         * sync with 0.9.8cvs10
3392                 see Changelog 2004-01-27 and 2004-01-28
3393
3394 2004-01-26 [christoph]  0.9.8claws54
3395
3396         * src/imap.c
3397                 create a root node for the Folder if scan fails because root
3398                 folder does not exist
3399
3400 2004-01-26 [paul]       0.9.8claws53
3401
3402         * sync with 0.9.8cvs7
3403                 see ChangeLog 2004-01-23
3404
3405 2004-01-25 [alfons]     0.9.8claws52
3406
3407         * src/compose.c
3408                 remove left-over constant INDENT_CHARS
3409
3410 2004-01-25 [alfons]     0.9.8claws51
3411
3412         * src/procmime.c
3413                 add NULL pointer check for mimeinfo->node in
3414                 procmime_mimeinfo_parent()
3415
3416 2004-01-25 [darko]      0.9.8claws50
3417
3418         * src/compose.c
3419                 make "Wrap all long lines" toolbar button wrap all
3420                 long lines not just the current line
3421                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3422
3423
3424 2004-01-25 [alfons]     0.9.8claws49
3425
3426         * src/procmime.c
3427                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3428                 necessary anyway, because *scanf() functions neglect white
3429                 space in the input. 
3430                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3431
3432 2004-01-25 [paul]       0.9.8claws48
3433
3434         * src/prefs_ext_prog.c
3435                 apply Alfons' patch to check for NULL pointers
3436                 fixes bug #424
3437
3438 2004-01-25 [paul]       0.9.8claws47
3439
3440         * sync with 0.9.8cvs8
3441                 see ChangeLog 2004-01-23
3442
3443 2004-01-25 [thorsten]   0.9.8claws46
3444
3445         * src/messageview.c
3446                 remove orphaned mimeview unref()
3447
3448 2004-01-23 [christoph]  0.9.8claws45
3449
3450         * src/summaryview.c
3451                 set ctree widget style
3452
3453 2004-01-23 [paul]       0.9.8claws44
3454
3455         * sync with 0.9.8cvs5
3456                 see ChangeLog 2004-01-22
3457
3458 2004-01-23 [alfons]     0.9.8claws43
3459
3460         * src/procmsg.c
3461                 remove redundant code in procmsg_get_thread_tree()
3462
3463 2004-01-21 [christoph]  0.9.8claws42
3464
3465         * src/folderview.c
3466                 set ctree widget style, otherwise GTK does not use the
3467                 the correct vertical size for the list items
3468
3469 2004-01-21 [alfons]     0.9.8claws41
3470
3471         * src/summaryview.c
3472                 GDK_Left should only switch to folderview when
3473                 when summaryview hscrollbar is at the leftmost
3474                 position (fixes bug #420, "Focus error")
3475
3476 2004-01-21 [paul]       0.9.8claws40
3477
3478         * sync with 0.9.8cvs4
3479                 see ChangeLog 2004-01-20
3480
3481 2004-01-20 [christoph]  0.9.8claws39
3482
3483         * src/folderview.c
3484                 remove setting sensitivity for no longer existing
3485                 /Scoring... popup entry
3486
3487 2004-01-20 [keith]      0.9.8claws38
3488
3489         * configure.ac
3490                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3491
3492 2004-01-20 [paul]       0.9.8claws37
3493
3494         * src/prefs_fonts.c
3495                 demystify font settings
3496                 
3497         * src/textview.c
3498                 use textview->msgfont for header->body in
3499                 textview_show_header()
3500
3501 2004-01-20 [paul]       0.9.8claws36
3502
3503         * src/compose.c
3504           src/undo.c
3505                 remove superfluous debug_print's
3506                 
3507         * src/inc.c
3508                 clear the statusbar after LOCAL incorporation
3509
3510 2004-01-20 [paul]       0.9.8claws35
3511
3512         * sync with 0.9.8cvs3
3513                 see ChangeLog 2004-01-20
3514
3515 2004-01-19 [keith]      0.9.8claws34
3516
3517         * src/folderview.c
3518                 don't show 'Search folder...' on popup menu
3519                 if folder has no mails in it
3520
3521 2004-01-17 [keith]      0.9.8claws33
3522
3523         * src/compose.c
3524           src/prefs_common.c
3525           src/prefs_common.h
3526                 store position of compose window in prefs
3527
3528 2004-01-17 [thorsten]   0.9.8claws32
3529
3530         * src/gtk/gtkvscrollbutton.c
3531                 ensure scrollbutton resize event on different gtk versions
3532
3533 2004-01-15 [alfons]     0.9.8claws31
3534         
3535         * src/summaryview.c
3536                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3537                 message as read
3538
3539 2004-01-12 [christoph]  0.9.8claws30
3540
3541         * src/procmime.c
3542                 better MIME-Version check
3543
3544 2004-01-11 [alfons]     0.9.8claws29
3545
3546         * src/procmsg.c
3547                 remove unnecessary but still effective check (could possibly
3548                 lead to some unwanted side effects)
3549
3550 2004-01-11 [alfons]     0.9.8claws28
3551
3552         * src/procmsg.c
3553                 we should not prefer lowest message number while threading 
3554                 (introduced in previous commit)
3555
3556 2004-01-11 [alfons]     0.9.8claws27
3557
3558         * src/procmsg.c
3559                 subject threading fixes:
3560                 
3561                         - make message with lowest message number the
3562                           thread parent,
3563                         - refine recording last node when threading. the last node
3564                           should be the previous one if a node has a thread parent,
3565                           or the current node if not
3566                 
3567                 (there's another threading bug fix coming up)
3568
3569 2004-01-10 [paul]       0.9.8claws26
3570
3571         * src/main.c
3572           src/prefs_ext_prog.c
3573           src/plugins/clamav/clamav_plugin_gtk.c
3574                 minor gui fixes
3575
3576 2004-01-09 [christoph]  0.9.8claws25
3577
3578         * src/Makefile.am
3579         * src/string_match.[ch]                 ** REMOVE **
3580         * src/common/Makefile.am
3581         * src/common/string_match.[ch]          ** NEW **
3582                 move string_match.[ch] to common directory
3583
3584 2004-01-09 [christoph]  0.9.8claws24
3585
3586         * src/pgpmime.c
3587                 add MIME-Version header for the message parser
3588
3589 2004-01-09 [paul]       0.9.8claws23
3590
3591         * po/POTFILES.in
3592           src/Makefile.am
3593           src/main.c
3594           src/prefs_common.c
3595           src/prefs_ext_prog.[ch]       ** NEW FILES **
3596                 move External Command options from 'Common Prefs/Other' to
3597                 'Other Prefs/Message View/External Programs', also reveal
3598                 the hidden options for audio player and image viewer.
3599                 
3600         * src/prefs_common.c
3601                 fix toggling of header pane
3602
3603 2004-01-09 [paul]       0.9.8claws22
3604
3605         * src/compose.c
3606                 when changing account also change the save folder
3607
3608         * src/textview.c
3609                 if a text/plain attachment has 'Content-Disposition: attachment'
3610                 don't display it inline
3611
3612 2004-01-08 [christoph]  0.9.8claws21
3613
3614         * src/procmime.c
3615                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3616                 otherwise thread the message content as one text part and
3617                 don't assume charset US-ASCII which is only specified as
3618                 default for MIME-messages
3619
3620 2004-01-08 [paul]       0.9.8claws20
3621
3622         * src/plugins/clamav/clamav_plugin.c
3623           src/plugins/spamassassin/spamassassin.c
3624                 inform the user what is happening via the statusbar
3625
3626 2004-01-06 [paul]       0.9.8claws19
3627
3628         * po/es.po
3629                 update Spanish translation. submitted by Ricardo
3630                 Mones Lastra
3631
3632 2004-01-05 [paul]       0.9.8claws18
3633
3634         * sync with 0.9.8cvs2
3635                 see ChangeLog 2004-01-05
3636
3637 2004-01-03 [luke]       0.9.8claws17
3638
3639         * src/procheader.c
3640                 Clean up:
3641                 o remove unused functions string_getchar() and file_getchar()
3642                 o remove the getchar_ parameter from generic_get_one_field()
3643                 o add an 'unfold' parameter to generic_get_one_field, to
3644                   be used if no HeaderEntry is supplied
3645                 o procheader_get_one_field_asis() uses
3646                   generic_get_one_field().
3647
3648 2004-01-01 [christoph]  0.9.8claws16
3649
3650         * src/common/xml.[ch]
3651                 o add xml_new_tag() to manage usage counts of strings correctly
3652                 o correct xml_copy_tree() function name
3653
3654         * src/folder.c
3655         * src/main.c
3656                 allow registering and unregistering of FolderClasses anytime
3657
3658 2003-12-31 [christoph]  0.9.8claws15
3659
3660         * src/folder.[ch]
3661         * src/common/xml.[ch]
3662                 keep folderlist.xml data for unloaded FolderClasses
3663
3664 2003-12-30 [luke]       0.9.8claws14
3665
3666         * src/procheader.[ch]
3667                 o added procheader_get_one_field_asis() that does not do
3668                   unfolding
3669                 o fix procheader_get_header_array_asis() to use the above,
3670                   fixing ugliness of headers in textview
3671
3672         * src/compose.c
3673                 o don't unfold headers when redirecting.        
3674
3675 2003-12-30 [paul]       0.9.8claws13
3676
3677         * po/POTFILES.in
3678           src/common/defs.h
3679           src/Makefile.am
3680           src/main.c
3681           src/prefs_common.c
3682           src/prefs_themes.[ch] ** NEW FILES **
3683                 redesign and move Icon Theme selector to
3684                 the new prefs window
3685           
3686         * src/stock_pixmap.c
3687                 fix the old bug where icons are not always
3688                 updated when changing themes
3689         
3690         * src/summaryview.c
3691                 fix bug where the icons on the title row
3692                 of the summary view were not updated
3693         
3694         all patches submitted by Ricardo Mones Lastra
3695
3696 2003-12-30 [hoa]        0.9.8claws12
3697
3698         * src/folder.c
3699                 run preglobal and postglobal processing rules
3700                 even if the folder does not have any rules.
3701
3702 2003-12-28 [paul]       0.9.8claws11
3703
3704         * ac/aspell.m4
3705           ac/check-type.m4
3706           ac/gnupg-check-typedef.m4
3707           ac/openssl.m4
3708           ac/spamassassin.m4
3709                 fix 'underquoted definition' warnings, patch submitted by
3710                 David Relson <relson@osagesoftware.com>
3711                 
3712         * src/common/utils.c
3713                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3714                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3715
3716 2003-12-28 [paul]       0.9.8claws10
3717
3718         * sync with 0.9.8cvs1
3719                 see ChangeLog 2003-12-17
3720
3721 2003-12-27 [christoph]  0.9.8claws9
3722
3723         * src/common/utils.[ch]
3724                 add g_node_map() to map a GNode into a new GNode
3725                 converting all node data's with a function
3726
3727         * src/account.c
3728         * src/folder.[ch]
3729         * src/folderview.c
3730         * src/imap.c
3731         * src/mainwindow.c
3732         * src/summaryview.c
3733                 o use g_node_map() to convert XML <-> Folder
3734                 o remove redundant FolderItem->parent and
3735                   replace it with folder_item_parent()
3736
3737 2003-12-23 [christoph]  0.9.8claws8
3738
3739         * src/folder.[ch]
3740         * src/folderview.c
3741         * src/mainwindow.c
3742         * src/procmsg.c
3743                 o use callback for notifications about added and
3744                   destroyed folders
3745                 o rewrite folderlist saving (new functions to create
3746                   folder from XML tree, and XML tree from folder)
3747
3748         * src/common/xml.[ch]
3749                 add function to save XML trees
3750
3751         * src/prefs_filtering.c
3752                 code cleanup
3753
3754 2003-12-22 [christoph]  0.9.8claws7
3755
3756         * src/prefs_account.[ch]
3757                 add "SMTP only" accounts
3758
3759 2003-12-20 [melvin]     0.9.8claws6
3760
3761         * src/action.[ch]
3762                 Changed the interface for action_update_*_menu() so
3763                 action.c does not need to know the paths of the different
3764                 actions menu (mainwindow, message view and compose window). 
3765
3766         * src/compose.c
3767                 Tiny code cleanup to merge spell checker related code
3768                 compose_update_actions_menu(): new function to update
3769                 the actions menu. Use it in compose_create()
3770
3771         * src/compose.h
3772                 compose_update_actions_menu(): new function to update
3773                 the actions menu. Used also in prefs_actions.c.
3774
3775         * src/mainwindow.[ch]
3776                 main_window_update_actions_menu(): new function to update
3777                 the actions menu. Used in main_window_create() and in
3778                 prefs_actions.c
3779
3780         * src/messageview.[ch]
3781                 messageview_update_actions_menu(): new function to update
3782                 the actions menu. Used in messageview_add_toolbar() and in
3783                 prefs_actions.c
3784                 
3785         * src/prefs_actions.c   
3786                 prefs_actions_ok(): fixed to update the actions menu of
3787                 the separate message view and the compose windows.
3788
3789 2003-12-20 [luke]       0.9.8claws5
3790         * src/procheader.c
3791                 fix unfolding/newline stripping for multiline fields
3792                 in generic_get_one_field()
3793
3794 2003-12-19 [christoph]  0.9.8claws4
3795
3796         * src/summaryview.c
3797                 o code cleanup
3798                 o use subject_compare_for_sort() when comparing
3799                   simplified subjects
3800
3801 2003-12-19 [christoph]  0.9.8claws3
3802
3803         * src/msgcache.c
3804                 more syncing with 0.8.9a
3805
3806 2003-12-19 [christoph]  0.9.8claws2
3807
3808         * src/folder.c
3809                 don't write all FolderItem XML attributes for the root node
3810
3811 2003-12-19 [melvin]     0.9.8claws1
3812
3813         * src/messageview.c
3814                 Added missing menu branch (Tools/Create processing/rule)
3815         * po/fr.po
3816                 Updated French translation for the added string.
3817
3818 2003-12-19 [paul]       0.9.8claws
3819
3820         0.9.8claws released
3821
3822 2003-12-19 [paul]       0.9.7claws51
3823
3824         * po/en_GB.po
3825           po/es.po
3826           po/ja.po
3827           po/pl.po
3828           po/sk.po
3829           po/zh_CN.po
3830                 update translations. submitted by me, Ricardo Mones
3831                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3832                 Hansom Young
3833                 
3834         * src/folder_item_prefs.c
3835                 'enable_processing' set to FALSE by default
3836
3837 2003-12-18 [melvin]     0.9.7claws50
3838
3839         * po/fr.po
3840                 Updated French translation
3841
3842 2003-12-17 [christoph]  0.9.7claws49
3843
3844         * src/procheader.c
3845                 revert discarding of whitespace from 0.9.7claws44
3846
3847                 RFC2822 2.2.3: Unfolding is accomplished by simply
3848                 removing any CRLF that is immediately followed by WSP.
3849
3850 2003-12-17 [paul]       0.9.7claws48
3851
3852         * src/folder.c
3853                 fix new message count
3854                 
3855         * configure.ac
3856                 update autotools macros
3857
3858         * sync with 0.9.8a
3859
3860 2003-12-16 [christoph]  0.9.7claws47
3861
3862         * src/folder.c
3863                 fix folder update before adding MsgInfo to cache
3864                 in add_msginfo_to_cache()
3865
3866         * src/procmsg.c
3867                 remove old call to folder_item_update() that is no
3868                 longer required
3869
3870 2003-12-16 [christoph]  0.9.7claws46
3871
3872         * src/main.c
3873                 make sure the shutdown process only runs once
3874
3875 2003-12-16 [hoa]        0.9.7claws45
3876
3877         * src/mainwindow.c
3878         * src/messageview.c
3879         * src/summaryview.[ch]
3880                 Create filter rules using a message is fixed.
3881                 We can now create processing rules using a message.
3882
3883 2003-12-15 [alfons]     0.9.7claws44
3884
3885         * src/procheader.c
3886                 make sure we discard folding white space
3887
3888 2003-12-15 [luke]       0.9.7claws43
3889         * src/textview.c
3890         * src/mimeview.c
3891                 o use "name" parameter if "filename" doesn't exist
3892
3893 2003-12-14 [alfons]     0.9.7claws42
3894
3895         * src/summaryview.c
3896         * src/common/utils.c
3897                 allow quick finding based on the result of passing
3898                 a message to an external command. E.g:
3899
3900                         X "bogofilter < %F" 
3901                 
3902                 gets me all the spam in a folder.
3903
3904 2003-12-14 [luke]       0.9.7claws41
3905
3906         * src/textview.c
3907         * src/mimeview.c
3908                 o use parameter "filename" instead of "name" in a couple of 
3909                   places for correctness
3910
3911         * src/procmime.c
3912         * src/common/utils.[ch]
3913                 o make temporary filename for attachments safe for %p 
3914                   substitutions in actions.
3915
3916 2003-12-13 [christoph]  0.9.7claws40
3917
3918         * src/main.c
3919                 readd exit(0) to clean_quit() because otherwise sylpheed
3920                 does not always terminate
3921
3922         * src/pgpmime.c
3923         * src/privacy.h
3924                 add an identifier-string for PrivacySystems
3925
3926 2003-12-12 [paul]
3927
3928         * doc/man/sylpheed.1
3929                 update the man page
3930
3931 2003-12-12 [paul]       0.9.7claws39
3932
3933         general clean up
3934         
3935         * configure.ac
3936                 correct and clean up './configure --help' info
3937         
3938         * src/plugins/clamav/clamav_plugin.c
3939           src/plugins/spamassassin/spamassassin.c
3940                 correct plugin_desc(), works with LOCAL, IMAP, and
3941                 POP accounts
3942                 
3943         * src/filtering.c
3944           src/matcher.[ch]
3945           src/matcher_parser_parse.y
3946           src/prefs_filtering_action.c
3947                 use 'Change Score' instead of '(In/De)crease score'.
3948                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3949          
3950          * src/mainwindow.c
3951                 hyphenate: 'Pre-processing', 'Post-processing'
3952                 
3953         * src/prefs_account.c
3954                 change 'Generate Message-ID' to 'Generate Message-Id'
3955                 
3956         * src/prefs_folder_item.c
3957                 change 'Processing on startup:' to 'Process at startup'
3958                 change 'Scan for new mail:' to 'Scan for new mail'
3959                 
3960 2003-12-11 [christoph]  0.9.7claws38
3961
3962         * src/crash.c
3963         * src/main.[ch]
3964                 make sure the clean_exit() funtion is not called again by the
3965                 signal handler while it is already running
3966
3967         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3968
3969         * src/summaryview.c
3970                 fix wrong assertion
3971
3972 2003-12-11 [paul]       0.9.7claws37
3973
3974         * src/compose.c
3975                 'anonymise' Message-Id: header string
3976
3977 2003-12-11 [paul]       0.9.7claws36
3978
3979         * src/plugins/clamav/clamav_plugin.c
3980                 fix (don't break) signature count
3981                 use cl_strerror() instead of deprecated cl_perror()
3982         
3983 2003-12-11 [darko]      0.9.7claws35
3984
3985         * src/summaryview.c
3986                 also update the sort arrow (thanks Christoph)
3987
3988 2003-12-11 [darko]      0.9.7claws34
3989
3990         * src/summaryview.c
3991                 allow reverting to default sort mode (no sort)
3992
3993 2003-12-10 [hoa]        0.9.7claws33
3994
3995         * src/matcher.c
3996                 fixed quotation of string for matcher.
3997
3998 2003-12-08 [paul]       0.9.7claws32
3999
4000         * src/imap.c
4001           src/inc.c
4002                 plug memory leaks (patch by Alfons)
4003
4004 2003-12-08 [christoph]  0.9.7claws31
4005
4006         * src/folder_item_prefs.[ch]
4007         * src/folderview.c
4008         * src/prefs_folder_item.c
4009                 add new FolderItem property to exclude folders from new
4010                 mail checks
4011
4012         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4013
4014 2003-12-07 [paul]       0.9.7claws30
4015
4016         * src/plugins/clamav/clamav_plugin.c
4017                 fix signature count
4018
4019 2003-12-07 [thorsten]   0.9.7claws29
4020
4021         * src/filtering.c
4022                 debug_print some warning if destfolder missing
4023         * src/prefs_filtering.c
4024                 uninitialized filter list when deleting a folder
4025
4026 2003-12-06 [paul]       0.9.7claws28
4027
4028         * src/procheader.c
4029                 add Alfons' patch to trim line feeds
4030
4031 2003-12-06 [paul]       0.9.7claws27
4032
4033         * partial sync with 0.9.7cvs8
4034                 leaving claws' online/offline more or less intact
4035                 see ChangeLog 2003-12-04 and 2003-12-06
4036
4037 2003-12-06 [christoph]  0.9.7claws26
4038
4039         * src/messageview.c
4040         * src/privacy.[ch]
4041                 revert pirvacy API changes
4042
4043 2003-12-05 [alfons]     0.9.7claws25
4044
4045         * src/matcher.[ch]
4046                 clean up my old cruft
4047
4048 2003-12-05 [alfons]     0.9.7claws24
4049
4050         * src/matcher.c
4051                 fix comparison buglet ;-) and make `test` matcher
4052                 work again
4053
4054 2003-12-05 [alfons]     0.9.7claws23
4055
4056         * src/prefs_folder_item.c
4057                 K&R 2nd Ed., page 241 (function parameter identifiers
4058                 starting with an underscore are kind of insulting)
4059
4060 2003-12-05 [hoa]        0.9.7claws22
4061
4062         * src/main.c
4063         * src/mainwindow.[ch]
4064         * src/mainwindow.h
4065                 add destructor for mainwindow so that the last 
4066                 MimeInfo opened in messageview is destroyed when
4067                 exiting sylpheed.
4068
4069 2003-12-05 [hoa]        0.9.7claws21
4070
4071         * src/filtering.[ch]
4072         * src/matcher.[ch]
4073         * src/matcher_parser_lex.l
4074         * src/matcher_parser_parse.y
4075         * src/prefs_actions.c
4076         * src/prefs_filtering.c
4077         * src/common/utils.[ch]
4078                 quote arguments before giving them to command line.
4079                 fixed quote of string in matcher/processing/filtering rules.
4080
4081         * src/messageview.c
4082         * src/privacy.[ch]
4083                 allows decryption to return a new whole 
4084                 MIME message structure.
4085
4086 2003-12-04 [hoa]        0.9.7claws20
4087
4088         * src/filtering.[ch]
4089         * src/folder.c
4090         * src/mainwindow.c
4091         * src/matcher.c
4092         * src/matcher_parser_parse.y
4093         * src/folderview.c
4094                 global rules to run before folder specific rules.
4095                 global rules to run after folder specific rules.
4096                 
4097         * src/messageview.c
4098                 fixed quick addition of rules.
4099         
4100         * src/prefs_filtering.[ch]
4101         * src/summaryview.c
4102                 we can now customize the title for the dialog.
4103                 updated case where we rename of delete folders.
4104
4105         * src/addressbook.c
4106                 got back the function addressbook_browse_entry_cb()
4107                 that is needed in case we compiled with LDAP support.
4108
4109 2003-12-04 [paul]       0.9.7claws19
4110
4111         * sync with 0.9.7cvs6
4112                 see ChangeLog 2003-12-04
4113                 fixes bug 171 'Wrong message decoing: koi8-r and 
4114                 iso8859-5 looks same. Can't read many emails.'
4115
4116 2003-12-04 [paul]       0.9.7claws18
4117
4118         * po/POTFILES.in
4119                 remove 'src/prefs_scoring.c'
4120
4121 2003-12-03 [hoa]        0.9.7claws17
4122
4123         * src/Makefile.am
4124                 compilation of scoring.[ch] and prefs_scoring.[ch]
4125                 is removed.
4126         
4127         * src/filtering.[ch]
4128         * src/folder.c
4129         * src/folder_item_prefs.[ch]
4130         * src/folderview.c
4131         * src/main.c
4132         * src/mainwindow.c
4133         * src/matcher.[ch]
4134         * src/matcher_parser.h
4135         * src/matcher_parser_parse.y
4136         * src/prefs_filtering.[ch]
4137         * src/prefs_filtering_action.c
4138         * src/prefs_folder_item.c
4139         * src/prefs_scoring.[ch]              * REMOVED FILES *
4140         * src/procmsg.[ch]
4141         * src/scoring.[ch]                    * REMOVED FILES *
4142         * src/summaryview.c
4143                 merged scoring and filtering.
4144                 
4145                 Note : compatibility is kept by parsing score like 
4146                   add_score. To get the behaviour of older scoring 
4147                   system, you have to define some equivalent rule :
4148                   "score_lower -9999 hide"
4149                   "score_greater 9999 mark"
4150                   
4151                   To define global rules, you have to define them 
4152                   in the new global processing rules.
4153                   The variable that kept the list filtering rules 
4154                   was "global_processing" and has been renamed into 
4155                   "filtering_rules".
4156                   "global_processing" variable is now the name 
4157                   of the variable that keeps the list of global 
4158                   processing rules.
4159                   In the configuration file, "[global]" section is 
4160                   now for the global processing rules (which includes
4161                   score things and new global processing rules).
4162                   New "[filtering]" section is for the filtering rules.
4163                   
4164                   Before running with this version, during testing 
4165                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4166                   Then, you have to make the following changes :
4167                   - leave all scoring rules in "[global]" section.
4168                   - move all other rules of "[global]" section to
4169                       a new section named "[filtering]".
4170
4171 2003-12-03 [christoph]  0.9.7claws16
4172
4173         * src/procmime.c
4174                 use default Content-Type as specified in RFC2045 if
4175                 Content-Type header is syntactically incorrect
4176
4177 2003-12-03 [christoph]  0.9.7claws15
4178
4179         * src/addressbook.c
4180         * src/addrindex.h
4181         * src/addritem.c
4182         * src/expldifdlg.h
4183         * src/exportldif.c
4184         * src/filtering.c
4185         * src/folder.c
4186         * src/folderview.c
4187         * src/jpilot.c
4188         * src/localfolder.c
4189         * src/matcher.h
4190         * src/matcher_parser_lex.l
4191         * src/matcher_parser_parse.y
4192         * src/news.c
4193         * src/prefs_filtering_action.c
4194         * src/prefs_folder_item.c
4195         * src/prefs_fonts.c
4196         * src/procmsg.c
4197         * src/sgpgme.c
4198                 clean up warnings
4199
4200         * src/procmime.c
4201                 revert 0.9.7claws14 change
4202
4203 2003-12-03 [alfons]     0.9.7claws14
4204
4205         * src/procmime.c
4206                 catch invalid Content-Type with no subtype
4207
4208 2003-12-03 [alfons]     0.9.7claws13
4209
4210         * src/alertpanel.h
4211         * src/setup.c
4212         * src/plugins/image_viewer/plugin.c
4213                 compile again, we need stddef.h for size_t
4214
4215 2003-12-03 [paul]       0.9.7claws12
4216
4217         * src/account.c
4218                 don't allow cloning of accounts with remote folders,
4219                 patch submitted by Ricardo Mones Lastra
4220
4221 2003-12-03 [christoph]  0.9.7claws11
4222
4223         * src/folder.[ch]
4224         * src/imap.c
4225         * src/localfolder.[ch]
4226         * src/mh.c
4227         * src/news.c
4228         * src/common/xml.[ch]
4229                 add set_xml() and get_xml() virtual functions to FolderClass to
4230                 save extra information for Folders (for example the rootpath
4231                 only used by LocalFolder). The folderlist write function no
4232                 longer needs to know the folder type to save this extra
4233                 information.
4234
4235 2003-12-02 [christoph]  0.9.7claws10
4236
4237         * src/Makefile.am
4238         * src/account.c
4239         * src/folder.[ch]
4240         * src/folderview.h
4241         * src/imap.c
4242         * src/localfolder.[ch]          ** NEW **
4243         * src/mainwindow.c
4244         * src/mh.[ch]
4245         * src/news.[ch]
4246         * src/prefs_account.[ch]
4247         * src/prefs_filtering.h
4248         * src/procmsg.h
4249         * src/remotefolder.[ch]         ** NEW **
4250         * src/common/xml.[ch]
4251                 add item_set_xml() and item_get_xml() virtual functions to
4252                 FolderClass to give folders the ability to add extra information
4253                 to the saved FolderItem data. If NULL the default function for
4254                 FolderItem will be used.
4255
4256 2003-11-29 [christoph]  0.9.7claws9
4257
4258         * src/procheader.c
4259                 fix bug in unfolding
4260
4261 2003-11-29 [luke]       0.9.7claws8
4262
4263         * src/textview.c
4264                 fix compilation for non c99 compilers
4265
4266 2003-11-29 [christoph]  0.9.7claws7
4267
4268         * src/procmime.[ch]
4269         * src/mimeview.c
4270                 o unknown disposition types should be handled as
4271                   attachment (RFC2183)
4272                 o missing headers should not default to inline
4273                   (would make "Save All" useless when disposition header
4274                    is not set by the sending mailer)
4275                 o remove old MimeInfo data and cleanup
4276
4277 2003-11-29 [luke]       0.9.7claws6
4278
4279         * src/procmime.[ch]
4280                 re-added parsing of Content-Disposition header
4281                         - removes the old  'gchar* content_disposition'
4282                         - adds a new field 'DispositionType disposition'
4283                         - adds parameters to MimeInfo::parameters
4284
4285         * src/mimeview.c
4286                 use the "filename" parameter for saving, and the new
4287                 MimeInfo::disposition for save all.
4288
4289         * src/compose.c
4290         * src/toolbar.[ch]
4291                 add a 'check spelling' button as a possibility for 
4292                 the compose toolbar
4293
4294         * src/stockpixmap.[ch]
4295         * src/pixmaps/check_spelling.xpm        ** NEW **
4296         * src/Makefile.am
4297                 add a pixmap for use with 'check spelling' button or
4298                 a user defined action
4299
4300         * src/textview.c
4301                 re-apply fixed (I hope) patch for bug 57
4302                 "Hidden URL in HTML Mails"
4303
4304 2003-11-28 [christoph]  0.9.7claws5
4305
4306         * src/procmime.c
4307                 o be more liberal in what we accept as Content-Type parameters
4308                 o ignore comments after parameters
4309
4310         * src/sgpgme.c
4311                 o only free passphrase when an error occurs
4312
4313 2003-11-28 [paul]       0.9.7claws4
4314
4315         * src/account.c
4316                 add 'Clone Account' function. patch submitted by
4317                 Ricardo Mones Lastra
4318
4319 2003-11-27 [thorsten]   0.9.7claws3
4320
4321         * src/mimeview.c
4322                 fix crash if 'save_all' failed twice
4323
4324 2003-11-27 [paul]       0.9.7claws2
4325
4326         * po/POTFILES.in
4327                 fix a typo
4328
4329         * po/zh_CN.po
4330                 update Simplified Chinese translation. submitted by
4331                 Hansom Young
4332
4333 2003-11-27 [paul]       0.9.7claws1
4334
4335         * po/POTFILES.in
4336                 clean up
4337
4338 2003-11-26 [paul]       0.9.7claws
4339
4340         * 0.9.7claws released
4341
4342 2003-11-26 [paul]       0.9.6claws99
4343
4344         * src/Makefile.am
4345                 add reference to pixmaps/mime_message.xpm
4346
4347 2003-11-26 [paul]       0.9.6claws98
4348
4349         * po/POTFILES.in
4350                 remove reference to src/sigstatus.c
4351
4352 2003-11-26 [christoph]  0.9.6claws97
4353
4354         * src/Makefile.am
4355         * src/prefs_common.c
4356         * src/rfc2015.c
4357         * src/sigstatus.[ch]            ** REMOVE **
4358                 remove signature result popup option and window
4359
4360 2003-11-26 [paul]       0.9.6claws96
4361
4362         * po/es.po
4363           po/ja.po
4364           po/pl.po
4365           po/sk.po
4366           po/sr.po
4367                 update translations. submitted by Ricardo Mones Lastra,
4368                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4369
4370 2003-11-25 [christoph]  0.9.6claws95
4371
4372         * src/procmime.c
4373                 display mime structure only in debug mode
4374
4375 2003-11-25 [melvin]     0.9.6claws94
4376
4377         * po/fr.po
4378                 Updated French translations + typos fixes of older
4379                 translations (thanks to Fabien Vantard for pointing
4380                 to some of them)
4381
4382 2003-11-25 [melvin]     0.9.6claws93
4383
4384         * src/editldap.c
4385                 Fixed a couple of typos.
4386
4387 2003-11-24 [paul]       0.9.6claws92
4388
4389         * po/POTFILES.in
4390                 add 'src/textview.c'
4391
4392 2003-11-24 [paul]       0.9.6claws91
4393
4394         * src/sgpgme.c
4395                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4396
4397 2003-11-24 [paul]       0.9.6claws90
4398
4399         * src/plugins/image_viewer/viewer.c
4400                 image_viewer_show_mimepart(): 
4401                 use procmime_mimeinfo_get_parameter() to get the file name
4402
4403 2003-11-24 [paul]       0.9.6claws89
4404
4405         * src/textview.c
4406                 textview_show_mime_part(): rewrite text hint
4407
4408 2003-11-22 [paul]       0.9.6claws88
4409
4410         * sync with 0.9.7cvs5
4411                 see ChangeLog 2003-11-21
4412
4413 2003-11-21 [paul]       0.9.6claws87
4414
4415         * src/mimeview.c
4416                 define shortcut key 'o' for 'Open with...'
4417
4418 2003-11-21 [alfons]     0.9.6claws86
4419
4420         * src/messageview.c
4421                 fix bug #383 'Deleting message from "separate message view" 
4422                 uses local Trash folder'
4423
4424 2003-11-21 [christoph]  0.9.6claws85
4425
4426         * src/mimeview.c
4427                 fix content-type guessing by name parameter when finding
4428                 the correct viewer
4429
4430 2003-11-21 [alfons]     0.9.6claws84
4431
4432         * src/main.c
4433                 no mail incorporation allowed with --offline param.
4434                 fixes bug #374, "--offline ignored"
4435
4436 2003-11-20 [christoph]  0.9.6claws83
4437
4438         * src/mimeinfo.c
4439                 use signed MimeInfo when checking the signature and not
4440                 the selected one
4441
4442 2003-11-19 [alfons]     0.9.6claws82
4443
4444         * src/mainwindow.c
4445                 fix crash when toggling separate views, patch submitted
4446                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4447                 fixes bug #342, "separate views  cause crash"
4448
4449 2003-11-19 [paul]       0.9.6claws81
4450
4451         * src/compose.c
4452                 compose_redirect_write_headers_from_headerlist(): 
4453                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4454                 
4455         * src/main.c
4456                 code cleanup (inherited from 0.9.7cvs4)
4457                 
4458         * tools/tb2sylpheed
4459                 bugfix: added missing attribute-list start. submitted by
4460                 Urke MMI
4461
4462 2003-11-19 [luke]       0.9.6claws80
4463
4464         * src/textview.c
4465                 revert my last commit until I get time to fix it
4466
4467 2003-11-18 [christoph]  0.9.6claws79
4468
4469         * src/mimeview.[ch]
4470                 check parent MimeInfos for signatures and display the
4471                 result of the parent when found
4472
4473         * src/pgpmime.c
4474                 o avoid NULL pointer warnings
4475                 o use procmime_mimeinfo_get_parameter()
4476
4477         * src/sgpgme.c
4478                 small text changes
4479
4480 2003-11-17 [luke]       0.9.6claws78
4481
4482         * src/textview.c
4483                 add check for disguised URLs, fixing bug 57
4484                 "Hidden URL in HTML Mails"
4485
4486 2003-11-16 [christoph]  0.9.6claws77
4487
4488         * src/procmime.c
4489                 fix crash when parsing invalid Content-Type header
4490
4491 2003-11-16 [christoph]  0.9.6claws76
4492
4493         * src/pgpmime.c
4494         * src/privacy.c
4495         * src/procmime.c
4496         * src/sgpgme.[ch]
4497                 implement message decrypting
4498
4499         * src/rfc2015.c
4500                 remove old code
4501
4502 2003-11-14 [luke]       0.9.6claws75
4503
4504         * src/mimeview.c
4505                 fix a couple of problems that treated application/* and
4506                 application/octet-stream the wrong way around
4507                 (since 0.9.6claws10), causing "Open" to do nothing.
4508
4509 2003-11-14 [christoph]  0.9.6claws74
4510
4511         * src/messageview.c
4512         * src/pgpmime.c
4513         * src/privacy.[ch]
4514                 prepare for message part decrypting
4515
4516         * src/sgpgme.c
4517                 add output for expired signatures
4518
4519         * src/rfc2015.c
4520                 remove some old code
4521
4522 2003-11-10 [christoph]  0.9.6claws73
4523
4524         * src/mimeview.c
4525                 add "Full info" button for bad and warn signature status
4526
4527         * src/sgpgme.c
4528                 generate full signature info like gpg's output
4529                 (gpg -v --with-fingerprint --verify)
4530
4531 2003-11-10 [christoph]  0.9.6claws72
4532
4533         * src/mimeview.c
4534         * src/pgpmime.c
4535         * src/privacy.[ch]
4536         * src/sgpgme.[ch]
4537         * src/textview.[ch]
4538                 o add code to view full signature info
4539                 o do automatic signature checks
4540
4541 2003-11-10 [alfons]     0.9.6claws71
4542
4543         * src/summaryview.c
4544                 don't crash when gtkut_font_load() returns invalid font (has
4545                 something to do with locale settings)
4546                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4547
4548 2003-11-09 [alfons]     0.9.6claws70
4549
4550         * src/procmime.c
4551                 plug leak
4552
4553 2003-11-08 [luke]       0.9.6claws69
4554
4555         * src/summaryview.c
4556                 fix some typos
4557
4558         * src/compose.c
4559                 rewrite compose_attach_parts(), fixing various bugs mainly
4560                 to do with re-editing.
4561
4562         * src/mimeview.c
4563                 "save all" now only saves attachments with names/filenames
4564
4565 2003-11-04 [match]      0.9.6claws68
4566
4567         * src/ldapctrl.[ch]
4568                 fix broken LDAP support.
4569
4570         * src/ldapquery.c
4571                 remove printf's.
4572
4573 2003-11-04 [luke]       0.9.6claws67
4574
4575         * src/mimeview.c
4576                 o  fixed bug 4 "focus lost on messages with attachments"
4577                 o  fixed 'Save all' attachments for new mime changes
4578                 o  right clicking on icons consistent with right clicking on
4579                    mime tree
4580                   - fixes a bug where wrong part is saved when you
4581                     choose 'Save as' from popup menu
4582                   - fixes bug 308 "No way to "save all" attachments"
4583                 o  fixed a compiler warning.
4584
4585         * src/textview.c
4586                 o  removed flickering in mime tree when using "n" and "p"
4587                    shortcuts
4588                 o  fixed bug where selecting the textview and pressing e.g.
4589                    'y' causes sylpheed to respond twice.
4590
4591         * src/summaryview.c
4592                 removed hard coding of * and ! shortcuts (which only served
4593                 to cause problems if you tried to redefine the shortcuts)
4594
4595 2003-11-04 [luke]       0.9.6claws66
4596
4597         * src/plugins/image_viewer/viewer.c
4598         * src/plugins/image_viewer/viewerprefs.c
4599         * src/plugins/image_viewer/viewerprefs.glade
4600                 o  allow toggling of image scaling by clicking on image
4601                 o  respond to image's container widget resize
4602
4603         * src/procmime.c
4604                 o  fix bad parsing of message when re-editing/viewing a
4605                    message saved to the drafts folder
4606
4607 2003-11-02 [match]      0.9.6claws65
4608
4609         * src/browseldap.h
4610                 fix if not building LDAP support.
4611         * src/addrindex.c
4612         * src/ldapquery.[ch]
4613         * src/editldap.h
4614                 include support for contains query. feature req 529354.
4615
4616 2003-11-02 [alfons]     0.9.6claws64
4617
4618         * src/browseldap.c
4619                 fix build bustage if not compiling ldap support
4620
4621 2003-11-01 [match]      0.9.6claws63
4622
4623         * po/POTFILES.in
4624         * src/Makefile.am
4625         * src/addr_compl.[ch]
4626         * src/addrbook.c
4627         * src/addrcache.[ch]
4628         * src/addrdefs.h        ** NEW **
4629         * src/addressbook.c
4630         * src/addressitem.h
4631         * src/addrindex.[ch]
4632         * src/addritem.h
4633         * src/addrquery.[ch]
4634         * src/ldapquery.[ch]
4635         * src/ldapserver.[ch]
4636                 refactor LDAP query mechanism.
4637
4638         * src/browseldap.[ch]   ** NEW **
4639         * src/ldaplocate.[ch]   ** NEW **
4640                 add feature to browse LDAP entry that was retrieved using
4641                 an explicit LDAP search.
4642
4643 2003-11-01 [alfons]     0.9.6claws62
4644
4645         * src/prefs_gtk.c
4646                 prefs_write_param(): fail when we see an invalid type; all the
4647                 callers seem to handle this gracefully by reverting changes
4648
4649 2003-10-30 [christoph]  0.9.6claws61
4650
4651         * configure.ac
4652         * ac/openssl.m4
4653         * ac/spamassassin.m4
4654         * src/Makefile.am
4655                 use extra variables for all libraries to make sure plugins
4656                 are only linked with libraries they really need. $LIBS is always
4657                 added to the linking parameters, but we only what the libraries
4658                 listed in the Makefile
4659
4660 2003-10-29 [paul]       0.9.6claws60
4661
4662         * src/mimeview.c
4663                 don't use Subject for unknown part name
4664
4665 2003-10-29 [paul]       0.9.6claws59
4666
4667         * src/compose.c
4668                 get name of attachment(s) when re-editing, fwd'ing or
4669                 redirecting
4670                 
4671         * src/mimeview.c
4672                 get name of attachment(s) when saving
4673
4674 2003-10-29 [hoa]        0.9.6claws58
4675
4676         * src/textview.c
4677                 implemented multipart/alternative in MIME message viewer.
4678
4679 2003-10-28 [christoph]  0.9.6claws57
4680
4681         * configure.ac
4682                 make sure MathML-Viewer is not built with the
4683                 Gtk2 version of GtkMathView
4684
4685 2003-10-28 [paul]       0.9.6claws56
4686
4687         * sync with 0.9.7cvs1
4688                 see ChangeLog 2003-10-28
4689
4690 2003-10-27 [alfons]     0.9.6claws55
4691
4692         * src/matcher_parser_parse.y
4693         * src/gtk/colorlabel.c
4694                 allow setting color label to 0 in filtering/processing rules
4695                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4696
4697 2003-10-26 [alfons]     0.9.6claws54
4698
4699         * src/summary_search.c
4700                 fix misnomer and correct selecting initial search node  
4701
4702 2003-10-26 [christoph]  0.9.6claws53
4703
4704         * src/pgpmime.c
4705         * src/sgpgme.c
4706                 change display of signature info to use only name of
4707                 signer, otherwise the text gets too long.
4708
4709         * src/procmime.c
4710                 don't use MimeInfo's filename to generate tmp filename
4711
4712 2003-10-25 [christoph]  0.9.6claws52
4713
4714         * src/procmime.c
4715                 fix message body searching
4716
4717 2003-10-25 [paul]       0.9.6claws51
4718
4719         * src/compose.c
4720                 use g_basename rather than basename
4721
4722 2003-10-24 [christoph]  0.9.6claws50
4723
4724         * src/sgpgme.c
4725                 change fetching of signature key's trust
4726
4727 2003-10-24 [paul]       0.9.6claws49
4728
4729         * po/sk.po
4730                 update Slovak translation
4731                 submitted by Andrej Kacian
4732                 
4733         * src/mainwindow.c
4734                 remove unknown menu entry /File/Add mailbox/mbox...
4735
4736 2003-10-24 [hoa]        0.9.6claws48
4737
4738         * src/Makefile.am
4739                 removed all references to mbox folders
4740
4741         * src/carray.[ch]               * REMOVED *
4742         * src/chash.[ch]                * REMOVED *
4743         * src/maillock.[ch]             * REMOVED *
4744         * src/mailmbox.[ch]             * REMOVED *
4745         * src/mailmbox_folder.[ch]      * REMOVED *
4746         * src/mailmbox_parse.[ch]       * REMOVED *
4747         * src/mailmbox_types.[ch]       * REMOVED *
4748         * src/mbox_folder.[ch]          * REMOVED *
4749                 remove implementation of mbox folders
4750                 and old mailbox folder.
4751                 mbox folder implementation will be added
4752                 as a plugin so that implementation can be entirely
4753                 synchronized with the files of the project they are
4754                 extracted from (libEtPan!).
4755         
4756         * src/mainwindow.c
4757         * src/folder.c
4758         * src/folderview.[ch]
4759         * src/procmsg.h         
4760                 Disable as much code that references mbox folders
4761                 as possible.
4762                 Some UI thing still need to know that folder is mbox
4763                 (when we have to enter the name of the mailbox and
4764                 we want to add /var/mail/$USER).
4765
4766 2003-10-23 [christoph]  0.9.6claws47
4767
4768         * src/noticeview.c
4769                 don't always display button when noticeview is made visible
4770
4771         * src/mimeview.c
4772         * src/pgpmime.c
4773         * src/privacy.[ch]
4774         * src/sgpgme.[ch]
4775                 get signature information from crypto system
4776
4777 2003-10-22 [paul]       0.9.6claws46
4778
4779         * po/es.po
4780                 updated by Ricardo Mones Lastra
4781
4782 2003-10-22 [paul]       0.9.6claws45
4783
4784         * src/Makefile.am
4785                 update to reflect the changes to the icons that
4786                 happened in 0.9.6claws35
4787
4788 2003-10-22 [alfons]     0.9.6claws44
4789         
4790         * src/carray.h
4791                 inline carray_count() 
4792
4793 2003-10-21 [alfons]     0.9.6claws43
4794
4795         * src/carray.h
4796                 glib wrappers
4797         * src/carray.c
4798                 disable
4799         * src/mailmbox.[ch]
4800         * src/mailmbox_folder.c
4801         * src/mailmbox_parse.c
4802         * src/mailmbox_types.[ch]
4803                 %s/uint32_t/guint
4804
4805 2003-10-21 [luke]       0.9.6claws42
4806
4807         * src/stock_pixmaps.[ch]
4808         * src/mimeview.c
4809         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4810         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4811                 o remove mime_application_octet_stream.xpm icon (it was never
4812                   really needed)
4813                 o remove redundant icon messageview_text.xpm
4814
4815         * src/mainwindow.c
4816                 fix visibility of signature noticeview when toggling 'separate
4817                 message view'
4818
4819 2003-10-21 [christoph]  0.9.6claws41
4820
4821         * src/procmime.c
4822                 decode multipart and rfc822 mime parts to allow further
4823                 parsing when required
4824
4825 2003-10-21 [christoph]  0.9.6claws40
4826
4827         * src/procmime.[ch]
4828         * src/textview.c
4829                 remove obsolete charset parameter in MimeInfo and fix
4830                 TextView to use the charset from the parameter hash table
4831
4832         * src/plugins/dillo_viewer/Makefile.am
4833         * src/plugins/trayicon/Makefile.am
4834                 add OPENSSL_CFLAGS to fix building with using
4835                 --with-openssl-* parameters
4836
4837 2003-10-21 [paul]       0.9.6claws39
4838
4839         * src/prefs_matcher.[ch]
4840                 replace remnants of the old, renamed 'Execute' matchtype
4841                 add a brief description to the Info window
4842
4843 2003-10-21 [hoa]        0.9.6claws38
4844         
4845         * src/Makefile.am
4846         * src/carray.[ch]               * NEW *
4847         * src/chash.[ch]                * NEW *
4848         * src/folder.c
4849         * src/maillock.[ch]             * NEW *
4850         * src/mailmbox.[ch]             * NEW *
4851         * src/mailmbox_folder.[ch]      * NEW *
4852         * src/mailmbox_parse.[ch]       * NEW *
4853         * src/mailmbox_types.[ch]       * NEW *
4854                 implementation of mbox folder with unique message numbers
4855
4856                 made use of libEtPan! implementation of mbox for lower-layer.
4857
4858 2003-10-20 [alfons]     0.9.6claws37
4859
4860         * src/noticeview.c
4861                 fix invalid argument warning
4862         * src/pgpmime.c
4863                 no in place variable
4864
4865 2003-10-20 [paul]       0.9.6claws36
4866
4867         * src/compose.[ch]
4868           src/filtering.c
4869           src/messageview.c
4870                 fix crash when using Forward in Filtering when
4871                 external editor option is set
4872                 
4873                 Patch submitted by Simon 'corecode' Schubert
4874                 <corecode@corecode.ath.cx> 
4875
4876 2003-10-20 [paul]       0.9.6claws35
4877
4878         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4879           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4880           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4881           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4882           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4883           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4884           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4885           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4886           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4887           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4888           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4889           src/mimeview.c
4890           src/stock_pixmap.[ch]
4891                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4892                 icons. add privacy_warn.xpm icon
4893
4894 2003-10-20 [hoa]  0.9.6claws34
4895
4896         * src/folder_item_prefs.[ch]
4897         * src/prefs_folder_item.c
4898         * src/main.c
4899                 Added a property per folder to choose whether we 
4900                 want to apply processing on it on startup or if we
4901                 prefer to wait the folder selection to apply it.
4902         
4903         * src/messageview.c
4904                 fixed C89 compatibility (for old compilers, for
4905                 example gcc 2.95.x).
4906
4907 2003-10-17 [christoph]  0.9.6claws33
4908
4909         * src/mimeview.c
4910         * src/noticeview.[ch]
4911                 change noticeview icon to indicate signature status
4912
4913 2003-10-17 [christoph]  0.9.6claws32
4914
4915         * src/Makefile.am
4916         * src/main.c
4917         * src/mimeview.c
4918         * src/noticeview.c
4919         * src/pgpmime.[ch]                              ** NEW **
4920         * src/privacy.[ch]
4921         * src/rfc2015.c
4922         * src/sgpgme.c                                  ** NEW **
4923                 reimplement PGP/Mime signature checking (unfinished)
4924
4925 2003-10-15 [christoph]  0.9.6claws31
4926
4927         * src/procmime.[ch]
4928                 fix procmime_get_text_content() and
4929                 procmime_get_first_text_content()
4930
4931 2003-10-15 [christoph]  0.9.6claws30
4932
4933         * src/plugins/spamassassin/spamassassin_gtk.c
4934         * src/plugins/spamassassin/spamassassin_gtk.glade
4935                 fix timeout tooltip
4936
4937 2003-10-15 [paul]       0.9.6claws29
4938
4939         * src/messageview.c
4940                 workaround for buggy smtp servers. on sending a
4941                 return receipt strip the name part from the address
4942                 when creating headers
4943                 
4944 2003-10-15 [paul]       0.9.6claws28
4945
4946         * sync with 0.9.7 release
4947                 see ChangeLog 2003-10-15
4948
4949 2003-10-14 [christoph]  0.9.6claws27
4950
4951         * src/plugins/clamav/clamav_plugin.c
4952                 fix clamav plugin
4953
4954 2003-10-14 [christoph]  0.9.6claws26
4955
4956         * src/compose.c
4957         * src/mimeview.c
4958         * src/procmime.[ch]
4959         * src/rfc2015.c
4960         * src/textview.c
4961         * src/plugins/clamav/clamav_plugin.c
4962                 use GNode to create the mime tree (some changes to functions
4963                 that traverse the tree are just quick and dirty. Maybe we
4964                 can find better solutions with g_node_*-functions)
4965
4966 2003-10-14 [luke]       0.9.6claws25
4967
4968         * src/mimeview.c
4969                 fix a navigation bug (stupid typo of mine)
4970
4971 2003-10-14 [christoph]  0.9.6claws24
4972
4973         * src/textview.c
4974                 fix missing last line in plain/text mails
4975
4976 2003-10-13 [luke]       0.9.6claws23
4977
4978         * src/summaryview.c
4979                 fix bug 334 (part 1)
4980
4981 2003-10-13 [kov]        0.9.6claws22
4982
4983         * src/mimeview.c
4984                 error checking when the user enters a non-directory at
4985                 the file selection dialog.
4986                 work-around for users entering directory location without
4987                 adding a leading G_DIR_SEPARATOR.
4988
4989 2003-10-13 [luke]       0.9.6claws21
4990
4991         * src/compose.c
4992                 error reporting for inserting files, including catching
4993                 invalid characters for current locale/encoding
4994
4995 2003-10-13 [paul]       0.9.6claws20
4996
4997         * src/folderview.c
4998                 fix bug #347 'subscribe newsgroups crashes'
4999
5000 2003-10-13 [paul]       0.9.6claws19
5001
5002         * src/compose.c
5003                 when using 'Reply to all' include the 'send replies
5004                 to' folder property
5005                 
5006         * po/ja.po
5007                 update Japanese translation. submitted by Rui Hirokawa 
5008                 <rui_hirokawa@ybb.ne.jp>        
5009
5010 2003-10-13 [hoa]        0.9.6claws18
5011
5012         * src/account.c
5013         * src/compose.c
5014         * src/messageview.c
5015         * src/procheader.c
5016         * src/procheader.h
5017                 rename get_header_from_msginfo() into
5018                 procheader_get_header_from_msginfo() so that we have a
5019                 coherent exported naming.
5020                 avoid parsing of header contained in a string via
5021                 a newly written temporary file.
5022
5023         Patch submitted by Simon 'corecode' Schubert
5024                 <corecode@corecode.ath.cx>
5025
5026 2003-10-12 [hoa]        0.9.6claws17
5027
5028         * src/filtering.c
5029         * src/filtering.h
5030         * src/matcher.c
5031         * src/matcher.h
5032         * src/matcher_parser_parse.y
5033         * src/prefs_filtering_action.c
5034                 added "stop" action : stop applying the filtering rules.
5035                 added "set score" and "increase/decrease score" actions.
5036                 That two last action replace the "change_score" action
5037                 introduced by alfons in 0.8.8claws85.
5038                 "set score" is to set a given score to the message.
5039                 "increase/decrease score" will increase or decrease the
5040                 score if the given value is respectively positive or
5041                 negative. If someone find a some better name for this last
5042                 rule, it can be modified.
5043
5044 2003-10-12 [paul]       0.9.6claws16
5045
5046         * AUTHORS
5047           po/ja.po
5048                 update Japanese translation. submitted by Rui Hirokawa 
5049                 <rui_hirokawa@ybb.ne.jp>
5050
5051 2003-10-12 [christoph]  0.9.6claws15
5052
5053         * src/procmime.c
5054                 fix crash caused by incorrect headers
5055
5056 2003-10-10 [christoph]  0.9.6claws14
5057
5058         * src/main.c
5059         * src/privacy.[ch]
5060         * src/rfc2015.[ch]
5061                 implement detection of signed message parts for rfc2015
5062
5063 2003-10-10 [thorsten]   0.9.6claws13
5064
5065         * src/mimeview.c
5066                 fix typo
5067
5068 2003-10-10 [christoph]  0.9.6claws12
5069
5070         * src/stock_pixmap.[ch]
5071         * src/pixmaps/mime_message.xpm                  ** NEW **
5072                 add a new icon for mime type "message"
5073
5074         * src/privacy.[ch]
5075         * src/procmime.[ch]
5076                 add crypto api
5077
5078         * src/mimeview.c
5079                 o use crypto api
5080                 o add icons for message type mime parts
5081
5082 2003-10-10 [christoph]  0.9.6claws11
5083
5084         * src/mainwindow.c
5085         * src/messageview.[ch]
5086         * src/mimeview.[ch]
5087         * src/procmime.[ch]
5088         * src/procmsg.[ch]
5089         * src/rfc2015.c
5090         * src/summaryview.c
5091         * src/textview.[ch]
5092                 o remove switching between TextView and MimeView in MessageView
5093                   (if required we can hide the icon box and the MimeView will
5094                    look exaxtly like the TextView)
5095                 o temporary remove signature and decrypting GPGME code
5096
5097 2003-10-09 [christoph]  0.9.6claws10
5098
5099         * src/action.c
5100         * src/compose.c
5101         * src/messageview.c
5102         * src/mimeview.c
5103         * src/procmime.[ch]
5104         * src/procmsg.c
5105         * src/rfc2015.c
5106         * src/textview.c
5107         * src/common/utils.[ch]
5108         * src/plugins/clamav/clamav_plugin.c
5109         * src/plugins/dillo_viewer/dillo_viewer.c
5110         * src/plugins/image_viewer/viewer.c
5111         * src/plugins/mathml_viewer/mathml_viewer.c
5112                 new mime parser (several things need fixing)
5113
5114 2003-10-09 [paul]       0.9.6claws9
5115
5116         * src/imap.c
5117                 a little more sync with 0.9.6cvs2 and a tidy up
5118
5119 2003-10-08 [paul]       0.9.6claws8
5120
5121         * sync with 0.9.6cvs2
5122                 see ChangeLog 2003-10-03
5123
5124 2003-10-05 [christoph]  0.9.6claws7
5125
5126         * src/summaryview.c
5127                 don't use flags to check if a message is in a news folder
5128
5129         (closes Bug 282 clicking on folder with copied Messages from News
5130          immediately after having copied them crashes Sylpheed-Claws)
5131
5132 2003-10-05 [christoph]  0.9.6claws6
5133
5134         * src/Makefile.am
5135         * src/progressdialog.[ch]               ** REMOVE **
5136         * src/gtk/Makefile.am
5137         * src/gtk/progressdialog.[ch]           ** NEW **
5138                 move progressdialog to gtk directory
5139
5140 2003-10-04 [christoph]  0.9.6claws5
5141
5142         * src/prefs_toolbar.c
5143         * src/gtk/prefswindow.c
5144                 remove widget_show_all for pages root widget
5145
5146         * src/plugins/spamassassin/spamassassin.[ch]
5147         * src/plugins/spamassassin/spamassassin_gtk.c
5148         * src/plugins/spamassassin/spamassassin_gtk.glade
5149                 add support for new libspamc transports
5150
5151 2003-10-04 [christoph]  0.9.6claws4
5152
5153         * src/plugins/spamassassin/libspamc.[ch]
5154         * src/plugins/spamassassin/spamassassin.c
5155         * src/plugins/spamassassin/utils.[ch]
5156                 update libspamc to version from SpamAssassin 2.60
5157
5158 2003-10-03 [christoph]  0.9.6claws3
5159
5160         * src/send_message.c
5161                 fix missing format string bug found by
5162                 Georgi Guninski <guninski@guninski.com>
5163
5164 2003-10-03 [paul]       0.9.6claws2
5165
5166         * po/zh_CN.po
5167                 update Simpilified Chinese translation, submitted by
5168                 Hansom Young
5169
5170 2003-10-02 [christoph]  0.9.6claws1
5171
5172         * src/imap.c
5173                 add UIDPLUS support for COPY and EXPUNGE
5174
5175 2003-10-02 [paul]       0.9.6claws
5176
5177         * 0.9.6claws released
5178
5179 2003-10-02 [paul]
5180
5181         * po/es.po
5182           po/sk.po
5183                 update Spanish and Slovak translations
5184                 submitted by Ricardo Mones Lastra and Andrej Kacian
5185  
5186 2003-10-02 [paul]       0.9.5claws43
5187
5188         * po/en_GB.po
5189                 update British English translation
5190
5191 2003-10-02 [paul]       0.9.5claws42
5192
5193         * po/hr.po
5194                 update Croatian translation, submitted by Dragan
5195
5196 2003-10-01 [paul]       0.9.5claws41
5197
5198         * po/pl.po
5199           po/sr.po
5200                 update Polish and Serbian translations, submitted by
5201                 Emil and Urke MMI
5202
5203 2003-10-01 [melvin]     0.9.5claws40
5204
5205         * po/fr.po
5206                 Updated French translations
5207
5208 2003-10-01 [melvin]     0.9.5claws39
5209
5210         * src/prefs_fonts.c
5211                 Fixed a Gtk warning
5212
5213         * src/plugins/dillo_prefs.c     
5214                 Quasi unnoticeable UI clean-up.
5215
5216 2003-10-01 [paul]
5217
5218         * tools/README
5219           tools/maildir2sylpheed.pl
5220                 bug fixes, rewrites, submitted by Matthias Förste 
5221                 <itsjustme@users.sourceforge.net>
5222
5223 2003-09-29 [paul]       0.9.5claws38
5224
5225         * src/inc.c
5226                 fix my coding carelessness
5227
5228 2003-09-29 [paul]       0.9.5claws37
5229
5230         * po/POTFILES.in
5231           src/Makefile.am
5232           src/main.c
5233           src/prefs_common.[ch]
5234           src/prefs_fonts.[ch]  ** NEW FILES **
5235                 move Font config options to Other Prefs/Display/Fonts
5236                 (user's current configuration is preserved)
5237
5238 2003-09-29 [paul]       0.9.5claws36
5239
5240         * src/inc.c
5241           src/prefs_account.c
5242                 allow 'local_mbox' value to point to either a directory 
5243                 (/var/mail -  default, new) or a file (/var/mail/username
5244                 - original)
5245
5246 2003-09-28 [paul]       0.9.5claws35
5247
5248         * src/rfc2015.c
5249                 on signature check, where key exists, print the
5250                 Key ID
5251
5252 2003-09-27 [alfons]     0.9.5claws34
5253
5254         * src/action.c
5255                 o make progress bar not fill/expand when resizing dialog
5256                 o use default fixed text font for actions output
5257
5258 2003-09-27 [paul]       0.9.5claws33
5259
5260         * src/prefs_common.[ch]
5261           src/procmsg.c
5262           src/send_message.c
5263                 remove External Program settings from Common Prefs/Send
5264                 as they are now unnecessary due to Local account settings.
5265                 plus a little tidying-up after 0.9.5claws31
5266
5267 2003-09-27 [paul]       0.9.5claws32
5268
5269         * src/prefs_account.c
5270                 o make correction to gui text:
5271                   'Local mailbox file' -> 'Local mailbox directory'
5272                 o give 'local_mbox' option a reasonable default value:
5273                   '/var/mail'
5274                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5275                   value
5276
5277 2003-09-26 [paul]       0.9.5claws31
5278
5279         * src/inc.c
5280           src/prefs_common.[ch]
5281                 remove 'Incorporate from spool' common pref,
5282                 force creation of a 'Local' account
5283
5284 2003-09-26 [christoph]  0.9.5claws30
5285
5286         * src/folder.c
5287         * src/msgcache.c
5288                 add more NULL pointer checks
5289
5290 2003-09-25 [christoph]  0.9.5claws29
5291
5292         * src/folder.c
5293                 o don't fetch source message to get it's message id
5294                 o immediately scan dest folder when copying a message did not
5295                   return a new message number and not do it when the first message
5296                   without a new message number is found
5297
5298 2003-09-23 [christoph]  0.9.5claws28
5299
5300         * src/compose.c
5301                 fix generating of headers
5302
5303         (patch by David Relson <relson@osagesoftware.com>)
5304
5305 2003-09-23 [paul]       0.9.5claws27
5306
5307         * po/zh_CN.po
5308                 update Simplified Chinese translation. submitted by
5309                 Hansom Young
5310
5311 2003-09-23 [paul]       0.9.5claws26
5312
5313         * tools/Makefile.am
5314           tools/README
5315           tools/vcard2xml.py    ** NEW FILE **
5316                 add a script that converts an evolution vcard to
5317                 sylpheed's xml format
5318                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5319
5320 2003-09-22 [paul]       0.9.5claws25
5321
5322         * src/plugins/clamav/clamav_plugin.c
5323                 don't skip MULTIPART parts
5324
5325 2003-09-21 [christoph]  0.9.5claws24
5326
5327         * src/alertpanel.c
5328                 remove unneeded include
5329
5330         * src/folder.c
5331                 clean up copy/move mess with duplicated code
5332
5333         * src/imap.c
5334                 fix problem that sometimes the folder was not scanned
5335                 also it was changed
5336
5337 2003-09-21 [christoph]  0.9.5claws23
5338
5339         * src/Makefile.am
5340         * src/logwindow.[ch]                    ** REMOVE **
5341         * src/mainwindow.c
5342         * src/prefs_common.c
5343         * src/gtk/Makefile.am
5344         * src/gtk/logwindow.[ch]                ** ADD **
5345                 make logwindow prefs_common independent and move
5346                 it to gtk directory
5347
5348 2003-09-20 [christoph]  0.9.5claws22
5349
5350         * src/compose.c
5351                 add extra space for address code conversion
5352                 (4 * unconvered size could be too small for short headers)
5353
5354 2003-09-20 [christoph]  0.9.5claws21
5355
5356         * src/compose.c
5357                 increase temp buffer size when writing headers
5358
5359 2003-09-19 [darko]      0.9.5claws20
5360
5361         * src/compose.c
5362                 don't ignore value of 'Save copy of outgoing messages to
5363                 this folder instead of Sent' in message redirect
5364
5365 2003-09-17 [christoph]  0.9.5claws19
5366
5367         * src/compose.c
5368                 use ", " as address seperator for mail headers and pass whole
5369                 header line at once to compose_convert_header to make sure
5370                 it is correctly folded
5371
5372         (closes Bug 64 Problem when sending to many recipients)
5373
5374 2003-09-17 [hoa]        0.9.5claws18
5375         
5376         * src/matcher.[ch]
5377           src/matcher_parser_parse.y
5378           src/prefs_matcher.c
5379                 changed the keyword used for command execution in condition
5380                 keyword is changed from "execute" to "test"
5381                 so that it is not the same as the one used for action.
5382                 This will fix a bug when using filtering dialog.
5383                 All semantic in the code is also changed to reflect
5384                 the keyword change.
5385
5386 2003-09-17 [paul]
5387         
5388         * sync with 0.9.6 release
5389
5390 2003-09-17 [paul]       0.9.5claws17
5391
5392         * sync with 0.9.5cvs8
5393                 see ChangeLog 2003-09-16 and 2003-09-17
5394
5395 2003-09-16 [paul]       0.9.5claws16
5396
5397         * sync with 0.9.5cvs6
5398                 see ChangeLog 2003-09-16
5399
5400 2003-09-15 [paul]       0.9.5claws15
5401
5402         * sync with 0.9.5cvs5
5403                 see ChangeLog 2003-09-15
5404
5405 2003-09-14 [alfons]     0.9.5claws14
5406
5407         * src/inc.c
5408                 make "Go to inbox after receiving new mail" again;
5409                 regression of a sync, restored to sylpheed main 
5410                 behaviour. (misses still some bits)
5411
5412 2003-09-14 [alfons]     0.9.5claws13
5413
5414         * src/prefs_filtering_action.c
5415                 o add proper message if empty execute command line
5416                 o don't select first action item after registering a
5417                   new action to prevent (what seems to be a GTK) bug
5418                   #36, "filtering will only accept one action change 
5419                   per invocation".
5420
5421 2003-09-14 [alfons]     0.9.5claws12
5422
5423         * src/prefs_filtering.c
5424         * src/prefs_filtering_action.c
5425         * src/prefs_matcher.c
5426                 fix function signature for key_pressed_event signal handlers
5427
5428 2003-09-14 [alfons]     0.9.5claws11
5429
5430         * src/mainwindow.c
5431                 fix regression caused by fix for invalid bug #7
5432                 (should fix #246, "Multiple selections are deselected when 
5433                 moving from search window to main window")
5434                 
5435 2003-09-14 [alfons]     0.9.5claws10
5436         
5437         * src/actions.[ch]
5438         * src/filtering.[ch]
5439         * src/prefs_actions.c
5440                 allow `filtering actions` in actions; only for advanced users
5441                 right now: try for example, "%as{mark color 2}" 
5442         
5443 2003-09-13 [paul]       0.9.5claws9
5444         
5445         * po/pl.po
5446           po/zh_CN.po   ** NEW FILE **
5447                 update Polish translation, submitted by Emil 
5448                 <eminowbl@posejdon.wpk.p.lodz.pl>
5449                 add new Simplified Chinese translation, submitted by
5450                 Hansom Young <hansom_young@yahoo.com>
5451
5452 2003-09-12 [alfons]     0.9.5claws8
5453
5454         * src/summaryview.c
5455                 don't open separate message views when View | Separate message view
5456                 is active 
5457                 (please look carefully for any navigation regressions)
5458
5459 2003-09-11 [alfons]     0.9.5claws7
5460
5461         * src/mainwindow.c
5462                 make default message view, opened by View | Separate message 
5463                 view, look like a claws message view (which includes a menu
5464                 bar and a toolbar)
5465                 (fixes bug #298, "message view loses tool bar") 
5466
5467 2003-09-11 [christoph]  0.9.5claws6
5468
5469         * src/folderview.c
5470                 fix double deleting of newsgroup folders
5471
5472         (closes Bug 305 crash after deleting of a newsgroup)
5473
5474 2003-09-11 [paul]       0.9.5claws5
5475
5476         * src/rfc2015.c
5477           src/common/utils.h
5478                 more sync'ing from 0.9.5cvs2
5479
5480 2003-09-11 [christoph]  0.9.5claws4
5481
5482         * src/compose.c
5483         * src/rfc2015.c
5484         * src/common/utils.h
5485                 fix sync with 0.9.5cvs2
5486
5487 2003-09-11 [paul]       0.9.5claws3
5488
5489         * sync with 0.9.5cvs4
5490                 see ChangeLog 2003-09-11
5491
5492 2003-09-11 [paul]       0.9.5claws2
5493
5494         * sync with 0.9.5cvs2
5495                 see ChangeLog 2003-09-05
5496                 
5497 2003-09-11 [paul]       0.9.5claws1
5498
5499         * sync with 0.9.5cvs3
5500                 see ChangeLog 2003-09-10
5501
5502 2003-09-10 [paul]       0.9.5claws
5503
5504         * 0.9.5claws released
5505
5506 2003-09-10 [paul]       0.9.4claws78
5507
5508         * src/Makefile.am
5509                 add missing files
5510
5511 2003-09-10 [melvin]     0.9.4claws77
5512
5513         * po/fr.po
5514                 Updated French translations
5515
5516 2003-09-10 [paul]       0.9.4claws76
5517
5518         * po/es.po
5519           po/sk.po
5520           po/sr.po
5521                 update Spanish, Slovak, and Serbian translations.
5522                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5523                 and Urke MMI
5524                 
5525         * AUTHORS
5526                 add translation team section
5527
5528 2003-09-09 [christoph]  0.9.4claws75
5529
5530         * src/folder.c
5531                 free item->prefs in folder_item_destroy
5532
5533 2003-09-09 [alfons]     0.9.4claws74
5534
5535         * src/folderview.c
5536                 o proper check for root node sorting
5537                 o remove unnecessary gtk_ctree_remove_node 
5538
5539         (should fix bug #300, "crash while moving folder")      
5540
5541 2003-09-08 [christoph]  0.9.4claws73
5542
5543         * src/folderview.c
5544                 o fix double adding of IMAP FolderItems to GtkCTree
5545                 o fix crash then mbox folder is removed
5546
5547 2003-09-08 [christoph]  0.9.4claws72
5548
5549         * src/folder.c
5550         * src/folderview.c
5551         * src/mainwindow.c
5552                 fix new folder notification
5553
5554         * src/mbox_folder.c
5555                 fix cache path
5556
5557 2003-09-08 [christoph]  0.9.4claws71
5558
5559         * src/compose.c
5560                 replace '\n' and '\r' before removing trailing spaces
5561
5562         * src/folder.[ch]
5563         * src/folderview.c
5564                 add information about new or removed items in folder tree change
5565                 notification and use this in folderview to add and remove only
5566                 the appected items and not refresh the whole tree
5567
5568 2003-09-07 [match]      0.9.4claws70
5569
5570         * src/Makefile.am
5571         * src/addr_compl.c
5572         * src/addressbook.c
5573         * src/addressitem.h
5574         * src/addrindex.c
5575         * src/addritem.c
5576         * src/addritem.h
5577         * src/addrquery.c                       ** NEW **
5578         * src/addrquery.h
5579         * src/ldapquery.c
5580         * src/ldapserver.c
5581         * src/stock_pixmap.c
5582         * src/stock_pixmap.h
5583         * src/pixmaps/address_search.xpm        ** NEW **
5584                 re-introduce Lookup button for LDAP 'static' searches.
5585
5586 2003-09-07 [alfons]     0.9.4claws69
5587         
5588         * src/summaryview.c
5589                 abandon setting usize for messageview because it gives layout problems
5590                 with the quick search bar and the headerview; fixes assorted UI glitches:
5591                 
5592                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5593                 o bug #280, "Window resiizes for line length but does not revert"
5594
5595 2003-09-07 [christoph]  0.9.4claws68
5596
5597         * src/compose.c
5598                 o make sure we don't have any newlines in header values
5599                 o check custom headers for spaces and newlines and ignore
5600                   malformed header names
5601
5602 2003-09-06 [christoph]  0.9.4claws67
5603
5604         * src/folder.c
5605         * src/folderview.c
5606                 invoke notification hook for folder tree changes after append
5607                 and remove folder
5608
5609         (closes Bug 294 Crash while moving folder with many subdirectories)
5610
5611 2003-09-06 [christoph]  0.9.4claws66
5612
5613         * src/folder.c
5614                 destroy folder's MsgCache if FolderItem is removed to make sure
5615                 it is not saved when the FolderItem is destroyed
5616
5617 2003-09-06 [christoph]  0.9.4claws65
5618
5619         * src/plugins/clamav/clamav_plugin.c
5620                 fix copy & paste bug
5621
5622 2003-09-05 [christoph]  0.9.4claws64
5623
5624         * src/folder.c
5625         * src/messageview.[ch]
5626         * src/procmsg.[ch]
5627         * src/summaryview.c
5628                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5629                 by MessageView to clear it when the message is deleted. Should
5630                 work even if messages are deleted in MainWindow or by
5631                 processing.
5632
5633 2003-09-05 [alfons]     0.9.4claws63
5634
5635         * src/messageview.c
5636                 deleting a message in a message view frees its msginfo, make 
5637                 messageview_update_all() aware of that (should fix bug #293,
5638                 "deleting message caused crash")
5639
5640 2003-09-05 [melvin]     0.9.4claws62
5641
5642         * src/action.c
5643                 Improve synchronous action exit code (fixes 
5644                 a ~5 seconds delay after action exit on RedHat 9)
5645
5646 2003-09-04 [christoph]  0.9.4claws61
5647
5648         * src/compose.c
5649         * src/rfc2015.c
5650         * src/common/utils.[ch]
5651                 add util function to create mime boundary and use it
5652                 in compose and gpg code
5653
5654 2003-09-04 [alfons]     0.9.4claws60
5655
5656         * src/folder.c
5657                 source folder item's GNode should already have been freed in 
5658                 a previous call to src->folder->klass->remove_folder()
5659                 (should fix bug #287, "crash when moving folders")
5660
5661 2003-09-03 [thorsten]   0.9.4claws59
5662
5663         * src/plugins/spamassassin/spamassassin_gtk.c
5664                 fix compile error
5665
5666 2003-09-03 [christoph]  0.9.4claws58
5667
5668         * src/plugins/spamassassin/spamassassin.[ch]
5669         * src/plugins/spamassassin/spamassassin_gtk.c
5670                 add timeout config option
5671
5672 2003-09-03 [paul]       0.9.4claws57
5673
5674         * po/sk.po      ** NEW FILE **
5675                 add Slovak translation. Submitted by Andrej Kacian 
5676                 <andrej@kacian.sk>
5677
5678 2003-09-03 [paul]       0.9.4claws56
5679
5680         * src/plugins/clamav/clamav_plugin_gtk.c
5681                 gui tweaks: replace a label with a tooltip, modify the
5682                 text, use gtk_check_button_new(); instead of
5683                 gtk_check_button_new_with_label("");
5684
5685 2003-09-02 [alfons]     0.9.4claws55
5686
5687         * src/gtk/filesel.c
5688                 remember last used dir when attaching multiple files (should fix
5689                 bug #290, "Attach File does not remember directory")
5690
5691 2003-09-01 [paul]       0.9.4claws54
5692
5693         * po/es.po
5694                 updated by Ricardo Mones Lastra
5695
5696 2003-09-01 [alfons]     0.9.4claws53
5697
5698         * src/gtk/gtkaspell.[ch]
5699                 be pedantic and strict and use const gchar * instead of guchar *
5700
5701 2003-09-01 [alfons]     0.9.4claws52
5702
5703         * src/mainwindow.c
5704         * src/summaryviewc.
5705                 re-enable Save As when multiple messages are selected
5706
5707 2003-09-01 [paul]       0.9.4claws51
5708
5709         * src/textview.c
5710                 g_free(trimmed_uri);
5711
5712 2003-09-01 [paul]       0.9.4claws50
5713
5714         * sync with 0.9.4cvs13
5715                 see ChangeLog 2003-09-01
5716
5717 2003-09-01 [paul]       0.9.4claws49
5718
5719         * src/textview.c
5720                 trim uri before sending to the statusbar
5721                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5722                 in the message window causes main S-C window to enlarge 
5723                 past screen edges'
5724
5725 2003-09-01 [paul]       0.9.4claws48
5726
5727         * sync with 0.9.4cvs12
5728                 see ChangeLog 2003-09-01
5729
5730 2003-08-30 [christoph]  0.9.4claws47
5731
5732         * src/compose.c
5733         * src/folder_item_prefs.[ch]
5734         * src/prefs_folder_item.c
5735         * src/gtk/gtkaspell.[ch]
5736                 commit per folder dictionary patch by
5737                 Paul Evans <nerd@freeuk.com>
5738
5739 2003-08-30 [christoph]  0.9.4claws46
5740
5741         * src/plugins/spamassassin/spamassassin_gtk.c
5742         * src/plugins/spamassassin/spamassassin_gtk.glade
5743                 reduce GUI clutter by placing hints into tooltips
5744
5745 2003-08-30 [paul]       0.9.4claws45
5746
5747         * src/compose.c
5748                 add 'Content-Disposition: inline' to a text/plain
5749                 part when using PGP/MIME signing
5750
5751 2003-08-30 [paul]       0.9.4claws44
5752
5753         * src/prefs_common.c
5754           src/prefs_spelling.c
5755           src/prefs_spelling.glade
5756                 reduce GUI clutter by placing hints into tooltips
5757
5758 2003-08-29 [christoph]  0.9.4claws43
5759
5760         * configure.ac
5761                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5762
5763         * src/stock_pixmap.c
5764                 change unecessary warning into a debug message
5765
5766         * src/plugins/clamav/Makefile.am
5767                 Fix error "-I$(CLAMAV_LIBS)"
5768
5769 2003-08-29 [christoph]  0.9.4claws42
5770
5771         * intl/Makefile.in
5772         * src/Makefile.am
5773         * src/matcher.h
5774         * src/common/Makefile.am
5775         * src/common/passcrypt.c
5776                 commit fixes and patches for some of the IRIX problems found by
5777                 Ivan Rayner <ivanr@sgi.com>
5778
5779 2003-08-29 [paul]       0.9.4claws41
5780
5781         * src/prefs_filtering.c
5782                 add 'Top' and 'Bottom' buttons, based on changes in
5783                 src/prefs_filter.c in 0.9.4cvs11.
5784
5785 2003-08-27 [christoph]  0.9.4claws40
5786
5787         * src/folderview.c
5788                 fix bug that the current summary settings were copied to the
5789                 wrong folder item, when the folder item prefs are opened.
5790                 Copying is not required because summary settings and
5791                 folder_item_prefs do not contain the same settings
5792
5793 2003-08-27 [thorsten]   0.9.4claws39
5794
5795         * src/imap.c
5796                 fix compile error
5797
5798 2003-08-26 [paul]       0.9.4claws38
5799
5800         * sync with 0.9.4cvs9
5801                 see ChangeLog 2003-08-26
5802
5803 2003-08-25 [paul]       0.9.4claws37
5804
5805         * sync with 0.9.4cvs8
5806                 see ChangeLog 2003-08-25
5807
5808 2003-08-24 [christoph]  0.9.4claws36
5809
5810         * src/prefs_filtering.c
5811                 shouldn't remove items from a GSList while iterating over the
5812                 list (makes cur invalid and cur->next not accessable)
5813
5814         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5815          crashed)
5816
5817 2003-08-23 [christoph]  0.9.4claws35
5818
5819         * src/news.c
5820                 news folders should be scanned when opened
5821
5822 2003-08-22 [christoph]  0.9.4claws34
5823
5824         * src/prefs_folder_item.c
5825                 use macro to assign strings that always frees the old string
5826
5827         * src/gtk/gtkaspell.[ch]
5828                 add gtkaspell_set_dictionary_menu_active_item() to set active
5829                 item in dictionary option menu
5830
5831         * src/prefs_spelling.c
5832                 use gtkaspell_set_dictionary_menu_active_item() to select
5833                 dictionary
5834
5835 2003-08-21 [christoph]  0.9.4claws33
5836
5837         * src/folder.[ch]
5838         * src/imap.c
5839         * src/mbox_folder.c
5840         * src/mh.c
5841         * src/news.c
5842                 optimize folder system
5843
5844         * src/gtk/gtkstext.c
5845                 fix division by zero when font has 0 width for ' '
5846
5847 2003-08-21 [paul]       0.9.4claws32
5848
5849         * sync with 0.9.4cvs7
5850                 see ChangeLog 2003-08-20
5851
5852 2003-08-19 [paul]       0.9.4claws31
5853
5854         * src/common/defs.h
5855                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5856                 SYLDOC_FAQ_HTML_INDEX.
5857         * src/manual.c
5858                 use LC_MESSAGES instead of LC_ALL to find the current
5859                 language
5860
5861           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5862
5863 2003-08-19 [paul]       0.9.4claws30
5864
5865         * po/bg.po
5866                 updated by George Danchev
5867
5868 2003-08-18 [luke]       0.9.4claws29
5869         * src/mimeview.[ch]
5870         * src/gtk/gtkvscrollbutton.[ch]
5871                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5872                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5873                 o removed horizontal separator between icons
5874
5875 2003-08-17 [christoph]  0.9.4claws28
5876
5877         * src/procmsg.c
5878                 no subject threading when the subject has no reply prefix
5879
5880 2003-08-16 [christoph]  0.9.4claws27
5881
5882         * src/mainwindow.c
5883                 remember and restore window sizes and position when the main
5884                 window is hidden or shown
5885
5886         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5887          minimised/reopened using trayicon)
5888
5889 2003-08-16 [paul]       0.9.4claws26
5890
5891         * src/crash.c
5892                 add #include "defs.h"
5893
5894 2003-08-16 [paul]       0.9.4claws25
5895
5896         * src/plugins/clamav/clamav_plugin.c
5897                 reword a debug_print
5898                 
5899         * src/plugins/dillo_viewer/dillo_prefs.c
5900                 cosmetic: change the labels' text, add tooltips, and
5901                 left-align the hint
5902
5903 2003-08-15 [christoph]  0.9.4claws24
5904
5905         * src/news.c
5906                 complete last change (forgot some changes)
5907
5908 2003-08-15 [christoph]  0.9.4claws23
5909
5910         * src/news.c
5911                 o check number of messages and don't return a 0 message
5912                   when no messages are available
5913                 o don't parse xref header anymore
5914
5915         (closes Bug 203 I'm not getting any news)
5916
5917 2003-08-15 [paul]       0.9.4claws22
5918
5919         * src/common/defs.h
5920           src/crash.c
5921                 update and define claws bugzilla location
5922
5923 2003-08-15 [paul]       0.9.4claws21
5924
5925         * po/ru.po
5926                 update submitted by Ruslan N. Balkin
5927
5928 2003-08-14 [christoph]  0.9.4claws20
5929
5930         * src/procmsg.c
5931                 fix search for oldest node in subject threading
5932
5933 2003-08-14 [christoph]  0.9.4claws19
5934
5935         * src/procmsg.c
5936         * src/common/utils.h
5937                 add possibility to check all nodes with the same subject for
5938                 subject threading, not only the oldest node. Should not break
5939                 threads anymore if the oldest node is thread_by_subject_max_age
5940                 days older then parent, because it can now find a child of
5941                 oldest node as new parent.
5942
5943 2003-08-11 [christoph]  0.9.4claws18
5944
5945         * src/plugins/spamassassin/spamassassin.c
5946                 run spam check in background process
5947
5948 2003-08-10 [alfons]     0.9.4claws17
5949
5950         * src/summaryview.c
5951                 make `Select All' sensitive too
5952
5953 2003-08-10 [christoph]  0.9.4claws16
5954
5955         * src/imap.c
5956                 add more checks in imap_close
5957
5958 2003-08-09 [alfons]     0.9.4claws15
5959
5960         * src/prefs_spelling.c
5961                 no spell checking UI if not requested
5962
5963 2003-08-09 [alfons]     0.9.4claws14
5964
5965         * src/gtk/prefswindow.c
5966                 make it compile
5967
5968 2003-08-09 [christoph]  0.9.4claws13
5969
5970         * src/prefs_spelling.c
5971         * src/gtk/prefswindow.[ch]
5972         * src/plugins/clamav/clamav_plugin_gtk.c
5973         * src/plugins/spamassassin/spamassassin_gtk.c
5974                 sort prefs pages by heighest weight in tree
5975
5976 2003-08-09 [paul]       0.9.4claws12
5977
5978         * sync with 0.9.4cvs6
5979                 see ChangeLog 2003-08-07
5980                 
5981         * AUTHORS
5982                 add Leandro and Luke to claws-branch section
5983
5984 2003-08-09 [christoph]  0.9.4claws11
5985
5986         * src/gtk/Makefile.am
5987         * src/gtk/colorsel.[ch]                 ** NEW **
5988                 create a color selection dialog that can be used as a simple
5989                 function call with it's own gtk main loop like filesel.[ch]
5990
5991         * src/Makefile.am
5992         * src/main.c
5993         * src/prefs_common.c
5994         * src/prefs_spelling.[ch]               ** NEW **
5995         * src/prefs_spelling.glade              ** NEW **
5996         * src/gtk/gtkutils.[ch]
5997                 move "Spell Checker" prefs to new prefs dialog
5998
5999         * src/prefs_folder_item.c
6000                 use new colorsel dialog
6001
6002 2003-08-08 [paul]       0.9.4claws10
6003
6004         * src/inc.c
6005                 clear the progress bar unconditionally
6006
6007 2003-08-08 [paul]       0.9.4claws9
6008
6009         * sync with 0.9.4cvs4
6010                 see ChangeLog 2003-07-31
6011
6012 2003-08-07 [christoph]  0.9.4claws8
6013
6014         * configure.ac
6015                 fix bug in image viewer plugin part
6016
6017         * src/imap.c
6018                 don't execute close command if the folder item is not selected
6019
6020 2003-08-07 [hoa]        0.9.4claws7
6021
6022         * src/filtering.[ch]
6023         * src/matcher_parser.h
6024         * src/matcher_parser_parse.y
6025                 can define several actions for each filtering rule
6026                 can import old versions of filtering rules
6027
6028         * src/prefs_filtering.c
6029                 call to a new dialog box to define actions
6030
6031         * src/prefs_filtering_action.[ch]
6032                 dialog box to define actions for filtering rules
6033
6034 2003-08-06 [christoph]  0.9.4claws6
6035
6036         * src/imap.c
6037                 make sure source folder is selected when copying messages
6038
6039 2003-08-06 [christoph]  0.9.4claws5
6040
6041         * sync with 0.9.4cvs2
6042                 see ChangeLog 2003-07-29                
6043
6044 2003-08-05 [paul]       0.9.4claws4
6045
6046         * sync with 0.9.4cvs3
6047                 see ChangeLog 2003-07-30
6048
6049 2003-08-04 [match]      0.9.4claws3
6050
6051         * po/POTFILES.in
6052                 export of LDIF files.
6053
6054 2003-08-04 [match]      0.9.4claws2
6055
6056         * src/ldif.[ch]
6057                 support for export LDIF. documented.
6058         * src/importldif.[ch]
6059         * src/exportldif.[ch]
6060                 add tooltips. documented.
6061         * src/exphtmldlg.[ch]
6062         * src/common/xmlprops.[ch]
6063                 documented.
6064         * src/exportldif.[ch]                   ** NEW **
6065         * src/expldifdlg.[ch]                   ** NEW **
6066         * src/addressbook.[ch]
6067         * src/Makefile.am
6068                 export of LDIF files.
6069                 documented.
6070
6071 2003-08-04 [christoph]  0.9.4claws1
6072
6073         * .cvsignore
6074         * Makefile.am
6075         * configure.ac
6076         * sylpheed-claws.pc.in                  ** NEW **
6077         * src/Makefile.am
6078         * src/common/Makefile.am
6079         * src/gtk/Makefile.am
6080                 install sylpheed header files in $(pkgincludedir) and create a
6081                 pkg-config file to allow building a plugin without the source
6082                 package
6083
6084 2003-08-04 [paul]       0.9.4claws
6085
6086         * version 0.9.4claws
6087
6088 2003-08-04 [paul]       0.9.3claws97
6089
6090         * po/es.po
6091                 update Spanish translation. Submitted by Ricardo
6092                 Mones Lastra.
6093
6094 2003-08-03 [paul]       0.9.3claws96
6095
6096         * po/hr.po
6097           po/sr.po
6098                 update Croatian and Serbian translations. Submitted by
6099                 Dragan and Urke MMI respectively
6100
6101 2003-08-03 [alfons]     0.9.3claws95
6102
6103         * src/summaryview.c
6104                 mark flag has precedence over important flag - seems
6105                 to have been changed in sync of 0.9.3claws45. this fixes
6106                 a regression where messages that were scored as important
6107                 don't show their mark flags. (using the same column for
6108                 both importance as mark flags is the real problem
6109                 ofcourse)
6110
6111 2003-08-03 [melvin]     0.9.3claws94
6112
6113         * po/fr.po
6114                 Updated French translations.
6115
6116 2003-08-03 [melvin]     0.9.3claws93
6117
6118         * src/Makefile.am
6119                 Fixed typo introduced after 0.9.3claws92 
6120                 that prevented compilation
6121                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6122                 CPPFLAGS and YFLAGS to allow user setting these.
6123         * src/common/Makefile.am
6124         * src/gtk/Makefile.am
6125         * src/plugins/clamav/Makefile.am
6126         * src/plugins/demo/Makefile.am
6127         * src/plugins/dillo_viewer/Makefile.am
6128         * src/plugins/image_viewer/Makefile.am
6129         * src/plugins/mathml_viewer/Makefile.am
6130         * src/plugins/spamassassin/Makefile.am
6131         * src/plugins/trayicon/Makefile.am
6132         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6133                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6134                 CPPFLAGS and YFLAGS to allow user setting these.
6135
6136 2003-08-02 [christoph]  0.9.3claws92
6137
6138         * configure.ac
6139                 o rearrange plugin tests
6140                 o add test for clamav.h to ClamAV tests
6141
6142 2003-08-02 [luke]       0.9.3claws91
6143
6144         * src/mimeview.c
6145                 o fixed appearance of icon list when toggling back from the 
6146                   ctree
6147                 o toggling of icons using the keyboard works correctly
6148                 o fixed all other keyboard shortcuts to work when icons are
6149                   active
6150         
6151         * src/messageview.c
6152                 o fixed bug 4 - focus lost when changing messageview view type
6153
6154 2003-08-02 [christoph]  0.9.3claws90
6155
6156         * src/common/hooks.c
6157                 fix crash when pointer stored in hash table could get invalid
6158                 when a plugin is unloaded
6159
6160 2003-08-01 [christoph]  0.9.3claws89
6161
6162         * configure.ac
6163                 o try to build all plugins (except spamassassin) by default
6164                 o don't build a plugin if a dependency check fails
6165
6166         * src/common/hooks.c
6167                 fix warning
6168
6169 2003-08-01 [match]      0.9.3claws88
6170
6171         * src/importldif.c
6172                 allow single click field selection. document code.
6173
6174 2003-08-01 [christoph]  0.9.3claws87
6175
6176         * src/plugins/clamav/clamav_plugin.c
6177         * src/plugins/clamav/clamav_plugin_gtk.c
6178         * src/plugins/dillo_viewer/dillo_viewer.c
6179         * src/plugins/image_viewer/plugin.c
6180         * src/plugins/mathml_viewer/mathml_viewer.c
6181         * src/plugins/spamassassin/spamassassin.c
6182         * src/plugins/spamassassin/spamassassin_gtk.c
6183         * src/plugins/trayicon/trayicon.c
6184                 add version check to all plugins
6185
6186 2003-08-01 [hoa]        0.9.3claws86
6187
6188         * src/prefs_filtering.c
6189                 fixed a cosmetic bug, during creation of dialog box,
6190                 wrong widgets were shown after creation.
6191
6192 2003-08-01 [luke]       0.9.3claws85
6193
6194         * src/mainwindow.c
6195                 o fixed visibility of icons/mimeview after toggling separate
6196                   message/folder view (factored out some similar code too).
6197
6198
6199 2003-07-31 [alfons]     0.9.3claws84
6200
6201         * src/mimeview.c
6202                 tweak icon box UI a bit more, now allowing right-clicks actions
6203                 getting the relevant mime data too; should fix #250, "Can't save 
6204                 attachments sometimes".
6205
6206 2003-07-30 [alfons]     0.9.3claws83
6207
6208         * src/compose.c
6209                 don't do auto-save-draft inside key press handler, but rather
6210                 schedule it half of a second later; should fix #67, "autosave 
6211                 make re-rediting message crazy"
6212
6213 2003-07-30 [christoph]  0.9.3claws82
6214
6215         * src/plugins/trayicon/trayicon.c
6216                 process pending events before unloading the plugin
6217
6218         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6219
6220 2003-07-30 [alfons]     0.9.3claws81
6221
6222         * src/common/hooks.c
6223                 parameter 2 of g_hook_destroy() should really be a hook id
6224
6225 2003-07-30 [alfons]     0.9.3claws80
6226
6227         * src/common/plugin.c
6228                 fix a possibly harmful function signature mismatch 
6229                 for plugin_done
6230
6231 2003-07-30 [alfons]     0.9.3claws79
6232
6233         * src/common/hooks[.ch]
6234                 const correctness
6235
6236 2003-07-30 [darko]      0.9.3claws78
6237
6238         * src/summaryview.c
6239                 make it compile again
6240
6241 2003-07-30 [luke]       0.9.3claws77
6242
6243         * src/crash.c
6244         * src/main.c
6245                 o added/moved signal handlers for SIGTERM (normal kill command) 
6246                   and SIGINT (ctl-c) to be used even without 
6247                   --enable-crash-dialog, fixing bug 166
6248
6249         * src/summaryview.c
6250                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6251                   bug 227
6252
6253         * src/mainwindow.c
6254                 o changed sensitivity condition for 'Next new' and 'Next 
6255                   unread', fixing bug 8
6256
6257 2003-07-29 [alfons]     0.9.3claws76
6258
6259         * src/common/utils.[ch]
6260                 add generate_msgid()
6261         * src/messageview.c
6262                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6263                 sent folder".
6264
6265 2003-07-29 [alfons]     0.9.3claws75
6266
6267         * src/messageview.c
6268                 fix a memleak (claws-only)
6269
6270 2003-07-29 [alfons]     0.9.3claws74
6271
6272         * src/mimeview.[ch]
6273         * src/gtk/gtkvscrollbutton.[ch]
6274                 fix UI glitch where mime icon toolbox' scroll position is not 
6275                 reset after switching to another message
6276                 
6277
6278 2003-07-29 [paul]       0.9.3claws73
6279
6280         * src/prefs_folder_item.c
6281                 split the prefs into 2 separate pages
6282
6283 2003-07-29 [paul]       0.9.3claws72
6284
6285         * src/compose.c
6286                 prepend "\n\n" to a signature without a separator too
6287
6288 2003-07-29 [paul]       0.9.3claws71
6289
6290         * src/compose.c
6291                 fix bug where changing to an account without an auto-sig
6292                 from an initial account without an auto-sig would insert 
6293                 2 blank lines at the cursor point
6294                 fix bug where changing to an account with an auto-sig
6295                 from an initial account without an auto-sig would insert
6296                 the sig at the cursor point
6297
6298 2003-07-29 [paul]       0.9.3claws70
6299
6300         * src/folderview.c
6301                 use the colour from the folder pref unless the folder
6302                 has new messages
6303
6304 2003-07-29 [alfons]     0.9.3claws69
6305
6306         * src/procmsg.[ch]
6307         * src/messageview.c
6308         * src/procheader.c
6309                 rewrite return receipt request work a little bit (the former 
6310                 implementation presumably depended too much on the UI setting
6311                 flags). (we're losing the old pending flag.) 
6312
6313 2003-07-28 [christoph]  0.9.3claws68
6314
6315         * src/folder.c
6316         * src/imap.c
6317         * src/mh.c
6318         * src/procmsg.[ch]
6319                 fix copy to IMAP folder from other folder
6320
6321 2003-07-28 [christoph]  0.9.3claws67
6322
6323         * src/procmsg.c
6324                 fix sync of procmsg_get_message_file_list
6325
6326 2003-07-28 [christoph]  0.9.3claws66
6327
6328         * sync with 0.9.3cvs14
6329                 see ChangeLog 2003-07-18
6330         * sync with 0.9.3cvs17
6331                 see ChangeLog 2003-07-23
6332
6333         (closes Bug 234 segmentation fault after sending out mail via
6334          smtp(auth))
6335
6336 2003-07-28 [paul]       0.9.3claws65
6337
6338         * po/es.po
6339                 update Spanish translation, submitted by Ricardo Mones
6340                 Lastra
6341
6342 2003-07-28 [christoph]  0.9.3claws64
6343
6344         * src/folder.[ch]
6345         * src/imap.c
6346         * src/mh.c
6347                 return new message numbers as a GRelation instead of a GSList
6348                 that has to be in the same order as the input list. A list
6349                 would make it hard for IMAP to optimize oepration by sorting
6350                 the input list. The returned list would have to be reordered
6351                 to match the same order that input list has.
6352
6353         * src/gtk/gtkaspell.c
6354                 fix missing return value, could cause a crash when garbage is
6355                 on the stack that is used as the expected return value
6356
6357 2003-07-28 [paul]       0.9.3claws63
6358
6359         * sync with 0.9.4cvs1
6360                 see ChangeLog 2003-07-28
6361
6362 2003-07-27 [alfons]     0.9.3claws62
6363
6364         * src/mimeview.c
6365                 tweak it more to make icon list act like a check button group
6366
6367 2003-07-27 [christoph]  0.9.3claws61
6368
6369         * sync with 0.9.3cvs20
6370                 see ChangeLog 2003-07-25
6371
6372 2003-07-27 [paul]       0.9.3claws60
6373
6374         * src/procmsg.c
6375                 re-commit changes from 0.9.3claws58 -
6376                 accidently removed in 0.9.3claws59
6377
6378 2003-07-27 [paul]       0.9.3claws59
6379
6380         * src/procmsg.[ch]
6381                 a sync from 0.9.3cvs17
6382                 see ChangeLog 2003-07-23
6383
6384 2003-07-27 [alfons]     0.9.3claws58
6385
6386         * src/procmsg.c
6387                 add missing header members to MsgInfo; fixes the problem of 
6388                 not displaying X-Faces, as noticed by Ricardo Mones
6389
6390 2003-07-26 [christoph]  0.9.3claws57
6391
6392         * sync with 0.9.3cvs18
6393                 see ChangeLog 2003-07-24
6394
6395 2003-07-26 [christoph]  0.9.3claws56
6396
6397         * sync with 0.9.3cvs17
6398                 see ChangeLog 2003-07-23
6399
6400 2003-07-26 [christoph]  0.9.3claws55
6401
6402         * src/folder.[ch]
6403         * src/imap.c
6404         * src/mbox_folder.c
6405         * src/mh.c
6406         * src/news.c
6407                 add support for copy function that copy multiple messages
6408                 (not implemented yet)
6409
6410         * src/summaryview.c
6411                 add missing return value
6412
6413 2003-07-26 [paul]       0.9.3claws54
6414
6415         * tools/multiwebsearch.pl
6416                 do whitespace substitution before passing the string
6417                 to the browser. fixes bug with browsers that don't
6418                 do whitespace conversion themselves.
6419
6420 2003-07-25 [christoph]  0.9.3claws53
6421
6422         * src/folder.[ch]
6423         * src/imap.c
6424         * src/mh.c
6425                 rewrite adding of multiple messages to a folder for
6426                 claws' folder system
6427
6428 2003-07-25 [luke]       0.9.3claws52
6429
6430         * src/mimeview.c
6431                 o icon toggles set correctly on leaving ctree mimeview
6432
6433 2003-07-25 [paul]       0.9.3claws51
6434
6435         * partial sync with 0.9.3cvs21 [src/main.c]
6436                 see ChangeLog 2003-07-25
6437
6438 2003-07-24 [paul]       0.9.3claws50
6439
6440         * tools/maildir2sylpheed.pl
6441                 fix typo
6442
6443 2003-07-24 [paul]       0.9.3claws49
6444
6445         * src/mimeview.c
6446                 increase the gutter size of paned so that the panes
6447                 can be resized
6448                 
6449         * src/plugins/demo/demo.c
6450                 squeeze in another typo fix
6451
6452 2003-07-24 [paul]       0.9.3claws48
6453
6454         * src/plugins/demo/demo.c
6455           src/prefs_account.c
6456                 small changes to the English
6457                 
6458         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6459           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6460           src/Makefile.am
6461           src/stock_pixmap.c
6462                 rename the misspelled icon
6463
6464 2003-07-23 [alfons]     0.9.3claws47
6465
6466         * src/mimeview.c
6467                 make icon list look like a list of toggles
6468
6469 2003-07-23 [luke]       0.9.3claws46
6470
6471         * src/pixmaps/mimeview_gpg_expired.xpm
6472         * src/pixmaps/mimeview_gpg_failed.xpm
6473         * src/pixmaps/mimeview_gpg_passed.xpm
6474         * src/pixmaps/mimeview_text_html.xpm
6475         * src/pixmaps/mimeview_image.xpm
6476                 o all icons the same size
6477
6478         * src/mimeview.[ch]
6479                 o mimeview ctree arranged vertically above the viewer
6480                 o icons changed to buttons
6481                 o can use keyboard to select an icon (Enter)
6482                 o resize icon list to width of icons
6483
6484         *  src/gtk/gtkvscrollbutton.c
6485                 o sensitivity of buttons reacts to position
6486
6487 2003-07-23 [christoph]  0.9.3claws45
6488
6489         * sync with 0.9.3cvs14 (incomplete)
6490                 see ChangeLog 2003-07-17
6491
6492 2003-07-23 [alfons]     0.9.3claws44
6493
6494         * src/folder.c
6495         * src/procmsg.h
6496                 sync with my local tree to restore some claws-only things
6497
6498 2003-07-23 [paul]       0.9.3claws43
6499
6500         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6501           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6502           src/Makefile.am
6503           src/mimeview.c
6504           src/procmime.h
6505           src/rfc2015.c
6506           src/stock_pixmap.[ch]
6507                 indicate missing keys and expired sigs/keys
6508                 in mime view column
6509
6510 2003-07-23 [paul]       0.9.3claws42
6511
6512         * src/compose.c
6513                 Redirect fixes: enable automatic account selection and
6514                 do not append signature to message on changing account
6515                 fixes Bug[s] #248
6516
6517 2003-07-23 [paul]       0.9.3claws41
6518
6519         * sync with 0.9.3cvs16
6520                 see ChangeLog 2003-07-23
6521
6522 2003-07-23 [alfons]     0.9.3claws40
6523
6524         * src/inc.c
6525                 give progress dialog a main window, and give it the first 
6526                 one (presumably the only one). fixes bug #247, "segfault on 
6527                 pop-before-smtp" 
6528
6529 2003-07-22 [alfons]     0.9.3claws39
6530
6531         * src/summaryview.c
6532                 shift-space scrolls up
6533
6534 2003-07-22 [paul]       0.9.3claws38
6535
6536         * sync with 0.9.3cvs15
6537                 see ChangeLog 2003-07-22
6538
6539 2003-07-20 [alfons]     0.9.3claws37
6540
6541         * src/compose.c
6542                 put menu inside #ifdef USE_ASPELL..#endif
6543
6544 2003-07-20 [christoph]  0.9.3claws36
6545
6546         * src/procmsg.c
6547                 fix wrong flags in MsgInfo returned by
6548                 procmsg_msginfo_get_full_info()
6549
6550         (closes Bug 221 Deleting messages from the Message View gives incorrect
6551          new/unread message counts in the folder view)
6552
6553         * src/plugins/spamassassin/spamassassin_gtk.c
6554                 add gettext macro for prefs page title
6555
6556 2003-07-20 [paul]       0.9.3claws35
6557
6558         * src/mimeview.c
6559                 redraw icon list on signature check
6560
6561 2003-07-20 [christoph]  0.9.3claws34
6562
6563         * src/Makefile.am
6564         * src/account.c
6565         * src/folder.[ch]
6566         * src/folder_item_prefs.[ch]            ** NEW **
6567         * src/folderview.c
6568         * src/mainwindow.c
6569         * src/mh.c
6570         * src/prefs_gtk.c
6571         * src/prefs_scoring.c
6572         * src/summaryview.c
6573         * src/prefs_folder_item.[ch]
6574                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6575                   Properties dialog
6576                 o use prefswindow for folder properties
6577
6578         * src/gtk/prefswindow.[ch]
6579                 change implementation to use an invisible notebook instead
6580                 of unparenting widgets
6581
6582 2003-07-20 [christoph]  0.9.3claws33
6583
6584         * src/compose.h
6585         * src/folder.c
6586         * src/folderview.h
6587         * src/headerview.h
6588         * src/prefs_filtering.h
6589         * src/prefs_folder_item.[ch]
6590         * src/procmime.h
6591         * src/procmsg.h
6592         * src/summaryview.h
6593                 clean up header mess
6594                 (always use 1. typedefs, 2. #includes, 3. structures)
6595
6596         * src/common/version.h.in
6597                 add casts for constants
6598
6599         * src/plugins/demo/demo.c
6600                 fix typo
6601
6602         * src/plugins/spamassassin/spamassassin.c
6603                 remove unused variable
6604
6605 2003-07-20 [alfons]     0.9.3claws32
6606
6607         * src/mimeview.c
6608                 o make icon buttons respond on left click
6609                 o minor cosmetic change
6610
6611 2003-07-19 [luke]       0.9.3claws31
6612
6613         * src/mimeview.[ch]
6614         * src/gtk/gtkvscrollbutton.c
6615         * src/messageview.c
6616                 o improved mimeview behaviour when selecting a new message
6617                 o plus code cleanups to remove compile warnings
6618
6619
6620 2003-07-19 [alfons]     0.9.3claws30
6621
6622         * src/procmsg.c
6623         * src/compose.c
6624         * src/common/utils.[ch]
6625                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6626
6627 2003-07-19 [alfons]     0.9.3claws29
6628
6629         * src/prefs_folder_item.c
6630                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6631                 string pointers
6632
6633 2003-07-19 [luke]       0.9.3claws28
6634
6635         * src/messageview.c
6636         * src/mimeview.[ch]
6637         * src/procmime.h
6638         * src/rfc2015.c
6639         * src/stock_pixmap.[ch]
6640         * src/gtk/Makefile.am
6641         * src/Makefile.am
6642         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6643         * src/pixmaps/mime_*.xpm                ** NEW **
6644                 o mimeview rearrangement with a new icon shortcut bar
6645
6646 2003-07-19 [alfons]     0.9.3claws27
6647
6648         * src/folderview.c
6649                 o plug leaking nodes_to_recollapse
6650                 o add folderview_recollapse_all_nodes() (not used yet)
6651
6652 2003-07-19 [alfons]     0.9.3claws26
6653
6654         * src/compose.c
6655         * src/common/utils.c
6656                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6657                 for both forwarding as replying
6658
6659 2003-07-18 [christoph]  0.9.3claws25
6660
6661         * configure.ac
6662         * src/common/sylpheed.[ch]
6663         * src/common/version.h.in
6664                 add version in numeric form to allow easy comparison
6665
6666         * src/plugins/demo/demo.c
6667                 add version check
6668                 - sylpheed version > plugin version => never allowed, sylpheed
6669                   could contain unknown API changes
6670                 - sylpheed version < minimum version required => don't load,
6671                   API required not available (if linking does not fail)
6672
6673 2003-07-18 [alfons]     0.9.3claws24
6674         
6675         * src/common/plugin.[ch]
6676                 const correctness
6677
6678 2003-07-18 [christoph]  0.9.3claws23
6679
6680         * src/common/hooks.c
6681                 fix crash when hooks where unregisted
6682
6683         * src/plugins/trayicon/trayicon.c
6684                 unregister detroy signal before destroying the widget
6685                 (still crashes when the plugin is unloaded)
6686
6687 2003-07-18 [alfons]     0.9.3claws22
6688         
6689         * src/folderview.c
6690                 delay expanding folder tree during drags until timeout triggered
6691                 (needs perhaps some tweaking, so testing is welcome)
6692
6693 2003-07-17 [alfons]     0.9.3claws21
6694
6695         * src/folderview.c
6696                 clean up cruft
6697
6698 2003-07-17 [christoph]  0.9.3claws20
6699
6700         * src/common/session.c
6701                 fix opening of SSL connections
6702
6703         * src/plugins/image_viewer/Makefile.am
6704                 add OPENSSL_CFLAGS (we should find a better solution to remove
6705                 this dependencies if they are not required)
6706
6707         * src/plugins/spamassassin/spamassassin.c
6708                 remove setlocale workaround (fixed in libspamc)
6709
6710         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6711          if spell checking enabled)
6712
6713 2003-07-17 [alfons]     0.9.3claws19
6714
6715         * src/common/hooks.[ch]
6716         * src/plugins/clamav/clamav_plugin.c
6717         * src/plugins/spamassassin/spamassassin.c
6718         * src/plugins/trayicon/trayicon.c
6719                 fix signedness muck 
6720
6721 2003-07-17 [alfons]     0.9.3claws18
6722
6723         * src/procmime.c
6724                 plug memleak
6725
6726 2003-07-17 [alfons]     0.9.3claws17
6727
6728         * src/inc.c
6729                 plug memleak
6730
6731 2003-07-17 [paul]       0.9.3claws16
6732
6733         * src/common/defs.h
6734           src/mainwindow.c
6735           src/manual.[ch]
6736                 add link to the Claws site's FAQ page, after the suggestion
6737                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6738                 Move url strings to defs.h
6739                 
6740         * src/mainwindow.c
6741                 fix typo to prevent "unknown menu entry" warnings
6742
6743 2003-07-17 [alfons]     0.9.3claws15
6744
6745         * src/folderview.[ch]
6746         * src/summaryview.[ch]
6747         * src/mimeview.[ch]
6748                 plug DnD leaks 
6749
6750 2003-07-17 [paul]       0.9.3claws14
6751
6752         * src/inc.c
6753                 remove two instances of 'GTK_EVENTS_FLUSH' because
6754                 they are unnecessary and probably cause a stack overflow
6755
6756 2003-07-16 [christoph]  0.9.3claws13
6757
6758         * src/mimeview.[ch]
6759                 use an invisible GTK notebook to switch between viewers
6760                 instead of reparenting widgets
6761
6762 2003-07-16 [christoph]  0.9.3claws12
6763
6764         * src/folder.c
6765                 move folder_item_update_freeze() to correct place in
6766                 folder_item_scan_full()
6767
6768 2003-07-16 [paul]       0.9.3claws11
6769
6770         * sync with 0.9.3cvs12
6771                 see ChangeLog 2003-07-14 and 2003-07-15
6772
6773 2003-07-16 [christoph]  0.9.3claws10
6774
6775         * src/imap.[ch]
6776         * src/prefs_account.[ch]
6777                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6778
6779 2003-07-15 [alfons]     0.9.3claws9
6780
6781         * src/main.c
6782                 make --config-dir do something useful
6783
6784 2003-07-15 [alfons]     0.9.3claws8
6785
6786         * src/procmsg.c
6787                 o fix a bug where 'last' didn't really point to the last message
6788                   in the top level list of children, but to the last threaded
6789                   message. 
6790                 
6791                 o clean up and make it easier to sync
6792
6793 2003-07-15 [alfons]     0.9.3claws7
6794
6795         * src/mainwindow.c
6796                 make correct menu items sensitive       
6797
6798 2003-07-14 [alfons]     0.9.3claws6
6799
6800         * src/procmsg.c
6801                 tune the threader so it will not subject-thread any message
6802                 without a subject prefix (this will not thread correctly if 
6803                 a parent is delivered after their childs, but it looks 
6804                 better right now)
6805
6806 2003-07-13 [christoph]  0.9.3claws5
6807
6808         * src/mainwindow.c
6809                 group "Add mailbox *..." menu items in submenu
6810
6811 2003-07-13 [alfons]     0.9.3claws4
6812
6813         * src/summaryview.c
6814                 correct summary_toggle_pressed() signature and make sure
6815                 signal is not passed on
6816
6817 2003-07-13 [alfons]     0.9.3claws3
6818
6819         * src/summaryview.c
6820                 o for now don't pass on keys when they we're handled by 
6821                   ctree::key_press_event
6822                 o clean up
6823
6824 2003-07-13 [alfons]     0.9.3claws2
6825         
6826         * src/main.c
6827                 add command line option "--config-dir" to get the current 
6828                 configuration dir
6829
6830 2003-07-12 [alfons]     0.9.3claws1
6831
6832         * src/matcher.[ch]
6833         * src/matcher_parser_parse.y
6834         * src/prefs_filtering.c
6835         * src/filtering.c
6836                 add "Lock" filter action to lock messages;
6837
6838         * src/filtering.c       
6839                 remove debug_print()    
6840         * src/prefs_filtering.c
6841                 re-organize matcher part 9: 
6842                 make action text entries easily extendible;
6843                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6844                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6845
6846 2003-07-12 [paul]
6847
6848         * tools/README
6849                 update old information and add missing
6850                 information
6851
6852 2003-07-12 [paul]       0.9.3claws
6853
6854         * 0.9.3claws released
6855         
6856 2003-07-12 [paul]       0.9.0claws103
6857
6858         * src/Makefile.am
6859                 add addrquery.h
6860
6861 2003-07-12 [melvin]     0.9.0claws102
6862
6863         * src/messageview.c
6864                 Fixed bug #215: Show MIME tab for single text/html messages. 
6865                 
6866 2003-07-12 [paul]       0.9.0claws101
6867
6868         * man/sylpheed.1
6869                 updated
6870
6871 2003-07-12 [paul]       0.9.0claws100
6872
6873         * po/es.po
6874           po/hr.po
6875           po/pl.po
6876           po/sr.po
6877                 update Spanish, Croatian, Polish, Serbian translations.
6878                 submitted by Ricardo Mones Lastra, Dragan, Witold
6879                 Wladyslaw Wojciech Wilk, Urke MMI
6880
6881 2003-07-12 [melvin]     0.9.0claws99
6882
6883         * po/fr.po
6884                 Updated French translations.
6885
6886 2003-07-12 [paul]       0.9.0claws98
6887
6888         * src/addressbook.c
6889                 disable 'Lookup' button as it has no effect
6890
6891 2003-07-11 [alfons]     0.9.0claws97
6892         
6893         * src/summaryview.c
6894                 summary_searchbar_pressed() should return TRUE to signal that
6895                 event was handled. when returning void, the return value passed
6896                 to GTK is actually random, but maybe FALSE, in which case the
6897                 event is handled by parent
6898                 
6899 2003-07-10 [paul]       0.9.0claws96
6900
6901         * ac/missing/gettext.m4
6902                 update to version 0.12
6903
6904 2003-07-10 [paul]       0.9.0claws95
6905
6906         * src/plugins/clamav/clamav_plugin.c
6907                 fix bug where multipart/alternative messages
6908                 would slip through without being scanned
6909
6910 2003-07-10 [christoph]  0.9.0claws94
6911
6912         * src/folder.c
6913                 correct check if folder supports removing when a message is
6914                 moved. if not the message is only copied.
6915
6916         (closes Bug 132 crash on startup in newsgroups folders)
6917
6918 2003-07-09 [alfons]     0.9.0claws93
6919
6920         * configure.ac
6921         * src/common/defs.h
6922                 --with-config-dir (default .sylpheed)
6923
6924 2003-07-09 [christoph]  0.9.0claws92
6925
6926         * configure.ac
6927                 use PKG_CHECK_MODULES to check for gtkmathview
6928                 (version 0.4.2 now required)
6929
6930 2003-07-08 [melvin]     0.9.0claws91
6931
6932         * src/action.c
6933                 Implemented a progress bar that counts the number of completed
6934                 tasks when the action runs more than one command.
6935
6936 2003-07-08 [alfons]     0.9.0claws90
6937
6938         * src/procmsg.c
6939                 if queued message has an invalid Message-Id, don't try to
6940                 find message it refers to (fixes #209 "crash when processing 
6941                 in folder")
6942
6943 2003-07-08 [paul]       0.9.0claws89
6944
6945         * sync with 0.9.3cvs2
6946                 see ChangeLog 2003-07-08
6947
6948 2003-07-08 [match]      0.9.0claws88
6949
6950         * src/ldapctrl.c
6951                 extend LDAP search for first/last name by parsing search term.
6952
6953 2003-07-08 [alfons]     0.9.0claws87
6954
6955         * src/send_message.c
6956                 fix bug #208 "Status message stuck when sending on POP3 account"
6957
6958 2003-07-07 [paul]       0.9.0claws86
6959
6960         * po/hr.po
6961                 new Croatian translation, submitted by
6962                 Dragan <drleskov@inet.hr>
6963
6964 2003-07-07 [paul]       0.9.0claws85
6965
6966         * sync with 0.9.3cvs1
6967                 see ChangeLog 2003-07-07
6968
6969 2003-07-05 [christoph]  0.9.0claws84
6970
6971         * src/Makefile.am
6972         * src/messageview.c
6973         * src/mimeview.[ch]
6974         * src/stock_pixmap.[ch]
6975         * src/pixmaps/messageview_text.xpm              ** NEW **
6976                 move mimeview tabs to the right side and use icons
6977                 instead of text to save some space
6978
6979         (patch by Luke Plant <lukeplant@softhome.net>)
6980
6981 2003-07-05 [christoph]  0.9.0claws83
6982
6983         * src/inc.c
6984                 add NULL pointer checks
6985
6986         (patch by Luke Plant <lukeplant@softhome.net>)
6987         (closes Bug 204 0.9.0 quits on authentication error?!)
6988
6989 2003-07-05 [alfons]     0.9.0claws82
6990
6991         * configure.ac
6992                 take the clue in bug #202 "./configure script - 
6993                 'if test' comparison failure" reported by John Kristoff. 
6994
6995 2003-07-04 [christoph]  0.9.0claws81
6996
6997         * src/plugins/spamassassin/spamassassin.c
6998                 set timeout for spam check
6999
7000 2003-07-04 [christoph]  0.9.0claws80
7001
7002         * src/main.c
7003                 destroy all FolderItems when shutting down to
7004                 allow folders to clean up
7005
7006 2003-07-04 [melvin]     0.9.0claws79
7007
7008         * src/gtk/gtkaspell.c
7009                 Fixed bug #184 "Entering non-ascii character deletes
7010                 previous char if spell checking enabled": this makes
7011                 the spell checking in multibytes (e.g. UTF-8)locales work.
7012                 (Patch by Luke Plant).
7013                 
7014 2003-07-04 [christoph]  0.9.0claws78
7015
7016         * sync with 0.9.2cvs1
7017                 see ChangeLog 2003-06-10
7018
7019 2003-07-04 [paul]       0.9.0claws77
7020
7021         * sync with 0.9.3 release
7022                 see ChangeLog 2003-07-04
7023
7024 2003-07-03 [christoph]  0.9.0claws76
7025
7026         * src/folder.[ch]
7027         * src/imap.c
7028         * src/mbox_folder.c
7029         * src/mh.c
7030         * src/news.c
7031                 move folder_item_get_path() stuff into a folder virtual function
7032
7033         * src/procmsg.c
7034                 use folder_item_fetch_msg() to get message and do not contruct
7035                 the filename from path and number
7036
7037 2003-07-03 [paul]       0.9.0claws75
7038
7039         * sync with 0.9.2cvs12
7040                 see ChangeLog 2003-07-03
7041
7042 2003-07-02 [paul]       0.9.0claws74
7043
7044         * src/messageview.c
7045                 fix text-selection for replying
7046
7047 2003-07-02 [paul]       0.9.0claws73
7048
7049         * sync with 0.9.2cvs11
7050                 see ChangeLog 2003-07-02
7051
7052 2003-07-02 [paul]       0.9.0claws72
7053
7054         * src/procmsg.c
7055                 revert last commit because it breaks more
7056                 than it fixes
7057
7058 2003-07-02 [paul]       0.9.0claws71
7059
7060         * src/procmsg.c
7061                 fix thread by subject/sort by date
7062
7063 2003-07-01 [paul]       0.9.0claws70
7064
7065         * sync with 0.9.2cvs10
7066                 see ChangeLog 2003-07-01
7067
7068 2003-06-30 [paul]       0.9.0claws69
7069
7070         * sync with 0.9.2cvs9
7071                 see ChangeLog 2003-06-30
7072
7073 2003-06-28 [match]      0.9.0claws68
7074
7075         * src/addressbook.c
7076                 fix null ptr.
7077
7078 2003-06-27 [paul]       0.9.0claws67
7079
7080         * sync with 0.9.2cvs7
7081                 see ChangeLog 2003-06-27
7082
7083 2003-06-26 [christoph]  0.9.0claws66
7084
7085         * src/folder.c
7086                 freeze folder updates while a folder is scanned
7087
7088         (closes Bug 185 New message counter)
7089
7090 2003-06-26 [darko]      0.9.0claws65
7091
7092         * src/ldapserver.c
7093                 fix infinite loop when adding a new LDAP server
7094
7095 2003-06-26 [paul]       0.9.0claws64
7096
7097         * sync with 0.9.2cvs6
7098                 see ChangeLog 2003-06-26
7099
7100 2003-06-26 [paul]       0.9.0claws63
7101
7102         * sync with 0.9.2cvs5
7103                 see ChangeLog 2003-06-25 and 2003-06-26
7104
7105 2003-06-25 [match]      0.9.0claws62
7106
7107         * src/addr_compl.c
7108                 Fixed tab/backtab for dropped-down completion list to
7109                 move next/previous field. (close bug 147)
7110
7111 2003-06-25 [christoph]  0.9.0claws61
7112
7113         * src/addr_compl.[ch]
7114         * src/addrindex.[ch]
7115         * src/folderview.c
7116         * src/inc.c
7117         * src/news.c
7118         * src/summaryview.c
7119         * src/toolbar.c
7120                 fix warnings
7121
7122 2003-06-25 [leandro]    0.9.0claws60
7123
7124         * src/compose.c
7125                 o cleanups
7126                 o gray out "Message/Remove references" menu item if not
7127                   replying to a message
7128
7129 2003-06-24 [leandro]    0.9.0claws59
7130
7131         * src/compose.[ch]
7132                 o removed "Message/Create new thread" menu item
7133                 o added "Message/Remove references" menu item
7134                   (it's off by default and will not check anymore
7135                    if the subject changed)
7136
7137 2003-06-23 [alfons]     0.9.0claws58
7138
7139         * src/procmsg.c
7140                 try better grouping messages threaded by subject based on their age.
7141                 still not perfect - because the message tree is not sorted by date.  
7142
7143 2003-06-23 [thorsten]   0.9.0claws57
7144
7145         * src/pop.[ch]
7146                 added mail_receive_hook to allow modifications
7147                 directly after retrieval (e.g. adding headers).
7148
7149 2003-06-23 [paul]       0.9.0claws56
7150
7151         * src/sourcewindow.c
7152                  enable the use of Ctrl+A to select all text in
7153                  the sourcewindow
7154                  Patch submitted by Ivan Francolin Martinez
7155                  <ivanfm@users.sourceforge.net>
7156
7157 2003-06-22 [christoph]  0.9.0claws55
7158
7159         * src/folder.[ch]
7160                 o add notification hook for folder tree changes
7161                 o invoke hooks after folder tree scanning
7162
7163         * src/folderview.[ch]
7164                 register hook for folder tree changes that
7165                 updates the ctree
7166
7167         (there are more places that should be updated, like add, remove 
7168          or move folder)
7169
7170         (closes Bug 164 Crash on rebuild folder tree)
7171         (closes Bug 190 Crash on 'rebuilding folder tree')
7172
7173 2003-06-21 [leandro]    0.9.0claws54
7174
7175         * src/compose.[ch]
7176                 create a new thread if subject changes
7177                 (it's on by default, can be disabled in Message menu)
7178
7179 2003-06-21 [alfons]     0.9.0claws53
7180
7181         * src/summaryview.c
7182                 quiet little compiler
7183
7184 2003-06-21 [christoph]  0.9.0claws52
7185
7186         update gettext stuff to version 0.12
7187
7188 2003-06-19 [alfons]     0.9.0claws51
7189
7190         * src/common/log.c
7191         * src/common/plugin.c
7192                 move defs.h before glib.h to prevent MIN/MAX redefs
7193
7194 2003-06-19 [alfons]
7195
7196         * src/addressbook.c
7197                 translatable
7198
7199 2003-06-19 [match]      0.9.0claws50
7200
7201         * src/addressbook.[ch]
7202         * src/addrindex.[ch]
7203         * src/addr_compl.[ch]
7204         * src/editldap.[ch]
7205         * src/editldap_basedn.[ch]
7206         * src/addritem.[ch]
7207         * src/ldapquery.h
7208                 re-implemented dynamic LDAP search. works without
7209                 slowdown on display sender with addressbook
7210                 option.
7211         * src/addrbook.c
7212                 documented code.
7213
7214 2003-06-19 [paul]       0.9.0claws49
7215
7216         * src/compose.c
7217                 fix Bug #136 'Nonprovided quotation marks crash claws'
7218                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7219
7220 2003-06-19 [alfons]     0.9.0claws48
7221
7222         * src/prefs_common.[ch]
7223         * src/procmsg.c
7224                 restrict threading by subject by checking thread for
7225                 age (prefs_common.thread_by_subject_max_age)
7226
7227 2003-06-18 [christoph]  0.9.0claws47
7228
7229         * src/imap.c
7230                 fix memory leak in imap_cmd_fetch()
7231
7232 2003-06-18 [christoph]  0.9.0claws46
7233
7234         * src/prefs_gtk.c
7235                 fix memory leak in prefs_set_default() when used multiple
7236                 times or after prefs have been read
7237
7238 2003-06-18 [christoph]  0.9.0claws45
7239
7240         * src/common/plugin.c
7241                 fix memory leak in plugin_unload()
7242
7243 2003-06-18 [christoph]  0.9.0claws44
7244
7245         * src/imap.c
7246                 fix memory leak in imap_cmd_ok()
7247
7248 2003-06-18 [christoph]  0.9.0claws43
7249
7250         * src/folder.c
7251                 stop messages that are downloaded from POP3 and added to
7252                 an IMAP inbox from being filtered twice (first by POP3
7253                 and again when IMAP folder is scaned to get the UID of
7254                 the APPEND operation when no UIDPLUS is available)
7255
7256 2003-06-18 [alfons]
7257
7258         * tools/Makefile.am
7259                 phoenix <- firebird     
7260
7261 2003-06-18 [paul]
7262
7263         * tools/launch_phoenix          ** REMOVED **
7264           tools/launch_firebird         ** NEW **
7265                 renamed and edited to reflect the browser's name change from
7266                 'phoenix' to 'firebird'
7267
7268 2003-06-18 [paul]       0.9.0claws42
7269
7270         * sync with 0.9.2cvs2
7271                 see ChangeLog 2003-06-16
7272
7273 2003-06-17 [alfons]     0.9.0claws41
7274
7275         * src/procmsg.c
7276                 prevent threading problems when a node is an ancestor (parent / great parent),
7277                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7278                 for finding an sample set of messages)
7279
7280 2003-06-16 [christoph]  0.9.0claws40
7281
7282         * src/main.c
7283                 don't popup main window on --receive or --receive-all
7284
7285         * src/mainwindow.[ch]
7286         * src/plugins/trayicon/trayicon.c
7287                 allow hiding of main window by clicking on the trayicon
7288                 (doesn't work correctly in seperate window mode and may
7289                  cause unexpected GTK problems I couldn't find yet)
7290
7291         * src/common/ssl.c
7292                 remove incorrect warning
7293
7294 2003-06-15 [alfons]     0.9.0claws39
7295
7296         * src/gtk/gtkstext.c
7297                 don't output debug text;
7298                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7299                 for pointing this out);
7300
7301 2003-06-14 [alfons]     0.9.0claws38
7302         
7303         * src/messageview.c
7304                 remove printf() and make one if..else comply with coding style
7305
7306 2003-06-14 [alfons]     0.9.0claws37
7307
7308         * AUTHORS
7309                 add Martin Wicke
7310         * src/action.c
7311         * src/messageview.[ch]
7312         * src/summaryview.c
7313                 apply patch #754162 "Quoting messages filtered by actions" submitted
7314                 by Martin Wicke, which allows quoting message body changed by an
7315                 action (Thanks!).
7316
7317 2003-06-13 [alfons]     0.9.0claws36
7318
7319         * src/utils.c
7320                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7321                 use case insensitive regexp (suggested by Ivan Martinez)
7322
7323 2003-06-13 [christoph]  0.9.0claws35
7324
7325         * configure.ac
7326         * src/plugins/trayicon/Makefile.am
7327         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7328         * src/plugins/trayicon/trayicon.c
7329         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7330         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7331         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7332         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7333         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7334         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7335                 replace my own EggTrayIcon backport with the backport
7336                 used by (l|x)mule and gabber.
7337
7338 2003-06-13 [alfons]     0.9.0claws34
7339
7340         * AUTHORS
7341         * src/common/utils.c
7342                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7343
7344 2003-06-13 [alfons]     0.9.0claws33
7345
7346         * src/compose.c
7347                 clean up a little bit
7348
7349 2003-06-12 [alfons]     0.9.0claws32
7350
7351         * src/compose.c
7352                 const correctness fix
7353
7354         * src/common/sylpheed.[ch]
7355                 () -> (void)
7356                 prevent redef MIN/MAX
7357                 
7358         * src/common/utils.[ch]
7359                 () -> (void)
7360
7361 2003-06-12 [melvin]     0.9.0claws31
7362
7363         * src/compose.c
7364                 Updated to take into accounts changes in GtkAspell.
7365
7366 2003-06-12 [alfons]     0.9.0claws30
7367
7368         * src/compose.c
7369         * src/procmsg.c
7370         * src/common/utils.[ch]
7371                 handle reply subject prefixes better (initial 
7372                 suggestion by Robert Story adapted and enhanced 
7373                 using regexps)
7374
7375 2003-06-12 [melvin]     0.9.0claws29
7376
7377         * src/compose.c
7378                 Use new gtkaspell_checkers_strerror() to get the speller's
7379                 error message instead of accessing the (now private)
7380                 checkers structure.
7381                 Minor code clean up
7382
7383         * src/main.c
7384                 Use #ifdef instead of #if for USE_ASPELL
7385                 Use the new spell checkers init/quit functions 
7386
7387         * src/gtk/gtkaspell.c
7388                 Use #ifdef instead of #if for USE_ASPELL
7389                 Moved in the majority of GtkAspell structures that were
7390                 exported before by gtkaspell.h
7391         
7392         * src/gtk/gktaspell.h
7393                 Made gtkaspell.h contain only the necessary data to be
7394                 publicized by moving many structures to gtkaspell.c.
7395                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7396                 gtkaspell_checkers_new(): replaced by...
7397                 gtkaspell_checkers_init(): new function for initialization
7398                 gtkaspell_checkers_delete(): replaced by...
7399                 gtkaspell_checkers_quit(): new function
7400                 gtkaspell_checkers_strerror(): new function that returns
7401                 the checker's last error message.
7402                 
7403 2003-06-11 [melvin]     0.9.0claws28
7404
7405         * po/POTFILES.in
7406                 Updated to take into account gtkaspell.c migration to
7407                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7408
7409 2003-06-10 [alfons]     0.9.0claws27
7410
7411         * src/filtering.[ch]
7412         * src/folder.c
7413         * src/matcher.c
7414         * src/scoring.[ch]
7415                 - try fixing bug #18 (any brave testers?)
7416                 - add more robustness by refusing previously 
7417                   unchecked NULL pointers 
7418
7419 2003-06-10 [alfons]     0.9.0claws26
7420
7421         * src/procmsg.c
7422                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7423
7424 2003-06-09 [alfons]     0.9.0claws25
7425
7426         * src/prefs_common.c
7427                 fix bug #163 "Icon switching doesnt work properly" by 
7428                 preventing early freeing of prefs_common.pixmap_theme_path.
7429
7430 2003-06-09 [christoph]  0.9.0claws24
7431
7432         * src/gtk/gtkaspell.c
7433                 revert Thorsten's fix and add forgotten g_strdup for
7434                 aspell path (it should not be possible to alter the path a
7435                 GtkASpell uses from outside)
7436
7437 2003-06-09 [thorsten]   0.9.0claws23
7438
7439         * src/gtk/gtkaspell.c
7440                 dont free prefs_common.aspell_path when closing compose
7441
7442 2003-06-08 [colin]      0.9.0claws22
7443
7444         * src/plugins/spamassassin/spamassassin.c
7445                 fix prefs types
7446
7447 2003-06-07 [christoph]  0.9.0claws21
7448
7449         * src/Makefile.am
7450         * src/compose.c
7451         * src/gtkaspell.[ch]            ** REMOVE **
7452         * src/gtk/Makefile.am
7453         * src/gtk/gtkaspell.[ch]        ** NEW **
7454                 o make gtkaspell independent from sylpheed's prefs
7455                 o move gtkaspell.[ch] to gtk directory
7456
7457 2003-06-07 [christoph]  0.9.0claws20
7458
7459         * src/Makefile.am
7460         * src/crash.c
7461         * src/export.c
7462         * src/filesel.[ch]              ** REMOVE **
7463         * src/folder.c
7464         * src/main.[ch]
7465         * src/common/sylpheed.[ch]
7466         * src/gtk/Makefile.am
7467         * src/gtk/filesel.[ch]          ** NEW **
7468         * src/gtk/pluginwindow.c
7469         * src/gtk/sslcertwindow.c
7470                 move filesel.[ch] to gtk directory
7471
7472 2003-06-07 [alfons]     0.9.0claws19
7473
7474         * src/filesel.c
7475                 make (multi) file selection dialog work again (Claws-only)
7476
7477 2003-06-07 [thorsten]   0.9.0claws18
7478
7479         * po/de.po
7480                 fix typos
7481
7482 2003-06-07 [alfons]     0.9.0claws17
7483
7484         * configure.ac
7485         * src/mimeview.c
7486                 detect apache mishap in which case don't include fnmatch.h
7487                 if regex.h is already included
7488
7489 2003-06-06 [christoph]  0.9.0claws16
7490
7491         * configure.ac
7492         * src/mimeview.h
7493                 add check for fnmatch.h and include it when available
7494
7495         * src/mimeview.[ch]
7496                 fix wrong case sensitivity of Content-Types
7497
7498         * src/gtk/Makefile.am
7499                 need the same include paths in gtk directory as in
7500                 common directory because .h files in common can
7501                 include files from these directories, when included
7502                 in gtk's .h or .c files
7503
7504 2003-06-06 [alfons]     0.9.0claws15
7505
7506         * src/mimeview.c
7507         * src/summaryview.c
7508                 make it compile again because of regex.h / fnmatch.h 
7509                 include problems (related to recent mime stuff, can
7510                 someone check this?)
7511
7512 2003-06-06 [thorsten]   0.9.0claws14
7513
7514         * src/folderview.c
7515                 possible use of uninitialized pointer while dragging
7516
7517 2003-06-06 [paul]       0.9.0claws13
7518
7519         * src/compose.c
7520                 fix bug where the insert sig button would be effective
7521                 only when auto_sig was set
7522
7523 2003-06-06 [paul]       0.9.0claws12
7524
7525         * sync with 0.9.2 release
7526
7527 2003-06-02 [paul]       0.9.0claws11
7528
7529         * sync with 0.9.1cvs1
7530                 see ChangeLog 2003-06-02
7531                 
7532         * po/de.po
7533                 update by Jens
7534
7535 2003-06-01 [christoph]  0.9.0claws10
7536
7537         * src/account.c
7538                 don't use substring search to find accounts by email address
7539
7540         (closes Bug 169 Overly loose matching of "From" address)
7541
7542 2003-05-31 [christoph]  0.9.0claws9
7543
7544         * doc-src/rfc2683.txt
7545         * src/imap.c
7546                 limit IMAP command length as recommended in RFC2683
7547                 (message number lists will be split into multiple imap
7548                 sets, the limit of 1000 octets is not a hard limit)
7549
7550         (closes Bug 161 sylpheed-claws exits with segfault when logging
7551          in to certain imap-servers)
7552
7553 2003-05-29 [alfons]     0.9.0claws8
7554
7555         * src/toolbar.[ch]
7556                 add print button (calling summary_print());
7557                 fine tune setting tooltip text;
7558                 (if someone needs other buttons, please take these 
7559                 commits as a guide, instead of bothering us - also
7560                 see 0.8.11claws150) 
7561
7562 2003-05-29 [darko]      0.9.0claws7
7563
7564         * src/compose.c
7565                 fix crash when word wrapping kicks in due to
7566                 changed text by spell checker
7567
7568 2003-05-29 [paul]       0.9.0claws6
7569
7570         * src/compose.c
7571                 fix bug where changing account would insert
7572                 sig even if auto_sig was FALSE
7573                 
7574         * ChangeLog
7575           ChangeLog.jp
7576           INSTALL
7577                 sync with 0.9.1 release
7578
7579 2003-05-28 [christoph]  0.9.0claws5
7580
7581         * src/imap.c
7582                 fix truncation of too long commands
7583
7584         (closes Bug 167 IMAP hangs trying to get envelope
7585          information in imap_get_uncached_messages)
7586
7587 2003-05-27 [paul]       0.9.0claws4
7588
7589         * tools/Makefile.am
7590           tools/maildir2sylpheed.pl     ** NEW FILE **
7591                 add kmail to sylpheed mailbox conversion script
7592
7593 2003-05-27 [paul]       0.9.0claws3
7594
7595         * sync with 0.9.0cvs10
7596                 see ChangeLog 2003-05-26
7597
7598 2003-05-26 [paul]       0.9.0claws2
7599
7600         * sync with 0.9.0cvs9
7601                 see ChangeLog 2003-05-26
7602
7603 2003-05-24 [paul]       0.9.0claws1
7604
7605         * sync with 0.9.0cvs8
7606                 see ChangeLog 2003-05-23
7607
7608 2003-05-24 [paul]       0.9.0claws
7609
7610         * version 0.9.0claws released
7611
7612 2003-05-24 [paul]       0.8.11claws177
7613
7614         * src/plugins/dillo-viewer/Makefile.am
7615           src/plugins/traycon/Makefile.am
7616                 add missing files
7617                 
7618         * po/bg.po
7619           po/en_GB.po
7620           po/es.po
7621           po/it.po
7622           po/pt_BR.po
7623           po/ru.po
7624           po/sr.po
7625                 update Bulgarian, British English, Spanish, Italian, 
7626                 Brazilian Portuguese, Russian, and Serbian translations, 
7627                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7628                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7629                 Ruslan N. Balkin, and Urke MMI
7630
7631 2003-05-23 [melvin]     0.8.11claws176
7632
7633         * po/fr.po
7634                 Updated French translations
7635
7636 2003-05-22 [paul]       0.8.11claws175
7637
7638         * src/Makefile.am
7639           src/addrbook.[ch]
7640           src/addrcache.[ch]
7641           src/addr_compl.[ch]
7642           src/adressbook.[ch]
7643           src/addrindex.[ch]
7644           src/addritem.[ch]
7645           src/editaddress.c
7646           src/editgroup.c
7647           src/editldap_basedn.c
7648           src/editldap.c
7649           src/jpilot.c
7650           src/vcard.c
7651                 revert to get ldap into it previous working state
7652                 
7653         * po/zh_TW.Big5.po
7654                 new Taiwanese translation,
7655                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7656
7657 2003-05-22 [christoph]  0.8.11claws174
7658
7659         * src/plugins/spamassassin/libspamc.[ch]
7660                 sync libspamc with SpamAssaain release 2.55
7661
7662 2003-05-22 [paul]       0.8.11claws173
7663
7664         * sync with 0.9.0cvs7
7665                 see ChangeLog 2003-05-22
7666                 
7667         * src/summaryview.c
7668                 revert change in 0.8.11claws172: follow
7669                 Hiroyuki's decision and that's the end of it.
7670
7671 2003-05-21 [paul]       0.8.11claws172
7672
7673         * src/summaryview.c
7674                 fix discrepency between open_unread_on_enter
7675                 and always_show_msg
7676
7677 2003-05-21 [paul]       0.8.11claws171
7678
7679         * sync with 0.9.0cvs6
7680                 see ChangeLog 2003-05-21
7681
7682 2003-05-21 [paul]       0.8.11claws170
7683
7684         * sync with 0.9.0cvs5
7685                 see ChangeLog 2003-05-21
7686
7687 2003-05-20 [paul]       0.8.11claws169
7688
7689         * sync with 0.9.0cvs4
7690                 see ChangeLog 2003-05-20
7691                 fixes bug #152, 'encoding of IMAP folders names'
7692
7693 2003-05-20 [paul]       0.8.11claws168
7694
7695         * sync with 0.9.0cvs3
7696                 see ChangeLog 2003-05-20
7697                 
7698         * src/tools/convert_mbox.pl
7699                 minor change in the comments, submitted by Fred Marton
7700
7701 2003-05-19 [paul]       0.8.11claws167
7702
7703         * src/plugins/clamav/Makefile.am
7704           configure.ac
7705                 link clamav_lib to the plugin and not to the main program
7706
7707 2003-05-19 [christoph]
7708
7709         * src/Makefile.am
7710                 add -export-dynamic for linking
7711
7712 2003-05-19 [paul]       0.8.11claws166
7713
7714         * sync with 0.9.0cvs1
7715                 see ChangeLog 2003-05-19
7716
7717 2003-05-19 [paul]       0.8.11claws165
7718
7719         * src/inc.c
7720                 fix 'pop before smtp' timeout
7721
7722 2003-05-18 [alfons]     0.8.11claws164
7723
7724         * src/prefs_matcher.c
7725                 put "execute" action command line ("expression") in edit box
7726
7727 2003-05-18 [christoph]  0.8.11claws163
7728
7729         * src/mimeview.[ch]
7730         * src/plugins/dillo_viewer/dillo_viewer.c
7731         * src/plugins/image_viewer/viewer.c
7732         * src/plugins/mathml_viewer/mathml_viewer.c
7733                 let a viewer have a list of Content-Types
7734
7735 2003-05-18 [paul]       0.8.11claws162
7736
7737         * src/prefs_filtering.c
7738                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7739                 and REDIRECT actions
7740
7741 2003-05-17 [christoph]
7742
7743         * README.claws
7744                 o remove dynamic signatures that was syned with main
7745                 o add infos about no longer "build in" image viewer
7746                 o update bugtracker URL
7747
7748 2003-05-17 [christoph]  0.8.11claws161
7749
7750         * src/folder.c
7751         * src/folderview.c
7752         * src/imap.c
7753                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7754                 for every folder after rebuilding the folder tree.
7755
7756         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7757          messages)
7758
7759 2003-05-17 [christoph]  0.8.11claws160
7760
7761         * src/imap.c
7762                 don't use STATUS command on current folder to check for
7763                 content changes. imap_cmd_ok() now tracks changes to
7764                 folder and number of existing messages.
7765
7766 2003-05-17 [paul]       0.8.11claws159
7767
7768         * src/plugins/clamav/clamav_plugin.c
7769                 remove unnecessary debug_print
7770
7771 2003-05-16 [thorsten]   0.8.11claws158
7772
7773         * src/plugins/demo.c
7774                 included missing intl.h
7775
7776 2003-05-16 [paul]       0.8.11claws157
7777
7778         * po/POTFILES.in
7779                 remove non-existant entries
7780         
7781         * src/plugins/clamav/clamav_plugin.c
7782           src/plugins/clamav/clamav_plugin_gtk.c
7783           src/plugins/dillo_viewer/dillo_prefs.c
7784           src/plugins/dillo_viewer/dillo_viewer.c
7785                 gettextise
7786
7787 2003-05-16 [christoph]  0.8.11claws156
7788
7789         * po/POTFILES.in
7790                 include plugin .c files for translation until I
7791                 find a better solution to have plugins have their
7792                 own textdomain
7793         * src/plugins/demo/demo.c
7794         * src/plugins/image_viewer/plugin.c
7795         * src/plugins/mathml_viewer/mathml_viewer.c
7796         * src/plugins/spamassassin/spamassassin.c
7797         * src/plugins/spamassassin/spamassassin_gtk.c
7798         * src/plugins/trayicon/trayicon.c
7799                 add gettext macros for plugin name and description
7800
7801 2003-05-16 [paul]
7802
7803         * sync with 0.9.0
7804
7805 2003-05-16 [paul]       0.8.11claws155
7806
7807         * sync with lastest 0.9.0pre1
7808                 see ChangeLog 2003-05-16
7809
7810 2003-05-15 [paul]       0.8.11claws154
7811
7812         * sync with latest 0.9.0pre1
7813                 see ChangeLog 2003-05-14 and 2003-05-15
7814
7815 2003-05-14 [christoph]  0.8.11claws153
7816
7817         * src/plugins/image_viewer/viewer.c
7818         * src/plugins/image_viewer/viewer.glade         ** NEW **
7819         * src/plugins/image_viewer/viewerprefs.c
7820                 make it possible to disable the autoload function in the
7821                 imageviewer again
7822
7823 2003-05-14 [christoph]  0.8.11claws152
7824
7825         * src/folder.c
7826                 fix folder update after adding a message
7827
7828 2003-05-13 [alfons]     0.8.11claws151
7829
7830         * src/common/session.c
7831                 remove debug traces
7832                 
7833         * src/addrcache.[ch]
7834         * src/filtering.[ch]
7835         * src/folder.[c]
7836         * src/gtkaspell.[ch]
7837         * src/imap.[ch]
7838         * src/mbox_folder.[ch]
7839         * src/mh.[ch]
7840         * src/mimeview.h
7841         * src/msgcache.[ch]
7842         * src/news.[ch]
7843         * src/passphrase.[ch]
7844         * src/prefs_common.[ch]
7845         * src/prefs_gtk.[ch]
7846         * src/procmsg.c
7847         * src/scoring.[ch]
7848                 be pedantic; (in prototypes () implies (int))
7849
7850 2003-05-13 [alfons]     0.8.11claws150
7851
7852         * src/prefs_toolbar.[ch]
7853         * src/summaryview.[ch]
7854         * src/toolbar.[ch]
7855                 change misleading text in toolbar prefs;
7856                 add toolbar action for ignore thread (toggles ignore thread flag);
7857                 clean up a little bit;
7858
7859 2003-05-12 [paul]
7860
7861         * tools/convert_mbox.pl
7862                 bug fixed by Fred Marton
7863
7864 2003-05-12 [paul]
7865
7866         * sync with 0.9.0pre1
7867
7868 2003-05-09 [paul]       0.8.11claws149
7869
7870         * sync with 0.8.11cvs43
7871                 see ChangeLog 2003-05-09
7872
7873 2003-05-08 [christoph]  0.8.11claws148
7874
7875         * src/imap.[ch]
7876                 o use CAPABILIY as first command and check for PREAUTH
7877                   information in the response to it
7878                 o rewrite all imap_cmd_* functions to use an IMAPSession
7879                   instead of a SockInfo as parameter
7880                 o do STARTTLS after fetching and checking the server
7881                   capabilities
7882
7883 2003-05-08 [paul]       0.8.11claws147
7884
7885         * tools/Makefile.am
7886           tools/README
7887           tools/convert_mbox.pl         ** NEW FILE **
7888                 add mbox conversion script. Submitted by 
7889                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7890
7891 2003-05-07 [christoph]
7892
7893         * doc-src/glade.txt
7894         * src/gtk/pluginwindow.glade
7895         * src/plugins/image_viewer/viewerprefs.glade
7896         * src/plugins/spamassassin/spamassassin_gtk.glade
7897                 add glade files for user interfaces and a description how
7898                 to use glade to create the sylpheed code
7899
7900 2003-05-07 [paul]       0.8.11claws146
7901
7902         * sync with 0.8.11cvs41
7903                 see ChangeLog 2003-05-07
7904
7905 2003-05-06 [christoph]  0.8.11claws145
7906
7907         * src/main.c
7908         * src/plugins/image_viewer/viewer.c
7909                 fix usage of imlib in imageviewer plugin
7910
7911         * src/gtk/prefswindow.c
7912                 handle window close event correctly
7913
7914 2003-05-06 [paul]       0.8.11claws144
7915
7916         * src/common/ssl.c
7917                 fix typo introduced in sync
7918
7919 2003-05-06 [paul]       0.8.11claws143
7920
7921         * sync with 0.8.11cvs39
7922                 see ChangeLog 2003-05-06
7923
7924 2003-05-06 [paul]       0.8.11claws142
7925
7926         * AUTHORS
7927           po/cs.po
7928                 updated Czech translation, submitted by 
7929                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7930                 
7931         * src/plugins/clamav/clamav_plugin_gtk.c
7932                 clean up
7933
7934 2003-05-03 [alfons]     0.8.11claws141
7935
7936         * src/compose.[ch]
7937                 make paste as quotation work even when the call to 
7938                 text_inserted() was deferred (fixes bug #140 "Paste 
7939                 as quotation does not work when using "external" 
7940                 clipboard")
7941
7942 2003-05-03 [thorsten]   0.8.11claws140
7943
7944         * src/addrquery.h
7945           src/ldapquery.h
7946           src/mainwindow.c
7947                 removed C++ comments
7948         * src/addr_compl.c
7949                 function with non-int retval/param used before
7950                 implementation/declaration
7951
7952 2003-05-02 [paul]       0.8.11claws139
7953
7954         * src/addr_compl.[ch]
7955           src/addressbook.[ch]
7956           src/addrindex.c
7957           src/summaryview.c
7958                 revert match's changes to (finally) remove the bug where
7959                 opening a folder causes massive slowdown when using the 
7960                 'Display sender using address book' option
7961
7962 2003-05-01 [melvin]     0.8.11claws138
7963
7964         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7965         * src/plugins/dillo_viewer/dillo_viewer.c
7966                 Fixed bug where "Cancel" button from prefs issued
7967                 warnings.
7968                 Comply a little more to coding style
7969
7970 2003-05-01 [paul]       0.8.11claws137
7971
7972         * sync with 0.8.11cvs38
7973                 see ChangeLog 2003-05-01
7974
7975 2003-05-01 [paul]       0.8.11claws136
7976
7977         * po/bg.po
7978                 updated by George Danchev
7979
7980 2003-04-30 [christoph]  0.8.11claws135
7981
7982         * src/plugins/dillo_viewer/dillo_prefs.c
7983         * src/plugins/image_viewer/viewerprefs.c
7984         * src/plugins/spamassassin/spamassassin_gtk.c
7985                 remove gtk_widget_ref() calls for widgets in
7986                 glade code
7987
7988 2003-04-30 [paul]       0.8.11claws134
7989
7990         * src/addrindex.c
7991                 ok, this time a better fix for the bug where opening folder
7992                 has massive slowdown when using the 'Display sender using 
7993                 address book' option
7994
7995 2003-04-30 [paul]       0.8.11claws133
7996
7997         * src/addrindex.c
7998                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7999         
8000 2003-04-30 [melvin]     0.8.11claws132
8001
8002         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8003
8004         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8005                 Preferences for the dillo plugin
8006         * src/plugins/dillo_viewer/dillo_viewer.c
8007                 Support for preferences
8008         * src/plugins/dillo_viewer/Makefile.am
8009                 Added dillo_prefs.[ch]
8010
8011 2003-04-30 [alfons]     0.8.11claws131
8012
8013         * src/common/plugin.[ch]
8014                 see? this ANSI C'fication immediately gives us type
8015                 checking for free.
8016
8017 2003-04-30 [alfons]     0.8.11claws130
8018
8019         * src/common/plugin.[ch]
8020         * src/plugins/clamav/clamav_plugin.[ch]
8021         * src/plugins/clamav/clamav_plugin_gtk.c
8022         * src/plugins/demo/demo.c
8023         * src/plugins/dillo_viewer/dillo_viewer.c
8024         * src/plugins/image_viewer/plugin.c
8025         * src/plugins/image_viewer/viewer.[ch]
8026         * src/plugins/image_viewer/viewerprefs.[ch]
8027         * src/plugins/mathml_viewer/mathml_viewer.c
8028         * src/plugins/spamassassin/spamassassin.[ch]
8029         * src/plugins/spamassassin/spamassassin_gtk.c
8030         * src/plugins/trayicon/trayicon.c
8031                 clean up
8032
8033 2003-04-30 [alfons]     0.8.11claws129
8034
8035         * src/common/utils.c
8036                 make is_ascii_str() fail gracefully when NULL pointer
8037                 is passed
8038
8039 2003-04-30 [paul]       0.8.11claws128
8040
8041         * src/addrindex.c
8042                 fix bug where opening folder has massive slowdown when
8043                 using the 'Display sender using address book' option
8044
8045 2003-04-30 [paul]       0.8.11claws127
8046
8047         * src/plugins/clamav/clamav_plugin.c
8048           src/plugins/clamav/clamav_plugin_gtk.c
8049           src/plugins/demo/demo.c
8050           src/plugins/dillo_viewer/dillo_viewer.c
8051           src/plugins/image_viewer/plugin.c
8052           src/plugins/mathml_viewer/mathml_viewer.c
8053           src/plugins/spamassassin/spamassassin.c
8054           src/plugins/spamassassin/spamassassin_gtk.c
8055           src/plugins/trayicon/trayicon.c
8056                 get rid of eye-hurting function signatures
8057
8058 2003-04-30 [paul]       0.8.11claws126
8059
8060         * src/plugins/trayicon/trayicon.c
8061                 add description
8062                 
8063         * src/mimeview.c
8064                 be more descriptive
8065
8066 2003-04-30 [paul]       0.8.11claws125
8067
8068         * configure.ac
8069                 arrange the plugins in reverse alphabetical order
8070                 
8071         * src/plugins/clamav/clamav_plugin.[ch]
8072           src/plugins/clamav/clamav_plugin_gtk.c
8073                 rename some params
8074                 resize max_size window
8075                 re-arrange the order of some gui elements
8076                 improve descriptions
8077         
8078         * src/plugins/image_viewer/plugin.c
8079           src/plugins/mathml_viewer/mathml_viewer.c
8080                 add descriptions
8081                 
8082         * src/plugins/spamassassin/spamassassin_gtk.c
8083                 resize max_size window
8084                 re-arrange the order of some gui elements
8085                 
8086         * src/messageview.c
8087           src/mimeview.c
8088                 correct typos
8089
8090 2003-04-30 [alfons]     0.8.11claws124
8091
8092         * src/imap.c
8093                 fix a leak found while browsing Martin Kluge's 
8094                 valgrind log (Claws only)
8095
8096 2003-04-29 [darko]      0.8.11claws123
8097
8098         * src/gtk/gtkstext.h
8099                 include wchar.h if it is available, fixes compilation
8100                 on HP-UX systems
8101
8102 2003-04-29 [melvin]     0.8.11claws122
8103
8104         * src/prefs_actions.c
8105                 Improved help text of Actions' syntax
8106
8107 2003-04-28 [paul]       0.8.11claws121
8108
8109         * src/action.c
8110                 a better fix for the crash when performing an action
8111                 on a mime part
8112
8113 2003-04-28 [paul]       0.8.11claws120
8114
8115         * src/action.c
8116                 fix crash when performing an action on a
8117                 mime part
8118
8119 2003-04-28 [paul]       0.8.11claws119
8120
8121         * sync with 0.8.11cvs36
8122                 see ChangeLog 2003-04-28
8123
8124 2003-04-27 [paul]       0.8.11claws118
8125
8126         * more sync with 0.8.11cvs35
8127                 see ChangeLog 2003-04-25
8128
8129 2003-04-26 [christoph]  0.8.11claws117
8130
8131         * src/folder.c
8132                 fix remove virtual check
8133
8134 2003-04-26 [paul]       0.8.11claws116
8135
8136         * src/messageview.c
8137                 fix return-receipt, make it work again
8138
8139 2003-04-26 [paul]       0.8.11claws115
8140
8141         * src/mimeview.c
8142                 restore double-clicking of the [application/pgp-signature 
8143                 (Select "Check signature" to check)] line in the message view,
8144                 broken in recent sync
8145
8146 2003-04-26 [christoph]  0.8.11claws114
8147
8148         * src/folder.c
8149                 check if remove virtual really exists before
8150                 calling the function
8151
8152 2003-04-25 [match]      0.8.11claws113
8153
8154         * src/addrindex.c
8155         * src/addrbook.c
8156         * src/ldapquery.[ch]
8157         * src/ldapctrl.[ch]
8158                 fix memleak.
8159         * src/ldapserver.[ch]
8160                 fix memleak. fix segfault.
8161                 plug a Claws memleak
8162
8163 2003-04-25 [alfons]     0.8.11claws112
8164
8165         * src/folder.c
8166                 plug a Claws memleak
8167
8168 2003-04-25 [alfons]     0.8.11claws111
8169
8170         * src/common/session.c
8171                 plug a memleak
8172
8173 2003-04-25 [paul]       0.8.11claws110
8174
8175         * sync with 0.8.11cvs35
8176                 see ChangeLog 2003-04-24 and 2003-04-25
8177                 
8178         * src/gtk/pluginwindow.c
8179                 correct another strange float value
8180
8181 2003-04-24 [christoph]  0.8.11claws109
8182
8183         * src/folder.c
8184                 freeze folder item updates when unsetting new flags
8185
8186         * src/gtk/pluginwindow.c
8187                 correct strange float value
8188
8189 2003-04-23 [paul]       0.8.11claws108
8190
8191         * sync with 0.8.11cvs33
8192                 see ChangeLog 2003-04-23
8193
8194 2003-04-22 [paul]       0.8.11claws107
8195
8196         * src/Makefile.am
8197           src/messageview.c
8198           src/mimeview.c
8199           src/pgptext.[ch]      ** REMOVED **
8200                 remove pgptext.[ch] as its not used any more
8201
8202 2003-04-22 [paul]       0.8.11claws106
8203
8204         * sync with 0.8.11cvs31
8205                 see ChangeLog 2003-04-21 and 2003-04-22
8206
8207 2003-04-21 [alfons]     0.8.11claws105
8208
8209         * src/main.c
8210                 No access to GTK structures if we're a spawned child
8211                 (and clean up code a little bit...) Should fix #126.
8212
8213 2003-04-21 [melvin]     0.8.11claws104
8214
8215         * src/plugins/dillo_viewer/README
8216                 Improved slightly the text.
8217
8218 2003-04-21 [melvin]     0.8.11claws103
8219
8220         * src/plugins/dillo_viewer/README *** NEW ***
8221                 Added a README file for the Dillo plugin
8222
8223 2003-04-20 [paul]
8224
8225         * tools/README
8226           tools/outlook2sylpheed.pl
8227                 updated and improved by Ricardo Mones Lastra
8228
8229 2003-04-18 [oliver]     0.8.11claws102
8230
8231         * src/inc.c 
8232         * src/prefs_account.h
8233                 remove Pop3SessionType (used by selective download)
8234         * src/prefs_toolbar.c
8235                 enable set Default Toolbar button
8236
8237 2003-04-18 [paul]       0.8.11claws101
8238
8239         * sync with 0.8.11cvs29
8240                 see ChangeLog 2003-04-18
8241
8242 2003-04-17 [paul]       0.8.11claws100
8243
8244         * src/prefs_common.[ch]
8245           src/summaryview.c
8246                 remove 'Open next message on deletion' option,
8247                 as the same effect can now be achieved via the
8248                 'Always open messages in summary when selected'
8249                 option.
8250
8251 2003-04-17 [paul]       0.8.11claws99
8252
8253         * sync with 0.8.11cvs28
8254                 see ChangeLog 2003-04-17
8255
8256 2003-04-17 [christoph]  0.8.11claws98
8257
8258         * ac/spamassassin.m4
8259         * src/plugins/spamassassin/libspamc.[ch]
8260         * src/plugins/spamassassin/utils.[ch]
8261                 sync libspamc with SpamAssassin project
8262
8263 2003-04-17 [christoph]  0.8.11claws97
8264
8265         * src/common/socket.h
8266         * src/gtk/sslcertwindow.h
8267                 rename old USE_SSL to USE_OPENSSL
8268
8269 2003-04-17 [paul]       0.8.11claws96
8270
8271         * src/prefs_common.h
8272                 use gulong for P_COLOR so that it compiles/runs on
8273                 64-bit systems. Patch submitted by James Noyes
8274                 <jnoyes-claws@retrogeeks.com>
8275                 
8276         * po/de.po
8277                 updated by Jens
8278
8279 2003-04-17 [paul]       0.8.11claws95
8280
8281         * sync with 0.8.11cvs27
8282                 see ChangeLog 2003-04-16
8283
8284 2003-04-15 [paul]       0.8.11claws94
8285
8286         * src/prefs_common.[ch]
8287                 rearrange to stop the window getting too long:
8288                         move Receive dialog stuff to Receive tab
8289                         move Send dialog to Send tab
8290                         remove Dialogs frame
8291                 rename 'Open messages in summary with cursor keys' to
8292                 'Always open messages in summary when selected', as its
8293                 more appropriate
8294
8295 2003-04-15 [paul]       0.8.11claws93
8296
8297         * src/prefs_common.[ch]
8298           src/summaryview.c
8299                 add new option '/Interface/Open next message on deletion'
8300
8301 2003-04-15 [paul]       0.8.11claws92
8302
8303         * src/summaryview.[ch]
8304                 add /Mark/Lock and /Mark/Unlock to the pop-up
8305                 menu. Patch submitted by Ivan Francolin Martinez
8306                 <ivanfm@users.sourceforge.net>
8307
8308 2003-04-15 [paul]       0.8.11claws91
8309
8310         * sync with 0.8.11cvs24
8311                 see ChangeLog 2003-04-15
8312
8313 2003-04-14 [jens]       0.8.11claws90
8314
8315         * updated German translation and some corrections from
8316                 Roland Bless <bless@tm.uka.de>
8317
8318 2003-04-14 [paul]       0.8.11claws89
8319
8320         * sync with 0.8.11cvs22
8321                 see ChangeLog 2003-04-14
8322
8323 2003-04-13 [paul]       0.8.11claws88
8324
8325         * src/plugins/clamav/clamav_plugin.c
8326                 fix memory leaks
8327                 clean up
8328
8329 2003-04-12 [paul]       0.8.11claws87
8330
8331         * src/plugins/clamav/clamav_plugin.c
8332                 activate enable/disable archive scanning option
8333                 
8334         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8335
8336 2003-04-12 [paul]       0.8.11claws86
8337
8338         * src/plugins/Makefile.am
8339           src/plugins/clamav/Makefile.am                ** NEW FILE **
8340           src/plugins/clamav/README                     ** NEW FILE ** 
8341           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8342           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8343                 add Clam AntiVirus plugin
8344
8345 2003-04-12 [paul]       0.8.11claws85
8346
8347         * sync with 0.8.11cvs21
8348                 see ChangeLog 2003-04-11
8349
8350 2003-04-11 [paul]       0.8.11claws84
8351
8352         * po/es.po
8353                 update Spanish translation. Submitted by Ricardo
8354                 Mones Lastra.
8355
8356 2003-04-10 [christoph]  0.8.11claws83
8357
8358         * src/mbox.c
8359                 fix typo that did not move unfiltered mails to destination
8360                 folder
8361
8362         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8363          when filtering from spool)
8364
8365 2003-04-10 [christoph]  0.8.11claws82
8366
8367         * src/imap.c
8368                 use BODY.PEEK instead of BODY in in message fetch operation
8369                 to make sure the IMAP server does not set the \Seen flag for
8370                 messages. Sylpheed does that later itself, when the message
8371                 is opened in sylpheed
8372
8373         (closes Bug 111 Claws destroys unread marks)
8374
8375 2003-04-09 [oliver]     0.8.11claws81
8376         
8377         * src/folder.c
8378                 fix crash in folder_destroy
8379         * README.claws
8380                 remove selective download
8381
8382 2003-04-09 [christoph]  0.8.11claws80
8383
8384         * src/imap.c
8385                 fix crash in imap_get_msginfo() when then fetched message
8386                 is not found
8387
8388         (closes Bug 110 Crash during mail composition)
8389
8390 2003-04-08 [christoph]  0.8.11claws79
8391
8392         * src/folder.c
8393         * src/prefs_account.c
8394                 Filter new messages that are found in an INBOX folder
8395                 when 'Filter messages on receiving' is enabled in the
8396                 Folder's AccountPrefs. This allows to use Sylpheed's
8397                 filtering engine for IMAP folders where messages are
8398                 added to the INBOX by a MTA
8399
8400 2003-04-08 [paul]       0.8.11claws78
8401
8402         * src/procmsg.h
8403                 clean up after last commit
8404
8405 2003-04-08 [paul]       0.8.11claws77
8406
8407         * sync with 0.8.11cvs20
8408                 see ChangeLog 2003-04-07 and 2003-04-08
8409
8410 2003-04-07 [christoph]  0.8.11claws76
8411
8412         * src/filtering.[ch]
8413         * src/inc.[ch]
8414         * src/mbox.c
8415         * src/procmsg.[ch]
8416                 add procmsg_msginfo_filter() to execute filtering actions
8417
8418 2003-04-06 [christoph]  0.8.11claws75
8419
8420         * src/imap.c
8421                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8422
8423 2003-04-06 [christoph]  0.8.11claws74
8424
8425         * src/common/utils.[ch]
8426                 add g_int_compare() function for slist sorting
8427
8428         * src/imap.c
8429                 fetch all MsgInfos with one command in imap_get_msginfos()
8430                 using an imap set with a list of ranges
8431
8432         * src/news.c
8433                 use new g_int_compare() function
8434
8435 2003-04-06 [thorsten]   0.8.11claws73
8436
8437         * src/mh.c
8438                 corrected implementation of mh_folder_destroy()
8439
8440 2003-04-05 [christoph]  0.8.11claws72
8441
8442         * src/account.c
8443         * src/folder.[ch]
8444         * src/folderview.c
8445         * src/imap.c
8446         * src/inc.c
8447         * src/main.c
8448         * src/mainwindow.c
8449         * src/mbox_folder.c
8450         * src/mh.c
8451         * src/mimeview.h
8452         * src/msgcache.[ch]
8453         * src/news.c
8454         * src/procmime.h
8455         * src/procmsg.[ch]
8456         * src/setup.c
8457         * src/gtk/gtkutils.c
8458                 o rename structure field names class and new to klass and
8459                   new_msgs, to allow including files in C++
8460                 o add 'extern "C"' block to some header files
8461                 o add MsgInfoList and MsgNumberList as alias for GSList for
8462                   developers to know what type of list is expected
8463
8464         * src/plugins/image_viewer/plugin.c
8465         * src/plugins/image_viewer/viewer.[ch]
8466         * src/plugins/image_viewer/viewerprefs.[ch]
8467                 rename function names to prevent conflicts
8468
8469 2003-04-05 [paul]       0.8.11claws71
8470
8471         * sync with 0.8.11cvs18
8472                 see ChangeLog 2003-04-03 and 2003-04-04
8473
8474 2003-04-02 [christoph]  0.8.11claws70
8475
8476         * src/folder.[ch]
8477         * src/imap.[ch]
8478         * src/mbox_folder.[ch]
8479         * src/mh.[ch]
8480         * src/news.[ch]
8481                 o Make all virtual folder functions private
8482                 o remove unused folder code
8483
8484         * src/common/socket.[ch]
8485         * src/summaryview.c
8486                 fix warnings
8487
8488 2003-03-30 [alfons]     0.8.11claws69
8489
8490         * src/send_message.c
8491                 remove two debug traces and see if people still report
8492                 errors
8493
8494 2003-03-30 [alfons]     0.8.11claws68
8495
8496         * src/send_message.c
8497         * src/commons/session.c
8498                 add more debug traces
8499
8500 2003-03-30 [christoph]  0.8.11claws67
8501
8502         * src/folder.c
8503                 change processing folder name from .processing to processing
8504
8505         * src/common/ssl.c
8506                 disable SSL certificate check because it causes Xlib error
8507                 when the child process want's to open an GTK window
8508
8509 2003-03-30 [christoph]  0.8.11claws66
8510
8511         * src/folder.c
8512                 don't use default folder for processing folder item because
8513                 it can be a non local folder
8514
8515         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8516
8517 2003-03-30 [alfons]     0.8.11claws65
8518
8519         * src/send_message.c
8520                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8521                 to generate bad code for 'send_send_data_progressive': When
8522                 called from 'send_send_data_finished', the 'data' pointer is
8523                 cleared just before the assignment to the dialog pointer
8524
8525 2003-03-29 [christoph]  0.8.11claws64
8526
8527         * src/common/prefs.h
8528         * src/plugins/image_viewer/Makefile.am
8529         * src/plugins/image_viewer/plugin.c
8530         * src/plugins/image_viewer/viewer.[ch]
8531         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8532                 add PrefsPage for ImageViewer
8533
8534 2003-03-28 [thorsten]   0.8.11claws63
8535
8536         * src/common/session.c
8537                 added some comments
8538
8539 2003-03-28 [paul]       0.8.11claws62
8540
8541         * sync with 0.8.11cvs16
8542                 see ChangeLog 2003-03-28
8543
8544 2003-03-28 [paul]       0.8.11claws61
8545
8546         * sync with 0.8.11cvs15
8547                 see ChangeLog 2003-03-28
8548
8549 2003-03-27 [christoph]  0.8.11claws60
8550
8551         * src/folder.c
8552         * src/imap.c
8553         * src/common/socket.[ch]
8554                 set socket state to DISCONNECTED when any operation
8555                 fails to allow reconnecting in IMAP code without
8556                 checking the return code of all calls to the command
8557                 functions
8558
8559         * src/folderview.c
8560         * src/summaryview.c
8561                 remove some more stuff that depends on specific
8562                 folder types
8563
8564 2003-03-27 [paul]       0.8.11claws59
8565
8566         * sync with 0.8.11cvs14
8567                 see ChangeLog 2003-03-27
8568                 
8569         * src/selective_download.[ch]   ** REMOVED **
8570                 really removed
8571
8572 2003-03-27 [christoph]  0.8.11claws58
8573
8574         * src/folder.c
8575                 fix handling of tmp_flags in flag copy function
8576
8577 2003-03-27 [paul]       0.8.11claws57
8578
8579         * sync with 0.8.11cvs13
8580                 see ChangeLog 2003-03-27
8581
8582 2003-03-27 [oliver]     0.8.11claws56
8583
8584         * src/maiwindow.c
8585                 remove sel_download_cb
8586
8587 2003-03-27 [oliver]     0.8.11claws55
8588         
8589         * src/inc.c
8590                 remove POP3_TOP
8591         
8592 2003-03-26 [oliver]     0.8.11claws54
8593
8594         *src/pop.h
8595                 remove POP3_TOP*
8596         * README.claws
8597                 remove selective donwload readme
8598
8599 2003-03-26 [oliver]     0.8.11claws53
8600         * src/matcher.[ch]
8601         * src/matcher_parser_parse.y 
8602         * src/pop.c 
8603         * src/prefs_account.[ch]
8604         * src/prefs_filtering.c
8605                 remove selective donwload
8606
8607 2003-03-26 [oliver]     0.8.11claws52
8608
8609         * src/inc.[ch] 
8610         * src/filtering.c 
8611         * src/mainwindow.c 
8612                 remove selective donwload
8613
8614 2003-03-26 [oliver]     0.8.11claws51
8615         
8616         * src/Makefile.am
8617         * src/selective_download.[ch]   ** REMOVE **    
8618
8619 2003-03-26 [christoph]  0.8.11claws50
8620
8621         * src/news.c
8622                 fix NEWS that got broken by a sync with sylpheed-main
8623
8624 2003-03-26 [christoph]  0.8.11claws49
8625
8626         * src/mimeview.c
8627                 fix mime type guessing when no mime type is found for a file
8628
8629 2003-03-25 [christoph]  0.8.11claws48
8630
8631         * src/mimeview.c
8632         * src/procmime.c
8633                 remove mime type guessing from mime parser and use
8634                 name based mime types in viewer lookup for mime type
8635                 application/octet-stream
8636
8637 2003-03-25 [christoph]  0.8.11claws47
8638
8639         * doc-src/readme.txt
8640         * doc-src/rfc2554.txt
8641                 add RFC about SMTP AUTH
8642
8643         * src/send_message.c
8644         * src/common/smtp.[ch]
8645                 add extra error code for authentication errors and
8646                 clear temporary password when this error occurs
8647
8648         (closes Bug 84 authentication failure while sending should
8649          prompt for password again)
8650
8651 2003-03-25 [christoph]  0.8.11claws46
8652
8653         * configure.ac
8654         * src/Makefile.am
8655         * src/imageview.[ch]                            ** REMOVE **
8656         * src/messageview.[ch]
8657         * src/mimeview.[ch]
8658         * src/prefs_common.[ch]
8659         * src/textview.c
8660         * src/plugins/Makefile.am
8661         * src/plugins/image_viewer/.cvsignore           ** NEW **
8662         * src/plugins/image_viewer/Makefile.am          ** NEW **
8663         * src/plugins/image_viewer/plugin.c             ** NEW **
8664         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8665                 move image viewer into a plugin (building is enabled by default)
8666                 [ToDo: Prefs for resize and autoview]
8667
8668 2003-03-25 [paul]       0.8.11claws45
8669
8670         * sync with 0.8.11cvs12
8671                 see ChangeLog 2003-03-26
8672
8673 2003-03-25 [paul]       0.8.11claws44
8674
8675         * sync with 0.8.11cvs11
8676                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8677                 
8678         Note: Selective Download is broken.
8679                 
8680 2003-03-22 [christoph]  0.8.11claws43
8681
8682         * src/folder.c
8683                 code cleanup for flags copying
8684
8685 2003-03-22 [christoph]  0.8.11claws42
8686
8687         * src/plugins/trayicon/trayicon.c
8688                 fix setting the transparent area when the window size
8689                 is forced by the system tray
8690
8691 2003-03-22 [christoph]  0.8.11claws41
8692
8693         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8694         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8695         * src/plugins/trayicon/newmail.xpm              ** NEW **
8696         * src/plugins/trayicon/nomail.xpm               ** NEW **
8697         * src/plugins/trayicon/trayicon.c
8698         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8699                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8700                 o add icon for unread mails
8701                 o set transparency for window
8702
8703 2003-03-22 [christoph]  0.8.11claws40
8704
8705         * src/news.c
8706                 init news session to prevent crash when session is closed
8707
8708 2003-03-22 [christoph]  0.8.11claws39
8709
8710         * src/imap.c
8711         * src/common/session.[ch]
8712                 Init session data to make sure we don't have invalid pointers
8713                 for read_ch and write_ch when new multi process sessions are
8714                 not used
8715
8716         * src/main.c
8717         * src/common/plugin.c
8718         * src/common/sylpheed.c
8719         * src/plugins/demo/demo.c
8720         * src/plugins/dillo_viewer/dillo_viewer.c
8721         * src/plugins/mathml_viewer/mathml_viewer.c
8722         * src/plugins/spamassassin/spamassassin.c
8723         * src/plugins/spamassassin/spamassassin_gtk.c
8724                 add plugin types to allow loading plugins at different times
8725                 (and maybe for different frontends), because it's not good to
8726                 load GTK-Plugins gefore gtk_init was called
8727
8728         * configure.ac
8729         * src/plugins/Makefile.am
8730         * src/plugins/trayicon/.cvsignore               ** NEW **
8731         * src/plugins/trayicon/Makefile.am              ** NEW **
8732         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8733         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8734         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8735         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8736         * src/plugins/trayicon/trayicon.c               ** NEW **
8737                 New Trayicon plugin that shows an icon in a systray that uses
8738                 XEMBED protocol like Gnome's systray. Icon shows if there
8739                 are new mails and a tooltip shows information about new,
8740                 unread and total messages.
8741
8742 2003-03-22 [paul]       0.8.11claws38
8743
8744         * src/common/smtp.c
8745                 fix ESMTP AUTH CRAM-MD5
8746                 [sync with main (still version 0.8.11cvs6), see
8747                  ChangeLog 2003-03-22]
8748
8749 2003-03-21 [colin]      0.8.11claws37
8750
8751         * src/send_message.c
8752                 Fix USE_SSL => USE_OPENSSL
8753
8754 2003-03-21 [colin]      0.8.11claws36
8755
8756         * src/folderview.c
8757                 Fix counts in drag and dropped subfolders
8758
8759 2003-03-21 [colin]      0.8.11claws35
8760
8761         * src/folder.c 
8762         * src/folderview.c
8763                 speed up a bit folder dnd
8764
8765 2003-03-20 [alfons]     0.8.11claws34
8766
8767         * src/main.c
8768         * src/toolbar.c
8769         * src/procmsg.c
8770                 don't send locked queue messages
8771                 (feature request "[ 705245 ] Locking message in outbox 
8772                  should prevent sending")
8773
8774 2003-03-20 [christoph]  0.8.11claws33
8775
8776         * src/folder.c
8777                 remove NEW and UNREAD flag in special folders when scanning
8778                 
8779         * src/common/smtp.c
8780                 fix ESMTP AUTH CRAM-MD5
8781
8782 2003-03-20 [paul]       0.8.11claws32
8783
8784         * src/prefs_account.c
8785                 Re-write 'Tunnel command to open connection' as
8786                 'Use command to communicate with server', and disable
8787                 it for all except IMAP accounts
8788
8789 2003-03-20 [paul]       0.8.11claws31
8790
8791         * sync with 0.8.11cvs6
8792                 see ChangeLog 2003-03-20
8793
8794 2003-03-19 [match]      0.8.11claws30
8795
8796         * src/addritem.[ch]
8797                 include documentation. minor refactoring.
8798         * src/addr_compl.[ch]
8799         * src/addrindex.[ch]
8800         * src/addresbook.[ch]
8801         * src/summaryview.c
8802                 re-enable address lookup (was disabled in
8803                 0.8.11claws20).
8804
8805 2003-03-19 [christoph]  0.8.11claws29
8806
8807         * src/procmsg.c
8808                 add temp flag handling, will make moving and copying
8809                 messages possible again
8810
8811         * src/folder.c
8812                 correct calulation of folder stats
8813
8814 2003-03-18 [match]      0.8.11claws28
8815
8816         * src/editgroup.h
8817                 remove case sensitive comparison (closes bug 80).
8818
8819 2003-03-18 [christoph]  0.8.11claws27
8820
8821         * src/imap.c
8822                 fix imap using a tunnel command
8823
8824         (closes bug 87)
8825
8826 2003-03-18 [christoph]  0.8.11claws26
8827
8828         * src/folder.[ch]
8829         * src/imap.c
8830         * src/procmsg.[ch]
8831                 rewrite flag handling for folders
8832
8833 2003-03-18 [christoph]  0.8.11claws25
8834
8835         * src/folder.c
8836         * src/procmsg.c
8837         * src/summaryview.c
8838                 unset NEW and UNREAD flags when message is ignored, to make
8839                 sure messages don't show up as unread on other IMAP clients,
8840                 because the IGNORE_THREAD flag can not be syncronized through
8841                 the IMAP folder
8842
8843 2003-03-17 [christoph]  0.8.11claws24
8844
8845         * src/imap.c
8846                 don't use recursion to fetch uids when the number of messages
8847                 does not match. Moved code into subfunction that is used
8848                 again when needed, to prevent an endless loop.
8849
8850 2003-03-17 [thorsten]   0.8.11claws23
8851
8852         * src/imageview.[ch]
8853                 export imageview_get_resized_size() (for plugins)
8854         * src/prefs_common.[ch]
8855                 added prefs_common_get() (for plugins)
8856
8857 2003-03-17 [christoph]  0.8.11claws22
8858
8859         * src/imap.c
8860                 o remove UID guessing from copy code
8861                 o support UIDPLUS extension for APPEND command
8862
8863 2003-03-17 [paul]       0.8.11claws21
8864
8865         * src/gtk/about.c
8866                 remove 'Compiled-plugins' section.
8867                 
8868         * src/plugins/dillo_viewer/dillo_viewer.c
8869                 slight change to description text
8870
8871 2003-03-16 [match]      0.8.11claws20
8872         * src/ldapserver.[ch]           ** NEW **
8873         * src/ldapctrl.[ch]             ** NEW **
8874         * src/ldapquery.[ch]            ** NEW **
8875         * src/ldaputil.[ch]             ** NEW **
8876         * src/addrcindex.[ch]           ** NEW **
8877         * src/addrquery.h               ** NEW **
8878         * src/addritem.[ch]
8879         * src/addrcache.[ch]
8880         * src/addrindex.[ch]
8881         * src/addr_compl.[ch]
8882         * src/addressbook.[ch]
8883         * src/addrbook.[ch]
8884         * src/editgroup.c
8885         * src/editaddress.c
8886         * src/editldap.c
8887         * src/editldap_basedn.c
8888         * src/vcard.c
8889         * src/jpilot.c
8890         * src/Makefile.am
8891                 included dynamic LDAP queries. improved address
8892                 completion.
8893
8894 2003-03-16 [paul]       0.8.11claws19
8895
8896         * tools/multiwebsearch.pl
8897                 fix a fatal typo
8898
8899 2003-03-16 [christoph]  0.8.11claws18
8900
8901         * src/mimeview.c
8902         * src/plugins/dillo_viewer/dillo_viewer.c
8903         * src/plugins/mathml_viewer/mathml_viewer.c
8904                 make unregistering of MimeViewerFactorys possible
8905
8906 2003-03-16 [alfons]     0.8.11claws17
8907
8908         * configure.ac
8909                 correct typo
8910
8911 2003-03-16 [melvin]     0.8.11claws16
8912
8913         * src/plugins/dillo_viewer.c
8914                 Fixed bug where it was not possible to view more than
8915                 one text/html attachment per message (bug discovered
8916                 by Christoph Hohmann).
8917
8918 2003-03-15 [melvin]     0.8.11claws15
8919
8920         * src/prefs_actions.c
8921                 Fixed compilation warnings.
8922
8923 2003-03-15 [melvin]     0.8.11claws14
8924
8925         * src/plugins/Makefile.am
8926         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8927         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8928         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8929                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8930                 newer (http://dillo.auriga.wearlab.de/).
8931
8932 2003-03-15 [christoph]  0.8.11claws13
8933
8934         * src/imap.c
8935                 don't query imap folder for attributes because we already
8936                 for them from imap_status
8937
8938         * src/mimeview.[ch]
8939                 add support for plugable MimeViewers (unloading Viewers
8940                 not yet complete)
8941
8942         * src/plugins/Makefile.am
8943         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8944         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8945         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8946                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8947                 widget from http://helm.cs.unibo.it/mml-widget/
8948
8949 2003-03-14 [christoph]  0.8.11claws12
8950
8951         * src/folder.[ch]
8952                 o error return code's should better be negative
8953                 o replace printf with debug_print
8954
8955         * src/imap.c
8956                 improve IMAP folder scan by checking UID-NEXT
8957
8958         * src/summaryview.c
8959                 remove check that are unnecessary in my opinion
8960
8961 2003-03-13 [christoph]  0.8.11claws11
8962
8963         * src/folder.[ch]
8964         * src/foldersel.c
8965         * src/folderview.c
8966         * src/imap.c
8967         * src/mbox_folder.c
8968         * src/mh.c
8969         * src/news.c
8970         * src/prefs_scoring.c
8971         * src/summaryview.c
8972                 use a common function to get a displayable name
8973                 for a FolderItem
8974
8975 2003-03-13 [paul]       0.8.11claws10
8976
8977         * tools/Makefile.am
8978           tools/README
8979           tools/multiwebsearch.conf     ** NEW FILE **
8980           tools/multiwebsearch.pl       ** NEW FILE **
8981                 add multiwebsearch Actions script
8982
8983 2003-03-13 [colin]      0.8.11claws9
8984
8985         * src/compose.c
8986                 Remove leading emtpy lines from quoted text
8987                 before quoting it
8988
8989 2003-03-13 [melvin]     0.8.11claws8
8990
8991         * src/prefs_actions.c
8992                 Fixed a memory leak
8993                 Code clean ups
8994                 Added Cancel and OK buttons
8995                 Corrected help text
8996
8997 2003-03-13 [christoph]  0.8.11claws7
8998
8999         * src/account.c
9000         * src/folder.[ch]
9001         * src/imap.c
9002         * src/mainwindow.c
9003         * src/mbox_folder.c
9004         * src/mh.c
9005         * src/news.c
9006         * src/setup.c
9007                 replace more folder type stuff with folder class stuff
9008
9009 2003-03-13 [melvin]     0.8.11claws6
9010
9011         * src/prefs_actions.c
9012                 Added new tokens:
9013                 %u: user provided argument
9014                 %h: user provided argument (hidden on input)
9015                 %s: current text selection in the message view 
9016
9017 2003-03-13 [paul]       0.8.11claws5
9018
9019         * sync with 0.8.11cvs5
9020                 see ChangeLog 2003-03-11, 2003-03-12
9021
9022 2003-03-12 [christoph]  0.8.11claws4
9023
9024         * src/folder.c
9025                 use folder class idstr when writing folderlist.xml
9026
9027         * src/folder.h
9028         * src/imap.c
9029         * src/news.c
9030                 replace folder type checks with folder class checks
9031
9032 2003-03-12 [christoph]  0.8.11claws3
9033
9034         * src/folder.[ch]
9035         * src/imap.[ch]
9036         * src/main.c
9037         * src/mbox_folder.[ch]
9038         * src/mh.[ch]
9039         * src/news.[ch]
9040                 o create a list of known folder classes in the folder system
9041                 o use folder class id strings for folder item identifiers
9042
9043 2003-03-12 [christoph]  0.8.11claws2
9044
9045         * src/imap.c
9046                 fix imap uid validity check
9047
9048 2003-03-12 [christoph]  0.8.11claws1
9049
9050         * src/account.c
9051         * src/folder.[ch]
9052         * src/foldersel.c
9053         * src/folderview.c
9054         * src/imap.c
9055         * src/mainwindow.c
9056         * src/mbox_folder.c
9057         * src/mh.c
9058         * src/news.c
9059         * src/prefs_scoring.c
9060         * src/procmsg.c
9061         * src/setup.c
9062         * src/summaryview.c
9063                 initial restructuring of folder system, seperating
9064                 folders and folder classes
9065
9066 2003-03-12 [paul]       0.8.11claws
9067
9068         0.8.11claws release
9069
9070 2003-03-12 [christoph]
9071
9072         * src/gtk/prefswindow.c
9073                 fix translation of "Page Index"
9074
9075 2003-03-12 [paul]       0.8.10claws110
9076
9077         a sync from 0.8.11cvs4 before the release
9078
9079         * src/common/utils.c
9080                 subject_compare_for_sort(): allow null strings (fixes
9081                 summary sorting).
9082
9083 2003-03-11 [paul]       0.8.10claws109
9084
9085         * po/es.po
9086                 update Spanish translation, submitted by
9087                 Ricardo Mones Lastra
9088
9089 2003-03-11 [melvin]     0.8.10claws108
9090
9091         * po/fr.po
9092                 Updated French translations
9093
9094 2003-03-11 [paul]       0.8.10claws107
9095
9096         * manual/en/Makefile.am
9097           manual/en/*.html
9098                 update English manual, add a new page
9099                 updated by Francois Barriere <fbarriere@atmel.fr>
9100                 
9101         * po/bg.po
9102           po/it.po
9103           po/sr.po
9104                 update Bulgarian, Italian, and Serbian translations
9105                 submitted by George Danchev, Alessandro Maestri, and
9106                 Urke MMI
9107
9108 2003-03-10 [paul]       0.8.10claws106
9109
9110         * src/gtk/about.c
9111           src/gtk/prefswindow.c
9112                 make some strings translatable
9113
9114 2003-03-10 [darko]      0.8.10claws105
9115
9116         * src/compose.c
9117                 code cleanup to make Hiro happy
9118
9119 2003-03-10 [paul]       0.8.10claws104
9120
9121         * sync with 0.8.11cvs2
9122                 see ChangeLog 2003-03-10
9123
9124 2003-03-09 [melvin]     0.8.10claws103
9125
9126         * src/textview.c
9127                 textview_set_font(): fix for message display in
9128                 UTF-8 locales (thanks to Sergey Vlasov).
9129                 (was unintentionnaly reverted in 0.8.6claws6)   
9130
9131 2003-03-08 [darko]      0.8.10claws102
9132
9133         * src/compose.c
9134                 fix infinite loop in wrapping as reported
9135                 by happycactus
9136                 obsoletes patch #696482
9137
9138 2003-03-08 [christoph]  0.8.10claws101
9139
9140         * src/imap.c
9141                 add workaround for IMAP servers that do not
9142                 support the "UID SEARCH UID" command
9143
9144 2003-03-07 [christoph]  0.8.10claws100
9145
9146         * src/plugins/spamassassin/spamassassin.[ch]
9147         * src/plugins/spamassassin/spamassassin_gtk.c
9148                 code cleanup
9149
9150 2003-03-07 [paul]       0.8.10claws99
9151
9152         * po/es.po
9153                 updated Spanish translation, submitted by
9154                 Ricardo Mones Lastra
9155
9156 2003-03-07 [christoph]  0.8.10claws98
9157
9158         * src/send.c
9159                 fix in 0.8.10claws94 was wrong
9160                 local delivery does not require escaping, remove escaping
9161                 code to make signatures of mails with "." lines valid
9162                 
9163                 NOTE: requires that sendmail is executed with "-i" option,
9164                       what is the default now, but has to be changed in all
9165                       exsiting accounts)
9166
9167 2003-03-07 [paul]       0.8.10claws97
9168
9169         * sync with 0.8.11 release
9170                 see ChangeLog 2003-03-07
9171
9172 2003-03-06 [paul]       0.8.10claws96
9173
9174         * src/compose.c
9175                 revert commit 0.8.10claws92
9176
9177 2003-03-06 [paul]       0.8.10claws95
9178
9179         * src/folderview.c
9180                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9181
9182         * src/gtkaspell.c
9183                 fix bug 74, 'Crash opening editor window with pseudo-color
9184                 display'
9185                 
9186         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9187
9188 2003-03-06 [christoph]  0.8.10claws94
9189
9190         * src/send.c
9191                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9192                 all lines starting with a period get an extra period
9193                 inserted
9194                 (found by Simon 'corecode' Schubert)
9195
9196 2003-03-06 [paul]       0.8.10claws93
9197
9198         * src/folderview.c
9199                 if configured font can't be loaded fall back to gtk
9200                 default. (with thanks to Christoph)
9201                 
9202                 closes long-standing bug 15 'Crashes on startup'
9203
9204 2003-03-06 [paul]       0.8.10claws92
9205
9206         * src/compose.c
9207                 freeze text before autosave and thaw afterwards
9208                 fixes bug 67 'autosave make re-rediting message crazy'
9209
9210 2003-03-06 [christoph]  0.8.10claws91
9211
9212         * src/compose.c
9213                 ignore address comment in dupe check for Cc-list
9214
9215         (closes reopened bug 47 Replying to message strips name part of
9216          e-mail addresses of Cc: lines)
9217
9218 2003-03-06 [paul]       0.8.10claws90
9219
9220         * src/Makefile.am
9221                 remove reference to gtkxtext.h as its no longer in
9222                 the repository
9223
9224 2003-03-06 [paul]       0.8.10claws89
9225
9226         * sync with 0.8.10cvs25
9227                 see ChangeLog 2003-03-06
9228
9229 2003-03-06 [oliver]     0.8.10claws88
9230         
9231         * src/messageview.c
9232                 remove include
9233
9234 2003-03-06 [oliver]     0.8.10claws87
9235         
9236         * src/folderview.c 
9237                 remove changes introduced inclaws74
9238         * src/messageview.c
9239                 another attempt to sanely delete and update
9240                 messages deleted in separate messageview
9241
9242 2003-03-05 [christoph]  0.8.10claws86
9243
9244         * src/summaryview.c
9245                 check if "From" matches any account's address if
9246                 addressbook completion of addresses is disabled too
9247
9248         (closes Bug 70 "Display recipient in from" doesn't check
9249          folder's default account)
9250
9251 2003-03-05 [christoph]  0.8.10claws85
9252
9253         * src/compose.c
9254         * src/common/utils.[ch]
9255                 don't strip address comments when building Cc lists
9256
9257         (closes Bug 47 Replying to message strips name part of e-mail addresses
9258          of Cc: lines)
9259
9260         * src/folder.c
9261                 fix return value of copy function
9262
9263 2003-03-05 [christoph]  0.8.10claws84
9264
9265         * src/imap.c
9266                 don't ask imap server for non rfc822 headers
9267
9268         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9269
9270         * src/imap.c
9271                 destroy session on socket error to allow reconnecting
9272
9273 2003-03-05 [christoph]  0.8.10claws83
9274
9275         * configure.ac
9276                 fix building with gnome when no prefix is set
9277
9278         (closes bug 66 Gnome directory is set to NONE)
9279
9280 2003-03-05 [paul]       0.8.10claws82
9281
9282         * sync with 0.8.10cvs23
9283                 see ChangeLog 2003-03-05
9284
9285 2003-03-04 [christoph]  0.8.10claws81
9286
9287         * src/folder.c
9288                 o fix moving and copying when folder returns 0 for new
9289                   message number
9290                 o remove some code for single message copy and move
9291                   operations and use functions for multiple messages
9292
9293         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9294
9295         * src/news.c
9296                 remove unused include
9297
9298 2003-03-04 [paul]       0.8.10claws80
9299
9300         * src/gtk/about.c
9301                 list 'Compiled plugins'
9302
9303 2003-03-03 [christoph]  0.8.10claws79
9304
9305         * src/news.[ch]
9306                 have to multiply the percentage of the current fetch with
9307                 the percentage that it has of the total fetch operation
9308                 for correct values
9309
9310 2003-03-03 [christoph]  0.8.10claws78
9311
9312         * src/news.c
9313                 fix calculation of expected lines for progress indicator
9314
9315 2003-03-03 [christoph]  0.8.10claws77
9316
9317         * src/summaryview.c
9318         * src/common/utils.c
9319                 fix segfault when opening the root news folder
9320
9321 2003-03-03 [christoph]  0.8.10claws76
9322
9323         * src/mainwindow.[ch]
9324         * src/common/Makefile.am
9325         * src/common/progressindicator.[ch]
9326                 add UI independent progress indicator handling
9327
9328         * src/news.[ch]
9329                 use new progress indicator for message info fetching
9330
9331         * src/common/hooks.h
9332                 code cleanup
9333
9334 2003-03-03 [oliver]     0.8.10claws75
9335
9336         * src/toolbar.c
9337         * src/compose.c
9338                 removed commented code
9339
9340 2003-03-03 [oliver]     0.8.10claws74
9341
9342         * src/toolbar.[ch]
9343                 cleanups and refactoring
9344         * src/compose.[ch]
9345                 compose_reply_mode reply & forwarding interface for
9346                 toolbar buttons
9347         * src/folderview.c
9348                 act on messages marked for deletion in folderview_selected
9349                 based on prefs_common.immediate_exec since a message might 
9350                 have been deleted by messageview in a folder we are changing 
9351                 to (does anybody understand what I'm on about ?)
9352
9353 2003-03-03 [oliver]     0.8.10claws73
9354         
9355         * src/messageview.[ch]
9356                 new functions
9357                 - messageview_delete: delete message shown in messagview
9358                 - messageview_update_view: update messageview to currently 
9359                   selected summaryview message
9360                 - add separate messageview to msgview_list in order to update 
9361                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9362         * src/summaryview.[ch]
9363                 summary_get_selection returns a list of selected msgs
9364                 in summaryview
9365         * src/mainwindow.c
9366                 toolbar reply refactoring
9367
9368 2003-03-03 [paul]       0.8.10claws72
9369
9370         * sync with 0.8.10cvs21
9371                 see ChangeLog 2003-03-03
9372
9373 2003-03-02 [christoph]  0.8.10claws71
9374
9375         * src/common/passcrypt.c
9376                 use POSIX includes
9377
9378 2003-03-02 [christoph]  0.8.10claws70
9379
9380         * configure.ac
9381         * src/prefs_account.c
9382         * src/prefs_gtk.[ch]
9383         * src/common/.cvsignore
9384         * src/common/Makefile.am
9385         * src/common/passcrypt.c                ** NEW **
9386         * src/common/passcrypt.h.in             ** NEW **
9387                 Implement password encryption in config files
9388                 using unix encrypt and setkey functions. The crypt
9389                 key can be set as a configure parameter. Old
9390                 passwords will be converted if they do not begin
9391                 with '!'
9392
9393 2003-03-02 [paul]       0.8.10claws69
9394
9395         * src/prefs_account.c
9396                 fix compile error
9397
9398 2003-03-01 [thorsten]   0.8.10claws68
9399
9400         * po/el.po
9401           po/hr.po
9402           po/it.po
9403           po/nl.po
9404           po/sr.po
9405           po/sv.po
9406                 corrected format strings
9407         * po/en_GB.po
9408                 corrected headers
9409                 (fix compile errors with GNU gettext-0.11.5)
9410
9411 2003-03-01 [oliver]     0.8.10claws67
9412
9413         * src/summaryview.c
9414                 menu callbacks call toolbar_menu_reply
9415
9416 2003-03-01 [oliver]     0.8.10claws66
9417
9418         * src/mainwindow.c
9419         * src/messageview.c
9420                 menu callbacks call toolbar_menu_reply
9421         * src/toolbar.[ch]
9422                 callbacks from menu handled by toolbar_menu_reply
9423
9424 2003-03-01 [paul]       0.8.10claws65
9425
9426         * src/addressbook.c
9427                 revert commit 0.8.10claws54 - breaks editing of
9428                 addressbook.
9429                 
9430         * po/bg.po
9431                 update Bulgarian translation, submitted by
9432                 George Danchev
9433
9434 2003-02-28 [christoph]  0.8.10claws64
9435
9436         * src/account.c
9437         * src/addressadd.c
9438         * src/compose.c
9439         * src/gtkaspell.c
9440         * src/gtkxtext.h                ** REMOVE **
9441         * src/imap.c
9442         * src/matcher.[ch]
9443         * src/mh.c
9444         * src/news.c
9445         * src/pine.c
9446         * src/prefs_common.c
9447         * src/prefs_matcher.c
9448         * src/procheader.[ch]
9449         * src/procmsg.[ch]
9450         * src/toolbar.c
9451         * src/common/ssl_certificate.c
9452         * src/gtk/colorlabel.c
9453         * src/gtk/menu.c
9454                 o fix warnings
9455                 o remove code obsoleted by new cache and folder system rework
9456
9457 2003-02-28 [oliver]     0.8.10claws63
9458         
9459         * src/toolbar.[ch]
9460                 * fix bug where reply in Messageview replied to 
9461                 Message displayed in summaryview
9462                 (reportedd via ML by chinatinte at gmx dot ch)
9463                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9464                 didn't work in separate MessageView Toolbar
9465                 (wondering if anybody uses this at all ?)
9466         * src/summaryview.[ch]
9467                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9468                 (generalize reply and forward code);
9469         * src/messageview.c 
9470                 remove focus_in event which updated summaryview to messageview
9471
9472 2003-02-28 [paul]       0.8.10claws62
9473
9474         * po/Makefile.in.in
9475                 add the --check option
9476                 Patch submitted by Ricardo Mones Lastra
9477
9478 2003-02-28 [paul]       0.8.10claws61
9479
9480         * src/prefs_account.c
9481                 re-order 'Signature' items
9482
9483 2003-02-28 [paul]       0.8.10claws60
9484
9485         * sync with 0.8.10cvs20
9486                 see ChangeLog 2003-02-28
9487
9488 2003-02-28 [paul]       0.8.10claws59
9489
9490         * po/POTFILES.in
9491                 update to reflect recent movement of files
9492
9493 2003-02-28 [paul]       0.8.10claws58
9494
9495         * sync with 0.8.10cvs19
9496                 see ChangeLog 2003-02-28
9497
9498 2003-02-27 [martin]     0.8.10claws57
9499
9500         * src/prefs_matcher.c 
9501                 fix segfault in prefs_matcher_ok() when the
9502                 last entry is deleted and prevents that the
9503                 message "entry not saved" comes up after deleting
9504                 an entry
9505
9506 2003-02-27 [martin]     0.8.10claws56
9507
9508         * src/prefs_filtering.c 
9509                 fix segfault in prefs_filtering_ok() when the
9510                 last entry is deleted and prevents that the
9511                 message "entry not saved" comes up after deleting
9512                 an entry
9513
9514 2003-02-27 [paul]       0.8.10claws55
9515
9516         * sync with 0.8.10cvs18
9517                 see ChangeLog 2003-02-27
9518
9519 2003-02-27 [paul]       0.8.10claws54
9520
9521         * src/addressbook.c
9522                 fix bug where the address book crashes with 
9523                 multiple lookups.
9524                 Patch [687729] submitted by David Frager 
9525                 <dbfrager@users.sourceforge.net>
9526
9527 2003-02-25 [christoph]  0.8.10claws53
9528
9529         * src/Makefile.am
9530         * src/colorlabel.[ch]           ** REMOVE **
9531         * src/gtk/Makefile.am
9532         * src/gtk/colorlabel.[ch]       ** NEW **
9533                 move colorlabel files to gtk directory
9534
9535         * src/esmtp.[ch]                ** REMOVE **
9536                 has been merged into smtp.[ch] in 0.7.5
9537
9538 2003-02-25 [christoph]  0.8.10claws52
9539
9540         * src/Makefile.am
9541         * src/about.[ch]                ** REMOVE **
9542         * src/gtk/Makefile.am
9543         * src/gtk/about.[ch]            ** NEW **
9544                 move about files to gtk directory
9545
9546 2003-02-25 [christoph]  0.8.10claws51
9547
9548         * src/folder.c
9549                 some code optimization of folder scanning code
9550
9551         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9552
9553 2003-02-25 [christoph]  0.8.10claws50
9554
9555         * src/main.c
9556         * src/common/sylpheed.c
9557                 add command line parameter parsing to common code
9558
9559 2003-02-24 [christoph]
9560
9561         * Makefile.am
9562         * configure.ac
9563                 fix gnome prefix problems, the configure script now removed
9564                 `gnome-config --prefix` from `gnome-config --datadir`
9565                 and adds $(prefix} instead
9566
9567         (closes Bug 24 Makefile does not respect prefix when installing
9568          GNOME data)
9569
9570 2003-02-24 [christoph]  0.8.10claws49
9571
9572         * src/news.c
9573                 check for valid session before trying to authenticate
9574
9575         (closes Bug 60 crash if "authenticate on logon" is activated
9576          and newsserver-hostname is not valid)
9577
9578 2003-02-24 [melvin]     0.8.10claws48
9579
9580         * src/prefs_actions.c
9581                 Make sure all user's input is sent to the action and then
9582                 close the socket..
9583
9584 2003-02-23 [alfons]     0.8.10claws46
9585
9586         * src/summaryview.c
9587                 also wait cursor when deleting files
9588
9589 2003-02-23 [paul]
9590
9591         * tools/freshmeat_search.pl
9592           tools/google_search.pl
9593                 scripts should now work for any browser/browser command line
9594
9595 2003-02-22 [christoph]  0.8.10claws45
9596
9597         * src/procmsg.c
9598                 fix IMAP flag setting, IMAP flag is not handled correctly
9599                 anymore by the folder system and information about the
9600                 folder should not be saved in the MsgInfo (in my opinion)
9601
9602         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9603
9604 2003-02-22 [christoph]  0.8.10claws44
9605
9606         * src/summaryview.c
9607                 fix spelling of "label" ;-)
9608
9609 2003-02-22 [thorsten]   0.8.10claws43
9610
9611         * src/mimeview.c
9612           src/prefs_common.[ch]
9613           src/procmime.[ch]
9614                 do not use description as attachment name
9615
9616 2003-02-22 [alfons]     0.8.10claws42
9617
9618         * src/summaryview.c
9619                 freeze/thaw folder item updates when changing color labels,
9620                 and put a wait cursors on
9621
9622 2003-02-22 [thorsten]   0.8.10claws41
9623
9624         * src/mimeview.c
9625                 save-all fixes: crash if invoked on multipart container,
9626                 mimeinfo access, pathseparators, error dialog
9627
9628 2003-02-21 [alfons]     0.8.10claws40
9629
9630         * src/prefs_gtk.c
9631                 remove unused var
9632
9633 2003-02-21 [colin]      0.8.10claws39
9634
9635         * src/send.c
9636                 Fix smtp logging
9637
9638 2003-02-21 [colin]      0.8.10claws38
9639
9640         * src/summaryview.c
9641                 Freeze/thaw folderItem updates when filtering messages 
9642                 via Tools/Filter messages
9643
9644 2003-02-21 [paul]       0.8.10claws37
9645
9646         * src/compose.c
9647                 revert commit 0.8.10claws26, there are ulterior motives
9648                 for users to set a Reply-To header when posting to
9649                 newsgroups
9650
9651 2003-02-21 [paul]       0.8.10claws36
9652
9653         * sync with 0.8.10cvs17
9654                 see ChangeLog 2003-02-21
9655
9656 2003-02-20 [christoph]  0.8.10claws35
9657
9658         * src/imap.c
9659                 IMAP UID fetch speedup using SEARCH
9660
9661         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9662
9663         * src/imap.c
9664                 fix problem with UIDs in IMAP UID cache that no longer existed
9665
9666 2003-02-20 [christoph]  0.8.10claws34
9667
9668         * src/imap.c
9669         * src/procheader.c
9670         * src/procheader.h
9671                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9672
9673         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9674
9675         * src/imap.c
9676                 Rewrite imap_cmd_gen_recv use sock_getline instead
9677                 of sock_gets to avoid problems with too long reply
9678                 lines
9679     
9680 2003-02-20 [colin]      0.8.10claws33
9681         
9682         * src/prefs_account.c
9683                 Better wording
9684
9685 2003-02-20 [colin]      0.8.10claws32
9686
9687         * src/compose.c
9688                 Remove useless '&& !to_sender' 
9689
9690 2003-02-20 [darko]
9691
9692         * AUTHORS
9693                 change my e-mail address
9694
9695 2003-02-19 [colin]      0.8.10claws31
9696
9697         * src/prefs_common.c
9698                 X11 style colors for every configurable color
9699
9700 2003-02-19 [alfons]     0.8.10claws30
9701
9702         * src/prefs_gtk.[ch]
9703         * src/prefs_common.c
9704                 for color_new accept both plain integers and X11 style color
9705                 names (as found in /usr/lib/X11/rgb.txt)
9706
9707 2003-02-19 [paul]       0.8.10claws29
9708
9709         * src/mainwindow.c
9710                 add tooltips to online/offline button and account selector
9711                 button
9712
9713 2003-02-19 [paul]       0.8.10claws28
9714
9715         * src/folder.c
9716           src/news.c
9717           src/prefs_account.[ch]
9718           src/prefs_common.[ch]
9719                 move 'Maximum number of articles to download' to
9720                 account prefs.
9721                 clean up account prefs gui a little by hiding entries
9722                 rather then greying out entries
9723
9724 2003-02-19 [hiro]       0.8.10claws27
9725
9726         * src/common/utils.c
9727                 fix bug #54 'yesterdays date is displayed in the message 
9728                 summary window'
9729
9730 2003-02-19 [paul]       0.8.10claws26
9731
9732         * src/compose.c
9733                 fix bug reported in Feature Request [688596] 
9734                 'Reply-to header in news'
9735
9736 2003-02-18 [paul]       0.8.10claws25
9737
9738         * src/select-keys.c
9739                 add a 'List all keys' button to key selection dialog
9740
9741 2003-02-18 [colin]      0.8.10claws24
9742         
9743         * src/stock_pixmap.c
9744                 fix compile error
9745
9746 2003-02-18 [colin]      0.8.10claws23
9747
9748         * src/common/smtp.[ch]
9749           src/prefs_account.c
9750                 Try to starttls if it seems to be the only
9751                 way to authenticate a user
9752
9753 2003-02-18 [paul]       0.8.10claws22
9754
9755         * src/Makefile.am
9756           src/folderview.c
9757           src/stock_pixmap.[ch]
9758           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9759           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9760                 as a Drafts folder is a special folder allow it to have
9761                 its own unique icons
9762
9763 2003-02-18 [colin]      0.8.10claws21
9764
9765         * src/imap.c
9766                 Fix port selection when using starttls
9767
9768 2003-02-18 [paul]       0.8.10claws20
9769
9770         * src/mainwindow.c
9771           src/prefs_common.[ch]
9772                 make blue the default new mail colour
9773
9774 2003-02-18 [paul]       0.8.10claws19
9775
9776         * sync with 0.8.10cvs14
9777                 see ChangeLog 2003-02-18
9778
9779 2003-02-17 [jens]       0.8.10claws18
9780
9781         * src/common/md5.c
9782                 fixed a compile problem with gcc 3.3
9783                 works on 2.95.3 too (testet on PPC as it is big endian)
9784
9785 2003-02-17 [paul]       0.8.10claws17
9786
9787         * sync with 0.8.10cvs13
9788                 see ChangeLog 2003-02-17
9789
9790 2003-02-17 [paul]       0.8.10claws16
9791
9792         * sync with 0.8.10cvs12
9793                 see ChangeLog 2003-02-17
9794
9795 2003-02-16 [match]      0.8.10claws15
9796
9797         * src/addressbook.c
9798                 Eliminates reloading of address data when items
9799                 deleted or added. Applied submitted by
9800                 Luke Plant <lukeplant@softhome.net>
9801
9802 2003-02-16 [paul]       0.8.10claws14
9803
9804         * src/news.c
9805                 when a 'protocol error' is encountered disconnect from
9806                 the server. This means that the user can carry on viewing
9807                 other articles and doesn't have to either wait until the
9808                 server timesout or quit sylpheed.
9809                 Fixes bug #53 'Unable to read messages in newsgroups, 
9810                 displayed message doesn't change'
9811
9812 2003-02-15 [christoph]  0.8.10claws13
9813
9814         * src/imap.c
9815                 fix bug that stopped scanning of folders when an
9816                 IMAP folder was empty
9817
9818         (closes bug 46 stop scan messages in folders after empty folder)
9819
9820 2003-02-15 [paul]
9821
9822         * tools/Makefile.am
9823           tools/README
9824           tools/freshmeat_search.pl     ** NEW FILE **
9825           tools/google_search.pl        ** NEW FILE **
9826                 Add 2 Actions scripts which search freshmeat/google
9827                 for the selected text using the browser configured
9828                 in sylpheedrc.
9829                 
9830         Note: These scripts are very dependent on the format of the
9831         browser command and may not work on every occasion. Testing
9832         is welcome. 
9833
9834 2003-02-14 [alfons]     0.8.10claws12
9835
9836         * src/compose.c
9837                 fix breakage because of uninitialized account pointer.
9838                 please verify.
9839
9840 2003-02-14 [paul]       0.8.10claws11
9841
9842         * src/compose.c
9843           src/prefs_account.[ch]
9844           src/prefs_common.[ch]
9845                 move signature settings to Account Prefs
9846
9847 2003-02-14 [paul]       0.8.10claws10
9848
9849         * sync with 0.8.10cvs11
9850                 see ChangeLog 2003-02-14
9851
9852 2003-02-13 [thorsten]   0.8.10claws9
9853
9854         * src/news.c
9855                 revert news progressbar (GUI separation)
9856
9857 2003-02-13 [paul]       0.8.10claws8
9858
9859         * src/compose.c
9860                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9861                 paragraph 1
9862
9863 2003-02-13 [paul]       0.8.10claws7
9864
9865         * src/compose.[ch]
9866           src/summaryview.c
9867                 fix 'Follow-up and Reply-to' so that it creates a reply to
9868                 the newsgroup and the sender. If the message has the keyword
9869                 'poster' in the Followup-To header, all replies go to the
9870                 sender, re: RFC 1036, Section 2.2.3
9871                 rename all instances of 'ignore_replyto' to 'to_sender', both
9872                 were previously used, now we use just one.
9873
9874 2003-02-13 [paul]       0.8.10claws6
9875
9876         * sync with 0.8.10cvs9
9877                 see ChangeLog 2003-02-13
9878
9879 2003-02-13 [paul]       0.8.10claws5
9880
9881         * configure.ac
9882                 show which plugins are configured in the configure
9883                 output.
9884
9885 2003-02-12 [thorsten]   0.8.10claws4
9886
9887         * src/news.c
9888                 show progress while fetching news headers
9889
9890 2003-02-12 [christoph]  0.8.10claws3
9891
9892         * configure.ac
9893         * src/plugins/Makefile.am
9894                 use AM_CONDITIONAL to enable plugins, automake correctly
9895                 manages this when creating distdir
9896
9897 2003-02-12 [christoph]  0.8.10claws2
9898
9899         * ac/spamassassin.m4
9900         * src/plugins/spamassassin/Makefile.am
9901                 fix building SpamAssassin plugin without OpenSSL
9902
9903 2003-02-12 [paul]       0.8.10claws1
9904
9905         * ac/Makefile.am
9906           src/Makefile.am
9907           src/plugins/Makefile.am
9908                 fix failure of 'make release'
9909
9910 2003-02-12 [paul]       0.8.10claws
9911
9912         * 0.8.10claws released
9913
9914 2003-02-12 [paul]       0.8.9claws56
9915
9916         * po/bg.po
9917           po/es.po
9918           po/it.po
9919           po/ru.po
9920           po/sr.po
9921                 updated translations by George Danchev, Ricardo Mones Lastra,
9922                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9923                 
9924         * sylpheed.spec.in
9925                 Allow the building of RPMs by a regular user. Submitted
9926                 by Sergei Astanin
9927
9928 2003-02-11 [alfons]     0.8.9claws55
9929
9930         * src/colorlabel.c
9931                 don't use pixmaps for label color rect but draw rectangles
9932                 so we can respect the color map of palette based visuals
9933                 (fixes the long time crashes on Suns - thanks to Andreas
9934                 Engel and Steve O'Hara-Smith for testing)
9935
9936 2003-02-11 [christoph]  0.8.9claws54
9937
9938         * src/matcher_parser_parse.y
9939                 correct bug where filering rules of not existing folders in
9940                 matcherrc were added to global filtering
9941                 
9942         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9943          main filter-rules after removing directory, http://bugs.debian.org/180253)
9944         
9945 2003-02-11 [paul]       0.8.9claws53
9946
9947         * sync with 0.8.10cvs7
9948                 see ChangeLog 2003-02-09
9949
9950 2003-02-11 [melvin]     0.8.9claws52
9951
9952         * po/fr.po
9953                 Updated French tranlsations
9954
9955 2003-02-10 [paul]       0.8.9claws51
9956
9957         * sylpheed.spec.in
9958                 correct --enable-openssl
9959                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9960
9961 2003-02-09 [martin]     0.8.9claws50
9962
9963         * src/prefs_matcher.c
9964                 fix segfault in prefs_matcher_substitute_cb() when
9965                 no row is selected
9966
9967 2003-02-09 [paul]       0.8.9claws49
9968
9969         * src/folderview.c
9970                 fix bug where a newsgroup folder's processing rules were
9971                 merged with the global filtering rules when the newsgroup
9972                 folder was deleted, causing some seriously bad results,
9973                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9974
9975 2003-02-08 [melvin]     0.8.9claws48
9976
9977         * src/compose.c
9978                 Corrected and modified an alert message.
9979
9980 2003-02-07 [paul]       0.8.9claws47
9981
9982         * src/folderview.c
9983                 fix bug where both an 'Account properties' window and a
9984                 'Folder properties' window were opened when clicking on
9985                 'Properties' in an NNTP or IMAP folder's popup menu.
9986
9987 2003-02-07 [paul]       0.8.9claws46
9988
9989         * sync with 0.8.10cvs6
9990                 see ChangeLog 2003-02-06
9991
9992 2003-02-06 [christoph]  0.8.9claws45
9993
9994         * src/mbox.c
9995                 freeze folder updates while importing mbox files
9996                 (closes bug 43 importing mbox took hours)
9997                 
9998         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9999
10000 2003-02-06 [thorsten]   0.8.9claws44
10001
10002         * po/de.po
10003                 Updated german translations
10004
10005 2003-02-06 [thorsten]   0.8.9claws43
10006
10007         * src/news.h
10008                 use guint for message numbers (fix count in grouplist dialog)
10009
10010 2003-02-05 [paul]       0.8.9claws42
10011
10012         * sync with 0.8.10cvs2
10013                 see ChangeLog 2003-02-05
10014
10015 2003-02-04 [colin]      0.8.9claws41
10016
10017         * src/prefs_common.[ch]
10018           src/procmsg.c
10019           src/summaryview.c
10020                 Add an option to disable threading by subject
10021
10022 2003-02-04 [christoph]  0.8.9claws40
10023
10024         * src/inc.c
10025                 only abort fetching mails from multiple accounts when the
10026                 error is fatal and does not allow to check any more accounts
10027                 (currently only disk full error)
10028
10029         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10030          receive mails for other accouts)
10031
10032 2003-02-04 [christoph]  0.8.9claws39
10033
10034         * src/folder.c
10035                 first add the new message to the cache, then
10036                 send the update notification
10037
10038         (closes bug 39 after sending message folderview doesnt get updated)
10039
10040 2003-02-04 [colin]      0.8.9claws38
10041
10042         * src/inc.c
10043                 _really_ fix this Connecting... status
10044
10045 2003-02-04 [paul]       0.8.9claws37
10046
10047         * sync with 0.8.10
10048                 see ChangeLog 2003-02-04
10049
10050 2003-02-04 [paul]       0.8.9claws36
10051
10052         * sync with 0.8.9cvs6
10053                 see ChangeLog 2003-02-03
10054
10055 2003-02-04 [paul]       0.8.9claws35
10056
10057         * po/pt_BR.po
10058                 updated by André Filipe de Assunção e Brito 
10059                 <bedecko@netsite.com.br>
10060
10061 2003-02-03 [thorsten]   0.8.9claws34
10062
10063         * po/de.po
10064                 Updated german translations
10065
10066 2003-02-02 [paul]       0.8.9claws33
10067
10068         * po/es.po
10069                 updated by Ricardo Mones Lastra
10070
10071 2003-02-02 [thorsten]   0.8.9claws32
10072
10073         * src/mh.c
10074                 Fix mh_get_msginfo() segfault if file is inaccessible
10075
10076 2003-01-31 [colin]      0.8.9claws31
10077
10078         * src/procheader.c
10079                 Fix last commit's bug
10080
10081 2003-01-31 [colin]      0.8.9claws30
10082
10083         * src/procheader.c
10084                 Missing a change for gpg-signed messages
10085
10086 2003-01-31 [paul]       0.8.9claws29
10087
10088         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10089           src/procheader.c
10090           src/stock_pixmap.[ch]
10091           src/summaryview.c
10092                 indicate GnuPG signed messages by displaying an icon
10093                 in the Attachment column.
10094
10095 2003-01-31 [paul]       0.8.9claws28
10096
10097         * sync with 0.8.9cvs4
10098                 see ChangeLog 2003-01-31
10099
10100 2003-01-31 [alfons]     0.8.9claws27
10101
10102         * src/textview.c
10103                 tune URI parser to accept mailto URLs with a '?'
10104                 (patch from Ruslan Balkin)
10105
10106 2003-01-31 [colin]      0.8.9claws26
10107
10108         * src/summaryview.c
10109                 Fix a leak introduced in claws24
10110
10111 2003-01-31 [colin]      0.8.9claws25
10112
10113         * src/summaryview.c
10114                 Freeze/Thaw folder updates when deleting dups
10115
10116 2003-01-31 [colin]      0.8.9claws24
10117         
10118         * src/addr_compl.c
10119           src/summaryview.c
10120           src/msgcache.c
10121                 little speed improvements
10122
10123 2003-01-31 [colin]      0.8.9claws23
10124
10125         * src/summaryview.c
10126                 Fix segfault when forwarding nothing
10127                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10128                 
10129 2003-01-30 [paul]       0.8.9claws22
10130
10131         * sync with 0.8.9cvs3
10132                 see ChangeLog 2003-01-30
10133
10134 2003-01-30 [paul]       0.8.9claws21
10135
10136         * sync with 0.8.9cvs2
10137                 see ChangeLog 2003-01-30
10138
10139 2003-01-29 [paul]       0.8.9claws20
10140
10141         * sync with 0.8.9cvs1
10142                 see ChangeLog 2003-01-29
10143
10144 2003-01-28 [paul]       0.8.9claws19
10145
10146         * po/POTFILES.in
10147                 update to reflect changes. 
10148                 thanks to Ricardo Mones Lastra
10149
10150 2003-01-27 [christoph]  0.8.9claws18
10151
10152         * ac/openssl.m4
10153         * ac/spamassassin.m4
10154         * src/plugins/spamassassin/README
10155         * src/plugins/spamassassin/libspamc.[ch]
10156         * src/plugins/spamassassin/utils.[ch]
10157                 updated to latest libspamc
10158
10159 2003-01-27 [christoph]  0.8.9claws17
10160
10161         * src/folder.c
10162                 fix wrong use of procheader_get_header_fields
10163
10164 2003-01-27 [christoph]  0.8.9claws16
10165
10166         * src/news.c
10167         * src/prefs_account.[ch]
10168         * src/common/nntp.[ch]
10169                 allow to force authentication for NNTP servers
10170
10171         Patch submitted by Florian Mickler <dmk@d-labs.de>
10172
10173 2003-01-26 [paul]       0.8.9claws15
10174
10175         * src/summaryview.c
10176                 speed up of marking messages as read
10177                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10178
10179 2003-01-26 [christoph]  0.8.9claws14
10180
10181         * src/Makefile.am
10182         * src/mgutils.[ch]              ** REMOVE **
10183         * src/xml.[ch]                  ** REMOVE **
10184         * src/xmlprops.[ch]             ** REMOVE **
10185         * src/common/Makefile.am
10186         * src/common/mgutils.[ch]       ** NEW **
10187         * src/common/xml.[ch]           ** NEW **
10188         * src/common/xmlprops.[ch]      ** NEW **
10189                 move xml files to common directory
10190
10191 2003-01-26 [christoph]  0.8.9claws13
10192
10193         * src/plugins/spamassassin/spamassassin_gtk.c
10194                 only set gtk entry text if string is available
10195
10196 2003-01-26 [melvin]     0.8.9claws12
10197
10198         * src/description_window.c
10199                 Allow resizing of the window
10200                 Allow automatic horizontal scroll bar
10201                 Do not vertically expand and fill
10202
10203 2003-01-26 [christoph]  0.8.9claws11
10204
10205         * src/Makefile.am
10206         * src/gtkutils.[ch]             ** REMOVE **
10207         * src/common/sylpheed.c
10208         * src/gtk/Makefile.am
10209         * src/gtk/description_window.c
10210         * src/gtk/gtkutils.[ch]         ** NEW **
10211         * src/gtk/prefswindow.c
10212                 move gtkutils to gtk directory
10213
10214 2003-01-26 [paul]       0.8.9claws10
10215
10216         * src/summaryview.c
10217                 rename summary_unread_clicked() to summary_status_clicked()
10218
10219 2003-01-26 [melvin]     0.8.9claws9
10220
10221         * src/prefs_actions.c
10222                 Cosmetical changes to the help text
10223
10224 2003-01-26 [paul]       0.8.9claws8
10225
10226         * src/folder.[ch]
10227           src/mainwindow.c
10228           src/prefs_common.c
10229           src/prefs_sumamry_column.c
10230           summaryview.[ch]
10231                 rename the 'Unread' column to 'Status'
10232
10233 2003-01-25 [match]      0.8.9claws7
10234
10235         * src/mgutils.[ch]
10236                 removed reference to LDAP constants. removed error2string.
10237                 included functions to support LDAP dynamic queries.
10238         * src/syldap.h
10239                 moved LDAP constants here.
10240         * src/addressbook.c
10241         * src/addrindex.c
10242         * src/importldif.c
10243                 removed references to LDAP constants and references to
10244                 error2string.
10245
10246 2003-01-25 [paul]       0.8.9claws6
10247
10248         * src/summaryview.c
10249                 summary_thread_build(), summary_thread_init(): remove 
10250                 unneeded reference to summaryview->folder_item
10251
10252 2003-01-25 [christoph]  0.8.9claws5
10253
10254         * src/gtk/description_window.c
10255                 o allow description texts to expand over multiple columns
10256                 o translate all columns
10257         * src/prefs_actions.c
10258                 change syntax description to use new multi column feature
10259
10260         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10261
10262 2003-01-25 [match]      0.8.9claws4
10263
10264         * src/vcard.c
10265                 fixed bug with Quoted-Printable
10266
10267 2003-01-25 [paul]       0.8.9claws3
10268
10269         * src/folder.[ch]
10270           src/summaryview.[ch]
10271                 implement per-folder collapsed/expanded threads setting
10272                 
10273         * src/prefs_common.c
10274                 remove global collapsed/expanded threads option
10275
10276 2003-01-25 [christoph]  0.8.9claws2
10277
10278         * po/POTFILES.in
10279                 add pluginwindow and prefswindow
10280         * src/compose.c
10281                 make send respond correctly to messages that could be added
10282                 to the queue folder, but the UID of the message is unknown
10283         * src/folder.c
10284         * src/imap.c
10285                 don't return guessed UIDs in imap_add_msg anymore. We return
10286                 0 to tell the folder system it was appened but the UID is
10287                 unknown. Folder system now get's the UID by scaning the folder
10288                 and searching the cache for the Message-ID
10289                 (closes bug #29 Messages queued, but not sent)
10290
10291 2003-01-25 [paul]       0.8.9claws1
10292
10293         * src/codeconv.c
10294                 conv_encode_header():  fix bug when long headers with 8-bit
10295                 characters are used, so that the encoded words are wrapped.
10296                 If the space in the original text falls on the wrap boundary,
10297                 it can be lost.
10298                 Patch by Sergey Vlasov.
10299                 
10300         * src/folderview.c
10301                  fix bug where a change to the sorting method or thread view
10302                  of a folder's messages is lost if simpify-subject is set and
10303                  toggled on or off.
10304                  Patch by Luke Plant.
10305
10306 2003-01-24 [paul]       0.8.9claws
10307
10308         * sylpheed-0.8.9claws released
10309         
10310         * Makefile.am
10311           sylpheed.spec.in
10312                 remove reference to 'INSTALL.jp'
10313
10314 2003-01-23 [paul]       0.8.8claws128
10315
10316         * po/es.po
10317           po/it.po
10318           po/ru.po
10319           po/sr.po
10320                 updated translations. submitted by Ricardo Mones Lastra,
10321                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10322
10323 2003-01-23 [colin]      0.8.8claws127
10324
10325         * src/compose.c
10326                 Fix drafted and queued news articles re-edition
10327
10328 2003-01-23 [melvin]     0.8.8claws126
10329
10330         * po/fr.po
10331                 Updated French translations
10332
10333 2003-01-23 [colin]      0.8.8claws125
10334
10335         * src/inc.c
10336                 Fix "Connecting to..." status message
10337
10338 2003-01-22 [paul]       0.8.8claws124
10339
10340         * po/bg.po
10341                 updated by George Danchev
10342                 
10343         * src/folder.c
10344                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10345                 and folder deletion
10346
10347 2003-01-21 [paul]       0.8.8claws123
10348
10349         * po/bg.po
10350                 updated by George Danchev
10351                 
10352         * src/about.c
10353                 its now 2003
10354                 
10355         * src/toolbar.c
10356                 don't translate 'Separator'
10357                 
10358         * src/plugins/spamassassin/Makefile.am
10359                 add aspell to CPPFLAGS
10360                 
10361         * src/plugins/spamassassin/spamassassin.c
10362           src/plugins/spamassassin/spamassassin_gtk.c
10363                 set correct default for spamassassin_receive_spam
10364                 slightly re-word descriptions and some
10365                 other minor changes
10366
10367 2003-01-19 [alfons]     0.8.8claws122
10368                 
10369         * src/mimeview.c
10370                 mimeview_save_as(): we might as well show the file name for
10371                 the single case "Save As" too
10372
10373 2003-01-19 [alfons]     0.8.8claws121
10374
10375         * src/crash.c
10376                 change bug tracker URL to bugzilla URL
10377
10378 2003-01-19 [alfons]     0.8.8claws120
10379
10380         * src/mimeview.c
10381                 mimeview_save_all(): display name of file before overwriting;
10382                 continue saving all, even when one overwrite was cancelled
10383
10384 2003-01-19 [christoph]  0.8.8claws119
10385
10386         * src/summaryview.c
10387         * src/procmsg.[ch]
10388                 fix wrong usage of procmsg_find_children in summaryview
10389                 by using procmsg_update_unread_children instead of
10390                 summaryview_update_unread_children
10391
10392 2003-01-19 [christoph]  0.8.8claws118
10393
10394         * src/procmsg.c
10395                 fix infinite loop in procmsg_find_children
10396                  (closes bug #25 sylpheed crashes on delete.)
10397
10398         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10399
10400 2003-01-19 [paul]       0.8.8claws117
10401
10402         * po/pt_BR.po
10403                 updated by Ivan Francolin Martinez
10404
10405 2003-01-18 [melvin]     0.8.8claws116
10406
10407         * src/prefs_actions.c
10408                 Removed syntax limitation of only one '&' at the end of command.
10409                         Now actions that contain '>/dev/null 2>&1' are possible.
10410
10411 2003-01-18 [melvin]     0.8.8claws115
10412
10413         * src/prefs_actions.c
10414                 Actions IO dialog: when the action ends
10415                 the "Close" button now has focus and [Escape] closes the
10416                 window.
10417
10418 2003-01-18 [christoph]  0.8.8claws114
10419
10420         * src/procmsg.c
10421                 o add debug output when MsgInfos are really freed
10422                 o free GSLists in procmsg_find_children and
10423                   procmsg_update_unread_children
10424
10425 2003-01-18 [christoph]  0.8.8claws113
10426
10427         * src/mainwindow.c
10428                 reorder Configuration menu
10429
10430 2003-01-18 [christoph]  0.8.8claws112
10431
10432         * src/compose.c
10433                 fix applying templates to forwarded messages
10434
10435         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10436
10437 2003-01-17 [christoph]  0.8.8claws111
10438
10439         * src/folder.c
10440                 destroy folder items, when a folder item is removed
10441
10442 2003-01-17 [christoph]  0.8.8claws110
10443
10444         * src/folder.c
10445                 fix wrong folder stats update when ignored message is
10446                 deleted
10447
10448 2003-01-17 [colin]      0.8.8claws109
10449         
10450         * src/mainwindow.c
10451         * src/summaryview.c
10452                 Quicksearch bugfixes: 
10453                 - hide help button at startup if not extended
10454                 - switch to extended when looking for replies
10455
10456 2003-01-17 [paul]
10457
10458         * sync with 0.8.9 release
10459
10460 2003-01-17 [paul]       0.8.8claws108
10461
10462         * sync with 0.8.8cvs11
10463                 see ChangeLog 2003-01-17
10464
10465 2003-01-16 [colin]      0.8.8claws107
10466
10467         * src/procmsg.c
10468                 Changed encryption test to re-ask passphrase
10469                 if an encrypted message hasn't been decrypted
10470                 Fixes bug #5
10471
10472 2003-01-16 [christoph]  0.8.8claws106
10473
10474         * src/prefs_gtk.c
10475         * src/prefs_toolbar.c
10476         * src/gtk/prefswindow.h
10477         * src/plugins/spamassassin/spamassassin_gtk.c
10478                 remove page destroy function that is not used anymore
10479
10480 2003-01-16 [paul]       0.8.8claws105
10481
10482         * sync with 0.8.8cvs9
10483                 see ChangeLog 2002-01-16
10484
10485 2003-01-16 [colin]      0.8.8claws104
10486
10487         * src/compose.[ch]
10488                 Fix bug with autosaved drafts for IMAP, when draft
10489                 folder is specified - fixes bugzilla bug #20
10490
10491 2003-01-15 [paul]       0.8.8claws103
10492
10493         * src/compose.[ch]
10494           src/procmsg.c
10495                 store folder and message-id of message forwarding
10496                 in queue header and set forward flag after sending
10497
10498 2003-01-15 [paul]       0.8.8claws102
10499
10500         * sync with 0.8.8cvs8
10501                 see ChangeLog 2002-01-15
10502
10503 2003-01-15 [colin]      0.8.8claws101
10504
10505         * src/Makefile.am
10506                 Fix linking with GNU libiconv
10507
10508 2003-01-15 [darko]      0.8.8claws100
10509
10510         * src/pine.c
10511                 fix crash when importing pine address book
10512                 entry with an empty name (reported by DY
10513                 <dybulk at tri8.net>)
10514
10515 2003-01-14 [paul]       0.8.8claws99
10516
10517         * configure.in  ** REMOVED **
10518           configure.ac  ** NEW FILE **
10519                 rename configure.in to configure.ac, as it is now
10520                 preferred
10521
10522 2003-01-14 [melvin]     0.8.8claws98
10523
10524         * src/folderview.c
10525                 folderview_check_new(): More precise function description
10526
10527 2003-01-14 [melvin]     0.8.8claws97
10528
10529         * src/folderview.c
10530                 folderview_check_new(): return the number of new messages 
10531                         since last check.
10532         * src/inc.c
10533                 inc_account_mail(): Disable counting of new messages for IMAP
10534                         and NNTP until bug [19] and [14] are fixed.
10535
10536 2003-01-14 [paul]       0.8.8claws96
10537
10538         * sync with 0.8.8cvs6
10539                 see ChangeLog 2003-01-14
10540
10541 2003-01-13 [alfons]     0.8.8claws95
10542
10543         * src/textview.c
10544                 tune email address validation (c. 0.8.8claws89): if . is 
10545                 just one char away from @, the address is invalid too 
10546                 (correctly rejects addresses like foo@.com)
10547
10548 2003-01-13 [paul]       0.8.8claws94
10549
10550         * src/messageview.c
10551           src/toolbar.c
10552                 fixes to the Message View toolbar and menu:
10553                 fix non-functioning Forward button
10554                 make Reply button consider default_reply_list
10555                 remove 'Follow-up...' menu entry
10556                 add 'Forward' and 'Redirect' menu entries
10557
10558 2003-01-13 [melvin]     0.8.8claws93
10559
10560         * src/inc.c
10561                 Fixed typo that could make new messages count incorrect.
10562
10563 2003-01-13 [melvin]     0.8.8claws92
10564
10565         * src/folderview.[ch]
10566                 folderview_check_new(): return the number of new messages.
10567         * src/inc.c
10568                 Should fix bug [14] where new mail notification worked 
10569                         incorrectly with IMAP accounts.
10570                 inc_spool_account(): return number of new msgs, or -1 on error
10571                 inc_all_spool(): return number of new msgs
10572                 
10573 2003-01-13 [melvin]     0.8.8claws91
10574
10575         * src/prefs_actions.c
10576                 Justify help text.
10577
10578 2003-01-12 [thorsten]   0.8.8claws90
10579
10580         * src/common/prefs.c
10581                 close file before rename
10582
10583 2003-01-12 [alfons]     0.8.8claws89
10584
10585         * AUTHORS
10586                 add Christian Mertes
10587         * src/common/utils.[ch]
10588                 g_stricase_hash(), g_stricase_equal(): functions for 
10589                 case insensitive hash tables
10590         * src/textview.c
10591                 use top level domain names to validate email address, based
10592                 on a patch by Christian Mertes (thanks!), but changed 
10593                 implementation to use a hash table 
10594
10595 2003-01-12 [paul]       0.8.8claws88
10596
10597         * po/bg.po
10598                 updated by George Danchev
10599
10600 2003-01-12 [alfons]     0.8.8claws87
10601
10602         * src/summaryview.c
10603                 delete / execute performance: use new style folder update
10604
10605 2003-01-12 [paul]       0.8.8claws86
10606
10607         * sync with 0.8.8cvs5
10608                 see ChangeLog 2003-01-13 (!)
10609
10610 2003-01-12 [alfons]     0.8.8claws85
10611
10612         * src/filtering.c
10613         * src/matcher_parser_parse.y
10614                 prepare change_score filtering action
10615         * src/matcher.[ch]
10616                 give up const-correctness on functions that call non-const-correct functions;
10617                 several casts to gpointer in g_free();
10618                 add change_score;
10619
10620 2003-01-12 [christoph]  0.8.8claws84
10621
10622         * src/compose.c
10623                 fix 2 warnings
10624
10625         * src/gtk/prefswindow.[ch]
10626         * src/plugins/spamassassin/spamassassin_gtk.c
10627                 changed the call of the widget create function
10628                 for PrefsPages, because sometimes the widget
10629                 create function needs a widget that already has
10630                 been attached to a window (to create GDK pixmaps
10631                 for exmaple). So we simply pass the GtkWindow as
10632                 the second parameter now.
10633
10634         * src/main.c
10635         * src/mainwindow.c
10636         * src/prefs_toolbar.[ch]
10637                 rewrite Toolbar Preferences using the new
10638                 prefs window
10639
10640 2003-01-11 [alfons]     0.8.8claws83
10641
10642         * src/addressadd.c
10643                 fix crash when adding sender to addressbook because status bar
10644                 isn't there (the status bar doesn't seem to be used though,
10645                 but I'll let Match decide what to do with it)
10646
10647 2003-01-11 [colin]      0.8.8claws82
10648
10649         * src/main.c
10650           src/toolbar.c
10651                 Two useless changes reversed
10652
10653 2003-01-11 [colin]      0.8.8claws81
10654
10655         * src/mainwindow.c
10656           src/mainwindow.h
10657                 Add mainwindow_get_mainwindow()
10658         * src/alertpanel.c
10659           src/alertpanel.h
10660                 Add alertpanel_error_log() 
10661         * src/compose.c
10662           src/inc.c
10663           src/messageview.c
10664           src/toolbar.c
10665           src/main.c
10666           src/procmsg.c
10667                 Network errors get a View Log button
10668
10669 2003-01-10 [alfons]     0.8.8claws80
10670
10671         * src/prefs_toolbar.c
10672         * src/toolbar.c
10673                 use the translatable string for "Separator" as file name for
10674                 separator toolbar items (probably make this uppercase?)
10675
10676 2003-01-10 [alfons]     0.8.8claws79
10677
10678         * src/prefs_toolbar.c
10679                 put right A_SEPARATOR description string in "displayed
10680                 toolbar items list" so manually added separators are
10681                 saved correctly (bug #10, "Adding a separator to the main 
10682                 toolbar fails, entry in xml file is wrong")
10683
10684 2003-01-10 [christoph]  0.8.8claws78
10685
10686         * src/imap.c
10687                 o fix warnings
10688                 o use CAPABILITY to check if NAMESPACE is available
10689
10690 2003-01-10 [christoph]  0.8.8claws77
10691
10692         * src/imap.[ch]
10693                 apply UIDPLUS IMAP extension support patch
10694
10695         Patch submitted by Simon 'corecode' Schubert
10696
10697 2003-01-10 [paul]       0.8.8claws76
10698
10699         * src/folderview.c
10700                 a sync from main which fixes the news account folders'
10701                 Properties bug
10702
10703 2003-01-10 [christoph]  0.8.8claws75
10704
10705         * src/folder.c
10706                 don't accept 0 as a valid uid returned by copy and move
10707                 functions. 0 means the message was copied or moved but the
10708                 new uid could not be fetched. It is not an error condition
10709                 for the copy or move operation.
10710
10711 2003-01-10 [paul]       0.8.8claws74
10712
10713         * src/prefs_filtering.c
10714                 change English used in Alert when entry is not
10715                 saved.
10716                 
10717         * sync with 0.8.8cvs4
10718                 see ChangeLog 2003-01-10
10719
10720 2003-01-10 [darko]      0.8.8claws73
10721
10722         * src/pine.c
10723                 fix crash when importing address book entry
10724                 without a valid address
10725
10726 2003-01-09 [alfons]     0.8.8claws72
10727
10728         * src/inc.c
10729                 filtering performance: use new style folder update
10730
10731 2003-01-09 [christoph]  0.8.8claws71
10732
10733         * src/compose.c
10734         * src/gtk/menu.[ch]
10735                 fix wrong selecting of mime encoding type, when
10736                 opening property dialog of attachments in the
10737                 compose window. 7bit was always selected and that
10738                 destoryed files with 8bit data.
10739                 (closes bug #9 Sylpheed-claws destroys attachments when
10740                  changing MIME-types)
10741
10742 2003-01-09 [paul]       0.8.8claws70
10743
10744         * sync with 0.8.8cvs3
10745                 see ChangeLog 2003-01-09
10746
10747 2003-01-08 [alfons]     0.8.8claws69
10748         
10749         * src/addressadd.c
10750                 apply patch by Kim Schulz to fix build breakage
10751                 because of missing variable
10752
10753 2003-01-08 [paul]       0.8.8claws68
10754
10755         * sync with 0.8.8cvs2
10756                 see ChangeLog 2002-01-08
10757
10758 2003-01-08 [paul]       0.8.8claws67
10759
10760         * po/it.po
10761                 updated by Alessandro Maestri
10762                 
10763         * src/addressadd.c
10764                 when using 'Add sender to addressbook' allow
10765                 name to be edited and remarks to be entered
10766                 Patch submitted by Luke Plant
10767
10768 2003-01-08 [darko]      0.8.8claws66
10769
10770         * README.claws, src/summaryview.c
10771                 fix description for marked messages
10772
10773 2003-01-08 [paul]
10774
10775         * tools/Makefile.am
10776           tools/launch_phoenix  ** NEW FILE **
10777                 add script that enables using Phoenix as the default
10778                 web browser. 
10779                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10780                 
10781         * tools/OOo2sylpheed.pl
10782                 remove full path to sylpheed executable, just 'sylpheed'
10783                 will do
10784                 
10785         * tools/README
10786                 add launch_phoenix informtion and re-arrange and compress
10787                 the data a little
10788
10789 2003-01-07 [christoph]  0.8.8claws65
10790
10791         * src/folder.c
10792                 fix update for source folder when moving messages
10793         * src/procmsg.[ch]
10794         * src/summaryview.c
10795                 use function to set to_folder for message infos and
10796                 automatically update the op_count for old and new
10797                 folder
10798
10799 2003-01-07 [melvin]     0.8.8claws64
10800
10801         * src/prefs_actions.c
10802                 Fixed bug where an '%p' Action on a displayed image crashed 
10803                         Sylpheed
10804                 Code clean up (get rid of duplicated code and removed unnecessary 
10805                                 structure member)
10806
10807 2003-01-07 [christoph]  0.8.8claws63
10808
10809         * src/compose.c
10810         * src/folder.[ch]
10811         * src/folderview.c
10812         * src/import.c
10813         * src/inc.c
10814         * src/main.c
10815         * src/mainwindow.c
10816         * src/messageview.c
10817         * src/prefs_folder_item.c
10818         * src/procmsg.c
10819         * src/summaryview.c
10820         * src/toolbar.c
10821                 o remove all folder update triggering from the UI code. The folder
10822                   system should know much better when a folder needs an update.
10823                 o to prevent multiple updates in a row the folder updates can be
10824                   frozen for some time.
10825
10826                 Note: - Please verify that no updates are missing
10827                       - Check where freeze/thaws should be added
10828
10829 2003-01-07 [christoph]  0.8.8claws62
10830
10831         * src/prefs_actions.c
10832                 don't translate empty strings
10833
10834         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10835
10836 2003-01-06 [christoph]  0.8.8claws61
10837
10838         * src/prefs_actions.c
10839                 mark strings for gettext
10840         * src/prefs_matcher.c
10841                 use new description window for Execute action and
10842                 match condition in Filtering
10843
10844         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10845
10846 2003-01-06 [alfons]     0.8.8claws60
10847
10848         keep myself inspired to re-organize matcher part 8; 
10849         yes, more to come (I need to move out the descriptive
10850         text for actions to matcher.c, or at least make it not
10851         depend on the wicked ordering)
10852
10853         * src/prefs_matcher.c
10854                 add documentation so others may comprehend the
10855                 UI part of the conditions
10856                 
10857 2003-01-06 [christoph]  0.8.8claws59
10858
10859         * src/prefs_actions.c
10860                 use new description window for syntax help
10861         * src/gtk/description_window.c
10862                 fix display of descriptions with column count != 2
10863
10864         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10865
10866 2003-01-06 [christoph]  0.8.8claws58
10867
10868         * src/quote_fmt.c
10869         * src/summaryview.[ch]
10870         * src/gtk/Makefile.am
10871         * src/gtk/description_window.[ch]       ** NEW **
10872                 use a generic window to display syntax descriptions
10873                 currently used in quote_fmt and summaryview (new description
10874                 for extended quick search)
10875
10876         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10877
10878 2003-01-06 [paul]       0.8.8claws57
10879
10880         * sync with 0.8.8cvs1
10881                 see ChangeLog 2003-01-06
10882
10883 2003-01-06 [christoph]  0.8.8claws56
10884
10885         * src/mainwindow.c
10886         * src/prefs_gtk.[ch]
10887         * src/gtk/prefswindow.[ch]
10888         * src/plugins/spamassassin/spamassassin_gtk.c
10889                 o remove page management from prefswindow, pages
10890                   will be an argument to prefswindow_open
10891                 o prefswindow_open gets a datapointer that is
10892                   passed to the widget_create function to allow
10893                   creation of prefswindow for specific items
10894
10895 2003-01-06 [colin]      0.8.8claws55
10896         
10897         * src/summaryview.c
10898                 We don't want regexp in the reply-finder, 
10899                 because MIDs can contain !,$,. and so on
10900
10901 2003-01-06 [jens]       0.8.8claws54
10902
10903         * src/jpilot.c
10904                 fixed a wrong free in jpilot_read_db_files
10905
10906 2003-01-06 [alfons]     0.8.8claws53
10907
10908         re-organize matcher part 8; more to come
10909        
10910         * src/matcher.c
10911                 matcherprop_to_string(): put g_free()s before the
10912                 switch-case break to fix memleaks                
10913
10914 2003-01-06 [colin]      0.8.8claws52
10915
10916         * src/summaryview.c
10917                 cleanup & reply-finder now displays the first 
10918                 matching message
10919
10920 2003-01-05 [alfons]     0.8.8claws51
10921
10922         re-organize matcher part 7; more to come
10923
10924         * src/matcher.[ch]
10925                 fixes for constant correctness;
10926                 more documentation;
10927
10928 2003-01-05 [alfons]     0.8.8claws50
10929
10930         re-organize matcher part 6; more to come
10931         
10932         * src/matcher.[ch]
10933                 fixes for constant correctness;
10934                 more documentation;
10935         * src/filtering.c
10936                 fix for constant correctness
10937
10938 2003-01-05 [colin]      0.8.8claws49
10939
10940         * src/account.[ch]
10941                 Add account_get_reply_account function
10942         * src/compose.c
10943                 Use account_get_reply_account function 
10944         * src/summaryview.c
10945                 Basic reply-finder - click on the replied
10946                 icon gets you to the outbox using quick-search
10947
10948 2003-01-05 [paul]       0.8.8claws48
10949
10950         * src/prefs_common.c
10951                 small change to English
10952                 
10953         * src/prefs_filtering.c
10954                 prefs_filtering_action_select(): improve logic and uniformity
10955                 of gui
10956
10957 2003-01-05 [alfons]     0.8.8claws47
10958
10959         fine tune solution to focus problems (bug #7)
10960
10961         * src/mainwindow.c
10962                 mainwindow_focus_in_event(): remove grab event check
10963         * src/summaryview.c
10964                 summary_button_pressed(): move selection on right-click
10965                 too. we can't possibly move the selection back after
10966                 canceling a dialog, because gtk's incomplete focus 
10967                 management. whether this is a good solution, only time
10968                 will tell.
10969
10970 2003-01-05 [christoph]  0.8.8claws46
10971
10972         * src/imap.c
10973                 fix crash when no imap connection could be established
10974
10975 2003-01-05 [paul]       0.8.8claws45
10976
10977         * src/mainwindow.c
10978           src/sumamryview.c
10979           src/gtk/menu.[ch]
10980                 fix bug 605957 'shortcuts in popup-menu'
10981                 make user-defined shortcuts work
10982                 show shortcuts that are already defined
10983                 in the main menu
10984                 Patch submitted by Luke Plant
10985
10986 2003-01-05 [alfons]     0.8.8claws44
10987
10988         * src/mainwindow.c
10989                 focus_in_event handler should not select summary view row 
10990                 when another window (menu, dialog) grabbed for events 
10991                 (bug #7, "[0.8.8claws42] Message summary focus") 
10992
10993 2003-01-04 [christoph]  0.8.8claws43
10994
10995         * src/procmsg.c
10996                 update save folder after adding the sent message
10997                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10998
10999 2003-01-02 [christoph]  0.8.8claws42
11000
11001         * src/common/plugin.c
11002                 fix unloading of all plugins and unload
11003                 plugins in reverse order
11004                 
11005         * src/gtk/pluginwindow.c
11006                 implement function of load and unload button
11007
11008         * src/gtk/prefswindow.c
11009         * src/gtk/prefswindow.h
11010                 rename register function and add new unregister
11011                 function
11012
11013         * src/plugins/spamassassin/spamassassin_gtk.c
11014                 unregister prefs page and update for changes in
11015                 src/gtk/prefswindow.c
11016
11017 2003-01-02 [paul]       0.8.8claws41
11018
11019         * po/es.po
11020                 updated by Ricardo Mones Lastra
11021
11022 2003-01-02 [paul]
11023
11024         * tools/tb2sylpheed
11025                 fixes and improvements by Urke MMI
11026
11027 2003-01-02 [thorsten]   0.8.8claws40
11028
11029         * src/procmsg.c
11030                 fixed wrong return value
11031
11032 2003-01-02 [thorsten]   0.8.8claws39
11033
11034         * src/prefs.c
11035                 fixed printing wrong variable
11036
11037 2003-01-02 [thorsten]   0.8.8claws38
11038
11039         * src/prefs.c
11040                 fixed acessing members of freed pfile struct
11041
11042 2003-01-02 [thorsten]   0.8.8claws37
11043
11044         * src/procmsg.c
11045                 detect loops across several messages
11046                 as suggested by Christoph Hohmann
11047
11048 2003-01-01 [match]      0.8.8claws36
11049
11050         * src/addrindex.c
11051                 fixed another memory leak.
11052
11053 2003-01-01 [match]      0.8.8claws35
11054
11055         * src/jpilot.[ch]
11056                 fixed memory leaks. applied Doxygen comments.
11057
11058 2003-01-01 [thorsten]   0.8.8claws34
11059
11060         * src/procmsg.c
11061                 inhibit endless loop if msg references itself
11062                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11063
11064 2003-01-01 [christoph]  0.8.8claws33
11065
11066         * src/mainwindow.c
11067         * src/gtk/Makefile.am
11068         * src/gtk/pluginwindow.c                ** NEW **
11069         * src/gtk/pluginwindow.h                ** NEW **
11070                 add plugin window
11071
11072         * src/plugins/demo/demo.c
11073         * src/plugins/spamassassin/spamassassin.c
11074         * src/plugins/spamassassin/spamassassin_gtk.c
11075                 write better plugin descriptions
11076
11077 2002-12-31 [christoph]  0.8.8claws32
11078
11079         * src/gtk/prefswindow.c
11080         * src/plugins/spamassassin/spamassassin_gtk.c
11081                 some small improvements to GTK code
11082
11083 2002-12-31 [christoph]  0.8.8claws31
11084
11085         * src/plugins/spamassassin/spamassassin_gtk.c
11086                 enable folder select button
11087
11088 2002-12-31 [christoph]  0.8.8claws30
11089
11090         * src/mainwindow.c
11091         * src/gtk/Makefile.am
11092         * src/gtk/prefswindow.c                         ** NEW **
11093         * src/gtk/prefswindow.h                         ** NEW **
11094                 add new prefs window
11095
11096         * src/common/plugin.c
11097                 don't try to load empty config lines
11098         
11099         * src/plugins/spamassassin/Makefile.am
11100         * src/plugins/spamassassin/spamassassin.c
11101         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11102         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11103                 GTK config for SpamAssassin Plugin using
11104                 the new prefs window
11105
11106 2002-12-31 [paul]       0.8.8claws29
11107
11108         * po/POTFILES.in
11109                 remove obsolete entry 'src/menu.c'
11110
11111 2002-12-31 [alfons]     0.8.8claws28
11112
11113         * src/matcher.[ch]
11114         * src/matcher_parser_parse.y
11115         * src/prefs_matcher.c
11116                 add "ignore_thread" and "~ignore_thread" condition so it's
11117                 possible to make the actions / scoring operate on the ignore
11118                 thread flag
11119
11120 2002-12-31 [christoph]  0.8.8claws27
11121
11122         * src/addrbook.c
11123         * src/addrindex.c
11124         * src/folder.c
11125         * src/matcher.c
11126         * src/prefs_account.c
11127         * src/prefs_actions.c
11128         * src/prefs_customheader.c
11129         * src/prefs_display_header.c
11130         * src/prefs_gtk.c
11131         * src/procmime.c
11132         * src/toolbar.c
11133         * src/xmlprops.c
11134         * src/common/prefs.[ch]
11135                 extend prefs file handling for reading and automatic handling
11136                 of blocks. When reading prefs_set_block_label will automatically
11137                 move on to the block. When writing it will copy all other blocks
11138                 automatically
11139
11140         * src/common/plugin.c
11141                 Now loading plugin filenames from [Plugins] block in
11142                 sylpheed rc file
11143
11144 2002-12-30 [christoph]  0.8.8claws26
11145
11146         * src/common/hooks.[ch]
11147                 return abort status to caller of hooks_invoke
11148                 
11149         * src/inc.[ch]
11150                 invoke message filtering hook and stop
11151                 default handling when filter returns abort
11152
11153         * src/common/plugin.[ch]
11154         * src/plugins/demo/demo.c
11155                 modify plugin loader, because resolving symbols for strings
11156                 does not work correctly
11157         
11158         * configure.in
11159         * ac/spamassassin.m4                            ** NEW **
11160         * src/plugins/spamassassin/.cvsignore           ** NEW **
11161         * src/plugins/spamassassin/Makefile.am          ** NEW **
11162         * src/plugins/spamassassin/README               ** NEW **
11163         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11164         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11165         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11166                 add spamassassin plugin, see src/plugins/spamassassin/README
11167                 for details
11168
11169 2002-12-29 [alfons]     0.8.8claws25
11170
11171         * src/mainwindow.c
11172                 when moving focus from a message view to the main 
11173                 window, don't forget to select the summary node
11174                 of the displayed message. should fix "[ 659103 ] 
11175                 focus-follows-mouse confuses sylpheed"
11176
11177 2002-12-29 [christoph]  0.8.8claws24
11178
11179         * src/Makefile.am
11180         * src/stringtable.[ch]          ** REMOVE **
11181         * src/common/Makefile.am
11182         * src/common/stringtable.[ch]   ** NEW **
11183                 move stringtable files to common directory
11184
11185 2002-12-29 [christoph]  0.8.8claws23
11186
11187         * src/Makefile.am
11188         * src/menu.[ch]                 ** REMOVE **
11189         * src/gtk/Makefile.am
11190         * src/gtk/menu.[ch]             ** NEW **
11191                 move menu files to gtk directory
11192
11193 2002-12-29 [match]      0.8.8claws22
11194
11195         * src/addressbook.c
11196         * src/syldap.c
11197                 moved UI specific code out of LDAP code into addressbook
11198                 UI code. fixed memory leak.
11199
11200 2002-12-29 [christoph]  0.8.8claws21
11201
11202         * src/folder.c
11203                 only check for IGNORED parent message when message is
11204                 not IGNORED itself
11205
11206 2002-12-29 [alfons]     0.8.8claws20
11207
11208         * src/summaryview.c
11209                 set gtksctree's anchor correct (immediate execute
11210                 changes the tree's layout, and anchor points at 
11211                 the incorrect row). fixes "[ 657233 ] multiple msg 
11212                 delete sometimes off by 1".
11213                 we probably have to look for more tree layout /
11214                 anchor glitches.
11215
11216 2002-12-29 [paul]       0.8.8claws19
11217
11218         * src/summaryview.c
11219                 fix bug [ 659054 ] incorrect sorting of 'From' column
11220                 when using 'display sender using address book'
11221                 thanks to Alfons and Luke Plant
11222
11223 2002-12-29 [christoph]  0.8.8claws18
11224
11225         * src/folder.c
11226         * src/procmsg.[ch]
11227                 check parent messages for IGNORE THREAD flag, when adding,
11228                 moving or copying messages to a folder
11229
11230 2002-12-27 [alfons]     0.8.8claws17
11231
11232         re-organize matcher part 5; more to come
11233
11234         * src/matcher.c
11235                 hash keywords in matchparser_tab 
11236
11237 2002-12-27 [alfons]     0.8.8claws16
11238
11239         re-organize matcher part 4; more to come
11240
11241         * src/matcher_parser.h
11242         * src/matcher_parser_lex.l
11243         * src/matcher_parser_parse.y
11244                 cleanup
11245
11246 2002-12-27 [alfons]     0.8.8claws15
11247
11248         re-organize matcher part 3; more to come
11249
11250         * src/matcher.[ch]
11251                 cleanup
11252
11253 2002-12-27 [alfons]     0.8.8claws14
11254
11255         re-organize matcher part 2; more to come but this should
11256         work. cc me if there are any regressions.
11257
11258         * src/matcher.h
11259                 add prototype for get_matchparser_tab_id()
11260         * src/matcher_parser_lex.l
11261                 look up keywords using matchparser_tab_id();
11262
11263 2002-12-27 [alfons]     0.8.8claws12
11264
11265         re-organize matcher part 1
11266
11267         * src/matcher.h
11268                 map yacc generated constants to sylpheed matcher constants
11269         * src/matcher.c
11270                 add function to find a matcher constant from a string
11271
11272 2002-12-27 [christoph]  0.8.8claws11
11273
11274         * src/compose.c
11275                 MENUITEM_ADD casts the 4th argument from integer to pointer
11276                 so it probably should not be a pointer, this means we
11277                 should use account id for it and not the account's pointer
11278
11279 2002-12-27 [paul]       0.8.8claws10
11280
11281         * src/mainwindow.c
11282                 remove unneeded 'GtkWidget *vbox'
11283                 
11284         * src/summaryview.c
11285                 further sync with 0.8.8 - make sort
11286                 by recipient work as expected
11287                 
11288         * NEWS
11289                 sync with 0.8.8
11290
11291 2002-12-27 [paul]       0.8.8claws9
11292
11293         * po/pt_BR.po
11294                 updated by Ivan F. Martinez
11295                 
11296 2002-12-27 [darko]      0.8.8claws8
11297
11298         * src/common/utils.c
11299                 added locked pattern to extended search
11300
11301 2002-12-27 [alfons]     0.8.8claws7
11302
11303         * src/prefs_matcher.[ch]
11304                 clean up
11305
11306 2002-12-26 [alfons]     0.8.8claws6
11307
11308         * src/matcher.[ch]
11309         * src/matcher_parser_lex.l
11310         * src/matcher_parser_parse.y
11311         * src/prefs_matcher.c
11312                 allow color label as a condition in the matcher
11313
11314 2002-12-26 [oliver]     0.8.8claws5
11315         
11316         * src/toolbar.c 
11317                 enable Addressbook for Main and Messageview
11318         * src/prefs_actions.c
11319                 enable actions in Messageview
11320
11321 2002-12-26 [christoph]  0.8.8claws4
11322
11323         * src/common/plugin.c
11324                 add a little debug output
11325         * configure.in
11326         * src/plugins/demo/Makefile.am
11327                 better use of automake
11328
11329 2002-12-26 [christoph]  0.8.8claws3
11330
11331         * src/Makefile.am
11332         * src/common/Makefile.am
11333                 fix "make distdir"
11334
11335 2002-12-26 [christoph]  0.8.8claws2
11336
11337         * configure.in
11338                 sort configure checks into common / gtk / plugins
11339         * po/POTFILES.in
11340                 add src/prefs_gtk.c
11341         * src/Makefile.am
11342                 add plugins SUBDIR
11343         * src/main.c
11344         * src/common/sylpheed.[ch]
11345                 added now sylpheed_done function for shutdown
11346         * src/common/Makefile.am
11347         * src/common/plugin.[ch]                ** NEW **
11348                 plugin loader and unloader
11349         * src/plugins/.cvsignore                ** NEW **
11350         * src/plugins/Makefile.am               ** NEW **
11351                 build plugins
11352         * src/plugins/demo/.cvsignore           ** NEW **
11353         * src/plugins/demo/Makefile.am          ** NEW **
11354         * src/plugins/demo/demo.c               ** NEW **
11355                 small demo plugin that installs a logtext hook and
11356                 outputs the log text to stdout
11357
11358 2002-12-26 [paul]       0.8.8claws1
11359
11360         * po/es.po
11361                 updated by Ricardo Mones Lastra
11362
11363 2002-12-26 [paul]       0.8.8claws
11364
11365         * 0.8.8claws released
11366
11367 2002-12-26 [paul]       0.8.7claws12
11368
11369         * po/bg.po
11370                 updated by George Danchev
11371
11372 2002-12-26 [paul]       0.8.7claws11
11373
11374         * po/POTFILES.in
11375                 remove unneeded 'src/prefs.c' entry 
11376
11377 2002-12-26 [paul]       0.8.7claws10
11378
11379         * src/codeconv.c
11380           src/mainwindow.c
11381                 sync with 0.8.8 release
11382         
11383         * src/folder.[ch]
11384           src/mh.c
11385           src/summaryview.c
11386                 partial sync with 0.8.8 release
11387         
11388
11389 2002-12-25 [alfons]     0.8.7claws9
11390
11391         * src/matcher.[ch]
11392         * src/matcher_parser_lex.l
11393         * src/matcher_parser_parse.y
11394         * src/prefs_matcher.c
11395                 add locked flag to possible filtering / matcher 
11396                 conditions (also a good example what should be
11397                 done to add a simple boolean condition)
11398
11399 2002-12-25 [christoph]  0.8.7claws8
11400
11401         * src/Makefile.am
11402         * src/account.[ch]
11403         * src/addrbook.c
11404         * src/addressbook.c
11405         * src/addrindex.c
11406         * src/filtering.c
11407         * src/folder.c
11408         * src/matcher.c
11409         * src/prefs.[ch]                ** REMOVE **
11410         * src/prefs_account.c
11411         * src/prefs_actions.c
11412         * src/prefs_common.c
11413         * src/prefs_customheader.c
11414         * src/prefs_display_header.c
11415         * src/prefs_filtering.c
11416         * src/prefs_folder_item.c
11417         * src/prefs_gtk.[ch]            ** NEW **
11418         * src/prefs_matcher.c
11419         * src/prefs_scoring.c
11420         * src/prefs_summary_column.c
11421         * src/procmime.c
11422         * src/selective_download.c
11423         * src/toolbar.c
11424         * src/common/Makefile.am
11425         * src/common/prefs.[ch]         ** NEW **
11426                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11427
11428 2002-12-24 [alfons]     0.8.7claws7
11429
11430         * src/summaryview.c
11431                 summary_thread_build(): fix real cause of the crash mentioned in
11432                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11433                 this way we get meaningful ctree nodes 
11434
11435 2002-12-24 [oliver]     0.8.7claws6
11436
11437         * src/mainwindow.[ch]
11438         * src/messageview.[ch]
11439         * src/compose.[ch]
11440         * src/inc.c
11441         * src/summaryview.c
11442                 changes to use updated toolbar handling
11443                 
11444 2002-12-24 [oliver]     0.8.7claws5
11445
11446         * src/toolbar.[ch]
11447                 generic toolbar handling
11448                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11449         * src/prefs_toolbar.[ch]
11450                 adjust to handling
11451         
11452 2002-12-24 [oliver]     0.8.7claws4
11453         
11454         * src/stock_pixmap.[ch]
11455                 move SYLPHEED_LOGO to end of list in order 
11456                 to remove it from Custom Toolbar`s Icon View
11457
11458 2002-12-24 [alfons]     0.8.7claws3
11459
11460         * src/summaryview.c
11461                 summary_thread_build(): fix crash because of focus != selection 
11462                 after threading. when deleting the selection, gtk tries but fails 
11463                 to find the correct focusable element. we now force the selection
11464                 to be focused. this should solve the infamous bug reported by 
11465                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11466                 a test case is available. 
11467
11468 2002-12-24 [darko]      0.8.7claws2
11469
11470         * src/summaryview.c
11471                 don't crash when unmarking message with unread children
11472
11473 2002-12-23 [christoph]  0.8.7claws1
11474
11475         * src/Makefile.am
11476         * src/common/Makefile.am
11477                 update Makefiles for moved intl.h, version.h and defs.h
11478         * src/imap.c
11479                 rewrite imap_session_get to avoid duplicate code
11480
11481 2002-12-23 [paul]       0.8.7claws
11482
11483         * Santa-Claws released
11484         
11485         * po/hu.po
11486           po/ru.po
11487                 squeeze in updated Hungarian and Russian translations.
11488                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11489
11490 2002-12-23 [paul]       0.8.6claws129
11491
11492         * po/pl.po
11493                 updated by Witold Wladyslaw Wojciech Wilk
11494
11495 2002-12-23 [paul]       0.8.6claws128
11496
11497         * src/quote_fmt_parse.y
11498                 fix typo and add licence header
11499
11500 2002-12-23 [paul]       0.8.6claws127
11501
11502         * po/en_GB.po
11503                 updated
11504
11505 2002-12-23 [paul]       0.8.6claws126
11506
11507         * po/it.po
11508                 updated translation, submitted by Alessandro Maestri
11509                 
11510 2002-12-23 [paul]       0.8.6claws125
11511
11512         * src/quote_fmt_parse.y
11513                 fix signature-stripping on replies bug. match
11514                 '-- \n' and not '-- '.
11515
11516 2002-12-22 [paul]       0.8.6claws124
11517
11518         * po/bg.po
11519           po/es.po
11520           po/sr.po
11521                 updated translations. submitted by George Danchev,
11522                 Ricardo Mones Lastra, and Urke MMI respectively
11523
11524 2002-12-21 [paul]       0.8.6claws123
11525
11526         * src/addrbook.c
11527                 fix coding style
11528
11529 2002-12-21 [paul]       0.8.6claws122
11530
11531         * src/addrbook.c
11532                 fix bug [643638] where if a person is in one or more
11533                 addressbook groups editing that person's email 
11534                 address results in removal from those groups.
11535                 Patch submitted by Luke Plant.
11536
11537 2002-12-20 [christoph]  0.8.6claws121
11538
11539         * src/common/utils.c
11540         * src/summaryview.c
11541                 reimplement expand_search_string using GString to
11542                 prevent crashs caused by miscalculated string
11543                 lengths reported by Paul
11544
11545 2002-12-20 [christoph]  0.8.6claws120
11546
11547         * src/summaryview.c
11548                 don't use "changed" to check if op_count has to be changed as it
11549                 is also set when the message has unread children
11550                 (closes bug [ 653221 ] crash while deleting duplicates)
11551
11552 2002-12-20 [paul]       0.8.6claws119
11553
11554         * sync with 0.8.6cvs27
11555                 see ChangeLog 2002-12-20
11556
11557 2002-12-20 [paul]       0.8.6claws118
11558
11559         * sync with 0.8.6cvs26
11560                 see ChangeLog 2002-12-19 and 2002-12-20
11561
11562 2002-12-19 [alfons]     0.8.6claws117
11563
11564         * src/textview.c
11565                 fix incorrect parsing of email addresses, submitted by 
11566                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11567                 name display if it contains @".
11568
11569 2002-12-18 [paul]       0.8.6claws116
11570
11571         * sync with 0.8.6cvs23
11572                 see ChangeLog 2002-12-18
11573
11574 2002-12-18 [paul]       0.8.6claws115
11575
11576         * src/Makefile.am
11577         * src/account.c
11578         * src/codeconv.c
11579         * src/gtkutils.[ch]
11580         * src/imap.c
11581                 sync with 0.8.6cvs22.
11582                 see ChangeLog 2002-12-17 and 2002-12-18
11583
11584 2002-12-17 [christoph]  0.8.6claws114
11585
11586         * src/imap.c
11587                 o don't create a session if imap greeting fails
11588                 o don't close socket when authentication fails
11589                   this is done by imap_session_destroy
11590
11591 2002-12-17 [thorsten]   0.8.6claws113
11592
11593         * tools/Makefile.am
11594           tools/README
11595           tools/google_msgid.pl ** NEW FILE **
11596                 Added "search for message-id" script and doc
11597
11598 2002-12-17 [thorsten]   0.8.6claws112
11599
11600         * po/hu.po
11601                 Updated hungarian translation
11602                 (updated by Gal Zoltan)
11603
11604 2002-12-16 [christoph]  0.8.6claws111
11605
11606         * src/addr_compl.c
11607                 remove stupid addressbook dump to debug output
11608         * src/mh.c
11609                 fix memory leak found by Hiro
11610
11611 2002-12-14 [paul]       0.8.6claws110
11612
11613         * src/compose.c
11614                 fix menubar sensitivity on send
11615                 
11616         * src/prefs_filtering.c
11617         * src/prefs_matcher.c
11618         * src/prefs_scoring.c
11619                 Fix english ;)
11620                 
11621         * src/common/quoted-printable.h
11622                 sync: fix typo
11623         
11624 2002-12-13 [christoph]  0.8.6claws109
11625
11626         * src/Makefile.am
11627         * src/manage_window.[ch]        ** REMOVE **
11628         * src/gtk/Makefile.am
11629         * src/gtk/manage_window.[ch]    ** NEW **
11630                 move manage_window files to gtk directory
11631
11632 2002-12-13 [christoph]  0.8.6claws108
11633
11634         * src/Makefile.am
11635         * src/gtkshruler.[ch]           ** REMOVE **
11636         * src/gtk/Makefile.am
11637         * src/gtk/gtkshruler.[ch]       ** NEW **
11638                 move gtkshruler files to gtk directory
11639
11640 2002-12-13 [christoph]  0.8.6claws107
11641
11642         * src/Makefile.am
11643         * src/compose.c
11644         * src/gtkstext.[ch]             ** REMOVE **
11645         * src/gtkutils.[ch]
11646         * src/textview.c
11647         * src/gtk/gtkstext.[ch]         ** NEW **
11648         * src/gtk/Makefile.am
11649                 o move stext functions to gtkstext.c to remove
11650                   dependency of gtkutils
11651                 o move gtkstext files to gtk directory
11652
11653         * src/gtk/Makefile.am
11654         * src/gtk/sslcertwindow.[ch]
11655                 UI stuff can always depend on common code so
11656                 it's ok to add ../common to include path
11657
11658 2002-12-13 [colin]      0.8.6claws106
11659
11660         * src/summaryview.c
11661                 Disconnect sighandlers for mainwindow when
11662                 quicksearch has the focus
11663                 Fix bug #653231
11664         * src/mainwindow.[ch]
11665                 Make key_pressed callback public, to be able
11666                 to disconnect it
11667
11668 2002-12-13 [christoph]  0.8.6claws105
11669
11670         * src/mh.c
11671                 create .mh_sequences file in new MH folders
11672                 (closes feature request [ 523162 ] MH folders should
11673                  get a .mh_sequences)
11674
11675 2002-12-13 [colin]      0.8.6claws104
11676
11677         * src/summaryview.c
11678                 Better handling of quicksearch show/hide
11679                 (basically the button stays under the mouse 
11680                  when toggled)
11681
11682 2002-12-13 [paul]       0.8.6claws103
11683
11684         * sync with 0.8.6cvs17
11685                 see ChangeLog 2002-12-13
11686
11687 2002-12-13 [paul]       0.8.6claws102
11688
11689         * po/es.po
11690                 updated by Ricardo Mones Lastra
11691
11692 2002-12-11 [colin]       0.8.6claws101
11693
11694         * src/folder.c
11695                 remove statusbar stuff
11696           src/folderview.c
11697                 set statusbar verbosity when moving folders
11698
11699 2002-12-11 [colin]       0.8.6claws100
11700         * src/prefs_filtering.c
11701         * src/prefs_matcher.c
11702         * src/prefs_scoring.c
11703                 Fix english ;)
11704
11705 2002-12-11 [colin]       0.8.6claws99
11706
11707         * src/prefs_common.[ch]
11708                 Add summary_quicksearch_type
11709         * src/summaryview.c
11710                 Save last used quicksearch type
11711
11712 2002-12-11 [jens]       0.8.6claws98
11713         * src/prefs_filtering.c
11714         * src/prefs_matcher.c
11715         * src/prefs_scoring.c
11716                 added dialog for incomplete rules in scoring, filtering and
11717                 matcher to ask wheather really close
11718
11719 2002-12-11 [colin]      0.8.6claws97
11720
11721         * src/folder.c
11722                 Fix folder dnd statusbar logging
11723
11724 2002-12-10 [christoph]  0.8.6claws96
11725
11726         * src/compose.c
11727         * src/folder.c
11728         * src/imap.c
11729         * src/inc.c
11730         * src/main.c
11731         * src/mainwindow.c
11732         * src/news.c
11733         * src/send.c
11734         * src/statusbar.[ch]
11735         * src/common/hooks.c
11736         * src/common/log.[ch]
11737                 o handle verbose logging in statusbar directly in statusbar code
11738                   and common code does not need any knowledge about a statusbar
11739                 o remove direct calls to statusbar_(puts|pop)_all functions
11740
11741 2002-12-10 [jens]       0.8.6claws95
11742
11743         * src/*.c
11744                 removed gettext from g_warnings
11745         * po/POTFILES.in
11746                 cleaned and updated
11747         * po/de.po
11748                 updated
11749
11750 2002-12-10 [colin]      0.8.6claws94
11751
11752         * src/main.c
11753                 finish crash dialog fix
11754
11755 2002-12-10 [colin]      0.8.6claws93
11756
11757         * src/main.c
11758                 "Fix" "sylpheed already running" instead of
11759                 crash dialog appearing after a crash
11760
11761 2002-12-10 [colin]      0.8.6claws92
11762
11763         * po/POTFILES.in
11764                 add src/gtk/sslcertwindow.c
11765
11766 2002-12-10 [paul]       0.8.6claws91
11767
11768         * po/POTFILES.in
11769                 updated to reflect recent changes
11770                 submitted by Alessandro Maestri
11771
11772 2002-12-09 [christoph]  0.8.6claws90
11773
11774         * src/Makefile.am
11775         * src/smtp.[ch]                 ** REMOVE **
11776         * src/common/Makefile.am
11777         * src/common/smtp.[ch]          ** NEW **
11778                 move smtp files to common directory
11779
11780 2002-12-09 [christoph]  0.8.6claws89
11781
11782         * src/Makefile.am
11783         * src/session.[ch]              ** REMOVE **
11784         * src/common/Makefile.am
11785         * src/common/session.[ch]       ** NEW **
11786                 move session files to common directory
11787
11788 2002-12-09 [paul]       0.8.6claws88
11789
11790         * src/account.c
11791                 fix bug [649746] edit accounts: move account reverted
11792                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11793
11794 2002-12-09 [colin]      0.8.6claws87
11795
11796         * src/ssl_certificate.c
11797                 cleanup
11798
11799 2002-12-09 [colin]      0.8.6claws86
11800
11801         * src/ssl.c
11802                 Try to open the cert.pem database and 
11803                 issue a warning if it isn't there
11804
11805 2002-12-09 [colin]      0.8.6claws85
11806
11807         * src/common/ssl_certificate.c
11808         * src/gtk/sslcertwindow.c
11809                 Warning fixes
11810
11811 2002-12-09 [colin]      0.8.6claws84
11812
11813         * src/ssl_certificate.[ch] ** REMOVED **
11814         * src/common/ssl_certificate.[ch] ** NEW **
11815         * src/Makefile.am
11816         * src/common/Makefile.am
11817                 Moved ssl_certificate.[ch] to common
11818         * src/common/ssl.c 
11819                 Put back needed include
11820         * src/gtk/sslcertwindow.[ch]
11821                 Changed ssl_certificate.h include
11822         
11823 2002-12-09 [colin]      0.8.6claws83
11824
11825         * src/gtk/sslcertwindow.[ch]
11826                 Implement hook for certificate acception
11827         * src/ssl_certificate.[ch]
11828                 Implement hook for certificate acception
11829         * src/common/ssl.c
11830                 Reenable certificate acception check
11831         * src/mainwindow.c
11832                 Register sslcertwindow's hook
11833         
11834 2002-12-08 [christoph]  0.8.6claws82
11835
11836         * src/about.c
11837         * src/addr_compl.c
11838         * src/codeconv.c
11839         * src/manual.c
11840         * src/undo.c
11841         * src/common/utils.c
11842                 o add missing includes
11843                 o fix warnings
11844         * src/.cvsignore
11845         * src/common/.cvsignore
11846         * src/common/version.h          ** REMOVE **
11847                 remove autogenerated file
11848
11849 2002-12-08 [paul]       0.8.6claws81
11850
11851         * src/stringtable.c
11852                 put back needed include
11853
11854 2002-12-08 [colin]      0.8.6claws80
11855         
11856         * src/gtk/sslcertwindow.c
11857                 Cleaner popups when asking
11858         * src/ssl_certificate.c
11859         * src/prefs_common.[ch]
11860                 remove ssl certificate pref
11861                 put back needed include
11862         * src/undo.c
11863                 put back needed include
11864
11865 2002-12-08 [christoph]  0.8.6claws79
11866
11867         * src/folderview.c
11868         * src/logwindow.c
11869         * src/statusbar.c
11870         * src/summaryview.c
11871                 only abort hook invokation if required data is missing not
11872                 if our own data pointer is NULL, update hookfunction for
11873                 log window
11874
11875 2002-12-08 [paul]       0.8.6claws78
11876
11877         * src/about.c
11878         * src/addrcache.c
11879         * src/addrclip.c
11880         * src/addr_compl.c
11881         * src/addrselect.c
11882         * src/codeconv.c
11883         * src/colorlabel.c
11884         * src/enriched.c
11885         * src/esmtp.c
11886         * src/exporthtml.c
11887         * src/headerview.c
11888         * src/imageview.c
11889         * src/manual.c
11890         * src/noticeview.c
11891         * src/pgptext.c
11892         * src/scoring.c
11893         * src/sourcewindow.c
11894         * src/stringtable.c
11895         * src/undo.c
11896                 clean up: remove unneccesary includes
11897
11898 2002-12-08 [christoph]  0.8.6claws77
11899
11900         * src/folderview.c
11901         * src/statusbar.c
11902         * src/summaryview.c
11903         * src/common/hooks.[ch]
11904                 hook functions now have a gboolean return value, if a hook
11905                 returns TRUE it will stop executing of any more hooks in
11906                 the same hooklist for this invokation
11907
11908 2002-12-08 [colin]      0.8.6claws76
11909         
11910         * src/main.c
11911                 put back argv0 for CRASH_DIALOG
11912
11913 2002-12-08 [christoph]  0.8.6claws75
11914
11915         * src/Makefile.am
11916         * src/about.c
11917         * src/account.c
11918         * src/crash.c
11919         * src/esmtp.h
11920         * src/imap.[ch]
11921         * src/inc.c
11922         * src/main.c
11923         * src/mainwindow.c
11924         * src/news.c
11925         * src/pop.[ch]
11926         * src/prefs_account.[ch]
11927         * src/prefs_common.[ch]
11928         * src/send.[ch]
11929         * src/smtp.[ch]
11930         * src/ssl_certificate.[ch]
11931         * src/ssl_manager.[ch]
11932         * src/common/Makefile.am
11933         * src/common/log.c
11934         * src/common/nntp.[ch]
11935         * src/common/socket.[ch]
11936         * src/common/ssl.[ch]
11937         * src/gtk/sslcertwindow.[ch]
11938         * ac/openssl.m4
11939                 use new autoconf script to detect OpenSSL with extra parameters
11940                 to specify the location of libs and includes, also remove USE_SSL
11941                 to USE_OPENSSL
11942
11943         * src/common/sylpheed.[ch]
11944         * src/common/version.h.in
11945                 start seperation of common code initialization seperated from gui
11946
11947         * src/summaryview.c
11948                 The function that is called when a color label changes
11949                 should not change the color lable again
11950
11951 2002-12-08 [colin]      0.8.6claws74
11952
11953         * src/gtk/sslcertwindow.c
11954                 warning fixes
11955
11956 2002-12-08 [colin]      0.8.6claws73
11957
11958         * src/statusbar.c
11959           src/common/log.h
11960                 Register a hook for statusbar_puts_all
11961         * src/common/log.c
11962                 invoke statusbar_puts_all's hook
11963         
11964 2002-12-08 [colin]      0.8.6claws72
11965
11966         * src/ssl_certificate.c
11967                 Put back a badly-removed include
11968
11969 2002-12-08 [colin]      0.8.6claws71
11970
11971         * src/gtk/sslcertwindow.[ch]    ** NEW **
11972                 new certificate presentation
11973         * src/gtk/Makefile.am
11974                 add new files
11975         * src/ssl_certificate.[ch]
11976                 gtk cleanup, made utility functions public
11977         * src/ssl_manager.c
11978                 use new cert presentation
11979
11980 2002-12-07 [christoph]  0.8.6claws70
11981
11982         * src/Makefile.am
11983         * src/nntp.[ch]                 ** REMOVE **
11984         * src/common/Makefile.am
11985         * src/common/nntp.[ch]          ** NEW **
11986                 move nntp files to common directory
11987
11988 2002-12-07 [christoph]  0.8.6claws69
11989
11990         * src/procmsg.[ch]
11991         * src/summaryview.c
11992                 implement msginfo update callback using sylpheed's new
11993                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11994
11995 2002-12-06 [christoph]  0.8.6claws68
11996
11997         * src/editgroup.c
11998                 This patch changes the 'Edit Group Details' dialog to
11999                 allow extended selections in either pane, so that
12000                 addresses can be added or removed from a group more
12001                 quickly and easily. (it actually is a net decrease in
12002                 file size, as some unnecessary functions have been
12003                 removed). 
12004                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12005
12006 2002-12-06 [christoph]  0.8.6claws67
12007
12008         * src/Makefile.am
12009         * src/template.[ch]             ** REMOVE **
12010         * src/common/Makefile.am
12011         * src/common/template.[ch]      ** NEW **
12012                 move template files to common directory
12013
12014         * src/nntp.c
12015                 add missing log.h include
12016
12017 2002-12-06 [melvin]     0.8.6claws66
12018
12019         * src/prefs_actions.c
12020                 Added the trailing ">" syntax to insert command's output
12021                 without replacing old text (in contrast to trailing "|").
12022
12023 2002-12-05 [colin]      0.8.6claws65
12024         
12025         * src/common/utils.c
12026                 Don't modify original search_string or it'll change
12027                 the next iterations in the for()
12028
12029 2002-12-05 [darko]      0.8.6claws64
12030
12031         * src/common/utils.c
12032                 proper check for filtering commands, found by Colin
12033
12034 2002-12-05 [darko]      0.8.6claws63
12035
12036         * src/common/utils.c
12037                 check proper string for NULL pointer, found by Colin
12038
12039 2002-12-05 [darko]      0.8.6claws62
12040
12041         * src/common/utils.[ch]
12042                 expand_search_string(): new function
12043                 converts Mutt-like patterns to Sylpheed's
12044                 filtering engine
12045         * src/summaryview.c
12046                 use expand_search_string() to allow Mutt-like
12047                 patterns in extended search
12048         * README.claws
12049                 document extended option in quick search
12050
12051 2002-12-05 [paul]       0.8.6claws61
12052
12053         * sync with 0.8.6cvs16
12054                 see ChangeLog 2002-12-05
12055                 
12056         * po/POTFILES.in
12057                 clean up
12058
12059 2002-12-04 [christoph]  0.8.6claws60
12060
12061         * src/imap.[ch]
12062                 put imap authentication code into a new function and
12063                 remove it from imap_session_new that will allow to
12064                 send other commands before authentication
12065
12066 2002-12-04 [christoph]  0.8.6claws59
12067
12068         * src/imap.[ch]
12069                 use already existing method to prevent unneeded IMAP
12070                 folder selects. Set imap_select parameters to NULL
12071                 in some functions if the values are not required.
12072
12073         * src/xml.h
12074                 remove no longer required include
12075
12076 2002-12-04 [paul]       0.8.6claws58
12077
12078         * po/es.po
12079                 updated by Ricardo Mones Lastra
12080                 
12081         * configure.in
12082           po/hu.po      ** NEW FILE **
12083                 initial Hungarian translation, submitted
12084                 by Gál Zoltán <galzoli@hu.inter.net>
12085
12086 2002-12-03 [christoph]  0.8.6claws57
12087
12088         * src/Makefile.am
12089         * src/gtksctree.[ch]            ** REMOVE **
12090         * src/gtk/Makefile.am
12091         * src/gtk/gtksctree.[ch]        ** NEW **
12092                 move gtksctree files to gtk directory
12093
12094 2002-12-03 [christoph]  0.8.6claws56
12095
12096         * src/Makefile.am
12097         * src/md5.[ch]                  ** REMOVE **
12098         * srm/common/Makefile.am
12099         * src/common/md5.[ch]           ** NEW **
12100                 move md5 files to common directory
12101
12102         * src/gtkstext.c
12103                 remove not required #include
12104
12105 2002-12-03 [sergey]     0.8.6claws55
12106
12107         * src/gtkutils.c
12108         * src/gtkutils.h
12109                 gtkut_window_popup(): new function.
12110         * src/mainwindow.c
12111                 main_window_popup(): use gtkut_window_popup() to raise
12112                 window without changing its position.
12113                 (see sylpheed-main ML message [sylpheed:17247])
12114
12115 2002-12-03 [sergey]     0.8.6claws54
12116
12117         * src/send.c
12118                 send_message_local(): removed first-dot escaping
12119                 (SMTP-only, not needed for sending through pipe)
12120
12121 2002-12-03 [paul]       0.8.6claws53
12122
12123         * po/POTFILES.in
12124                 update to reflect recent changes (thanks
12125                 to Ricardo Mones Lastra)
12126                 
12127         * tools/filter_conv.pl
12128                  fix problem with quoted strings. Patch submitted
12129                  by Luke Plant <lukeplant@softhome.net>
12130
12131 2002-12-03 [paul]       0.8.6claws52
12132
12133         * sync with 0.8.6cvs15
12134                 see ChangeLog 2002-12-03
12135
12136 2002-12-02 [christoph]  0.8.6claws51
12137
12138         * src/logwindow.[ch]
12139         * src/common/log.[ch]
12140                 implement logging using a hook function
12141
12142         * src/folderview.c
12143         * src/folder.[ch]
12144                 define hooklist name in header file to avoid
12145                 errors caused by wrong spelling of hooklist names
12146
12147         * src/toolbar.c
12148                 fix warnings
12149
12150 2002-12-02 [christoph]  0.8.6claws50
12151
12152         * src/common/Makefile.am
12153                 add src/common/hooks.[ch]
12154
12155         * src/common/hooks.[ch]
12156                 implement a simple hook system using glib's hook functions
12157
12158         * src/folder.[ch]
12159         * src/folderview.c
12160                 use new hook system for folder item updates
12161
12162 2002-12-02 [christoph]  0.8.6claws49
12163
12164         * doc-src/ui_seperation.txt     ** NEW **
12165                 information for ui seperation
12166
12167         * src/Makefile.am
12168                 remove files that were moved to common
12169                 include common directory by default for the header files
12170
12171         * src/inc.c
12172         * src/common/socket.c
12173         * src/automaton.[ch]
12174                 implement automaton using g_io_*-functions instead of
12175                 gdk_input_add to make it ui independent
12176
12177         * src/codeconv.c
12178         * src/compose.c
12179         * src/ldif.c
12180         * src/pgptext.c
12181         * src/procmime.c
12182         * src/rfc2015.c
12183         * src/smtp.c
12184         * src/unmime.c
12185                 remove common/ prefix because directory is now in
12186                 include path
12187
12188         * src/compose.c
12189         * src/folder.c
12190         * src/folderview.c
12191         * src/mainwindow.c
12192         * src/messageview.c
12193         * src/prefs_common.c
12194         * src/procmsg.c
12195         * src/rfc2015.c
12196                 fix warnings
12197
12198         * src/imap.c
12199         * src/inc.c
12200         * src/news.c
12201         * src/pop.c
12202         * src/send.c
12203         * src/smtp.c
12204         * src/ssl_certificate.c
12205                 add log.h header file for logging functions
12206
12207         * src/main.c
12208         * src/common/utils.c
12209         * src/summaryview.c
12210         * src/xml.c
12211                 o move debug_mode to common/utils.c
12212                 o add functions to set and get debug_mode
12213
12214         * src/defs.h                    ** REMOVE **
12215         * src/intl.h                    ** REMOVE **
12216         * src/socket.[ch]               ** REMOVE **
12217         * src/ssl.[ch]                  ** REMOVE **
12218         * src/utils.[ch]                ** REMOVE **
12219                 replaced by new files in src/common/
12220         
12221         * src/common/Makefile.am
12222                 add new files in src/common/
12223
12224         * src/common/defs.h             ** NEW **
12225         * src/common/intl.h             ** NEW **
12226         * src/common/log.[ch]           ** NEW **
12227         * src/common/socket.[ch]        ** NEW **
12228         * src/common/ssl.[ch]           ** NEW **
12229         * src/common/utils.[ch]         ** NEW **
12230                 replacement for files in src/
12231
12232 2002-12-02 [colin]      0.8.6claws48
12233
12234         * src/folderview.c
12235                 Scroll folderview if necessary during dnd
12236
12237 2002-12-02 [colin]      0.8.6claws47
12238
12239         * src/folder.[ch]
12240                 Add check to verify a move is within a single mailbox
12241         * src/folderview.c
12242                 Add specific error string for this check
12243
12244 2002-12-02 [colin]      0.8.6claws46
12245
12246         * src/folder.c
12247                 Add a test to folder moving, remove a statusbar_print
12248         * src/folderview.c
12249                 Add Move folder... context-menu item
12250                 Factorize folder moving code
12251                 Enable folder DND for mbox
12252
12253 2002-12-01 [christoph]  0.8.6claws45
12254
12255         * ac/aspell.m4
12256                 remove conf.aspelltest if the version check fails
12257
12258 2002-11-30 [christoph]  0.8.6claws44
12259
12260         * autogen.sh
12261                 run libtoolize --force in autogen to create missing
12262                 libtool scripts
12263
12264 2002-11-30 [christoph]  0.8.6claws43
12265
12266         * src/Makefile.am
12267         * src/pgptext.c
12268         * src/procmime.c
12269         * src/rfc2015.c
12270         * src/uuencode.[ch]             ** REMOVED **
12271         * src/common/Makefile.am
12272         * src/common/uuencode.[ch]      ** NEW **
12273                 move uuen/decoder to common directory
12274
12275 2002-11-30 [christoph]  0.8.6claws42
12276
12277         * src/Makefile.am
12278         * src/base64.[ch]               ** REMOVED **
12279         * src/codeconv.c
12280         * src/compose.c
12281         * src/ldif.c
12282         * src/pgptext.c
12283         * src/procmime.c
12284         * src/rfc2015.c
12285         * src/smtp.c
12286         * src/unmime.c
12287         * src/common/Makefile.am
12288         * src/common/base64.[ch]        ** NEW **
12289                 move base64 en/decoder to common directory
12290
12291 2002-11-30 [christoph]  0.8.6claws41
12292
12293         * src/common                    ** NEW **
12294                 new directory for UI independent code
12295         * src/gtk                       ** NEW **
12296                 new directory for GTK frontend
12297         * src/common/.cvsignore         ** NEW **
12298         * src/gtk/.cvsignore            ** NEW **
12299                 ignore build files
12300         * src/common/Makefile.am        ** NEW **
12301         * src/gtk/Makefile.am           ** NEW **
12302                 automake files to build new seperated stuff
12303         * src/Makefile.am
12304                 the binary will currently still be build with the
12305                 files in src, so we include the code from the
12306                 subdirs for now after building the libs there
12307
12308 2002-11-30 [paul]       0.8.6claws40
12309
12310         * src/compose.c
12311                 fix bug [642731] 'Wrong selected account with drafted mail'
12312
12313 2002-11-29 [oliver]     0.8.6claws39
12314         
12315         * src/messageview.c
12316                 o update summaryview when switching between different
12317                   messageviews          
12318         * src/toolbar.c  
12319                 o check if messageview holds already removed msg
12320                   from summaryview
12321                 
12322
12323 2002-11-29 [oliver]     0.8.6claws38
12324
12325         * src/toolbar.c 
12326                 remove not needed variables and includes
12327                 make messageview stay opened and move to next when msgs are deleted 
12328
12329 2002-11-29 [oliver]     0.8.6claws37
12330         
12331         * src/toolbar.c 
12332                 disable compose button (messageview toolbar) by default
12333                 deleted msgs are moved to trash
12334         
12335 2002-11-29 [melvin]     0.8.6claws36
12336
12337         * configure.in
12338                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12339                 and to detect signatures expirations (gpgme 0.3.6)
12340
12341         * src/main.c
12342                 Use non obsolescent function for Gpgme engine checking.
12343
12344         * src/rfc2015.c
12345                 Inform about expired signatures or signatures which key
12346                 has expired. Expiration date is displayed.
12347
12348         * src/sigstatus.c
12349                 Inform about expired signatures or signatures which key
12350                 has expired.
12351
12352 2002-11-28 [paul]       0.8.6claws35
12353
12354         * src/folderview.c
12355                 re-instate 'Check for new messages' in Newsgroup
12356                 folders right-click menu, after a suggestion from
12357                 Tim Mann <timmann@users.sourceforge.net>
12358
12359         * src/main.c
12360                 after a crash check only local folders for new
12361                 messages
12362
12363 2002-11-28 [paul]       0.8.6claws34
12364
12365         * configure.in
12366                 apply patch that fixes the checking of GTK with XIM 
12367                 support on different OSs, such as FreeBSD. Patch 
12368                 submitted by Topia <topia@users.sourceforge.net>
12369                 
12370 2002-11-28 [paul]       0.8.6claws33
12371
12372         * src/mainwindow.c
12373           src/prefs_common.c
12374           src/prefs_toolbar.c
12375                 more changes to the English
12376
12377 2002-11-28 [paul]       0.8.6claws32
12378
12379         * sync with 0.8.6cvs13
12380                 see ChangeLog 2002-11-28 (no sync needed
12381                 for src/compose.c)
12382
12383 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12384         
12385         * src/mainwindow.[ch]
12386                 add patch by Ivan F. Martinez introducing messageview Toolbar
12387                 some changes and committed by oliver    
12388
12389 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12390
12391         * src/messageview.[ch]
12392                 add patch by Ivan F. Martinez introducing messageview Toolbar
12393                 some changes and committed by oliver    
12394
12395 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12396
12397         * src/compose.[ch]
12398                 add patch by Ivan F. Martinez introducing messageview Toolbar
12399                 some changes and committed by oliver    
12400
12401 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12402         
12403         * src/toolbar.[ch]
12404                 add patch by Ivan F. Martinez introducing messageview Toolbar
12405                 some changes and committed by oliver
12406
12407 2002-11-28 [oliver]     0.8.6claws27
12408         
12409         * src/prefs_toolbar.[ch]
12410                 getting ready for messageview toolbar
12411                 free mem allocated by gettext
12412                 change prefs_toolbar to prefs_toolbar_open
12413  
12414 2002-11-28 [thorsten]   0.8.6claws26
12415
12416         * src/imageview.[ch]
12417                 cleaned up conflicting declarations of
12418                 imageview_show_image()
12419
12420 2002-11-28 [paul]       0.8.6claws25
12421
12422         * src/grouplistdialog.c
12423           src/prefs_common.c
12424           src/prefs_summary_column.c
12425                 a few more improvements to the English
12426
12427 2002-11-28 [colin]      0.8.6claws24
12428
12429         * man/sylpheed.1
12430                 A few updates to command-line parameters
12431
12432 2002-11-28 [colin]      0.8.6claws23
12433
12434         * src/prefs_filtering.c
12435                 Fix problems with prefs_filtering_delete_path:
12436                 a) if the first rule is removed, original pointers
12437                    weren't updated (leading to segfaults)
12438                 b) it was always global_processing updated in case
12439                    of removed path was parent of rule path
12440
12441 2002-11-27 [paul]       0.8.6claws22
12442
12443         * src/mainwindow.c
12444           src/prefs_account.c
12445           src/prefs_actions.c
12446           src/prefs_common.c
12447           src/prefs_customheader.c
12448           src/prefs_display_header.c
12449           src/prefs_filtering.c
12450           src/prefs_folder_item.c
12451           src/prefs_matcher.c
12452           src/prefs_scoring.c
12453           src/prefs_summary_column.c
12454           src/prefs_template.c
12455           src/prefs_toolbar.c
12456                  improve the English in the GUI
12457
12458 2002-11-27 [colin]      0.8.6claws21
12459
12460         * src/folder.c
12461                 Fix processing renaming problems happening after
12462                 last commit
12463
12464 2002-11-27 [colin]      0.8.6claws20
12465
12466         * src/folder.c
12467                 recursive move now deletes src each subfolder after 
12468                 having moved it
12469         * src/folderview.c
12470                 Use identifier instead of path during dnd (enables
12471                 IMAP folder dnd)
12472
12473 2002-11-27 [paul]       0.8.6claws19
12474
12475         * src/main.c
12476                 apply patch that does command-line processing 
12477                 BEFORE gtk_init, allowing claws to run from 
12478                 shell-scripts in non-X environment (e.g. crontab 
12479                 or ip-up, ip-down scripts). Patch submitted by
12480                 Ruslan N. Balkin <baron@dartel.ru>
12481                 
12482         * po/it.po
12483                 updated by Alessandro Maestri
12484
12485 2002-11-27 [paul]       0.8.6claws18
12486
12487         * sync with 0.8.6cvs12
12488           src/prefs_common.c
12489                 Differences are that main uses a 'Receive dialog'
12490                 frame on the Interface tab, whereas claws groups all 
12491                 the dialogs together in a 'Dialogs' frame.
12492
12493 2002-11-27 [colin]      0.8.6claws17
12494
12495         * src/prefs_matcher.c
12496                 Fix Execute criteria's NOT flag
12497
12498
12499 2002-11-26 [christoph]  0.8.6claws16
12500
12501         * src/ssl.c
12502                 rewrite the ssl code a little bit, only use one
12503                 SSL context, set default certificates' file/path
12504
12505 2002-11-26 [thorsten]   0.8.6claws15
12506
12507         * src/compose.c
12508                 default-reply-to didn't work for ml-reply
12509
12510 2002-11-26 [melvin]     0.8.6claws14
12511
12512         * src/prefs_actions.c
12513                 Made pipe-actions ignore short headers in message view
12514                 Made trailing-pipe-actions write in the message view with
12515                 the same font as the original message
12516
12517 2002-11-26 [paul]       0.8.6claws13
12518
12519         * src/compose.c
12520                 this time commit the correct file
12521
12522 2002-11-26 [paul]       0.8.6claws12
12523
12524         * sync with 0.8.6cvs11
12525           src/quote_fmt_parse.y  
12526                 no sync needed
12527           src/account.[ch]       
12528                 not sync'ed
12529           src/compose.c
12530                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12531                 on draft mode.
12532                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12533                 header
12534                 
12535         see ChangeLog 2002-11-25 and 2002-11-26
12536
12537 2002-11-26 [colin]      0.8.6claws11
12538
12539         * src/folderview.c
12540                 Fix collapsed folder not auto-expanding during
12541                 mail dnd, if it was the source folder.
12542
12543 2002-11-25 [colin]      0.8.6claws10
12544
12545         * src/folderview.[ch]
12546                 Variable renaming and cleaning (slist of nodes 
12547                 to be re-collapsed is stored in FolderView)
12548
12549 2002-11-25 [paul]       0.8.6claws9
12550
12551         * src/prefs_common.[ch]
12552                 fix breakage caused by last commit
12553
12554 2002-11-25 [paul]       0.8.6claws8
12555
12556         * sync with 0.8.6cvs4
12557                 see ChangeLog 2002-11-21
12558
12559 2002-11-25 [paul]       0.8.6claws7
12560
12561         * sync with 0.8.6cvs4
12562                 see ChangeLog 2002-11-20
12563
12564 2002-11-25 [paul]       0.8.6claws6
12565
12566         * sync with 0.8.6cvs3
12567                 see ChangeLog 2002-11-18
12568
12569 2002-11-25 [colin]      0.8.6claws5
12570
12571         * src/gtkutils.[ch]
12572                 Add gtkut_ctree_node_is_parent()
12573         * src/folderview.c
12574                 Spring-loaded folders
12575
12576 2002-11-25 [colin]      0.8.6claws4
12577
12578         * src/utils.[ch]
12579                 Add slist_concat_unique(), function to merge
12580                 two GSList filtering dups
12581         * src/folder.[ch]
12582         * src/summaryview.[ch]
12583         * src/folderview.c
12584         * src/main.c
12585                 Add detection/update/display of unread answers
12586                 to marked mails
12587         * src/procmsg.[ch]
12588                 Add procmsg_find_children()
12589                 Add procmsg_msg_has_marked_parent()
12590
12591 2002-11-25 [colin]      0.8.6claws3
12592
12593         * src/ssl_certificate.[ch]
12594                 Allow checking a certificate without a DNS
12595                 lookup
12596                 Allow to forget a cert (by deleting it)
12597                 Make ssl_certificate_destroy_public
12598         * src/ssl_manager.[ch] ** NEW FILES **
12599                 Gui to manage (display/remove) certificates
12600         * src/prefs_common.[ch]
12601                 Add a pref to allow silent acceptation of
12602                 trusted certificates or not (based on the
12603                 "I want to know what's going on" principle)
12604         * src/mainwindow.c
12605                 Add SSL manager in Tools menu
12606         * src/Makefile.am
12607                 Add the new files to the build
12608         * po/POTFILES.in
12609                 Add ssl_manager.c to translations
12610
12611 2002-11-25 [colin]      0.8.6claws2
12612
12613         * src/summaryview.[ch]
12614                 Add S_SEARCH_EXTENDED to the quick search, which 
12615                 allows to search using filtering syntax.
12616
12617 2002-11-25 [colin]      0.8.6claws1
12618
12619         * src/summaryview.c
12620                 Deletion of duplicates now prefer deleting
12621                 the unread dup (fixes feature-request 638989).
12622
12623 2002-11-24 [paul]       0.8.6claws
12624
12625         * po/es.po
12626           po/pl.po
12627           po/ru.po
12628           po/sr.po
12629                 updated by Ricardo Mones Lastra,
12630                 Witold Wladyslaw Wojciech Wilk,
12631                 Ruslan N. Balkin, and  Urke MMI 
12632                 respectively
12633
12634 2002-11-24 [paul]       0.8.5claws182
12635
12636         * po/bg.po
12637                 updated by George Danchev
12638
12639 2002-11-23 [alfons]     0.8.5claws181
12640
12641         * src/imap.c
12642                 tiny memory leak found by browsing Dimitar's 
12643                 valgrind report
12644
12645 2002-11-23 [paul]       0.8.5claws180
12646
12647         * po/it.po
12648                 updated by Alessandro Maestri
12649
12650 2002-11-22 [christoph]  0.8.5claws179
12651
12652         * src/compose.c
12653         * src/inc.c
12654         * src/prefs_filtering.c
12655         * src/summaryview.c
12656                 more warning fixes
12657
12658 2002-11-22 [alfons]     0.8.5claws178
12659
12660         * src/summaryview.c
12661                 summary_execute_delete_func(): if message is deleted, make 
12662                 sure to also remove its entry in the subject hash table. 
12663                 fixes a corner case bug.
12664
12665 2002-11-22 [paul]       0.8.5claws177
12666
12667         * .cvsignore
12668                 add 'autom4te.cache'
12669                 
12670         * ltconfig      ** REMOVED **
12671                 not needed
12672
12673 2002-11-22 [paul]       0.8.5claws176
12674
12675         * src/textview.c
12676                 textview_set_font(): fix for message display in
12677                 UTF-8 locales (thanks to Sergey Vlasov).
12678                 
12679         * AUTHORS
12680                 add new team members and contributors
12681
12682
12683 2002-11-21 [colin]      0.8.5claws175
12684
12685         * src/procmsg.[ch]
12686                 Add procmsg_remove_special_headers()
12687         * src/mh.c
12688                 Use procmsg_remove_special_headers() for 
12689                 previous fix
12690
12691 2002-11-21 [colin]      0.8.5claws174
12692
12693         * src/mh.c
12694                 Fix moving/copying from queue/draft folders
12695                 for MH folders
12696
12697 2002-11-21 [christoph]  0.8.5claws173
12698
12699         * src/crash.c
12700         * src/filtering.c
12701         * src/logwindow.c
12702         * src/main.c
12703         * src/matcher_parser_lex.[hl]
12704         * src/mbox.c
12705         * src/mbox_folder.[ch]
12706         * src/prefs_filtering.c
12707         * src/procheader.c
12708         * src/quote_fmt_lex.l
12709         * src/ssl.c
12710                 fix all warnings except the warnings in lex and yacc files
12711
12712 2002-11-20 [christoph]  0.8.5claws172
12713
12714         * src/imap.c
12715                 fix MsgInfo retrieval for IMAP draft and queue folders
12716                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12717
12718 2002-11-19 [christoph]  0.8.5claws171
12719
12720         * src/compose.c
12721                 fix segfault, when draft saving does not get
12722                 the MsgInfo of the new message
12723                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12724
12725 2002-11-19 [christoph]  0.8.5claws170
12726
12727         * src/procmsg.c
12728                 add parameter check for flag setting function
12729                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12730
12731 2002-11-18 [paul]       0.8.5claws169
12732
12733         * src/compose.c
12734                 more sensitivity fixes to redirect mode:
12735                 * disable toolbar draft button
12736                 * allow only Address book in the Tools menu
12737                 * disable editing of message by the spell
12738                   checker
12739
12740 2002-11-18 [paul]       0.8.5claws168
12741
12742         * src/compose.c
12743                 fix sensitivity of menu items in compose_redirect():
12744                 allow only the necessary items 
12745
12746 2002-11-18 [paul]       0.8.5claws167
12747
12748         * src/compose.c
12749                 fix bug [ 603259 ] 'attachment got lost on bounce'
12750
12751 2002-11-18 [paul]       0.8.5claws166
12752
12753         * po/ru.po
12754                 updated by Ruslan N. Balkin <baron@dartel.ru>
12755
12756 2002-11-18 [colin]      0.8.5claws165
12757
12758         * src/main.c
12759           src/defs.h
12760                 Remove old filtering stuff
12761
12762
12763 2002-11-17 [oliver]     0.8.5claws164
12764
12765         * src/toolbar.h
12766                 remove not needed typedef 
12767
12768 2002-11-17 [oliver]     0.8.5claws163
12769
12770         * src/toolbar.c
12771                 make toolbar's on click events translatable
12772
12773 2002-11-15 [colin]      0.8.5claws162
12774
12775         * src/summaryview.c
12776                 Revert too-soon integration of a feature
12777
12778 2002-11-15 [christoph]  0.8.5claws161
12779
12780         * src/imap.c
12781                 use main's implementation of imap_get_msginfo
12782
12783 2002-11-15 [christoph]  0.8.5claws160
12784
12785         * src/compose.c
12786         * src/folder.[ch]
12787         * src/imap.c
12788         * src/mbox_folder.c
12789         * src/mh.c
12790         * src/news.c
12791         * src/procmsg.c
12792         * src/summaryview.c
12793                 replace claws' fetch_msginfo with main's get_msginfo
12794                 (use main's implementation where possible)
12795
12796 2002-11-15 [colin]      0.8.5claws159
12797
12798         * src/ssl_certificate.c
12799                 Missed a check
12800
12801 2002-11-16 [melvin]     0.8.5claws158
12802
12803         * po/fr.po
12804                 Updated French translations.
12805
12806 2002-11-16 [colin]      0.8.5claws157
12807
12808         * src/ssl_certificate.c
12809                 Check for missing parts in the certificates
12810
12811 2002-11-15 [colin]      0.8.5claws156
12812
12813         * src/folderview.c
12814                 Preventive fix (missing check) found by
12815                 Alfons
12816
12817 2002-11-15 [paul]
12818
12819         * NEWS
12820                 sync with 0.8.6 release
12821
12822 2002-11-15 [colin]      0.8.5claws155
12823
12824         * src/folder.[ch]
12825           src/folderview.c
12826                 Fix error handling of folder_item_move_to()
12827                 (thanks to Alfons!)
12828
12829 2002-11-15 [colin]      0.8.5claws154
12830
12831         * src/folder.[ch]
12832           src/folderview.c
12833                 folder_item_move_to() sets an error message instead
12834                 of having GUI stuff in folder.c
12835
12836 2002-11-15 [colin]      0.8.5claws153
12837
12838         * src/procmsg.[ch]
12839                 Implemented a callback for MsgInfo updates, 
12840                 heavily copy/pasted from Christoph's folder 
12841                 callback system
12842         * src/summaryview.[ch]
12843                 Register summary_update_msg as callback
12844
12845 2002-11-14 [colin]      0.8.5claws152
12846         
12847         * src/procmsg.c
12848                 Update the FolderItem after sending (fixes 617593)
12849
12850 2002-11-14 [christoph]  0.8.5claws151
12851
12852         * src/folder.c
12853                 fix wrong position of NULL pointer check found
12854                 by Sergey
12855
12856 2002-11-14 [christoph]  0.8.5claws150
12857
12858         * src/folder.c
12859                 fix segfault when deleting messages from IMAP folders
12860                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12861
12862 2002-11-14 [colin]      0.8.5claws149
12863
12864         * src/compose.c
12865                 Forwarding was also ignoring the folder's default account.
12866
12867 2002-11-14 [colin]      0.8.5claws148
12868
12869         * src/compose.c
12870                 Fix sent folder not set to folder properties when 
12871                 forwarding.
12872
12873 2002-11-14 [thorsten]   0.8.5claws147
12874
12875         * src/inc.c
12876                 inc_start(): Files were not moved from .processing to inbox,
12877                 if no global processing rule existed
12878
12879 2002-11-14 [colin]      0.8.5claws146
12880
12881         * src/ssl_certificate
12882                 Fix file operations
12883
12884 2002-11-14 [paul]       0.8.5claws145
12885
12886         * po/it.po
12887                 updated by Alessandro Maestri
12888
12889 2002-11-13 [alfons]     0.8.5claws144
12890
12891         * src/folder.c
12892                 folder_item_close(): only mark messages unread
12893                 when a folder has new messages 
12894
12895 2002-11-13 [keith]      0.8.5claws143
12896
12897         * src/imap.c
12898                 Fix problem moving or copying between
12899                 IMAP folders
12900
12901 2002-11-13 [colin]      0.8.5claws142
12902
12903         * src/matcher_parser_parse.y
12904                 Fix rule problem when " don't match
12905
12906 2002-11-13 [christoph]  0.8.5claws141
12907
12908         * src/folder.c
12909         * src/folderview.c
12910                 moved cache saving to folder_item_close
12911                 the folderview should not have to deal with
12912                 this things
12913
12914 2002-11-13 [christoph]  0.8.5claws140
12915
12916         * src/summaryview.c
12917                 moved setting of important score to
12918                 summary_set_prefs_from_folderitem
12919
12920 2002-11-13 [colin]      0.8.5claws139
12921
12922         * src/matcher_parser_parse.y
12923                 Fix a segfault in the parser (happening when
12924                 a good expression had been tested and a bad 
12925                 one arrives)
12926
12927 2002-11-13 [paul]       0.8.5claws138
12928
12929         * sync with 0.8.5cvs24
12930                 see ChangeLog 2002-11-13
12931                 
12932         * po/pt_BR.po
12933                 updated by Fabio Jr. Beneditto
12934
12935 2002-11-13 [colin]      0.8.5claws137
12936         
12937         * src/msgcache.c
12938           src/defs.h
12939           src/procmsg.[ch]
12940                 Revert last commit, problem
12941
12942 2002-11-13 [colin]      0.8.5claws136
12943
12944         * src/msgcache.c
12945                 Remove duplicated code
12946         * src/defs.h
12947                 Bumped CACHE_VERSION and MARK_VERSION
12948         * src/procmsg.[ch]
12949                 Network endian for cache and mark files
12950
12951 2002-11-12 [colin]      0.8.5claws135
12952
12953         * src/inc.c
12954                 Fix the "socket error" dialog which disappeared
12955
12956 2002-11-12 [colin]      0.8.5claws134
12957
12958         * src/msgcache.c
12959                 Reverse last commit which had performance 
12960                 problems, but still reverse the list
12961
12962 2002-11-12 [colin]      0.8.5claws133
12963
12964         * src/msgcache.c
12965                 Reverse list order
12966
12967 2002-11-12 [melvin]     0.8.5claws132
12968
12969         * src/compose.c
12970                 Added a check for a NULL prefs_common.dictionary
12971
12972 2002-11-12 [colin]      0.8.5claws131
12973
12974         * src/ssl_certificate.[ch]
12975                 Use FQDN hostname
12976
12977 2002-11-12 [colin]      0.8.5claws130
12978
12979         * src/ssl_certificate.[ch]
12980                 Take connection port into account for 
12981                 checking certificates (a single hostname
12982                 could have multiple servers with multiple
12983                 certificates)
12984         * src/ssl.c
12985                 Pass the port to ssl_certificate_check
12986
12987 2002-11-12 [paul]       0.8.5claws129
12988
12989         * src/folder.c
12990                 fix a typo in last commit
12991
12992 2002-11-12 [paul]       0.8.5claws128
12993
12994         * sync with 0.8.5cvs23
12995                 see ChangeLog entry 2002-11-12
12996
12997 2002-11-11 [colin]      0.8.5claws127
12998
12999         * src/ssl_certificate.c
13000                 Cleaner messages
13001                 Don't popup, instead log error, if the 
13002                 corresponding pref is checked
13003         * src/ssl_certificate.h
13004                 include <openssl/objects/h>
13005
13006 2002-11-11 [colin]      0.8.5claws126
13007
13008         * src/ssl_certificate.h
13009                 _Really_ clean it
13010
13011 2002-11-11 [colin]      0.8.5claws125
13012         
13013         * src/ssl_certificate.c
13014                 Fixed leak
13015
13016 2002-11-11 [colin]      0.8.5claws124
13017
13018         * src/ssl.c
13019                 Cleaned a bit
13020         * src/ssl_certificate.[ch]
13021                 Cleaned a bit (better use of SSL API)
13022                 (This will cause non-recognition of saved 
13023                  certificates of claws12[23]...)
13024
13025 2002-11-11 [paul]       0.8.5claws123
13026         
13027         * po/es.po
13028                 updated by Ricardo Mones Lastra
13029
13030 2002-11-11 [colin]      0.8.5claws122
13031
13032         * src/ssl.c
13033                 Fix a typo
13034
13035 2002-11-11 [colin]      0.8.5claws121
13036
13037         * src/ssl_certificate.[ch] ** NEW FILES **
13038         * src/ssl.[ch]
13039                 Check SSL certificates presented to us
13040         * src/Makefile.am
13041                 Add ssl_certificate.[ch]
13042         * po/POTFILES.in
13043                 Add ssl_certificate.c
13044
13045 2002-11-11 [paul]       0.8.5claws120
13046
13047         * sync with 0.8.5cvs22
13048                 see ChangeLog 2002-11-11
13049
13050 2002-11-11 [paul]       0.8.5claws119
13051
13052         * sync with 0.8.5cvs21
13053                 see ChangeLog 2002-11-11
13054
13055 2002-11-10 [jens]       0.8.5claws118
13056
13057         * src/folder.c
13058         * src/folderview.c
13059                 corrected some typing
13060         * po/de.po
13061                 updated german translation
13062         * sylpheed.spec.in
13063                 cleaned up specfile and adjusted it for claws
13064
13065 2002-11-10 [colin]      0.8.5claws117
13066
13067         * src/summaryview.c
13068                 a STATUSBAR_PUSH/POP fix
13069
13070 2002-11-10 [colin]      0.8.5claws116
13071
13072         * src/prefs_folder_item.c
13073                 Fix hanging after opening folder properties
13074
13075 2002-11-10 [hoa]        0.8.5claws115
13076
13077         * src/matcher_parser_lex.l
13078         * src/matcher_parser_parse.y
13079                 config file for scoring and filtering is no more trashed
13080                 when there is a syntax error in a filtering rule when
13081                 editing it in a dialog.
13082
13083 2002-11-09 [colin]      0.8.5claws114
13084
13085         * src/mbox_folder.c
13086                 Added missing initialisation of folder->destroy()
13087
13088 2002-11-09 [colin]      0.8.5claws113
13089
13090         * src/folder.c
13091           src/folderview.c
13092                 Fix the status bar messages
13093
13094 2002-11-09 [colin]      0.8.5claws112
13095
13096         * src/folderview.c
13097                 Fix hangs after folder dnd, happening after 
13098                 claws109.
13099
13100 2002-11-09 [christoph]  0.8.5claws111
13101
13102         * src/folderview.c
13103                 just changed order of calls (reverse order of
13104                 associated calls)
13105         * src/inc.c
13106                 lock inc when checking only one account, otherwise
13107                 inc all could be executed at the same time
13108
13109 2002-11-09 [christoph]  0.8.5claws110
13110
13111         * src/folderview.c
13112                 better unlock the mouse cursor before calling
13113                 summary_show because it changes the cursor too
13114
13115 2002-11-09 [christoph]  0.8.5claws109
13116
13117         * src/folder.[ch]
13118         * src/folderview.c
13119                 add functions to open and close a folder
13120                 o opending will execute scanning for remote folders
13121                   and processing
13122                 o closing will unset new flag for messages
13123
13124 2002-11-09 [colin]      0.8.5claws108
13125
13126         * src/folder.c
13127                 Add a call to prefs_matcher_write_config to 
13128                 avoid non-leaf folders filtering settings to be
13129                 lost
13130
13131 2002-11-09 [paul]       0.8.5claws107
13132
13133         * src/prefs_account.c
13134                 re-word a label
13135
13136 2002-11-09 [colin]      0.8.5claws106
13137
13138         * src/folderview.c
13139                 Minor esthetic fix
13140
13141 2002-11-09 [colin]      0.8.5claws105
13142
13143         * src/folderview.c
13144                 Fix prefs_filtering deletion for MH folders (same
13145                 reason as below)
13146         * src/prefs_filtering.c
13147                 Fix prefs_filtering renaming and deletion for 
13148                 folder-based processing rules.  
13149
13150 2002-11-09 [christoph]  0.8.5claws104
13151
13152         * src/compose.c
13153         * src/folder.[ch]
13154         * src/folderview.[ch]
13155         * src/import.c
13156         * src/inc.c
13157         * src/main.c
13158         * src/mainwindow.c
13159         * src/messageview.c
13160         * src/prefs_folder_item.c
13161         * src/procmsg.c
13162         * src/summaryview.c
13163                 implement a callback system for folder item updates
13164
13165 2002-11-09 [colin]      0.8.5claws103
13166
13167         * src/folderview.c
13168                 Fix prefs_filtering renaming for MH folders (we
13169                 shouldn't rename by path as another folder could
13170                 have the same hierarchy).
13171
13172 2002-11-09 [colin]      0.8.5claws102
13173
13174         * src/folder.c
13175                 Fix a leak found by Christoph, use better variable
13176                 names
13177
13178 2002-11-09 [colin]      0.8.5claws101
13179
13180         * src/folder.c
13181                 One more fix for processing rules
13182
13183 2002-11-08 [colin]      0.8.5claws100
13184         
13185         * src/matcher.c
13186                 Don't copy the compiled regexp (will be reevaluated)
13187         * src/folderview.c
13188                 Lock folderview while moving
13189         * src/folder.c
13190                 Provide info on what's happening to the user
13191
13192 2002-11-08 [colin]      0.8.5claws99
13193
13194         * src/folderview.c
13195                 Fix folder reordering after a move if parent is 
13196                 root
13197         * src/scoring.[ch]
13198                 Add function to copy a ScoringProp
13199         * src/prefs_folder_item.c
13200                 Copy scoring rules when copying a folder prefs
13201
13202 2002-11-08 [colin]      0.8.5claws98
13203
13204         * src/folderview.c
13205                 Fixes in case of failure
13206         * src/filtering.[ch]    
13207                 Add function to duplicate a FilteringProp
13208         * src/matcher.[ch]
13209                 Add function to duplicate a MatcherProp
13210         * src/prefs_folder_item.c
13211                 Save folder's processing rules when copying 
13212                 its prefs
13213
13214 2002-11-08 [colin]      0.8.5claws97
13215         
13216         * src/folderview.c
13217                 Sort after move
13218         * src/folder.c 
13219                 Change a printf to debug_print
13220
13221 2002-11-08 [colin]      0.8.5claws96
13222
13223         * src/folder.c
13224           src/folderview.c
13225                 Fix segfaults, call me stupido
13226         
13227
13228 2002-11-08 [colin]      0.8.5claws95
13229
13230         *src/folder.c
13231                 Added forgotten prefs to save when moving folders
13232
13233 2002-11-08 [colin]      0.8.5claws94
13234
13235         * src/folder.c
13236                 Fixes to folder DND (prefs copy)
13237         * src/folderview.c
13238                 Optimization for folder DND (don't rescan whole tree)
13239                 Added folderview_create_folder_node() for this 
13240                 optimization, so de-duped a bit the code
13241         * src/prefs_folder_item.[ch]
13242                 Added prefs_folder_item_copy_prefs()    
13243           
13244 2002-11-08 [paul]       0.8.5claws93
13245
13246         * src/prefs_account.c
13247           tools/README
13248           tools/kmail2sylpheed_v2.pl
13249                 correct some typos
13250
13251 2002-11-08 [paul]       0.8.5claws92
13252
13253         * src/compose.c
13254           src/prefs_account.[ch]
13255                 remove account options 'clearsign' and 'ascii_armored',
13256                 replace with 'default_gnupg_mode' to prevent mixed-mode
13257                 Privacy settings
13258
13259 2002-11-08 [paul]       0.8.5claws91
13260
13261         * src/compose.[ch]
13262                 re-implement GnuPG 'on-the-fly' mode selection,
13263                 disallow mixed-mode
13264
13265 2002-11-08 [colin]      0.8.5claws90
13266
13267         * src/folderview.c
13268           src/prefs_folder_item.c
13269                 Change "Property" to "Properties"
13270
13271 2002-11-07 [colin]      0.8.5claws89
13272
13273         * src/folderview.c
13274           src/folder.c
13275                 Allow folder dropping to a root folder
13276
13277 2002-11-07 [paul]       0.8.5claws88
13278
13279         * src/compose.c
13280                 revert last commit
13281
13282 2002-11-07 [paul]       0.8.5claws87
13283
13284         * src/compose.c
13285                 fix reply-to-list bug. closes bug report
13286                 "[633382] reply-to-list broken in recent cvs"
13287
13288 2002-11-07 [paul]       0.8.5claws86
13289
13290         * src/compose.c
13291                 add a forgotten '#if USE_GPGME ... #endif'
13292
13293 2002-11-07 [paul]       0.8.5claws85
13294
13295         * sync with 0.8.5cvs20
13296                 see ChangeLog 2002-11-07
13297
13298 2002-11-07 [colin]      0.8.5claws84
13299
13300         * src/folder.[ch]
13301                 Change folder_item_move_to to return the newly 
13302                 created folderitem.
13303         * src/folderview.c
13304                 Select the new folderitem after moving.
13305
13306 2002-11-07 [colin]      0.8.5claws83
13307
13308         * src/prefs_filtering.c
13309                 Fix rule rewriting when moving a leaf folder to a 
13310                 shorter path
13311
13312 2002-11-07 [colin]      0.8.5claws82
13313
13314         * src/prefs_filtering.c
13315                 fix a leak
13316
13317 2002-11-07 [colin]      0.8.5claws81
13318
13319         * src/folder.[ch]
13320                 Add folder_item_move_to() function to move a 
13321                 folderitem into another one (updates matcher etc)
13322         * src/folderview.c
13323                 Add folder drag'n drop (context menu to come)
13324                 [Should be dataloss free, but Please backup before 
13325                  trying !]
13326
13327 2002-11-06 [colin]      0.8.5claws80
13328
13329         * src/mh.c
13330                 mh_create_folder() returns NULL if can't create
13331                 directory hierarchy
13332
13333 2002-11-06 [paul]       0.8.5claws79
13334
13335         * src/compose.[ch]
13336                 allow 'on-the-fly' changing of the type of encryption 
13337                 and/or signing used (mime/ascii) via the compose window
13338
13339 2002-11-06 [paul]       0.8.5claws78
13340
13341         * sync with 0.8.5cvs19
13342                 see ChangeLog 2002-11-06 for src/account.c: 
13343                 account_get_special_folder()
13344                 
13345 2002-11-05 [alfons]     0.8.5claws77
13346
13347         * src/crash.c
13348                 very minor cleanups: nothing to see here, move on. :-)
13349
13350 2002-11-05 [colin]      0.8.5claws76
13351
13352         * src/main.c
13353                 Changes choices if compose windows are opened to
13354                 Discard, Draft, Don't quit
13355
13356 2002-11-05 [thorsten]   0.8.5claws75
13357
13358         * src/compose.c
13359                 reenabled default_reply_to folder option
13360
13361 2002-11-05 [colin]      0.8.5claws74
13362
13363         * src/compose.[ch] 
13364                 add compose_draft()
13365         * src/crash.c
13366                 add SIGTERM handler
13367         * src/main.[ch]
13368                 add clean_quit() for the SIGTERM handler
13369
13370 2002-11-05 [paul]       0.8.5claws73
13371         
13372         * po/es.po
13373                 updated by Ricardo Mones Lastra
13374
13375 2002-11-05 [melvin]     0.8.5claws72
13376
13377         * src/logwindow.c
13378                 Fixed log-clipping bug #616795.
13379                 To stop logging in the log window use 0 length.
13380         * src/prefs_common.c
13381                 Added a label to inform about the 0 log length behaviour.
13382
13383 2002-11-05 [paul]       0.8.5claws71
13384
13385         * sync with 0.8.5cvs17
13386                 see ChangeLog 2002-11-05
13387
13388 2002-11-04 [paul]       0.8.5claws70
13389
13390         * sylpheed-128x128.png
13391           sylpheed-64x64.png
13392           sylpheed.png
13393                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13394                 <nikai@users.sourceforge.net>
13395                 
13396         * po/bg.po
13397                 updated by George Danchev
13398
13399 2002-11-03 [thorsten]   0.8.5claws69
13400
13401         * src/main.c
13402           src/mimeview.c
13403           src/rfc2015.h
13404                 add check if gpg is active
13405
13406 2002-11-03 [thorsten]   0.8.5claws68
13407
13408         * src/toolbar.h
13409                 removed GSList declaration causing trouble on MacOS-X
13410                 (submitted by alfons, reported by xfesty)
13411
13412 2002-11-01 [paul]       0.8.5claws67
13413
13414         * src/mainwindow.c
13415                 remove last remnants of main's filter code
13416
13417 2002-11-01 [paul]       0.8.5claws66
13418
13419         * tools/filter_conv.pl
13420                 fix bug where user-defined headers were ignored
13421
13422 2002-11-01 [paul]       0.8.5claws65
13423
13424         * src/logwindow.c
13425                 make a debug_print() not translatable
13426
13427 2002-10-31 [melvin]     0.8.5claws64
13428
13429         * ac/aspell.m4
13430                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13431                 not run any GNU/aspell test.  The dictionary path will
13432                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13433                 was given, in which case, it will be $prefix/lib/aspell/
13434         * configure.in
13435                 Fixed typo in commentary (Aspell code).
13436
13437 2002-10-31 [paul]       0.8.5claws63
13438
13439         * po/POTFILES.in
13440                 remove src/filter.c and src/prefs_filter.c
13441                 thanks to Ricardo for reminding me
13442
13443 2002-10-31 [colin]      0.8.5claws62
13444
13445         * src/mbox_folder.c
13446                 Plug some leaks
13447
13448 2002-10-31 [paul]       0.8.5claws61
13449
13450         * src/prefs_filter.[ch] ** REMOVED **
13451           src/filter.[ch]       ** REMOVED **
13452           
13453         * src/Makefile.am
13454           src/folderview.c
13455           src/inc.c
13456           src/main.c
13457           src/mainwindow.c
13458           src/mbox.c
13459           src/prefs_common.c
13460           src/prefs_filtering.c
13461           src/summaryview.[ch]
13462                 remove main's 'filter' code
13463                 
13464         README.claws
13465                 update to reflect removal of main's filter
13466
13467 2002-10-31 [paul]       0.8.5claws60
13468
13469         * src/summaryview.c
13470                 remove check for global_processing in summary_filter_open(). 
13471                 This fixes the bug where if the user uses the right-click 
13472                 'Create filter rule...' and doesn't have any filter rules 
13473                 already defined in claws' advanced filtering, the newly 
13474                 created filter rule goes to main's filtering which is 
13475                 inaccessible through the gui. Now the filter rule gets added
13476                 to claws' filtering by default.
13477
13478 2002-10-28 [melvin]     0.8.5claws59
13479
13480         * src/prefs_actions.c
13481                 Fixed bug #627322 where MIME parts were not always
13482                 correctly passed to a %p action
13483                 Display an error dialog when message filename is not found.
13484
13485 2002-10-28 [melvin]     0.8.5claws58
13486
13487         * src/prefs_common.c
13488                 Readded a missing function declaration lost in 0.8.3claws34
13489
13490 2002-10-28 [paul]       0.8.5claws57
13491
13492         * sync with 0.8.5cvs15
13493                 see ChangeLog 2002-10-28 and 2002-10-25
13494                 
13495         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13496
13497 2002-10-27 [oliver]     0.8.5claws56
13498
13499         * src/pop.c
13500                 plug leak in pop3_top_recv
13501
13502 2002-10-26 [christoph]  0.8.5claws55
13503
13504         * src/folder.c
13505                 set need_update folder flag when messages are added
13506                 (closes bug [ 626922 ] folder not updated after receiving)
13507
13508 2002-10-25 [melvin]     0.8.5claws54
13509
13510         * src/imageview.c
13511                 Fixed a memleak introduced in the scaling code.
13512
13513 2002-10-24 [alfons]     0.8.5claws53
13514
13515         * src/filtering.c
13516                 make filtering's forward message action forward from the 
13517                 correct account
13518                 (closes bug [628089 ] Filter -> Forward from address problem
13519                 reported by Oktay)
13520
13521 2002-10-24 [christoph]  0.8.5claws52
13522
13523         * src/mainwindow.c
13524         * src/manual.[ch]
13525                 o use manual of current locale or english if current
13526                   locale is not available (and english is available)
13527                 o also link to sylpheed doc project manuals
13528
13529 2002-10-23 [paul]       0.8.5claws51
13530
13531         * tools/README
13532           tools/kmail2sylpheed_v2.pl
13533                 add new version of kmail addressbook importer script.
13534                 works with newer versions of Kmail/KAddressBook which
13535                 have new and rearranged data.
13536
13537 2002-10-23 [martin]     0.8.5claws50
13538
13539         * src/folderview.c
13540         * src/summaryview.c
13541         * src/utils.h
13542         * src/utils.c
13543                 added length parameter to get_abbrev_newsgroup_name()
13544                 changed this function so that it abbreviates the newsgroup
13545                 names only so long it is smaller than the length parameter
13546                 (for better reading of some newsgroup names and space efficiency)
13547
13548 2002-10-22 [colin]      0.8.5claws49
13549
13550         *src/foldersel.c
13551                 Revert Alfons' last modification (after voting ;-))
13552
13553 2002-10-21 [alfons]     0.8.5claws48
13554
13555         * src/foldersel.c
13556                 folder view in folder selection dialog reflects state of
13557                 folder view in main window
13558
13559 2002-10-18 [alfons]     0.8.5claws47
13560
13561         * src/mbox.c
13562                 drop imported messages in folder selected by user,
13563                 and not in the inbox
13564                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13565
13566 2002-10-18 [alfons]     0.8.5claws46
13567
13568         * src/compose.c
13569                 make automagic reply work correctly for email accounts 
13570                 (whether it's viable to do a full sync with Hiro's 
13571                 compose.c is still under discussion)
13572
13573 2002-10-18 [melvin]     0.8.5claws45
13574
13575         * src/prefs_actions.c
13576                 Fixed bug #622275 where asynchroneous actions left 
13577                 zombies processes
13578                 Made (synchroneous) actions' input be displayed live.
13579
13580 2002-10-18 [christoph]  0.8.5claws44
13581
13582         * src/textview.c
13583                 don't add a newline in the textview in front of the
13584                 first textpart if header display is disabled
13585                 (closes bug [ 603385 ] disabled header display leaves blank
13586                  lin)
13587
13588 2002-10-18 [christoph]  0.8.5claws43
13589
13590         * src/folder.[ch]
13591         * src/imap.c
13592         * src/mbox_folder.c
13593         * src/mh.c
13594         * src/news.c
13595                 folder->get_num_list now returns an error code
13596                 (closes bug [ 609424 ] News cache cleared on failure)
13597                 
13598 2002-10-17 [colin]      0.8.5claws42
13599         
13600         * src/news.c
13601                 Changed a printf by debug_print
13602
13603 2002-10-16 [paul]       
13604
13605         * tools/OOo2sylpheed.pl
13606                 allow for spaces in the name of the
13607                 file to be attached.
13608
13609 2002-10-16 [colin]      0.8.5claws41
13610
13611         * src/main.c
13612                 Use a tristate to change online mode
13613
13614 2002-10-16 [paul]       0.8.5claws40
13615
13616         * po/es.po
13617                 updated by Ricardo Mones Lastra
13618
13619 2002-10-16 [colin]      0.8.5claws39
13620
13621         * src/main.c
13622           src/mainwindow.[ch]
13623                 Added --online and --offline command-line
13624                 switches
13625
13626 2002-10-15 [christoph]  0.8.5claws38
13627
13628         * src/procmime.c
13629                 set mimeinfo->name to NULL after g_free to
13630                 avoid double freeing with g_free
13631
13632 2002-10-14 [christoph]  0.8.5claws37
13633
13634         * src/compose.c
13635         * src/filtering.c
13636         * src/summaryview.c
13637                 remove calls to folder->change_flags that are now
13638                 done by procmsg flag functions (seems it is not
13639                 used by any foldertype anyway)
13640         * src/folder.c
13641                 init folder->change_flags with NULL
13642
13643 2002-10-14 [christoph]  0.8.5claws36
13644
13645         * src/folder.[ch]
13646         * src/imap.[ch]
13647                 use virtual functions for folder item new and destroy
13648                 functions
13649
13650 2002-10-14 [melvin]     0.8.5claws35
13651
13652         * src/compose.c
13653                 Added a test to not run the spell checker if no default
13654                 dictionary is available. No dialog is displayed though.
13655
13656 2002-10-14 [melvin]     0.8.5claws34
13657
13658         * src/gtkaspell.c
13659                 Fixed bug in dictionary list context menu where
13660                 "More..." pointed to an emtpy submenu if the
13661                 number of dictionaries is a multiple of 15
13662                 Removed unneeded code in suggestions list creation
13663
13664 2002-10-14 [paul]       0.8.5claws33
13665
13666         * po/bg.po
13667                 updated by George Danchev
13668
13669 2002-10-13 [hoa]        0.8.5claws32
13670
13671         * src/matcher.[ch]
13672           src/matcher_parser_parser.y
13673                 removed the escaped string from internal structure
13674                 of matcher.
13675
13676 2002-10-12 [colin]      0.8.5claws31
13677
13678         * src/gtksctree.[ch]
13679           src/summaryview.c
13680                 Removed useless function gtksctree_reanchor
13681
13682 2002-10-12 [alfons]     0.8.5claws30
13683         
13684         * sync with remaining main changes 2002-10-09 - 2002-10-11
13685         - drop changes to src/compose.c (requires claws specific changes)
13686         
13687 2002-10-12 [alfons]     0.8.5claws29
13688         
13689         * sync with main changes of 2002-10-08
13690         - drop changes to src/compose.c (requires claws specific changes)
13691         - drop changes to src/summaryview.c (requires changes to compose.c)     
13692
13693 2002-10-12 [alfons]     0.8.5claws28
13694         
13695         * sync with main changes of 2002-10-07
13696
13697 2002-10-12 [alfons]     0.8.5claws27
13698
13699         * sync with main changes of 2002-10-04
13700         - drop changes to src/compose.c (requires claws specific changes)
13701         - drop changes to src/prefs_folder_item.c (claws implementation
13702           seems to be working)
13703
13704 2002-10-12 [colin]      0.8.5claws26
13705
13706         * src/mainwindow.c
13707                 Fix folder-flicker when space-reading, introduced 
13708                 in claws22.
13709
13710 2002-10-12 [colin]      0.8.5claws25
13711
13712         * src/compose.c
13713                 Save account address when saving as draft.
13714                 (closes bug 621838)
13715
13716 2002-10-12 [colin]      0.8.5claws24
13717
13718         * src/summaryview.c
13719                 Fix the problem consisting of no message selected
13720                 after the last message in a folder has been moved.
13721
13722 2002-10-12 [paul]       0.8.5claws23
13723
13724         * src/compose.c
13725           src/prefs_template.c
13726           src/template.[ch]
13727                 add Cc and Bcc to templates. Patch submitted by
13728                 John L. Males.
13729
13730 2002-10-12 [colin]      0.8.5claws22
13731
13732         * src/folderview.c
13733                 Fix a bug after "Check for new messages":
13734                 If a folder was opened, it was still selected at
13735                 the end of the check, but displayed empty.
13736         * src/mainwindow.c
13737                 Remove unnecessary check
13738
13739 2002-10-12 [paul]
13740
13741         * tools/README
13742                 be more verbose in the description of
13743                 OOo2sylpheed.pl
13744                 
13745
13746 2002-10-11 [colin]      0.8.5claws21
13747
13748         * src/mainwindow.c
13749                 Make space work (better) when no mail is selected
13750
13751 2002-10-11 [colin]      0.8.5claws20
13752
13753         * src/inc.c
13754           src/news.c
13755                 fix warnings
13756
13757 2002-10-11 [colin]      0.8.5claws19
13758
13759         * src/mainwindow.c
13760                 revert 0.8.5claws6 changes as i couldn't get to
13761                 anything satisfying
13762
13763 2002-10-11 [melvin]     0.8.5claws18
13764
13765         * src/compose.c
13766                 Removed buggy and unused macro (should have been committed in
13767                 0.8.5claws17)
13768
13769 2002-10-11 [melvin]     0.8.5claws17
13770
13771         * src/compose.c
13772                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13773
13774 2002-10-11 [thorsten]   0.8.5claws16 
13775
13776         * src/folderview.c
13777                 remove rescan warning
13778
13779 2002-10-11 [colin]      0.8.5claws15 
13780
13781         * src/procheader.c
13782                 fix a segfault that happens if conv_unmime_header
13783                 fails (should be better to find out why it fails)
13784
13785 2002-10-11 [christoph]  0.8.5claws14
13786
13787         * src/summaryview.c
13788                 update folderview stats after ignore/unignore thread
13789
13790 2002-10-11 [hoa]        0.8.5claws13
13791
13792         * src/quote_fmt_parse.y
13793                 Fixed a yacc/bison syntax error
13794         * src/matcher.c
13795                 Escaping of string is fixed.
13796
13797 2002-10-11 [colin]      0.8.5claws12
13798
13799         * src/imageview.c
13800                 Resize images to fit
13801
13802 2002-10-11 [paul]       0.8.5claws11
13803
13804         * po/es.po
13805                 updated by Ricardo Mones Lastra
13806
13807 2002-10-10 [alfons]     0.8.5claws10
13808
13809         * src/compose.c
13810                 allow dropping files by "moving" files from a file manager,
13811                 not only by the more cumbersome "copying". the latter 
13812                 mostly implies holding down the Control button
13813
13814 2002-10-10 [christoph]  0.8.5claws9
13815
13816         * src/summaryview.c
13817                 update folders after thread building for ignored threads
13818
13819 2002-10-10 [christoph]  0.8.5claws8
13820
13821         * config/.cvsignore
13822                 added Makefile
13823         * src/filtering.[ch]
13824         * src/folder.[ch]
13825         * src/folderview.[ch]
13826         * src/import.c
13827         * src/inc.[ch]
13828         * src/mbox.[ch]
13829         * src/procmsg.c
13830         * src/summaryview.[ch]
13831                 o added new flag need_update to FolderItem
13832                 o removed folder_table from various functions from tracking
13833                   folder updates
13834                 o set need_update flags in folder.c's move, copy and delete
13835                   functions and procmsg's flags functions
13836                 o added function folderview_update_items_when_required that
13837                   updates all folders with need_update set
13838                 o call folderview_update_items_when_required instead of
13839                   folderview_update_item_foreach
13840
13841 2002-10-09 [sergey]     0.8.5claws7
13842
13843         * src/compose.c
13844                 Strip CRs whel loading the text into editor in reedit mode.
13845
13846 2002-10-09 [colin]      0.8.5claws6
13847
13848         * src/mainwindow.c
13849                 Make Space work when no mail is selected
13850
13851 2002-10-09 [colin]      0.8.5claws5
13852
13853         * src/gtksctree.[ch]
13854                 Fix range_select
13855                 Add gtk_sctree_reanchor() 
13856         * src/summaryview.c
13857                 Use gtk_sctree_reanchor() - better fix for 
13858                 bug 60413
13859
13860 2002-10-09 [colin]      0.8.5claws4
13861
13862         * src/summaryview.c
13863                 Fix shift-click select after delete problem
13864                 (closes bug 60413)
13865
13866 2002-10-08 [thorsten]   0.8.5claws3
13867
13868         * src/summaryview.c
13869                 exclude current msg from -hide read messages-
13870
13871 2002-10-08 [colin]      0.8.5claws2
13872
13873         * src/inc.[ch]
13874           src/pop.c
13875           src/recv.c
13876                 Differentiate socket errors from disk full
13877                 errors
13878
13879 2002-10-08 [christoph]  0.8.5claws1
13880
13881         * Makefile.am
13882         * configure.in
13883                 modifications for new config directory
13884
13885         * config.guess  ** REMOVED **
13886         * config.sub    ** REMOVED **
13887         * install-sh    ** REMOVED **
13888         * ltmain.sh     ** REMOVED **
13889         * missing       ** REMOVED **
13890         * mkinstalldirs ** REMOVED **
13891                 these files are autogenerated by automake
13892                 when you run autogen.sh
13893
13894         * config/.cvsignore     ** NEW FILE **
13895         * config/Makefile.am    ** NEW FILE **
13896                 ignore autogenerated files
13897                 create a Makefile in this directory
13898
13899 2002-10-08 [paul]       0.8.5claws
13900
13901         * 0.8.5claws release
13902         
13903         * src/compose.c
13904           src/procheader.c
13905           src/procmsg.c
13906                 fix quote reply format for newsgroups reply bug
13907                 (thanks to Hoa)
13908                 
13909         * po/en_GB.po
13910           po/pl.po
13911                 updated by me and Witold Wladyslaw Wojciech Wilk
13912                 repectively
13913
13914 2002-10-07 [paul]       0.8.3claws53
13915
13916         * po/it.po
13917           po/pt_BR.po
13918           po/sr.po
13919                 updated messages catalogs, submitted by
13920                 Alessandro Maestri, Fabio Jr.Beneditto 
13921                 and Urke MMI, respectively.
13922
13923 2002-10-07 [christoph]  0.8.3claws52
13924
13925         * src/folder.[ch]
13926         * src/folderview.c
13927         * src/mainwindow.c
13928                 fix new folder ghost message bug
13929                 (closes bug [ 619722 ] wrong count for newly created folders)
13930
13931 2002-10-07 [christoph]  0.8.3claws51
13932
13933         * src/compose.c
13934                 fix news posting problem
13935
13936 2002-10-07 [melvin]     0.8.3claws50
13937
13938         * po/fr.po
13939                 Updated French translation
13940
13941 2002-10-05 [christoph]  0.8.3claws49
13942
13943         * src/gtkstext.c
13944                 check if line_start_cache is set in gtk_stext_update_text
13945                 (closes bug [ 618119 ] crash while doing search in folder)
13946
13947 2002-10-05 [christoph]  0.8.3claws48
13948
13949         * src/imap.c
13950         * src/news.c
13951         * src/utils.c
13952         * src/utils.h
13953                 implement cache cleanups for claws' folder system
13954                 (closes bug [ 595916 ] imapcache not cleaned up)
13955
13956 2002-10-05 [melvin]     0.8.3claws47
13957
13958         * src/prefs_actions.c
13959                 Made the help text more clear for the %p token
13960
13961 2002-10-04 [paul]       0.8.3claws46
13962
13963         * sync with 0.8.5
13964                 see ChangeLog 2002-10-02 and 2002-10-03
13965
13966 2002-10-04 [christoph]  0.8.3claws45
13967
13968         * src/inc.c
13969                 fix segfault caused by pop before smtp
13970                 call to inc_account_mail with NULL
13971                 pointer for mainwin
13972
13973 2002-10-04 [paul]       0.8.3claws44
13974
13975         * configure.in
13976                 sync the LDAP detection from 0.8.5cvs1
13977
13978 2002-10-02 [christoph]  0.8.3claws43
13979
13980         * po/de.po
13981                 fix small spelling error
13982
13983 2002-10-02 [melvin]     0.8.3claws42
13984
13985         * ac/aspell.m4
13986                 Behave better and say "no" when test program cannot be run.
13987
13988 2002-10-02 [paul]       0.8.3claws41
13989
13990         * sync with 0.8.4cvs1
13991                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13992                 
13993         * src/summaryview.c
13994                 toggle the behavior of Reply menuitem between
13995                 normal reply and reply-to-list
13996
13997 2002-10-01 [sergey]     0.8.3claws40
13998
13999         * src/compose.c
14000                 Convert newlines in the message text to the canonical form
14001                 before base64 encoding (RFC2045 compliance, fixes some
14002                 interoperability issues with Evolution 1.0.3)
14003
14004 2002-09-29 [colin]      0.8.3claws39
14005
14006         * src/summaryview.c
14007                 Fix an unwanted copy/paste
14008
14009 2002-09-29 [colin]      0.8.3claws38
14010
14011         * src/mainwindow.c
14012                 Renamed "Custom toolbar" to "Customize toolbar"
14013                 Renamed "Show all header" to "Show all headers"
14014                 Renamed "Set diplay item" to "Set displayed items"
14015         * src/prefs_common.c
14016                 Renamed "Show all header" to "Show all headers"
14017         * src/prefs_summary_column.c
14018                 Renamed "diplay item" to "displayed items"
14019
14020 2002-09-29 [colin]      0.8.3claws37
14021
14022         * src/mainwindow.[ch]
14023                 online/offline status pixmaps follow theme
14024                 changes
14025         * src/summaryview.[ch]
14026                 quicksearch pixmap follows theme changes
14027
14028 2002-09-29 [thorsten]   0.8.3claws36
14029
14030         * src/compose.c
14031           src/prefs_folder_item.[ch]
14032                 add default_reply_to folder option (closes patch 581044)
14033
14034 2002-09-29 [christoph]  0.8.3claws35
14035
14036         * acconfig.h    ** REMOVED **
14037         * configure.in
14038         * ac/aspell.m4
14039         * ac/check-type.m4
14040         * ac/gnupg-check-typedef.m4
14041                 fix autoheader 2.50 warning
14042
14043 2002-09-29 [christoph]  0.8.3claws34
14044
14045         * major code cleanup (part 2)
14046         
14047                 - unused variables removed
14048                 - unused functions removed
14049                 - uninitialized variables checked
14050                 - missing return statements added
14051                 - missing function return types added
14052                 - added parentheses around assignment
14053                   when suggested by gcc
14054
14055 2002-09-29 [alfons]     0.8.3claws33
14056
14057         * src/logwindow.c
14058                 log_window_clear(): only bracket gtk_text_forward_delete() 
14059                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14060                 works around GTK text bug)
14061
14062 2002-09-29 [paul]       0.8.3claws32
14063
14064         * po/bg.po
14065           po/sr.po
14066                 updated by George Danchev and Urke MMI
14067                 respectively
14068
14069 2002-09-27 [christoph]  0.8.3claws31
14070
14071         * doc-src/readme.txt
14072         * doc-src/rfc1806.txt   ** REMOVED **
14073         * doc-src/rfc2183.txt   ** NEW FILE **
14074         * doc-src/rfc2980.txt   ** NEW FILE **
14075                 update rfcs
14076
14077 2002-09-27 [melvin]     0.8.3claws30
14078
14079         * ac/aspell.m4
14080                 Fixed typo which could break linking
14081
14082 2002-09-27 [melvin]     0.8.3claws29
14083
14084         * ac/aspell.m4
14085                 Improved GNU/aspell checking. 
14086                 Fixed bug #614490
14087
14088 2002-09-27 [paul]       0.8.3claws28
14089
14090         * sync with 0.8.3cvs8
14091                 see ChangeLog 2002-09-27
14092
14093 2002-09-26 [colin]      0.8.3claws27
14094
14095         * src/toolbar.[ch]
14096           src/mainwindow.[ch]
14097                 Add "Reply to Mailing-list" to the toolbar
14098
14099 2002-09-26 [christoph]  0.8.3claws26
14100
14101         * src/summaryview.c
14102                 Fix wrong message counts in summaryview status
14103
14104 2002-09-26 [paul]       0.8.3claws25
14105
14106         * sync with 0.8.3cvs7
14107                 see ChangeLog 2002-09-26
14108
14109 2002-09-26 [paul]       0.8.3claws24
14110
14111         * sync with 0.8.3cvs6
14112                 see ChangeLog 2002-09-25
14113
14114 2002-09-25 [christoph]  0.8.3claws23
14115
14116         * src/prefs_common.c
14117         * src/prefs_folder_item.c
14118         * src/prefs_scoring.c
14119                 Renamed "kill score" to "hide score" in GUI
14120                 and prefs files
14121
14122 2002-09-25 [paul]       0.8.3claws22
14123
14124         * sync with 0.8.3cvs5
14125                 see ChangeLog 2002-09-24
14126
14127 2002-09-24 [alfons]     0.8.3claws21
14128
14129         patch by Satoshi Nagayasu: allows appending / saving multiple 
14130         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14131         'Save as ...'")
14132
14133         * AUTHORS
14134                 add Satoshi Nagayasu
14135         * src/summaryview.c
14136                 summary_save_as(): allow saving selected files to
14137                 one file
14138                 summary_set_menu_sensitive: enable "Save As..." when
14139                 multiple files are selected
14140         * src/utils.[ch]
14141                 append_file(): new function
14142
14143 2002-09-24 [colin]      0.8.3claws20
14144
14145         * src/procmime.c
14146                 Fix segfault when mimeinfo doesn't have a 
14147                 content_type. 
14148
14149 2002-09-24 [colin]      0.8.3claws19
14150
14151         * src/prefs_common.[ch]
14152                 Add a preference to display send dialog or not
14153         * src/send.c
14154                 Display send dialog according to preference
14155
14156 2002-09-24 [colin]      0.8.3claws18
14157
14158         * src/compose.[ch]
14159                 Disable user actions when sending
14160
14161 2002-09-24 [colin]      0.8.3claws17
14162
14163         * src/procmime.c
14164                 Do not display name or filename for attachments
14165                 with an application/pgp-signature type
14166                 (security flaw, see bug 537413)
14167
14168 2002-09-23 [colin]      0.8.3claws16
14169
14170         * src/editaddress.c
14171                 Initialize entry_email, entry_alias and 
14172                 entry_remarks to first email address of the list
14173
14174 2002-09-23 [colin]      0.83claws15
14175
14176         * src/compose.c
14177                 Drop pgp-signature when reediting a signed queued
14178                 message
14179
14180 2002-09-23 [melvin]     0.8.3claws14
14181
14182         * po/fr.po
14183                 Updated French translation
14184
14185 2002-09-23 [melvin]     0.8.3claws13
14186
14187         * src/mainwindow.c
14188                 Made custom toolbar menu labels more consistent
14189         * src/prefs_toolbar.c
14190                 Made custom toolbar window title more consistent
14191
14192 2002-09-22 [colin]      0.8.3claws12
14193
14194         * src/inc.c
14195                 Initialize session type to normal before getting 
14196                 mail (fixes strange Get behaviour)
14197         * src/prefs_account.h
14198                 Move STYPE_POP_BEFORE_SMTP to last position to 
14199                 avoid other side-effects
14200
14201 2002-09-22 [colin]      0.8.3claws11
14202
14203         * src/prefs_account.c
14204                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14205                 from pop3 to apop or vice-versa
14206
14207 2002-09-22 [colin]      0.8.3claws10
14208         
14209         * src/prefs_account.[ch]
14210                 Add an option for the POP before SMTP timeout
14211         * src/inc.c
14212                 Remember time of last POP connection
14213         * src/send.c
14214                 Do POP before SMTP only if timeout reached
14215
14216 2002-09-22 [oliver]     0.8.3claws9
14217         
14218         * README.claws
14219                 explain custom toolbar
14220
14221 2002-09-22 [oliver]     0.8.3claws8
14222
14223         * src/prefs_actions.[ch]
14224         custom toolbar for compose      
14225                 actions callback from compose toolbar
14226         * src/folderview.c
14227                 remove include toolbar.h
14228
14229 2002-09-22 [oliver]     0.8.3claws7
14230         
14231         * src/prefs_toolbar.[ch]
14232                 custom toolbar for compose
14233                 - generic prefs_toolbar handles both
14234                   Mainwin's toolbar as well as Compose toolbar          
14235
14236 2002-09-22 [oliver]     0.8.3claws6
14237         
14238         * src/toolbar.[ch]
14239                 custom toolbar for compose
14240                 restructure toolbar.[ch]
14241
14242 2002-09-22 [oliver]     0.8.3claws5
14243
14244         * src/compose.[ch]
14245                 custom toolbar for compose
14246
14247 2002-09-22 [oliver]     0.8.3claws4
14248         
14249         * src/mainwindow.[ch]
14250                 custom toolbar for compose 
14251                 move mainwin toolbar back to mainwindow
14252
14253 2002-09-22 [alfons]     0.8.3claws3
14254
14255         * src/procmsg.c
14256                 :%sno/if(/if (/gc
14257                 :%sno/for(/for (/gc
14258                 (beautify)
14259
14260 2002-09-22 [alfons]     0.8.3claws2
14261         
14262         * src/procmsg.c
14263                 procmsg_save_to_outbox(): don't unlink message file from queue;
14264                 callers should do it using folder_item_remove_msg()
14265
14266 2002-09-22 [colin]      0.8.3claws1
14267
14268         * src/mimeview.[ch]
14269                 Made mimeview_check_signature() public
14270         * src/textview.c
14271                 Made GPG signatures verifiable by clicking
14272                 the [application/pgp-signature] in the Text
14273                 view
14274
14275 2002-09-22 [paul]       0.8.3claws
14276
14277         * po/bg.po
14278           po/en_GB.po
14279           po/es.po
14280           po/it.po
14281           po/pl.po
14282           po/pt_BR.po
14283           po/sr.po
14284                 updated translations, submitted by George Danchev,
14285                 me, Ricardo Mones Lastra, Alessandro Maestri,
14286                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14287                 and Urke MMI, respectively.     
14288
14289 2002-09-22 [alfons]     0.8.2claws65
14290
14291         * src/procmsg.c
14292         * src/pgptext.c
14293                 no furry valgrinds have been used to plug these memleaks
14294
14295 2002-09-20 [paul]       0.8.2claws64
14296
14297         * sync with 0.8.3cvs4
14298                 'Select thread' re-implemented 
14299                 see ChangeLog 2002-09-20
14300
14301 2002-09-21 [alfons]     0.8.2claws63
14302
14303         * src/compose.c
14304                 compose_send(): plug unnoticed memleak
14305
14306 2002-09-20 [alfons]     0.8.2claws62
14307
14308         * src/addr_compl.c
14309                 replace_address_in_edit(): strict check for NULL address to
14310                 fix "[ 607348 ] Segfault in address completion". My guess is
14311                 that this happens with an empty address book, but it's good
14312                 to have this check here anyway
14313                 
14314                 completion_window_button_press(): free string returned 
14315                 from the internal cache
14316
14317 2002-09-20 [christoph]  0.8.2claws61
14318
14319         * src/procmime.h
14320                 added ENC_BINARY to EncodingType
14321         * src/procmime.c
14322                 the string returned by procmime_get_encoding_str
14323                 should not depend on the order of values in the
14324                 EncodingType definition
14325         * doc-src/rfc1806.txt   ** NEW FILE **
14326                 Added rfc1806 about MIME Content-Disposition
14327                 Extension
14328
14329 2002-09-19 [paul]       0.8.2claws60
14330
14331         * sync with 0.8.2cvs3
14332                 see ChangeLog 2002-09-19
14333
14334 2002-09-19 [paul]       0.8.2claws59
14335
14336         * src/prefs_folder_item.c
14337                 revert to Darko's original alignment of colour
14338                 selector button
14339                 add a colon to folder_color label
14340                 
14341         * src/compose.c
14342                 add Colin's patch (with Hiro's modifications) to 
14343                 force BASE64 encoding for 8-bit text when signing
14344                 (sync with 0.8.3cvs2)
14345
14346 2002-09-18 [alfons]     0.8.2claws58
14347
14348         * src/compose.c
14349                 :%sno/if(/if (/gc
14350                 :%sno/for(/for (/gc
14351                 (beautify a little bit)
14352
14353 2002-09-18 [christoph]  0.8.2claws57
14354
14355         * src/pine.c
14356                 fix handling of fgetc return value
14357
14358 2002-09-17 [alfons]     0.8.2claws56
14359         
14360         * src/summaryview.c
14361                 summary_sort(): check non-NULL summaryview->folder_item when no 
14362                 folder is selected at all
14363                 (closes "[ 610344 ] sort label make syl Crash")
14364
14365 2002-09-17 [alfons]     0.8.2claws55
14366         
14367         * src/compose.c
14368                 beautify a little bit
14369
14370 2002-09-17 [christoph]  0.8.2claws54
14371
14372         * src/folder.c
14373                 initialize max values for cache and folder
14374                 when cache or folder is empty
14375
14376 2002-09-15 [colin]      0.8.2claws53
14377
14378         * src/compose.c
14379                 Fix a leak (thanks Alfons!) and cleaned
14380                 variables names for custom headers
14381
14382 2002-09-15 [colin]      0.8.2claws52
14383
14384         * src/compose.c
14385                 Fix custom headers recognition when
14386                 prefs_common.trans_hdr is on
14387
14388 2002-09-15 [colin]      0.8.2claws51
14389
14390         * src/compose.c
14391                 Allow dynamically-added custom headers
14392                 Yet not reparsed if reedited
14393
14394 2002-09-15 [alfons]     0.8.2claws50
14395
14396         * src/prefs_account.c
14397                 fix warnings
14398
14399 2002-09-15 [colin]      0.8.2claws49
14400         
14401         * src/prefs_account.c
14402                 fix pop_before_smtp sensitivity
14403
14404 2002-09-15 [colin]      0.8.2claws48
14405
14406         * src/inc.[ch]
14407                 add inc_pop_before_smtp()
14408                 allow MainWindow to be undefined in 
14409                 inc_account_mail() and inc_start()
14410         * src/pop.c
14411           src/prefs_account.h
14412                 add STYPE_POP_BEFORE_SMTP session type
14413         * src/prefs_account.c
14414                 activated pop before smtp option
14415         * src/send.c
14416                 do pop before smtp if the relevant option 
14417                 is set
14418
14419 2002-09-15 [paul]       0.8.2claws47
14420
14421         * sync with 0.8.3
14422                 see ChangeLog 2002-09-15
14423
14424 2002-09-14 [paul]       0.8.2claws46
14425
14426         * po/bg.po
14427                 updated Bulgarian translation, submitted by
14428                 George Danchev
14429
14430 2002-09-13 [paul]       0.8.2claws45
14431
14432         * src/compose.c
14433                 merge claws' select_account() with main's
14434                 (new) compose_select_account(). [sync with
14435                 0.8.2cvs15, see ChangeLog 2002-09-11]
14436
14437 2002-09-12 [christoph]  0.8.2claws44
14438
14439         * src/filter.c
14440                 allocate 1 elements of FolderItem not 0
14441
14442 2002-09-12 [colin]      0.8.2claws43
14443
14444         * src/compose.c
14445                 Fix bug #590825 (obey Follow-up: poster)
14446
14447 2002-09-12 [colin]      0.8.2claws42
14448
14449         * src/procmime.c
14450                 Fix bug #557009 (wrong headers for messages 
14451                 forwarded as attachments)
14452
14453 2002-09-11 [colin]      0.8.2claws41
14454         
14455         * src/compose.c
14456                 Put SCF: pseudo-header on top of message
14457                 Set draft tmp_flag when saved as draft
14458
14459         * src/procmsg.c
14460           src/procheader.c
14461                 Skip after first \n\n for beginning of real message
14462                 for drafts too
14463
14464 2002-09-11 [christoph]  0.8.2claws40
14465
14466         * src/filtering.c
14467                 use procmsg flag functions in filtering or processing
14468                 will cause incorrect folder message counts
14469
14470 2002-09-11 [colin]      0.8.2claws39
14471
14472         * src/compose.c
14473                 Fix bug #550175 - wrong save folder when reediting
14474                 drafts
14475
14476 2002-09-11 [paul]       0.8.2claws38
14477
14478         * sync with 0.8.2cvs14
14479                 see ChangeLog 2002-09-11
14480
14481 2002-09-11 [colin]      0.8.2claws37
14482
14483         * src/folder.c
14484                 Fix a typo (seeming to cause new/unread status to
14485                 be lost)
14486
14487 2002-09-10 [christoph]  0.8.2claws36
14488
14489         * src/compose.c
14490                 compose_redirect should not use compose_generic_new
14491                 because that does more stuff than expected including
14492                 opening the external editor
14493                 (closes bug "[ 526608 ] bounced messages appear blank
14494                  in editor")
14495
14496 2002-09-10 [christoph]  0.8.2claws35
14497
14498         * src/folder.c
14499                 fix problem with too large message number range
14500                 causing a crash in folder_item_scan
14501
14502 2002-09-10 [paul]       0.8.2claws34
14503
14504         * sync with 0.8.2cvs13
14505                 see ChangeLog 2002-09-10
14506
14507 2002-09-10 [christoph]  0.8.2claws33
14508
14509         * src/msgcache.c
14510                 set MsgInfo TmpFlags for queue and draft folders
14511                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14512
14513 2002-09-10 [paul]       0.8.2claws32
14514
14515         * AUTHORS
14516           po/bg.po      ** NEW FILE **
14517                 new Bulgarian translation submitted by
14518                 George Danchev <danchev@spnet.net>
14519                 
14520         * tools/Makefile.am
14521           tools/README
14522           tools/tb2sylpheed     ** NEW FILE **
14523                 add script that converts an addressbook exported
14524                 from The Bat! into a Sylpheed addressbook. Submitted
14525                 by Urke MMI <urke-kg@eunet.yu>
14526
14527 2002-09-10 [paul]       0.8.2claws31
14528
14529         * sync with 0.8.2cvs12
14530                 see ChangeLog 2002-09-10
14531
14532 2002-09-06 [paul]       0.8.2claws30
14533
14534         * src/prefs_common.c
14535                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14536                 
14537         * tools/Makefile.am
14538           tools/README
14539           tools/ldif-to-xml.py  ** REMOVED **
14540                 remove obsolete python script
14541
14542 2002-09-06 [paul]       0.8.2claws29
14543
14544         * sync with 0.8.2cvs10
14545                 see ChangeLog 2002-09-06
14546
14547 2002-09-04 [paul]       0.8.2claws28
14548
14549         * sync with 0.8.2cvs9
14550                 see ChangeLog 2002-08-04
14551
14552 2002-09-04 [colin]      0.8.2claws27 
14553
14554         * src/prefs_common.[ch]
14555                 Added signature color configuration
14556         * src/textview.c
14557                 Use user-specified signature color
14558
14559 2002-09-03 [colin]      0.8.2claws26
14560
14561         * src/prefs_common.[ch]
14562                 Added autosave and autosave_length prefs
14563         * src/compose.c
14564                 Added compose_remove_draft()
14565                 Auto-save drafts according to the prefs
14566         * src/main.c
14567                 Added a crash-indicator file, allowing to check
14568                 for new messages on startup if Sylpheed crashed
14569                 (makes saved drafts "reappear")
14570
14571 2002-09-03 [colin]      0.8.2claws25
14572
14573         * src/textview.[ch]
14574                 Grey the signature
14575
14576 2002-09-03 [paul]       0.8.2claws24
14577
14578         * sync with 0.8.2cvs8
14579                 see ChangeLog 2002-09-02 and 2002-09-03
14580
14581 2002-09-03 [darko]      0.8.2claws23
14582
14583         * src/folderview.c
14584                 use normal style when creating new folder to pick
14585                 proper font size 
14586
14587 2002-09-02 [melvin]     0.8.2claws22
14588
14589         * src/gtkaspell.m4
14590                 removed some obsolete code
14591
14592 2002-09-02 [melvin]     0.8.2claws21
14593
14594         * ac/aspell.m4
14595                 fixed test's equality sign (== to =)
14596
14597 2002-09-02 [alfons]     0.8.2claws20
14598
14599         * src/folder.c
14600         * src/mh.c
14601                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14602                 as folder->destroy virtual as suggested by Hiro
14603                 (the mh.c code seems to have been lost around mh.c.1.21)
14604
14605 2002-09-02 [paul]       0.8.2claws19
14606
14607         * po/pt_BR.po
14608                 updated by Fabio Jr. Beneditto
14609                 
14610         * src/defs.h
14611                 use 'http://claws.sylpheed.org' for homepage link. 
14612                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14613
14614 2002-09-01 [alfons]     0.8.2claws18
14615
14616         * src/mh.c
14617                 plug memleak related to one Martin Kluge found
14618
14619 2002-08-31 [paul]       0.8.2claws17
14620
14621         * sync with 0.8.2cvs6
14622                 see ChangeLog 2002-08-30
14623
14624 2002-08-31 [alfons]     0.8.2claws16
14625
14626         * src/folder.c
14627                 folder_destroy(): remove mailbox from folderlist even if it has
14628                 no destroy virtual
14629
14630 2002-08-31 [alfons]     0.8.2claws15
14631
14632         * src/folder.c
14633                 :%sno/if(/if (/gc
14634                 :%sno/for(/for (/gc
14635                 (being pedantic I know)
14636
14637 2002-08-31 [alfons]     0.8.2claws14
14638
14639         * src/folder.c
14640                 check for NULL pointers returned from folder->fetch_msginfo virtual
14641                 (should solve some reported crashes)
14642
14643 2002-08-30 [alfons]     0.8.2claws13
14644
14645         * acconfig.h
14646         * configure.in
14647         * src/crash.c
14648                 enable crash dialog on compilation time
14649                 (--enable-crash-dialog configure option)
14650
14651 2002-08-30 [alfons]     0.8.2claws12
14652
14653         * AUTHORS
14654                 add Martin Kluge
14655         * src/mh.c
14656                 apply memory leak plug patch by Martin Kluge
14657                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14658                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14659                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14660
14661 2002-08-30 [darko]      0.8.2claws11
14662
14663         * src/folderview.c
14664                 copy Gtk style from normal style to match
14665                 font size for coloured folders
14666
14667 2002-08-29 [alfons]     0.8.2claws10
14668
14669         * sylpheed.desktop
14670                 Type=Internet <- Type=Application
14671                 (reported by Michael Schwendt, see:
14672                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14673                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14674
14675 2002-08-29 [paul]       0.8.2claws9
14676
14677         * sync with 0.8.2cvs5
14678                 see ChangeLog 2002-08-29
14679
14680 2002-08-29 [colin]      0.8.2claws8
14681
14682         * src/summaryview.c
14683                 Added a sanity check in summary_select_thread
14684                 Should fix bug 601605
14685
14686 2002-08-29 [colin]      0.8.2claws7
14687
14688         * src/main.c
14689                 Revert claws6 changes regarding bug #591676
14690
14691 2002-08-28 [colin]      0.8.2claws6
14692         
14693         * src/main.c
14694                 Ignore cache for queue folderitems
14695                 Fix bug #591676
14696
14697 2002-08-28 [melvin]     0.8.2claws5
14698
14699         * README.claws
14700                 Fixed typos.
14701
14702 2002-08-28 [melvin]     0.8.2claws4
14703
14704         * README.claws
14705                 Updated a bit the text concerning the spell checker
14706
14707 2002-08-28 [melvin]     0.8.2claws3
14708
14709         Merged the GNU_aspell_branch:
14710                 Support of new GNU/aspell is now included and the old pspell
14711                 is not supported anymore.
14712                 See README.claws
14713
14714         * README.claws
14715                 Updated spell checker text to reflect the switch to GNU/aspell
14716
14717         * ac/aspell.m4          *** NEW ***
14718         * src/gtkaspell.[ch]    *** NEW *** 
14719         * ac/pspell.m4          *** DELETED *** 
14720         * src/gtkspell.[ch]     *** DELETED ***
14721
14722         * ac/Makefile.am
14723                 Updated for GNU/aspell support
14724
14725         * po/POTFILES.in
14726                 Replaced gtkspell.c by gtkaspell.c
14727
14728         * acconfig.h
14729         * src/Makefile.am
14730         * src/about.c
14731         * src/compose.[ch]
14732         * src/crash.c
14733         * src/main.c
14734         * src/prefs_common.[ch]
14735                 Updated for GNU/aspell support
14736
14737 2002-08-28 [paul]       0.8.2claws2
14738
14739         * sync with 0.8.2cvs4
14740                 see ChangeLog 2002-08-27 and 2002-08-28
14741
14742 2002-08-28 [colin]      0.8.2claws1
14743
14744         * src/summary_search.c
14745                 Added "AND search"
14746
14747 2002-08-28 [jens]       0.8.2claws
14748
14749         *po/de.po
14750                 Updated German translations
14751
14752 2002-08-27 [melvin]     0.8.2claws
14753
14754         * po/fr.po
14755                 Updated French translations
14756
14757 2002-08-27 [paul]       0.8.2claws
14758
14759         * sync with 0.8.2 main release
14760
14761         * po/en_GB.po
14762           po/es.po
14763           po/it.po
14764           po/pl.po
14765           po/pt_BR.po
14766           po/sr.po
14767                 updated message catalogs submitted by
14768                 Ricardo Mones Lastra, Alessandro Maestri,
14769                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14770                 Beneditto and Urke MMI  
14771
14772 2002-08-27 [hoa]        0.8.1claws123
14773
14774         * src/mainwindow.[ch]
14775         * src/summaryview.[ch]
14776                 removed the "filter setting" menu option.
14777                 add a "cancel a news message" menu option.
14778
14779 2002-08-26 [martin]     0.8.1claws122
14780
14781         * ChangeLog.claws
14782                 changed string under 0.8.1claws79 changed by myself
14783                 i'm sorry alfons :(
14784
14785 2002-08-26 [martin]     0.8.1claws121
14786
14787         * src/crash.c
14788                 added kill command to debuggerrc to start crash dialog
14789
14790 2002-08-26 [paul]       0.8.1claws120
14791
14792         * sync with 0.8.1cvs31
14793                 see ChangeLog 2002-08-26
14794
14795 2002-08-25 [alfons]     0.8.1claws119
14796
14797         * src/procmsg.c
14798                 fix bug that didn't send out correct headers to news server
14799                 when sending news article and email from queue (bug reported
14800                 and patch provided by Tim Mann; closes bug 
14801                 "[ 583196 ] 0.7.8claws can't post news")
14802
14803 2002-08-25 [alfons]     0.8.1claws118
14804
14805         * src/selective_download.c
14806                 mark two strings as translatable
14807                 (thanks to Urke MMI for pointing this out)
14808
14809 2002-08-25 [alfons]     0.8.1claws117
14810
14811         * src/summaryview.c
14812                 treat sent boxes as special and allow sorting them by addressee
14813                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14814                 submitted by Steve Lamb)
14815
14816 2002-08-24 [alfons]     0.8.1claws116
14817
14818         * src/matcher.c
14819                 fix memleak reported by Martin Kluge
14820                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14821
14822 2002-08-24 [oliver]     0.8.1claws115
14823
14824         * src/prefs_toolbar.c
14825                 o code cleanup as suggested by Alfons
14826                 o memleak fix
14827
14828 2002-08-24 [alfons]     0.8.1claws114
14829
14830         * src/summaryview.c
14831                 o fix another memory leak reported by Martin Kluge
14832                   (see "[ 599568 ] Small Memory Leak")
14833                 o remove 'from' variable from 'summary_set_header()'; we can
14834                   do with just 'to' 
14835
14836 2002-08-24 [paul]       0.8.1claws113
14837
14838         * sync with 0.8.1cvs30
14839                 see ChangeLog 2002-08-23
14840
14841 2002-08-24 [alfons]     0.8.1claws112
14842
14843         * src/summaryview.c
14844                 remove unnecessary allocations for search bar fixing leaks
14845                 reported by Martin Kluge
14846                 (see "[ 599451 ] Further memory leaks?")
14847
14848 2002-08-24 [alfons]     0.8.1claws111
14849
14850         * src/main.c
14851                 make get_socket_name() public for crash.c
14852         * src/crash.c
14853                 o make report bug button work (goes to claws' 
14854                   bug tracker at sf.net)
14855                 o introduce function for doing important stuff just
14856                   before claws goes down
14857                 o clean up code 
14858
14859 2002-08-24 [alfons]     0.8.1claws110
14860
14861         * src/compose.c
14862                 move cursor to "To" entry when forwarding as attachment
14863                 (reported and solved by Steve Lamb, closes bug report
14864                 "[ 592880 ] Forward as attachment; cursor not in to")
14865
14866 2002-08-24 [colin]      0.8.1claws109
14867
14868         * src/mainwindow.c
14869                 fix quick search visibility after GUI (de)separations.
14870
14871 2002-08-23 [colin]      0.8.1claws108
14872
14873         * src/mainwindow.c
14874                 fix header pane visibility after folderview or
14875                 messageview (de)separation
14876
14877 2002-08-23 [paul]       0.8.1claws107
14878
14879         * src/mainwindow.[ch]
14880           src/toolbar.c
14881                 give full control of display or non-display 
14882                 of the Execute icon to Custom toolbar settings.
14883                 add new sensitivity condition to maninwindow.h: 
14884                 M_DELAY_EXEC
14885
14886         * ChangeLog
14887           ChangeLog.jp
14888           NEWS
14889                 more sync with 0.8.1cvs29
14890
14891 2002-08-23 [melvin]     0.8.1claws106
14892
14893         * src/alertpanel.c
14894                 Readded support for custom widget in alertpanel lost in last
14895                 sync.
14896
14897 2002-08-23 [paul]       0.8.1claws105
14898
14899         * sync with 0.8.1cvs29
14900                 see ChangeLog 2002-08-23
14901
14902 2002-08-23 [colin]      0.8.1claws104
14903
14904         * src/summaryview.c
14905                 Fix folder and search pixmaps exchanging positions
14906                 after theme or toolbar changes. Thank to Oliver for 
14907                 reporting this.
14908
14909 2002-08-23 [colin]      0.8.1claws103
14910
14911         * src/mainwindow.c
14912           src/messageview.[ch]
14913           src/noticeview.[ch]
14914           src/summaryview.c
14915                 Changed messageview_create() and noticeview_create()
14916                 to avoid the last gdk_warning
14917
14918 2002-08-22 [colin]      0.8.1claws102
14919
14920         * src/summaryview.c
14921                 Fix my new `Creating pixmap from xpm' warning
14922
14923 2002-08-22 [colin]      0.8.1claws101
14924
14925         * src/mainwindow.c
14926                 Fix some of the gdk warnings
14927
14928 2002-08-22 [colin]      0.8.1claws100
14929
14930         * src/Makefile.am
14931         * src/stock_pixmap.c
14932         * src/stock_pixmap.h
14933         * src/pixmaps/quicksearch.xpm *ADDED*
14934                 Add the quicksearch pixmap
14935         * src/mainwindow.c
14936         * src/summaryview.c
14937         * src/summaryview.h
14938                 Make quicksearch bar visible/hidden via a button
14939
14940 2002-08-22 [christoph]  0.8.1claws99
14941
14942         * src/folder.c
14943                 fix folder update for newsgroups with message
14944                 numbers below minimum number of articles to fetch
14945                 (closes bug #598445)
14946
14947 2002-08-22 [paul]       0.8.1claws98
14948
14949         * sync with 0.8.1cvs28
14950                 see ChangeLog 2002-08-22
14951
14952 2002-08-21 [alfons]     0.8.1claws97
14953
14954         * src/crash.c
14955                 use bt instead of bt full which seems to work 
14956                 better, and bt full doesn't give a great deal 
14957                 of information anyway
14958
14959 2002-08-21 [colin]      0.8.1claws96
14960
14961         * src/summaryview.c
14962                 fix summaryview_searchtype_changed prototype
14963
14964 2002-08-21 [christoph]  0.8.1claws95
14965
14966         * src/mainwindow.c
14967                 o fix broken menu update for sorting type, we have to
14968                   get this info from the summaryview now
14969                 o removed setting of threaded state in menu callback
14970         * src/summaryview.[ch]
14971                 more summaryview/folderitem seperation for
14972                 threading option
14973         * configure.in
14974                 removed not required --with-compiler-flags option
14975
14976 2002-08-21 [oliver]     0.8.1claws94
14977         
14978         * src/toolbar.h 
14979                 o rename toolbar.xml to toolbar_main.xml
14980                   since toolbar_compose.xml might come up 
14981                   any time soon
14982         * README.claws
14983                 add custom toolbar              
14984
14985 2002-08-21 [darko]      0.8.1claws93
14986
14987         * src/procmsg.c
14988                 don't reset tmp flags for messages copied
14989                 to sent folder
14990
14991 2002-08-21 [colin]      0.8.1claws92
14992         
14993         * src/prefs_filtering.c
14994                 fix renaming rules on folder rename 
14995                 when folder is not a leaf folder
14996
14997 2002-08-21 [paul]       0.8.1claws91
14998
14999         * src/prefs_folder_item.c
15000                 fix alignment of colour selector
15001
15002 2002-08-21 [paul]       0.8.1claws90
15003
15004         * sync with 0.8.1cvs27
15005                 see ChangeLog 2002-08-21
15006
15007 2002-08-21 [paul]       0.8.1claws89
15008
15009         * src/summaryview.c
15010                 fix crash when changing field type in
15011                 Quick search bar
15012
15013 2002-08-21 [colin]      0.8.1claws88
15014
15015         * src/summaryview.c
15016                 Made quick search case-insensitive
15017
15018 2002-08-21 [paul]       0.8.1claws87
15019
15020         * sync with 0.8.1cvs26
15021                 see ChangeLog 2002-08-21
15022
15023 2002-08-20 [christoph]  0.8.1claws86
15024
15025         * src/folderview.c
15026         * src/main.c
15027         * src/summaryview.[ch]
15028                 more summaryview/folderitem seperation for
15029                 sort_key and sort_type
15030         * src/procmsg.c
15031                 added missing return statement
15032
15033 2002-08-20 [colin]      0.8.1claws85
15034
15035         * src/summaryview.[ch]
15036                 Added a quick search box
15037         * src/mainwindow.c
15038         * src/prefs_common.[ch]
15039                 Added a show/hide option for the quick search
15040
15041 2002-08-20 [oliver]     0.8.1claws84
15042         
15043         * src/mainwindow.c
15044                 remove toolbar_create_popups
15045         * src/toolbar.[ch]
15046                 o remove toolbar_create_popups
15047                 o fix toolbar_set_sensitive 
15048                   (Bug reports #596834 and #596832)     
15049         * src/prefs_toolbar.c
15050                 o add "Set default" button
15051                 o align label and text + combo widgets
15052
15053 2002-08-20 [hoa]        0.8.1claws83bis
15054
15055         * src/imap.c
15056                 fixed a bug in imap_fetch_msginfo() in case there is no
15057                 current folder.
15058
15059 2002-08-20 [darko]      0.8.1claws83
15060
15061         * src/folderview.c
15062                 copy the color style of folder view so it
15063                 works with GTK themes
15064
15065 2002-08-20 [darko]      0.8.1claws82
15066
15067         * src/folder.h
15068         * src/folderview.c
15069         * src/prefs_folder_item.[hc]
15070                 don't use UI stuff in folder.h
15071
15072 2002-08-20 [darko]      0.8.1claws81
15073
15074         * src/folder.h
15075         * src/prefs_folder_item.h
15076         * src/folderview.c
15077         * src/prefs_folder_item.c
15078                 ability to set folder color in folderview
15079
15080 2002-08-19 [alfons]     0.8.1claws80
15081
15082         * src/summaryview.c
15083                 fix one of the earlier memleaks reported by Martin Kluge
15084
15085 2002-08-19 [alfons]     0.8.1claws79
15086
15087         * src/mainwindow.c
15088                 hide notice view when selecting seperate folder
15089                 view (reported by Urke MMI)
15090
15091 2002-08-19 [christoph]  0.8.1claws78
15092
15093         * src/folderview.c
15094         * src/prefs_folder_item.h
15095         * src/summaryview.[ch]
15096                 o add summary_set_prefs_from_folderitem to set
15097                   summaryview prefs (first step to remove all
15098                   references to the folderitem in summaryview)
15099                 o moved compiled regex stuff from folderitem prefs
15100                   to summaryview code
15101
15102 2002-08-19 [paul]       0.8.1claws77
15103
15104         * src/compose.c
15105                 add check for '.' to QUOTE_IF_REQUIRED
15106
15107 2002-08-19 [paul]       0.8.1claws76
15108
15109         * src/inc.c
15110                 sync with 0.8.1cvs25 (plug memory leak)
15111
15112         * src/prefs_toolbar.c
15113                 re-order prefs_toolbar_cancel()
15114
15115 2002-08-18 [alfons]     0.8.1claws75
15116
15117         * src/inc.c
15118         * src/matcher.c
15119                 plug other memleaks reported by Martin Kluge
15120
15121 2002-08-18 [paul]       0.8.1claws74
15122
15123         * po/pt_BR.po
15124                 updated by Fabio Jr. Beneditto
15125
15126 2002-08-18 [paul]       0.8.1claws73
15127
15128         * src/toolbar.[ch]
15129                 fix bug where tooltips were displayed untranslated              
15130
15131         * src/prefs_toolbar.c
15132                 fix bug where clicking 'Cancel' creates an icon & text
15133                 toolbar regardless of prefs
15134         
15135
15136 2002-08-17 [oliver]     0.8.1claws72
15137
15138         * src/prefs_toolbar.c
15139                 update toolbar on CANCEL
15140                 bug reported by Martin Kluge
15141         * src/toolbar.c
15142                 toolbar_destroy memleak fixed           
15143
15144 2002-08-17 [alfons]     0.8.1claws71
15145
15146         * src/toolbar.c
15147                 plug another memleak reported by Martin Kluge
15148
15149 2002-08-16 [alfons]     0.8.1claws70
15150
15151         * src/crash.c
15152                 use execvp() correctly (suggested by wwp; thanks!)
15153
15154 2002-08-16 [alfons]     0.8.1claws69
15155
15156         * src/gtksctree.c
15157                 plug memory leak reported by Kim Schultz & Martin Kluge
15158
15159 2002-08-16 [paul]       0.8.1claws68
15160
15161         * po/es.po
15162                 updated by Ricardo Mones Lastra
15163
15164 2002-08-16 [paul]       0.8.1claws67
15165
15166         * src/toolbar.h
15167                 fix bug where 'Compose News' icon showed wrong
15168                 tooltip
15169
15170 2002-08-16 [paul]       0.8.1claws66
15171
15172         * sync with 0.8.1cvs24
15173                 see ChangeLog 2002-08-16
15174
15175         * po/it.po
15176                 updated by Alessandro Maestri
15177
15178 2002-08-15 [paul]       0.8.1claws65
15179
15180         * po/sr.po
15181                 updated by Urke MMI
15182
15183 2002-08-15 [paul]       0.8.1claws64
15184
15185         * src/*.c
15186                 don't translate debug info
15187
15188         * src/matcher.[ch]
15189                 add copyright info
15190
15191 2002-08-15 [paul]       0.8.1claws63
15192
15193         * src/prefs_toolbar.c
15194                 fix bug where clicking 'OK' creates an icon & text
15195                 toolbar regardless of prefs
15196
15197 2002-08-14 [alfons]     0.8.1claws62
15198
15199         * src/main.c
15200                 add global var that has the full argv[0]
15201         * src/crash.c
15202                 o execvp the correct sylpheed by using argv0
15203                   and setting the correct work dir
15204                 o other tweaks  
15205
15206 2002-08-14 [oliver]     0.8.1claws61
15207         
15208         * enable/disable Toolbar Action Buttons 
15209         * code cleanups
15210         * src/mainwindow.c
15211         * src/toolbar.[ch]      
15212         * src/prefs_toolbar.c   
15213
15214 2002-08-14 [melvin]     0.8.1claws60
15215
15216         * po/fr.po
15217                 Updated French translations
15218
15219 2002-08-14 [melvin]     0.8.1claws59
15220
15221         * src/crash.c
15222                 Made bug report not translatable
15223         * src/exporthtml.c
15224                 Fixed exporthtml_build_filespec() return value
15225         * src/foldersel.c
15226                 Fixed incorrect include file
15227         * src/gtkspell.c
15228         * src/prefs_actions.c
15229         * src/prefs_toolbar.c
15230                 Made debug info not translatable
15231         * src/mutt.c
15232         * src/quote_fmt.c
15233                 Added missing includes
15234         * src/prefs_common.c
15235                 Fixed typo
15236
15237 2002-08-14 [paul]       0.8.1claws58
15238
15239         * faq/es/sylpheed-faq.html
15240           faq/es/sylpheed-faq-[1-3].html
15241           faq/es/sylpheed-faq-4.html     **NEW FILE **
15242                 update Spanish FAQ
15243
15244 2002-08-13 [christoph]  0.8.1claws57
15245
15246         * src/procmsg.c
15247                 ignore thread fix that did not mark all
15248                 child nodes of a ignored thread as
15249                 ignored. Does not work perfectly yet,
15250                 but it is better now
15251
15252 2002-08-13 [alfons]     0.8.1claws56
15253
15254         * src/crash.c
15255                 o implement 'save crash log'
15256                 o some tweaks
15257
15258 2002-08-13 [melvin]     0.8.1claws55
15259
15260         * src/main.c
15261                 removed unrequired "execinfo.h" header
15262
15263 2002-08-12 [paul]       0.8.1claws54
15264
15265         * faq/en/sylpheed-faq.html
15266           faq/en/sylpheed-faq-[1-3].html
15267           faq/en/sylpheed-faq-4.html     **NEW FILE **
15268                 update English FAQ
15269
15270 2002-08-12 [alfons]     0.8.1claws53
15271
15272         * po/POTFILES.in
15273                 add crash.c to translatables
15274         * src/crash.c
15275                 bring in Leandro's crash dialog
15276
15277 2002-08-11 [alfons]     0.8.1claws52
15278
15279         * src/crash.c
15280                 clean up some warnings
15281
15282 2002-08-11 [alfons]     0.8.1claws51
15283
15284         * acconfig.h
15285         * configure.in
15286         * src/crash.[ch]        ** NEW FILES **
15287         * src/main.c            
15288                 initial gdb crash handler
15289
15290 2002-08-11 [paul]       0.8.1claws50
15291
15292         * src/prefs_toolbar.c
15293                 replace Up/Down arrow pixmaps with text to be
15294                 consistent across icon themes
15295
15296 2002-08-11 [paul]       0.8.1claws49
15297
15298         * src/prefs_common.c
15299           src/prefs_toolbar.c
15300                 rename 'Pixmap' -> 'Icon'
15301
15302         * src/toolbar.[ch]
15303                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15304
15305 2002-08-10 [paul]       0.8.1claws48
15306
15307         * src/prefs_toolbar.c
15308                 re-work the UI
15309
15310 2002-08-10 [paul]       0.8.1claws47
15311
15312         * src/main.c
15313                 don't write Processing progress to status bar
15314                 patch submitted by Alexander Evseev
15315
15316         * src/prefs_toolbar.c
15317                 re-position and resize window
15318                 make window assume correct size on first call
15319
15320 2002-08-10 [paul]       0.8.1claws46
15321
15322         * src/mainwindow.c
15323           src/prefs_toolbar.c
15324           src/toolbar.c
15325           src/toolbar.h
15326                 obey coding style
15327                 follow UI text conventions
15328
15329 2002-08-10 [alfons]     0.8.1claws45
15330
15331         * src/toolbar.c
15332                 correct pixmap for delete action
15333
15334 2002-08-10 [paul]       0.8.1claws44
15335
15336         * po/pt_BR.po
15337                 updated by Fabio Jr. Beneditto
15338
15339 2002-08-10 [paul]       0.8.1claws43
15340
15341         * po/POTFILES.in
15342                 add custom toolbar files
15343
15344 2002-08-10 [paul]       0.8.1claws42
15345
15346         * sync with 0.8.1cvs22
15347                 see ChangeLog 2002-08-09
15348
15349 2002-08-09 [paul]       0.8.1claws41
15350
15351         * tools/Makefile.am
15352           tools/README
15353           tools/outlook2sylpheed.pl     ** NEW FILE **
15354                 add script to convert exported Outlook
15355                 contacts list to a Sylpheed addressbook.
15356                 Submitted by Ricardo Mones Lastra.
15357
15358 2002-08-09 [paul]       0.8.1claws40
15359
15360         * AUTHORS
15361           configure.in
15362           po/sr.po      ** NEW FILE **
15363                 add Serbian message catalog. Submitted by
15364                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15365
15366 2002-08-09 [paul]       0.8.1claws39
15367
15368         * sync with 0.8.1cvs21
15369                 see ChangeLog 2002-08-08
15370
15371 2002-08-08 [oliver]     0.8.1claws38
15372
15373         * src/mainwindow.c
15374                 move Custom Toolbar to Configuration menu
15375
15376 2002-08-08 [oliver]     0.8.1claws37
15377
15378         * src/prefs_toolbar.c
15379                 fix substitute pixmap bug
15380
15381 2002-08-08 [paul]       0.8.1claws36
15382
15383         * sync with 0.8.1cvs19
15384                 see ChangeLog 2002-08-08
15385
15386 2002-08-07 [christoph]  0.8.1claws35
15387
15388         * src/utils.c
15389                 fixed a memory leak in new canonicalize_file_replace
15390
15391 2002-08-07 [christoph]  0.8.1claws34
15392
15393         * src/utils.[ch]
15394                 o canonicalize_file_replace should create the temporary
15395                   file in the same directory as the original file.
15396                 o added get_tmpfile_in_dir that creates a temorary file
15397                   in a specified directory.
15398
15399 2002-08-07 [melvin]     0.8.1claws33
15400
15401         * src/toolbar.c
15402                 fixed bug where 'Article' button acted as 'Email' button.
15403
15404 2002-08-07 [paul]       0.8.1claws32
15405
15406         * sync with 0.8.1.cvs17
15407                 see ChangeLog 2002-08-07
15408
15409 2002-08-07 [colin]      0.8.1claws31
15410         
15411         * src/news.c
15412                 fix mass-cancel problem
15413
15414 2002-08-07 [thorsten]   0.8.1claws30
15415
15416         * src/prefs_toolbar.c
15417                 fix: crash on replace or add new button
15418         * src/toolbar.c
15419                 fix: close xmlfile after reading
15420         * src/utils.c
15421                 fix: unlink() file before rename()
15422
15423 2002-08-06 [paul]       0.8.1claws29
15424
15425         * sync with 0.8.cvs15
15426                 see ChangeLog 2002-08-06
15427
15428 2002-08-06 [oliver]     0.8.1claws28
15429
15430         * src/toolbar.c
15431         * src/prefs_toolbar.c
15432                 fixed empty toolbar issue
15433
15434 2002-08-06 [oliver]     0.8.1claws27
15435
15436         * Custom Toolbar Final 
15437         * src/folderview.c
15438         * src/inc.c
15439         * src/summaryview.c
15440                 o toolbar stuff now lives in src/toolbar.[ch]
15441                 o main_window_toolbar_* functions are renamed to
15442                   toolbar_* reflecting their new source file
15443         * src/mainwindow.[ch]
15444                 o remove toolbar stuff  
15445
15446 2002-08-06 [oliver]     0.8.1claws26
15447         
15448         * src/Makefile.am
15449         * src/prefs_toolbar.[ch]        **New File**
15450         * src/toolbar.[ch]              **New File**
15451                 o prefs_toolbar.[ch] custom toolbar frontend
15452                 o toolbar.[ch]       backend 
15453
15454 2002-08-06 [oliver]     0.8.1claws25
15455
15456         * src/prefs_actions.[ch]
15457                 o new exported function actions_execute
15458
15459 2002-08-06 [paul]       0.8.1claws24
15460
15461         * sync with 0.8.1cvs4
15462                 see ChangeLog 2002-08-06
15463
15464 2002-08-06 [paul]       0.8.1claws23
15465
15466         * sync with 0.8.1cvs13
15467                 see ChangeLog 2002-08-06
15468
15469 2002-08-06 [paul]       0.8.1claws22
15470
15471         * sync with 0.8.1cvs12
15472                 see ChangeLog 2002-08-05 and 2002-08-06
15473
15474 2002-08-06 [match]      0.8.1claws21
15475
15476         * src/addrclip.c
15477                 improvements to cut/copy/paste address
15478
15479 2002-08-05 [match]      0.8.1claws20
15480
15481         * src/addritem.[ch]
15482         * src/addrcache.c
15483         * src/addrbook.c
15484         * src/editaddress.c
15485         * src/addressbook.c
15486                 fixes to improve cut/copy/paste
15487
15488 2002-08-06 [melvin]     0.8.1claws19
15489
15490         * src/account.[ch]
15491                 account_find_all_from_address(): new function that returns the
15492                 list of all accounts that are matched in an address.
15493         * src/alertpanel.[ch]
15494                 alertpanel() now accepts a custom widget
15495                 alertpanel_with_widget(): new function that pops up a panel with
15496                 a custom widget in it 
15497         * src/gtkutils.[ch]
15498                 gtkut_account_menu_new(): new function that allows the selection
15499                 of an account from a list of accounts.
15500         * src/messageview.c
15501                 Extended Return Receipt notification to select the correct 
15502                 account and to make a security test on the Delivery-Notification
15503                 address which should be the same as the Return-Path.
15504
15505 2002-08-06 [thorsten]   0.8.1claws18
15506
15507         * src/mimeview.c
15508                 attach_all: save unnamed as "noname.%d",
15509                 dont free static dirname
15510
15511 2002-08-05 [alfons]     0.8.1claws17
15512
15513         * configure.in
15514                 detect XIM by trying to link rather than compile a XIM program
15515
15516 2002-08-05 [oliver]     0.8.1claws16
15517                 
15518         * src/stock_pixmap.[ch]
15519                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15520                 o new func to retrieve pixmaps
15521
15522 2002-08-05 [paul]       0.8.1claws15
15523
15524         * sync with 0.8.1cvs10
15525                 see ChangeLog 2002-08-05
15526
15527 2002-08-04 [alfons]     0.8.1claws14
15528
15529         * src/textview.c
15530                 see if this plugs memleak
15531
15532 2002-08-04 [melvin]     0.8.1claws13
15533
15534         * src/gtkspell.c
15535                 fixed bug that could crash Sylpheed when highlighting
15536                 all misspelled words.
15537
15538 2002-08-03 [melvin]     0.8.1claws12
15539
15540         * src/prefs_actions.c
15541                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15542         * src/messageview.c
15543                 fixed bug where the Return Receipt was sent to
15544                 Delivery-Notification-To address even if it was not present
15545
15546 2002-08-02 [alfons]     0.8.1claws11
15547
15548         * src/prefs_actions.c
15549                 o more check for NULLs
15550                 o put create_io_dialog() in right conditional block
15551
15552 2002-08-02 [paul]       0.8.1claws10
15553
15554         * po/es.po
15555                 updated by Ricardo Mones Lastra
15556
15557 2002-08-01 [christoph]  0.8.1claws9
15558
15559         * src/folder.c
15560                 don't free the cache of the opened
15561                 folder in the summaryview
15562         * src/summaryview.c
15563                 don't unset flags, if it is not required
15564
15565 2002-08-01 [paul]       0.8.1claws8
15566
15567         * sync with 0.8.1cvs8
15568                 see ChangeLog entry 2002-08-01
15569
15570 2002-08-01 [paul]       0.8.1claws7
15571
15572         * sync with 0.8.1cvs7
15573                 see ChangeLog 2002-07-31 and 2002-08-01
15574
15575 2002-07-31 [christoph]  0.8.1claws6
15576
15577         * src/mainwindow.c
15578                 forgot to update menu sensitivity
15579                 function for new menu entry
15580
15581 2002-07-31 [alfons]     0.8.1claws5
15582
15583         * src/main.c
15584                 check folder item and its path for NULL on
15585                 initial processing
15586
15587 2002-07-31 [christoph]  0.8.1claws4
15588
15589         * src/folder.c
15590                 check if folder_item_get_msginfo in
15591                 folder_item_remove_msg returned NULL
15592         * src/imap.c
15593                 better clear the uid cache in the
15594                 uid validity check function and delete
15595                 cached messages
15596
15597 2002-07-31 [paul]       0.8.1claws3
15598
15599         * man/sylpheed.1
15600                 add the '--attach' option and a few other
15601                 minor changes
15602
15603 2002-07-31 [paul]       0.8.1claws2
15604
15605         * sync with 0.8.1cvs5
15606                 see ChangeLog 2002-07-31
15607
15608 2002-07-31 [christoph]  0.8.1claws1
15609
15610         * src/folderview.[ch]
15611         * src/mainwindow.c
15612                 replace "Rescan all folders..." with
15613                 "Check all folders for new messages..."
15614
15615 2002-07-30 [paul]       0.8.1claws
15616
15617         * version 0.8.1claws released
15618
15619 2002-07-30 [paul]       0.8.0claws29
15620
15621         * tools/OOo2sylpheed.pl ** NEW FILE **
15622           tools/README
15623                 add script to enable sending documents as
15624                 attachments from OpenOffice.org
15625
15626 2002-07-30 [melvin]     0.8.0claws28
15627
15628         * src/prefs_actions.c
15629                 Made the actions' input/output dialog display
15630                 without delay.
15631
15632 2002-07-30 [christoph]  0.8.0claws27
15633
15634         * src/procmsg.c
15635                 check if folder_item_get_msginfo in
15636                 procmsg_save_to_outbox returned NULL
15637
15638 2002-07-30 [paul]       0.8.0claws26
15639
15640         * sync with 0.8.1cvs4
15641                 see ChangeLog 2002-07-29
15642
15643 2002-07-29 [thorsten]   0.8.0claws25
15644
15645         * README.claws
15646                 added selective download, delete on server
15647
15648 2002-07-29 [paul]       0.8.0claws24
15649
15650         * sync with 0.8.1cvs3
15651                 see ChangeLog 2002-07-29
15652
15653 2002-07-27 [christoph]  0.8.0claws23
15654
15655         * src/folder.c
15656                 add extra check if fetching the msginfo
15657                 returned NULL
15658
15659 2002-07-27 [paul]       0.8.0claws22
15660
15661         * sync with 0.8.1cvs2
15662                 see ChangeLog 2002-07-26
15663
15664 2002-07-27 [christoph]  0.8.0claws21
15665
15666         * src/imap.c
15667                 add another check if a valid msginfo
15668                 was returned
15669
15670 2002-07-26 [hoa]        0.8.0claws20
15671
15672         * src/folder.c
15673                 Fixed a condition in folder_item_destroy()
15674
15675         * src/imap.c
15676                 Fixed an error in IMAP protocol
15677
15678 2002-07-26 [alfons]     0.8.0claws19
15679
15680         * src/folder.c
15681                 ofcourse compare with identifier, not the path
15682
15683 2002-07-26 [alfons]     0.8.0claws18
15684
15685         * src/folder.c
15686                 use folder item identifier for saving / restoring
15687                 preferences because folder->path might not be unique
15688
15689 2002-07-26 [melvin]     0.8.0claws17
15690
15691         * src/logwindow.c
15692                 Fixed a crash introduced in 0.8.0claws5 when log is 
15693                 cut under 80 characters.
15694
15695 2002-07-26 [paul]       0.8.0claws16
15696
15697         * sync with 0.8.1cvs1
15698                 see ChangeLog 2002-07-26
15699
15700 2002-07-26 [christoph]  0.8.0claws15
15701
15702         * src/imap.[ch]
15703                 imap folder now remembers the last selected
15704                 folder and imap_fetch_msginfo skips selecting
15705                 the folder if it is already selected
15706
15707 2002-07-26 [christoph]  0.8.0claws14
15708
15709         * src/folder.c
15710         * src/folderview.c
15711         * src/imap.c
15712                 fix imap folder rescanning
15713
15714 2002-07-25 [christoph]  0.8.0claws13
15715
15716         * src/filter.c
15717         * src/folder.[ch]
15718         * src/folderview.c
15719         * src/imap.[ch]
15720         * src/mainwindow.c
15721         * src/mbox_folder.c
15722         * src/mh.c
15723         * src/news.c
15724                 implement imap uid cache and uid validity check
15725
15726 2002-07-25 [alfons]     0.8.0claws12
15727
15728         * src/summaryview.c
15729                 fix a brown paper bag bug, and also add some more
15730                 checks
15731
15732 2002-07-25 [christoph]  0.8.0claws11
15733
15734         * src/folder.c
15735                 don't mix copy, fetch_msginfo and remove
15736                 operations in folder item copy and move
15737                 operations
15738
15739 2002-07-25 [christoph]  0.8.0claws10
15740
15741         * src/folderview.c
15742         * src/mainwindow.c
15743         * src/prefs_folder_item.c
15744         * src/summaryview.[ch]
15745                 remove no longer required parameter update_cache from
15746                 summary_show
15747
15748 2002-07-25 [paul]       0.8.0claws9
15749
15750         * sync with 0.8.1
15751         
15752         * AUTHORS
15753                 a few corrections
15754
15755 2002-07-24 [alfons]     0.8.0claws8
15756
15757         * src/summaryview.c
15758                 sort correctly when using simplified subject line
15759                 (closes feature request "[ 585141 ] applying regexp to subject 
15760                 before sort" submitted by Alexandra Walford)
15761
15762 2002-07-24 [paul]       0.8.0claws7
15763
15764         * sync with 0.8.0cvs3
15765                 see ChangeLog 2002-07-24
15766
15767 2002-07-23 [christoph]  0.8.0claws6
15768
15769         * src/folder.c
15770         * src/folder.h
15771         * src/summaryview.c
15772         * src/summaryview.h
15773         * src/main.c
15774                 o separate processing and summaryview
15775                 o removed summary_write_cache from summaryview
15776                 o removed summaryview->killed_messages, because we don't have
15777                   to keep a list of killed messages anymore. New cache will
15778                   keep the hidden messages in cache anyway
15779         * src/folderview.c
15780         * src/inc.c
15781         * src/selective_download.c
15782                 o removed unnecessary summary_write_cache calls
15783         * src/procmsg.c
15784                 o don't set ignore thread flag in procmsg_get_thread_tree
15785                   if it is already set
15786         * src/mainwindow.c
15787         * src/statusbar.h
15788                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15789                   they are used in different files
15790
15791 2002-07-23 [melvin]     0.8.0claws5
15792
15793         * src/addressbook.c
15794         * src/addrgather.c
15795         * src/editaddress.c
15796         * src/editgroup.c
15797         * src/editldap_basedn.c
15798         * src/importldif.c
15799         * src/prefs_common.c
15800                 Fixed few memory leak (gtk_editable_get_chars returns
15801                 an allocated string)
15802         * src/logwindow.c
15803                 Fixed few memory leak (gtk_editable_get_chars returns
15804                 an allocated string) and modified a little the log cutting
15805                 loop.
15806         * src/compose.c
15807                 Replaced a call to an obsolete function gtk_entry_get_text()
15808                 by gtk_editable_get_chars()
15809         * src/send.c
15810                 Removed a debug printf
15811
15812 2002-07-23 [christoph]  0.8.0claws4
15813
15814         * src/filesel.c
15815                 fix another g_dirname memory leak
15816
15817 2002-07-23 [christoph]  0.8.0claws3
15818
15819         * src/mh.c
15820                 fixed a memory leak in mh_fetch_msginfo
15821                 fixed crash when message header could not be
15822                 parsed
15823
15824 2002-07-23 [paul]       0.8.0claws2
15825
15826         * sync with 0.8.0cvs2
15827                 see ChangeLog 2002-07-23
15828
15829 2002-07-23 [paul]       0.8.0claws1
15830
15831         * sync with 0.8.0cvs1
15832                 see ChangeLog 2002-07-23
15833
15834 2002-07-23 [paul]       0.8.0claws
15835
15836         * release of 0.8.0claws