read too fast :)
[claws.git] / ChangeLog.claws
1 2005-02-12 [colin]      1.0.1cvs5
2
3         * src/filtering.c
4                 Remove wrong use of compose struct after
5                 compose_send(). Spotted by Alfons and Holger Berndt.
6
7 2005-02-10 [paul]       1.0.1cvs4
8
9         * src/compose.c
10                 sync with main, see ChangeLog 2005-02-10
11
12 2005-02-10 [colin]      1.0.1cvs3
13
14         * src/mainwindow.c
15                 dereference freed messageview,
16                 and don't try to use it after free.
17                 This caused occasional late segfaults
18                 when quitting.
19
20 2005-02-10 [colin]      1.0.1cvs2
21
22         * src/messageview.c
23                 Don't display html with plugin automatically
24                 (Dillo steals focus)
25
26 2005-02-09 [colin]      1.0.1cvs1
27
28         * src/mimeview.c
29         * src/mimeview.h
30         * src/messageview.c
31                 Display first relevant part using plugin
32                 if not text/plain if possible (useful for 
33                 vCalendar for example)
34
35 2005-02-08 [paul]       1.0.1
36
37         1.0.1 released
38
39 2005-02-08 [paul]       1.0.0cvs29
40
41         * po/de.po
42         * po/es.po
43         * po/fr.po
44         * po/it.po
45         * po/pt_BR.po
46         * po/sk.po
47         * po/sr.po
48                 updated by Thomas Gilgin, Ricardo Mones Lastra,
49                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
50                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
51
52 2005-02-05 [paul]       1.0.0cvs28
53
54         * src/compose.c
55                 fix Bug 682 'redirect is broken'
56
57
58 2005-02-05 [thorsten]   1.0.0cvs27
59
60         * src/partial_download.c
61                 fix buf overflow
62
63 2005-02-03 [colin]      1.0.0cvs26
64
65         * src/common/plugin.c
66                 Don't load GTK2 plugins at all. This solves
67                 the plugins problem when switching between
68                 GTK1 and GTK2 version.
69
70 2005-02-02 [colin]      1.0.0cvs25
71
72         * src/messageview.c
73                 Fix dangerous typo
74
75 2005-01-31 [colin]      1.0.0cvs24
76
77         * src/compose.c
78                 Fix MsgInfo reference leak
79
80 2005-01-28 [colin]      1.0.0cvs23
81
82         * src/folderview.c
83                 Change check - partial_recv is not cached.
84
85 2005-01-28 [colin]      1.0.0cvs22
86
87         * src/folderview.c
88                 Don't call partial_mark_for_delete() when 
89                 it's useless
90
91 2005-01-27 [colin]      1.0.0cvs21
92
93         * src/procmsg.c
94         * src/compose.c
95                 Fix build - sorry.
96
97 2005-01-27 [christoph]  1.0.0cvs20
98
99         * src/folder.c
100                 use normal message remove function if a folder has no function
101                 to remove all messages
102
103         * src/folderview.c
104                 fix memory leak
105
106 2005-01-27 [colin]      1.0.0cvs19
107
108         * src/procmime.c
109                 Forgot to commit this file with cvs18.
110
111 2005-01-27 [colin]      1.0.0cvs18
112
113         * src/compose.c
114                 Uhm, better not touch the original msginfo_list.
115
116 2005-01-27 [colin]      1.0.0cvs17
117
118         * src/procmsg.c
119         * src/procmsg.h
120                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
121         * src/compose.c
122                 ... And use it to be able to reply to the currently 
123                 selected MimeInfo.
124
125 2005-01-27 [colin]      1.0.0cvs16
126
127         * src/messageview.c
128         * src/summaryview.c
129         * src/compose.c
130         * src/compose.h
131         * src/toolbar.c
132         * src/mainwindow.c
133                 Factorize this reply mess
134
135 2005-01-26 [paul]       1.0.0cvs15
136
137         * ChangeLog
138         * ChangeLog.jp
139         * src/common/template.c
140                 sync with main, (fix memory leak), see ChangeLog
141                 2005-01-25
142
143 2005-01-25 [paul]       1.0.0cvs14
144
145         * src/compose.c
146                 compose_redirect(): fix sensitivity of attachment 
147                 "Properties..." button
148
149 2005-01-24 [colin]      1.0.0cvs13
150
151         * src/summaryview.c
152                 Freeze clist during operations involving message
153                 lists.
154
155 2005-01-24 [paul]       1.0.0cvs12
156
157         * ChangeLog
158         * ChangeLog.jp
159         * src/messageview.c
160         * src/mh.c
161         * src/common/utils.c
162                 sync with main, see ChangeLog 2005-01-19
163
164 2005-01-24 [colin]      1.0.0cvs11
165
166         * src/procheader.c
167                 Fix build with MIPSpro compiler.
168                 Patch by Ivan Rayner <ivanr@sgi.com>
169
170 2005-01-24 [colin]      1.0.0cvs10
171
172         * src/folderview.c
173                 Use (+) in collapsed folders with quicksearch-
174                 matching subfolders
175
176 2005-01-23 [holger]     1.0.0cvs9
177
178         * src/crash.c
179                 Include missing header file
180
181 2005-01-22 [colin]      1.0.0cvs8
182
183         * src/summaryview.c
184         * src/gtk/quicksearch.c
185                 Make recursive quicksearch work in
186                 root folders (and code fixes)
187
188 2005-01-21 [colin]      1.0.0cvs7
189
190         * src/summaryview.c
191                 Set cursor to wait while looking in subfolders
192
193 2005-01-21 [colin]      1.0.0cvs6
194
195         * src/summaryview.c
196                 Don't clear quicksearch if recursion is on,
197                 even if !sticky
198
199 2005-01-21 [colin]      1.0.0cvs5
200
201         * src/gtk/quicksearch.c
202         * src/prefs_common.c
203         * src/prefs_common.h
204                 Add option to recurse or not
205
206 2005-01-21 [colin]      1.0.0cvs4
207
208         * src/folder.h
209         * src/folderview.c
210         * src/folderview.h
211         * src/summaryview.c
212         * src/gtk/quicksearch.c
213         * src/gtk/quicksearch.h
214                 Make quicksearch recursive - results materialized
215                 by search icons in the folderview.
216
217 2005-01-20 [holger]     1.0.0cvs3
218
219         * src/addrindex.c
220         * src/addrindex.h
221                 Add addrindex_load_person_attribute() (for plugins)
222
223 2005-01-19 [colin]      1.0.0cvs2
224
225         * src/mbox.c
226         * src/mbox.h
227         * src/mainwindow.c
228         * src/summaryview.c
229         * src/summaryview.h
230                 Add an easy way to export specific messages
231                 to an mbox file.
232
233 2005-01-19 [paul]       1.0.0cvs1
234
235         * po/ja.po
236         * po/ko.po
237                 updated by  Rui Hirokawa and
238                 SungHyun Nam
239
240 2005-01-18 [paul]       1.0.0
241
242         * version 1.0.0 released
243
244 2005-01-17 [thorsten]   0.9.13cvs38
245
246         * src/crash.c
247         * src/gtk/pluginwindow.c
248                 return value of filesel should not be free()d
249
250 2005-01-17 [paul]       0.9.13cvs37
251
252         * AUTHORS
253         * po/es.po
254         * po/fr.po
255         * po/hr.po
256         * po/it.po
257         * po/pt_BR.po
258         * po/sk.po
259         * po/sr.po
260                 update translations. submitted by Ricardo Mones
261                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
262                 Frederico Goncalves Guimaraes, Andrej Kacian,
263                 Aleksandar Urosevic
264
265 2005-01-16 [colin]      0.9.13cvs36
266
267         * src/prefs_toolbar.c
268                 Fix two leaks, both found by Alfons.
269
270 2005-01-15 [paul]       0.9.13cvs35
271
272         * src/gtk/pluginwindow.c
273                 fix 2 memleaks, patch by Alfons
274
275 2005-01-15 [paul]       0.9.13cvs34
276
277         * ChangeLog
278         * ChangeLog.jp
279         * src/common/template.c
280                 sync with main, see ChangeLog 2005-01-11
281                 (fix potential memory corruption bug)
282
283 2005-01-14 [colin]      0.9.13cvs33
284
285         * src/html.c
286         * src/msgcache.c
287                 Fix coding style issues from the last patch
288
289 2005-01-14 [colin]      0.9.13cvs32
290
291         * src/msgcache.c
292                 Fix possible double free, avoid putting 8k on the stack
293         * src/html.c
294         * src/html.h
295                 Fix links with tags inside, add some entities
296         * AUTHORS
297                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
298
299 2005-01-09 [thorsten]   0.9.13cvs31
300
301         * tools/calypso_convert.pl
302                 support nested subdirs (possible in recent calypso versions)
303                 fix "change of readonly value" error with perl >= 5.8
304
305 2005-01-08 [colin]      0.9.13cvs30
306
307         * src/prefs_filtering_action.c
308                 Plug leak - patch by Alfons
309
310 2005-01-07 [paul]       0.9.13cvs29
311
312         * ChangeLog
313         * ChangeLog.jp
314         * src/pop.c
315         * src/pop.h
316                 sync with main, see ChangeLog 2005-01-06
317
318 2005-01-06 [colin]      0.9.13cvs28
319
320         * src/prefs_matcher.c
321                 Plug leak. Patch by Alfons
322
323 2005-01-04 [christoph]  0.9.13cvs27
324
325         * src/folderview.c
326         * src/imap_gtk.c
327         * src/news_gtk.c
328                 Create extra popup menu entries for account settings
329
330         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
331
332 2005-01-03 [colin]      0.9.13cvs26
333
334         * src/main.c
335                 Plugins should be loaded before --receive or --receive-all 
336                 is processed. 
337                 Patch by Felix Eckhofer <felix-ml@tribut.de>
338
339 2005-01-03 [colin]      0.9.13cvs25
340
341         * src/pop.c
342         * src/pop.h
343                 Add data_len member, because we can get NULs from network
344                 Patch by Alfons
345
346 2005-01-01 [colin]      0.9.13cvs24
347
348         * src/procmime.c
349                 Fix possible memleak in corner case - found by
350                 Martin Kluge, patch by Alfons
351
352 2004-12-30 [colin]      0.9.13cvs23
353
354         * src/account.c
355                 Fix prototypes - patch by Alfons
356
357 2004-12-30 [paul]       0.9.13cvs22
358
359         * ChangeLog
360         * ChangeLog.jp
361         * NEWS
362         * src/account.c
363                 sync with main 1.0.0.
364                 see ChangeLog 2004-12-22
365
366 2004-12-18 [paul]       0.9.13cvs21
367
368         * AUTHORS
369         * ChangeLog
370         * ChangeLog.jp
371         * src/action.c
372                 sync with main, see ChangeLog 2004-12-17
373
374 2004-12-17 [thorsten]   0.9.13cvs20
375
376         * src/compose.c
377                 protect trailing spaces when signing message
378
379 2004-12-16 [paul]       0.9.13cvs19
380
381         * ChangeLog
382         * ChangeLog.jp
383         * NEWS
384         * src/compose.c
385         * src/syldap.c
386                 sync with main 1.0.0rc
387                 see ChangeLog 2004-12-15
388
389 2004-12-14 [colin]      0.9.13cvs18
390
391         * src/gtk/prefswindow.c
392                 Fix build. Sorry :)
393
394 2004-12-14 [colin]      0.9.13cvs17
395
396         * src/gtk/gtkutils.c
397         * src/gtk/gtkutils.h
398         * src/gtk/prefswindow.c
399                 Catch Enter in prefswindow while in text
400                 widget. Patch by Alfons.
401
402 2004-12-14 [paul]       0.9.13cvs16
403
404         * ChangeLog
405         * ChangeLog.jp
406         * src/action.c
407         * src/compose.c
408         * src/common/utils.c
409                 sync with main, see ChangeLog entries 2004-12-10
410                 and 2004-12-13
411
412         * po/ru.po
413                 updated by Pavlo Bohmat
414
415 2004-12-13 [thorsten]   0.9.13cvs15
416
417         * src/plugins/spamassassin/libspamc.c
418                 fix memleak
419
420 2004-12-13 [colin]      0.9.13cvs14
421
422         * src/gtk/prefswindow.c
423         * src/gtk/pluginwindow.c
424                 Fix key_pressed handlers
425
426 2004-12-11 [colin]      0.9.13cvs13
427
428         * src/quote_fmt_parse.y
429                 Rework quote_fmt_parse to use less local 
430                 arrays in local blocks, so it doesn't 
431                 freak out IBM's stack protector. Patch
432                 by Alfons.
433
434 2004-12-10 [colin]      0.9.13cvs12
435
436         * src/messageview.c
437                 Fix logic error
438         * src/mainwindow.c
439                 Fix corruptions when de-separating messageview
440
441 2004-12-10 [paul]       0.9.13cvs11
442
443         * src/prefs_themes.c
444                 use a different set of icons for the Preview
445
446 2004-12-09 [colin]      0.9.13cvs10
447
448         * src/procmime.c
449                 Fix procmime_encode_content doing horribly wrong
450                 stuff when encoding to B64 from memory
451
452 2004-12-08 [colin]      0.9.13cvs9
453
454         * src/gtk/colorlabel.c
455                 Fix color label off-by-one
456                 Patch by Alfons
457
458 2004-12-08 [hoa]        0.9.13cvs8
459
460         * src/quote_fmt_parse.y
461                 really fix buffer overflow
462
463 2004-12-08 [colin]      0.9.13cvs7
464
465         * src/matcher_parser_parse.y
466         * src/msgcache.c
467         * src/prefs_matcher.c
468         * src/procheader.c
469         * src/matcher.c
470         * src/common/defs.h
471                 Cache total_size and use that to speed up
472                 'partial' match.
473                 Add 'partial' to the list of useable stuff
474                 in filtering
475
476 2004-12-08 [paul]
477
478         * po/sr.po
479                 updated by URKE MMI
480
481 2004-12-08 [colin]      0.9.13cvs6
482
483         * src/textview.c
484                 Fix possible boundary overrun in
485                 get_email_part(). Patch by Alfons
486
487 2004-12-08 [hoa]        0.9.13cvs5
488
489         * src/quote_fmt_parse.y
490                 fix buffer overflow
491                 http://bugs.gentoo.org/show_bug.cgi?id=67253
492
493 2004-12-07 [thorsten]   0.9.13cvs4
494
495         * src/procmime.c
496                 fix leak introduced with 0.9.13cvs1
497
498 2004-12-07 [keith]      0.9.13cvs3
499
500         * src/procmime.c
501                 Fix typo
502
503 2004-12-07 [colin]      0.9.13cvs2
504
505         * AUTHORS
506         * src/prefs_account.c
507         * src/common/smtp.c
508         * src/common/smtp.h
509                 Add SMTP PLAIN authentication. Patch by 
510                 George Michaelson <ggm@apnic.net>
511
512 2004-12-07 [thorsten]   0.9.13cvs1
513
514         * src/procmime.c
515                 [Bug 650] reply button causes crash
516                 Patch partly by David Relson
517
518 2004-12-06 [paul]       0.9.13
519
520         0.9.13 released
521
522 2004-12-06 [paul]
523
524         * po/sk.po
525                 updated by Andrej Kacian
526         * INSTALL
527         * README.claws
528                 updated
529         
530 2004-12-06 [christoph]
531
532         * configure.ac
533                 move GPGME check to PGP/MIME plugin checks
534
535 2004-12-06 [colin]      0.9.12cvs187
536
537         * src/compose.c
538                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
539
540 2004-12-06 [paul]       0.9.12cvs186
541
542         * INSTALL
543         * README.claws
544                 updated
545         * po/es.po
546         * po/fr.po
547         * po/it.po
548         * po/ja.po
549         * po/pt_BR.po
550         * po/zh_CN.po
551                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
552                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
553                 and Yang Guilong
554
555 2004-12-05 [paul]       0.9.12cvs185
556
557         * INSTALL
558         * Makefile.am
559         * README.claws
560                 update
561         * TODO.claws    **REMOVED**
562                 removed, use the wiki instead
563         * tools/Makefile.am
564         * tools/README
565                 remove newscache_conv.pl from the release package
566                 and notes as it is broken and not currently maintained
567         * tools/filter_conv.pl
568                 use --config-dir to find claws' config dir
569         * tools/kdeservicemenu/README
570         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
571         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
572                 make a top-level menu entry
573
574 2004-12-04 [paul]       0.9.12cvs184
575
576         * src/addrharvest.c
577                 conv_unmime_header_overwrite(name)
578
579 2004-12-04 [colin]      0.9.12cvs183
580
581         * src/compose.c
582                 Fix saving of compose window position
583                 when sending mail. Patch by Alfons.
584
585 2004-12-04 [paul]       0.9.12cvs182
586
587         * ChangeLog
588         * ChangeLog.jp
589         * INSTALL
590         * NEWS
591         * README
592         * README.jp
593         * doc/manual/ja/Makefile.am
594         * doc/manual/ja/sylpheed-1.html
595         * doc/manual/ja/sylpheed-10.html
596         * doc/manual/ja/sylpheed-11.html
597         * doc/manual/ja/sylpheed-12.html
598         * doc/manual/ja/sylpheed-13.html
599         * doc/manual/ja/sylpheed-14.html
600         * doc/manual/ja/sylpheed-15.html
601         * doc/manual/ja/sylpheed-16.html
602         * doc/manual/ja/sylpheed-17.html
603         * doc/manual/ja/sylpheed-18.html
604         * doc/manual/ja/sylpheed-19.html
605         * doc/manual/ja/sylpheed-2.html
606         * doc/manual/ja/sylpheed-20.html
607         * doc/manual/ja/sylpheed-3.html
608         * doc/manual/ja/sylpheed-4.html
609         * doc/manual/ja/sylpheed-5.html
610         * doc/manual/ja/sylpheed-6.html
611         * doc/manual/ja/sylpheed-7.html
612         * doc/manual/ja/sylpheed-8.html
613         * doc/manual/ja/sylpheed-9.html
614         * doc/manual/ja/sylpheed.html
615         * doc/manual/ja/sylpheed.sgml
616         * src/Makefile.am
617         * src/procmime.c
618         * src/pixmaps/regular.xpm **REMOVED**
619                 sync with main 1.0.0beta4, including: "canonicalize text files
620                 before encoding to BASE64, and uncanonicalize after decoding
621                 to conform with RFC 2045" 
622
623 2004-12-03 [christoph]  0.9.12cvs181
624
625         * src/compose.c
626                 build the Privacy System menu without GtkItemFactory to
627                 allow '/' in Privacy System names
628
629         * src/plugins/pgpmime/pgpmime.c
630         * src/plugins/pgpmime/plugin.c
631                 Update description and change Privacy System name
632
633 2004-12-03 [paul]
634
635         * src/pixmaps/dir_close.xpm
636         * src/pixmaps/dir_open.xpm
637         * src/pixmaps/drafts_close.xpm
638         * src/pixmaps/drafts_open.xpm
639         * src/pixmaps/group.xpm
640         * src/pixmaps/unread.xpm
641                 update icons (sync with main (adjust hue))      
642
643 2004-12-02 [paul]       0.9.12cvs180
644
645         * ChangeLog
646         * ChangeLog.jp
647         * src/Makefile.am
648         * src/pop.c
649         * src/common/utils.c
650         * src/common/utils.h
651         * src/pixmaps/folder.xpm **REMOVED**
652                 sync with main
653                 fixes bug 644 'extra CRs in subject line break filtering' 
654
655 2004-12-02 [colin]      0.9.12cvs179
656
657         * src/compose.c
658                 Prevent duplicate edition of queued
659                 and drafted mails
660
661 2004-12-02 [colin]      0.9.12cvs178
662
663         * src/compose.c
664                 Fix quote linewrapping ignoring pref
665                 Patch by Alfons
666
667 2004-11-30 [colin]      0.9.12cvs177
668
669         * src/gtk/prefswindow.c
670         * src/gtk/pluginwindow.c
671                 Add shortcut keys to prefs window
672                 and plugin window. Patch by Fabien Vantard.
673
674 2004-11-29 [colin]      0.9.12cvs176
675
676         * src/folderview.c
677                 Fix disappearing separators in folderview's popup
678
679 2004-11-29 [colin]      0.9.12cvs175
680
681         * src/procmime.c
682                 Another format bug
683
684 2004-11-29 [colin]      0.9.12cvs174
685
686         * src/pop.c
687                 Fix format string
688
689 2004-11-26 [colin]      0.9.12cvs173
690
691         * src/common/smtp.c
692         * src/common/smtp.h
693                 Use ESMTP for all servers advertising it
694                 Add SIZE= parameter to MAIL command for 
695                 ESMTP servers
696
697 2004-11-24 [colin]      0.9.12cvs172
698
699         * src/plugins/pgpmime/pgpmime.c
700                 Forgot one :(
701
702 2004-11-24 [colin]      0.9.12cvs171
703
704         * src/plugins/pgpmime/pgpmime.c
705                 Fix numerous GpgmeGtk leaks
706
707 2004-11-24 [colin]      0.9.12cvs170
708
709         * src/plugins/pgpmime/pgpmime.c
710                 Fix numerous GpgmeCtx leaks
711
712 2004-11-24 [colin]      0.9.12cvs169
713
714         * src/plugins/pgpmime/plugin.c
715                 Update requirements
716         * src/plugins/trayicon/Makefile.am
717         * src/plugins/trayicon/newmarkedmail.xpm
718         * src/plugins/trayicon/trayicon.c
719         * src/plugins/trayicon/unreadmarkedmail.xpm
720                 Add new icons when there are unread marked mails
721                 answers
722
723 2004-11-23 [thorsten]   0.9.12cvs168
724
725         * src/plugins/pgpmime/plugin.c
726                 typo: plugin_init instead of plugin_done
727
728 2004-11-23 [thorsten]   0.9.12cvs167
729
730         * commitHelper
731                 o add me
732         * src/partial_download.c
733         * src/partial_download.h
734                 o fix path for includes
735
736 2004-11-23 [colin]      0.9.12cvs166
737
738         * src/procmime.c
739                 Uh, changed API.
740
741 2004-11-23 [colin]      0.9.12cvs165
742
743         * src/procmime.c
744                 Fix mime headers wrapping
745
746 2004-11-23 [christoph]  0.9.12cvs164
747
748         * src/common/Makefile.am
749         * src/common/partial_download.[ch]
750         * src/Makefile.am
751         * src/partial_download.[ch]
752         * src/folderview.c
753                 move to src because it depends on src stuff
754
755         * src/codeconv.c
756         * src/common/base64.h
757                 move B64LEN macro to base64.h
758
759         * src/compose.c
760         * src/privacy.[ch]
761                 add PrefsAccount to sign-function parameters
762
763         * src/main.c
764         * src/prefs_account.[ch]
765         * src/gtk/prefswindow.[ch]
766                 o use new prefswindow for account prefs
767                 o add possibility to add new pages to account prefs
768
769         * src/plugins/pgpmime/prefs_gpg.[ch]
770         * src/plugins/pgpmime/prefs_gpg.glade
771                 add account prefs for GPG
772
773         * src/plugins/pgpmime/pgpmime.c
774         * src/plugins/pgpmime/sgpgme.[ch]
775                 create signers list based on the GPG account prefs
776
777 2004-11-23 [colin]      0.9.12cvs163
778
779         * src/main.c
780                 Fix cursor going from normal to wait
781                 as many times as there are folders
782                 (very noticeable on exported displays)
783
784 2004-11-23 [colin]      0.9.12cvs162
785
786         * src/msgcache.c
787                 HEAD needs this leak fix too
788
789 2004-11-22 [luke]       0.9.12cvs161
790
791         * src/gtk/gtkstext.c
792                 'Up' key moves one line (not one paragraph) like 'Down'
793
794 2004-11-22 [paul]       0.9.12cvs160
795
796         * src/prefs_themes.c
797                 fix oversized GtkFrames
798
799 2004-11-19 [paul]       0.9.12cvs159
800
801         * src/prefs_common.c
802                 update prefs_keybind_apply_clicked()
803
804 2004-11-18 [paul]       0.9.12cvs158
805
806         * src/compose.c
807         * src/messageview.c
808         * src/common/utils.c
809         * src/common/utils.h
810                 use Message-ID format like that previously
811                 used in compose_generate_msgid()
812
813 2004-11-17 [christoph]  0.9.12cvs157
814
815         * src/mainwindow.c
816         * src/prefs_common.c
817                 integrate "Common preferences" into new preferences dialog
818
819 2004-11-17 [colin]      0.9.12cvs156
820
821         * src/prefs_account.c
822         * src/prefs_account.h
823         * src/procmsg.c
824                 Add an option to let the user choose to store encrypted
825                 mail as clear text or encrypted.
826
827 2004-11-17 [colin]      0.9.12cvs155
828
829         * src/compose.c
830         * src/toolbar.c
831                 Be verbose when sending fails
832         * src/procmsg.c
833                 Fix procmsg_send_queue returning 0 when there's an error
834                 Don't send messages to be encrypted to nobody 
835
836
837 2004-11-17 [colin]      0.9.12cvs154
838
839         * src/privacy.c
840                 Fix more pointer confusion
841
842 2004-11-17 [paul]       0.9.12cvs153
843
844         * src/procmime.h
845                 forgotten in sync with main 1.0.0beta3
846
847
848 2004-11-17 [paul]       0.9.12cvs152
849
850         * ChangeLog
851         * ChangeLog.jp
852         * NEWS
853         * src/compose.c
854         * src/jpilot.c
855         * src/procmime.c
856                 sync with main 1.0.0beta3
857                 see ChangeLog 2004-11-15 and 2004-11-16
858
859 2004-11-17 [colin]      0.9.12cvs151
860
861         * src/plugins/pgpmime/pgpmime.c
862                 Remove debug printf
863
864 2004-11-17 [colin]      0.9.12cvs150
865
866         * src/plugins/pgpmime/pgpmime.c
867                 Fix off-by-one causing segs
868
869 2004-11-17 [colin]      0.9.12cvs149
870
871         * src/procmsg.c
872                 < Reboot_> don't compare pointers to NULL with !
873                 So, use the other form to bring consistency.
874                 Also fix coding style.
875
876 2004-11-16 [colin]      0.9.12cvs148
877
878         * src/procmsg.c
879                 Fix the fix :)
880
881 2004-11-16 [colin]      0.9.12cvs147
882
883         * src/procmsg.c
884                 Fix leaks in procmsg_send_message_queue
885
886 2004-11-12 [paul]       0.9.12cvs146
887
888         * src/prefs_account.c
889         * src/procmime.c
890         * src/procmime.h
891                 fix sync breakage 
892
893 2004-11-12 [paul]
894
895         * src/pixmaps/complete.xpm
896         * src/pixmaps/continue.xpm
897                 small sync with main, see ChangeLog 2004-11-11
898
899 2004-11-11 [paul]       0.9.12cvs145
900
901         * ChangeLog
902         * ChangeLog.jp
903         * src/account.c
904         * src/folderview.c
905         * src/folderview.h
906         * src/imap.c
907         * src/imap_gtk.c
908         * src/inc.c
909         * src/mainwindow.c
910         * src/mh_gtk.c
911         * src/news_gtk.c
912         * src/pop.c
913         * src/prefs_account.c
914         * src/prefs_account.h
915         * src/prefs_ext_prog.c
916         * src/procmsg.c
917         * src/procmsg.h
918         * src/summary_search.c
919         * src/summaryview.c
920         * src/textview.c
921         * src/common/defs.h
922         * src/common/utils.c
923         * src/common/utils.h
924         * src/gtk/menu.c
925         * src/gtk/menu.h
926                 sync with main 1.0.0beta2 (plus 4)
927
928 2004-11-09 [christoph]  0.9.12cvs144
929
930         * src/compose.c
931         * src/prefs_account.[ch]
932                 add option menu to select default privacy system
933
934         * src/plugins/pgpmime/pgpmime.c
935                 better memory allocation
936
937         * src/folder.c
938                 syncronize flags when scanning a folder
939
940 2004-11-08 [colin]      0.9.12cvs143
941
942         * src/summaryview.c
943                 Prevent useless folder count updates while 
944                 quicksearch is running. It is really annoying 
945                 while quicksearch is running a full-mail
946                 scan, like 'b foo', in a big folder.
947
948 2004-11-08 [colin]      0.9.12cvs142
949
950         * src/textview.c
951                 Really fix these mail URIs
952
953 2004-11-08 [colin]      0.9.12cvs141
954
955         * src/textview.c
956                 fix "colin@colino.net" <colin@colino.net> 
957                 types of URIs
958
959 2004-11-06 [colin]      0.9.12cvs140
960
961         * src/compose.c
962                 Don't ask for passphrase if not sending
963
964 2004-11-05 [christoph]  0.9.12cvs139
965
966         * src/compose.c
967                 o encode text content of composed mails
968         * src/procmime.c
969                 o allow encoding of MimeInfos that are stored in memory buffers
970                 
971
972 2004-11-03 [paul]       0.9.12cvs138
973
974         * po/POTFILES.in
975                 add 'src/plugins/pgpmime/prefs_gpg.c'.
976                 Patch submitted by Fabien Vantard
977
978         * src/prefs_ext_prog.c
979                 fix typos. Patch submitted by Fabien Vantard
980
981         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
982         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
983                 add German, Spanish, Italian, Brazilian Portuguese,
984                 and Slovak translations. Submitted by Thomas Gilgin,
985                 J. José del Río 'partymola', Andrea Spadaccini,
986                 Frederico Goncalves Guimaraes, and Andrej Kacian
987
988 2004-11-01 [christoph]  0.9.12cvs137
989
990         * src/procmime.c
991                 implement RFC2231's parameter encoding
992
993 2004-10-29 [colin]      0.9.12cvs136
994
995         * src/common/utils.c
996                 Fix boundary delimiter (a Pine user gets this:
997                 > Malformed message: Unexpected characters at end of parameters:
998                 > =_Thu__28_Oct_2)
999
1000 2004-10-29 [paul]
1001
1002         * tools/textviewer.sh
1003                 fix typo. patch submitted by Johann Koenig 
1004                 <explosive@hvc.rr.com>
1005
1006 2004-10-29 [paul]
1007
1008         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1009         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1010                 add French translations, submitted by Fabien Vantard
1011
1012 2004-10-28 [christoph]  0.9.12cvs135
1013
1014         * doc/src/rfc2231.txt                           ** NEW **
1015         * src/procmime.c
1016         * src/common/quoted-printable.c
1017         * src/common/utils.[ch]
1018                 implement RFC2231's parameter decoding
1019
1020 2004-10-27 [paul]
1021
1022         * tools/kdeservicemenu/README
1023         * tools/kdeservicemenu/install.sh
1024         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1025         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1026         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1027                 output files to /tmp instead of littering the
1028                 current dir
1029                 add uninstall function
1030                 refactor
1031
1032 2004-10-26 [christoph]  0.9.12cvs134
1033
1034         * src/procmime.c
1035                 better check if parameters have to be in quoted string
1036
1037 2004-10-25 [paul]
1038
1039         * tools/kdeservicemenu/README
1040         * tools/kdeservicemenu/install.sh
1041         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1042         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1043         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1044                 add files for Sylpheed Service Menu in Konqueror
1045
1046 2004-10-22 [paul]       0.9.12cvs133
1047
1048         * src/compose.c
1049         * src/prefs_common.c
1050         * src/prefs_common.h
1051         * src/prefs_wrapping.c
1052                 remove 'smart wrapping'
1053
1054 2004-10-21 [colin]      0.9.12cvs132
1055
1056         * src/compose.c
1057                 Remove extraneous separator in Options
1058
1059 2004-10-21 [colin]      0.9.12cvs131
1060
1061         * src/compose.c
1062                 Replace "unknown" attachments by "application/octet-stream"
1063                 Be a bit more defensive when using strchr
1064
1065 2004-10-20 [paul]
1066
1067         * po/ru.po
1068                 updated by Pavlo Bohmat
1069
1070 2004-10-19 [christoph]  0.9.12cvs130
1071
1072         * src/compose.c
1073                 fix wrong menu entry path
1074
1075         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1076
1077         * src/gtk/menu.c
1078                 add extra check for missing menu entries
1079
1080 2004-10-19 [christoph]  0.9.12cvs129
1081
1082         * src/compose.c
1083         * src/common/utils.c
1084                 use utils' generate_msgid() in compose.c
1085
1086 2004-10-18 [christoph]  0.9.12cvs128
1087
1088         * src/plugins/pgpmime/passphrase.c
1089         * src/plugins/pgpmime/pgpmime.c
1090         * src/plugins/pgpmime/prefs_gpg.[ch]
1091         * src/plugins/pgpmime/prefs_gpg.glade
1092         * src/plugins/pgpmime/sgpgme.c
1093                 add GPG prefs
1094
1095 2004-10-18 [christoph]  0.9.12cvs127
1096
1097         * src/addrbook.c
1098         * src/addrcache.c
1099         * src/addressbook.c
1100         * src/codeconv.c
1101         * src/compose.c
1102         * src/customheader.c
1103         * src/editaddress.c
1104         * src/editgroup.c
1105         * src/exporthtml.c
1106         * src/folder.c
1107         * src/folderview.c
1108         * src/imap.c
1109         * src/jpilot.c
1110         * src/main.c
1111         * src/matcher_parser_parse.y
1112         * src/mbox.c
1113         * src/pop.c
1114         * src/prefs_account.c
1115         * src/prefs_gtk.c
1116         * src/prefs_msg_colors.c
1117         * src/procheader.c
1118         * src/procmime.[ch]
1119         * src/procmsg.c
1120         * src/summaryview.c
1121         * src/textview.c
1122         * src/common/base64.c
1123         * src/common/partial_download.c
1124         * src/common/socket.c
1125         * src/common/sylpheed.c
1126         * src/common/utils.[ch]
1127         * src/gtk/filesel.c
1128         * src/gtk/pluginwindow.c
1129         * src/gtk/quicksearch.c
1130         * src/plugins/pgpmime/pgpmime.c
1131         * src/plugins/pgpmime/plugin.c
1132         * src/plugins/pgpmime/select-keys.c
1133         * src/plugins/pgpmime/sgpgme.c
1134         * src/plugins/spamassassin/libspamc.c
1135         * src/plugins/trayicon/trayicon.c
1136         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1137         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1138                 o don't use any GNU C extensions
1139                 o fix warnings
1140                 o replace some non-POSIX functions
1141
1142         * src/plugins/spamassassin/spamassassin.[ch]
1143         * src/plugins/spamassassin/spamassassin_gtk.c
1144         * src/plugins/clamav/clamav_plugin.[ch]
1145         * src/plugins/clamav/clamav_plugin_gtk.c
1146                 replace statusbar_print_all() from common code because it is a
1147                 GUI function
1148
1149 2004-10-17 [paul]
1150
1151         * po/es.po
1152         * po/ko.po
1153         * AUTHORS
1154                 update Spanish and Korean translations,
1155                 submitted by Ricardo Mones Lastra and
1156                 SungHyun Nam
1157
1158 2004-10-13 [colin]      0.9.12cvs126
1159
1160         * src/compose.c
1161                 Don't convert message to forced encoding when 
1162                 drafting, plus minor magic-values cleanup.
1163
1164 2004-10-13 [colin]      0.9.12cvs125
1165
1166         * po/POTFILES.in
1167                 Update POTFILES.in to reflect the source
1168                 place changes
1169
1170 2004-10-08 [christoph]  0.9.12cvs124
1171
1172         * m4/spamassassin.m4
1173                 fix libspamc OpenSSL
1174
1175         * src/compose.c
1176                 rearrange the compose menu
1177
1178 2004-10-08 [christoph]  0.9.12cvs123
1179
1180         * src/Makefile.am
1181         * src/account.c
1182         * src/compose.[ch]
1183         * src/crash.c
1184         * src/main.c
1185         * src/mimeview.c
1186         * src/passphrase.[ch]                           ** REMOVE **
1187         * src/prefs_account.[ch]
1188         * src/prefs_common.[ch]
1189         * src/privacy.[ch]
1190         * src/procmime.[ch]
1191         * src/procmsg.c
1192         * src/rfc2015.[ch]                              ** REMOVE **
1193         * src/select-keys.[ch]                          ** REMOVE **
1194         * src/common/utils.[ch]
1195         * src/gtk/about.c
1196         * src/plugins/pgpmime/Makefile.am
1197         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1198         * src/plugins/pgpmime/pgpmime.c
1199         * src/plugins/pgpmime/plugin.c
1200         * src/plugins/pgpmime/prefs_gpg.[ch]
1201         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1202         * src/plugins/pgpmime/sgpgme.[ch]
1203                 o Add new MIME-Writer
1204                 o extend PrivacySystem with sign and encrypt functions
1205                 o extend PGP/MIME plugin with sign and encrypt functions
1206                 o integrate extended Privacy API in Compose and Sending process
1207
1208 2004-10-04 [colin]      0.9.12cvs122
1209
1210         * src/mainwindow.c
1211         * src/messageview.c
1212         * src/messageview.h
1213         * src/textview.c
1214                 Make forced encoding limited to messageview and
1215                 apply only to parts displayed using textview
1216
1217 2004-10-04 [colin]      0.9.12cvs121
1218
1219         * src/summaryview.c
1220                 Fix bug #605 (collapsed threads re-expand when moving or
1221                 deleting mails)
1222
1223 2004-10-03 [colin]      0.9.12cvs120
1224
1225         * src/summaryview.c
1226                 Fix bug #602
1227
1228 2004-10-02 [colin]      0.9.12cvs119
1229
1230         * src/mainwindow.c
1231         * src/messageview.c
1232         * src/prefs_common.h
1233         * src/procmime.c
1234         * src/procmime.h
1235         * src/textview.c
1236                 Clean up forced charset feature
1237                 Add forced decode
1238
1239 2004-10-01 [colin]      0.9.12cvs118
1240
1241         * src/mimeview.c
1242                 Better fix for Save all: skip multipart mails' first 
1243                 text part
1244
1245 2004-10-01 [colin]      0.9.12cvs117
1246
1247         * src/mimeview.c
1248                 Only save attachments in Save All
1249
1250 2004-10-01 [paul]       0.9.12cvs116
1251
1252         * ChangeLog
1253         * ChangeLog.jp
1254         * src/account.c
1255         * src/prefs_common.c
1256         * src/gtk/colorlabel.c
1257                 sync with main 0.9.12cvs17
1258
1259 2004-09-30 [colin]      0.9.12cvs115
1260
1261         * src/stock_pixmap.c
1262         * src/stock_pixmap.h
1263         * src/folderview.c
1264         * src/Makefile.am
1265         * src/pixmaps/read.xpm
1266                 Add icon for total # column
1267
1268 2004-09-29 [colin]      0.9.12cvs114
1269
1270         * src/compose.c
1271                 Don't close compose until message is sent if 
1272                 Show Send Dialog is Always
1273
1274 2004-09-29 [paul]       0.9.12cvs113
1275
1276         * src/quote_fmt_parse.y
1277                 In the quotation templates recognise sender's first and last 
1278                 names (%F %L) when the name is in the format "Duck, Donald".
1279                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1280
1281
1282 2004-09-28 [colin]      0.9.12cvs112
1283
1284         * src/mainwindow.c
1285                 Put back mnemonic
1286         * src/folderview.c
1287                 Fix Empty trash being visible-invisible-visible...
1288
1289 2004-09-28 [colin]      0.9.12cvs111
1290
1291         * src/mainwindow.c
1292                 Relabel Empty all Trash folders
1293
1294 2004-09-28 [colin]      0.9.12cvs110
1295
1296         * src/folderview.c
1297                 Add contextual Empty trash menu
1298         * src/mainwindow.c
1299                 Revert cvs109 which was useless
1300
1301 2004-09-28 [colin]      0.9.12cvs109
1302
1303         * src/mainwindow.c
1304                 Fix uninialized var
1305
1306 2004-09-28 [colin]      0.9.12cvs108
1307
1308         * src/addressbook.c
1309                 Fix triple-click
1310
1311 2004-09-28 [colin]      0.9.12cvs107
1312
1313         * src/addressbook.c
1314                 Fix double-click on entries
1315
1316 2004-09-28 [colin]      0.9.12cvs106
1317
1318         * src/inc.c
1319                 Reintroduce folder_item update freeze on incorporation
1320
1321 2004-09-27 [christoph]  0.9.12cvs105
1322
1323         * src/folderview.c
1324                 right-align new and unread column
1325
1326 2004-09-27 [paul]
1327
1328         * 0.9.12b released
1329
1330 2004-09-27 [paul]       0.9.12cvs104
1331
1332         * src/main.c
1333                 revert 0.9.12cvs101, it causes another segfault
1334
1335 2004-09-23 [christoph]  0.9.12cvs103
1336
1337         * src/plugins/spamassassin/libspamc.[ch]
1338         * src/plugins/spamassassin/utils.[ch]
1339                 update libspamc to SpamAssassin 3.0.0
1340
1341 2004-09-17 [paul]       0.9.12cvs102
1342
1343         * ChangeLog
1344         * ChangeLog.jp
1345         * src/inc.c
1346                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1347  
1348
1349 2004-09-17 [colin]      0.9.12cvs101
1350
1351         * src/main.c
1352                 Fix segfaults when quitting. valgrind says:
1353                         ==12144== Invalid read of size 4
1354                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1355                         [...]
1356                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1357                         [...]
1358                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1359
1360
1361 2004-09-13 [christoph]  0.9.12cvs100
1362
1363         * src/folder.c
1364                 add NULL pointer checks to fix segfault when messages can
1365                 not be fetched
1366
1367 2004-09-08 [colin]      0.9.12cvs99
1368
1369         * src/account.c
1370                 Remove a debug printf
1371
1372 2004-09-08 [christoph]  0.9.12cvs98
1373
1374         * src/procmsg.[ch]
1375                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1376                 if the message structure has been scanned
1377
1378         * src/folder.c
1379                 o scan structure when the mail is fetched for the first time
1380                   to prevent unnecessary fetching of messages while scanning
1381                   the folder for messages
1382                 o revert 0.9.12cvs24
1383
1384         * src/plugins/pgpmime/pgpmime.c
1385                 check signature if auto signature checking is enabled when the
1386                 signature status is requested for first time and not when
1387                 checking if a part has a signature
1388
1389 2004-09-07 [colin]      0.9.12cvs97
1390
1391         * src/inc.c
1392                 Change session error messages so that they
1393                 are a bit more helpful (the origin of the
1394                 error is not apparent if one isn't in 
1395                 front of Sylpheed when it happens).
1396
1397 2004-09-06 [colin]      0.9.12cvs96
1398
1399         * src/toolbar.c
1400                 Fix graying out Redirect in non english languages
1401                 Patch by Fabien Vantard
1402
1403 2004-09-06 [colin]      0.9.12cvs95
1404
1405         * src/summaryview.c
1406         * src/mimeview.c
1407                 Fix dropped URIs
1408
1409 2004-09-06 [colin]      0.9.12cvs94
1410
1411         * src/addressbook.c
1412         * src/addressitem.h
1413         * src/addritem.c
1414         * src/addritem.h
1415                 Add basic drag and drop to addressbook
1416
1417 2004-09-03 [colin]      0.9.12cvs93
1418
1419         * src/summaryview.c
1420                 Next/Prev unread message should start
1421                 from next/prev node (especially if 
1422                 mark_as_read_delay != 0)
1423
1424 2004-09-03 [colin]      0.9.12cvs92
1425
1426         * src/prefs_common.c
1427         * src/prefs_common.h
1428         * src/summaryview.c
1429                 Add an hidden 'mark_as_read_delay' pref 
1430
1431 2004-09-02 [colin]      0.9.12cvs91
1432
1433         * src/gtk/menu.c
1434                 Add unduplicated menu entries (fixes bug 532)
1435                 Patch by Fabien Vantard
1436
1437 2004-09-02 [colin]      0.9.12cvs90
1438
1439         * src/account.c
1440                 Fix bug 582 (broken auto account selection)
1441
1442 2004-09-02 [colin]      0.9.12cvs89
1443
1444         * src/addrindex.c
1445                 Free deleted queries too
1446
1447 2004-09-02 [colin]      0.9.12cvs88
1448
1449         * src/ldapquery.c
1450                 Fix freezes in LDAP, due to memory corruption
1451                 after deletion of a query (and not removing it
1452                 from the corresponding list of queries).
1453                 Very probably fixes bug 567 and bug 569
1454
1455 2004-09-02 [colin]      0.9.12cvs87
1456
1457         * src/prefs_spelling.c
1458                 Fix bug with aspell prefs init, where spell checking
1459                 is enabled at first but dictionary not specified. Use
1460                 LANG's dictionary by default.
1461
1462 2004-09-01 [colin]      0.9.12cvs86
1463
1464         * src/filtering.c
1465         * src/imap.c
1466         * src/prefs_matcher.c
1467         * src/stock_pixmap.c
1468                 Fix more nasty uninitialized variables
1469
1470 2004-08-31 [colin]      0.9.12cvs85
1471
1472         * src/folder.c
1473                 Fix memory corruption when entering procmsg_msginfo_free()
1474                 with unitialized msginfo. Thanks Valgrind.
1475
1476 2004-08-29 [colin]      0.9.12cvs84
1477
1478         * src/mimeview.c
1479                 Don't escape filenames before saving - that's 
1480                 not dangerous. By the way, fix the leak.
1481
1482 2004-08-27 [paul]       0.9.12cvs83
1483
1484         * src/mh.c
1485         * src/procheader.c
1486         * src/procmsg.c
1487         * src/procmsg.h
1488         * src/common/utils.c
1489         * src/gtk/menu.h
1490                 sync with main 0.9.12cvs6, see ChangeLog
1491                 2004-08-24, 2004-08-25, 2004-08-26
1492
1493
1494 2004-08-26 [paul]
1495
1496         * po/ja.po
1497                 updated by Rui Hirokawa
1498
1499 2004-08-25 [colin]      0.9.12cvs82
1500
1501         * src/plugins/pgpmime/pgpmime.c
1502                 Fix leak on non-combined encrypted messages
1503
1504 2004-08-25 [colin]      0.9.12cvs81
1505
1506         * src/plugins/pgpmime/pgpmime.c
1507         * src/plugins/pgpmime/sgpgme.c
1508         * src/plugins/pgpmime/sgpgme.h
1509                 Handle combined encryption/signature
1510
1511 2004-08-24 [colin]      0.9.12cvs80
1512
1513         * src/folder.c
1514                 Set mime flags on non multipart messages too
1515
1516 2004-08-23 [christoph]  0.9.12cvs79
1517
1518         * src/compose.c
1519                 create message header in memory as GString before writing it
1520                 to the message file
1521
1522 2004-08-23 [colin]      0.9.12cvs78
1523
1524         * src/rfc2015.c
1525         * src/rfc2015.h
1526         * src/compose.c
1527                 Fix (again) bug 197: inline encryption broken
1528
1529 2004-08-23 [paul]
1530
1531         * po/zh_CN.po
1532                 updated by Hansom Young
1533
1534 2004-08-23 [paul]
1535
1536         * 0.9.12a released
1537
1538 2004-08-23 [colin]      0.9.12cvs77
1539
1540         * src/imap.c
1541                 Try and fix bug 577 (session->last_access_time is broken since 
1542                 sync with main 0.9.12cvs2). 
1543                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1544
1545 2004-08-23 [paul]
1546
1547         * po/es.po
1548         * po/fr.po
1549         * po/pl.po
1550         * po/pt_BR.po
1551         * po/sk.po
1552         * po/sr.po
1553                 update translations. submitted by Ricardo
1554                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1555                 Frederico Goncalves Guimaraes, Andrej Kacian,
1556                 Urke MMI
1557
1558 2004-08-22 [paul]       0.9.12cvs76
1559
1560         * src/plugins/trayicon/trayicon.c
1561                 fix formatting bug in trayicon_popup_menu_entries[]
1562
1563
1564 2004-08-22 [paul]       0.9.12cvs75
1565
1566         * m4/Makefile.am
1567                 remove reference to openssl.m4
1568
1569
1570 2004-08-21 [colin]      0.9.12cvs74
1571
1572         * src/compose.c
1573                 Fix bug 576 (Duplicate auto-bcc on reedit)
1574
1575 2004-08-21 [colin]      0.9.12cvs73
1576
1577         * src/toolbar.c
1578                 Grey out Redirect in the toolbar when selection is
1579                 multiple. Fixes bug 520
1580
1581 2004-08-21 [colin]      0.9.12cvs72
1582
1583         * src/compose.c
1584                 Save Sign, Encrypt and Mode status when drafting or queuing
1585                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1586                 state)
1587
1588 2004-08-21 [colin]      0.9.12cvs71
1589
1590         * src/summaryview.c
1591                 Fix bug 494 (Messages are always opened in summary 
1592                 view when right clicked.) Also fixes bug 508.
1593
1594 2004-08-21 [colin]      0.9.12cvs70
1595
1596         * src/compose.c
1597                 When using inline encryption, don't use QP or Base64:
1598                 the mail will be encrypted to a 7bit string.
1599                 Fixes bug 197
1600
1601 2004-08-21 [colin]      0.9.12cvs69
1602
1603         * src/compose.c
1604                 Fix inline-signing with 8bit chars: data must be 
1605                 converted to Quoted-printable before signing.
1606
1607 2004-08-21 [colin]      0.9.12cvs68
1608
1609         * src/compose.c
1610                 Remove 'Message/Save to draft folder'
1611                 and 'Message/Save and keep editing' to 
1612                 put a single 'File/Save' command.
1613                 Fixes bug 224
1614
1615 2004-08-21 [colin]      0.9.12cvs67
1616
1617         * src/mainwindow.c
1618                 Fix bug 222 (Summary view state not retained between sessions)
1619
1620 2004-08-20 [colin]      0.9.12cvs66
1621
1622         * src/codeconv.c
1623                 Fix bug 574 (empty cur_locale is not enough)
1624
1625 2004-08-20 [paul]
1626
1627         * src/plugins/pgpmime/plugin.c
1628                 modify PGP/MIME plugin's description
1629
1630 2004-08-16 [colin]      0.9.12cvs65
1631
1632         * src/common/ssl.c
1633                 Fix version comparison
1634
1635 2004-08-16 [colin]      0.9.12cvs64
1636
1637         * src/common/ssl.c
1638                 I meant 2.2.
1639
1640 2004-08-16 [colin]      0.9.12cvs63
1641
1642         * src/common/ssl.c
1643                 People with glibc 2.1 have had problems with non-blocking
1644                 SSL_connect. Disable it for glibc < 2.2.
1645
1646 2004-08-16 [colin]      0.9.12cvs62
1647
1648         * src/common/ssl.c
1649                 Fix format error
1650
1651 2004-08-13 [colin]      0.9.12cvs61
1652
1653         * src/plugins/pgpmime/plugin.c
1654                 Add plugin's description
1655
1656 2004-08-12 [christoph]  0.9.12cvs60
1657
1658         * src/folderutils.c
1659                 fix bug that did not thaw folder updates when deleting
1660                 duplicates in empty folders
1661
1662 2004-08-12 [colin]      0.9.12cvs59
1663
1664         * src/plugins/trayicon/trayicon.c
1665                 Add a context menu with most common operations
1666
1667 2004-08-12 [colin]      0.9.12cvs58
1668
1669         * configure.ac
1670         * sylpheed.desktop
1671         * src/Makefile.am
1672         * src/main.c
1673                 Add support for Freedesktop.org's startup notification
1674
1675 2004-08-10 [colin]      0.9.12cvs57
1676
1677         * src/main.c
1678         * src/common/socket.c
1679         * src/common/ssl.c
1680         * src/common/sylpheed.c
1681         * src/common/sylpheed.h
1682                 Put back the ssl connect nonblocking...
1683                 without the race condition
1684
1685 2004-08-09 [colin]      0.9.12cvs56
1686
1687         * src/main.c
1688         * src/common/ssl.c
1689         * src/common/sylpheed.c
1690         * src/common/sylpheed.h
1691                 Reverting previous commit, doesn't work 
1692
1693 2004-08-09 [colin]      0.9.12cvs55
1694
1695         * src/main.c
1696         * src/common/ssl.c
1697         * src/common/sylpheed.c
1698         * src/common/sylpheed.h
1699                 Make SSL_connect nonblocking, using a thread
1700
1701 2004-08-09 [paul]       0.9.12cvs54
1702
1703         * po/POTFILES.in
1704                 reflect new location of sgpgme.c
1705         * src/main.c
1706                 sync with main, see ChangeLog 2004-08-09
1707
1708 2004-08-08 [christoph]  0.9.12cvs53
1709
1710         * src/folderutils.c
1711                 freeze FolderItem updates while deleting duplicate messages
1712
1713 2004-08-08 [christoph]  0.9.12cvs52
1714
1715         * configure.ac
1716         * src/Makefile.am
1717         * src/main.c
1718         * src/pgpmime.c
1719         * src/pgpmime.h
1720         * src/sgpgme.c
1721         * src/sgpgme.h
1722         * src/plugins/Makefile.am
1723         * src/plugins/pgpmime/.cvsignore
1724         * src/plugins/pgpmime/Makefile.am
1725         * src/plugins/pgpmime/pgpmime.c
1726         * src/plugins/pgpmime/pgpmime.h
1727         * src/plugins/pgpmime/plugin.c
1728         * src/plugins/pgpmime/sgpgme.c
1729         * src/plugins/pgpmime/sgpgme.h
1730                 new plugin for PGP/MIME
1731
1732 2004-08-07 [christoph]  0.9.12cvs51
1733
1734         * src/folder.c
1735                 disable immediate folder change notification on opened folders
1736                 until SummaryView can handle it quickly
1737
1738 2004-08-07 [colin]      0.9.12cvs50
1739
1740         * src/pop.c
1741         * src/common/partial_download.c
1742                 fix warnings
1743
1744 2004-08-07 [colin]      0.9.12cvs49
1745
1746         * src/Makefile.am
1747         * src/account.c
1748         * src/addressbook.c
1749         * src/alertpanel.c
1750         * src/alertpanel.h
1751         * src/compose.c
1752         * src/exphtmldlg.c
1753         * src/expldifdlg.c
1754         * src/main.c
1755         * src/message_search.c
1756         * src/messageview.c
1757         * src/pop.c
1758         * src/sgpgme.c
1759         * src/summary_search.c
1760         * src/summaryview.c
1761         * src/textview.c
1762         * src/gtk/sslcertwindow.c
1763         * src/pixmaps/stock_dialog-error.xpm
1764         * src/pixmaps/stock_dialog-info.xpm
1765         * src/pixmaps/stock_dialog-question.xpm
1766         * src/pixmaps/stock_dialog-warning.xpm
1767                 sync new alertpanel from gtk2
1768
1769 2004-08-07 [colin]      0.9.12cvs48
1770
1771         * src/prefs_folder_item.c
1772                 fix memory corruption in folderitem's prefs
1773
1774 2004-08-06 [colin]      0.9.12cvs47
1775
1776         * src/compose.c
1777                 close compose window after queuing, before 
1778                 sending when user presses Send
1779
1780 2004-08-05 [christoph]  0.9.12cvs46
1781
1782         * src/msgcache.c
1783         * src/common/defs.h
1784                 add charset to cache file and convert charset when reading the
1785                 cache if different from internal used charset
1786
1787 2004-08-05 [christoph]  0.9.12cvs45
1788
1789         * src/messageview.c
1790         * src/mimeview.[ch]
1791         * src/procmime.h
1792         * src/common/utils.h
1793                 cleanup (remove unused includes/reorganize)
1794
1795         * src/prefs_ext_prog.c
1796         * src/prefs_folder_item.c
1797         * src/prefs_fonts.c
1798         * src/prefs_msg_colors.c
1799         * src/prefs_spelling.c
1800         * src/prefs_themes.c
1801         * src/prefs_toolbar.c
1802         * src/prefs_wrapping.c
1803         * src/gtk/prefswindow.[ch]
1804         * src/plugins/clamav/clamav_plugin_gtk.c
1805         * src/plugins/dillo_viewer/dillo_prefs.c
1806         * src/plugins/image_viewer/viewerprefs.c
1807         * src/plugins/spamassassin/spamassassin_gtk.c
1808                 change PrefsPage path into an array of strings and don't
1809                 split a single string into parts (better for translation)
1810
1811 2004-08-05 [christoph]  0.9.12cvs44
1812
1813         * src/folder.c
1814                 fix FolderItem's message counts after rebuilding a cache
1815
1816 2004-08-05 [paul]       0.9.12cvs43
1817
1818         * ChangeLog
1819         * ChangeLog.jp
1820         * src/imap.c
1821         * src/news.c
1822         * src/common/nntp.c
1823         * src/common/session.c
1824         * src/common/session.h
1825         * src/common/socket.c
1826                 sync with main 0.9.12cvs2
1827                 see ChangeLog 2004-08-04
1828
1829 2004-08-04 [christoph]  0.9.12cvs42
1830
1831         * configure.ac
1832                 add missing AC_DEFINE(USE_OPENSSL, ...)
1833         * src/folder.c
1834                 use new xml_node_new() function
1835
1836 2004-08-03 [christoph]  0.9.12cvs41
1837
1838         * src/folder.c
1839         * src/localfolder.c
1840         * src/common/xml.[ch]
1841                 sync with main 0.9.12cvs1
1842                 see ChangeLog 2004-07-23
1843
1844 2004-08-03 [christoph]
1845
1846         * configure.ac
1847         * m4/openssl.m4                 ** REMOVE **
1848                 use pkg-config to get OpenSSL CFLAGS and LIBS
1849                 (OpenSSL 0.9.7 is required now)
1850
1851 2004-08-02 [paul]       0.9.12cvs40
1852
1853         * AUTHORS
1854                 update translation team section
1855         * po/pt_BR.po
1856                 updated by Frederico Goncalves Guimaraes
1857                 <fggdebian@yahoo.com.br>
1858
1859 2004-07-29 [colin]      0.9.12cvs39
1860
1861         * src/messageview.c
1862                 Inform the user when a partially 
1863                 downloaded mail isn't on the server
1864                 anymore (due to Mark for deletion)
1865
1866 2004-07-29 [colin]      0.9.12cvs38
1867
1868         * src/messageview.c
1869                 Hide noticeview if necessary
1870
1871 2004-07-27 [colin]      0.9.12cvs37
1872
1873         * src/msgcache.c
1874                 More fixes (i overlook a bit, thanks
1875                 Christoph for spotting it)
1876
1877 2004-07-27 [colin]      0.9.12cvs36
1878
1879         * src/msgcache.c
1880                 Fix wrong test 
1881
1882 2004-07-26 [colin]      0.9.12cvs35
1883
1884         * src/pop.c
1885                 Fix uidl-file parsing when not in new
1886                 format
1887
1888 2004-07-19 [colin]      0.9.12cvs34
1889
1890         * src/compose.c
1891                 Save attachment status when drafting
1892
1893 2004-07-19 [colin]      0.9.12cvs33
1894
1895         * src/folder.h
1896         * src/folderview.c
1897         * src/summaryview.c
1898                 Reverse 0.9.12cvs29 to 31 (folder icon update
1899                 when quicksearch is active)
1900
1901 2004-07-18 [colin]      0.9.12cvs32
1902
1903         * src/pop.c
1904                 Fix partial download bug with "Download all
1905                 messages" option
1906
1907 2004-07-18 [colin]      0.9.12cvs31
1908
1909         * src/folderview.c
1910                 Fix crash
1911
1912 2004-07-17 [colin]      0.9.12cvs30
1913
1914         * src/summaryview.c
1915                 Same, when sticky search is off
1916
1917 2004-07-17 [colin]      0.9.12cvs29
1918
1919         * src/folder.h
1920         * src/folderview.c
1921         * src/summaryview.c
1922                 Update FolderItem icon whenever its summaryview is 
1923                 filtered
1924
1925 2004-07-16 [christoph]  0.9.12cvs28
1926
1927         * src/mimeview.c
1928                 make doubleclick work again
1929
1930 2004-07-16 [christoph]  0.9.12cvs27
1931
1932         * src/mimeview.c
1933                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1934
1935 2004-07-16 [paul]       0.9.12cvs26
1936         
1937         * src/gtk/quicksearch.c
1938         * src/compose.c
1939         * src/customheader.c
1940         * src/messageview.c
1941         * src/news.c
1942         * src/prefs_account.c
1943         * src/prefs_display_header.c
1944         * src/procheader.c
1945                 replace "Message-Id" with "Message-ID"
1946
1947 2004-07-16 [paul]       0.9.12cvs25
1948
1949         * ChangeLog
1950         * ChangeLog.jp
1951         * src/account.c
1952         * src/account.h
1953         * src/folder_item_prefs.c
1954         * src/main.c
1955         * src/pop.c
1956         * src/pop.h
1957         * src/prefs_account.c
1958         * src/prefs_account.h
1959         * src/prefs_common.c
1960         * src/prefs_common.h
1961         * src/prefs_gtk.c
1962         * src/prefs_gtk.h
1963                 sync with main 0.9.12cvs1
1964
1965 2004-07-15 [colin]      0.9.12cvs24
1966
1967         * src/folder.c
1968                 Disable GPG signature check during
1969                 folder move and scan 
1970         (Closes Bug 521 Signature checking slows down Folder-Move)
1971
1972 2004-07-14 [christoph]  0.9.12cvs23
1973
1974         * src/pgpmime.c
1975                 add missing fclose
1976
1977         * src/procmime.c
1978                 add checks if fopen really worked
1979
1980 2004-07-14 [colin]      0.9.12cvs22
1981
1982         * src/pop.c
1983         * src/common/partial_download.c
1984                 Update includes
1985
1986 2004-07-14 [colin]      0.9.12cvs21
1987
1988         * src/folder.c
1989         * src/inc.c
1990         * src/matcher.c
1991         * src/matcher.h
1992         * src/matcher_parser_parse.y
1993         * src/messageview.c
1994         * src/msgcache.c
1995         * src/noticeview.c
1996         * src/noticeview.h
1997         * src/pop.c
1998         * src/pop.h
1999         * src/prefs_matcher.c
2000         * src/procheader.c
2001         * src/procmsg.c
2002         * src/procmsg.h
2003         * src/summaryview.c
2004         * src/common/Makefile.am
2005         * src/common/defs.h
2006         * src/gtk/quicksearch.c
2007         * src/common/partial_download.c ** NEW FILES **
2008         * src/common/partial_download.h ** NEW FILES **
2009                 Partial downloading of pop3 mails
2010
2011 2004-07-13 [christoph]  0.9.12cvs20
2012
2013         * src/mimeview.c
2014                 use "button_release_event" instead of "button_press_event",
2015                 because executing event callbacks while the button is still
2016                 pressed is not good and causes problems
2017
2018 2004-07-12 [colin]      0.9.12cvs19
2019
2020         * src/gtk/quicksearch.c
2021                 Fix a missing status update in quicksearch
2022
2023 2004-07-08 [colin]      0.9.12cvs18
2024
2025         * src/common/smtp.h
2026                 Fix guint vs gint bug
2027
2028 2004-07-08 [colin]      0.9.12cvs17
2029
2030         * src/common/smtp.c
2031                 use to_human_readable() for sizes
2032
2033 2004-07-08 [paul]       0.9.12cvs16
2034
2035         * src/inc.c [1.174]
2036                 fix occasional non-clearance of the statusbar
2037                 (close Bug 531 'SA plugin: status bar does not 
2038                  get cleared in OFFLINE mode')
2039
2040 2004-07-07 [colin]      0.9.12cvs15
2041
2042         * src/prefs_common.c [1.225]
2043         * src/prefs_common.h [1.112]
2044                 Add a hidden summary_quicksearch_sticky preference,
2045                 to allow the quicksearch bar to reset across folders
2046         * src/summaryview.c [1.437]
2047                 Use this preference
2048         * src/gtk/quicksearch.c [1.5]
2049         * src/gtk/quicksearch.h [1.3]
2050                 Add this preference, fix focus when hitting Enter,
2051                 add handling of Esc key to reset
2052
2053 2004-07-06 [colin]      0.9.12cvs14
2054
2055         * src/gtk/quicksearch.c [1.4]
2056                 Add Clear button
2057
2058 2004-07-06 [christoph]  0.9.12cvs13
2059
2060         * src/toolbar.c
2061                 enable next unread button in empty folders if next folder
2062                 dialog is not disabled
2063
2064         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2065          folders)
2066
2067 2004-07-06 [colin]      0.9.12cvs12
2068
2069         * src/common/smtp.c [1.16]
2070                 Display maximum message size in the log
2071
2072 2004-07-06 [paul]       0.9.12cvs11
2073
2074         * src/toolbar.c
2075                 fix typo. (spotted by Fabien Vantard)
2076
2077 2004-07-06 [paul]       0.9.12cvs10
2078
2079         * src/main.c
2080                 terminate cleanly on SIGHUP. Patch submitted by
2081                 Thomas Gilgin <thg@karate-muellheim.de>
2082
2083 2004-07-05 [christoph]  0.9.12cvs9
2084
2085         * src/inc.c
2086                 better replacing of %d in new mail notification command
2087
2088 2004-07-05 [colin]      0.9.12cvs8
2089
2090         * src/common/smtp.[ch]
2091                 Take SIZE (returned by EHLO) into account, and
2092                 avoid sending too big messages
2093
2094 2004-07-04 [paul]       0.9.12cvs7
2095
2096         * src/account.c
2097                 fix auto-account selection on imap/news
2098
2099 2004-07-01 [paul]       0.9.12cvs6
2100
2101         * src/gtk/quicksearch.c
2102                 reveal hidden string in gui
2103                 
2104         * src/compose.c
2105                 fix updating of gpg signing setting on 
2106                 switching accounts
2107
2108 2004-06-30 [darko]      0.9.12cvs5
2109
2110         * src/common/utils.c
2111                 remove expand_search_string()
2112         * src/gtk/quicksearch.c
2113                 remove no longer needed for loop (thanks Christoph)
2114                 add expand_search_string()
2115
2116 2004-06-30 [darko]      0.9.12cvs4
2117
2118         * src/common/utils.c
2119                 allow all filtering expressions in quicksearch
2120
2121         (Closes Bug 519 filtering expr. in quicksearch)
2122
2123 2004-06-30 [christoph]  0.9.12cvs3
2124
2125         * configure.ac
2126                 better 'localedir'
2127
2128         * src/common/intl.h
2129                 allow plugins to define TEXTDOMAIN for the _(...) macro
2130
2131 2004-06-30 [paul]       0.9.12cvs2
2132
2133         * po/POTFILES.in
2134           src/Makefile.am
2135           src/main.c
2136           src/prefs_common.c
2137           src/prefs_msg_colors.[ch]     ** NEW FILES **
2138                 move message colouring options to
2139                 '/Other Preferences/Message View/Colors'
2140
2141 2004-06-30 [paul]       0.9.12cvs1
2142
2143         * po/POTFILES.in
2144           src/Makefile.am
2145           src/main.c
2146           src/prefs_common.c
2147           src/prefs_wrapping.[ch]       ** NEW FILES **
2148                 move message wrapping options to
2149                 /'Other Preferences/Compose/Message Wrapping'
2150
2151 2004-06-28 [paul]       0.9.12
2152
2153         * Sylpheed-Claws 0.9.12 released
2154
2155         * po/es.po
2156           po/fr.po
2157           po/sk.po
2158                 updated by Ricardo Mones Lastra, Fabien Vantard,
2159                 Andrej Kacian
2160
2161 2004-06-27 [paul]       0.9.11cvs19
2162
2163         * src/common/ssl.c
2164                 re-enable certificate check
2165
2166 2004-06-25 [christoph]  0.9.11cvs18
2167
2168         * src/procmsg.h
2169                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2170
2171 2004-06-25 [paul]       0.9.11cvs17
2172
2173         * sync with main 0.9.12cvs1
2174                 see ChangeLog 2004-06-23
2175                 
2176         * src/gtk/menu.c
2177                 remove unused menu_toggle_toggle()
2178
2179 2004-06-23 [christoph]  0.9.11cvs16
2180
2181         * src/folder.c
2182         * src/procheader.c
2183         * src/procmsg.h
2184         * src/summaryview.c
2185                 scan the mime structure of multipart mails for correct
2186                 attachment, encryped and signed (with privacy API) part
2187                 detection
2188
2189         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2190
2191 2004-06-22 [paul]
2192
2193         * po/ru.po
2194                 updated by Pavlo Bohmat
2195
2196 2004-06-20 [christoph]  0.9.11cvs15
2197
2198         * src/inc.c
2199         * src/pop.[ch]
2200                 disconnect after authentication when doing POP before SMTP
2201
2202         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2203
2204 2004-06-19 [christoph]  0.9.11cvs14
2205
2206         * src/folder.c
2207                 fix FolderItem name update
2208
2209         (Closes Bug 511 Folder-Renaming not reflected immediately)
2210
2211 2004-06-17 [paul]       0.9.11cvs13
2212         
2213         * sync with main 0.9.12 release
2214           src/session.c
2215                 session_set_timeout(): fixed a bug that didn't
2216                 reset timeout_tag when interval is 0.
2217
2218 2004-06-16 [christoph]  0.9.11cvs12
2219
2220         * src/textview.c
2221                 correctly clear the URL in the status bar
2222
2223 2004-06-15 [christoph]  0.9.11cvs11
2224
2225         * src/summaryview.c
2226                 add missing gtk_widget_show()
2227
2228 2004-06-11 [christoph]  0.9.11cvs10
2229
2230         * src/plugins/spamassassin/spamassassin.c
2231                 correctly check waitpid return code
2232
2233         (Closes Bug 396 Zombie process when spamassassin is called)
2234
2235 2004-06-10 [christoph]  0.9.11cvs9
2236
2237         * src/mainwindow.c
2238         * src/summaryview.[ch]
2239         * src/gtk/Makefile.am
2240         * src/gtk/quicksearch.c                         ** NEW **
2241                 separate quick search from summaryview
2242
2243 2004-06-09 [christoph]  0.9.11cvs8
2244
2245         * src/inc.c
2246                 remove unused code
2247
2248         * src/textview.c
2249                 get folder for compose default account from MsgInfo and not
2250                 from SummaryView
2251
2252 2004-06-09 [christoph]  0.9.11cvs7
2253
2254         * src/folder.[ch]
2255                 add information about added or removed messages to
2256                 FOLDER_ITEM_UPDATE hook
2257
2258         * src/imap_gtk.c
2259         * src/mh_gtk.c
2260                 scan folder when removing a folder failed instead of
2261                 updating the summaryview
2262
2263 2004-06-08 [paul]       0.9.11cvs6
2264
2265         * sync with main 0.9.11cvs2
2266                 see ChangeLog 2004-06-08
2267
2268 2004-06-07 [christoph]  0.9.11cvs5
2269
2270         * configure.ac
2271         * src/common/Makefile.am
2272                 detect library providing 'encrypt' function
2273
2274 2004-06-07 [paul]       0.9.11cvs4
2275
2276         * src/inc.c
2277                 sync with main, 'code cleanup'
2278                 
2279         * tools/nautilus2sylpheed.sh
2280                 fix whitespace limitation. patch submitted by
2281                 Stephan Sachse <white@teg-clan.de>
2282
2283 2004-06-04 [christoph]  0.9.11cvs3
2284
2285         * src/account.c
2286         * src/action.[ch]
2287         * src/addressbook.c
2288         * src/addrindex.h
2289         * src/folder.h
2290         * src/folder_item_prefs.c
2291         * src/inc.c
2292         * src/main.c
2293         * src/messageview.c
2294         * src/mh_gtk.c
2295         * src/prefs_themes.c
2296         * src/procmime.c
2297         * src/quote_fmt.h
2298         * src/stock_pixmap.c
2299         * src/toolbar.c
2300                 fix compiler warnings
2301
2302 2004-06-03 [paul]       0.9.11cvs2
2303
2304         * src/msgcache.c
2305                 sync with main 0.9.11cvs1: "changed gint32 to
2306                 guint32 for some platforms"
2307
2308 2004-06-02 [christoph]  0.9.11cvs1
2309
2310         * src/common/ssl.c
2311                 fix SSL_CTX variable name for older OpenSSL versions
2312
2313         (Closes Bug 503 fix compilation with older OpenSSL)
2314
2315 2004-05-31 [paul]       0.9.11claws
2316
2317         * 0.9.11claws released
2318
2319 2004-05-31 [paul]       0.9.10claws72
2320
2321         * po/es.po
2322           po/it.po
2323           po/ja.po
2324           po/pl.po
2325           po/sk.po
2326           po/sr.po
2327           po/zh_CN.po
2328                 update translations, submitted by Ricardo Mones Lastra,
2329                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2330                 Urke MMI, and Hansom Young
2331
2332 2004-05-25 [luke]       0.9.10claws71
2333
2334         * AUTHORS
2335         * src/mimeview.c
2336         * src/stockpixmap.[ch]
2337         * src/Makefile.am
2338         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2339         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2340         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2341         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2342         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2343
2344                 o Added privacy emblems from Jesper Shultz 
2345                   <jesper@schultz-net.dk>
2346                 o Overlay emblems onto mimeview icons to indicate
2347                   status of signature and if a message is encrypted
2348         
2349         * src/textview.c
2350                 remove unused color definitions (were used to 
2351                 indicate sig status)
2352
2353 2004-05-25 [paul]       0.9.10claws70
2354
2355         * AUTHORS
2356           tools/Makefile.am
2357           tools/README
2358           tools/nautilus2sylpheed.sh            ** NEW FILE **
2359                 add script to enable sending files from
2360                 nautilus.
2361                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2362                 
2363         * tools/launch_firebird                 ** REMOVED **
2364                 removed as the standard "firefox '%s'" now functions
2365                 correctly
2366
2367 2004-05-23 [paul]       0.9.10claws69
2368
2369         * src/compose.c
2370                 fix %X cursor point segfault
2371                 patch by Christoph
2372
2373 2004-05-23 [christoph]  0.9.10claws68
2374
2375         * src/folder.c
2376                 fix folder moving
2377
2378 2004-05-21 [paul]       0.9.10claws67
2379
2380         * sync with 0.9.10cvs17
2381                 see ChangeLog 2004-05-21
2382
2383 2004-05-20 [paul]       0.9.10claws66
2384
2385         * sync with 0.9.10cvs16
2386                 see ChangeLog 2004-05-19 and 2004-05-20
2387
2388 2004-05-19 [alfons]     0.9.10claws65
2389
2390         * src/summaryview.h
2391                 on some platforms regoff_t is defined as off_t, so 
2392                 pull in sys/types.h
2393
2394 2004-05-19 [paul]       0.9.10claws64
2395
2396         * sync with 0.9.10cvs13
2397                 see ChangeLog 2004-05-18
2398
2399 2004-05-17 [christoph]  0.9.10claws63
2400
2401         * src/folder.c
2402                 search all folders when searching for default folders and
2403                 not return the special folder of the first folder
2404
2405 2004-05-13 [alfons]     0.9.10claws62
2406
2407         * src/summaryview.c
2408                 add a better check to see if a message is a news message
2409                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2410
2411 2004-05-13 [paul]       0.9.10claws61
2412
2413         * src/msgcache.c
2414                 sync with 0.9.10cvs12
2415                 see ChangeLog 2004-05-12
2416
2417 2004-05-12 [alfons]     0.9.10claws60
2418
2419         * src/folderview.c
2420                 release lock in case of folder could not be opened 
2421
2422 2004-05-11 [christoph]  0.9.10claws59
2423
2424         * src/inc.[ch]
2425                 remove unused folderview update stuff from inc.[ch]
2426
2427 2004-05-11 [paul]       0.9.10claws58
2428
2429         * sync with 0.9.10cvs11
2430                 see ChangeLog 2004-05-10 and 2004-05-11
2431
2432 2004-05-09 [christoph]  0.9.10claws57
2433
2434         * src/folderview.c
2435                 check for folder class functions and not folder type to detect
2436                 valid drag targets
2437
2438 2004-05-08 [christoph]  0.9.10claws56
2439
2440         * src/sgpgme.c
2441                 fix date output for signature expire times
2442
2443         (Patch by Edgar Toernig <froese@gmx.de>)
2444
2445 2004-05-06 [christoph]  0.9.10claws55
2446
2447         * src/gtk/prefswindow.c
2448                 change window type to DIALOG
2449
2450         * src/folder.[ch]
2451         * src/folderview.c
2452         * src/news_gtk.c
2453                 o add folder_remove()
2454                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2455                 o add new "sort" field to Folder, no longer sort folders by type
2456                   higher sort values will be first in the folder list, new folders get 0
2457                   and will be added to the end
2458
2459         * src/mainwindow.c
2460         * src/gtk/Makefile.am
2461         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2462                 add dialog to allow users to change the folder order
2463
2464 2004-05-04 [paul]       0.9.10claws54
2465
2466         * src/inc.c
2467                 Display account_name in statusbar when retrieving
2468                 messages from a pop account
2469         * src/prefs_account.c
2470                 display account name in title of prefs_account
2471                 window
2472         * src/prefs_folder_item.c
2473                 display folder name in title of prefs_folder window
2474
2475         all 3 patches submitted by Fabien Vantard
2476
2477         * AUTHORS
2478                 add Fabien Vantard
2479
2480 2004-05-04 [paul]       0.9.10claws53
2481
2482         * src/prefs_actions.c
2483           src/prefs_template.c
2484                 'Esc' Key exits alertpanel
2485                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2486
2487 2004-04-26 [christoph]  0.9.10claws52
2488
2489         * src/gtk/about.c
2490         * src/gtk/colorsel.c
2491         * src/gtk/description_window.c
2492         * src/gtk/filesel.c
2493         * src/gtk/gtkaspell.c
2494         * src/gtk/inputdialog.c
2495         * src/gtk/pluginwindow.c
2496         * src/gtk/progressdialog.c
2497                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2498                   it does not work correctly with xinerama
2499                 o lock incorporation while the plugin window is open
2500
2501 2004-04-23 [paul]       0.9.10claws51
2502
2503         * po/POTFILES.in
2504                 update location of inputdialog.c
2505                 
2506         * src/gtk/about.c
2507                 update Copyright string
2508                 
2509         * src/msgcache.c
2510           src/prefs_common.c
2511           src/prefs_themes.c
2512                 improve the english a little
2513
2514 2004-04-22 [christoph]  0.9.10claws50
2515
2516         * src/folderutils.[ch]
2517                 add folderutils_mark_all_read()
2518
2519         * src/folderview.c
2520                 readd "mark all read" from popup menu, now works
2521                 in all folders and not only the opened folder
2522
2523 2004-04-21 [christoph]  0.9.10claws49
2524
2525         * src/Makefile.am
2526         * src/inputdialog.[ch]                  ** REMOVED **
2527         * src/gtk/Makefile.am
2528         * src/gtk/inputdialog.[ch]              ** NEW **
2529                 move inputdialog.[ch] into gtk directory
2530
2531         * src/mh_gtk.c
2532                 remove check for missing IMAP folder account
2533
2534 2004-04-20 [christoph]  0.9.10claws48
2535
2536         * src/mainwindow.c
2537         * src/foldersel.c
2538                 remove new/rename/delete folder GUI functions because
2539                 they are always active, even for news folders, and can
2540                 not be easily made folder class dependent
2541
2542         * src/gtk/menu.[ch]
2543                 make menu_translate() public
2544
2545         * src/Makefile.am
2546         * src/folder.[ch]
2547         * src/folderview.[ch]
2548         * src/imap_gtk.[ch]                     ** NEW **
2549         * src/main.c
2550         * src/mh_gtk.[ch]                       ** NEW **
2551         * src/news_gtk.[ch]                     ** NEW **
2552                 o dynamically build FolderView popup menus from a folder
2553                   specific part, with callbacks to seperated code, and
2554                   a common part
2555                 o remove the folder class specifiy code from folderview.c
2556
2557 2004-04-15 [luke]       0.9.10claws47
2558
2559         * src/prefs_folder_item.c
2560                 o remove buttons for applying 'scan for new mail'
2561                   and 'process at startup' to sub folders
2562                 o add 'apply to sub folder' check buttons for all
2563                   properties and set folder prefs accordingly
2564                 o replace multiple gtk_widget_show() with one
2565                   gtk_widget_show_all() on container
2566
2567 2004-04-14 [darko]      0.9.10claws46
2568
2569         * src/gtk/Makefile.am
2570         * src/gtk/pluginwindow.c
2571                 load plugins from to $(prefix)/lib/sylpheed/plugins
2572                 in file selection dialog
2573         * src/plugins/clamav/clamav_plugin.c
2574                 const correctness
2575
2576 2004-04-14 [christoph]  0.9.10claws45
2577
2578         * src/folder.c
2579         * src/plugins/image_viewer/viewer.c
2580                 fix g_warnings
2581
2582 2004-04-10 [alfons]     0.9.10claws44
2583         
2584         * src/compose.c
2585                 appropriate auto account selection when forwarding
2586                 (fixes bug #476, "forward as attachment does not listen
2587                 to account rules")
2588
2589 2004-04-09 [alfons]     0.9.10claws43
2590
2591         * src/summaryview.c
2592                 make quick search combo matching case sensitive
2593
2594 2004-04-06 [alfons]     0.9.10claws42
2595
2596         * src/addr_compl.c
2597                 use cursor position to prevent clearing the entire entry
2598
2599 2004-04-06 [alfons]     0.9.10claws41
2600
2601         * src/folderview.c
2602                 fix bug #472, "filter not updated when renaming folder" 
2603
2604 2004-04-06 [alfons]     0.9.10claws40
2605
2606         * src/messageview.[ch]
2607           src/summaryview.c
2608                 reflect changes to Show all headers to main view
2609                 and message view (only affects detached message
2610                 view). see also bug #473, 'Show All Headers 
2611                 "problem"'.
2612
2613 2004-04-03 [alfons]     0.9.10claws39
2614
2615         * src/matcher.c
2616                 free address list
2617
2618 2004-04-03 [alfons]     0.9.10claws38
2619
2620         * src/matcher_parser_parse.y
2621           src/matcher.[ch]
2622                 prepare address look up matcher type; marginally
2623                 tested, and not hooked into the UI yet.
2624
2625                 basically it accepts the result of the left hand
2626                 side of the matcher (the "criteria"):
2627
2628                         from all_in_addressbook ""
2629                         ~to_or_cc any_in_addressbook ""
2630                 
2631                 the first case matches all addresses found in the
2632                 from header, and the second case matches if any
2633                 (at least one) of the addresses in to or cc headers 
2634                 are not in the address book.
2635
2636                 the string argument is not used yet, but is intended
2637                 to match a group of addresses 
2638
2639 2004-04-02 [luke]       0.9.10claws37
2640
2641         * src/prefs_folder_item.c
2642                 Add two buttons to apply 'scan for new mail'
2643                 and 'process at startup' to sub folders
2644
2645 2004-04-02 [luke]
2646         * tools/textviewer.sh
2647                 better filename extension matching plus some support for
2648                 MS Excel, MS Powerpoint and HTML
2649
2650 2004-03-29 [christoph]  0.9.10claws36
2651
2652         * src/folder.h
2653         * src/folderutils.[ch]
2654         * src/mainwindow.c
2655                 add delete duplicates for all folders
2656
2657 2004-03-29 [alfons]     0.9.10claws35
2658
2659         * src/folder.c
2660                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2661                 when selecting top-level folder node (thanks to 
2662                 Alex S. Moore)
2663
2664 2004-03-28 [keith]      0.9.10claws34
2665
2666         * src/textview.c
2667                 prepend "http://" to URIs of the form "www.example.com"
2668
2669 2004-03-28 [paul]       0.9.10claws33
2670
2671         * src/common/nntp.c
2672           src/common/smtp.c
2673           src/folder.c
2674           src/imap.c
2675           src/inc.c
2676           src/news.c
2677           src/pop.c
2678                 revise 'translatable string' policy:
2679                 don't translate debug_print() or log_print(),
2680                 translate log_message() and log_warning()
2681         
2682         * po/zh_CN.po
2683                 update submitted by Hansom Young
2684
2685 2004-03-25 [alfons]     0.9.10claws32
2686
2687         * src/prefs_common.c
2688                 I mean this one: Return the GList...
2689
2690 2004-03-25 [alfons]     0.9.10claws31
2691
2692         * src/prefs_common.h
2693                 add new members at the end of prefs_common, so
2694                 they get properly initialized
2695
2696 2004-03-24 [christoph]  0.9.10claws30
2697
2698         * src/imap.c
2699                 o NULL is a valid GSList
2700
2701 2004-03-24 [alfons]     0.9.10claws29
2702
2703         * src/prefs_common.[ch]
2704           src/summaryview.c
2705           src/common/defs.h
2706                 add history to quick search (patch submitted by 
2707                 Ivan Francolin Martinez - thanks!)
2708
2709 2004-03-24 [alfons]     0.9.10claws28
2710
2711         * src/imap.c
2712                 NULL output pointer parameter
2713
2714 2004-03-21 [alfons]     0.9.10claws27
2715
2716         * src/addrindex.[ch]
2717           src/addr_compl.c
2718                 complete addresses on nicks and aliases
2719
2720 2004-03-21 [alfons]     0.9.10claws26
2721
2722         * src/import.c
2723           src/inc.c
2724           src/mbox.[ch]
2725                 disable filters on import mbox (patch submitted
2726                 by Edgar Toernig)
2727
2728 2004-03-21 [darko]      0.9.10claws25
2729
2730         * src/addr_compl.c
2731                 select the address when only one match is found while
2732                 doing address completion with tab key (feature
2733                 request #914720)
2734
2735 2004-03-21 [alfons]     0.9.10claws24
2736
2737         * src/messageview.c
2738           src/toolbar.c
2739                 don't `navigate-delete` when a summary view's selection does not 
2740                 match the accompanying message view's message
2741
2742 2004-03-20 [alfons]     0.9.10claws23
2743
2744         * src/summaryview.c
2745                 hide ext search button on initial display (should fix bug #459,
2746                 "Toggling quick-search at 1st time: minor UI inconsistency")
2747
2748 2004-03-20 [alfons]     0.9.10claws22
2749
2750         * src/summaryview.[ch]
2751                 add function to get selected msginfo, if there's
2752                 only one selected
2753
2754 2004-03-20 [paul]       0.9.10claws21
2755
2756         * sync with 0.9.10cvs7
2757                 see ChangeLog 2004-03-19
2758
2759 2004-03-19 [paul]       0.9.10claws20
2760
2761         * src/common/nntp.c
2762           src/common/smtp.c
2763           src/common/ssl.c
2764           src/folder.c
2765           src/imap.c
2766           src/inc.c
2767           src/news.c
2768           src/pop.c
2769                 don't translate strings in debug_print(), log_print(),
2770                 log_message(),  and log_warning()
2771
2772 2004-03-19 [alfons]     0.9.10claws19
2773
2774         better next/previous/delete/focus navigation with separate 
2775         message view 
2776         
2777         * src/toolbar.c
2778                 call summaryview_delete() instead of messageview_delete()
2779         * src/messageview.c
2780                 disable messageview_delete()
2781
2782 2004-03-18 [paul]       0.9.10claws18
2783
2784         * sync with 0.9.10cvs6
2785                 see ChangeLog 2004-03-16
2786
2787 2004-03-17 [alfons]     0.9.10claws17
2788
2789         * src/gtk/filesel.c
2790                 remove bogus semicolon after if() (sometimes it pays to
2791                 read LKML :)
2792
2793 2004-03-15 [darko]      0.9.10claws16
2794
2795         * src/gtk/filesel.c
2796                 support full path in place of a filename
2797         * src/mimeview.c
2798                 store directory attachments were saved to and
2799                 use it when saving attachments
2800         * src/prefs_common.[hc]
2801                 store directory attachments were last saved to
2802
2803 2004-03-15 [paul]       0.9.10claws15
2804
2805         * src/folderview.c
2806                 fix bug where unsubscribing a newsgroup would destroy
2807                 (most of the) filtering rules
2808
2809 2004-03-15 [paul]       0.9.10claws14
2810
2811         * src/folderview.c
2812                 fix Bug 458, 'Folder View remaining empty after 
2813                 removing a NEWS account' (was also true of IMAP
2814                 accounts)
2815
2816 2004-03-15 [paul]       0.9.10claws13
2817
2818         * src/folderview.c
2819                 fix folderview invisibility of newly subscribed
2820                 newsgroups
2821
2822 2004-03-13 [paul]       0.9.10claws12
2823
2824         * src/compose.c
2825           src/plugins/dillo_viewer/dillo_prefs.c
2826           src/plugins/image_viewer/viewerprefs.c
2827                 gettextise some forgotten parts
2828
2829 2004-03-13 [alfons]     0.9.10claws11
2830
2831         * src/imap.c
2832                 make sure the correct type is passed to sscanf()
2833
2834 2004-03-13 [paul]       0.9.10claws10
2835
2836         * sync with 0.9.10cvs5
2837                 see ChangeLog 2004-03-02 and 2004-03-12, 
2838                 specifically:
2839                 'always move messages by default when using DnD (except 
2840                 for News folder). Copy messages if Ctrl-key is pressed.'
2841                 and 'added a function to filter selected messages'
2842
2843 2004-03-12 [christoph]  0.9.10claws9
2844
2845         * src/codeconv.c
2846                 add parameter check to conv_unmime_header_overwrite()
2847
2848         * src/imap.c
2849                 o fix spelling
2850                 o fix removing of NEW flag when UNREAD is unset
2851
2852         * src/procmime.c
2853                 decode MIME-headers
2854
2855         (Closes 437 i18n attachment display error.)
2856
2857 2004-03-12 [paul]       0.9.10claws8
2858
2859         * po/it.po
2860                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2861                 
2862         * tools/Makefile.am
2863                 add 'textviewer.sh'
2864
2865 2004-03-12 [alfons]     0.9.10claws7
2866
2867         * src/imap.c
2868                 o quiet compiler and typecast Folder * to IMAP Folder *
2869                 o wake up and fix my previous incompatible type assignment bug
2870
2871 2004-03-12 [alfons]     0.9.10claws6
2872
2873         * src/imap.c
2874                 don't mix up pointers to int, guint32 _and_ 
2875                 unsigned int 
2876
2877 2004-03-12 [christoph]  0.9.10claws5
2878
2879         * src/folderview.c
2880                 Add error requester when renaming a folder failed
2881
2882         * src/imap.c
2883                 Check new FolderItem name for namespace seperator
2884                 before renaming
2885
2886         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2887
2888 2004-03-11 [christoph]  0.9.10claws4
2889
2890         * src/folder.[ch]
2891         * src/imap.c
2892         * src/procmsg.h
2893                 syncronize flags in cache with IMAP folder flags
2894
2895         Adapted a patch submitted by Simon 'corecode' Schubert
2896         <corecode@corecode.ath.cx> 
2897
2898
2899 2004-03-11 [alfons]     0.9.10claws3
2900
2901         * src/textview.[ch]
2902                 remove dead code that at one time controlled display of
2903                 URIs in status bar
2904
2905 2004-03-10 [paul]       0.9.10claws2
2906
2907         * po/it.po
2908                 updated by Lupino <lupin85@email.it>
2909
2910 2004-03-09 [alfons]     0.9.10claws1
2911
2912         * src/matcher.c
2913                 we're not using yywrap, but we may, so close yyin instead
2914                 of initial FILE *
2915
2916 2004-03-08 [paul]       0.9.10claws
2917
2918         * 0.9.10claws released
2919
2920 2004-03-08 [paul]       0.9.9claws41
2921
2922         * po/es.po
2923           po/ja.po
2924           po/ru.po
2925           po/sk.po
2926           po/sr.po
2927           po/zh_CN.po
2928                 update translations. submitted by Ricardo Mones Lastra,
2929                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2930                 Hansom Young
2931
2932 2004-03-06 [paul]       0.9.9claws40
2933
2934         * src/stock_pixmap.c
2935                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2936                 patch submitted by Pawel Pekala
2937
2938 2004-03-06 [alfons]             0.9.9claws39
2939
2940         * src/addrindex.c
2941                 allow nick name completion again 
2942
2943 2004-03-02 [match]              0.9.9claws38
2944
2945         * configure.ac
2946                 added definition of USE_LDAP_TLS to support TLS.
2947         * src/ldapctrl.[ch]
2948         * src/ldapquery.c
2949         * src/ldapserver.[ch]
2950         * src/addressbook.c
2951         * src/addrindex.c
2952         * src/editldap.c
2953                 included LDAP TLS support.
2954
2955 2004-03-02 [christoph]          0.9.9claws37
2956
2957         * src/folder.[ch]
2958                 o add more documentation for FolderClass
2959                 o remove usused FolderClass virtual functions
2960
2961         * src/imap.c
2962         * src/mh.c
2963         * src/news.c
2964                 change creation of FolderClass because static initializations
2965                 for structs suck in C89
2966
2967 2004-03-01 [paul]
2968
2969         * sync with 0.9.10
2970
2971 2004-02-28 [keith]      0.9.9claws36
2972
2973         * src/common/utils.c
2974                 Fix treatment of whitespace in quicksearch bar (leading
2975                 spaces and >1 space between commands and parameters).
2976
2977 2004-02-27 [alfons]     0.9.9claws35
2978
2979         * src/compose.[ch]
2980                 Explicitly remove draft timeout to fix nasty race between 
2981                 compose_send_cb() (which destroys the compose window) and 
2982                 compose_defer_auto_save_draft() (which expects compose 
2983                 window to exist). Should fix Keith's and Fred Marton's
2984                 bug report (#128, "crash after complaining about character
2985                 set conversion")
2986
2987 2004-02-27 [luke]       0.9.9claws34
2988         
2989         * src/folder.c
2990                 Do folder_item_apply_processing() even if no processing
2991                 rules for the folder exist (so global processing is applied)
2992
2993 2004-02-26 [thorsten]   0.9.9claws33
2994
2995         * src/mimeview.c
2996                 Remove misleading static declaration
2997
2998 2004-02-26 [alfons]     0.9.9claws32
2999
3000         * src/procmime.[ch]
3001           src/compose.c
3002           src/mimeview.c
3003           src/textview.c
3004                 use/add procmime_get_content_type_str() as a safe wrapper
3005                 for returning a Content-Type type string; should fix 
3006                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3007                  - attachments."
3008
3009 2004-02-26 [thorsten]   0.9.9claws31
3010
3011         * src/mimeview.c
3012                 Restructure save_as/save_all
3013
3014 2004-02-26 [alfons]     0.9.9claws30
3015
3016         * src/procmime.c
3017                 clean up (2)
3018
3019 2004-02-26 [alfons]     0.9.9claws29
3020
3021         * src/procmime.c
3022                 clean up (1)
3023
3024 2004-02-24 [luke]
3025
3026         * tools/textviewer.sh
3027                 tweaks from Johann Koenig, recognition of shell
3028                 scripts in particular
3029
3030 2004-02-24 [paul]       0.9.9claws28
3031
3032         * sync with 0.9.9cvs13
3033                 see ChangeLog 2004-02-24
3034
3035 2004-02-23 [paul]       0.9.9claws27
3036
3037         * src/inc.c
3038                 one alertpanel on pop3 authentication error will suffice
3039                 
3040         * src/prefs_fonts.c
3041                 remove unnecessary printf
3042
3043 2004-02-22 [alfons]     0.9.9claws26
3044
3045         * src/messageview.c
3046                 put back a lost check
3047
3048 2004-02-21 [alfons]     0.9.9claws25
3049
3050         * src/folderview.c
3051                 don't forget to save folder properties after renaming folder
3052
3053 2004-02-20 [paul]       0.9.9.claws24
3054
3055         * src/addressbook.c
3056                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3057                 
3058         * src/inc.c
3059                 complete sync with 0.9.9cvs9's 'update folderview
3060                 progressively'
3061                 
3062         * configure.ac
3063                 require gettext >= 0.12.1
3064
3065 2004-02-17 [match]      0.9.9claws23
3066
3067         * src/compose.c
3068                 keep the peace - change style.
3069
3070 2004-02-17 [alfons]     0.9.9claws22
3071
3072         * src/filtering.c
3073                 make MATCHACTION_STOP cancel filtering / processing;
3074                 clean up and document it to make it a little bit more clear;
3075
3076 2004-02-17 [alfons]     0.9.9claws21
3077
3078         %X marks the cursor spot for reply quote format
3079
3080         * src/quote_fmt_lex.l 
3081           src/quote_fmt.c
3082                 add %X token
3083                 
3084         * src/quote_fmt.h
3085           src/quote_fmt_parse.y
3086                 handle %X token
3087                 
3088         * src/compose.c
3089                 handle %X token for replies only (for now)
3090
3091 2004-02-17 [paul]       0.9.9claws20
3092
3093         * po/sk.po
3094                 updated by Andrej Kacian
3095                 
3096         * src/news.c
3097                 remove unneeded include
3098                 
3099         * src/prefs_fonts.c
3100                 be a little more user-friendly with the labels
3101                 
3102         * configure.ac
3103                 a change forgotten in the last commit: 
3104                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3105
3106 2004-02-17 [paul]       0.9.9claws19
3107
3108         * ac/*                          ** REMOVED **
3109           ac/                           ** REMOVED **
3110           intl/Makefile.in              ** REMOVED **
3111           m4/                           ** NEW **
3112           m4/missing                    ** NEW **
3113           m4/missing/gdk-pixbuf.m4      ** NEW **
3114           m4/missing/gettext.m4         ** NEW **
3115           m4/missing/gpgme.m4           ** NEW **
3116           m4/missing/imlib.m4           ** NEW **
3117           m4/.cvsignore                 ** NEW **
3118           m4/Makefile.am                ** NEW **
3119           m4/README                     ** NEW **
3120           m4/aclocal-include.m4         ** NEW **
3121           m4/aspell.m4                  ** NEW **
3122           m4/check-type.m4              ** NEW **
3123           m4/gnupg-check-typedef.m4     ** NEW **
3124           m4/openssl.m4                 ** NEW **
3125           m4/spamassassin.m4            ** NEW **
3126           po/ChangeLog                  ** REMOVED **
3127           po/Makefile.in.in             ** REMOVED **
3128           po/Rules-quot                 ** REMOVED **
3129           po/boldquot.sed               ** REMOVED **
3130           po/en@boldquot.header         ** REMOVED **
3131           po/en@quot.header             ** REMOVED **
3132           po/insert-header.sin          ** REMOVED **
3133           po/quot.sed                   ** REMOVED **
3134           po/remove-potcdate.sed        ** REMOVED **
3135           po/remove-potcdate.sin        ** REMOVED **
3136           po/stamp-po                   ** REMOVED **
3137           Makefile.am
3138           autogen.sh
3139           configure.ac
3140                 enable building with automake 1.8.x
3141                 add 'autopoint' to autogen.sh and remove all
3142                 auto-generated files, remove ac/ in favour of
3143                 m4/
3144
3145 2004-02-17 [alfons]     0.9.9claws18
3146         
3147         * src/summaryview.c
3148                 MSG_IS_NEWS() is not stored at all, and is bogus
3149
3150 2004-02-17 [martin]     0.9.9claws17
3151
3152         * src/prefs_themes.c
3153                 fix crash when installing wrong theme and output an
3154                 error message
3155
3156 2004-02-16 [christoph]  0.9.9claws16
3157
3158         * src/compose.c
3159         * src/stock_pixmap.[ch]
3160         * src/toolbar.[ch]
3161         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3162                 add "Wrap current paragraph" to compose toolbar
3163
3164 2004-02-15 [alfons]     0.9.9claws15
3165
3166         * src/folderview.c
3167                 refine previous commit to make sure other hook functions
3168                 get their grab of the pie too
3169
3170 2004-02-15 [alfons]     0.9.9claws14
3171
3172         * src/folderview.c
3173                 fix sync breakage so we don't pass invalid pointer types
3174
3175 2004-02-15 [match]      0.9.9claws13
3176
3177         * src/ldapquery.[ch]
3178         * src/ldapserver.h
3179         * src/addrindex.[ch]
3180                 tweak threading calls.
3181         * src/addr_compl.[ch]
3182                 add alias into completion list.
3183         * src/addressbook.c
3184                 fix ldap browse.
3185                 improve context menu behavior.
3186                 change menu sequence.
3187                 add send mail from addressbook.
3188         * src/addrselect.[ch]
3189         * src/compose.[ch]
3190                 add send mail from addressbook.
3191
3192 2004-02-15 [christoph]  0.9.9claws12
3193
3194         * src/folderutils.c
3195                 skip deleting when duplist is empty
3196
3197         * src/folderview.[ch]
3198         * src/mainwindow.c
3199         * src/summaryview.[ch]
3200                 call folderutils_delete_duplicates() from mainwindow code
3201
3202 2004-02-15 [alfons]     0.9.9claws11
3203         
3204         * src/common/utils.c
3205                 add prefix for italian ms o(e) 
3206
3207 2004-02-14 [paul]       0.9.9claws10
3208
3209         * src/foldersel.c
3210                 fix updating of the folder view when creating a
3211                 new folder
3212
3213 2004-02-13 [paul]       0.9.9claws9
3214
3215         * src/plugins/clamav/clamav_plugin.c
3216                 remove GUI code
3217
3218 2004-02-13 [paul]       0.9.9claws8
3219
3220         * sync with 0.9.9cvs9
3221                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3222
3223 2004-02-13 [alfons]     0.9.9claws7
3224
3225         * src/common/utils.c
3226                 fix wrong type of argument for ctype functions (pass unsigned
3227                 char instead of signed char)
3228
3229 2004-02-12 [alfons]     0.9.9claws6
3230
3231         * src/compose.[ch]
3232                 don't select text in header entry when composing to a 
3233                 default address, but rather give the header entry a
3234                 different color / style (same as the folder new color)
3235
3236 2004-02-12 [alfons]     0.9.9claws5
3237
3238         * src/plugins/clamav/clamav_plugin.c
3239                 don't exit(2) on libclamav init error - show a warning.
3240                 (tested by damaging a clamav database file.)
3241
3242 2004-02-12 [paul]       0.9.9claws4
3243
3244         * sync with 0.9.9cvs4
3245                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3246
3247 2004-02-11 [luke]       0.9.9claws3
3248
3249         * src/mimeview.c
3250                 remove redundant check introduced in 0.9.9claws1
3251
3252 2004-02-11 [luke]       0.9.9claws2
3253
3254         * src/mimeview.c
3255                 fix compilation of my previous commit without gpg enabled
3256
3257 2004-02-10 [luke]       0.9.9claws1
3258
3259         * src/mimeview.c
3260                 add borders to icons to indicate the privacy status for
3261                 the message part (unknown/bad/good)
3262
3263 2004-02-06 [paul]       0.9.9claws
3264
3265         0.9.9claws released
3266
3267 2004-02-06 [darko]      0.9.8claws64
3268
3269         * src/compose.c
3270                 don't allow Ctrl+Enter while external editor is active
3271
3272 2004-02-06 [paul]       0.9.8claws63
3273
3274         * po/es.po
3275           po/pl.po
3276           po/sk.po
3277           po/sr.po
3278                 update Spanish, Polish, Slovak, and Serbian translations.
3279                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3280                 and Urke MMI
3281
3282 2004-02-04 [alfons]     0.9.8claws62
3283
3284         * src/compose.c
3285                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3286                 don't have clue yet why the cursor pos is at the end of the
3287                 text.)
3288
3289 2004-02-04 [alfons]     0.9.8claws61
3290
3291         * src/compose.c
3292                 always grab focus when one of the header entries is clicked 
3293                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3294
3295 2004-02-02 [paul]
3296
3297         * ac/missing/gdk-pixbuf.m4
3298           ac/missing/gpgme.m4
3299           ac/missing/imlib.m4
3300                 prevent 'underquoted definition' warnings
3301                 patch submitted by David Relson
3302                 
3303         * src/plugins/clamav/README
3304                 update, improve, correct
3305
3306 2004-01-31 [thorsten]   0.9.8claws60
3307
3308         * src/news.c
3309                 'dir' not initialized if group has no messages
3310
3311 2004-01-29 [christoph]  0.9.8claws59
3312
3313         * src/customheader.[ch]
3314                 add custom_header_is_allowed() to check for disallowed header names
3315                 that must not be overridden by custom headers
3316
3317         * src/compose.c
3318                 always write From: header and use custom_header_is_allowed() to
3319                 check if custom header should be written
3320
3321         * src/prefs_customheader.c
3322                 check if custom header is disallowed using custom_header_is_allowed()
3323
3324         * src/folderutils.c
3325                 destroy message id GHashTable before freeing the MsgInfos
3326
3327 2004-01-29 [paul]       0.9.8claws58
3328
3329         * sync with 0.9.9 release
3330                 see ChangeLog 2004-01-29
3331
3332 2004-01-29 [paul]       0.9.8claws57
3333
3334         * sync with 0.9.8cvs11
3335                 see ChangeLog 2004-01-29
3336
3337 2004-01-28 [christoph]  0.9.8claws56
3338
3339         * src/pgpmime.c
3340         * src/sgpgme.[ch]
3341                 return WARN signature status when signature is not trusted
3342
3343         * src/Makefile.am
3344         * src/folder.c
3345         * src/folderutils.[ch]                  ** NEW **
3346         * src/summaryview.c
3347                 implement delete duplicates summaryview independent
3348
3349 2004-01-28 [paul]       0.9.8claws55
3350
3351         * sync with 0.9.8cvs10
3352                 see Changelog 2004-01-27 and 2004-01-28
3353
3354 2004-01-26 [christoph]  0.9.8claws54
3355
3356         * src/imap.c
3357                 create a root node for the Folder if scan fails because root
3358                 folder does not exist
3359
3360 2004-01-26 [paul]       0.9.8claws53
3361
3362         * sync with 0.9.8cvs7
3363                 see ChangeLog 2004-01-23
3364
3365 2004-01-25 [alfons]     0.9.8claws52
3366
3367         * src/compose.c
3368                 remove left-over constant INDENT_CHARS
3369
3370 2004-01-25 [alfons]     0.9.8claws51
3371
3372         * src/procmime.c
3373                 add NULL pointer check for mimeinfo->node in
3374                 procmime_mimeinfo_parent()
3375
3376 2004-01-25 [darko]      0.9.8claws50
3377
3378         * src/compose.c
3379                 make "Wrap all long lines" toolbar button wrap all
3380                 long lines not just the current line
3381                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3382
3383
3384 2004-01-25 [alfons]     0.9.8claws49
3385
3386         * src/procmime.c
3387                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3388                 necessary anyway, because *scanf() functions neglect white
3389                 space in the input. 
3390                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3391
3392 2004-01-25 [paul]       0.9.8claws48
3393
3394         * src/prefs_ext_prog.c
3395                 apply Alfons' patch to check for NULL pointers
3396                 fixes bug #424
3397
3398 2004-01-25 [paul]       0.9.8claws47
3399
3400         * sync with 0.9.8cvs8
3401                 see ChangeLog 2004-01-23
3402
3403 2004-01-25 [thorsten]   0.9.8claws46
3404
3405         * src/messageview.c
3406                 remove orphaned mimeview unref()
3407
3408 2004-01-23 [christoph]  0.9.8claws45
3409
3410         * src/summaryview.c
3411                 set ctree widget style
3412
3413 2004-01-23 [paul]       0.9.8claws44
3414
3415         * sync with 0.9.8cvs5
3416                 see ChangeLog 2004-01-22
3417
3418 2004-01-23 [alfons]     0.9.8claws43
3419
3420         * src/procmsg.c
3421                 remove redundant code in procmsg_get_thread_tree()
3422
3423 2004-01-21 [christoph]  0.9.8claws42
3424
3425         * src/folderview.c
3426                 set ctree widget style, otherwise GTK does not use the
3427                 the correct vertical size for the list items
3428
3429 2004-01-21 [alfons]     0.9.8claws41
3430
3431         * src/summaryview.c
3432                 GDK_Left should only switch to folderview when
3433                 when summaryview hscrollbar is at the leftmost
3434                 position (fixes bug #420, "Focus error")
3435
3436 2004-01-21 [paul]       0.9.8claws40
3437
3438         * sync with 0.9.8cvs4
3439                 see ChangeLog 2004-01-20
3440
3441 2004-01-20 [christoph]  0.9.8claws39
3442
3443         * src/folderview.c
3444                 remove setting sensitivity for no longer existing
3445                 /Scoring... popup entry
3446
3447 2004-01-20 [keith]      0.9.8claws38
3448
3449         * configure.ac
3450                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3451
3452 2004-01-20 [paul]       0.9.8claws37
3453
3454         * src/prefs_fonts.c
3455                 demystify font settings
3456                 
3457         * src/textview.c
3458                 use textview->msgfont for header->body in
3459                 textview_show_header()
3460
3461 2004-01-20 [paul]       0.9.8claws36
3462
3463         * src/compose.c
3464           src/undo.c
3465                 remove superfluous debug_print's
3466                 
3467         * src/inc.c
3468                 clear the statusbar after LOCAL incorporation
3469
3470 2004-01-20 [paul]       0.9.8claws35
3471
3472         * sync with 0.9.8cvs3
3473                 see ChangeLog 2004-01-20
3474
3475 2004-01-19 [keith]      0.9.8claws34
3476
3477         * src/folderview.c
3478                 don't show 'Search folder...' on popup menu
3479                 if folder has no mails in it
3480
3481 2004-01-17 [keith]      0.9.8claws33
3482
3483         * src/compose.c
3484           src/prefs_common.c
3485           src/prefs_common.h
3486                 store position of compose window in prefs
3487
3488 2004-01-17 [thorsten]   0.9.8claws32
3489
3490         * src/gtk/gtkvscrollbutton.c
3491                 ensure scrollbutton resize event on different gtk versions
3492
3493 2004-01-15 [alfons]     0.9.8claws31
3494         
3495         * src/summaryview.c
3496                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3497                 message as read
3498
3499 2004-01-12 [christoph]  0.9.8claws30
3500
3501         * src/procmime.c
3502                 better MIME-Version check
3503
3504 2004-01-11 [alfons]     0.9.8claws29
3505
3506         * src/procmsg.c
3507                 remove unnecessary but still effective check (could possibly
3508                 lead to some unwanted side effects)
3509
3510 2004-01-11 [alfons]     0.9.8claws28
3511
3512         * src/procmsg.c
3513                 we should not prefer lowest message number while threading 
3514                 (introduced in previous commit)
3515
3516 2004-01-11 [alfons]     0.9.8claws27
3517
3518         * src/procmsg.c
3519                 subject threading fixes:
3520                 
3521                         - make message with lowest message number the
3522                           thread parent,
3523                         - refine recording last node when threading. the last node
3524                           should be the previous one if a node has a thread parent,
3525                           or the current node if not
3526                 
3527                 (there's another threading bug fix coming up)
3528
3529 2004-01-10 [paul]       0.9.8claws26
3530
3531         * src/main.c
3532           src/prefs_ext_prog.c
3533           src/plugins/clamav/clamav_plugin_gtk.c
3534                 minor gui fixes
3535
3536 2004-01-09 [christoph]  0.9.8claws25
3537
3538         * src/Makefile.am
3539         * src/string_match.[ch]                 ** REMOVE **
3540         * src/common/Makefile.am
3541         * src/common/string_match.[ch]          ** NEW **
3542                 move string_match.[ch] to common directory
3543
3544 2004-01-09 [christoph]  0.9.8claws24
3545
3546         * src/pgpmime.c
3547                 add MIME-Version header for the message parser
3548
3549 2004-01-09 [paul]       0.9.8claws23
3550
3551         * po/POTFILES.in
3552           src/Makefile.am
3553           src/main.c
3554           src/prefs_common.c
3555           src/prefs_ext_prog.[ch]       ** NEW FILES **
3556                 move External Command options from 'Common Prefs/Other' to
3557                 'Other Prefs/Message View/External Programs', also reveal
3558                 the hidden options for audio player and image viewer.
3559                 
3560         * src/prefs_common.c
3561                 fix toggling of header pane
3562
3563 2004-01-09 [paul]       0.9.8claws22
3564
3565         * src/compose.c
3566                 when changing account also change the save folder
3567
3568         * src/textview.c
3569                 if a text/plain attachment has 'Content-Disposition: attachment'
3570                 don't display it inline
3571
3572 2004-01-08 [christoph]  0.9.8claws21
3573
3574         * src/procmime.c
3575                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3576                 otherwise thread the message content as one text part and
3577                 don't assume charset US-ASCII which is only specified as
3578                 default for MIME-messages
3579
3580 2004-01-08 [paul]       0.9.8claws20
3581
3582         * src/plugins/clamav/clamav_plugin.c
3583           src/plugins/spamassassin/spamassassin.c
3584                 inform the user what is happening via the statusbar
3585
3586 2004-01-06 [paul]       0.9.8claws19
3587
3588         * po/es.po
3589                 update Spanish translation. submitted by Ricardo
3590                 Mones Lastra
3591
3592 2004-01-05 [paul]       0.9.8claws18
3593
3594         * sync with 0.9.8cvs2
3595                 see ChangeLog 2004-01-05
3596
3597 2004-01-03 [luke]       0.9.8claws17
3598
3599         * src/procheader.c
3600                 Clean up:
3601                 o remove unused functions string_getchar() and file_getchar()
3602                 o remove the getchar_ parameter from generic_get_one_field()
3603                 o add an 'unfold' parameter to generic_get_one_field, to
3604                   be used if no HeaderEntry is supplied
3605                 o procheader_get_one_field_asis() uses
3606                   generic_get_one_field().
3607
3608 2004-01-01 [christoph]  0.9.8claws16
3609
3610         * src/common/xml.[ch]
3611                 o add xml_new_tag() to manage usage counts of strings correctly
3612                 o correct xml_copy_tree() function name
3613
3614         * src/folder.c
3615         * src/main.c
3616                 allow registering and unregistering of FolderClasses anytime
3617
3618 2003-12-31 [christoph]  0.9.8claws15
3619
3620         * src/folder.[ch]
3621         * src/common/xml.[ch]
3622                 keep folderlist.xml data for unloaded FolderClasses
3623
3624 2003-12-30 [luke]       0.9.8claws14
3625
3626         * src/procheader.[ch]
3627                 o added procheader_get_one_field_asis() that does not do
3628                   unfolding
3629                 o fix procheader_get_header_array_asis() to use the above,
3630                   fixing ugliness of headers in textview
3631
3632         * src/compose.c
3633                 o don't unfold headers when redirecting.        
3634
3635 2003-12-30 [paul]       0.9.8claws13
3636
3637         * po/POTFILES.in
3638           src/common/defs.h
3639           src/Makefile.am
3640           src/main.c
3641           src/prefs_common.c
3642           src/prefs_themes.[ch] ** NEW FILES **
3643                 redesign and move Icon Theme selector to
3644                 the new prefs window
3645           
3646         * src/stock_pixmap.c
3647                 fix the old bug where icons are not always
3648                 updated when changing themes
3649         
3650         * src/summaryview.c
3651                 fix bug where the icons on the title row
3652                 of the summary view were not updated
3653         
3654         all patches submitted by Ricardo Mones Lastra
3655
3656 2003-12-30 [hoa]        0.9.8claws12
3657
3658         * src/folder.c
3659                 run preglobal and postglobal processing rules
3660                 even if the folder does not have any rules.
3661
3662 2003-12-28 [paul]       0.9.8claws11
3663
3664         * ac/aspell.m4
3665           ac/check-type.m4
3666           ac/gnupg-check-typedef.m4
3667           ac/openssl.m4
3668           ac/spamassassin.m4
3669                 fix 'underquoted definition' warnings, patch submitted by
3670                 David Relson <relson@osagesoftware.com>
3671                 
3672         * src/common/utils.c
3673                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3674                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3675
3676 2003-12-28 [paul]       0.9.8claws10
3677
3678         * sync with 0.9.8cvs1
3679                 see ChangeLog 2003-12-17
3680
3681 2003-12-27 [christoph]  0.9.8claws9
3682
3683         * src/common/utils.[ch]
3684                 add g_node_map() to map a GNode into a new GNode
3685                 converting all node data's with a function
3686
3687         * src/account.c
3688         * src/folder.[ch]
3689         * src/folderview.c
3690         * src/imap.c
3691         * src/mainwindow.c
3692         * src/summaryview.c
3693                 o use g_node_map() to convert XML <-> Folder
3694                 o remove redundant FolderItem->parent and
3695                   replace it with folder_item_parent()
3696
3697 2003-12-23 [christoph]  0.9.8claws8
3698
3699         * src/folder.[ch]
3700         * src/folderview.c
3701         * src/mainwindow.c
3702         * src/procmsg.c
3703                 o use callback for notifications about added and
3704                   destroyed folders
3705                 o rewrite folderlist saving (new functions to create
3706                   folder from XML tree, and XML tree from folder)
3707
3708         * src/common/xml.[ch]
3709                 add function to save XML trees
3710
3711         * src/prefs_filtering.c
3712                 code cleanup
3713
3714 2003-12-22 [christoph]  0.9.8claws7
3715
3716         * src/prefs_account.[ch]
3717                 add "SMTP only" accounts
3718
3719 2003-12-20 [melvin]     0.9.8claws6
3720
3721         * src/action.[ch]
3722                 Changed the interface for action_update_*_menu() so
3723                 action.c does not need to know the paths of the different
3724                 actions menu (mainwindow, message view and compose window). 
3725
3726         * src/compose.c
3727                 Tiny code cleanup to merge spell checker related code
3728                 compose_update_actions_menu(): new function to update
3729                 the actions menu. Use it in compose_create()
3730
3731         * src/compose.h
3732                 compose_update_actions_menu(): new function to update
3733                 the actions menu. Used also in prefs_actions.c.
3734
3735         * src/mainwindow.[ch]
3736                 main_window_update_actions_menu(): new function to update
3737                 the actions menu. Used in main_window_create() and in
3738                 prefs_actions.c
3739
3740         * src/messageview.[ch]
3741                 messageview_update_actions_menu(): new function to update
3742                 the actions menu. Used in messageview_add_toolbar() and in
3743                 prefs_actions.c
3744                 
3745         * src/prefs_actions.c   
3746                 prefs_actions_ok(): fixed to update the actions menu of
3747                 the separate message view and the compose windows.
3748
3749 2003-12-20 [luke]       0.9.8claws5
3750         * src/procheader.c
3751                 fix unfolding/newline stripping for multiline fields
3752                 in generic_get_one_field()
3753
3754 2003-12-19 [christoph]  0.9.8claws4
3755
3756         * src/summaryview.c
3757                 o code cleanup
3758                 o use subject_compare_for_sort() when comparing
3759                   simplified subjects
3760
3761 2003-12-19 [christoph]  0.9.8claws3
3762
3763         * src/msgcache.c
3764                 more syncing with 0.8.9a
3765
3766 2003-12-19 [christoph]  0.9.8claws2
3767
3768         * src/folder.c
3769                 don't write all FolderItem XML attributes for the root node
3770
3771 2003-12-19 [melvin]     0.9.8claws1
3772
3773         * src/messageview.c
3774                 Added missing menu branch (Tools/Create processing/rule)
3775         * po/fr.po
3776                 Updated French translation for the added string.
3777
3778 2003-12-19 [paul]       0.9.8claws
3779
3780         0.9.8claws released
3781
3782 2003-12-19 [paul]       0.9.7claws51
3783
3784         * po/en_GB.po
3785           po/es.po
3786           po/ja.po
3787           po/pl.po
3788           po/sk.po
3789           po/zh_CN.po
3790                 update translations. submitted by me, Ricardo Mones
3791                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3792                 Hansom Young
3793                 
3794         * src/folder_item_prefs.c
3795                 'enable_processing' set to FALSE by default
3796
3797 2003-12-18 [melvin]     0.9.7claws50
3798
3799         * po/fr.po
3800                 Updated French translation
3801
3802 2003-12-17 [christoph]  0.9.7claws49
3803
3804         * src/procheader.c
3805                 revert discarding of whitespace from 0.9.7claws44
3806
3807                 RFC2822 2.2.3: Unfolding is accomplished by simply
3808                 removing any CRLF that is immediately followed by WSP.
3809
3810 2003-12-17 [paul]       0.9.7claws48
3811
3812         * src/folder.c
3813                 fix new message count
3814                 
3815         * configure.ac
3816                 update autotools macros
3817
3818         * sync with 0.9.8a
3819
3820 2003-12-16 [christoph]  0.9.7claws47
3821
3822         * src/folder.c
3823                 fix folder update before adding MsgInfo to cache
3824                 in add_msginfo_to_cache()
3825
3826         * src/procmsg.c
3827                 remove old call to folder_item_update() that is no
3828                 longer required
3829
3830 2003-12-16 [christoph]  0.9.7claws46
3831
3832         * src/main.c
3833                 make sure the shutdown process only runs once
3834
3835 2003-12-16 [hoa]        0.9.7claws45
3836
3837         * src/mainwindow.c
3838         * src/messageview.c
3839         * src/summaryview.[ch]
3840                 Create filter rules using a message is fixed.
3841                 We can now create processing rules using a message.
3842
3843 2003-12-15 [alfons]     0.9.7claws44
3844
3845         * src/procheader.c
3846                 make sure we discard folding white space
3847
3848 2003-12-15 [luke]       0.9.7claws43
3849         * src/textview.c
3850         * src/mimeview.c
3851                 o use "name" parameter if "filename" doesn't exist
3852
3853 2003-12-14 [alfons]     0.9.7claws42
3854
3855         * src/summaryview.c
3856         * src/common/utils.c
3857                 allow quick finding based on the result of passing
3858                 a message to an external command. E.g:
3859
3860                         X "bogofilter < %F" 
3861                 
3862                 gets me all the spam in a folder.
3863
3864 2003-12-14 [luke]       0.9.7claws41
3865
3866         * src/textview.c
3867         * src/mimeview.c
3868                 o use parameter "filename" instead of "name" in a couple of 
3869                   places for correctness
3870
3871         * src/procmime.c
3872         * src/common/utils.[ch]
3873                 o make temporary filename for attachments safe for %p 
3874                   substitutions in actions.
3875
3876 2003-12-13 [christoph]  0.9.7claws40
3877
3878         * src/main.c
3879                 readd exit(0) to clean_quit() because otherwise sylpheed
3880                 does not always terminate
3881
3882         * src/pgpmime.c
3883         * src/privacy.h
3884                 add an identifier-string for PrivacySystems
3885
3886 2003-12-12 [paul]
3887
3888         * doc/man/sylpheed.1
3889                 update the man page
3890
3891 2003-12-12 [paul]       0.9.7claws39
3892
3893         general clean up
3894         
3895         * configure.ac
3896                 correct and clean up './configure --help' info
3897         
3898         * src/plugins/clamav/clamav_plugin.c
3899           src/plugins/spamassassin/spamassassin.c
3900                 correct plugin_desc(), works with LOCAL, IMAP, and
3901                 POP accounts
3902                 
3903         * src/filtering.c
3904           src/matcher.[ch]
3905           src/matcher_parser_parse.y
3906           src/prefs_filtering_action.c
3907                 use 'Change Score' instead of '(In/De)crease score'.
3908                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3909          
3910          * src/mainwindow.c
3911                 hyphenate: 'Pre-processing', 'Post-processing'
3912                 
3913         * src/prefs_account.c
3914                 change 'Generate Message-ID' to 'Generate Message-Id'
3915                 
3916         * src/prefs_folder_item.c
3917                 change 'Processing on startup:' to 'Process at startup'
3918                 change 'Scan for new mail:' to 'Scan for new mail'
3919                 
3920 2003-12-11 [christoph]  0.9.7claws38
3921
3922         * src/crash.c
3923         * src/main.[ch]
3924                 make sure the clean_exit() funtion is not called again by the
3925                 signal handler while it is already running
3926
3927         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3928
3929         * src/summaryview.c
3930                 fix wrong assertion
3931
3932 2003-12-11 [paul]       0.9.7claws37
3933
3934         * src/compose.c
3935                 'anonymise' Message-Id: header string
3936
3937 2003-12-11 [paul]       0.9.7claws36
3938
3939         * src/plugins/clamav/clamav_plugin.c
3940                 fix (don't break) signature count
3941                 use cl_strerror() instead of deprecated cl_perror()
3942         
3943 2003-12-11 [darko]      0.9.7claws35
3944
3945         * src/summaryview.c
3946                 also update the sort arrow (thanks Christoph)
3947
3948 2003-12-11 [darko]      0.9.7claws34
3949
3950         * src/summaryview.c
3951                 allow reverting to default sort mode (no sort)
3952
3953 2003-12-10 [hoa]        0.9.7claws33
3954
3955         * src/matcher.c
3956                 fixed quotation of string for matcher.
3957
3958 2003-12-08 [paul]       0.9.7claws32
3959
3960         * src/imap.c
3961           src/inc.c
3962                 plug memory leaks (patch by Alfons)
3963
3964 2003-12-08 [christoph]  0.9.7claws31
3965
3966         * src/folder_item_prefs.[ch]
3967         * src/folderview.c
3968         * src/prefs_folder_item.c
3969                 add new FolderItem property to exclude folders from new
3970                 mail checks
3971
3972         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3973
3974 2003-12-07 [paul]       0.9.7claws30
3975
3976         * src/plugins/clamav/clamav_plugin.c
3977                 fix signature count
3978
3979 2003-12-07 [thorsten]   0.9.7claws29
3980
3981         * src/filtering.c
3982                 debug_print some warning if destfolder missing
3983         * src/prefs_filtering.c
3984                 uninitialized filter list when deleting a folder
3985
3986 2003-12-06 [paul]       0.9.7claws28
3987
3988         * src/procheader.c
3989                 add Alfons' patch to trim line feeds
3990
3991 2003-12-06 [paul]       0.9.7claws27
3992
3993         * partial sync with 0.9.7cvs8
3994                 leaving claws' online/offline more or less intact
3995                 see ChangeLog 2003-12-04 and 2003-12-06
3996
3997 2003-12-06 [christoph]  0.9.7claws26
3998
3999         * src/messageview.c
4000         * src/privacy.[ch]
4001                 revert pirvacy API changes
4002
4003 2003-12-05 [alfons]     0.9.7claws25
4004
4005         * src/matcher.[ch]
4006                 clean up my old cruft
4007
4008 2003-12-05 [alfons]     0.9.7claws24
4009
4010         * src/matcher.c
4011                 fix comparison buglet ;-) and make `test` matcher
4012                 work again
4013
4014 2003-12-05 [alfons]     0.9.7claws23
4015
4016         * src/prefs_folder_item.c
4017                 K&R 2nd Ed., page 241 (function parameter identifiers
4018                 starting with an underscore are kind of insulting)
4019
4020 2003-12-05 [hoa]        0.9.7claws22
4021
4022         * src/main.c
4023         * src/mainwindow.[ch]
4024         * src/mainwindow.h
4025                 add destructor for mainwindow so that the last 
4026                 MimeInfo opened in messageview is destroyed when
4027                 exiting sylpheed.
4028
4029 2003-12-05 [hoa]        0.9.7claws21
4030
4031         * src/filtering.[ch]
4032         * src/matcher.[ch]
4033         * src/matcher_parser_lex.l
4034         * src/matcher_parser_parse.y
4035         * src/prefs_actions.c
4036         * src/prefs_filtering.c
4037         * src/common/utils.[ch]
4038                 quote arguments before giving them to command line.
4039                 fixed quote of string in matcher/processing/filtering rules.
4040
4041         * src/messageview.c
4042         * src/privacy.[ch]
4043                 allows decryption to return a new whole 
4044                 MIME message structure.
4045
4046 2003-12-04 [hoa]        0.9.7claws20
4047
4048         * src/filtering.[ch]
4049         * src/folder.c
4050         * src/mainwindow.c
4051         * src/matcher.c
4052         * src/matcher_parser_parse.y
4053         * src/folderview.c
4054                 global rules to run before folder specific rules.
4055                 global rules to run after folder specific rules.
4056                 
4057         * src/messageview.c
4058                 fixed quick addition of rules.
4059         
4060         * src/prefs_filtering.[ch]
4061         * src/summaryview.c
4062                 we can now customize the title for the dialog.
4063                 updated case where we rename of delete folders.
4064
4065         * src/addressbook.c
4066                 got back the function addressbook_browse_entry_cb()
4067                 that is needed in case we compiled with LDAP support.
4068
4069 2003-12-04 [paul]       0.9.7claws19
4070
4071         * sync with 0.9.7cvs6
4072                 see ChangeLog 2003-12-04
4073                 fixes bug 171 'Wrong message decoing: koi8-r and 
4074                 iso8859-5 looks same. Can't read many emails.'
4075
4076 2003-12-04 [paul]       0.9.7claws18
4077
4078         * po/POTFILES.in
4079                 remove 'src/prefs_scoring.c'
4080
4081 2003-12-03 [hoa]        0.9.7claws17
4082
4083         * src/Makefile.am
4084                 compilation of scoring.[ch] and prefs_scoring.[ch]
4085                 is removed.
4086         
4087         * src/filtering.[ch]
4088         * src/folder.c
4089         * src/folder_item_prefs.[ch]
4090         * src/folderview.c
4091         * src/main.c
4092         * src/mainwindow.c
4093         * src/matcher.[ch]
4094         * src/matcher_parser.h
4095         * src/matcher_parser_parse.y
4096         * src/prefs_filtering.[ch]
4097         * src/prefs_filtering_action.c
4098         * src/prefs_folder_item.c
4099         * src/prefs_scoring.[ch]              * REMOVED FILES *
4100         * src/procmsg.[ch]
4101         * src/scoring.[ch]                    * REMOVED FILES *
4102         * src/summaryview.c
4103                 merged scoring and filtering.
4104                 
4105                 Note : compatibility is kept by parsing score like 
4106                   add_score. To get the behaviour of older scoring 
4107                   system, you have to define some equivalent rule :
4108                   "score_lower -9999 hide"
4109                   "score_greater 9999 mark"
4110                   
4111                   To define global rules, you have to define them 
4112                   in the new global processing rules.
4113                   The variable that kept the list filtering rules 
4114                   was "global_processing" and has been renamed into 
4115                   "filtering_rules".
4116                   "global_processing" variable is now the name 
4117                   of the variable that keeps the list of global 
4118                   processing rules.
4119                   In the configuration file, "[global]" section is 
4120                   now for the global processing rules (which includes
4121                   score things and new global processing rules).
4122                   New "[filtering]" section is for the filtering rules.
4123                   
4124                   Before running with this version, during testing 
4125                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4126                   Then, you have to make the following changes :
4127                   - leave all scoring rules in "[global]" section.
4128                   - move all other rules of "[global]" section to
4129                       a new section named "[filtering]".
4130
4131 2003-12-03 [christoph]  0.9.7claws16
4132
4133         * src/procmime.c
4134                 use default Content-Type as specified in RFC2045 if
4135                 Content-Type header is syntactically incorrect
4136
4137 2003-12-03 [christoph]  0.9.7claws15
4138
4139         * src/addressbook.c
4140         * src/addrindex.h
4141         * src/addritem.c
4142         * src/expldifdlg.h
4143         * src/exportldif.c
4144         * src/filtering.c
4145         * src/folder.c
4146         * src/folderview.c
4147         * src/jpilot.c
4148         * src/localfolder.c
4149         * src/matcher.h
4150         * src/matcher_parser_lex.l
4151         * src/matcher_parser_parse.y
4152         * src/news.c
4153         * src/prefs_filtering_action.c
4154         * src/prefs_folder_item.c
4155         * src/prefs_fonts.c
4156         * src/procmsg.c
4157         * src/sgpgme.c
4158                 clean up warnings
4159
4160         * src/procmime.c
4161                 revert 0.9.7claws14 change
4162
4163 2003-12-03 [alfons]     0.9.7claws14
4164
4165         * src/procmime.c
4166                 catch invalid Content-Type with no subtype
4167
4168 2003-12-03 [alfons]     0.9.7claws13
4169
4170         * src/alertpanel.h
4171         * src/setup.c
4172         * src/plugins/image_viewer/plugin.c
4173                 compile again, we need stddef.h for size_t
4174
4175 2003-12-03 [paul]       0.9.7claws12
4176
4177         * src/account.c
4178                 don't allow cloning of accounts with remote folders,
4179                 patch submitted by Ricardo Mones Lastra
4180
4181 2003-12-03 [christoph]  0.9.7claws11
4182
4183         * src/folder.[ch]
4184         * src/imap.c
4185         * src/localfolder.[ch]
4186         * src/mh.c
4187         * src/news.c
4188         * src/common/xml.[ch]
4189                 add set_xml() and get_xml() virtual functions to FolderClass to
4190                 save extra information for Folders (for example the rootpath
4191                 only used by LocalFolder). The folderlist write function no
4192                 longer needs to know the folder type to save this extra
4193                 information.
4194
4195 2003-12-02 [christoph]  0.9.7claws10
4196
4197         * src/Makefile.am
4198         * src/account.c
4199         * src/folder.[ch]
4200         * src/folderview.h
4201         * src/imap.c
4202         * src/localfolder.[ch]          ** NEW **
4203         * src/mainwindow.c
4204         * src/mh.[ch]
4205         * src/news.[ch]
4206         * src/prefs_account.[ch]
4207         * src/prefs_filtering.h
4208         * src/procmsg.h
4209         * src/remotefolder.[ch]         ** NEW **
4210         * src/common/xml.[ch]
4211                 add item_set_xml() and item_get_xml() virtual functions to
4212                 FolderClass to give folders the ability to add extra information
4213                 to the saved FolderItem data. If NULL the default function for
4214                 FolderItem will be used.
4215
4216 2003-11-29 [christoph]  0.9.7claws9
4217
4218         * src/procheader.c
4219                 fix bug in unfolding
4220
4221 2003-11-29 [luke]       0.9.7claws8
4222
4223         * src/textview.c
4224                 fix compilation for non c99 compilers
4225
4226 2003-11-29 [christoph]  0.9.7claws7
4227
4228         * src/procmime.[ch]
4229         * src/mimeview.c
4230                 o unknown disposition types should be handled as
4231                   attachment (RFC2183)
4232                 o missing headers should not default to inline
4233                   (would make "Save All" useless when disposition header
4234                    is not set by the sending mailer)
4235                 o remove old MimeInfo data and cleanup
4236
4237 2003-11-29 [luke]       0.9.7claws6
4238
4239         * src/procmime.[ch]
4240                 re-added parsing of Content-Disposition header
4241                         - removes the old  'gchar* content_disposition'
4242                         - adds a new field 'DispositionType disposition'
4243                         - adds parameters to MimeInfo::parameters
4244
4245         * src/mimeview.c
4246                 use the "filename" parameter for saving, and the new
4247                 MimeInfo::disposition for save all.
4248
4249         * src/compose.c
4250         * src/toolbar.[ch]
4251                 add a 'check spelling' button as a possibility for 
4252                 the compose toolbar
4253
4254         * src/stockpixmap.[ch]
4255         * src/pixmaps/check_spelling.xpm        ** NEW **
4256         * src/Makefile.am
4257                 add a pixmap for use with 'check spelling' button or
4258                 a user defined action
4259
4260         * src/textview.c
4261                 re-apply fixed (I hope) patch for bug 57
4262                 "Hidden URL in HTML Mails"
4263
4264 2003-11-28 [christoph]  0.9.7claws5
4265
4266         * src/procmime.c
4267                 o be more liberal in what we accept as Content-Type parameters
4268                 o ignore comments after parameters
4269
4270         * src/sgpgme.c
4271                 o only free passphrase when an error occurs
4272
4273 2003-11-28 [paul]       0.9.7claws4
4274
4275         * src/account.c
4276                 add 'Clone Account' function. patch submitted by
4277                 Ricardo Mones Lastra
4278
4279 2003-11-27 [thorsten]   0.9.7claws3
4280
4281         * src/mimeview.c
4282                 fix crash if 'save_all' failed twice
4283
4284 2003-11-27 [paul]       0.9.7claws2
4285
4286         * po/POTFILES.in
4287                 fix a typo
4288
4289         * po/zh_CN.po
4290                 update Simplified Chinese translation. submitted by
4291                 Hansom Young
4292
4293 2003-11-27 [paul]       0.9.7claws1
4294
4295         * po/POTFILES.in
4296                 clean up
4297
4298 2003-11-26 [paul]       0.9.7claws
4299
4300         * 0.9.7claws released
4301
4302 2003-11-26 [paul]       0.9.6claws99
4303
4304         * src/Makefile.am
4305                 add reference to pixmaps/mime_message.xpm
4306
4307 2003-11-26 [paul]       0.9.6claws98
4308
4309         * po/POTFILES.in
4310                 remove reference to src/sigstatus.c
4311
4312 2003-11-26 [christoph]  0.9.6claws97
4313
4314         * src/Makefile.am
4315         * src/prefs_common.c
4316         * src/rfc2015.c
4317         * src/sigstatus.[ch]            ** REMOVE **
4318                 remove signature result popup option and window
4319
4320 2003-11-26 [paul]       0.9.6claws96
4321
4322         * po/es.po
4323           po/ja.po
4324           po/pl.po
4325           po/sk.po
4326           po/sr.po
4327                 update translations. submitted by Ricardo Mones Lastra,
4328                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4329
4330 2003-11-25 [christoph]  0.9.6claws95
4331
4332         * src/procmime.c
4333                 display mime structure only in debug mode
4334
4335 2003-11-25 [melvin]     0.9.6claws94
4336
4337         * po/fr.po
4338                 Updated French translations + typos fixes of older
4339                 translations (thanks to Fabien Vantard for pointing
4340                 to some of them)
4341
4342 2003-11-25 [melvin]     0.9.6claws93
4343
4344         * src/editldap.c
4345                 Fixed a couple of typos.
4346
4347 2003-11-24 [paul]       0.9.6claws92
4348
4349         * po/POTFILES.in
4350                 add 'src/textview.c'
4351
4352 2003-11-24 [paul]       0.9.6claws91
4353
4354         * src/sgpgme.c
4355                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4356
4357 2003-11-24 [paul]       0.9.6claws90
4358
4359         * src/plugins/image_viewer/viewer.c
4360                 image_viewer_show_mimepart(): 
4361                 use procmime_mimeinfo_get_parameter() to get the file name
4362
4363 2003-11-24 [paul]       0.9.6claws89
4364
4365         * src/textview.c
4366                 textview_show_mime_part(): rewrite text hint
4367
4368 2003-11-22 [paul]       0.9.6claws88
4369
4370         * sync with 0.9.7cvs5
4371                 see ChangeLog 2003-11-21
4372
4373 2003-11-21 [paul]       0.9.6claws87
4374
4375         * src/mimeview.c
4376                 define shortcut key 'o' for 'Open with...'
4377
4378 2003-11-21 [alfons]     0.9.6claws86
4379
4380         * src/messageview.c
4381                 fix bug #383 'Deleting message from "separate message view" 
4382                 uses local Trash folder'
4383
4384 2003-11-21 [christoph]  0.9.6claws85
4385
4386         * src/mimeview.c
4387                 fix content-type guessing by name parameter when finding
4388                 the correct viewer
4389
4390 2003-11-21 [alfons]     0.9.6claws84
4391
4392         * src/main.c
4393                 no mail incorporation allowed with --offline param.
4394                 fixes bug #374, "--offline ignored"
4395
4396 2003-11-20 [christoph]  0.9.6claws83
4397
4398         * src/mimeinfo.c
4399                 use signed MimeInfo when checking the signature and not
4400                 the selected one
4401
4402 2003-11-19 [alfons]     0.9.6claws82
4403
4404         * src/mainwindow.c
4405                 fix crash when toggling separate views, patch submitted
4406                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4407                 fixes bug #342, "separate views  cause crash"
4408
4409 2003-11-19 [paul]       0.9.6claws81
4410
4411         * src/compose.c
4412                 compose_redirect_write_headers_from_headerlist(): 
4413                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4414                 
4415         * src/main.c
4416                 code cleanup (inherited from 0.9.7cvs4)
4417                 
4418         * tools/tb2sylpheed
4419                 bugfix: added missing attribute-list start. submitted by
4420                 Urke MMI
4421
4422 2003-11-19 [luke]       0.9.6claws80
4423
4424         * src/textview.c
4425                 revert my last commit until I get time to fix it
4426
4427 2003-11-18 [christoph]  0.9.6claws79
4428
4429         * src/mimeview.[ch]
4430                 check parent MimeInfos for signatures and display the
4431                 result of the parent when found
4432
4433         * src/pgpmime.c
4434                 o avoid NULL pointer warnings
4435                 o use procmime_mimeinfo_get_parameter()
4436
4437         * src/sgpgme.c
4438                 small text changes
4439
4440 2003-11-17 [luke]       0.9.6claws78
4441
4442         * src/textview.c
4443                 add check for disguised URLs, fixing bug 57
4444                 "Hidden URL in HTML Mails"
4445
4446 2003-11-16 [christoph]  0.9.6claws77
4447
4448         * src/procmime.c
4449                 fix crash when parsing invalid Content-Type header
4450
4451 2003-11-16 [christoph]  0.9.6claws76
4452
4453         * src/pgpmime.c
4454         * src/privacy.c
4455         * src/procmime.c
4456         * src/sgpgme.[ch]
4457                 implement message decrypting
4458
4459         * src/rfc2015.c
4460                 remove old code
4461
4462 2003-11-14 [luke]       0.9.6claws75
4463
4464         * src/mimeview.c
4465                 fix a couple of problems that treated application/* and
4466                 application/octet-stream the wrong way around
4467                 (since 0.9.6claws10), causing "Open" to do nothing.
4468
4469 2003-11-14 [christoph]  0.9.6claws74
4470
4471         * src/messageview.c
4472         * src/pgpmime.c
4473         * src/privacy.[ch]
4474                 prepare for message part decrypting
4475
4476         * src/sgpgme.c
4477                 add output for expired signatures
4478
4479         * src/rfc2015.c
4480                 remove some old code
4481
4482 2003-11-10 [christoph]  0.9.6claws73
4483
4484         * src/mimeview.c
4485                 add "Full info" button for bad and warn signature status
4486
4487         * src/sgpgme.c
4488                 generate full signature info like gpg's output
4489                 (gpg -v --with-fingerprint --verify)
4490
4491 2003-11-10 [christoph]  0.9.6claws72
4492
4493         * src/mimeview.c
4494         * src/pgpmime.c
4495         * src/privacy.[ch]
4496         * src/sgpgme.[ch]
4497         * src/textview.[ch]
4498                 o add code to view full signature info
4499                 o do automatic signature checks
4500
4501 2003-11-10 [alfons]     0.9.6claws71
4502
4503         * src/summaryview.c
4504                 don't crash when gtkut_font_load() returns invalid font (has
4505                 something to do with locale settings)
4506                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4507
4508 2003-11-09 [alfons]     0.9.6claws70
4509
4510         * src/procmime.c
4511                 plug leak
4512
4513 2003-11-08 [luke]       0.9.6claws69
4514
4515         * src/summaryview.c
4516                 fix some typos
4517
4518         * src/compose.c
4519                 rewrite compose_attach_parts(), fixing various bugs mainly
4520                 to do with re-editing.
4521
4522         * src/mimeview.c
4523                 "save all" now only saves attachments with names/filenames
4524
4525 2003-11-04 [match]      0.9.6claws68
4526
4527         * src/ldapctrl.[ch]
4528                 fix broken LDAP support.
4529
4530         * src/ldapquery.c
4531                 remove printf's.
4532
4533 2003-11-04 [luke]       0.9.6claws67
4534
4535         * src/mimeview.c
4536                 o  fixed bug 4 "focus lost on messages with attachments"
4537                 o  fixed 'Save all' attachments for new mime changes
4538                 o  right clicking on icons consistent with right clicking on
4539                    mime tree
4540                   - fixes a bug where wrong part is saved when you
4541                     choose 'Save as' from popup menu
4542                   - fixes bug 308 "No way to "save all" attachments"
4543                 o  fixed a compiler warning.
4544
4545         * src/textview.c
4546                 o  removed flickering in mime tree when using "n" and "p"
4547                    shortcuts
4548                 o  fixed bug where selecting the textview and pressing e.g.
4549                    'y' causes sylpheed to respond twice.
4550
4551         * src/summaryview.c
4552                 removed hard coding of * and ! shortcuts (which only served
4553                 to cause problems if you tried to redefine the shortcuts)
4554
4555 2003-11-04 [luke]       0.9.6claws66
4556
4557         * src/plugins/image_viewer/viewer.c
4558         * src/plugins/image_viewer/viewerprefs.c
4559         * src/plugins/image_viewer/viewerprefs.glade
4560                 o  allow toggling of image scaling by clicking on image
4561                 o  respond to image's container widget resize
4562
4563         * src/procmime.c
4564                 o  fix bad parsing of message when re-editing/viewing a
4565                    message saved to the drafts folder
4566
4567 2003-11-02 [match]      0.9.6claws65
4568
4569         * src/browseldap.h
4570                 fix if not building LDAP support.
4571         * src/addrindex.c
4572         * src/ldapquery.[ch]
4573         * src/editldap.h
4574                 include support for contains query. feature req 529354.
4575
4576 2003-11-02 [alfons]     0.9.6claws64
4577
4578         * src/browseldap.c
4579                 fix build bustage if not compiling ldap support
4580
4581 2003-11-01 [match]      0.9.6claws63
4582
4583         * po/POTFILES.in
4584         * src/Makefile.am
4585         * src/addr_compl.[ch]
4586         * src/addrbook.c
4587         * src/addrcache.[ch]
4588         * src/addrdefs.h        ** NEW **
4589         * src/addressbook.c
4590         * src/addressitem.h
4591         * src/addrindex.[ch]
4592         * src/addritem.h
4593         * src/addrquery.[ch]
4594         * src/ldapquery.[ch]
4595         * src/ldapserver.[ch]
4596                 refactor LDAP query mechanism.
4597
4598         * src/browseldap.[ch]   ** NEW **
4599         * src/ldaplocate.[ch]   ** NEW **
4600                 add feature to browse LDAP entry that was retrieved using
4601                 an explicit LDAP search.
4602
4603 2003-11-01 [alfons]     0.9.6claws62
4604
4605         * src/prefs_gtk.c
4606                 prefs_write_param(): fail when we see an invalid type; all the
4607                 callers seem to handle this gracefully by reverting changes
4608
4609 2003-10-30 [christoph]  0.9.6claws61
4610
4611         * configure.ac
4612         * ac/openssl.m4
4613         * ac/spamassassin.m4
4614         * src/Makefile.am
4615                 use extra variables for all libraries to make sure plugins
4616                 are only linked with libraries they really need. $LIBS is always
4617                 added to the linking parameters, but we only what the libraries
4618                 listed in the Makefile
4619
4620 2003-10-29 [paul]       0.9.6claws60
4621
4622         * src/mimeview.c
4623                 don't use Subject for unknown part name
4624
4625 2003-10-29 [paul]       0.9.6claws59
4626
4627         * src/compose.c
4628                 get name of attachment(s) when re-editing, fwd'ing or
4629                 redirecting
4630                 
4631         * src/mimeview.c
4632                 get name of attachment(s) when saving
4633
4634 2003-10-29 [hoa]        0.9.6claws58
4635
4636         * src/textview.c
4637                 implemented multipart/alternative in MIME message viewer.
4638
4639 2003-10-28 [christoph]  0.9.6claws57
4640
4641         * configure.ac
4642                 make sure MathML-Viewer is not built with the
4643                 Gtk2 version of GtkMathView
4644
4645 2003-10-28 [paul]       0.9.6claws56
4646
4647         * sync with 0.9.7cvs1
4648                 see ChangeLog 2003-10-28
4649
4650 2003-10-27 [alfons]     0.9.6claws55
4651
4652         * src/matcher_parser_parse.y
4653         * src/gtk/colorlabel.c
4654                 allow setting color label to 0 in filtering/processing rules
4655                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4656
4657 2003-10-26 [alfons]     0.9.6claws54
4658
4659         * src/summary_search.c
4660                 fix misnomer and correct selecting initial search node  
4661
4662 2003-10-26 [christoph]  0.9.6claws53
4663
4664         * src/pgpmime.c
4665         * src/sgpgme.c
4666                 change display of signature info to use only name of
4667                 signer, otherwise the text gets too long.
4668
4669         * src/procmime.c
4670                 don't use MimeInfo's filename to generate tmp filename
4671
4672 2003-10-25 [christoph]  0.9.6claws52
4673
4674         * src/procmime.c
4675                 fix message body searching
4676
4677 2003-10-25 [paul]       0.9.6claws51
4678
4679         * src/compose.c
4680                 use g_basename rather than basename
4681
4682 2003-10-24 [christoph]  0.9.6claws50
4683
4684         * src/sgpgme.c
4685                 change fetching of signature key's trust
4686
4687 2003-10-24 [paul]       0.9.6claws49
4688
4689         * po/sk.po
4690                 update Slovak translation
4691                 submitted by Andrej Kacian
4692                 
4693         * src/mainwindow.c
4694                 remove unknown menu entry /File/Add mailbox/mbox...
4695
4696 2003-10-24 [hoa]        0.9.6claws48
4697
4698         * src/Makefile.am
4699                 removed all references to mbox folders
4700
4701         * src/carray.[ch]               * REMOVED *
4702         * src/chash.[ch]                * REMOVED *
4703         * src/maillock.[ch]             * REMOVED *
4704         * src/mailmbox.[ch]             * REMOVED *
4705         * src/mailmbox_folder.[ch]      * REMOVED *
4706         * src/mailmbox_parse.[ch]       * REMOVED *
4707         * src/mailmbox_types.[ch]       * REMOVED *
4708         * src/mbox_folder.[ch]          * REMOVED *
4709                 remove implementation of mbox folders
4710                 and old mailbox folder.
4711                 mbox folder implementation will be added
4712                 as a plugin so that implementation can be entirely
4713                 synchronized with the files of the project they are
4714                 extracted from (libEtPan!).
4715         
4716         * src/mainwindow.c
4717         * src/folder.c
4718         * src/folderview.[ch]
4719         * src/procmsg.h         
4720                 Disable as much code that references mbox folders
4721                 as possible.
4722                 Some UI thing still need to know that folder is mbox
4723                 (when we have to enter the name of the mailbox and
4724                 we want to add /var/mail/$USER).
4725
4726 2003-10-23 [christoph]  0.9.6claws47
4727
4728         * src/noticeview.c
4729                 don't always display button when noticeview is made visible
4730
4731         * src/mimeview.c
4732         * src/pgpmime.c
4733         * src/privacy.[ch]
4734         * src/sgpgme.[ch]
4735                 get signature information from crypto system
4736
4737 2003-10-22 [paul]       0.9.6claws46
4738
4739         * po/es.po
4740                 updated by Ricardo Mones Lastra
4741
4742 2003-10-22 [paul]       0.9.6claws45
4743
4744         * src/Makefile.am
4745                 update to reflect the changes to the icons that
4746                 happened in 0.9.6claws35
4747
4748 2003-10-22 [alfons]     0.9.6claws44
4749         
4750         * src/carray.h
4751                 inline carray_count() 
4752
4753 2003-10-21 [alfons]     0.9.6claws43
4754
4755         * src/carray.h
4756                 glib wrappers
4757         * src/carray.c
4758                 disable
4759         * src/mailmbox.[ch]
4760         * src/mailmbox_folder.c
4761         * src/mailmbox_parse.c
4762         * src/mailmbox_types.[ch]
4763                 %s/uint32_t/guint
4764
4765 2003-10-21 [luke]       0.9.6claws42
4766
4767         * src/stock_pixmaps.[ch]
4768         * src/mimeview.c
4769         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4770         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4771                 o remove mime_application_octet_stream.xpm icon (it was never
4772                   really needed)
4773                 o remove redundant icon messageview_text.xpm
4774
4775         * src/mainwindow.c
4776                 fix visibility of signature noticeview when toggling 'separate
4777                 message view'
4778
4779 2003-10-21 [christoph]  0.9.6claws41
4780
4781         * src/procmime.c
4782                 decode multipart and rfc822 mime parts to allow further
4783                 parsing when required
4784
4785 2003-10-21 [christoph]  0.9.6claws40
4786
4787         * src/procmime.[ch]
4788         * src/textview.c
4789                 remove obsolete charset parameter in MimeInfo and fix
4790                 TextView to use the charset from the parameter hash table
4791
4792         * src/plugins/dillo_viewer/Makefile.am
4793         * src/plugins/trayicon/Makefile.am
4794                 add OPENSSL_CFLAGS to fix building with using
4795                 --with-openssl-* parameters
4796
4797 2003-10-21 [paul]       0.9.6claws39
4798
4799         * src/prefs_matcher.[ch]
4800                 replace remnants of the old, renamed 'Execute' matchtype
4801                 add a brief description to the Info window
4802
4803 2003-10-21 [hoa]        0.9.6claws38
4804         
4805         * src/Makefile.am
4806         * src/carray.[ch]               * NEW *
4807         * src/chash.[ch]                * NEW *
4808         * src/folder.c
4809         * src/maillock.[ch]             * NEW *
4810         * src/mailmbox.[ch]             * NEW *
4811         * src/mailmbox_folder.[ch]      * NEW *
4812         * src/mailmbox_parse.[ch]       * NEW *
4813         * src/mailmbox_types.[ch]       * NEW *
4814                 implementation of mbox folder with unique message numbers
4815
4816                 made use of libEtPan! implementation of mbox for lower-layer.
4817
4818 2003-10-20 [alfons]     0.9.6claws37
4819
4820         * src/noticeview.c
4821                 fix invalid argument warning
4822         * src/pgpmime.c
4823                 no in place variable
4824
4825 2003-10-20 [paul]       0.9.6claws36
4826
4827         * src/compose.[ch]
4828           src/filtering.c
4829           src/messageview.c
4830                 fix crash when using Forward in Filtering when
4831                 external editor option is set
4832                 
4833                 Patch submitted by Simon 'corecode' Schubert
4834                 <corecode@corecode.ath.cx> 
4835
4836 2003-10-20 [paul]       0.9.6claws35
4837
4838         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4839           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4840           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4841           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4842           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4843           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4844           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4845           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4846           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4847           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4848           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4849           src/mimeview.c
4850           src/stock_pixmap.[ch]
4851                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4852                 icons. add privacy_warn.xpm icon
4853
4854 2003-10-20 [hoa]  0.9.6claws34
4855
4856         * src/folder_item_prefs.[ch]
4857         * src/prefs_folder_item.c
4858         * src/main.c
4859                 Added a property per folder to choose whether we 
4860                 want to apply processing on it on startup or if we
4861                 prefer to wait the folder selection to apply it.
4862         
4863         * src/messageview.c
4864                 fixed C89 compatibility (for old compilers, for
4865                 example gcc 2.95.x).
4866
4867 2003-10-17 [christoph]  0.9.6claws33
4868
4869         * src/mimeview.c
4870         * src/noticeview.[ch]
4871                 change noticeview icon to indicate signature status
4872
4873 2003-10-17 [christoph]  0.9.6claws32
4874
4875         * src/Makefile.am
4876         * src/main.c
4877         * src/mimeview.c
4878         * src/noticeview.c
4879         * src/pgpmime.[ch]                              ** NEW **
4880         * src/privacy.[ch]
4881         * src/rfc2015.c
4882         * src/sgpgme.c                                  ** NEW **
4883                 reimplement PGP/Mime signature checking (unfinished)
4884
4885 2003-10-15 [christoph]  0.9.6claws31
4886
4887         * src/procmime.[ch]
4888                 fix procmime_get_text_content() and
4889                 procmime_get_first_text_content()
4890
4891 2003-10-15 [christoph]  0.9.6claws30
4892
4893         * src/plugins/spamassassin/spamassassin_gtk.c
4894         * src/plugins/spamassassin/spamassassin_gtk.glade
4895                 fix timeout tooltip
4896
4897 2003-10-15 [paul]       0.9.6claws29
4898
4899         * src/messageview.c
4900                 workaround for buggy smtp servers. on sending a
4901                 return receipt strip the name part from the address
4902                 when creating headers
4903                 
4904 2003-10-15 [paul]       0.9.6claws28
4905
4906         * sync with 0.9.7 release
4907                 see ChangeLog 2003-10-15
4908
4909 2003-10-14 [christoph]  0.9.6claws27
4910
4911         * src/plugins/clamav/clamav_plugin.c
4912                 fix clamav plugin
4913
4914 2003-10-14 [christoph]  0.9.6claws26
4915
4916         * src/compose.c
4917         * src/mimeview.c
4918         * src/procmime.[ch]
4919         * src/rfc2015.c
4920         * src/textview.c
4921         * src/plugins/clamav/clamav_plugin.c
4922                 use GNode to create the mime tree (some changes to functions
4923                 that traverse the tree are just quick and dirty. Maybe we
4924                 can find better solutions with g_node_*-functions)
4925
4926 2003-10-14 [luke]       0.9.6claws25
4927
4928         * src/mimeview.c
4929                 fix a navigation bug (stupid typo of mine)
4930
4931 2003-10-14 [christoph]  0.9.6claws24
4932
4933         * src/textview.c
4934                 fix missing last line in plain/text mails
4935
4936 2003-10-13 [luke]       0.9.6claws23
4937
4938         * src/summaryview.c
4939                 fix bug 334 (part 1)
4940
4941 2003-10-13 [kov]        0.9.6claws22
4942
4943         * src/mimeview.c
4944                 error checking when the user enters a non-directory at
4945                 the file selection dialog.
4946                 work-around for users entering directory location without
4947                 adding a leading G_DIR_SEPARATOR.
4948
4949 2003-10-13 [luke]       0.9.6claws21
4950
4951         * src/compose.c
4952                 error reporting for inserting files, including catching
4953                 invalid characters for current locale/encoding
4954
4955 2003-10-13 [paul]       0.9.6claws20
4956
4957         * src/folderview.c
4958                 fix bug #347 'subscribe newsgroups crashes'
4959
4960 2003-10-13 [paul]       0.9.6claws19
4961
4962         * src/compose.c
4963                 when using 'Reply to all' include the 'send replies
4964                 to' folder property
4965                 
4966         * po/ja.po
4967                 update Japanese translation. submitted by Rui Hirokawa 
4968                 <rui_hirokawa@ybb.ne.jp>        
4969
4970 2003-10-13 [hoa]        0.9.6claws18
4971
4972         * src/account.c
4973         * src/compose.c
4974         * src/messageview.c
4975         * src/procheader.c
4976         * src/procheader.h
4977                 rename get_header_from_msginfo() into
4978                 procheader_get_header_from_msginfo() so that we have a
4979                 coherent exported naming.
4980                 avoid parsing of header contained in a string via
4981                 a newly written temporary file.
4982
4983         Patch submitted by Simon 'corecode' Schubert
4984                 <corecode@corecode.ath.cx>
4985
4986 2003-10-12 [hoa]        0.9.6claws17
4987
4988         * src/filtering.c
4989         * src/filtering.h
4990         * src/matcher.c
4991         * src/matcher.h
4992         * src/matcher_parser_parse.y
4993         * src/prefs_filtering_action.c
4994                 added "stop" action : stop applying the filtering rules.
4995                 added "set score" and "increase/decrease score" actions.
4996                 That two last action replace the "change_score" action
4997                 introduced by alfons in 0.8.8claws85.
4998                 "set score" is to set a given score to the message.
4999                 "increase/decrease score" will increase or decrease the
5000                 score if the given value is respectively positive or
5001                 negative. If someone find a some better name for this last
5002                 rule, it can be modified.
5003
5004 2003-10-12 [paul]       0.9.6claws16
5005
5006         * AUTHORS
5007           po/ja.po
5008                 update Japanese translation. submitted by Rui Hirokawa 
5009                 <rui_hirokawa@ybb.ne.jp>
5010
5011 2003-10-12 [christoph]  0.9.6claws15
5012
5013         * src/procmime.c
5014                 fix crash caused by incorrect headers
5015
5016 2003-10-10 [christoph]  0.9.6claws14
5017
5018         * src/main.c
5019         * src/privacy.[ch]
5020         * src/rfc2015.[ch]
5021                 implement detection of signed message parts for rfc2015
5022
5023 2003-10-10 [thorsten]   0.9.6claws13
5024
5025         * src/mimeview.c
5026                 fix typo
5027
5028 2003-10-10 [christoph]  0.9.6claws12
5029
5030         * src/stock_pixmap.[ch]
5031         * src/pixmaps/mime_message.xpm                  ** NEW **
5032                 add a new icon for mime type "message"
5033
5034         * src/privacy.[ch]
5035         * src/procmime.[ch]
5036                 add crypto api
5037
5038         * src/mimeview.c
5039                 o use crypto api
5040                 o add icons for message type mime parts
5041
5042 2003-10-10 [christoph]  0.9.6claws11
5043
5044         * src/mainwindow.c
5045         * src/messageview.[ch]
5046         * src/mimeview.[ch]
5047         * src/procmime.[ch]
5048         * src/procmsg.[ch]
5049         * src/rfc2015.c
5050         * src/summaryview.c
5051         * src/textview.[ch]
5052                 o remove switching between TextView and MimeView in MessageView
5053                   (if required we can hide the icon box and the MimeView will
5054                    look exaxtly like the TextView)
5055                 o temporary remove signature and decrypting GPGME code
5056
5057 2003-10-09 [christoph]  0.9.6claws10
5058
5059         * src/action.c
5060         * src/compose.c
5061         * src/messageview.c
5062         * src/mimeview.c
5063         * src/procmime.[ch]
5064         * src/procmsg.c
5065         * src/rfc2015.c
5066         * src/textview.c
5067         * src/common/utils.[ch]
5068         * src/plugins/clamav/clamav_plugin.c
5069         * src/plugins/dillo_viewer/dillo_viewer.c
5070         * src/plugins/image_viewer/viewer.c
5071         * src/plugins/mathml_viewer/mathml_viewer.c
5072                 new mime parser (several things need fixing)
5073
5074 2003-10-09 [paul]       0.9.6claws9
5075
5076         * src/imap.c
5077                 a little more sync with 0.9.6cvs2 and a tidy up
5078
5079 2003-10-08 [paul]       0.9.6claws8
5080
5081         * sync with 0.9.6cvs2
5082                 see ChangeLog 2003-10-03
5083
5084 2003-10-05 [christoph]  0.9.6claws7
5085
5086         * src/summaryview.c
5087                 don't use flags to check if a message is in a news folder
5088
5089         (closes Bug 282 clicking on folder with copied Messages from News
5090          immediately after having copied them crashes Sylpheed-Claws)
5091
5092 2003-10-05 [christoph]  0.9.6claws6
5093
5094         * src/Makefile.am
5095         * src/progressdialog.[ch]               ** REMOVE **
5096         * src/gtk/Makefile.am
5097         * src/gtk/progressdialog.[ch]           ** NEW **
5098                 move progressdialog to gtk directory
5099
5100 2003-10-04 [christoph]  0.9.6claws5
5101
5102         * src/prefs_toolbar.c
5103         * src/gtk/prefswindow.c
5104                 remove widget_show_all for pages root widget
5105
5106         * src/plugins/spamassassin/spamassassin.[ch]
5107         * src/plugins/spamassassin/spamassassin_gtk.c
5108         * src/plugins/spamassassin/spamassassin_gtk.glade
5109                 add support for new libspamc transports
5110
5111 2003-10-04 [christoph]  0.9.6claws4
5112
5113         * src/plugins/spamassassin/libspamc.[ch]
5114         * src/plugins/spamassassin/spamassassin.c
5115         * src/plugins/spamassassin/utils.[ch]
5116                 update libspamc to version from SpamAssassin 2.60
5117
5118 2003-10-03 [christoph]  0.9.6claws3
5119
5120         * src/send_message.c
5121                 fix missing format string bug found by
5122                 Georgi Guninski <guninski@guninski.com>
5123
5124 2003-10-03 [paul]       0.9.6claws2
5125
5126         * po/zh_CN.po
5127                 update Simpilified Chinese translation, submitted by
5128                 Hansom Young
5129
5130 2003-10-02 [christoph]  0.9.6claws1
5131
5132         * src/imap.c
5133                 add UIDPLUS support for COPY and EXPUNGE
5134
5135 2003-10-02 [paul]       0.9.6claws
5136
5137         * 0.9.6claws released
5138
5139 2003-10-02 [paul]
5140
5141         * po/es.po
5142           po/sk.po
5143                 update Spanish and Slovak translations
5144                 submitted by Ricardo Mones Lastra and Andrej Kacian
5145  
5146 2003-10-02 [paul]       0.9.5claws43
5147
5148         * po/en_GB.po
5149                 update British English translation
5150
5151 2003-10-02 [paul]       0.9.5claws42
5152
5153         * po/hr.po
5154                 update Croatian translation, submitted by Dragan
5155
5156 2003-10-01 [paul]       0.9.5claws41
5157
5158         * po/pl.po
5159           po/sr.po
5160                 update Polish and Serbian translations, submitted by
5161                 Emil and Urke MMI
5162
5163 2003-10-01 [melvin]     0.9.5claws40
5164
5165         * po/fr.po
5166                 Updated French translations
5167
5168 2003-10-01 [melvin]     0.9.5claws39
5169
5170         * src/prefs_fonts.c
5171                 Fixed a Gtk warning
5172
5173         * src/plugins/dillo_prefs.c     
5174                 Quasi unnoticeable UI clean-up.
5175
5176 2003-10-01 [paul]
5177
5178         * tools/README
5179           tools/maildir2sylpheed.pl
5180                 bug fixes, rewrites, submitted by Matthias Förste 
5181                 <itsjustme@users.sourceforge.net>
5182
5183 2003-09-29 [paul]       0.9.5claws38
5184
5185         * src/inc.c
5186                 fix my coding carelessness
5187
5188 2003-09-29 [paul]       0.9.5claws37
5189
5190         * po/POTFILES.in
5191           src/Makefile.am
5192           src/main.c
5193           src/prefs_common.[ch]
5194           src/prefs_fonts.[ch]  ** NEW FILES **
5195                 move Font config options to Other Prefs/Display/Fonts
5196                 (user's current configuration is preserved)
5197
5198 2003-09-29 [paul]       0.9.5claws36
5199
5200         * src/inc.c
5201           src/prefs_account.c
5202                 allow 'local_mbox' value to point to either a directory 
5203                 (/var/mail -  default, new) or a file (/var/mail/username
5204                 - original)
5205
5206 2003-09-28 [paul]       0.9.5claws35
5207
5208         * src/rfc2015.c
5209                 on signature check, where key exists, print the
5210                 Key ID
5211
5212 2003-09-27 [alfons]     0.9.5claws34
5213
5214         * src/action.c
5215                 o make progress bar not fill/expand when resizing dialog
5216                 o use default fixed text font for actions output
5217
5218 2003-09-27 [paul]       0.9.5claws33
5219
5220         * src/prefs_common.[ch]
5221           src/procmsg.c
5222           src/send_message.c
5223                 remove External Program settings from Common Prefs/Send
5224                 as they are now unnecessary due to Local account settings.
5225                 plus a little tidying-up after 0.9.5claws31
5226
5227 2003-09-27 [paul]       0.9.5claws32
5228
5229         * src/prefs_account.c
5230                 o make correction to gui text:
5231                   'Local mailbox file' -> 'Local mailbox directory'
5232                 o give 'local_mbox' option a reasonable default value:
5233                   '/var/mail'
5234                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5235                   value
5236
5237 2003-09-26 [paul]       0.9.5claws31
5238
5239         * src/inc.c
5240           src/prefs_common.[ch]
5241                 remove 'Incorporate from spool' common pref,
5242                 force creation of a 'Local' account
5243
5244 2003-09-26 [christoph]  0.9.5claws30
5245
5246         * src/folder.c
5247         * src/msgcache.c
5248                 add more NULL pointer checks
5249
5250 2003-09-25 [christoph]  0.9.5claws29
5251
5252         * src/folder.c
5253                 o don't fetch source message to get it's message id
5254                 o immediately scan dest folder when copying a message did not
5255                   return a new message number and not do it when the first message
5256                   without a new message number is found
5257
5258 2003-09-23 [christoph]  0.9.5claws28
5259
5260         * src/compose.c
5261                 fix generating of headers
5262
5263         (patch by David Relson <relson@osagesoftware.com>)
5264
5265 2003-09-23 [paul]       0.9.5claws27
5266
5267         * po/zh_CN.po
5268                 update Simplified Chinese translation. submitted by
5269                 Hansom Young
5270
5271 2003-09-23 [paul]       0.9.5claws26
5272
5273         * tools/Makefile.am
5274           tools/README
5275           tools/vcard2xml.py    ** NEW FILE **
5276                 add a script that converts an evolution vcard to
5277                 sylpheed's xml format
5278                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5279
5280 2003-09-22 [paul]       0.9.5claws25
5281
5282         * src/plugins/clamav/clamav_plugin.c
5283                 don't skip MULTIPART parts
5284
5285 2003-09-21 [christoph]  0.9.5claws24
5286
5287         * src/alertpanel.c
5288                 remove unneeded include
5289
5290         * src/folder.c
5291                 clean up copy/move mess with duplicated code
5292
5293         * src/imap.c
5294                 fix problem that sometimes the folder was not scanned
5295                 also it was changed
5296
5297 2003-09-21 [christoph]  0.9.5claws23
5298
5299         * src/Makefile.am
5300         * src/logwindow.[ch]                    ** REMOVE **
5301         * src/mainwindow.c
5302         * src/prefs_common.c
5303         * src/gtk/Makefile.am
5304         * src/gtk/logwindow.[ch]                ** ADD **
5305                 make logwindow prefs_common independent and move
5306                 it to gtk directory
5307
5308 2003-09-20 [christoph]  0.9.5claws22
5309
5310         * src/compose.c
5311                 add extra space for address code conversion
5312                 (4 * unconvered size could be too small for short headers)
5313
5314 2003-09-20 [christoph]  0.9.5claws21
5315
5316         * src/compose.c
5317                 increase temp buffer size when writing headers
5318
5319 2003-09-19 [darko]      0.9.5claws20
5320
5321         * src/compose.c
5322                 don't ignore value of 'Save copy of outgoing messages to
5323                 this folder instead of Sent' in message redirect
5324
5325 2003-09-17 [christoph]  0.9.5claws19
5326
5327         * src/compose.c
5328                 use ", " as address seperator for mail headers and pass whole
5329                 header line at once to compose_convert_header to make sure
5330                 it is correctly folded
5331
5332         (closes Bug 64 Problem when sending to many recipients)
5333
5334 2003-09-17 [hoa]        0.9.5claws18
5335         
5336         * src/matcher.[ch]
5337           src/matcher_parser_parse.y
5338           src/prefs_matcher.c
5339                 changed the keyword used for command execution in condition
5340                 keyword is changed from "execute" to "test"
5341                 so that it is not the same as the one used for action.
5342                 This will fix a bug when using filtering dialog.
5343                 All semantic in the code is also changed to reflect
5344                 the keyword change.
5345
5346 2003-09-17 [paul]
5347         
5348         * sync with 0.9.6 release
5349
5350 2003-09-17 [paul]       0.9.5claws17
5351
5352         * sync with 0.9.5cvs8
5353                 see ChangeLog 2003-09-16 and 2003-09-17
5354
5355 2003-09-16 [paul]       0.9.5claws16
5356
5357         * sync with 0.9.5cvs6
5358                 see ChangeLog 2003-09-16
5359
5360 2003-09-15 [paul]       0.9.5claws15
5361
5362         * sync with 0.9.5cvs5
5363                 see ChangeLog 2003-09-15
5364
5365 2003-09-14 [alfons]     0.9.5claws14
5366
5367         * src/inc.c
5368                 make "Go to inbox after receiving new mail" again;
5369                 regression of a sync, restored to sylpheed main 
5370                 behaviour. (misses still some bits)
5371
5372 2003-09-14 [alfons]     0.9.5claws13
5373
5374         * src/prefs_filtering_action.c
5375                 o add proper message if empty execute command line
5376                 o don't select first action item after registering a
5377                   new action to prevent (what seems to be a GTK) bug
5378                   #36, "filtering will only accept one action change 
5379                   per invocation".
5380
5381 2003-09-14 [alfons]     0.9.5claws12
5382
5383         * src/prefs_filtering.c
5384         * src/prefs_filtering_action.c
5385         * src/prefs_matcher.c
5386                 fix function signature for key_pressed_event signal handlers
5387
5388 2003-09-14 [alfons]     0.9.5claws11
5389
5390         * src/mainwindow.c
5391                 fix regression caused by fix for invalid bug #7
5392                 (should fix #246, "Multiple selections are deselected when 
5393                 moving from search window to main window")
5394                 
5395 2003-09-14 [alfons]     0.9.5claws10
5396         
5397         * src/actions.[ch]
5398         * src/filtering.[ch]
5399         * src/prefs_actions.c
5400                 allow `filtering actions` in actions; only for advanced users
5401                 right now: try for example, "%as{mark color 2}" 
5402         
5403 2003-09-13 [paul]       0.9.5claws9
5404         
5405         * po/pl.po
5406           po/zh_CN.po   ** NEW FILE **
5407                 update Polish translation, submitted by Emil 
5408                 <eminowbl@posejdon.wpk.p.lodz.pl>
5409                 add new Simplified Chinese translation, submitted by
5410                 Hansom Young <hansom_young@yahoo.com>
5411
5412 2003-09-12 [alfons]     0.9.5claws8
5413
5414         * src/summaryview.c
5415                 don't open separate message views when View | Separate message view
5416                 is active 
5417                 (please look carefully for any navigation regressions)
5418
5419 2003-09-11 [alfons]     0.9.5claws7
5420
5421         * src/mainwindow.c
5422                 make default message view, opened by View | Separate message 
5423                 view, look like a claws message view (which includes a menu
5424                 bar and a toolbar)
5425                 (fixes bug #298, "message view loses tool bar") 
5426
5427 2003-09-11 [christoph]  0.9.5claws6
5428
5429         * src/folderview.c
5430                 fix double deleting of newsgroup folders
5431
5432         (closes Bug 305 crash after deleting of a newsgroup)
5433
5434 2003-09-11 [paul]       0.9.5claws5
5435
5436         * src/rfc2015.c
5437           src/common/utils.h
5438                 more sync'ing from 0.9.5cvs2
5439
5440 2003-09-11 [christoph]  0.9.5claws4
5441
5442         * src/compose.c
5443         * src/rfc2015.c
5444         * src/common/utils.h
5445                 fix sync with 0.9.5cvs2
5446
5447 2003-09-11 [paul]       0.9.5claws3
5448
5449         * sync with 0.9.5cvs4
5450                 see ChangeLog 2003-09-11
5451
5452 2003-09-11 [paul]       0.9.5claws2
5453
5454         * sync with 0.9.5cvs2
5455                 see ChangeLog 2003-09-05
5456                 
5457 2003-09-11 [paul]       0.9.5claws1
5458
5459         * sync with 0.9.5cvs3
5460                 see ChangeLog 2003-09-10
5461
5462 2003-09-10 [paul]       0.9.5claws
5463
5464         * 0.9.5claws released
5465
5466 2003-09-10 [paul]       0.9.4claws78
5467
5468         * src/Makefile.am
5469                 add missing files
5470
5471 2003-09-10 [melvin]     0.9.4claws77
5472
5473         * po/fr.po
5474                 Updated French translations
5475
5476 2003-09-10 [paul]       0.9.4claws76
5477
5478         * po/es.po
5479           po/sk.po
5480           po/sr.po
5481                 update Spanish, Slovak, and Serbian translations.
5482                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5483                 and Urke MMI
5484                 
5485         * AUTHORS
5486                 add translation team section
5487
5488 2003-09-09 [christoph]  0.9.4claws75
5489
5490         * src/folder.c
5491                 free item->prefs in folder_item_destroy
5492
5493 2003-09-09 [alfons]     0.9.4claws74
5494
5495         * src/folderview.c
5496                 o proper check for root node sorting
5497                 o remove unnecessary gtk_ctree_remove_node 
5498
5499         (should fix bug #300, "crash while moving folder")      
5500
5501 2003-09-08 [christoph]  0.9.4claws73
5502
5503         * src/folderview.c
5504                 o fix double adding of IMAP FolderItems to GtkCTree
5505                 o fix crash then mbox folder is removed
5506
5507 2003-09-08 [christoph]  0.9.4claws72
5508
5509         * src/folder.c
5510         * src/folderview.c
5511         * src/mainwindow.c
5512                 fix new folder notification
5513
5514         * src/mbox_folder.c
5515                 fix cache path
5516
5517 2003-09-08 [christoph]  0.9.4claws71
5518
5519         * src/compose.c
5520                 replace '\n' and '\r' before removing trailing spaces
5521
5522         * src/folder.[ch]
5523         * src/folderview.c
5524                 add information about new or removed items in folder tree change
5525                 notification and use this in folderview to add and remove only
5526                 the appected items and not refresh the whole tree
5527
5528 2003-09-07 [match]      0.9.4claws70
5529
5530         * src/Makefile.am
5531         * src/addr_compl.c
5532         * src/addressbook.c
5533         * src/addressitem.h
5534         * src/addrindex.c
5535         * src/addritem.c
5536         * src/addritem.h
5537         * src/addrquery.c                       ** NEW **
5538         * src/addrquery.h
5539         * src/ldapquery.c
5540         * src/ldapserver.c
5541         * src/stock_pixmap.c
5542         * src/stock_pixmap.h
5543         * src/pixmaps/address_search.xpm        ** NEW **
5544                 re-introduce Lookup button for LDAP 'static' searches.
5545
5546 2003-09-07 [alfons]     0.9.4claws69
5547         
5548         * src/summaryview.c
5549                 abandon setting usize for messageview because it gives layout problems
5550                 with the quick search bar and the headerview; fixes assorted UI glitches:
5551                 
5552                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5553                 o bug #280, "Window resiizes for line length but does not revert"
5554
5555 2003-09-07 [christoph]  0.9.4claws68
5556
5557         * src/compose.c
5558                 o make sure we don't have any newlines in header values
5559                 o check custom headers for spaces and newlines and ignore
5560                   malformed header names
5561
5562 2003-09-06 [christoph]  0.9.4claws67
5563
5564         * src/folder.c
5565         * src/folderview.c
5566                 invoke notification hook for folder tree changes after append
5567                 and remove folder
5568
5569         (closes Bug 294 Crash while moving folder with many subdirectories)
5570
5571 2003-09-06 [christoph]  0.9.4claws66
5572
5573         * src/folder.c
5574                 destroy folder's MsgCache if FolderItem is removed to make sure
5575                 it is not saved when the FolderItem is destroyed
5576
5577 2003-09-06 [christoph]  0.9.4claws65
5578
5579         * src/plugins/clamav/clamav_plugin.c
5580                 fix copy & paste bug
5581
5582 2003-09-05 [christoph]  0.9.4claws64
5583
5584         * src/folder.c
5585         * src/messageview.[ch]
5586         * src/procmsg.[ch]
5587         * src/summaryview.c
5588                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5589                 by MessageView to clear it when the message is deleted. Should
5590                 work even if messages are deleted in MainWindow or by
5591                 processing.
5592
5593 2003-09-05 [alfons]     0.9.4claws63
5594
5595         * src/messageview.c
5596                 deleting a message in a message view frees its msginfo, make 
5597                 messageview_update_all() aware of that (should fix bug #293,
5598                 "deleting message caused crash")
5599
5600 2003-09-05 [melvin]     0.9.4claws62
5601
5602         * src/action.c
5603                 Improve synchronous action exit code (fixes 
5604                 a ~5 seconds delay after action exit on RedHat 9)
5605
5606 2003-09-04 [christoph]  0.9.4claws61
5607
5608         * src/compose.c
5609         * src/rfc2015.c
5610         * src/common/utils.[ch]
5611                 add util function to create mime boundary and use it
5612                 in compose and gpg code
5613
5614 2003-09-04 [alfons]     0.9.4claws60
5615
5616         * src/folder.c
5617                 source folder item's GNode should already have been freed in 
5618                 a previous call to src->folder->klass->remove_folder()
5619                 (should fix bug #287, "crash when moving folders")
5620
5621 2003-09-03 [thorsten]   0.9.4claws59
5622
5623         * src/plugins/spamassassin/spamassassin_gtk.c
5624                 fix compile error
5625
5626 2003-09-03 [christoph]  0.9.4claws58
5627
5628         * src/plugins/spamassassin/spamassassin.[ch]
5629         * src/plugins/spamassassin/spamassassin_gtk.c
5630                 add timeout config option
5631
5632 2003-09-03 [paul]       0.9.4claws57
5633
5634         * po/sk.po      ** NEW FILE **
5635                 add Slovak translation. Submitted by Andrej Kacian 
5636                 <andrej@kacian.sk>
5637
5638 2003-09-03 [paul]       0.9.4claws56
5639
5640         * src/plugins/clamav/clamav_plugin_gtk.c
5641                 gui tweaks: replace a label with a tooltip, modify the
5642                 text, use gtk_check_button_new(); instead of
5643                 gtk_check_button_new_with_label("");
5644
5645 2003-09-02 [alfons]     0.9.4claws55
5646
5647         * src/gtk/filesel.c
5648                 remember last used dir when attaching multiple files (should fix
5649                 bug #290, "Attach File does not remember directory")
5650
5651 2003-09-01 [paul]       0.9.4claws54
5652
5653         * po/es.po
5654                 updated by Ricardo Mones Lastra
5655
5656 2003-09-01 [alfons]     0.9.4claws53
5657
5658         * src/gtk/gtkaspell.[ch]
5659                 be pedantic and strict and use const gchar * instead of guchar *
5660
5661 2003-09-01 [alfons]     0.9.4claws52
5662
5663         * src/mainwindow.c
5664         * src/summaryviewc.
5665                 re-enable Save As when multiple messages are selected
5666
5667 2003-09-01 [paul]       0.9.4claws51
5668
5669         * src/textview.c
5670                 g_free(trimmed_uri);
5671
5672 2003-09-01 [paul]       0.9.4claws50
5673
5674         * sync with 0.9.4cvs13
5675                 see ChangeLog 2003-09-01
5676
5677 2003-09-01 [paul]       0.9.4claws49
5678
5679         * src/textview.c
5680                 trim uri before sending to the statusbar
5681                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5682                 in the message window causes main S-C window to enlarge 
5683                 past screen edges'
5684
5685 2003-09-01 [paul]       0.9.4claws48
5686
5687         * sync with 0.9.4cvs12
5688                 see ChangeLog 2003-09-01
5689
5690 2003-08-30 [christoph]  0.9.4claws47
5691
5692         * src/compose.c
5693         * src/folder_item_prefs.[ch]
5694         * src/prefs_folder_item.c
5695         * src/gtk/gtkaspell.[ch]
5696                 commit per folder dictionary patch by
5697                 Paul Evans <nerd@freeuk.com>
5698
5699 2003-08-30 [christoph]  0.9.4claws46
5700
5701         * src/plugins/spamassassin/spamassassin_gtk.c
5702         * src/plugins/spamassassin/spamassassin_gtk.glade
5703                 reduce GUI clutter by placing hints into tooltips
5704
5705 2003-08-30 [paul]       0.9.4claws45
5706
5707         * src/compose.c
5708                 add 'Content-Disposition: inline' to a text/plain
5709                 part when using PGP/MIME signing
5710
5711 2003-08-30 [paul]       0.9.4claws44
5712
5713         * src/prefs_common.c
5714           src/prefs_spelling.c
5715           src/prefs_spelling.glade
5716                 reduce GUI clutter by placing hints into tooltips
5717
5718 2003-08-29 [christoph]  0.9.4claws43
5719
5720         * configure.ac
5721                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5722
5723         * src/stock_pixmap.c
5724                 change unecessary warning into a debug message
5725
5726         * src/plugins/clamav/Makefile.am
5727                 Fix error "-I$(CLAMAV_LIBS)"
5728
5729 2003-08-29 [christoph]  0.9.4claws42
5730
5731         * intl/Makefile.in
5732         * src/Makefile.am
5733         * src/matcher.h
5734         * src/common/Makefile.am
5735         * src/common/passcrypt.c
5736                 commit fixes and patches for some of the IRIX problems found by
5737                 Ivan Rayner <ivanr@sgi.com>
5738
5739 2003-08-29 [paul]       0.9.4claws41
5740
5741         * src/prefs_filtering.c
5742                 add 'Top' and 'Bottom' buttons, based on changes in
5743                 src/prefs_filter.c in 0.9.4cvs11.
5744
5745 2003-08-27 [christoph]  0.9.4claws40
5746
5747         * src/folderview.c
5748                 fix bug that the current summary settings were copied to the
5749                 wrong folder item, when the folder item prefs are opened.
5750                 Copying is not required because summary settings and
5751                 folder_item_prefs do not contain the same settings
5752
5753 2003-08-27 [thorsten]   0.9.4claws39
5754
5755         * src/imap.c
5756                 fix compile error
5757
5758 2003-08-26 [paul]       0.9.4claws38
5759
5760         * sync with 0.9.4cvs9
5761                 see ChangeLog 2003-08-26
5762
5763 2003-08-25 [paul]       0.9.4claws37
5764
5765         * sync with 0.9.4cvs8
5766                 see ChangeLog 2003-08-25
5767
5768 2003-08-24 [christoph]  0.9.4claws36
5769
5770         * src/prefs_filtering.c
5771                 shouldn't remove items from a GSList while iterating over the
5772                 list (makes cur invalid and cur->next not accessable)
5773
5774         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5775          crashed)
5776
5777 2003-08-23 [christoph]  0.9.4claws35
5778
5779         * src/news.c
5780                 news folders should be scanned when opened
5781
5782 2003-08-22 [christoph]  0.9.4claws34
5783
5784         * src/prefs_folder_item.c
5785                 use macro to assign strings that always frees the old string
5786
5787         * src/gtk/gtkaspell.[ch]
5788                 add gtkaspell_set_dictionary_menu_active_item() to set active
5789                 item in dictionary option menu
5790
5791         * src/prefs_spelling.c
5792                 use gtkaspell_set_dictionary_menu_active_item() to select
5793                 dictionary
5794
5795 2003-08-21 [christoph]  0.9.4claws33
5796
5797         * src/folder.[ch]
5798         * src/imap.c
5799         * src/mbox_folder.c
5800         * src/mh.c
5801         * src/news.c
5802                 optimize folder system
5803
5804         * src/gtk/gtkstext.c
5805                 fix division by zero when font has 0 width for ' '
5806
5807 2003-08-21 [paul]       0.9.4claws32
5808
5809         * sync with 0.9.4cvs7
5810                 see ChangeLog 2003-08-20
5811
5812 2003-08-19 [paul]       0.9.4claws31
5813
5814         * src/common/defs.h
5815                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5816                 SYLDOC_FAQ_HTML_INDEX.
5817         * src/manual.c
5818                 use LC_MESSAGES instead of LC_ALL to find the current
5819                 language
5820
5821           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5822
5823 2003-08-19 [paul]       0.9.4claws30
5824
5825         * po/bg.po
5826                 updated by George Danchev
5827
5828 2003-08-18 [luke]       0.9.4claws29
5829         * src/mimeview.[ch]
5830         * src/gtk/gtkvscrollbutton.[ch]
5831                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5832                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5833                 o removed horizontal separator between icons
5834
5835 2003-08-17 [christoph]  0.9.4claws28
5836
5837         * src/procmsg.c
5838                 no subject threading when the subject has no reply prefix
5839
5840 2003-08-16 [christoph]  0.9.4claws27
5841
5842         * src/mainwindow.c
5843                 remember and restore window sizes and position when the main
5844                 window is hidden or shown
5845
5846         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5847          minimised/reopened using trayicon)
5848
5849 2003-08-16 [paul]       0.9.4claws26
5850
5851         * src/crash.c
5852                 add #include "defs.h"
5853
5854 2003-08-16 [paul]       0.9.4claws25
5855
5856         * src/plugins/clamav/clamav_plugin.c
5857                 reword a debug_print
5858                 
5859         * src/plugins/dillo_viewer/dillo_prefs.c
5860                 cosmetic: change the labels' text, add tooltips, and
5861                 left-align the hint
5862
5863 2003-08-15 [christoph]  0.9.4claws24
5864
5865         * src/news.c
5866                 complete last change (forgot some changes)
5867
5868 2003-08-15 [christoph]  0.9.4claws23
5869
5870         * src/news.c
5871                 o check number of messages and don't return a 0 message
5872                   when no messages are available
5873                 o don't parse xref header anymore
5874
5875         (closes Bug 203 I'm not getting any news)
5876
5877 2003-08-15 [paul]       0.9.4claws22
5878
5879         * src/common/defs.h
5880           src/crash.c
5881                 update and define claws bugzilla location
5882
5883 2003-08-15 [paul]       0.9.4claws21
5884
5885         * po/ru.po
5886                 update submitted by Ruslan N. Balkin
5887
5888 2003-08-14 [christoph]  0.9.4claws20
5889
5890         * src/procmsg.c
5891                 fix search for oldest node in subject threading
5892
5893 2003-08-14 [christoph]  0.9.4claws19
5894
5895         * src/procmsg.c
5896         * src/common/utils.h
5897                 add possibility to check all nodes with the same subject for
5898                 subject threading, not only the oldest node. Should not break
5899                 threads anymore if the oldest node is thread_by_subject_max_age
5900                 days older then parent, because it can now find a child of
5901                 oldest node as new parent.
5902
5903 2003-08-11 [christoph]  0.9.4claws18
5904
5905         * src/plugins/spamassassin/spamassassin.c
5906                 run spam check in background process
5907
5908 2003-08-10 [alfons]     0.9.4claws17
5909
5910         * src/summaryview.c
5911                 make `Select All' sensitive too
5912
5913 2003-08-10 [christoph]  0.9.4claws16
5914
5915         * src/imap.c
5916                 add more checks in imap_close
5917
5918 2003-08-09 [alfons]     0.9.4claws15
5919
5920         * src/prefs_spelling.c
5921                 no spell checking UI if not requested
5922
5923 2003-08-09 [alfons]     0.9.4claws14
5924
5925         * src/gtk/prefswindow.c
5926                 make it compile
5927
5928 2003-08-09 [christoph]  0.9.4claws13
5929
5930         * src/prefs_spelling.c
5931         * src/gtk/prefswindow.[ch]
5932         * src/plugins/clamav/clamav_plugin_gtk.c
5933         * src/plugins/spamassassin/spamassassin_gtk.c
5934                 sort prefs pages by heighest weight in tree
5935
5936 2003-08-09 [paul]       0.9.4claws12
5937
5938         * sync with 0.9.4cvs6
5939                 see ChangeLog 2003-08-07
5940                 
5941         * AUTHORS
5942                 add Leandro and Luke to claws-branch section
5943
5944 2003-08-09 [christoph]  0.9.4claws11
5945
5946         * src/gtk/Makefile.am
5947         * src/gtk/colorsel.[ch]                 ** NEW **
5948                 create a color selection dialog that can be used as a simple
5949                 function call with it's own gtk main loop like filesel.[ch]
5950
5951         * src/Makefile.am
5952         * src/main.c
5953         * src/prefs_common.c
5954         * src/prefs_spelling.[ch]               ** NEW **
5955         * src/prefs_spelling.glade              ** NEW **
5956         * src/gtk/gtkutils.[ch]
5957                 move "Spell Checker" prefs to new prefs dialog
5958
5959         * src/prefs_folder_item.c
5960                 use new colorsel dialog
5961
5962 2003-08-08 [paul]       0.9.4claws10
5963
5964         * src/inc.c
5965                 clear the progress bar unconditionally
5966
5967 2003-08-08 [paul]       0.9.4claws9
5968
5969         * sync with 0.9.4cvs4
5970                 see ChangeLog 2003-07-31
5971
5972 2003-08-07 [christoph]  0.9.4claws8
5973
5974         * configure.ac
5975                 fix bug in image viewer plugin part
5976
5977         * src/imap.c
5978                 don't execute close command if the folder item is not selected
5979
5980 2003-08-07 [hoa]        0.9.4claws7
5981
5982         * src/filtering.[ch]
5983         * src/matcher_parser.h
5984         * src/matcher_parser_parse.y
5985                 can define several actions for each filtering rule
5986                 can import old versions of filtering rules
5987
5988         * src/prefs_filtering.c
5989                 call to a new dialog box to define actions
5990
5991         * src/prefs_filtering_action.[ch]
5992                 dialog box to define actions for filtering rules
5993
5994 2003-08-06 [christoph]  0.9.4claws6
5995
5996         * src/imap.c
5997                 make sure source folder is selected when copying messages
5998
5999 2003-08-06 [christoph]  0.9.4claws5
6000
6001         * sync with 0.9.4cvs2
6002                 see ChangeLog 2003-07-29                
6003
6004 2003-08-05 [paul]       0.9.4claws4
6005
6006         * sync with 0.9.4cvs3
6007                 see ChangeLog 2003-07-30
6008
6009 2003-08-04 [match]      0.9.4claws3
6010
6011         * po/POTFILES.in
6012                 export of LDIF files.
6013
6014 2003-08-04 [match]      0.9.4claws2
6015
6016         * src/ldif.[ch]
6017                 support for export LDIF. documented.
6018         * src/importldif.[ch]
6019         * src/exportldif.[ch]
6020                 add tooltips. documented.
6021         * src/exphtmldlg.[ch]
6022         * src/common/xmlprops.[ch]
6023                 documented.
6024         * src/exportldif.[ch]                   ** NEW **
6025         * src/expldifdlg.[ch]                   ** NEW **
6026         * src/addressbook.[ch]
6027         * src/Makefile.am
6028                 export of LDIF files.
6029                 documented.
6030
6031 2003-08-04 [christoph]  0.9.4claws1
6032
6033         * .cvsignore
6034         * Makefile.am
6035         * configure.ac
6036         * sylpheed-claws.pc.in                  ** NEW **
6037         * src/Makefile.am
6038         * src/common/Makefile.am
6039         * src/gtk/Makefile.am
6040                 install sylpheed header files in $(pkgincludedir) and create a
6041                 pkg-config file to allow building a plugin without the source
6042                 package
6043
6044 2003-08-04 [paul]       0.9.4claws
6045
6046         * version 0.9.4claws
6047
6048 2003-08-04 [paul]       0.9.3claws97
6049
6050         * po/es.po
6051                 update Spanish translation. Submitted by Ricardo
6052                 Mones Lastra.
6053
6054 2003-08-03 [paul]       0.9.3claws96
6055
6056         * po/hr.po
6057           po/sr.po
6058                 update Croatian and Serbian translations. Submitted by
6059                 Dragan and Urke MMI respectively
6060
6061 2003-08-03 [alfons]     0.9.3claws95
6062
6063         * src/summaryview.c
6064                 mark flag has precedence over important flag - seems
6065                 to have been changed in sync of 0.9.3claws45. this fixes
6066                 a regression where messages that were scored as important
6067                 don't show their mark flags. (using the same column for
6068                 both importance as mark flags is the real problem
6069                 ofcourse)
6070
6071 2003-08-03 [melvin]     0.9.3claws94
6072
6073         * po/fr.po
6074                 Updated French translations.
6075
6076 2003-08-03 [melvin]     0.9.3claws93
6077
6078         * src/Makefile.am
6079                 Fixed typo introduced after 0.9.3claws92 
6080                 that prevented compilation
6081                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6082                 CPPFLAGS and YFLAGS to allow user setting these.
6083         * src/common/Makefile.am
6084         * src/gtk/Makefile.am
6085         * src/plugins/clamav/Makefile.am
6086         * src/plugins/demo/Makefile.am
6087         * src/plugins/dillo_viewer/Makefile.am
6088         * src/plugins/image_viewer/Makefile.am
6089         * src/plugins/mathml_viewer/Makefile.am
6090         * src/plugins/spamassassin/Makefile.am
6091         * src/plugins/trayicon/Makefile.am
6092         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6093                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6094                 CPPFLAGS and YFLAGS to allow user setting these.
6095
6096 2003-08-02 [christoph]  0.9.3claws92
6097
6098         * configure.ac
6099                 o rearrange plugin tests
6100                 o add test for clamav.h to ClamAV tests
6101
6102 2003-08-02 [luke]       0.9.3claws91
6103
6104         * src/mimeview.c
6105                 o fixed appearance of icon list when toggling back from the 
6106                   ctree
6107                 o toggling of icons using the keyboard works correctly
6108                 o fixed all other keyboard shortcuts to work when icons are
6109                   active
6110         
6111         * src/messageview.c
6112                 o fixed bug 4 - focus lost when changing messageview view type
6113
6114 2003-08-02 [christoph]  0.9.3claws90
6115
6116         * src/common/hooks.c
6117                 fix crash when pointer stored in hash table could get invalid
6118                 when a plugin is unloaded
6119
6120 2003-08-01 [christoph]  0.9.3claws89
6121
6122         * configure.ac
6123                 o try to build all plugins (except spamassassin) by default
6124                 o don't build a plugin if a dependency check fails
6125
6126         * src/common/hooks.c
6127                 fix warning
6128
6129 2003-08-01 [match]      0.9.3claws88
6130
6131         * src/importldif.c
6132                 allow single click field selection. document code.
6133
6134 2003-08-01 [christoph]  0.9.3claws87
6135
6136         * src/plugins/clamav/clamav_plugin.c
6137         * src/plugins/clamav/clamav_plugin_gtk.c
6138         * src/plugins/dillo_viewer/dillo_viewer.c
6139         * src/plugins/image_viewer/plugin.c
6140         * src/plugins/mathml_viewer/mathml_viewer.c
6141         * src/plugins/spamassassin/spamassassin.c
6142         * src/plugins/spamassassin/spamassassin_gtk.c
6143         * src/plugins/trayicon/trayicon.c
6144                 add version check to all plugins
6145
6146 2003-08-01 [hoa]        0.9.3claws86
6147
6148         * src/prefs_filtering.c
6149                 fixed a cosmetic bug, during creation of dialog box,
6150                 wrong widgets were shown after creation.
6151
6152 2003-08-01 [luke]       0.9.3claws85
6153
6154         * src/mainwindow.c
6155                 o fixed visibility of icons/mimeview after toggling separate
6156                   message/folder view (factored out some similar code too).
6157
6158
6159 2003-07-31 [alfons]     0.9.3claws84
6160
6161         * src/mimeview.c
6162                 tweak icon box UI a bit more, now allowing right-clicks actions
6163                 getting the relevant mime data too; should fix #250, "Can't save 
6164                 attachments sometimes".
6165
6166 2003-07-30 [alfons]     0.9.3claws83
6167
6168         * src/compose.c
6169                 don't do auto-save-draft inside key press handler, but rather
6170                 schedule it half of a second later; should fix #67, "autosave 
6171                 make re-rediting message crazy"
6172
6173 2003-07-30 [christoph]  0.9.3claws82
6174
6175         * src/plugins/trayicon/trayicon.c
6176                 process pending events before unloading the plugin
6177
6178         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6179
6180 2003-07-30 [alfons]     0.9.3claws81
6181
6182         * src/common/hooks.c
6183                 parameter 2 of g_hook_destroy() should really be a hook id
6184
6185 2003-07-30 [alfons]     0.9.3claws80
6186
6187         * src/common/plugin.c
6188                 fix a possibly harmful function signature mismatch 
6189                 for plugin_done
6190
6191 2003-07-30 [alfons]     0.9.3claws79
6192
6193         * src/common/hooks[.ch]
6194                 const correctness
6195
6196 2003-07-30 [darko]      0.9.3claws78
6197
6198         * src/summaryview.c
6199                 make it compile again
6200
6201 2003-07-30 [luke]       0.9.3claws77
6202
6203         * src/crash.c
6204         * src/main.c
6205                 o added/moved signal handlers for SIGTERM (normal kill command) 
6206                   and SIGINT (ctl-c) to be used even without 
6207                   --enable-crash-dialog, fixing bug 166
6208
6209         * src/summaryview.c
6210                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6211                   bug 227
6212
6213         * src/mainwindow.c
6214                 o changed sensitivity condition for 'Next new' and 'Next 
6215                   unread', fixing bug 8
6216
6217 2003-07-29 [alfons]     0.9.3claws76
6218
6219         * src/common/utils.[ch]
6220                 add generate_msgid()
6221         * src/messageview.c
6222                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6223                 sent folder".
6224
6225 2003-07-29 [alfons]     0.9.3claws75
6226
6227         * src/messageview.c
6228                 fix a memleak (claws-only)
6229
6230 2003-07-29 [alfons]     0.9.3claws74
6231
6232         * src/mimeview.[ch]
6233         * src/gtk/gtkvscrollbutton.[ch]
6234                 fix UI glitch where mime icon toolbox' scroll position is not 
6235                 reset after switching to another message
6236                 
6237
6238 2003-07-29 [paul]       0.9.3claws73
6239
6240         * src/prefs_folder_item.c
6241                 split the prefs into 2 separate pages
6242
6243 2003-07-29 [paul]       0.9.3claws72
6244
6245         * src/compose.c
6246                 prepend "\n\n" to a signature without a separator too
6247
6248 2003-07-29 [paul]       0.9.3claws71
6249
6250         * src/compose.c
6251                 fix bug where changing to an account without an auto-sig
6252                 from an initial account without an auto-sig would insert 
6253                 2 blank lines at the cursor point
6254                 fix bug where changing to an account with an auto-sig
6255                 from an initial account without an auto-sig would insert
6256                 the sig at the cursor point
6257
6258 2003-07-29 [paul]       0.9.3claws70
6259
6260         * src/folderview.c
6261                 use the colour from the folder pref unless the folder
6262                 has new messages
6263
6264 2003-07-29 [alfons]     0.9.3claws69
6265
6266         * src/procmsg.[ch]
6267         * src/messageview.c
6268         * src/procheader.c
6269                 rewrite return receipt request work a little bit (the former 
6270                 implementation presumably depended too much on the UI setting
6271                 flags). (we're losing the old pending flag.) 
6272
6273 2003-07-28 [christoph]  0.9.3claws68
6274
6275         * src/folder.c
6276         * src/imap.c
6277         * src/mh.c
6278         * src/procmsg.[ch]
6279                 fix copy to IMAP folder from other folder
6280
6281 2003-07-28 [christoph]  0.9.3claws67
6282
6283         * src/procmsg.c
6284                 fix sync of procmsg_get_message_file_list
6285
6286 2003-07-28 [christoph]  0.9.3claws66
6287
6288         * sync with 0.9.3cvs14
6289                 see ChangeLog 2003-07-18
6290         * sync with 0.9.3cvs17
6291                 see ChangeLog 2003-07-23
6292
6293         (closes Bug 234 segmentation fault after sending out mail via
6294          smtp(auth))
6295
6296 2003-07-28 [paul]       0.9.3claws65
6297
6298         * po/es.po
6299                 update Spanish translation, submitted by Ricardo Mones
6300                 Lastra
6301
6302 2003-07-28 [christoph]  0.9.3claws64
6303
6304         * src/folder.[ch]
6305         * src/imap.c
6306         * src/mh.c
6307                 return new message numbers as a GRelation instead of a GSList
6308                 that has to be in the same order as the input list. A list
6309                 would make it hard for IMAP to optimize oepration by sorting
6310                 the input list. The returned list would have to be reordered
6311                 to match the same order that input list has.
6312
6313         * src/gtk/gtkaspell.c
6314                 fix missing return value, could cause a crash when garbage is
6315                 on the stack that is used as the expected return value
6316
6317 2003-07-28 [paul]       0.9.3claws63
6318
6319         * sync with 0.9.4cvs1
6320                 see ChangeLog 2003-07-28
6321
6322 2003-07-27 [alfons]     0.9.3claws62
6323
6324         * src/mimeview.c
6325                 tweak it more to make icon list act like a check button group
6326
6327 2003-07-27 [christoph]  0.9.3claws61
6328
6329         * sync with 0.9.3cvs20
6330                 see ChangeLog 2003-07-25
6331
6332 2003-07-27 [paul]       0.9.3claws60
6333
6334         * src/procmsg.c
6335                 re-commit changes from 0.9.3claws58 -
6336                 accidently removed in 0.9.3claws59
6337
6338 2003-07-27 [paul]       0.9.3claws59
6339
6340         * src/procmsg.[ch]
6341                 a sync from 0.9.3cvs17
6342                 see ChangeLog 2003-07-23
6343
6344 2003-07-27 [alfons]     0.9.3claws58
6345
6346         * src/procmsg.c
6347                 add missing header members to MsgInfo; fixes the problem of 
6348                 not displaying X-Faces, as noticed by Ricardo Mones
6349
6350 2003-07-26 [christoph]  0.9.3claws57
6351
6352         * sync with 0.9.3cvs18
6353                 see ChangeLog 2003-07-24
6354
6355 2003-07-26 [christoph]  0.9.3claws56
6356
6357         * sync with 0.9.3cvs17
6358                 see ChangeLog 2003-07-23
6359
6360 2003-07-26 [christoph]  0.9.3claws55
6361
6362         * src/folder.[ch]
6363         * src/imap.c
6364         * src/mbox_folder.c
6365         * src/mh.c
6366         * src/news.c
6367                 add support for copy function that copy multiple messages
6368                 (not implemented yet)
6369
6370         * src/summaryview.c
6371                 add missing return value
6372
6373 2003-07-26 [paul]       0.9.3claws54
6374
6375         * tools/multiwebsearch.pl
6376                 do whitespace substitution before passing the string
6377                 to the browser. fixes bug with browsers that don't
6378                 do whitespace conversion themselves.
6379
6380 2003-07-25 [christoph]  0.9.3claws53
6381
6382         * src/folder.[ch]
6383         * src/imap.c
6384         * src/mh.c
6385                 rewrite adding of multiple messages to a folder for
6386                 claws' folder system
6387
6388 2003-07-25 [luke]       0.9.3claws52
6389
6390         * src/mimeview.c
6391                 o icon toggles set correctly on leaving ctree mimeview
6392
6393 2003-07-25 [paul]       0.9.3claws51
6394
6395         * partial sync with 0.9.3cvs21 [src/main.c]
6396                 see ChangeLog 2003-07-25
6397
6398 2003-07-24 [paul]       0.9.3claws50
6399
6400         * tools/maildir2sylpheed.pl
6401                 fix typo
6402
6403 2003-07-24 [paul]       0.9.3claws49
6404
6405         * src/mimeview.c
6406                 increase the gutter size of paned so that the panes
6407                 can be resized
6408                 
6409         * src/plugins/demo/demo.c
6410                 squeeze in another typo fix
6411
6412 2003-07-24 [paul]       0.9.3claws48
6413
6414         * src/plugins/demo/demo.c
6415           src/prefs_account.c
6416                 small changes to the English
6417                 
6418         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6419           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6420           src/Makefile.am
6421           src/stock_pixmap.c
6422                 rename the misspelled icon
6423
6424 2003-07-23 [alfons]     0.9.3claws47
6425
6426         * src/mimeview.c
6427                 make icon list look like a list of toggles
6428
6429 2003-07-23 [luke]       0.9.3claws46
6430
6431         * src/pixmaps/mimeview_gpg_expired.xpm
6432         * src/pixmaps/mimeview_gpg_failed.xpm
6433         * src/pixmaps/mimeview_gpg_passed.xpm
6434         * src/pixmaps/mimeview_text_html.xpm
6435         * src/pixmaps/mimeview_image.xpm
6436                 o all icons the same size
6437
6438         * src/mimeview.[ch]
6439                 o mimeview ctree arranged vertically above the viewer
6440                 o icons changed to buttons
6441                 o can use keyboard to select an icon (Enter)
6442                 o resize icon list to width of icons
6443
6444         *  src/gtk/gtkvscrollbutton.c
6445                 o sensitivity of buttons reacts to position
6446
6447 2003-07-23 [christoph]  0.9.3claws45
6448
6449         * sync with 0.9.3cvs14 (incomplete)
6450                 see ChangeLog 2003-07-17
6451
6452 2003-07-23 [alfons]     0.9.3claws44
6453
6454         * src/folder.c
6455         * src/procmsg.h
6456                 sync with my local tree to restore some claws-only things
6457
6458 2003-07-23 [paul]       0.9.3claws43
6459
6460         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6461           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6462           src/Makefile.am
6463           src/mimeview.c
6464           src/procmime.h
6465           src/rfc2015.c
6466           src/stock_pixmap.[ch]
6467                 indicate missing keys and expired sigs/keys
6468                 in mime view column
6469
6470 2003-07-23 [paul]       0.9.3claws42
6471
6472         * src/compose.c
6473                 Redirect fixes: enable automatic account selection and
6474                 do not append signature to message on changing account
6475                 fixes Bug[s] #248
6476
6477 2003-07-23 [paul]       0.9.3claws41
6478
6479         * sync with 0.9.3cvs16
6480                 see ChangeLog 2003-07-23
6481
6482 2003-07-23 [alfons]     0.9.3claws40
6483
6484         * src/inc.c
6485                 give progress dialog a main window, and give it the first 
6486                 one (presumably the only one). fixes bug #247, "segfault on 
6487                 pop-before-smtp" 
6488
6489 2003-07-22 [alfons]     0.9.3claws39
6490
6491         * src/summaryview.c
6492                 shift-space scrolls up
6493
6494 2003-07-22 [paul]       0.9.3claws38
6495
6496         * sync with 0.9.3cvs15
6497                 see ChangeLog 2003-07-22
6498
6499 2003-07-20 [alfons]     0.9.3claws37
6500
6501         * src/compose.c
6502                 put menu inside #ifdef USE_ASPELL..#endif
6503
6504 2003-07-20 [christoph]  0.9.3claws36
6505
6506         * src/procmsg.c
6507                 fix wrong flags in MsgInfo returned by
6508                 procmsg_msginfo_get_full_info()
6509
6510         (closes Bug 221 Deleting messages from the Message View gives incorrect
6511          new/unread message counts in the folder view)
6512
6513         * src/plugins/spamassassin/spamassassin_gtk.c
6514                 add gettext macro for prefs page title
6515
6516 2003-07-20 [paul]       0.9.3claws35
6517
6518         * src/mimeview.c
6519                 redraw icon list on signature check
6520
6521 2003-07-20 [christoph]  0.9.3claws34
6522
6523         * src/Makefile.am
6524         * src/account.c
6525         * src/folder.[ch]
6526         * src/folder_item_prefs.[ch]            ** NEW **
6527         * src/folderview.c
6528         * src/mainwindow.c
6529         * src/mh.c
6530         * src/prefs_gtk.c
6531         * src/prefs_scoring.c
6532         * src/summaryview.c
6533         * src/prefs_folder_item.[ch]
6534                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6535                   Properties dialog
6536                 o use prefswindow for folder properties
6537
6538         * src/gtk/prefswindow.[ch]
6539                 change implementation to use an invisible notebook instead
6540                 of unparenting widgets
6541
6542 2003-07-20 [christoph]  0.9.3claws33
6543
6544         * src/compose.h
6545         * src/folder.c
6546         * src/folderview.h
6547         * src/headerview.h
6548         * src/prefs_filtering.h
6549         * src/prefs_folder_item.[ch]
6550         * src/procmime.h
6551         * src/procmsg.h
6552         * src/summaryview.h
6553                 clean up header mess
6554                 (always use 1. typedefs, 2. #includes, 3. structures)
6555
6556         * src/common/version.h.in
6557                 add casts for constants
6558
6559         * src/plugins/demo/demo.c
6560                 fix typo
6561
6562         * src/plugins/spamassassin/spamassassin.c
6563                 remove unused variable
6564
6565 2003-07-20 [alfons]     0.9.3claws32
6566
6567         * src/mimeview.c
6568                 o make icon buttons respond on left click
6569                 o minor cosmetic change
6570
6571 2003-07-19 [luke]       0.9.3claws31
6572
6573         * src/mimeview.[ch]
6574         * src/gtk/gtkvscrollbutton.c
6575         * src/messageview.c
6576                 o improved mimeview behaviour when selecting a new message
6577                 o plus code cleanups to remove compile warnings
6578
6579
6580 2003-07-19 [alfons]     0.9.3claws30
6581
6582         * src/procmsg.c
6583         * src/compose.c
6584         * src/common/utils.[ch]
6585                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6586
6587 2003-07-19 [alfons]     0.9.3claws29
6588
6589         * src/prefs_folder_item.c
6590                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6591                 string pointers
6592
6593 2003-07-19 [luke]       0.9.3claws28
6594
6595         * src/messageview.c
6596         * src/mimeview.[ch]
6597         * src/procmime.h
6598         * src/rfc2015.c
6599         * src/stock_pixmap.[ch]
6600         * src/gtk/Makefile.am
6601         * src/Makefile.am
6602         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6603         * src/pixmaps/mime_*.xpm                ** NEW **
6604                 o mimeview rearrangement with a new icon shortcut bar
6605
6606 2003-07-19 [alfons]     0.9.3claws27
6607
6608         * src/folderview.c
6609                 o plug leaking nodes_to_recollapse
6610                 o add folderview_recollapse_all_nodes() (not used yet)
6611
6612 2003-07-19 [alfons]     0.9.3claws26
6613
6614         * src/compose.c
6615         * src/common/utils.c
6616                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6617                 for both forwarding as replying
6618
6619 2003-07-18 [christoph]  0.9.3claws25
6620
6621         * configure.ac
6622         * src/common/sylpheed.[ch]
6623         * src/common/version.h.in
6624                 add version in numeric form to allow easy comparison
6625
6626         * src/plugins/demo/demo.c
6627                 add version check
6628                 - sylpheed version > plugin version => never allowed, sylpheed
6629                   could contain unknown API changes
6630                 - sylpheed version < minimum version required => don't load,
6631                   API required not available (if linking does not fail)
6632
6633 2003-07-18 [alfons]     0.9.3claws24
6634         
6635         * src/common/plugin.[ch]
6636                 const correctness
6637
6638 2003-07-18 [christoph]  0.9.3claws23
6639
6640         * src/common/hooks.c
6641                 fix crash when hooks where unregisted
6642
6643         * src/plugins/trayicon/trayicon.c
6644                 unregister detroy signal before destroying the widget
6645                 (still crashes when the plugin is unloaded)
6646
6647 2003-07-18 [alfons]     0.9.3claws22
6648         
6649         * src/folderview.c
6650                 delay expanding folder tree during drags until timeout triggered
6651                 (needs perhaps some tweaking, so testing is welcome)
6652
6653 2003-07-17 [alfons]     0.9.3claws21
6654
6655         * src/folderview.c
6656                 clean up cruft
6657
6658 2003-07-17 [christoph]  0.9.3claws20
6659
6660         * src/common/session.c
6661                 fix opening of SSL connections
6662
6663         * src/plugins/image_viewer/Makefile.am
6664                 add OPENSSL_CFLAGS (we should find a better solution to remove
6665                 this dependencies if they are not required)
6666
6667         * src/plugins/spamassassin/spamassassin.c
6668                 remove setlocale workaround (fixed in libspamc)
6669
6670         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6671          if spell checking enabled)
6672
6673 2003-07-17 [alfons]     0.9.3claws19
6674
6675         * src/common/hooks.[ch]
6676         * src/plugins/clamav/clamav_plugin.c
6677         * src/plugins/spamassassin/spamassassin.c
6678         * src/plugins/trayicon/trayicon.c
6679                 fix signedness muck 
6680
6681 2003-07-17 [alfons]     0.9.3claws18
6682
6683         * src/procmime.c
6684                 plug memleak
6685
6686 2003-07-17 [alfons]     0.9.3claws17
6687
6688         * src/inc.c
6689                 plug memleak
6690
6691 2003-07-17 [paul]       0.9.3claws16
6692
6693         * src/common/defs.h
6694           src/mainwindow.c
6695           src/manual.[ch]
6696                 add link to the Claws site's FAQ page, after the suggestion
6697                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6698                 Move url strings to defs.h
6699                 
6700         * src/mainwindow.c
6701                 fix typo to prevent "unknown menu entry" warnings
6702
6703 2003-07-17 [alfons]     0.9.3claws15
6704
6705         * src/folderview.[ch]
6706         * src/summaryview.[ch]
6707         * src/mimeview.[ch]
6708                 plug DnD leaks 
6709
6710 2003-07-17 [paul]       0.9.3claws14
6711
6712         * src/inc.c
6713                 remove two instances of 'GTK_EVENTS_FLUSH' because
6714                 they are unnecessary and probably cause a stack overflow
6715
6716 2003-07-16 [christoph]  0.9.3claws13
6717
6718         * src/mimeview.[ch]
6719                 use an invisible GTK notebook to switch between viewers
6720                 instead of reparenting widgets
6721
6722 2003-07-16 [christoph]  0.9.3claws12
6723
6724         * src/folder.c
6725                 move folder_item_update_freeze() to correct place in
6726                 folder_item_scan_full()
6727
6728 2003-07-16 [paul]       0.9.3claws11
6729
6730         * sync with 0.9.3cvs12
6731                 see ChangeLog 2003-07-14 and 2003-07-15
6732
6733 2003-07-16 [christoph]  0.9.3claws10
6734
6735         * src/imap.[ch]
6736         * src/prefs_account.[ch]
6737                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6738
6739 2003-07-15 [alfons]     0.9.3claws9
6740
6741         * src/main.c
6742                 make --config-dir do something useful
6743
6744 2003-07-15 [alfons]     0.9.3claws8
6745
6746         * src/procmsg.c
6747                 o fix a bug where 'last' didn't really point to the last message
6748                   in the top level list of children, but to the last threaded
6749                   message. 
6750                 
6751                 o clean up and make it easier to sync
6752
6753 2003-07-15 [alfons]     0.9.3claws7
6754
6755         * src/mainwindow.c
6756                 make correct menu items sensitive       
6757
6758 2003-07-14 [alfons]     0.9.3claws6
6759
6760         * src/procmsg.c
6761                 tune the threader so it will not subject-thread any message
6762                 without a subject prefix (this will not thread correctly if 
6763                 a parent is delivered after their childs, but it looks 
6764                 better right now)
6765
6766 2003-07-13 [christoph]  0.9.3claws5
6767
6768         * src/mainwindow.c
6769                 group "Add mailbox *..." menu items in submenu
6770
6771 2003-07-13 [alfons]     0.9.3claws4
6772
6773         * src/summaryview.c
6774                 correct summary_toggle_pressed() signature and make sure
6775                 signal is not passed on
6776
6777 2003-07-13 [alfons]     0.9.3claws3
6778
6779         * src/summaryview.c
6780                 o for now don't pass on keys when they we're handled by 
6781                   ctree::key_press_event
6782                 o clean up
6783
6784 2003-07-13 [alfons]     0.9.3claws2
6785         
6786         * src/main.c
6787                 add command line option "--config-dir" to get the current 
6788                 configuration dir
6789
6790 2003-07-12 [alfons]     0.9.3claws1
6791
6792         * src/matcher.[ch]
6793         * src/matcher_parser_parse.y
6794         * src/prefs_filtering.c
6795         * src/filtering.c
6796                 add "Lock" filter action to lock messages;
6797
6798         * src/filtering.c       
6799                 remove debug_print()    
6800         * src/prefs_filtering.c
6801                 re-organize matcher part 9: 
6802                 make action text entries easily extendible;
6803                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6804                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6805
6806 2003-07-12 [paul]
6807
6808         * tools/README
6809                 update old information and add missing
6810                 information
6811
6812 2003-07-12 [paul]       0.9.3claws
6813
6814         * 0.9.3claws released
6815         
6816 2003-07-12 [paul]       0.9.0claws103
6817
6818         * src/Makefile.am
6819                 add addrquery.h
6820
6821 2003-07-12 [melvin]     0.9.0claws102
6822
6823         * src/messageview.c
6824                 Fixed bug #215: Show MIME tab for single text/html messages. 
6825                 
6826 2003-07-12 [paul]       0.9.0claws101
6827
6828         * man/sylpheed.1
6829                 updated
6830
6831 2003-07-12 [paul]       0.9.0claws100
6832
6833         * po/es.po
6834           po/hr.po
6835           po/pl.po
6836           po/sr.po
6837                 update Spanish, Croatian, Polish, Serbian translations.
6838                 submitted by Ricardo Mones Lastra, Dragan, Witold
6839                 Wladyslaw Wojciech Wilk, Urke MMI
6840
6841 2003-07-12 [melvin]     0.9.0claws99
6842
6843         * po/fr.po
6844                 Updated French translations.
6845
6846 2003-07-12 [paul]       0.9.0claws98
6847
6848         * src/addressbook.c
6849                 disable 'Lookup' button as it has no effect
6850
6851 2003-07-11 [alfons]     0.9.0claws97
6852         
6853         * src/summaryview.c
6854                 summary_searchbar_pressed() should return TRUE to signal that
6855                 event was handled. when returning void, the return value passed
6856                 to GTK is actually random, but maybe FALSE, in which case the
6857                 event is handled by parent
6858                 
6859 2003-07-10 [paul]       0.9.0claws96
6860
6861         * ac/missing/gettext.m4
6862                 update to version 0.12
6863
6864 2003-07-10 [paul]       0.9.0claws95
6865
6866         * src/plugins/clamav/clamav_plugin.c
6867                 fix bug where multipart/alternative messages
6868                 would slip through without being scanned
6869
6870 2003-07-10 [christoph]  0.9.0claws94
6871
6872         * src/folder.c
6873                 correct check if folder supports removing when a message is
6874                 moved. if not the message is only copied.
6875
6876         (closes Bug 132 crash on startup in newsgroups folders)
6877
6878 2003-07-09 [alfons]     0.9.0claws93
6879
6880         * configure.ac
6881         * src/common/defs.h
6882                 --with-config-dir (default .sylpheed)
6883
6884 2003-07-09 [christoph]  0.9.0claws92
6885
6886         * configure.ac
6887                 use PKG_CHECK_MODULES to check for gtkmathview
6888                 (version 0.4.2 now required)
6889
6890 2003-07-08 [melvin]     0.9.0claws91
6891
6892         * src/action.c
6893                 Implemented a progress bar that counts the number of completed
6894                 tasks when the action runs more than one command.
6895
6896 2003-07-08 [alfons]     0.9.0claws90
6897
6898         * src/procmsg.c
6899                 if queued message has an invalid Message-Id, don't try to
6900                 find message it refers to (fixes #209 "crash when processing 
6901                 in folder")
6902
6903 2003-07-08 [paul]       0.9.0claws89
6904
6905         * sync with 0.9.3cvs2
6906                 see ChangeLog 2003-07-08
6907
6908 2003-07-08 [match]      0.9.0claws88
6909
6910         * src/ldapctrl.c
6911                 extend LDAP search for first/last name by parsing search term.
6912
6913 2003-07-08 [alfons]     0.9.0claws87
6914
6915         * src/send_message.c
6916                 fix bug #208 "Status message stuck when sending on POP3 account"
6917
6918 2003-07-07 [paul]       0.9.0claws86
6919
6920         * po/hr.po
6921                 new Croatian translation, submitted by
6922                 Dragan <drleskov@inet.hr>
6923
6924 2003-07-07 [paul]       0.9.0claws85
6925
6926         * sync with 0.9.3cvs1
6927                 see ChangeLog 2003-07-07
6928
6929 2003-07-05 [christoph]  0.9.0claws84
6930
6931         * src/Makefile.am
6932         * src/messageview.c
6933         * src/mimeview.[ch]
6934         * src/stock_pixmap.[ch]
6935         * src/pixmaps/messageview_text.xpm              ** NEW **
6936                 move mimeview tabs to the right side and use icons
6937                 instead of text to save some space
6938
6939         (patch by Luke Plant <lukeplant@softhome.net>)
6940
6941 2003-07-05 [christoph]  0.9.0claws83
6942
6943         * src/inc.c
6944                 add NULL pointer checks
6945
6946         (patch by Luke Plant <lukeplant@softhome.net>)
6947         (closes Bug 204 0.9.0 quits on authentication error?!)
6948
6949 2003-07-05 [alfons]     0.9.0claws82
6950
6951         * configure.ac
6952                 take the clue in bug #202 "./configure script - 
6953                 'if test' comparison failure" reported by John Kristoff. 
6954
6955 2003-07-04 [christoph]  0.9.0claws81
6956
6957         * src/plugins/spamassassin/spamassassin.c
6958                 set timeout for spam check
6959
6960 2003-07-04 [christoph]  0.9.0claws80
6961
6962         * src/main.c
6963                 destroy all FolderItems when shutting down to
6964                 allow folders to clean up
6965
6966 2003-07-04 [melvin]     0.9.0claws79
6967
6968         * src/gtk/gtkaspell.c
6969                 Fixed bug #184 "Entering non-ascii character deletes
6970                 previous char if spell checking enabled": this makes
6971                 the spell checking in multibytes (e.g. UTF-8)locales work.
6972                 (Patch by Luke Plant).
6973                 
6974 2003-07-04 [christoph]  0.9.0claws78
6975
6976         * sync with 0.9.2cvs1
6977                 see ChangeLog 2003-06-10
6978
6979 2003-07-04 [paul]       0.9.0claws77
6980
6981         * sync with 0.9.3 release
6982                 see ChangeLog 2003-07-04
6983
6984 2003-07-03 [christoph]  0.9.0claws76
6985
6986         * src/folder.[ch]
6987         * src/imap.c
6988         * src/mbox_folder.c
6989         * src/mh.c
6990         * src/news.c
6991                 move folder_item_get_path() stuff into a folder virtual function
6992
6993         * src/procmsg.c
6994                 use folder_item_fetch_msg() to get message and do not contruct
6995                 the filename from path and number
6996
6997 2003-07-03 [paul]       0.9.0claws75
6998
6999         * sync with 0.9.2cvs12
7000                 see ChangeLog 2003-07-03
7001
7002 2003-07-02 [paul]       0.9.0claws74
7003
7004         * src/messageview.c
7005                 fix text-selection for replying
7006
7007 2003-07-02 [paul]       0.9.0claws73
7008
7009         * sync with 0.9.2cvs11
7010                 see ChangeLog 2003-07-02
7011
7012 2003-07-02 [paul]       0.9.0claws72
7013
7014         * src/procmsg.c
7015                 revert last commit because it breaks more
7016                 than it fixes
7017
7018 2003-07-02 [paul]       0.9.0claws71
7019
7020         * src/procmsg.c
7021                 fix thread by subject/sort by date
7022
7023 2003-07-01 [paul]       0.9.0claws70
7024
7025         * sync with 0.9.2cvs10
7026                 see ChangeLog 2003-07-01
7027
7028 2003-06-30 [paul]       0.9.0claws69
7029
7030         * sync with 0.9.2cvs9
7031                 see ChangeLog 2003-06-30
7032
7033 2003-06-28 [match]      0.9.0claws68
7034
7035         * src/addressbook.c
7036                 fix null ptr.
7037
7038 2003-06-27 [paul]       0.9.0claws67
7039
7040         * sync with 0.9.2cvs7
7041                 see ChangeLog 2003-06-27
7042
7043 2003-06-26 [christoph]  0.9.0claws66
7044
7045         * src/folder.c
7046                 freeze folder updates while a folder is scanned
7047
7048         (closes Bug 185 New message counter)
7049
7050 2003-06-26 [darko]      0.9.0claws65
7051
7052         * src/ldapserver.c
7053                 fix infinite loop when adding a new LDAP server
7054
7055 2003-06-26 [paul]       0.9.0claws64
7056
7057         * sync with 0.9.2cvs6
7058                 see ChangeLog 2003-06-26
7059
7060 2003-06-26 [paul]       0.9.0claws63
7061
7062         * sync with 0.9.2cvs5
7063                 see ChangeLog 2003-06-25 and 2003-06-26
7064
7065 2003-06-25 [match]      0.9.0claws62
7066
7067         * src/addr_compl.c
7068                 Fixed tab/backtab for dropped-down completion list to
7069                 move next/previous field. (close bug 147)
7070
7071 2003-06-25 [christoph]  0.9.0claws61
7072
7073         * src/addr_compl.[ch]
7074         * src/addrindex.[ch]
7075         * src/folderview.c
7076         * src/inc.c
7077         * src/news.c
7078         * src/summaryview.c
7079         * src/toolbar.c
7080                 fix warnings
7081
7082 2003-06-25 [leandro]    0.9.0claws60
7083
7084         * src/compose.c
7085                 o cleanups
7086                 o gray out "Message/Remove references" menu item if not
7087                   replying to a message
7088
7089 2003-06-24 [leandro]    0.9.0claws59
7090
7091         * src/compose.[ch]
7092                 o removed "Message/Create new thread" menu item
7093                 o added "Message/Remove references" menu item
7094                   (it's off by default and will not check anymore
7095                    if the subject changed)
7096
7097 2003-06-23 [alfons]     0.9.0claws58
7098
7099         * src/procmsg.c
7100                 try better grouping messages threaded by subject based on their age.
7101                 still not perfect - because the message tree is not sorted by date.  
7102
7103 2003-06-23 [thorsten]   0.9.0claws57
7104
7105         * src/pop.[ch]
7106                 added mail_receive_hook to allow modifications
7107                 directly after retrieval (e.g. adding headers).
7108
7109 2003-06-23 [paul]       0.9.0claws56
7110
7111         * src/sourcewindow.c
7112                  enable the use of Ctrl+A to select all text in
7113                  the sourcewindow
7114                  Patch submitted by Ivan Francolin Martinez
7115                  <ivanfm@users.sourceforge.net>
7116
7117 2003-06-22 [christoph]  0.9.0claws55
7118
7119         * src/folder.[ch]
7120                 o add notification hook for folder tree changes
7121                 o invoke hooks after folder tree scanning
7122
7123         * src/folderview.[ch]
7124                 register hook for folder tree changes that
7125                 updates the ctree
7126
7127         (there are more places that should be updated, like add, remove 
7128          or move folder)
7129
7130         (closes Bug 164 Crash on rebuild folder tree)
7131         (closes Bug 190 Crash on 'rebuilding folder tree')
7132
7133 2003-06-21 [leandro]    0.9.0claws54
7134
7135         * src/compose.[ch]
7136                 create a new thread if subject changes
7137                 (it's on by default, can be disabled in Message menu)
7138
7139 2003-06-21 [alfons]     0.9.0claws53
7140
7141         * src/summaryview.c
7142                 quiet little compiler
7143
7144 2003-06-21 [christoph]  0.9.0claws52
7145
7146         update gettext stuff to version 0.12
7147
7148 2003-06-19 [alfons]     0.9.0claws51
7149
7150         * src/common/log.c
7151         * src/common/plugin.c
7152                 move defs.h before glib.h to prevent MIN/MAX redefs
7153
7154 2003-06-19 [alfons]
7155
7156         * src/addressbook.c
7157                 translatable
7158
7159 2003-06-19 [match]      0.9.0claws50
7160
7161         * src/addressbook.[ch]
7162         * src/addrindex.[ch]
7163         * src/addr_compl.[ch]
7164         * src/editldap.[ch]
7165         * src/editldap_basedn.[ch]
7166         * src/addritem.[ch]
7167         * src/ldapquery.h
7168                 re-implemented dynamic LDAP search. works without
7169                 slowdown on display sender with addressbook
7170                 option.
7171         * src/addrbook.c
7172                 documented code.
7173
7174 2003-06-19 [paul]       0.9.0claws49
7175
7176         * src/compose.c
7177                 fix Bug #136 'Nonprovided quotation marks crash claws'
7178                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7179
7180 2003-06-19 [alfons]     0.9.0claws48
7181
7182         * src/prefs_common.[ch]
7183         * src/procmsg.c
7184                 restrict threading by subject by checking thread for
7185                 age (prefs_common.thread_by_subject_max_age)
7186
7187 2003-06-18 [christoph]  0.9.0claws47
7188
7189         * src/imap.c
7190                 fix memory leak in imap_cmd_fetch()
7191
7192 2003-06-18 [christoph]  0.9.0claws46
7193
7194         * src/prefs_gtk.c
7195                 fix memory leak in prefs_set_default() when used multiple
7196                 times or after prefs have been read
7197
7198 2003-06-18 [christoph]  0.9.0claws45
7199
7200         * src/common/plugin.c
7201                 fix memory leak in plugin_unload()
7202
7203 2003-06-18 [christoph]  0.9.0claws44
7204
7205         * src/imap.c
7206                 fix memory leak in imap_cmd_ok()
7207
7208 2003-06-18 [christoph]  0.9.0claws43
7209
7210         * src/folder.c
7211                 stop messages that are downloaded from POP3 and added to
7212                 an IMAP inbox from being filtered twice (first by POP3
7213                 and again when IMAP folder is scaned to get the UID of
7214                 the APPEND operation when no UIDPLUS is available)
7215
7216 2003-06-18 [alfons]
7217
7218         * tools/Makefile.am
7219                 phoenix <- firebird     
7220
7221 2003-06-18 [paul]
7222
7223         * tools/launch_phoenix          ** REMOVED **
7224           tools/launch_firebird         ** NEW **
7225                 renamed and edited to reflect the browser's name change from
7226                 'phoenix' to 'firebird'
7227
7228 2003-06-18 [paul]       0.9.0claws42
7229
7230         * sync with 0.9.2cvs2
7231                 see ChangeLog 2003-06-16
7232
7233 2003-06-17 [alfons]     0.9.0claws41
7234
7235         * src/procmsg.c
7236                 prevent threading problems when a node is an ancestor (parent / great parent),
7237                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7238                 for finding an sample set of messages)
7239
7240 2003-06-16 [christoph]  0.9.0claws40
7241
7242         * src/main.c
7243                 don't popup main window on --receive or --receive-all
7244
7245         * src/mainwindow.[ch]
7246         * src/plugins/trayicon/trayicon.c
7247                 allow hiding of main window by clicking on the trayicon
7248                 (doesn't work correctly in seperate window mode and may
7249                  cause unexpected GTK problems I couldn't find yet)
7250
7251         * src/common/ssl.c
7252                 remove incorrect warning
7253
7254 2003-06-15 [alfons]     0.9.0claws39
7255
7256         * src/gtk/gtkstext.c
7257                 don't output debug text;
7258                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7259                 for pointing this out);
7260
7261 2003-06-14 [alfons]     0.9.0claws38
7262         
7263         * src/messageview.c
7264                 remove printf() and make one if..else comply with coding style
7265
7266 2003-06-14 [alfons]     0.9.0claws37
7267
7268         * AUTHORS
7269                 add Martin Wicke
7270         * src/action.c
7271         * src/messageview.[ch]
7272         * src/summaryview.c
7273                 apply patch #754162 "Quoting messages filtered by actions" submitted
7274                 by Martin Wicke, which allows quoting message body changed by an
7275                 action (Thanks!).
7276
7277 2003-06-13 [alfons]     0.9.0claws36
7278
7279         * src/utils.c
7280                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7281                 use case insensitive regexp (suggested by Ivan Martinez)
7282
7283 2003-06-13 [christoph]  0.9.0claws35
7284
7285         * configure.ac
7286         * src/plugins/trayicon/Makefile.am
7287         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7288         * src/plugins/trayicon/trayicon.c
7289         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7290         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7291         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7292         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7293         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7294         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7295                 replace my own EggTrayIcon backport with the backport
7296                 used by (l|x)mule and gabber.
7297
7298 2003-06-13 [alfons]     0.9.0claws34
7299
7300         * AUTHORS
7301         * src/common/utils.c
7302                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7303
7304 2003-06-13 [alfons]     0.9.0claws33
7305
7306         * src/compose.c
7307                 clean up a little bit
7308
7309 2003-06-12 [alfons]     0.9.0claws32
7310
7311         * src/compose.c
7312                 const correctness fix
7313
7314         * src/common/sylpheed.[ch]
7315                 () -> (void)
7316                 prevent redef MIN/MAX
7317                 
7318         * src/common/utils.[ch]
7319                 () -> (void)
7320
7321 2003-06-12 [melvin]     0.9.0claws31
7322
7323         * src/compose.c
7324                 Updated to take into accounts changes in GtkAspell.
7325
7326 2003-06-12 [alfons]     0.9.0claws30
7327
7328         * src/compose.c
7329         * src/procmsg.c
7330         * src/common/utils.[ch]
7331                 handle reply subject prefixes better (initial 
7332                 suggestion by Robert Story adapted and enhanced 
7333                 using regexps)
7334
7335 2003-06-12 [melvin]     0.9.0claws29
7336
7337         * src/compose.c
7338                 Use new gtkaspell_checkers_strerror() to get the speller's
7339                 error message instead of accessing the (now private)
7340                 checkers structure.
7341                 Minor code clean up
7342
7343         * src/main.c
7344                 Use #ifdef instead of #if for USE_ASPELL
7345                 Use the new spell checkers init/quit functions 
7346
7347         * src/gtk/gtkaspell.c
7348                 Use #ifdef instead of #if for USE_ASPELL
7349                 Moved in the majority of GtkAspell structures that were
7350                 exported before by gtkaspell.h
7351         
7352         * src/gtk/gktaspell.h
7353                 Made gtkaspell.h contain only the necessary data to be
7354                 publicized by moving many structures to gtkaspell.c.
7355                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7356                 gtkaspell_checkers_new(): replaced by...
7357                 gtkaspell_checkers_init(): new function for initialization
7358                 gtkaspell_checkers_delete(): replaced by...
7359                 gtkaspell_checkers_quit(): new function
7360                 gtkaspell_checkers_strerror(): new function that returns
7361                 the checker's last error message.
7362                 
7363 2003-06-11 [melvin]     0.9.0claws28
7364
7365         * po/POTFILES.in
7366                 Updated to take into account gtkaspell.c migration to
7367                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7368
7369 2003-06-10 [alfons]     0.9.0claws27
7370
7371         * src/filtering.[ch]
7372         * src/folder.c
7373         * src/matcher.c
7374         * src/scoring.[ch]
7375                 - try fixing bug #18 (any brave testers?)
7376                 - add more robustness by refusing previously 
7377                   unchecked NULL pointers 
7378
7379 2003-06-10 [alfons]     0.9.0claws26
7380
7381         * src/procmsg.c
7382                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7383
7384 2003-06-09 [alfons]     0.9.0claws25
7385
7386         * src/prefs_common.c
7387                 fix bug #163 "Icon switching doesnt work properly" by 
7388                 preventing early freeing of prefs_common.pixmap_theme_path.
7389
7390 2003-06-09 [christoph]  0.9.0claws24
7391
7392         * src/gtk/gtkaspell.c
7393                 revert Thorsten's fix and add forgotten g_strdup for
7394                 aspell path (it should not be possible to alter the path a
7395                 GtkASpell uses from outside)
7396
7397 2003-06-09 [thorsten]   0.9.0claws23
7398
7399         * src/gtk/gtkaspell.c
7400                 dont free prefs_common.aspell_path when closing compose
7401
7402 2003-06-08 [colin]      0.9.0claws22
7403
7404         * src/plugins/spamassassin/spamassassin.c
7405                 fix prefs types
7406
7407 2003-06-07 [christoph]  0.9.0claws21
7408
7409         * src/Makefile.am
7410         * src/compose.c
7411         * src/gtkaspell.[ch]            ** REMOVE **
7412         * src/gtk/Makefile.am
7413         * src/gtk/gtkaspell.[ch]        ** NEW **
7414                 o make gtkaspell independent from sylpheed's prefs
7415                 o move gtkaspell.[ch] to gtk directory
7416
7417 2003-06-07 [christoph]  0.9.0claws20
7418
7419         * src/Makefile.am
7420         * src/crash.c
7421         * src/export.c
7422         * src/filesel.[ch]              ** REMOVE **
7423         * src/folder.c
7424         * src/main.[ch]
7425         * src/common/sylpheed.[ch]
7426         * src/gtk/Makefile.am
7427         * src/gtk/filesel.[ch]          ** NEW **
7428         * src/gtk/pluginwindow.c
7429         * src/gtk/sslcertwindow.c
7430                 move filesel.[ch] to gtk directory
7431
7432 2003-06-07 [alfons]     0.9.0claws19
7433
7434         * src/filesel.c
7435                 make (multi) file selection dialog work again (Claws-only)
7436
7437 2003-06-07 [thorsten]   0.9.0claws18
7438
7439         * po/de.po
7440                 fix typos
7441
7442 2003-06-07 [alfons]     0.9.0claws17
7443
7444         * configure.ac
7445         * src/mimeview.c
7446                 detect apache mishap in which case don't include fnmatch.h
7447                 if regex.h is already included
7448
7449 2003-06-06 [christoph]  0.9.0claws16
7450
7451         * configure.ac
7452         * src/mimeview.h
7453                 add check for fnmatch.h and include it when available
7454
7455         * src/mimeview.[ch]
7456                 fix wrong case sensitivity of Content-Types
7457
7458         * src/gtk/Makefile.am
7459                 need the same include paths in gtk directory as in
7460                 common directory because .h files in common can
7461                 include files from these directories, when included
7462                 in gtk's .h or .c files
7463
7464 2003-06-06 [alfons]     0.9.0claws15
7465
7466         * src/mimeview.c
7467         * src/summaryview.c
7468                 make it compile again because of regex.h / fnmatch.h 
7469                 include problems (related to recent mime stuff, can
7470                 someone check this?)
7471
7472 2003-06-06 [thorsten]   0.9.0claws14
7473
7474         * src/folderview.c
7475                 possible use of uninitialized pointer while dragging
7476
7477 2003-06-06 [paul]       0.9.0claws13
7478
7479         * src/compose.c
7480                 fix bug where the insert sig button would be effective
7481                 only when auto_sig was set
7482
7483 2003-06-06 [paul]       0.9.0claws12
7484
7485         * sync with 0.9.2 release
7486
7487 2003-06-02 [paul]       0.9.0claws11
7488
7489         * sync with 0.9.1cvs1
7490                 see ChangeLog 2003-06-02
7491                 
7492         * po/de.po
7493                 update by Jens
7494
7495 2003-06-01 [christoph]  0.9.0claws10
7496
7497         * src/account.c
7498                 don't use substring search to find accounts by email address
7499
7500         (closes Bug 169 Overly loose matching of "From" address)
7501
7502 2003-05-31 [christoph]  0.9.0claws9
7503
7504         * doc-src/rfc2683.txt
7505         * src/imap.c
7506                 limit IMAP command length as recommended in RFC2683
7507                 (message number lists will be split into multiple imap
7508                 sets, the limit of 1000 octets is not a hard limit)
7509
7510         (closes Bug 161 sylpheed-claws exits with segfault when logging
7511          in to certain imap-servers)
7512
7513 2003-05-29 [alfons]     0.9.0claws8
7514
7515         * src/toolbar.[ch]
7516                 add print button (calling summary_print());
7517                 fine tune setting tooltip text;
7518                 (if someone needs other buttons, please take these 
7519                 commits as a guide, instead of bothering us - also
7520                 see 0.8.11claws150) 
7521
7522 2003-05-29 [darko]      0.9.0claws7
7523
7524         * src/compose.c
7525                 fix crash when word wrapping kicks in due to
7526                 changed text by spell checker
7527
7528 2003-05-29 [paul]       0.9.0claws6
7529
7530         * src/compose.c
7531                 fix bug where changing account would insert
7532                 sig even if auto_sig was FALSE
7533                 
7534         * ChangeLog
7535           ChangeLog.jp
7536           INSTALL
7537                 sync with 0.9.1 release
7538
7539 2003-05-28 [christoph]  0.9.0claws5
7540
7541         * src/imap.c
7542                 fix truncation of too long commands
7543
7544         (closes Bug 167 IMAP hangs trying to get envelope
7545          information in imap_get_uncached_messages)
7546
7547 2003-05-27 [paul]       0.9.0claws4
7548
7549         * tools/Makefile.am
7550           tools/maildir2sylpheed.pl     ** NEW FILE **
7551                 add kmail to sylpheed mailbox conversion script
7552
7553 2003-05-27 [paul]       0.9.0claws3
7554
7555         * sync with 0.9.0cvs10
7556                 see ChangeLog 2003-05-26
7557
7558 2003-05-26 [paul]       0.9.0claws2
7559
7560         * sync with 0.9.0cvs9
7561                 see ChangeLog 2003-05-26
7562
7563 2003-05-24 [paul]       0.9.0claws1
7564
7565         * sync with 0.9.0cvs8
7566                 see ChangeLog 2003-05-23
7567
7568 2003-05-24 [paul]       0.9.0claws
7569
7570         * version 0.9.0claws released
7571
7572 2003-05-24 [paul]       0.8.11claws177
7573
7574         * src/plugins/dillo-viewer/Makefile.am
7575           src/plugins/traycon/Makefile.am
7576                 add missing files
7577                 
7578         * po/bg.po
7579           po/en_GB.po
7580           po/es.po
7581           po/it.po
7582           po/pt_BR.po
7583           po/ru.po
7584           po/sr.po
7585                 update Bulgarian, British English, Spanish, Italian, 
7586                 Brazilian Portuguese, Russian, and Serbian translations, 
7587                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7588                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7589                 Ruslan N. Balkin, and Urke MMI
7590
7591 2003-05-23 [melvin]     0.8.11claws176
7592
7593         * po/fr.po
7594                 Updated French translations
7595
7596 2003-05-22 [paul]       0.8.11claws175
7597
7598         * src/Makefile.am
7599           src/addrbook.[ch]
7600           src/addrcache.[ch]
7601           src/addr_compl.[ch]
7602           src/adressbook.[ch]
7603           src/addrindex.[ch]
7604           src/addritem.[ch]
7605           src/editaddress.c
7606           src/editgroup.c
7607           src/editldap_basedn.c
7608           src/editldap.c
7609           src/jpilot.c
7610           src/vcard.c
7611                 revert to get ldap into it previous working state
7612                 
7613         * po/zh_TW.Big5.po
7614                 new Taiwanese translation,
7615                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7616
7617 2003-05-22 [christoph]  0.8.11claws174
7618
7619         * src/plugins/spamassassin/libspamc.[ch]
7620                 sync libspamc with SpamAssaain release 2.55
7621
7622 2003-05-22 [paul]       0.8.11claws173
7623
7624         * sync with 0.9.0cvs7
7625                 see ChangeLog 2003-05-22
7626                 
7627         * src/summaryview.c
7628                 revert change in 0.8.11claws172: follow
7629                 Hiroyuki's decision and that's the end of it.
7630
7631 2003-05-21 [paul]       0.8.11claws172
7632
7633         * src/summaryview.c
7634                 fix discrepency between open_unread_on_enter
7635                 and always_show_msg
7636
7637 2003-05-21 [paul]       0.8.11claws171
7638
7639         * sync with 0.9.0cvs6
7640                 see ChangeLog 2003-05-21
7641
7642 2003-05-21 [paul]       0.8.11claws170
7643
7644         * sync with 0.9.0cvs5
7645                 see ChangeLog 2003-05-21
7646
7647 2003-05-20 [paul]       0.8.11claws169
7648
7649         * sync with 0.9.0cvs4
7650                 see ChangeLog 2003-05-20
7651                 fixes bug #152, 'encoding of IMAP folders names'
7652
7653 2003-05-20 [paul]       0.8.11claws168
7654
7655         * sync with 0.9.0cvs3
7656                 see ChangeLog 2003-05-20
7657                 
7658         * src/tools/convert_mbox.pl
7659                 minor change in the comments, submitted by Fred Marton
7660
7661 2003-05-19 [paul]       0.8.11claws167
7662
7663         * src/plugins/clamav/Makefile.am
7664           configure.ac
7665                 link clamav_lib to the plugin and not to the main program
7666
7667 2003-05-19 [christoph]
7668
7669         * src/Makefile.am
7670                 add -export-dynamic for linking
7671
7672 2003-05-19 [paul]       0.8.11claws166
7673
7674         * sync with 0.9.0cvs1
7675                 see ChangeLog 2003-05-19
7676
7677 2003-05-19 [paul]       0.8.11claws165
7678
7679         * src/inc.c
7680                 fix 'pop before smtp' timeout
7681
7682 2003-05-18 [alfons]     0.8.11claws164
7683
7684         * src/prefs_matcher.c
7685                 put "execute" action command line ("expression") in edit box
7686
7687 2003-05-18 [christoph]  0.8.11claws163
7688
7689         * src/mimeview.[ch]
7690         * src/plugins/dillo_viewer/dillo_viewer.c
7691         * src/plugins/image_viewer/viewer.c
7692         * src/plugins/mathml_viewer/mathml_viewer.c
7693                 let a viewer have a list of Content-Types
7694
7695 2003-05-18 [paul]       0.8.11claws162
7696
7697         * src/prefs_filtering.c
7698                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7699                 and REDIRECT actions
7700
7701 2003-05-17 [christoph]
7702
7703         * README.claws
7704                 o remove dynamic signatures that was syned with main
7705                 o add infos about no longer "build in" image viewer
7706                 o update bugtracker URL
7707
7708 2003-05-17 [christoph]  0.8.11claws161
7709
7710         * src/folder.c
7711         * src/folderview.c
7712         * src/imap.c
7713                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7714                 for every folder after rebuilding the folder tree.
7715
7716         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7717          messages)
7718
7719 2003-05-17 [christoph]  0.8.11claws160
7720
7721         * src/imap.c
7722                 don't use STATUS command on current folder to check for
7723                 content changes. imap_cmd_ok() now tracks changes to
7724                 folder and number of existing messages.
7725
7726 2003-05-17 [paul]       0.8.11claws159
7727
7728         * src/plugins/clamav/clamav_plugin.c
7729                 remove unnecessary debug_print
7730
7731 2003-05-16 [thorsten]   0.8.11claws158
7732
7733         * src/plugins/demo.c
7734                 included missing intl.h
7735
7736 2003-05-16 [paul]       0.8.11claws157
7737
7738         * po/POTFILES.in
7739                 remove non-existant entries
7740         
7741         * src/plugins/clamav/clamav_plugin.c
7742           src/plugins/clamav/clamav_plugin_gtk.c
7743           src/plugins/dillo_viewer/dillo_prefs.c
7744           src/plugins/dillo_viewer/dillo_viewer.c
7745                 gettextise
7746
7747 2003-05-16 [christoph]  0.8.11claws156
7748
7749         * po/POTFILES.in
7750                 include plugin .c files for translation until I
7751                 find a better solution to have plugins have their
7752                 own textdomain
7753         * src/plugins/demo/demo.c
7754         * src/plugins/image_viewer/plugin.c
7755         * src/plugins/mathml_viewer/mathml_viewer.c
7756         * src/plugins/spamassassin/spamassassin.c
7757         * src/plugins/spamassassin/spamassassin_gtk.c
7758         * src/plugins/trayicon/trayicon.c
7759                 add gettext macros for plugin name and description
7760
7761 2003-05-16 [paul]
7762
7763         * sync with 0.9.0
7764
7765 2003-05-16 [paul]       0.8.11claws155
7766
7767         * sync with lastest 0.9.0pre1
7768                 see ChangeLog 2003-05-16
7769
7770 2003-05-15 [paul]       0.8.11claws154
7771
7772         * sync with latest 0.9.0pre1
7773                 see ChangeLog 2003-05-14 and 2003-05-15
7774
7775 2003-05-14 [christoph]  0.8.11claws153
7776
7777         * src/plugins/image_viewer/viewer.c
7778         * src/plugins/image_viewer/viewer.glade         ** NEW **
7779         * src/plugins/image_viewer/viewerprefs.c
7780                 make it possible to disable the autoload function in the
7781                 imageviewer again
7782
7783 2003-05-14 [christoph]  0.8.11claws152
7784
7785         * src/folder.c
7786                 fix folder update after adding a message
7787
7788 2003-05-13 [alfons]     0.8.11claws151
7789
7790         * src/common/session.c
7791                 remove debug traces
7792                 
7793         * src/addrcache.[ch]
7794         * src/filtering.[ch]
7795         * src/folder.[c]
7796         * src/gtkaspell.[ch]
7797         * src/imap.[ch]
7798         * src/mbox_folder.[ch]
7799         * src/mh.[ch]
7800         * src/mimeview.h
7801         * src/msgcache.[ch]
7802         * src/news.[ch]
7803         * src/passphrase.[ch]
7804         * src/prefs_common.[ch]
7805         * src/prefs_gtk.[ch]
7806         * src/procmsg.c
7807         * src/scoring.[ch]
7808                 be pedantic; (in prototypes () implies (int))
7809
7810 2003-05-13 [alfons]     0.8.11claws150
7811
7812         * src/prefs_toolbar.[ch]
7813         * src/summaryview.[ch]
7814         * src/toolbar.[ch]
7815                 change misleading text in toolbar prefs;
7816                 add toolbar action for ignore thread (toggles ignore thread flag);
7817                 clean up a little bit;
7818
7819 2003-05-12 [paul]
7820
7821         * tools/convert_mbox.pl
7822                 bug fixed by Fred Marton
7823
7824 2003-05-12 [paul]
7825
7826         * sync with 0.9.0pre1
7827
7828 2003-05-09 [paul]       0.8.11claws149
7829
7830         * sync with 0.8.11cvs43
7831                 see ChangeLog 2003-05-09
7832
7833 2003-05-08 [christoph]  0.8.11claws148
7834
7835         * src/imap.[ch]
7836                 o use CAPABILIY as first command and check for PREAUTH
7837                   information in the response to it
7838                 o rewrite all imap_cmd_* functions to use an IMAPSession
7839                   instead of a SockInfo as parameter
7840                 o do STARTTLS after fetching and checking the server
7841                   capabilities
7842
7843 2003-05-08 [paul]       0.8.11claws147
7844
7845         * tools/Makefile.am
7846           tools/README
7847           tools/convert_mbox.pl         ** NEW FILE **
7848                 add mbox conversion script. Submitted by 
7849                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7850
7851 2003-05-07 [christoph]
7852
7853         * doc-src/glade.txt
7854         * src/gtk/pluginwindow.glade
7855         * src/plugins/image_viewer/viewerprefs.glade
7856         * src/plugins/spamassassin/spamassassin_gtk.glade
7857                 add glade files for user interfaces and a description how
7858                 to use glade to create the sylpheed code
7859
7860 2003-05-07 [paul]       0.8.11claws146
7861
7862         * sync with 0.8.11cvs41
7863                 see ChangeLog 2003-05-07
7864
7865 2003-05-06 [christoph]  0.8.11claws145
7866
7867         * src/main.c
7868         * src/plugins/image_viewer/viewer.c
7869                 fix usage of imlib in imageviewer plugin
7870
7871         * src/gtk/prefswindow.c
7872                 handle window close event correctly
7873
7874 2003-05-06 [paul]       0.8.11claws144
7875
7876         * src/common/ssl.c
7877                 fix typo introduced in sync
7878
7879 2003-05-06 [paul]       0.8.11claws143
7880
7881         * sync with 0.8.11cvs39
7882                 see ChangeLog 2003-05-06
7883
7884 2003-05-06 [paul]       0.8.11claws142
7885
7886         * AUTHORS
7887           po/cs.po
7888                 updated Czech translation, submitted by 
7889                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7890                 
7891         * src/plugins/clamav/clamav_plugin_gtk.c
7892                 clean up
7893
7894 2003-05-03 [alfons]     0.8.11claws141
7895
7896         * src/compose.[ch]
7897                 make paste as quotation work even when the call to 
7898                 text_inserted() was deferred (fixes bug #140 "Paste 
7899                 as quotation does not work when using "external" 
7900                 clipboard")
7901
7902 2003-05-03 [thorsten]   0.8.11claws140
7903
7904         * src/addrquery.h
7905           src/ldapquery.h
7906           src/mainwindow.c
7907                 removed C++ comments
7908         * src/addr_compl.c
7909                 function with non-int retval/param used before
7910                 implementation/declaration
7911
7912 2003-05-02 [paul]       0.8.11claws139
7913
7914         * src/addr_compl.[ch]
7915           src/addressbook.[ch]
7916           src/addrindex.c
7917           src/summaryview.c
7918                 revert match's changes to (finally) remove the bug where
7919                 opening a folder causes massive slowdown when using the 
7920                 'Display sender using address book' option
7921
7922 2003-05-01 [melvin]     0.8.11claws138
7923
7924         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7925         * src/plugins/dillo_viewer/dillo_viewer.c
7926                 Fixed bug where "Cancel" button from prefs issued
7927                 warnings.
7928                 Comply a little more to coding style
7929
7930 2003-05-01 [paul]       0.8.11claws137
7931
7932         * sync with 0.8.11cvs38
7933                 see ChangeLog 2003-05-01
7934
7935 2003-05-01 [paul]       0.8.11claws136
7936
7937         * po/bg.po
7938                 updated by George Danchev
7939
7940 2003-04-30 [christoph]  0.8.11claws135
7941
7942         * src/plugins/dillo_viewer/dillo_prefs.c
7943         * src/plugins/image_viewer/viewerprefs.c
7944         * src/plugins/spamassassin/spamassassin_gtk.c
7945                 remove gtk_widget_ref() calls for widgets in
7946                 glade code
7947
7948 2003-04-30 [paul]       0.8.11claws134
7949
7950         * src/addrindex.c
7951                 ok, this time a better fix for the bug where opening folder
7952                 has massive slowdown when using the 'Display sender using 
7953                 address book' option
7954
7955 2003-04-30 [paul]       0.8.11claws133
7956
7957         * src/addrindex.c
7958                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7959         
7960 2003-04-30 [melvin]     0.8.11claws132
7961
7962         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7963
7964         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7965                 Preferences for the dillo plugin
7966         * src/plugins/dillo_viewer/dillo_viewer.c
7967                 Support for preferences
7968         * src/plugins/dillo_viewer/Makefile.am
7969                 Added dillo_prefs.[ch]
7970
7971 2003-04-30 [alfons]     0.8.11claws131
7972
7973         * src/common/plugin.[ch]
7974                 see? this ANSI C'fication immediately gives us type
7975                 checking for free.
7976
7977 2003-04-30 [alfons]     0.8.11claws130
7978
7979         * src/common/plugin.[ch]
7980         * src/plugins/clamav/clamav_plugin.[ch]
7981         * src/plugins/clamav/clamav_plugin_gtk.c
7982         * src/plugins/demo/demo.c
7983         * src/plugins/dillo_viewer/dillo_viewer.c
7984         * src/plugins/image_viewer/plugin.c
7985         * src/plugins/image_viewer/viewer.[ch]
7986         * src/plugins/image_viewer/viewerprefs.[ch]
7987         * src/plugins/mathml_viewer/mathml_viewer.c
7988         * src/plugins/spamassassin/spamassassin.[ch]
7989         * src/plugins/spamassassin/spamassassin_gtk.c
7990         * src/plugins/trayicon/trayicon.c
7991                 clean up
7992
7993 2003-04-30 [alfons]     0.8.11claws129
7994
7995         * src/common/utils.c
7996                 make is_ascii_str() fail gracefully when NULL pointer
7997                 is passed
7998
7999 2003-04-30 [paul]       0.8.11claws128
8000
8001         * src/addrindex.c
8002                 fix bug where opening folder has massive slowdown when
8003                 using the 'Display sender using address book' option
8004
8005 2003-04-30 [paul]       0.8.11claws127
8006
8007         * src/plugins/clamav/clamav_plugin.c
8008           src/plugins/clamav/clamav_plugin_gtk.c
8009           src/plugins/demo/demo.c
8010           src/plugins/dillo_viewer/dillo_viewer.c
8011           src/plugins/image_viewer/plugin.c
8012           src/plugins/mathml_viewer/mathml_viewer.c
8013           src/plugins/spamassassin/spamassassin.c
8014           src/plugins/spamassassin/spamassassin_gtk.c
8015           src/plugins/trayicon/trayicon.c
8016                 get rid of eye-hurting function signatures
8017
8018 2003-04-30 [paul]       0.8.11claws126
8019
8020         * src/plugins/trayicon/trayicon.c
8021                 add description
8022                 
8023         * src/mimeview.c
8024                 be more descriptive
8025
8026 2003-04-30 [paul]       0.8.11claws125
8027
8028         * configure.ac
8029                 arrange the plugins in reverse alphabetical order
8030                 
8031         * src/plugins/clamav/clamav_plugin.[ch]
8032           src/plugins/clamav/clamav_plugin_gtk.c
8033                 rename some params
8034                 resize max_size window
8035                 re-arrange the order of some gui elements
8036                 improve descriptions
8037         
8038         * src/plugins/image_viewer/plugin.c
8039           src/plugins/mathml_viewer/mathml_viewer.c
8040                 add descriptions
8041                 
8042         * src/plugins/spamassassin/spamassassin_gtk.c
8043                 resize max_size window
8044                 re-arrange the order of some gui elements
8045                 
8046         * src/messageview.c
8047           src/mimeview.c
8048                 correct typos
8049
8050 2003-04-30 [alfons]     0.8.11claws124
8051
8052         * src/imap.c
8053                 fix a leak found while browsing Martin Kluge's 
8054                 valgrind log (Claws only)
8055
8056 2003-04-29 [darko]      0.8.11claws123
8057
8058         * src/gtk/gtkstext.h
8059                 include wchar.h if it is available, fixes compilation
8060                 on HP-UX systems
8061
8062 2003-04-29 [melvin]     0.8.11claws122
8063
8064         * src/prefs_actions.c
8065                 Improved help text of Actions' syntax
8066
8067 2003-04-28 [paul]       0.8.11claws121
8068
8069         * src/action.c
8070                 a better fix for the crash when performing an action
8071                 on a mime part
8072
8073 2003-04-28 [paul]       0.8.11claws120
8074
8075         * src/action.c
8076                 fix crash when performing an action on a
8077                 mime part
8078
8079 2003-04-28 [paul]       0.8.11claws119
8080
8081         * sync with 0.8.11cvs36
8082                 see ChangeLog 2003-04-28
8083
8084 2003-04-27 [paul]       0.8.11claws118
8085
8086         * more sync with 0.8.11cvs35
8087                 see ChangeLog 2003-04-25
8088
8089 2003-04-26 [christoph]  0.8.11claws117
8090
8091         * src/folder.c
8092                 fix remove virtual check
8093
8094 2003-04-26 [paul]       0.8.11claws116
8095
8096         * src/messageview.c
8097                 fix return-receipt, make it work again
8098
8099 2003-04-26 [paul]       0.8.11claws115
8100
8101         * src/mimeview.c
8102                 restore double-clicking of the [application/pgp-signature 
8103                 (Select "Check signature" to check)] line in the message view,
8104                 broken in recent sync
8105
8106 2003-04-26 [christoph]  0.8.11claws114
8107
8108         * src/folder.c
8109                 check if remove virtual really exists before
8110                 calling the function
8111
8112 2003-04-25 [match]      0.8.11claws113
8113
8114         * src/addrindex.c
8115         * src/addrbook.c
8116         * src/ldapquery.[ch]
8117         * src/ldapctrl.[ch]
8118                 fix memleak.
8119         * src/ldapserver.[ch]
8120                 fix memleak. fix segfault.
8121                 plug a Claws memleak
8122
8123 2003-04-25 [alfons]     0.8.11claws112
8124
8125         * src/folder.c
8126                 plug a Claws memleak
8127
8128 2003-04-25 [alfons]     0.8.11claws111
8129
8130         * src/common/session.c
8131                 plug a memleak
8132
8133 2003-04-25 [paul]       0.8.11claws110
8134
8135         * sync with 0.8.11cvs35
8136                 see ChangeLog 2003-04-24 and 2003-04-25
8137                 
8138         * src/gtk/pluginwindow.c
8139                 correct another strange float value
8140
8141 2003-04-24 [christoph]  0.8.11claws109
8142
8143         * src/folder.c
8144                 freeze folder item updates when unsetting new flags
8145
8146         * src/gtk/pluginwindow.c
8147                 correct strange float value
8148
8149 2003-04-23 [paul]       0.8.11claws108
8150
8151         * sync with 0.8.11cvs33
8152                 see ChangeLog 2003-04-23
8153
8154 2003-04-22 [paul]       0.8.11claws107
8155
8156         * src/Makefile.am
8157           src/messageview.c
8158           src/mimeview.c
8159           src/pgptext.[ch]      ** REMOVED **
8160                 remove pgptext.[ch] as its not used any more
8161
8162 2003-04-22 [paul]       0.8.11claws106
8163
8164         * sync with 0.8.11cvs31
8165                 see ChangeLog 2003-04-21 and 2003-04-22
8166
8167 2003-04-21 [alfons]     0.8.11claws105
8168
8169         * src/main.c
8170                 No access to GTK structures if we're a spawned child
8171                 (and clean up code a little bit...) Should fix #126.
8172
8173 2003-04-21 [melvin]     0.8.11claws104
8174
8175         * src/plugins/dillo_viewer/README
8176                 Improved slightly the text.
8177
8178 2003-04-21 [melvin]     0.8.11claws103
8179
8180         * src/plugins/dillo_viewer/README *** NEW ***
8181                 Added a README file for the Dillo plugin
8182
8183 2003-04-20 [paul]
8184
8185         * tools/README
8186           tools/outlook2sylpheed.pl
8187                 updated and improved by Ricardo Mones Lastra
8188
8189 2003-04-18 [oliver]     0.8.11claws102
8190
8191         * src/inc.c 
8192         * src/prefs_account.h
8193                 remove Pop3SessionType (used by selective download)
8194         * src/prefs_toolbar.c
8195                 enable set Default Toolbar button
8196
8197 2003-04-18 [paul]       0.8.11claws101
8198
8199         * sync with 0.8.11cvs29
8200                 see ChangeLog 2003-04-18
8201
8202 2003-04-17 [paul]       0.8.11claws100
8203
8204         * src/prefs_common.[ch]
8205           src/summaryview.c
8206                 remove 'Open next message on deletion' option,
8207                 as the same effect can now be achieved via the
8208                 'Always open messages in summary when selected'
8209                 option.
8210
8211 2003-04-17 [paul]       0.8.11claws99
8212
8213         * sync with 0.8.11cvs28
8214                 see ChangeLog 2003-04-17
8215
8216 2003-04-17 [christoph]  0.8.11claws98
8217
8218         * ac/spamassassin.m4
8219         * src/plugins/spamassassin/libspamc.[ch]
8220         * src/plugins/spamassassin/utils.[ch]
8221                 sync libspamc with SpamAssassin project
8222
8223 2003-04-17 [christoph]  0.8.11claws97
8224
8225         * src/common/socket.h
8226         * src/gtk/sslcertwindow.h
8227                 rename old USE_SSL to USE_OPENSSL
8228
8229 2003-04-17 [paul]       0.8.11claws96
8230
8231         * src/prefs_common.h
8232                 use gulong for P_COLOR so that it compiles/runs on
8233                 64-bit systems. Patch submitted by James Noyes
8234                 <jnoyes-claws@retrogeeks.com>
8235                 
8236         * po/de.po
8237                 updated by Jens
8238
8239 2003-04-17 [paul]       0.8.11claws95
8240
8241         * sync with 0.8.11cvs27
8242                 see ChangeLog 2003-04-16
8243
8244 2003-04-15 [paul]       0.8.11claws94
8245
8246         * src/prefs_common.[ch]
8247                 rearrange to stop the window getting too long:
8248                         move Receive dialog stuff to Receive tab
8249                         move Send dialog to Send tab
8250                         remove Dialogs frame
8251                 rename 'Open messages in summary with cursor keys' to
8252                 'Always open messages in summary when selected', as its
8253                 more appropriate
8254
8255 2003-04-15 [paul]       0.8.11claws93
8256
8257         * src/prefs_common.[ch]
8258           src/summaryview.c
8259                 add new option '/Interface/Open next message on deletion'
8260
8261 2003-04-15 [paul]       0.8.11claws92
8262
8263         * src/summaryview.[ch]
8264                 add /Mark/Lock and /Mark/Unlock to the pop-up
8265                 menu. Patch submitted by Ivan Francolin Martinez
8266                 <ivanfm@users.sourceforge.net>
8267
8268 2003-04-15 [paul]       0.8.11claws91
8269
8270         * sync with 0.8.11cvs24
8271                 see ChangeLog 2003-04-15
8272
8273 2003-04-14 [jens]       0.8.11claws90
8274
8275         * updated German translation and some corrections from
8276                 Roland Bless <bless@tm.uka.de>
8277
8278 2003-04-14 [paul]       0.8.11claws89
8279
8280         * sync with 0.8.11cvs22
8281                 see ChangeLog 2003-04-14
8282
8283 2003-04-13 [paul]       0.8.11claws88
8284
8285         * src/plugins/clamav/clamav_plugin.c
8286                 fix memory leaks
8287                 clean up
8288
8289 2003-04-12 [paul]       0.8.11claws87
8290
8291         * src/plugins/clamav/clamav_plugin.c
8292                 activate enable/disable archive scanning option
8293                 
8294         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8295
8296 2003-04-12 [paul]       0.8.11claws86
8297
8298         * src/plugins/Makefile.am
8299           src/plugins/clamav/Makefile.am                ** NEW FILE **
8300           src/plugins/clamav/README                     ** NEW FILE ** 
8301           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8302           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8303                 add Clam AntiVirus plugin
8304
8305 2003-04-12 [paul]       0.8.11claws85
8306
8307         * sync with 0.8.11cvs21
8308                 see ChangeLog 2003-04-11
8309
8310 2003-04-11 [paul]       0.8.11claws84
8311
8312         * po/es.po
8313                 update Spanish translation. Submitted by Ricardo
8314                 Mones Lastra.
8315
8316 2003-04-10 [christoph]  0.8.11claws83
8317
8318         * src/mbox.c
8319                 fix typo that did not move unfiltered mails to destination
8320                 folder
8321
8322         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8323          when filtering from spool)
8324
8325 2003-04-10 [christoph]  0.8.11claws82
8326
8327         * src/imap.c
8328                 use BODY.PEEK instead of BODY in in message fetch operation
8329                 to make sure the IMAP server does not set the \Seen flag for
8330                 messages. Sylpheed does that later itself, when the message
8331                 is opened in sylpheed
8332
8333         (closes Bug 111 Claws destroys unread marks)
8334
8335 2003-04-09 [oliver]     0.8.11claws81
8336         
8337         * src/folder.c
8338                 fix crash in folder_destroy
8339         * README.claws
8340                 remove selective download
8341
8342 2003-04-09 [christoph]  0.8.11claws80
8343
8344         * src/imap.c
8345                 fix crash in imap_get_msginfo() when then fetched message
8346                 is not found
8347
8348         (closes Bug 110 Crash during mail composition)
8349
8350 2003-04-08 [christoph]  0.8.11claws79
8351
8352         * src/folder.c
8353         * src/prefs_account.c
8354                 Filter new messages that are found in an INBOX folder
8355                 when 'Filter messages on receiving' is enabled in the
8356                 Folder's AccountPrefs. This allows to use Sylpheed's
8357                 filtering engine for IMAP folders where messages are
8358                 added to the INBOX by a MTA
8359
8360 2003-04-08 [paul]       0.8.11claws78
8361
8362         * src/procmsg.h
8363                 clean up after last commit
8364
8365 2003-04-08 [paul]       0.8.11claws77
8366
8367         * sync with 0.8.11cvs20
8368                 see ChangeLog 2003-04-07 and 2003-04-08
8369
8370 2003-04-07 [christoph]  0.8.11claws76
8371
8372         * src/filtering.[ch]
8373         * src/inc.[ch]
8374         * src/mbox.c
8375         * src/procmsg.[ch]
8376                 add procmsg_msginfo_filter() to execute filtering actions
8377
8378 2003-04-06 [christoph]  0.8.11claws75
8379
8380         * src/imap.c
8381                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8382
8383 2003-04-06 [christoph]  0.8.11claws74
8384
8385         * src/common/utils.[ch]
8386                 add g_int_compare() function for slist sorting
8387
8388         * src/imap.c
8389                 fetch all MsgInfos with one command in imap_get_msginfos()
8390                 using an imap set with a list of ranges
8391
8392         * src/news.c
8393                 use new g_int_compare() function
8394
8395 2003-04-06 [thorsten]   0.8.11claws73
8396
8397         * src/mh.c
8398                 corrected implementation of mh_folder_destroy()
8399
8400 2003-04-05 [christoph]  0.8.11claws72
8401
8402         * src/account.c
8403         * src/folder.[ch]
8404         * src/folderview.c
8405         * src/imap.c
8406         * src/inc.c
8407         * src/main.c
8408         * src/mainwindow.c
8409         * src/mbox_folder.c
8410         * src/mh.c
8411         * src/mimeview.h
8412         * src/msgcache.[ch]
8413         * src/news.c
8414         * src/procmime.h
8415         * src/procmsg.[ch]
8416         * src/setup.c
8417         * src/gtk/gtkutils.c
8418                 o rename structure field names class and new to klass and
8419                   new_msgs, to allow including files in C++
8420                 o add 'extern "C"' block to some header files
8421                 o add MsgInfoList and MsgNumberList as alias for GSList for
8422                   developers to know what type of list is expected
8423
8424         * src/plugins/image_viewer/plugin.c
8425         * src/plugins/image_viewer/viewer.[ch]
8426         * src/plugins/image_viewer/viewerprefs.[ch]
8427                 rename function names to prevent conflicts
8428
8429 2003-04-05 [paul]       0.8.11claws71
8430
8431         * sync with 0.8.11cvs18
8432                 see ChangeLog 2003-04-03 and 2003-04-04
8433
8434 2003-04-02 [christoph]  0.8.11claws70
8435
8436         * src/folder.[ch]
8437         * src/imap.[ch]
8438         * src/mbox_folder.[ch]
8439         * src/mh.[ch]
8440         * src/news.[ch]
8441                 o Make all virtual folder functions private
8442                 o remove unused folder code
8443
8444         * src/common/socket.[ch]
8445         * src/summaryview.c
8446                 fix warnings
8447
8448 2003-03-30 [alfons]     0.8.11claws69
8449
8450         * src/send_message.c
8451                 remove two debug traces and see if people still report
8452                 errors
8453
8454 2003-03-30 [alfons]     0.8.11claws68
8455
8456         * src/send_message.c
8457         * src/commons/session.c
8458                 add more debug traces
8459
8460 2003-03-30 [christoph]  0.8.11claws67
8461
8462         * src/folder.c
8463                 change processing folder name from .processing to processing
8464
8465         * src/common/ssl.c
8466                 disable SSL certificate check because it causes Xlib error
8467                 when the child process want's to open an GTK window
8468
8469 2003-03-30 [christoph]  0.8.11claws66
8470
8471         * src/folder.c
8472                 don't use default folder for processing folder item because
8473                 it can be a non local folder
8474
8475         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8476
8477 2003-03-30 [alfons]     0.8.11claws65
8478
8479         * src/send_message.c
8480                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8481                 to generate bad code for 'send_send_data_progressive': When
8482                 called from 'send_send_data_finished', the 'data' pointer is
8483                 cleared just before the assignment to the dialog pointer
8484
8485 2003-03-29 [christoph]  0.8.11claws64
8486
8487         * src/common/prefs.h
8488         * src/plugins/image_viewer/Makefile.am
8489         * src/plugins/image_viewer/plugin.c
8490         * src/plugins/image_viewer/viewer.[ch]
8491         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8492                 add PrefsPage for ImageViewer
8493
8494 2003-03-28 [thorsten]   0.8.11claws63
8495
8496         * src/common/session.c
8497                 added some comments
8498
8499 2003-03-28 [paul]       0.8.11claws62
8500
8501         * sync with 0.8.11cvs16
8502                 see ChangeLog 2003-03-28
8503
8504 2003-03-28 [paul]       0.8.11claws61
8505
8506         * sync with 0.8.11cvs15
8507                 see ChangeLog 2003-03-28
8508
8509 2003-03-27 [christoph]  0.8.11claws60
8510
8511         * src/folder.c
8512         * src/imap.c
8513         * src/common/socket.[ch]
8514                 set socket state to DISCONNECTED when any operation
8515                 fails to allow reconnecting in IMAP code without
8516                 checking the return code of all calls to the command
8517                 functions
8518
8519         * src/folderview.c
8520         * src/summaryview.c
8521                 remove some more stuff that depends on specific
8522                 folder types
8523
8524 2003-03-27 [paul]       0.8.11claws59
8525
8526         * sync with 0.8.11cvs14
8527                 see ChangeLog 2003-03-27
8528                 
8529         * src/selective_download.[ch]   ** REMOVED **
8530                 really removed
8531
8532 2003-03-27 [christoph]  0.8.11claws58
8533
8534         * src/folder.c
8535                 fix handling of tmp_flags in flag copy function
8536
8537 2003-03-27 [paul]       0.8.11claws57
8538
8539         * sync with 0.8.11cvs13
8540                 see ChangeLog 2003-03-27
8541
8542 2003-03-27 [oliver]     0.8.11claws56
8543
8544         * src/maiwindow.c
8545                 remove sel_download_cb
8546
8547 2003-03-27 [oliver]     0.8.11claws55
8548         
8549         * src/inc.c
8550                 remove POP3_TOP
8551         
8552 2003-03-26 [oliver]     0.8.11claws54
8553
8554         *src/pop.h
8555                 remove POP3_TOP*
8556         * README.claws
8557                 remove selective donwload readme
8558
8559 2003-03-26 [oliver]     0.8.11claws53
8560         * src/matcher.[ch]
8561         * src/matcher_parser_parse.y 
8562         * src/pop.c 
8563         * src/prefs_account.[ch]
8564         * src/prefs_filtering.c
8565                 remove selective donwload
8566
8567 2003-03-26 [oliver]     0.8.11claws52
8568
8569         * src/inc.[ch] 
8570         * src/filtering.c 
8571         * src/mainwindow.c 
8572                 remove selective donwload
8573
8574 2003-03-26 [oliver]     0.8.11claws51
8575         
8576         * src/Makefile.am
8577         * src/selective_download.[ch]   ** REMOVE **    
8578
8579 2003-03-26 [christoph]  0.8.11claws50
8580
8581         * src/news.c
8582                 fix NEWS that got broken by a sync with sylpheed-main
8583
8584 2003-03-26 [christoph]  0.8.11claws49
8585
8586         * src/mimeview.c
8587                 fix mime type guessing when no mime type is found for a file
8588
8589 2003-03-25 [christoph]  0.8.11claws48
8590
8591         * src/mimeview.c
8592         * src/procmime.c
8593                 remove mime type guessing from mime parser and use
8594                 name based mime types in viewer lookup for mime type
8595                 application/octet-stream
8596
8597 2003-03-25 [christoph]  0.8.11claws47
8598
8599         * doc-src/readme.txt
8600         * doc-src/rfc2554.txt
8601                 add RFC about SMTP AUTH
8602
8603         * src/send_message.c
8604         * src/common/smtp.[ch]
8605                 add extra error code for authentication errors and
8606                 clear temporary password when this error occurs
8607
8608         (closes Bug 84 authentication failure while sending should
8609          prompt for password again)
8610
8611 2003-03-25 [christoph]  0.8.11claws46
8612
8613         * configure.ac
8614         * src/Makefile.am
8615         * src/imageview.[ch]                            ** REMOVE **
8616         * src/messageview.[ch]
8617         * src/mimeview.[ch]
8618         * src/prefs_common.[ch]
8619         * src/textview.c
8620         * src/plugins/Makefile.am
8621         * src/plugins/image_viewer/.cvsignore           ** NEW **
8622         * src/plugins/image_viewer/Makefile.am          ** NEW **
8623         * src/plugins/image_viewer/plugin.c             ** NEW **
8624         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8625                 move image viewer into a plugin (building is enabled by default)
8626                 [ToDo: Prefs for resize and autoview]
8627
8628 2003-03-25 [paul]       0.8.11claws45
8629
8630         * sync with 0.8.11cvs12
8631                 see ChangeLog 2003-03-26
8632
8633 2003-03-25 [paul]       0.8.11claws44
8634
8635         * sync with 0.8.11cvs11
8636                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8637                 
8638         Note: Selective Download is broken.
8639                 
8640 2003-03-22 [christoph]  0.8.11claws43
8641
8642         * src/folder.c
8643                 code cleanup for flags copying
8644
8645 2003-03-22 [christoph]  0.8.11claws42
8646
8647         * src/plugins/trayicon/trayicon.c
8648                 fix setting the transparent area when the window size
8649                 is forced by the system tray
8650
8651 2003-03-22 [christoph]  0.8.11claws41
8652
8653         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8654         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8655         * src/plugins/trayicon/newmail.xpm              ** NEW **
8656         * src/plugins/trayicon/nomail.xpm               ** NEW **
8657         * src/plugins/trayicon/trayicon.c
8658         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8659                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8660                 o add icon for unread mails
8661                 o set transparency for window
8662
8663 2003-03-22 [christoph]  0.8.11claws40
8664
8665         * src/news.c
8666                 init news session to prevent crash when session is closed
8667
8668 2003-03-22 [christoph]  0.8.11claws39
8669
8670         * src/imap.c
8671         * src/common/session.[ch]
8672                 Init session data to make sure we don't have invalid pointers
8673                 for read_ch and write_ch when new multi process sessions are
8674                 not used
8675
8676         * src/main.c
8677         * src/common/plugin.c
8678         * src/common/sylpheed.c
8679         * src/plugins/demo/demo.c
8680         * src/plugins/dillo_viewer/dillo_viewer.c
8681         * src/plugins/mathml_viewer/mathml_viewer.c
8682         * src/plugins/spamassassin/spamassassin.c
8683         * src/plugins/spamassassin/spamassassin_gtk.c
8684                 add plugin types to allow loading plugins at different times
8685                 (and maybe for different frontends), because it's not good to
8686                 load GTK-Plugins gefore gtk_init was called
8687
8688         * configure.ac
8689         * src/plugins/Makefile.am
8690         * src/plugins/trayicon/.cvsignore               ** NEW **
8691         * src/plugins/trayicon/Makefile.am              ** NEW **
8692         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8693         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8694         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8695         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8696         * src/plugins/trayicon/trayicon.c               ** NEW **
8697                 New Trayicon plugin that shows an icon in a systray that uses
8698                 XEMBED protocol like Gnome's systray. Icon shows if there
8699                 are new mails and a tooltip shows information about new,
8700                 unread and total messages.
8701
8702 2003-03-22 [paul]       0.8.11claws38
8703
8704         * src/common/smtp.c
8705                 fix ESMTP AUTH CRAM-MD5
8706                 [sync with main (still version 0.8.11cvs6), see
8707                  ChangeLog 2003-03-22]
8708
8709 2003-03-21 [colin]      0.8.11claws37
8710
8711         * src/send_message.c
8712                 Fix USE_SSL => USE_OPENSSL
8713
8714 2003-03-21 [colin]      0.8.11claws36
8715
8716         * src/folderview.c
8717                 Fix counts in drag and dropped subfolders
8718
8719 2003-03-21 [colin]      0.8.11claws35
8720
8721         * src/folder.c 
8722         * src/folderview.c
8723                 speed up a bit folder dnd
8724
8725 2003-03-20 [alfons]     0.8.11claws34
8726
8727         * src/main.c
8728         * src/toolbar.c
8729         * src/procmsg.c
8730                 don't send locked queue messages
8731                 (feature request "[ 705245 ] Locking message in outbox 
8732                  should prevent sending")
8733
8734 2003-03-20 [christoph]  0.8.11claws33
8735
8736         * src/folder.c
8737                 remove NEW and UNREAD flag in special folders when scanning
8738                 
8739         * src/common/smtp.c
8740                 fix ESMTP AUTH CRAM-MD5
8741
8742 2003-03-20 [paul]       0.8.11claws32
8743
8744         * src/prefs_account.c
8745                 Re-write 'Tunnel command to open connection' as
8746                 'Use command to communicate with server', and disable
8747                 it for all except IMAP accounts
8748
8749 2003-03-20 [paul]       0.8.11claws31
8750
8751         * sync with 0.8.11cvs6
8752                 see ChangeLog 2003-03-20
8753
8754 2003-03-19 [match]      0.8.11claws30
8755
8756         * src/addritem.[ch]
8757                 include documentation. minor refactoring.
8758         * src/addr_compl.[ch]
8759         * src/addrindex.[ch]
8760         * src/addresbook.[ch]
8761         * src/summaryview.c
8762                 re-enable address lookup (was disabled in
8763                 0.8.11claws20).
8764
8765 2003-03-19 [christoph]  0.8.11claws29
8766
8767         * src/procmsg.c
8768                 add temp flag handling, will make moving and copying
8769                 messages possible again
8770
8771         * src/folder.c
8772                 correct calulation of folder stats
8773
8774 2003-03-18 [match]      0.8.11claws28
8775
8776         * src/editgroup.h
8777                 remove case sensitive comparison (closes bug 80).
8778
8779 2003-03-18 [christoph]  0.8.11claws27
8780
8781         * src/imap.c
8782                 fix imap using a tunnel command
8783
8784         (closes bug 87)
8785
8786 2003-03-18 [christoph]  0.8.11claws26
8787
8788         * src/folder.[ch]
8789         * src/imap.c
8790         * src/procmsg.[ch]
8791                 rewrite flag handling for folders
8792
8793 2003-03-18 [christoph]  0.8.11claws25
8794
8795         * src/folder.c
8796         * src/procmsg.c
8797         * src/summaryview.c
8798                 unset NEW and UNREAD flags when message is ignored, to make
8799                 sure messages don't show up as unread on other IMAP clients,
8800                 because the IGNORE_THREAD flag can not be syncronized through
8801                 the IMAP folder
8802
8803 2003-03-17 [christoph]  0.8.11claws24
8804
8805         * src/imap.c
8806                 don't use recursion to fetch uids when the number of messages
8807                 does not match. Moved code into subfunction that is used
8808                 again when needed, to prevent an endless loop.
8809
8810 2003-03-17 [thorsten]   0.8.11claws23
8811
8812         * src/imageview.[ch]
8813                 export imageview_get_resized_size() (for plugins)
8814         * src/prefs_common.[ch]
8815                 added prefs_common_get() (for plugins)
8816
8817 2003-03-17 [christoph]  0.8.11claws22
8818
8819         * src/imap.c
8820                 o remove UID guessing from copy code
8821                 o support UIDPLUS extension for APPEND command
8822
8823 2003-03-17 [paul]       0.8.11claws21
8824
8825         * src/gtk/about.c
8826                 remove 'Compiled-plugins' section.
8827                 
8828         * src/plugins/dillo_viewer/dillo_viewer.c
8829                 slight change to description text
8830
8831 2003-03-16 [match]      0.8.11claws20
8832         * src/ldapserver.[ch]           ** NEW **
8833         * src/ldapctrl.[ch]             ** NEW **
8834         * src/ldapquery.[ch]            ** NEW **
8835         * src/ldaputil.[ch]             ** NEW **
8836         * src/addrcindex.[ch]           ** NEW **
8837         * src/addrquery.h               ** NEW **
8838         * src/addritem.[ch]
8839         * src/addrcache.[ch]
8840         * src/addrindex.[ch]
8841         * src/addr_compl.[ch]
8842         * src/addressbook.[ch]
8843         * src/addrbook.[ch]
8844         * src/editgroup.c
8845         * src/editaddress.c
8846         * src/editldap.c
8847         * src/editldap_basedn.c
8848         * src/vcard.c
8849         * src/jpilot.c
8850         * src/Makefile.am
8851                 included dynamic LDAP queries. improved address
8852                 completion.
8853
8854 2003-03-16 [paul]       0.8.11claws19
8855
8856         * tools/multiwebsearch.pl
8857                 fix a fatal typo
8858
8859 2003-03-16 [christoph]  0.8.11claws18
8860
8861         * src/mimeview.c
8862         * src/plugins/dillo_viewer/dillo_viewer.c
8863         * src/plugins/mathml_viewer/mathml_viewer.c
8864                 make unregistering of MimeViewerFactorys possible
8865
8866 2003-03-16 [alfons]     0.8.11claws17
8867
8868         * configure.ac
8869                 correct typo
8870
8871 2003-03-16 [melvin]     0.8.11claws16
8872
8873         * src/plugins/dillo_viewer.c
8874                 Fixed bug where it was not possible to view more than
8875                 one text/html attachment per message (bug discovered
8876                 by Christoph Hohmann).
8877
8878 2003-03-15 [melvin]     0.8.11claws15
8879
8880         * src/prefs_actions.c
8881                 Fixed compilation warnings.
8882
8883 2003-03-15 [melvin]     0.8.11claws14
8884
8885         * src/plugins/Makefile.am
8886         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8887         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8888         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8889                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8890                 newer (http://dillo.auriga.wearlab.de/).
8891
8892 2003-03-15 [christoph]  0.8.11claws13
8893
8894         * src/imap.c
8895                 don't query imap folder for attributes because we already
8896                 for them from imap_status
8897
8898         * src/mimeview.[ch]
8899                 add support for plugable MimeViewers (unloading Viewers
8900                 not yet complete)
8901
8902         * src/plugins/Makefile.am
8903         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8904         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8905         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8906                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8907                 widget from http://helm.cs.unibo.it/mml-widget/
8908
8909 2003-03-14 [christoph]  0.8.11claws12
8910
8911         * src/folder.[ch]
8912                 o error return code's should better be negative
8913                 o replace printf with debug_print
8914
8915         * src/imap.c
8916                 improve IMAP folder scan by checking UID-NEXT
8917
8918         * src/summaryview.c
8919                 remove check that are unnecessary in my opinion
8920
8921 2003-03-13 [christoph]  0.8.11claws11
8922
8923         * src/folder.[ch]
8924         * src/foldersel.c
8925         * src/folderview.c
8926         * src/imap.c
8927         * src/mbox_folder.c
8928         * src/mh.c
8929         * src/news.c
8930         * src/prefs_scoring.c
8931         * src/summaryview.c
8932                 use a common function to get a displayable name
8933                 for a FolderItem
8934
8935 2003-03-13 [paul]       0.8.11claws10
8936
8937         * tools/Makefile.am
8938           tools/README
8939           tools/multiwebsearch.conf     ** NEW FILE **
8940           tools/multiwebsearch.pl       ** NEW FILE **
8941                 add multiwebsearch Actions script
8942
8943 2003-03-13 [colin]      0.8.11claws9
8944
8945         * src/compose.c
8946                 Remove leading emtpy lines from quoted text
8947                 before quoting it
8948
8949 2003-03-13 [melvin]     0.8.11claws8
8950
8951         * src/prefs_actions.c
8952                 Fixed a memory leak
8953                 Code clean ups
8954                 Added Cancel and OK buttons
8955                 Corrected help text
8956
8957 2003-03-13 [christoph]  0.8.11claws7
8958
8959         * src/account.c
8960         * src/folder.[ch]
8961         * src/imap.c
8962         * src/mainwindow.c
8963         * src/mbox_folder.c
8964         * src/mh.c
8965         * src/news.c
8966         * src/setup.c
8967                 replace more folder type stuff with folder class stuff
8968
8969 2003-03-13 [melvin]     0.8.11claws6
8970
8971         * src/prefs_actions.c
8972                 Added new tokens:
8973                 %u: user provided argument
8974                 %h: user provided argument (hidden on input)
8975                 %s: current text selection in the message view 
8976
8977 2003-03-13 [paul]       0.8.11claws5
8978
8979         * sync with 0.8.11cvs5
8980                 see ChangeLog 2003-03-11, 2003-03-12
8981
8982 2003-03-12 [christoph]  0.8.11claws4
8983
8984         * src/folder.c
8985                 use folder class idstr when writing folderlist.xml
8986
8987         * src/folder.h
8988         * src/imap.c
8989         * src/news.c
8990                 replace folder type checks with folder class checks
8991
8992 2003-03-12 [christoph]  0.8.11claws3
8993
8994         * src/folder.[ch]
8995         * src/imap.[ch]
8996         * src/main.c
8997         * src/mbox_folder.[ch]
8998         * src/mh.[ch]
8999         * src/news.[ch]
9000                 o create a list of known folder classes in the folder system
9001                 o use folder class id strings for folder item identifiers
9002
9003 2003-03-12 [christoph]  0.8.11claws2
9004
9005         * src/imap.c
9006                 fix imap uid validity check
9007
9008 2003-03-12 [christoph]  0.8.11claws1
9009
9010         * src/account.c
9011         * src/folder.[ch]
9012         * src/foldersel.c
9013         * src/folderview.c
9014         * src/imap.c
9015         * src/mainwindow.c
9016         * src/mbox_folder.c
9017         * src/mh.c
9018         * src/news.c
9019         * src/prefs_scoring.c
9020         * src/procmsg.c
9021         * src/setup.c
9022         * src/summaryview.c
9023                 initial restructuring of folder system, seperating
9024                 folders and folder classes
9025
9026 2003-03-12 [paul]       0.8.11claws
9027
9028         0.8.11claws release
9029
9030 2003-03-12 [christoph]
9031
9032         * src/gtk/prefswindow.c
9033                 fix translation of "Page Index"
9034
9035 2003-03-12 [paul]       0.8.10claws110
9036
9037         a sync from 0.8.11cvs4 before the release
9038
9039         * src/common/utils.c
9040                 subject_compare_for_sort(): allow null strings (fixes
9041                 summary sorting).
9042
9043 2003-03-11 [paul]       0.8.10claws109
9044
9045         * po/es.po
9046                 update Spanish translation, submitted by
9047                 Ricardo Mones Lastra
9048
9049 2003-03-11 [melvin]     0.8.10claws108
9050
9051         * po/fr.po
9052                 Updated French translations
9053
9054 2003-03-11 [paul]       0.8.10claws107
9055
9056         * manual/en/Makefile.am
9057           manual/en/*.html
9058                 update English manual, add a new page
9059                 updated by Francois Barriere <fbarriere@atmel.fr>
9060                 
9061         * po/bg.po
9062           po/it.po
9063           po/sr.po
9064                 update Bulgarian, Italian, and Serbian translations
9065                 submitted by George Danchev, Alessandro Maestri, and
9066                 Urke MMI
9067
9068 2003-03-10 [paul]       0.8.10claws106
9069
9070         * src/gtk/about.c
9071           src/gtk/prefswindow.c
9072                 make some strings translatable
9073
9074 2003-03-10 [darko]      0.8.10claws105
9075
9076         * src/compose.c
9077                 code cleanup to make Hiro happy
9078
9079 2003-03-10 [paul]       0.8.10claws104
9080
9081         * sync with 0.8.11cvs2
9082                 see ChangeLog 2003-03-10
9083
9084 2003-03-09 [melvin]     0.8.10claws103
9085
9086         * src/textview.c
9087                 textview_set_font(): fix for message display in
9088                 UTF-8 locales (thanks to Sergey Vlasov).
9089                 (was unintentionnaly reverted in 0.8.6claws6)   
9090
9091 2003-03-08 [darko]      0.8.10claws102
9092
9093         * src/compose.c
9094                 fix infinite loop in wrapping as reported
9095                 by happycactus
9096                 obsoletes patch #696482
9097
9098 2003-03-08 [christoph]  0.8.10claws101
9099
9100         * src/imap.c
9101                 add workaround for IMAP servers that do not
9102                 support the "UID SEARCH UID" command
9103
9104 2003-03-07 [christoph]  0.8.10claws100
9105
9106         * src/plugins/spamassassin/spamassassin.[ch]
9107         * src/plugins/spamassassin/spamassassin_gtk.c
9108                 code cleanup
9109
9110 2003-03-07 [paul]       0.8.10claws99
9111
9112         * po/es.po
9113                 updated Spanish translation, submitted by
9114                 Ricardo Mones Lastra
9115
9116 2003-03-07 [christoph]  0.8.10claws98
9117
9118         * src/send.c
9119                 fix in 0.8.10claws94 was wrong
9120                 local delivery does not require escaping, remove escaping
9121                 code to make signatures of mails with "." lines valid
9122                 
9123                 NOTE: requires that sendmail is executed with "-i" option,
9124                       what is the default now, but has to be changed in all
9125                       exsiting accounts)
9126
9127 2003-03-07 [paul]       0.8.10claws97
9128
9129         * sync with 0.8.11 release
9130                 see ChangeLog 2003-03-07
9131
9132 2003-03-06 [paul]       0.8.10claws96
9133
9134         * src/compose.c
9135                 revert commit 0.8.10claws92
9136
9137 2003-03-06 [paul]       0.8.10claws95
9138
9139         * src/folderview.c
9140                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9141
9142         * src/gtkaspell.c
9143                 fix bug 74, 'Crash opening editor window with pseudo-color
9144                 display'
9145                 
9146         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9147
9148 2003-03-06 [christoph]  0.8.10claws94
9149
9150         * src/send.c
9151                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9152                 all lines starting with a period get an extra period
9153                 inserted
9154                 (found by Simon 'corecode' Schubert)
9155
9156 2003-03-06 [paul]       0.8.10claws93
9157
9158         * src/folderview.c
9159                 if configured font can't be loaded fall back to gtk
9160                 default. (with thanks to Christoph)
9161                 
9162                 closes long-standing bug 15 'Crashes on startup'
9163
9164 2003-03-06 [paul]       0.8.10claws92
9165
9166         * src/compose.c
9167                 freeze text before autosave and thaw afterwards
9168                 fixes bug 67 'autosave make re-rediting message crazy'
9169
9170 2003-03-06 [christoph]  0.8.10claws91
9171
9172         * src/compose.c
9173                 ignore address comment in dupe check for Cc-list
9174
9175         (closes reopened bug 47 Replying to message strips name part of
9176          e-mail addresses of Cc: lines)
9177
9178 2003-03-06 [paul]       0.8.10claws90
9179
9180         * src/Makefile.am
9181                 remove reference to gtkxtext.h as its no longer in
9182                 the repository
9183
9184 2003-03-06 [paul]       0.8.10claws89
9185
9186         * sync with 0.8.10cvs25
9187                 see ChangeLog 2003-03-06
9188
9189 2003-03-06 [oliver]     0.8.10claws88
9190         
9191         * src/messageview.c
9192                 remove include
9193
9194 2003-03-06 [oliver]     0.8.10claws87
9195         
9196         * src/folderview.c 
9197                 remove changes introduced inclaws74
9198         * src/messageview.c
9199                 another attempt to sanely delete and update
9200                 messages deleted in separate messageview
9201
9202 2003-03-05 [christoph]  0.8.10claws86
9203
9204         * src/summaryview.c
9205                 check if "From" matches any account's address if
9206                 addressbook completion of addresses is disabled too
9207
9208         (closes Bug 70 "Display recipient in from" doesn't check
9209          folder's default account)
9210
9211 2003-03-05 [christoph]  0.8.10claws85
9212
9213         * src/compose.c
9214         * src/common/utils.[ch]
9215                 don't strip address comments when building Cc lists
9216
9217         (closes Bug 47 Replying to message strips name part of e-mail addresses
9218          of Cc: lines)
9219
9220         * src/folder.c
9221                 fix return value of copy function
9222
9223 2003-03-05 [christoph]  0.8.10claws84
9224
9225         * src/imap.c
9226                 don't ask imap server for non rfc822 headers
9227
9228         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9229
9230         * src/imap.c
9231                 destroy session on socket error to allow reconnecting
9232
9233 2003-03-05 [christoph]  0.8.10claws83
9234
9235         * configure.ac
9236                 fix building with gnome when no prefix is set
9237
9238         (closes bug 66 Gnome directory is set to NONE)
9239
9240 2003-03-05 [paul]       0.8.10claws82
9241
9242         * sync with 0.8.10cvs23
9243                 see ChangeLog 2003-03-05
9244
9245 2003-03-04 [christoph]  0.8.10claws81
9246
9247         * src/folder.c
9248                 o fix moving and copying when folder returns 0 for new
9249                   message number
9250                 o remove some code for single message copy and move
9251                   operations and use functions for multiple messages
9252
9253         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9254
9255         * src/news.c
9256                 remove unused include
9257
9258 2003-03-04 [paul]       0.8.10claws80
9259
9260         * src/gtk/about.c
9261                 list 'Compiled plugins'
9262
9263 2003-03-03 [christoph]  0.8.10claws79
9264
9265         * src/news.[ch]
9266                 have to multiply the percentage of the current fetch with
9267                 the percentage that it has of the total fetch operation
9268                 for correct values
9269
9270 2003-03-03 [christoph]  0.8.10claws78
9271
9272         * src/news.c
9273                 fix calculation of expected lines for progress indicator
9274
9275 2003-03-03 [christoph]  0.8.10claws77
9276
9277         * src/summaryview.c
9278         * src/common/utils.c
9279                 fix segfault when opening the root news folder
9280
9281 2003-03-03 [christoph]  0.8.10claws76
9282
9283         * src/mainwindow.[ch]
9284         * src/common/Makefile.am
9285         * src/common/progressindicator.[ch]
9286                 add UI independent progress indicator handling
9287
9288         * src/news.[ch]
9289                 use new progress indicator for message info fetching
9290
9291         * src/common/hooks.h
9292                 code cleanup
9293
9294 2003-03-03 [oliver]     0.8.10claws75
9295
9296         * src/toolbar.c
9297         * src/compose.c
9298                 removed commented code
9299
9300 2003-03-03 [oliver]     0.8.10claws74
9301
9302         * src/toolbar.[ch]
9303                 cleanups and refactoring
9304         * src/compose.[ch]
9305                 compose_reply_mode reply & forwarding interface for
9306                 toolbar buttons
9307         * src/folderview.c
9308                 act on messages marked for deletion in folderview_selected
9309                 based on prefs_common.immediate_exec since a message might 
9310                 have been deleted by messageview in a folder we are changing 
9311                 to (does anybody understand what I'm on about ?)
9312
9313 2003-03-03 [oliver]     0.8.10claws73
9314         
9315         * src/messageview.[ch]
9316                 new functions
9317                 - messageview_delete: delete message shown in messagview
9318                 - messageview_update_view: update messageview to currently 
9319                   selected summaryview message
9320                 - add separate messageview to msgview_list in order to update 
9321                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9322         * src/summaryview.[ch]
9323                 summary_get_selection returns a list of selected msgs
9324                 in summaryview
9325         * src/mainwindow.c
9326                 toolbar reply refactoring
9327
9328 2003-03-03 [paul]       0.8.10claws72
9329
9330         * sync with 0.8.10cvs21
9331                 see ChangeLog 2003-03-03
9332
9333 2003-03-02 [christoph]  0.8.10claws71
9334
9335         * src/common/passcrypt.c
9336                 use POSIX includes
9337
9338 2003-03-02 [christoph]  0.8.10claws70
9339
9340         * configure.ac
9341         * src/prefs_account.c
9342         * src/prefs_gtk.[ch]
9343         * src/common/.cvsignore
9344         * src/common/Makefile.am
9345         * src/common/passcrypt.c                ** NEW **
9346         * src/common/passcrypt.h.in             ** NEW **
9347                 Implement password encryption in config files
9348                 using unix encrypt and setkey functions. The crypt
9349                 key can be set as a configure parameter. Old
9350                 passwords will be converted if they do not begin
9351                 with '!'
9352
9353 2003-03-02 [paul]       0.8.10claws69
9354
9355         * src/prefs_account.c
9356                 fix compile error
9357
9358 2003-03-01 [thorsten]   0.8.10claws68
9359
9360         * po/el.po
9361           po/hr.po
9362           po/it.po
9363           po/nl.po
9364           po/sr.po
9365           po/sv.po
9366                 corrected format strings
9367         * po/en_GB.po
9368                 corrected headers
9369                 (fix compile errors with GNU gettext-0.11.5)
9370
9371 2003-03-01 [oliver]     0.8.10claws67
9372
9373         * src/summaryview.c
9374                 menu callbacks call toolbar_menu_reply
9375
9376 2003-03-01 [oliver]     0.8.10claws66
9377
9378         * src/mainwindow.c
9379         * src/messageview.c
9380                 menu callbacks call toolbar_menu_reply
9381         * src/toolbar.[ch]
9382                 callbacks from menu handled by toolbar_menu_reply
9383
9384 2003-03-01 [paul]       0.8.10claws65
9385
9386         * src/addressbook.c
9387                 revert commit 0.8.10claws54 - breaks editing of
9388                 addressbook.
9389                 
9390         * po/bg.po
9391                 update Bulgarian translation, submitted by
9392                 George Danchev
9393
9394 2003-02-28 [christoph]  0.8.10claws64
9395
9396         * src/account.c
9397         * src/addressadd.c
9398         * src/compose.c
9399         * src/gtkaspell.c
9400         * src/gtkxtext.h                ** REMOVE **
9401         * src/imap.c
9402         * src/matcher.[ch]
9403         * src/mh.c
9404         * src/news.c
9405         * src/pine.c
9406         * src/prefs_common.c
9407         * src/prefs_matcher.c
9408         * src/procheader.[ch]
9409         * src/procmsg.[ch]
9410         * src/toolbar.c
9411         * src/common/ssl_certificate.c
9412         * src/gtk/colorlabel.c
9413         * src/gtk/menu.c
9414                 o fix warnings
9415                 o remove code obsoleted by new cache and folder system rework
9416
9417 2003-02-28 [oliver]     0.8.10claws63
9418         
9419         * src/toolbar.[ch]
9420                 * fix bug where reply in Messageview replied to 
9421                 Message displayed in summaryview
9422                 (reportedd via ML by chinatinte at gmx dot ch)
9423                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9424                 didn't work in separate MessageView Toolbar
9425                 (wondering if anybody uses this at all ?)
9426         * src/summaryview.[ch]
9427                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9428                 (generalize reply and forward code);
9429         * src/messageview.c 
9430                 remove focus_in event which updated summaryview to messageview
9431
9432 2003-02-28 [paul]       0.8.10claws62
9433
9434         * po/Makefile.in.in
9435                 add the --check option
9436                 Patch submitted by Ricardo Mones Lastra
9437
9438 2003-02-28 [paul]       0.8.10claws61
9439
9440         * src/prefs_account.c
9441                 re-order 'Signature' items
9442
9443 2003-02-28 [paul]       0.8.10claws60
9444
9445         * sync with 0.8.10cvs20
9446                 see ChangeLog 2003-02-28
9447
9448 2003-02-28 [paul]       0.8.10claws59
9449
9450         * po/POTFILES.in
9451                 update to reflect recent movement of files
9452
9453 2003-02-28 [paul]       0.8.10claws58
9454
9455         * sync with 0.8.10cvs19
9456                 see ChangeLog 2003-02-28
9457
9458 2003-02-27 [martin]     0.8.10claws57
9459
9460         * src/prefs_matcher.c 
9461                 fix segfault in prefs_matcher_ok() when the
9462                 last entry is deleted and prevents that the
9463                 message "entry not saved" comes up after deleting
9464                 an entry
9465
9466 2003-02-27 [martin]     0.8.10claws56
9467
9468         * src/prefs_filtering.c 
9469                 fix segfault in prefs_filtering_ok() when the
9470                 last entry is deleted and prevents that the
9471                 message "entry not saved" comes up after deleting
9472                 an entry
9473
9474 2003-02-27 [paul]       0.8.10claws55
9475
9476         * sync with 0.8.10cvs18
9477                 see ChangeLog 2003-02-27
9478
9479 2003-02-27 [paul]       0.8.10claws54
9480
9481         * src/addressbook.c
9482                 fix bug where the address book crashes with 
9483                 multiple lookups.
9484                 Patch [687729] submitted by David Frager 
9485                 <dbfrager@users.sourceforge.net>
9486
9487 2003-02-25 [christoph]  0.8.10claws53
9488
9489         * src/Makefile.am
9490         * src/colorlabel.[ch]           ** REMOVE **
9491         * src/gtk/Makefile.am
9492         * src/gtk/colorlabel.[ch]       ** NEW **
9493                 move colorlabel files to gtk directory
9494
9495         * src/esmtp.[ch]                ** REMOVE **
9496                 has been merged into smtp.[ch] in 0.7.5
9497
9498 2003-02-25 [christoph]  0.8.10claws52
9499
9500         * src/Makefile.am
9501         * src/about.[ch]                ** REMOVE **
9502         * src/gtk/Makefile.am
9503         * src/gtk/about.[ch]            ** NEW **
9504                 move about files to gtk directory
9505
9506 2003-02-25 [christoph]  0.8.10claws51
9507
9508         * src/folder.c
9509                 some code optimization of folder scanning code
9510
9511         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9512
9513 2003-02-25 [christoph]  0.8.10claws50
9514
9515         * src/main.c
9516         * src/common/sylpheed.c
9517                 add command line parameter parsing to common code
9518
9519 2003-02-24 [christoph]
9520
9521         * Makefile.am
9522         * configure.ac
9523                 fix gnome prefix problems, the configure script now removed
9524                 `gnome-config --prefix` from `gnome-config --datadir`
9525                 and adds $(prefix} instead
9526
9527         (closes Bug 24 Makefile does not respect prefix when installing
9528          GNOME data)
9529
9530 2003-02-24 [christoph]  0.8.10claws49
9531
9532         * src/news.c
9533                 check for valid session before trying to authenticate
9534
9535         (closes Bug 60 crash if "authenticate on logon" is activated
9536          and newsserver-hostname is not valid)
9537
9538 2003-02-24 [melvin]     0.8.10claws48
9539
9540         * src/prefs_actions.c
9541                 Make sure all user's input is sent to the action and then
9542                 close the socket..
9543
9544 2003-02-23 [alfons]     0.8.10claws46
9545
9546         * src/summaryview.c
9547                 also wait cursor when deleting files
9548
9549 2003-02-23 [paul]
9550
9551         * tools/freshmeat_search.pl
9552           tools/google_search.pl
9553                 scripts should now work for any browser/browser command line
9554
9555 2003-02-22 [christoph]  0.8.10claws45
9556
9557         * src/procmsg.c
9558                 fix IMAP flag setting, IMAP flag is not handled correctly
9559                 anymore by the folder system and information about the
9560                 folder should not be saved in the MsgInfo (in my opinion)
9561
9562         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9563
9564 2003-02-22 [christoph]  0.8.10claws44
9565
9566         * src/summaryview.c
9567                 fix spelling of "label" ;-)
9568
9569 2003-02-22 [thorsten]   0.8.10claws43
9570
9571         * src/mimeview.c
9572           src/prefs_common.[ch]
9573           src/procmime.[ch]
9574                 do not use description as attachment name
9575
9576 2003-02-22 [alfons]     0.8.10claws42
9577
9578         * src/summaryview.c
9579                 freeze/thaw folder item updates when changing color labels,
9580                 and put a wait cursors on
9581
9582 2003-02-22 [thorsten]   0.8.10claws41
9583
9584         * src/mimeview.c
9585                 save-all fixes: crash if invoked on multipart container,
9586                 mimeinfo access, pathseparators, error dialog
9587
9588 2003-02-21 [alfons]     0.8.10claws40
9589
9590         * src/prefs_gtk.c
9591                 remove unused var
9592
9593 2003-02-21 [colin]      0.8.10claws39
9594
9595         * src/send.c
9596                 Fix smtp logging
9597
9598 2003-02-21 [colin]      0.8.10claws38
9599
9600         * src/summaryview.c
9601                 Freeze/thaw folderItem updates when filtering messages 
9602                 via Tools/Filter messages
9603
9604 2003-02-21 [paul]       0.8.10claws37
9605
9606         * src/compose.c
9607                 revert commit 0.8.10claws26, there are ulterior motives
9608                 for users to set a Reply-To header when posting to
9609                 newsgroups
9610
9611 2003-02-21 [paul]       0.8.10claws36
9612
9613         * sync with 0.8.10cvs17
9614                 see ChangeLog 2003-02-21
9615
9616 2003-02-20 [christoph]  0.8.10claws35
9617
9618         * src/imap.c
9619                 IMAP UID fetch speedup using SEARCH
9620
9621         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9622
9623         * src/imap.c
9624                 fix problem with UIDs in IMAP UID cache that no longer existed
9625
9626 2003-02-20 [christoph]  0.8.10claws34
9627
9628         * src/imap.c
9629         * src/procheader.c
9630         * src/procheader.h
9631                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9632
9633         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9634
9635         * src/imap.c
9636                 Rewrite imap_cmd_gen_recv use sock_getline instead
9637                 of sock_gets to avoid problems with too long reply
9638                 lines
9639     
9640 2003-02-20 [colin]      0.8.10claws33
9641         
9642         * src/prefs_account.c
9643                 Better wording
9644
9645 2003-02-20 [colin]      0.8.10claws32
9646
9647         * src/compose.c
9648                 Remove useless '&& !to_sender' 
9649
9650 2003-02-20 [darko]
9651
9652         * AUTHORS
9653                 change my e-mail address
9654
9655 2003-02-19 [colin]      0.8.10claws31
9656
9657         * src/prefs_common.c
9658                 X11 style colors for every configurable color
9659
9660 2003-02-19 [alfons]     0.8.10claws30
9661
9662         * src/prefs_gtk.[ch]
9663         * src/prefs_common.c
9664                 for color_new accept both plain integers and X11 style color
9665                 names (as found in /usr/lib/X11/rgb.txt)
9666
9667 2003-02-19 [paul]       0.8.10claws29
9668
9669         * src/mainwindow.c
9670                 add tooltips to online/offline button and account selector
9671                 button
9672
9673 2003-02-19 [paul]       0.8.10claws28
9674
9675         * src/folder.c
9676           src/news.c
9677           src/prefs_account.[ch]
9678           src/prefs_common.[ch]
9679                 move 'Maximum number of articles to download' to
9680                 account prefs.
9681                 clean up account prefs gui a little by hiding entries
9682                 rather then greying out entries
9683
9684 2003-02-19 [hiro]       0.8.10claws27
9685
9686         * src/common/utils.c
9687                 fix bug #54 'yesterdays date is displayed in the message 
9688                 summary window'
9689
9690 2003-02-19 [paul]       0.8.10claws26
9691
9692         * src/compose.c
9693                 fix bug reported in Feature Request [688596] 
9694                 'Reply-to header in news'
9695
9696 2003-02-18 [paul]       0.8.10claws25
9697
9698         * src/select-keys.c
9699                 add a 'List all keys' button to key selection dialog
9700
9701 2003-02-18 [colin]      0.8.10claws24
9702         
9703         * src/stock_pixmap.c
9704                 fix compile error
9705
9706 2003-02-18 [colin]      0.8.10claws23
9707
9708         * src/common/smtp.[ch]
9709           src/prefs_account.c
9710                 Try to starttls if it seems to be the only
9711                 way to authenticate a user
9712
9713 2003-02-18 [paul]       0.8.10claws22
9714
9715         * src/Makefile.am
9716           src/folderview.c
9717           src/stock_pixmap.[ch]
9718           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9719           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9720                 as a Drafts folder is a special folder allow it to have
9721                 its own unique icons
9722
9723 2003-02-18 [colin]      0.8.10claws21
9724
9725         * src/imap.c
9726                 Fix port selection when using starttls
9727
9728 2003-02-18 [paul]       0.8.10claws20
9729
9730         * src/mainwindow.c
9731           src/prefs_common.[ch]
9732                 make blue the default new mail colour
9733
9734 2003-02-18 [paul]       0.8.10claws19
9735
9736         * sync with 0.8.10cvs14
9737                 see ChangeLog 2003-02-18
9738
9739 2003-02-17 [jens]       0.8.10claws18
9740
9741         * src/common/md5.c
9742                 fixed a compile problem with gcc 3.3
9743                 works on 2.95.3 too (testet on PPC as it is big endian)
9744
9745 2003-02-17 [paul]       0.8.10claws17
9746
9747         * sync with 0.8.10cvs13
9748                 see ChangeLog 2003-02-17
9749
9750 2003-02-17 [paul]       0.8.10claws16
9751
9752         * sync with 0.8.10cvs12
9753                 see ChangeLog 2003-02-17
9754
9755 2003-02-16 [match]      0.8.10claws15
9756
9757         * src/addressbook.c
9758                 Eliminates reloading of address data when items
9759                 deleted or added. Applied submitted by
9760                 Luke Plant <lukeplant@softhome.net>
9761
9762 2003-02-16 [paul]       0.8.10claws14
9763
9764         * src/news.c
9765                 when a 'protocol error' is encountered disconnect from
9766                 the server. This means that the user can carry on viewing
9767                 other articles and doesn't have to either wait until the
9768                 server timesout or quit sylpheed.
9769                 Fixes bug #53 'Unable to read messages in newsgroups, 
9770                 displayed message doesn't change'
9771
9772 2003-02-15 [christoph]  0.8.10claws13
9773
9774         * src/imap.c
9775                 fix bug that stopped scanning of folders when an
9776                 IMAP folder was empty
9777
9778         (closes bug 46 stop scan messages in folders after empty folder)
9779
9780 2003-02-15 [paul]
9781
9782         * tools/Makefile.am
9783           tools/README
9784           tools/freshmeat_search.pl     ** NEW FILE **
9785           tools/google_search.pl        ** NEW FILE **
9786                 Add 2 Actions scripts which search freshmeat/google
9787                 for the selected text using the browser configured
9788                 in sylpheedrc.
9789                 
9790         Note: These scripts are very dependent on the format of the
9791         browser command and may not work on every occasion. Testing
9792         is welcome. 
9793
9794 2003-02-14 [alfons]     0.8.10claws12
9795
9796         * src/compose.c
9797                 fix breakage because of uninitialized account pointer.
9798                 please verify.
9799
9800 2003-02-14 [paul]       0.8.10claws11
9801
9802         * src/compose.c
9803           src/prefs_account.[ch]
9804           src/prefs_common.[ch]
9805                 move signature settings to Account Prefs
9806
9807 2003-02-14 [paul]       0.8.10claws10
9808
9809         * sync with 0.8.10cvs11
9810                 see ChangeLog 2003-02-14
9811
9812 2003-02-13 [thorsten]   0.8.10claws9
9813
9814         * src/news.c
9815                 revert news progressbar (GUI separation)
9816
9817 2003-02-13 [paul]       0.8.10claws8
9818
9819         * src/compose.c
9820                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9821                 paragraph 1
9822
9823 2003-02-13 [paul]       0.8.10claws7
9824
9825         * src/compose.[ch]
9826           src/summaryview.c
9827                 fix 'Follow-up and Reply-to' so that it creates a reply to
9828                 the newsgroup and the sender. If the message has the keyword
9829                 'poster' in the Followup-To header, all replies go to the
9830                 sender, re: RFC 1036, Section 2.2.3
9831                 rename all instances of 'ignore_replyto' to 'to_sender', both
9832                 were previously used, now we use just one.
9833
9834 2003-02-13 [paul]       0.8.10claws6
9835
9836         * sync with 0.8.10cvs9
9837                 see ChangeLog 2003-02-13
9838
9839 2003-02-13 [paul]       0.8.10claws5
9840
9841         * configure.ac
9842                 show which plugins are configured in the configure
9843                 output.
9844
9845 2003-02-12 [thorsten]   0.8.10claws4
9846
9847         * src/news.c
9848                 show progress while fetching news headers
9849
9850 2003-02-12 [christoph]  0.8.10claws3
9851
9852         * configure.ac
9853         * src/plugins/Makefile.am
9854                 use AM_CONDITIONAL to enable plugins, automake correctly
9855                 manages this when creating distdir
9856
9857 2003-02-12 [christoph]  0.8.10claws2
9858
9859         * ac/spamassassin.m4
9860         * src/plugins/spamassassin/Makefile.am
9861                 fix building SpamAssassin plugin without OpenSSL
9862
9863 2003-02-12 [paul]       0.8.10claws1
9864
9865         * ac/Makefile.am
9866           src/Makefile.am
9867           src/plugins/Makefile.am
9868                 fix failure of 'make release'
9869
9870 2003-02-12 [paul]       0.8.10claws
9871
9872         * 0.8.10claws released
9873
9874 2003-02-12 [paul]       0.8.9claws56
9875
9876         * po/bg.po
9877           po/es.po
9878           po/it.po
9879           po/ru.po
9880           po/sr.po
9881                 updated translations by George Danchev, Ricardo Mones Lastra,
9882                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9883                 
9884         * sylpheed.spec.in
9885                 Allow the building of RPMs by a regular user. Submitted
9886                 by Sergei Astanin
9887
9888 2003-02-11 [alfons]     0.8.9claws55
9889
9890         * src/colorlabel.c
9891                 don't use pixmaps for label color rect but draw rectangles
9892                 so we can respect the color map of palette based visuals
9893                 (fixes the long time crashes on Suns - thanks to Andreas
9894                 Engel and Steve O'Hara-Smith for testing)
9895
9896 2003-02-11 [christoph]  0.8.9claws54
9897
9898         * src/matcher_parser_parse.y
9899                 correct bug where filering rules of not existing folders in
9900                 matcherrc were added to global filtering
9901                 
9902         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9903          main filter-rules after removing directory, http://bugs.debian.org/180253)
9904         
9905 2003-02-11 [paul]       0.8.9claws53
9906
9907         * sync with 0.8.10cvs7
9908                 see ChangeLog 2003-02-09
9909
9910 2003-02-11 [melvin]     0.8.9claws52
9911
9912         * po/fr.po
9913                 Updated French tranlsations
9914
9915 2003-02-10 [paul]       0.8.9claws51
9916
9917         * sylpheed.spec.in
9918                 correct --enable-openssl
9919                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9920
9921 2003-02-09 [martin]     0.8.9claws50
9922
9923         * src/prefs_matcher.c
9924                 fix segfault in prefs_matcher_substitute_cb() when
9925                 no row is selected
9926
9927 2003-02-09 [paul]       0.8.9claws49
9928
9929         * src/folderview.c
9930                 fix bug where a newsgroup folder's processing rules were
9931                 merged with the global filtering rules when the newsgroup
9932                 folder was deleted, causing some seriously bad results,
9933                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9934
9935 2003-02-08 [melvin]     0.8.9claws48
9936
9937         * src/compose.c
9938                 Corrected and modified an alert message.
9939
9940 2003-02-07 [paul]       0.8.9claws47
9941
9942         * src/folderview.c
9943                 fix bug where both an 'Account properties' window and a
9944                 'Folder properties' window were opened when clicking on
9945                 'Properties' in an NNTP or IMAP folder's popup menu.
9946
9947 2003-02-07 [paul]       0.8.9claws46
9948
9949         * sync with 0.8.10cvs6
9950                 see ChangeLog 2003-02-06
9951
9952 2003-02-06 [christoph]  0.8.9claws45
9953
9954         * src/mbox.c
9955                 freeze folder updates while importing mbox files
9956                 (closes bug 43 importing mbox took hours)
9957                 
9958         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9959
9960 2003-02-06 [thorsten]   0.8.9claws44
9961
9962         * po/de.po
9963                 Updated german translations
9964
9965 2003-02-06 [thorsten]   0.8.9claws43
9966
9967         * src/news.h
9968                 use guint for message numbers (fix count in grouplist dialog)
9969
9970 2003-02-05 [paul]       0.8.9claws42
9971
9972         * sync with 0.8.10cvs2
9973                 see ChangeLog 2003-02-05
9974
9975 2003-02-04 [colin]      0.8.9claws41
9976
9977         * src/prefs_common.[ch]
9978           src/procmsg.c
9979           src/summaryview.c
9980                 Add an option to disable threading by subject
9981
9982 2003-02-04 [christoph]  0.8.9claws40
9983
9984         * src/inc.c
9985                 only abort fetching mails from multiple accounts when the
9986                 error is fatal and does not allow to check any more accounts
9987                 (currently only disk full error)
9988
9989         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9990          receive mails for other accouts)
9991
9992 2003-02-04 [christoph]  0.8.9claws39
9993
9994         * src/folder.c
9995                 first add the new message to the cache, then
9996                 send the update notification
9997
9998         (closes bug 39 after sending message folderview doesnt get updated)
9999
10000 2003-02-04 [colin]      0.8.9claws38
10001
10002         * src/inc.c
10003                 _really_ fix this Connecting... status
10004
10005 2003-02-04 [paul]       0.8.9claws37
10006
10007         * sync with 0.8.10
10008                 see ChangeLog 2003-02-04
10009
10010 2003-02-04 [paul]       0.8.9claws36
10011
10012         * sync with 0.8.9cvs6
10013                 see ChangeLog 2003-02-03
10014
10015 2003-02-04 [paul]       0.8.9claws35
10016
10017         * po/pt_BR.po
10018                 updated by André Filipe de Assunção e Brito 
10019                 <bedecko@netsite.com.br>
10020
10021 2003-02-03 [thorsten]   0.8.9claws34
10022
10023         * po/de.po
10024                 Updated german translations
10025
10026 2003-02-02 [paul]       0.8.9claws33
10027
10028         * po/es.po
10029                 updated by Ricardo Mones Lastra
10030
10031 2003-02-02 [thorsten]   0.8.9claws32
10032
10033         * src/mh.c
10034                 Fix mh_get_msginfo() segfault if file is inaccessible
10035
10036 2003-01-31 [colin]      0.8.9claws31
10037
10038         * src/procheader.c
10039                 Fix last commit's bug
10040
10041 2003-01-31 [colin]      0.8.9claws30
10042
10043         * src/procheader.c
10044                 Missing a change for gpg-signed messages
10045
10046 2003-01-31 [paul]       0.8.9claws29
10047
10048         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10049           src/procheader.c
10050           src/stock_pixmap.[ch]
10051           src/summaryview.c
10052                 indicate GnuPG signed messages by displaying an icon
10053                 in the Attachment column.
10054
10055 2003-01-31 [paul]       0.8.9claws28
10056
10057         * sync with 0.8.9cvs4
10058                 see ChangeLog 2003-01-31
10059
10060 2003-01-31 [alfons]     0.8.9claws27
10061
10062         * src/textview.c
10063                 tune URI parser to accept mailto URLs with a '?'
10064                 (patch from Ruslan Balkin)
10065
10066 2003-01-31 [colin]      0.8.9claws26
10067
10068         * src/summaryview.c
10069                 Fix a leak introduced in claws24
10070
10071 2003-01-31 [colin]      0.8.9claws25
10072
10073         * src/summaryview.c
10074                 Freeze/Thaw folder updates when deleting dups
10075
10076 2003-01-31 [colin]      0.8.9claws24
10077         
10078         * src/addr_compl.c
10079           src/summaryview.c
10080           src/msgcache.c
10081                 little speed improvements
10082
10083 2003-01-31 [colin]      0.8.9claws23
10084
10085         * src/summaryview.c
10086                 Fix segfault when forwarding nothing
10087                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10088                 
10089 2003-01-30 [paul]       0.8.9claws22
10090
10091         * sync with 0.8.9cvs3
10092                 see ChangeLog 2003-01-30
10093
10094 2003-01-30 [paul]       0.8.9claws21
10095
10096         * sync with 0.8.9cvs2
10097                 see ChangeLog 2003-01-30
10098
10099 2003-01-29 [paul]       0.8.9claws20
10100
10101         * sync with 0.8.9cvs1
10102                 see ChangeLog 2003-01-29
10103
10104 2003-01-28 [paul]       0.8.9claws19
10105
10106         * po/POTFILES.in
10107                 update to reflect changes. 
10108                 thanks to Ricardo Mones Lastra
10109
10110 2003-01-27 [christoph]  0.8.9claws18
10111
10112         * ac/openssl.m4
10113         * ac/spamassassin.m4
10114         * src/plugins/spamassassin/README
10115         * src/plugins/spamassassin/libspamc.[ch]
10116         * src/plugins/spamassassin/utils.[ch]
10117                 updated to latest libspamc
10118
10119 2003-01-27 [christoph]  0.8.9claws17
10120
10121         * src/folder.c
10122                 fix wrong use of procheader_get_header_fields
10123
10124 2003-01-27 [christoph]  0.8.9claws16
10125
10126         * src/news.c
10127         * src/prefs_account.[ch]
10128         * src/common/nntp.[ch]
10129                 allow to force authentication for NNTP servers
10130
10131         Patch submitted by Florian Mickler <dmk@d-labs.de>
10132
10133 2003-01-26 [paul]       0.8.9claws15
10134
10135         * src/summaryview.c
10136                 speed up of marking messages as read
10137                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10138
10139 2003-01-26 [christoph]  0.8.9claws14
10140
10141         * src/Makefile.am
10142         * src/mgutils.[ch]              ** REMOVE **
10143         * src/xml.[ch]                  ** REMOVE **
10144         * src/xmlprops.[ch]             ** REMOVE **
10145         * src/common/Makefile.am
10146         * src/common/mgutils.[ch]       ** NEW **
10147         * src/common/xml.[ch]           ** NEW **
10148         * src/common/xmlprops.[ch]      ** NEW **
10149                 move xml files to common directory
10150
10151 2003-01-26 [christoph]  0.8.9claws13
10152
10153         * src/plugins/spamassassin/spamassassin_gtk.c
10154                 only set gtk entry text if string is available
10155
10156 2003-01-26 [melvin]     0.8.9claws12
10157
10158         * src/description_window.c
10159                 Allow resizing of the window
10160                 Allow automatic horizontal scroll bar
10161                 Do not vertically expand and fill
10162
10163 2003-01-26 [christoph]  0.8.9claws11
10164
10165         * src/Makefile.am
10166         * src/gtkutils.[ch]             ** REMOVE **
10167         * src/common/sylpheed.c
10168         * src/gtk/Makefile.am
10169         * src/gtk/description_window.c
10170         * src/gtk/gtkutils.[ch]         ** NEW **
10171         * src/gtk/prefswindow.c
10172                 move gtkutils to gtk directory
10173
10174 2003-01-26 [paul]       0.8.9claws10
10175
10176         * src/summaryview.c
10177                 rename summary_unread_clicked() to summary_status_clicked()
10178
10179 2003-01-26 [melvin]     0.8.9claws9
10180
10181         * src/prefs_actions.c
10182                 Cosmetical changes to the help text
10183
10184 2003-01-26 [paul]       0.8.9claws8
10185
10186         * src/folder.[ch]
10187           src/mainwindow.c
10188           src/prefs_common.c
10189           src/prefs_sumamry_column.c
10190           summaryview.[ch]
10191                 rename the 'Unread' column to 'Status'
10192
10193 2003-01-25 [match]      0.8.9claws7
10194
10195         * src/mgutils.[ch]
10196                 removed reference to LDAP constants. removed error2string.
10197                 included functions to support LDAP dynamic queries.
10198         * src/syldap.h
10199                 moved LDAP constants here.
10200         * src/addressbook.c
10201         * src/addrindex.c
10202         * src/importldif.c
10203                 removed references to LDAP constants and references to
10204                 error2string.
10205
10206 2003-01-25 [paul]       0.8.9claws6
10207
10208         * src/summaryview.c
10209                 summary_thread_build(), summary_thread_init(): remove 
10210                 unneeded reference to summaryview->folder_item
10211
10212 2003-01-25 [christoph]  0.8.9claws5
10213
10214         * src/gtk/description_window.c
10215                 o allow description texts to expand over multiple columns
10216                 o translate all columns
10217         * src/prefs_actions.c
10218                 change syntax description to use new multi column feature
10219
10220         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10221
10222 2003-01-25 [match]      0.8.9claws4
10223
10224         * src/vcard.c
10225                 fixed bug with Quoted-Printable
10226
10227 2003-01-25 [paul]       0.8.9claws3
10228
10229         * src/folder.[ch]
10230           src/summaryview.[ch]
10231                 implement per-folder collapsed/expanded threads setting
10232                 
10233         * src/prefs_common.c
10234                 remove global collapsed/expanded threads option
10235
10236 2003-01-25 [christoph]  0.8.9claws2
10237
10238         * po/POTFILES.in
10239                 add pluginwindow and prefswindow
10240         * src/compose.c
10241                 make send respond correctly to messages that could be added
10242                 to the queue folder, but the UID of the message is unknown
10243         * src/folder.c
10244         * src/imap.c
10245                 don't return guessed UIDs in imap_add_msg anymore. We return
10246                 0 to tell the folder system it was appened but the UID is
10247                 unknown. Folder system now get's the UID by scaning the folder
10248                 and searching the cache for the Message-ID
10249                 (closes bug #29 Messages queued, but not sent)
10250
10251 2003-01-25 [paul]       0.8.9claws1
10252
10253         * src/codeconv.c
10254                 conv_encode_header():  fix bug when long headers with 8-bit
10255                 characters are used, so that the encoded words are wrapped.
10256                 If the space in the original text falls on the wrap boundary,
10257                 it can be lost.
10258                 Patch by Sergey Vlasov.
10259                 
10260         * src/folderview.c
10261                  fix bug where a change to the sorting method or thread view
10262                  of a folder's messages is lost if simpify-subject is set and
10263                  toggled on or off.
10264                  Patch by Luke Plant.
10265
10266 2003-01-24 [paul]       0.8.9claws
10267
10268         * sylpheed-0.8.9claws released
10269         
10270         * Makefile.am
10271           sylpheed.spec.in
10272                 remove reference to 'INSTALL.jp'
10273
10274 2003-01-23 [paul]       0.8.8claws128
10275
10276         * po/es.po
10277           po/it.po
10278           po/ru.po
10279           po/sr.po
10280                 updated translations. submitted by Ricardo Mones Lastra,
10281                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10282
10283 2003-01-23 [colin]      0.8.8claws127
10284
10285         * src/compose.c
10286                 Fix drafted and queued news articles re-edition
10287
10288 2003-01-23 [melvin]     0.8.8claws126
10289
10290         * po/fr.po
10291                 Updated French translations
10292
10293 2003-01-23 [colin]      0.8.8claws125
10294
10295         * src/inc.c
10296                 Fix "Connecting to..." status message
10297
10298 2003-01-22 [paul]       0.8.8claws124
10299
10300         * po/bg.po
10301                 updated by George Danchev
10302                 
10303         * src/folder.c
10304                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10305                 and folder deletion
10306
10307 2003-01-21 [paul]       0.8.8claws123
10308
10309         * po/bg.po
10310                 updated by George Danchev
10311                 
10312         * src/about.c
10313                 its now 2003
10314                 
10315         * src/toolbar.c
10316                 don't translate 'Separator'
10317                 
10318         * src/plugins/spamassassin/Makefile.am
10319                 add aspell to CPPFLAGS
10320                 
10321         * src/plugins/spamassassin/spamassassin.c
10322           src/plugins/spamassassin/spamassassin_gtk.c
10323                 set correct default for spamassassin_receive_spam
10324                 slightly re-word descriptions and some
10325                 other minor changes
10326
10327 2003-01-19 [alfons]     0.8.8claws122
10328                 
10329         * src/mimeview.c
10330                 mimeview_save_as(): we might as well show the file name for
10331                 the single case "Save As" too
10332
10333 2003-01-19 [alfons]     0.8.8claws121
10334
10335         * src/crash.c
10336                 change bug tracker URL to bugzilla URL
10337
10338 2003-01-19 [alfons]     0.8.8claws120
10339
10340         * src/mimeview.c
10341                 mimeview_save_all(): display name of file before overwriting;
10342                 continue saving all, even when one overwrite was cancelled
10343
10344 2003-01-19 [christoph]  0.8.8claws119
10345
10346         * src/summaryview.c
10347         * src/procmsg.[ch]
10348                 fix wrong usage of procmsg_find_children in summaryview
10349                 by using procmsg_update_unread_children instead of
10350                 summaryview_update_unread_children
10351
10352 2003-01-19 [christoph]  0.8.8claws118
10353
10354         * src/procmsg.c
10355                 fix infinite loop in procmsg_find_children
10356                  (closes bug #25 sylpheed crashes on delete.)
10357
10358         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10359
10360 2003-01-19 [paul]       0.8.8claws117
10361
10362         * po/pt_BR.po
10363                 updated by Ivan Francolin Martinez
10364
10365 2003-01-18 [melvin]     0.8.8claws116
10366
10367         * src/prefs_actions.c
10368                 Removed syntax limitation of only one '&' at the end of command.
10369                         Now actions that contain '>/dev/null 2>&1' are possible.
10370
10371 2003-01-18 [melvin]     0.8.8claws115
10372
10373         * src/prefs_actions.c
10374                 Actions IO dialog: when the action ends
10375                 the "Close" button now has focus and [Escape] closes the
10376                 window.
10377
10378 2003-01-18 [christoph]  0.8.8claws114
10379
10380         * src/procmsg.c
10381                 o add debug output when MsgInfos are really freed
10382                 o free GSLists in procmsg_find_children and
10383                   procmsg_update_unread_children
10384
10385 2003-01-18 [christoph]  0.8.8claws113
10386
10387         * src/mainwindow.c
10388                 reorder Configuration menu
10389
10390 2003-01-18 [christoph]  0.8.8claws112
10391
10392         * src/compose.c
10393                 fix applying templates to forwarded messages
10394
10395         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10396
10397 2003-01-17 [christoph]  0.8.8claws111
10398
10399         * src/folder.c
10400                 destroy folder items, when a folder item is removed
10401
10402 2003-01-17 [christoph]  0.8.8claws110
10403
10404         * src/folder.c
10405                 fix wrong folder stats update when ignored message is
10406                 deleted
10407
10408 2003-01-17 [colin]      0.8.8claws109
10409         
10410         * src/mainwindow.c
10411         * src/summaryview.c
10412                 Quicksearch bugfixes: 
10413                 - hide help button at startup if not extended
10414                 - switch to extended when looking for replies
10415
10416 2003-01-17 [paul]
10417
10418         * sync with 0.8.9 release
10419
10420 2003-01-17 [paul]       0.8.8claws108
10421
10422         * sync with 0.8.8cvs11
10423                 see ChangeLog 2003-01-17
10424
10425 2003-01-16 [colin]      0.8.8claws107
10426
10427         * src/procmsg.c
10428                 Changed encryption test to re-ask passphrase
10429                 if an encrypted message hasn't been decrypted
10430                 Fixes bug #5
10431
10432 2003-01-16 [christoph]  0.8.8claws106
10433
10434         * src/prefs_gtk.c
10435         * src/prefs_toolbar.c
10436         * src/gtk/prefswindow.h
10437         * src/plugins/spamassassin/spamassassin_gtk.c
10438                 remove page destroy function that is not used anymore
10439
10440 2003-01-16 [paul]       0.8.8claws105
10441
10442         * sync with 0.8.8cvs9
10443                 see ChangeLog 2002-01-16
10444
10445 2003-01-16 [colin]      0.8.8claws104
10446
10447         * src/compose.[ch]
10448                 Fix bug with autosaved drafts for IMAP, when draft
10449                 folder is specified - fixes bugzilla bug #20
10450
10451 2003-01-15 [paul]       0.8.8claws103
10452
10453         * src/compose.[ch]
10454           src/procmsg.c
10455                 store folder and message-id of message forwarding
10456                 in queue header and set forward flag after sending
10457
10458 2003-01-15 [paul]       0.8.8claws102
10459
10460         * sync with 0.8.8cvs8
10461                 see ChangeLog 2002-01-15
10462
10463 2003-01-15 [colin]      0.8.8claws101
10464
10465         * src/Makefile.am
10466                 Fix linking with GNU libiconv
10467
10468 2003-01-15 [darko]      0.8.8claws100
10469
10470         * src/pine.c
10471                 fix crash when importing pine address book
10472                 entry with an empty name (reported by DY
10473                 <dybulk at tri8.net>)
10474
10475 2003-01-14 [paul]       0.8.8claws99
10476
10477         * configure.in  ** REMOVED **
10478           configure.ac  ** NEW FILE **
10479                 rename configure.in to configure.ac, as it is now
10480                 preferred
10481
10482 2003-01-14 [melvin]     0.8.8claws98
10483
10484         * src/folderview.c
10485                 folderview_check_new(): More precise function description
10486
10487 2003-01-14 [melvin]     0.8.8claws97
10488
10489         * src/folderview.c
10490                 folderview_check_new(): return the number of new messages 
10491                         since last check.
10492         * src/inc.c
10493                 inc_account_mail(): Disable counting of new messages for IMAP
10494                         and NNTP until bug [19] and [14] are fixed.
10495
10496 2003-01-14 [paul]       0.8.8claws96
10497
10498         * sync with 0.8.8cvs6
10499                 see ChangeLog 2003-01-14
10500
10501 2003-01-13 [alfons]     0.8.8claws95
10502
10503         * src/textview.c
10504                 tune email address validation (c. 0.8.8claws89): if . is 
10505                 just one char away from @, the address is invalid too 
10506                 (correctly rejects addresses like foo@.com)
10507
10508 2003-01-13 [paul]       0.8.8claws94
10509
10510         * src/messageview.c
10511           src/toolbar.c
10512                 fixes to the Message View toolbar and menu:
10513                 fix non-functioning Forward button
10514                 make Reply button consider default_reply_list
10515                 remove 'Follow-up...' menu entry
10516                 add 'Forward' and 'Redirect' menu entries
10517
10518 2003-01-13 [melvin]     0.8.8claws93
10519
10520         * src/inc.c
10521                 Fixed typo that could make new messages count incorrect.
10522
10523 2003-01-13 [melvin]     0.8.8claws92
10524
10525         * src/folderview.[ch]
10526                 folderview_check_new(): return the number of new messages.
10527         * src/inc.c
10528                 Should fix bug [14] where new mail notification worked 
10529                         incorrectly with IMAP accounts.
10530                 inc_spool_account(): return number of new msgs, or -1 on error
10531                 inc_all_spool(): return number of new msgs
10532                 
10533 2003-01-13 [melvin]     0.8.8claws91
10534
10535         * src/prefs_actions.c
10536                 Justify help text.
10537
10538 2003-01-12 [thorsten]   0.8.8claws90
10539
10540         * src/common/prefs.c
10541                 close file before rename
10542
10543 2003-01-12 [alfons]     0.8.8claws89
10544
10545         * AUTHORS
10546                 add Christian Mertes
10547         * src/common/utils.[ch]
10548                 g_stricase_hash(), g_stricase_equal(): functions for 
10549                 case insensitive hash tables
10550         * src/textview.c
10551                 use top level domain names to validate email address, based
10552                 on a patch by Christian Mertes (thanks!), but changed 
10553                 implementation to use a hash table 
10554
10555 2003-01-12 [paul]       0.8.8claws88
10556
10557         * po/bg.po
10558                 updated by George Danchev
10559
10560 2003-01-12 [alfons]     0.8.8claws87
10561
10562         * src/summaryview.c
10563                 delete / execute performance: use new style folder update
10564
10565 2003-01-12 [paul]       0.8.8claws86
10566
10567         * sync with 0.8.8cvs5
10568                 see ChangeLog 2003-01-13 (!)
10569
10570 2003-01-12 [alfons]     0.8.8claws85
10571
10572         * src/filtering.c
10573         * src/matcher_parser_parse.y
10574                 prepare change_score filtering action
10575         * src/matcher.[ch]
10576                 give up const-correctness on functions that call non-const-correct functions;
10577                 several casts to gpointer in g_free();
10578                 add change_score;
10579
10580 2003-01-12 [christoph]  0.8.8claws84
10581
10582         * src/compose.c
10583                 fix 2 warnings
10584
10585         * src/gtk/prefswindow.[ch]
10586         * src/plugins/spamassassin/spamassassin_gtk.c
10587                 changed the call of the widget create function
10588                 for PrefsPages, because sometimes the widget
10589                 create function needs a widget that already has
10590                 been attached to a window (to create GDK pixmaps
10591                 for exmaple). So we simply pass the GtkWindow as
10592                 the second parameter now.
10593
10594         * src/main.c
10595         * src/mainwindow.c
10596         * src/prefs_toolbar.[ch]
10597                 rewrite Toolbar Preferences using the new
10598                 prefs window
10599
10600 2003-01-11 [alfons]     0.8.8claws83
10601
10602         * src/addressadd.c
10603                 fix crash when adding sender to addressbook because status bar
10604                 isn't there (the status bar doesn't seem to be used though,
10605                 but I'll let Match decide what to do with it)
10606
10607 2003-01-11 [colin]      0.8.8claws82
10608
10609         * src/main.c
10610           src/toolbar.c
10611                 Two useless changes reversed
10612
10613 2003-01-11 [colin]      0.8.8claws81
10614
10615         * src/mainwindow.c
10616           src/mainwindow.h
10617                 Add mainwindow_get_mainwindow()
10618         * src/alertpanel.c
10619           src/alertpanel.h
10620                 Add alertpanel_error_log() 
10621         * src/compose.c
10622           src/inc.c
10623           src/messageview.c
10624           src/toolbar.c
10625           src/main.c
10626           src/procmsg.c
10627                 Network errors get a View Log button
10628
10629 2003-01-10 [alfons]     0.8.8claws80
10630
10631         * src/prefs_toolbar.c
10632         * src/toolbar.c
10633                 use the translatable string for "Separator" as file name for
10634                 separator toolbar items (probably make this uppercase?)
10635
10636 2003-01-10 [alfons]     0.8.8claws79
10637
10638         * src/prefs_toolbar.c
10639                 put right A_SEPARATOR description string in "displayed
10640                 toolbar items list" so manually added separators are
10641                 saved correctly (bug #10, "Adding a separator to the main 
10642                 toolbar fails, entry in xml file is wrong")
10643
10644 2003-01-10 [christoph]  0.8.8claws78
10645
10646         * src/imap.c
10647                 o fix warnings
10648                 o use CAPABILITY to check if NAMESPACE is available
10649
10650 2003-01-10 [christoph]  0.8.8claws77
10651
10652         * src/imap.[ch]
10653                 apply UIDPLUS IMAP extension support patch
10654
10655         Patch submitted by Simon 'corecode' Schubert
10656
10657 2003-01-10 [paul]       0.8.8claws76
10658
10659         * src/folderview.c
10660                 a sync from main which fixes the news account folders'
10661                 Properties bug
10662
10663 2003-01-10 [christoph]  0.8.8claws75
10664
10665         * src/folder.c
10666                 don't accept 0 as a valid uid returned by copy and move
10667                 functions. 0 means the message was copied or moved but the
10668                 new uid could not be fetched. It is not an error condition
10669                 for the copy or move operation.
10670
10671 2003-01-10 [paul]       0.8.8claws74
10672
10673         * src/prefs_filtering.c
10674                 change English used in Alert when entry is not
10675                 saved.
10676                 
10677         * sync with 0.8.8cvs4
10678                 see ChangeLog 2003-01-10
10679
10680 2003-01-10 [darko]      0.8.8claws73
10681
10682         * src/pine.c
10683                 fix crash when importing address book entry
10684                 without a valid address
10685
10686 2003-01-09 [alfons]     0.8.8claws72
10687
10688         * src/inc.c
10689                 filtering performance: use new style folder update
10690
10691 2003-01-09 [christoph]  0.8.8claws71
10692
10693         * src/compose.c
10694         * src/gtk/menu.[ch]
10695                 fix wrong selecting of mime encoding type, when
10696                 opening property dialog of attachments in the
10697                 compose window. 7bit was always selected and that
10698                 destoryed files with 8bit data.
10699                 (closes bug #9 Sylpheed-claws destroys attachments when
10700                  changing MIME-types)
10701
10702 2003-01-09 [paul]       0.8.8claws70
10703
10704         * sync with 0.8.8cvs3
10705                 see ChangeLog 2003-01-09
10706
10707 2003-01-08 [alfons]     0.8.8claws69
10708         
10709         * src/addressadd.c
10710                 apply patch by Kim Schulz to fix build breakage
10711                 because of missing variable
10712
10713 2003-01-08 [paul]       0.8.8claws68
10714
10715         * sync with 0.8.8cvs2
10716                 see ChangeLog 2002-01-08
10717
10718 2003-01-08 [paul]       0.8.8claws67
10719
10720         * po/it.po
10721                 updated by Alessandro Maestri
10722                 
10723         * src/addressadd.c
10724                 when using 'Add sender to addressbook' allow
10725                 name to be edited and remarks to be entered
10726                 Patch submitted by Luke Plant
10727
10728 2003-01-08 [darko]      0.8.8claws66
10729
10730         * README.claws, src/summaryview.c
10731                 fix description for marked messages
10732
10733 2003-01-08 [paul]
10734
10735         * tools/Makefile.am
10736           tools/launch_phoenix  ** NEW FILE **
10737                 add script that enables using Phoenix as the default
10738                 web browser. 
10739                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10740                 
10741         * tools/OOo2sylpheed.pl
10742                 remove full path to sylpheed executable, just 'sylpheed'
10743                 will do
10744                 
10745         * tools/README
10746                 add launch_phoenix informtion and re-arrange and compress
10747                 the data a little
10748
10749 2003-01-07 [christoph]  0.8.8claws65
10750
10751         * src/folder.c
10752                 fix update for source folder when moving messages
10753         * src/procmsg.[ch]
10754         * src/summaryview.c
10755                 use function to set to_folder for message infos and
10756                 automatically update the op_count for old and new
10757                 folder
10758
10759 2003-01-07 [melvin]     0.8.8claws64
10760
10761         * src/prefs_actions.c
10762                 Fixed bug where an '%p' Action on a displayed image crashed 
10763                         Sylpheed
10764                 Code clean up (get rid of duplicated code and removed unnecessary 
10765                                 structure member)
10766
10767 2003-01-07 [christoph]  0.8.8claws63
10768
10769         * src/compose.c
10770         * src/folder.[ch]
10771         * src/folderview.c
10772         * src/import.c
10773         * src/inc.c
10774         * src/main.c
10775         * src/mainwindow.c
10776         * src/messageview.c
10777         * src/prefs_folder_item.c
10778         * src/procmsg.c
10779         * src/summaryview.c
10780         * src/toolbar.c
10781                 o remove all folder update triggering from the UI code. The folder
10782                   system should know much better when a folder needs an update.
10783                 o to prevent multiple updates in a row the folder updates can be
10784                   frozen for some time.
10785
10786                 Note: - Please verify that no updates are missing
10787                       - Check where freeze/thaws should be added
10788
10789 2003-01-07 [christoph]  0.8.8claws62
10790
10791         * src/prefs_actions.c
10792                 don't translate empty strings
10793
10794         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10795
10796 2003-01-06 [christoph]  0.8.8claws61
10797
10798         * src/prefs_actions.c
10799                 mark strings for gettext
10800         * src/prefs_matcher.c
10801                 use new description window for Execute action and
10802                 match condition in Filtering
10803
10804         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10805
10806 2003-01-06 [alfons]     0.8.8claws60
10807
10808         keep myself inspired to re-organize matcher part 8; 
10809         yes, more to come (I need to move out the descriptive
10810         text for actions to matcher.c, or at least make it not
10811         depend on the wicked ordering)
10812
10813         * src/prefs_matcher.c
10814                 add documentation so others may comprehend the
10815                 UI part of the conditions
10816                 
10817 2003-01-06 [christoph]  0.8.8claws59
10818
10819         * src/prefs_actions.c
10820                 use new description window for syntax help
10821         * src/gtk/description_window.c
10822                 fix display of descriptions with column count != 2
10823
10824         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10825
10826 2003-01-06 [christoph]  0.8.8claws58
10827
10828         * src/quote_fmt.c
10829         * src/summaryview.[ch]
10830         * src/gtk/Makefile.am
10831         * src/gtk/description_window.[ch]       ** NEW **
10832                 use a generic window to display syntax descriptions
10833                 currently used in quote_fmt and summaryview (new description
10834                 for extended quick search)
10835
10836         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10837
10838 2003-01-06 [paul]       0.8.8claws57
10839
10840         * sync with 0.8.8cvs1
10841                 see ChangeLog 2003-01-06
10842
10843 2003-01-06 [christoph]  0.8.8claws56
10844
10845         * src/mainwindow.c
10846         * src/prefs_gtk.[ch]
10847         * src/gtk/prefswindow.[ch]
10848         * src/plugins/spamassassin/spamassassin_gtk.c
10849                 o remove page management from prefswindow, pages
10850                   will be an argument to prefswindow_open
10851                 o prefswindow_open gets a datapointer that is
10852                   passed to the widget_create function to allow
10853                   creation of prefswindow for specific items
10854
10855 2003-01-06 [colin]      0.8.8claws55
10856         
10857         * src/summaryview.c
10858                 We don't want regexp in the reply-finder, 
10859                 because MIDs can contain !,$,. and so on
10860
10861 2003-01-06 [jens]       0.8.8claws54
10862
10863         * src/jpilot.c
10864                 fixed a wrong free in jpilot_read_db_files
10865
10866 2003-01-06 [alfons]     0.8.8claws53
10867
10868         re-organize matcher part 8; more to come
10869        
10870         * src/matcher.c
10871                 matcherprop_to_string(): put g_free()s before the
10872                 switch-case break to fix memleaks                
10873
10874 2003-01-06 [colin]      0.8.8claws52
10875
10876         * src/summaryview.c
10877                 cleanup & reply-finder now displays the first 
10878                 matching message
10879
10880 2003-01-05 [alfons]     0.8.8claws51
10881
10882         re-organize matcher part 7; more to come
10883
10884         * src/matcher.[ch]
10885                 fixes for constant correctness;
10886                 more documentation;
10887
10888 2003-01-05 [alfons]     0.8.8claws50
10889
10890         re-organize matcher part 6; more to come
10891         
10892         * src/matcher.[ch]
10893                 fixes for constant correctness;
10894                 more documentation;
10895         * src/filtering.c
10896                 fix for constant correctness
10897
10898 2003-01-05 [colin]      0.8.8claws49
10899
10900         * src/account.[ch]
10901                 Add account_get_reply_account function
10902         * src/compose.c
10903                 Use account_get_reply_account function 
10904         * src/summaryview.c
10905                 Basic reply-finder - click on the replied
10906                 icon gets you to the outbox using quick-search
10907
10908 2003-01-05 [paul]       0.8.8claws48
10909
10910         * src/prefs_common.c
10911                 small change to English
10912                 
10913         * src/prefs_filtering.c
10914                 prefs_filtering_action_select(): improve logic and uniformity
10915                 of gui
10916
10917 2003-01-05 [alfons]     0.8.8claws47
10918
10919         fine tune solution to focus problems (bug #7)
10920
10921         * src/mainwindow.c
10922                 mainwindow_focus_in_event(): remove grab event check
10923         * src/summaryview.c
10924                 summary_button_pressed(): move selection on right-click
10925                 too. we can't possibly move the selection back after
10926                 canceling a dialog, because gtk's incomplete focus 
10927                 management. whether this is a good solution, only time
10928                 will tell.
10929
10930 2003-01-05 [christoph]  0.8.8claws46
10931
10932         * src/imap.c
10933                 fix crash when no imap connection could be established
10934
10935 2003-01-05 [paul]       0.8.8claws45
10936
10937         * src/mainwindow.c
10938           src/sumamryview.c
10939           src/gtk/menu.[ch]
10940                 fix bug 605957 'shortcuts in popup-menu'
10941                 make user-defined shortcuts work
10942                 show shortcuts that are already defined
10943                 in the main menu
10944                 Patch submitted by Luke Plant
10945
10946 2003-01-05 [alfons]     0.8.8claws44
10947
10948         * src/mainwindow.c
10949                 focus_in_event handler should not select summary view row 
10950                 when another window (menu, dialog) grabbed for events 
10951                 (bug #7, "[0.8.8claws42] Message summary focus") 
10952
10953 2003-01-04 [christoph]  0.8.8claws43
10954
10955         * src/procmsg.c
10956                 update save folder after adding the sent message
10957                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10958
10959 2003-01-02 [christoph]  0.8.8claws42
10960
10961         * src/common/plugin.c
10962                 fix unloading of all plugins and unload
10963                 plugins in reverse order
10964                 
10965         * src/gtk/pluginwindow.c
10966                 implement function of load and unload button
10967
10968         * src/gtk/prefswindow.c
10969         * src/gtk/prefswindow.h
10970                 rename register function and add new unregister
10971                 function
10972
10973         * src/plugins/spamassassin/spamassassin_gtk.c
10974                 unregister prefs page and update for changes in
10975                 src/gtk/prefswindow.c
10976
10977 2003-01-02 [paul]       0.8.8claws41
10978
10979         * po/es.po
10980                 updated by Ricardo Mones Lastra
10981
10982 2003-01-02 [paul]
10983
10984         * tools/tb2sylpheed
10985                 fixes and improvements by Urke MMI
10986
10987 2003-01-02 [thorsten]   0.8.8claws40
10988
10989         * src/procmsg.c
10990                 fixed wrong return value
10991
10992 2003-01-02 [thorsten]   0.8.8claws39
10993
10994         * src/prefs.c
10995                 fixed printing wrong variable
10996
10997 2003-01-02 [thorsten]   0.8.8claws38
10998
10999         * src/prefs.c
11000                 fixed acessing members of freed pfile struct
11001
11002 2003-01-02 [thorsten]   0.8.8claws37
11003
11004         * src/procmsg.c
11005                 detect loops across several messages
11006                 as suggested by Christoph Hohmann
11007
11008 2003-01-01 [match]      0.8.8claws36
11009
11010         * src/addrindex.c
11011                 fixed another memory leak.
11012
11013 2003-01-01 [match]      0.8.8claws35
11014
11015         * src/jpilot.[ch]
11016                 fixed memory leaks. applied Doxygen comments.
11017
11018 2003-01-01 [thorsten]   0.8.8claws34
11019
11020         * src/procmsg.c
11021                 inhibit endless loop if msg references itself
11022                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11023
11024 2003-01-01 [christoph]  0.8.8claws33
11025
11026         * src/mainwindow.c
11027         * src/gtk/Makefile.am
11028         * src/gtk/pluginwindow.c                ** NEW **
11029         * src/gtk/pluginwindow.h                ** NEW **
11030                 add plugin window
11031
11032         * src/plugins/demo/demo.c
11033         * src/plugins/spamassassin/spamassassin.c
11034         * src/plugins/spamassassin/spamassassin_gtk.c
11035                 write better plugin descriptions
11036
11037 2002-12-31 [christoph]  0.8.8claws32
11038
11039         * src/gtk/prefswindow.c
11040         * src/plugins/spamassassin/spamassassin_gtk.c
11041                 some small improvements to GTK code
11042
11043 2002-12-31 [christoph]  0.8.8claws31
11044
11045         * src/plugins/spamassassin/spamassassin_gtk.c
11046                 enable folder select button
11047
11048 2002-12-31 [christoph]  0.8.8claws30
11049
11050         * src/mainwindow.c
11051         * src/gtk/Makefile.am
11052         * src/gtk/prefswindow.c                         ** NEW **
11053         * src/gtk/prefswindow.h                         ** NEW **
11054                 add new prefs window
11055
11056         * src/common/plugin.c
11057                 don't try to load empty config lines
11058         
11059         * src/plugins/spamassassin/Makefile.am
11060         * src/plugins/spamassassin/spamassassin.c
11061         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11062         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11063                 GTK config for SpamAssassin Plugin using
11064                 the new prefs window
11065
11066 2002-12-31 [paul]       0.8.8claws29
11067
11068         * po/POTFILES.in
11069                 remove obsolete entry 'src/menu.c'
11070
11071 2002-12-31 [alfons]     0.8.8claws28
11072
11073         * src/matcher.[ch]
11074         * src/matcher_parser_parse.y
11075         * src/prefs_matcher.c
11076                 add "ignore_thread" and "~ignore_thread" condition so it's
11077                 possible to make the actions / scoring operate on the ignore
11078                 thread flag
11079
11080 2002-12-31 [christoph]  0.8.8claws27
11081
11082         * src/addrbook.c
11083         * src/addrindex.c
11084         * src/folder.c
11085         * src/matcher.c
11086         * src/prefs_account.c
11087         * src/prefs_actions.c
11088         * src/prefs_customheader.c
11089         * src/prefs_display_header.c
11090         * src/prefs_gtk.c
11091         * src/procmime.c
11092         * src/toolbar.c
11093         * src/xmlprops.c
11094         * src/common/prefs.[ch]
11095                 extend prefs file handling for reading and automatic handling
11096                 of blocks. When reading prefs_set_block_label will automatically
11097                 move on to the block. When writing it will copy all other blocks
11098                 automatically
11099
11100         * src/common/plugin.c
11101                 Now loading plugin filenames from [Plugins] block in
11102                 sylpheed rc file
11103
11104 2002-12-30 [christoph]  0.8.8claws26
11105
11106         * src/common/hooks.[ch]
11107                 return abort status to caller of hooks_invoke
11108                 
11109         * src/inc.[ch]
11110                 invoke message filtering hook and stop
11111                 default handling when filter returns abort
11112
11113         * src/common/plugin.[ch]
11114         * src/plugins/demo/demo.c
11115                 modify plugin loader, because resolving symbols for strings
11116                 does not work correctly
11117         
11118         * configure.in
11119         * ac/spamassassin.m4                            ** NEW **
11120         * src/plugins/spamassassin/.cvsignore           ** NEW **
11121         * src/plugins/spamassassin/Makefile.am          ** NEW **
11122         * src/plugins/spamassassin/README               ** NEW **
11123         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11124         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11125         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11126                 add spamassassin plugin, see src/plugins/spamassassin/README
11127                 for details
11128
11129 2002-12-29 [alfons]     0.8.8claws25
11130
11131         * src/mainwindow.c
11132                 when moving focus from a message view to the main 
11133                 window, don't forget to select the summary node
11134                 of the displayed message. should fix "[ 659103 ] 
11135                 focus-follows-mouse confuses sylpheed"
11136
11137 2002-12-29 [christoph]  0.8.8claws24
11138
11139         * src/Makefile.am
11140         * src/stringtable.[ch]          ** REMOVE **
11141         * src/common/Makefile.am
11142         * src/common/stringtable.[ch]   ** NEW **
11143                 move stringtable files to common directory
11144
11145 2002-12-29 [christoph]  0.8.8claws23
11146
11147         * src/Makefile.am
11148         * src/menu.[ch]                 ** REMOVE **
11149         * src/gtk/Makefile.am
11150         * src/gtk/menu.[ch]             ** NEW **
11151                 move menu files to gtk directory
11152
11153 2002-12-29 [match]      0.8.8claws22
11154
11155         * src/addressbook.c
11156         * src/syldap.c
11157                 moved UI specific code out of LDAP code into addressbook
11158                 UI code. fixed memory leak.
11159
11160 2002-12-29 [christoph]  0.8.8claws21
11161
11162         * src/folder.c
11163                 only check for IGNORED parent message when message is
11164                 not IGNORED itself
11165
11166 2002-12-29 [alfons]     0.8.8claws20
11167
11168         * src/summaryview.c
11169                 set gtksctree's anchor correct (immediate execute
11170                 changes the tree's layout, and anchor points at 
11171                 the incorrect row). fixes "[ 657233 ] multiple msg 
11172                 delete sometimes off by 1".
11173                 we probably have to look for more tree layout /
11174                 anchor glitches.
11175
11176 2002-12-29 [paul]       0.8.8claws19
11177
11178         * src/summaryview.c
11179                 fix bug [ 659054 ] incorrect sorting of 'From' column
11180                 when using 'display sender using address book'
11181                 thanks to Alfons and Luke Plant
11182
11183 2002-12-29 [christoph]  0.8.8claws18
11184
11185         * src/folder.c
11186         * src/procmsg.[ch]
11187                 check parent messages for IGNORE THREAD flag, when adding,
11188                 moving or copying messages to a folder
11189
11190 2002-12-27 [alfons]     0.8.8claws17
11191
11192         re-organize matcher part 5; more to come
11193
11194         * src/matcher.c
11195                 hash keywords in matchparser_tab 
11196
11197 2002-12-27 [alfons]     0.8.8claws16
11198
11199         re-organize matcher part 4; more to come
11200
11201         * src/matcher_parser.h
11202         * src/matcher_parser_lex.l
11203         * src/matcher_parser_parse.y
11204                 cleanup
11205
11206 2002-12-27 [alfons]     0.8.8claws15
11207
11208         re-organize matcher part 3; more to come
11209
11210         * src/matcher.[ch]
11211                 cleanup
11212
11213 2002-12-27 [alfons]     0.8.8claws14
11214
11215         re-organize matcher part 2; more to come but this should
11216         work. cc me if there are any regressions.
11217
11218         * src/matcher.h
11219                 add prototype for get_matchparser_tab_id()
11220         * src/matcher_parser_lex.l
11221                 look up keywords using matchparser_tab_id();
11222
11223 2002-12-27 [alfons]     0.8.8claws12
11224
11225         re-organize matcher part 1
11226
11227         * src/matcher.h
11228                 map yacc generated constants to sylpheed matcher constants
11229         * src/matcher.c
11230                 add function to find a matcher constant from a string
11231
11232 2002-12-27 [christoph]  0.8.8claws11
11233
11234         * src/compose.c
11235                 MENUITEM_ADD casts the 4th argument from integer to pointer
11236                 so it probably should not be a pointer, this means we
11237                 should use account id for it and not the account's pointer
11238
11239 2002-12-27 [paul]       0.8.8claws10
11240
11241         * src/mainwindow.c
11242                 remove unneeded 'GtkWidget *vbox'
11243                 
11244         * src/summaryview.c
11245                 further sync with 0.8.8 - make sort
11246                 by recipient work as expected
11247                 
11248         * NEWS
11249                 sync with 0.8.8
11250
11251 2002-12-27 [paul]       0.8.8claws9
11252
11253         * po/pt_BR.po
11254                 updated by Ivan F. Martinez
11255                 
11256 2002-12-27 [darko]      0.8.8claws8
11257
11258         * src/common/utils.c
11259                 added locked pattern to extended search
11260
11261 2002-12-27 [alfons]     0.8.8claws7
11262
11263         * src/prefs_matcher.[ch]
11264                 clean up
11265
11266 2002-12-26 [alfons]     0.8.8claws6
11267
11268         * src/matcher.[ch]
11269         * src/matcher_parser_lex.l
11270         * src/matcher_parser_parse.y
11271         * src/prefs_matcher.c
11272                 allow color label as a condition in the matcher
11273
11274 2002-12-26 [oliver]     0.8.8claws5
11275         
11276         * src/toolbar.c 
11277                 enable Addressbook for Main and Messageview
11278         * src/prefs_actions.c
11279                 enable actions in Messageview
11280
11281 2002-12-26 [christoph]  0.8.8claws4
11282
11283         * src/common/plugin.c
11284                 add a little debug output
11285         * configure.in
11286         * src/plugins/demo/Makefile.am
11287                 better use of automake
11288
11289 2002-12-26 [christoph]  0.8.8claws3
11290
11291         * src/Makefile.am
11292         * src/common/Makefile.am
11293                 fix "make distdir"
11294
11295 2002-12-26 [christoph]  0.8.8claws2
11296
11297         * configure.in
11298                 sort configure checks into common / gtk / plugins
11299         * po/POTFILES.in
11300                 add src/prefs_gtk.c
11301         * src/Makefile.am
11302                 add plugins SUBDIR
11303         * src/main.c
11304         * src/common/sylpheed.[ch]
11305                 added now sylpheed_done function for shutdown
11306         * src/common/Makefile.am
11307         * src/common/plugin.[ch]                ** NEW **
11308                 plugin loader and unloader
11309         * src/plugins/.cvsignore                ** NEW **
11310         * src/plugins/Makefile.am               ** NEW **
11311                 build plugins
11312         * src/plugins/demo/.cvsignore           ** NEW **
11313         * src/plugins/demo/Makefile.am          ** NEW **
11314         * src/plugins/demo/demo.c               ** NEW **
11315                 small demo plugin that installs a logtext hook and
11316                 outputs the log text to stdout
11317
11318 2002-12-26 [paul]       0.8.8claws1
11319
11320         * po/es.po
11321                 updated by Ricardo Mones Lastra
11322
11323 2002-12-26 [paul]       0.8.8claws
11324
11325         * 0.8.8claws released
11326
11327 2002-12-26 [paul]       0.8.7claws12
11328
11329         * po/bg.po
11330                 updated by George Danchev
11331
11332 2002-12-26 [paul]       0.8.7claws11
11333
11334         * po/POTFILES.in
11335                 remove unneeded 'src/prefs.c' entry 
11336
11337 2002-12-26 [paul]       0.8.7claws10
11338
11339         * src/codeconv.c
11340           src/mainwindow.c
11341                 sync with 0.8.8 release
11342         
11343         * src/folder.[ch]
11344           src/mh.c
11345           src/summaryview.c
11346                 partial sync with 0.8.8 release
11347         
11348
11349 2002-12-25 [alfons]     0.8.7claws9
11350
11351         * src/matcher.[ch]
11352         * src/matcher_parser_lex.l
11353         * src/matcher_parser_parse.y
11354         * src/prefs_matcher.c
11355                 add locked flag to possible filtering / matcher 
11356                 conditions (also a good example what should be
11357                 done to add a simple boolean condition)
11358
11359 2002-12-25 [christoph]  0.8.7claws8
11360
11361         * src/Makefile.am
11362         * src/account.[ch]
11363         * src/addrbook.c
11364         * src/addressbook.c
11365         * src/addrindex.c
11366         * src/filtering.c
11367         * src/folder.c
11368         * src/matcher.c
11369         * src/prefs.[ch]                ** REMOVE **
11370         * src/prefs_account.c
11371         * src/prefs_actions.c
11372         * src/prefs_common.c
11373         * src/prefs_customheader.c
11374         * src/prefs_display_header.c
11375         * src/prefs_filtering.c
11376         * src/prefs_folder_item.c
11377         * src/prefs_gtk.[ch]            ** NEW **
11378         * src/prefs_matcher.c
11379         * src/prefs_scoring.c
11380         * src/prefs_summary_column.c
11381         * src/procmime.c
11382         * src/selective_download.c
11383         * src/toolbar.c
11384         * src/common/Makefile.am
11385         * src/common/prefs.[ch]         ** NEW **
11386                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11387
11388 2002-12-24 [alfons]     0.8.7claws7
11389
11390         * src/summaryview.c
11391                 summary_thread_build(): fix real cause of the crash mentioned in
11392                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11393                 this way we get meaningful ctree nodes 
11394
11395 2002-12-24 [oliver]     0.8.7claws6
11396
11397         * src/mainwindow.[ch]
11398         * src/messageview.[ch]
11399         * src/compose.[ch]
11400         * src/inc.c
11401         * src/summaryview.c
11402                 changes to use updated toolbar handling
11403                 
11404 2002-12-24 [oliver]     0.8.7claws5
11405
11406         * src/toolbar.[ch]
11407                 generic toolbar handling
11408                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11409         * src/prefs_toolbar.[ch]
11410                 adjust to handling
11411         
11412 2002-12-24 [oliver]     0.8.7claws4
11413         
11414         * src/stock_pixmap.[ch]
11415                 move SYLPHEED_LOGO to end of list in order 
11416                 to remove it from Custom Toolbar`s Icon View
11417
11418 2002-12-24 [alfons]     0.8.7claws3
11419
11420         * src/summaryview.c
11421                 summary_thread_build(): fix crash because of focus != selection 
11422                 after threading. when deleting the selection, gtk tries but fails 
11423                 to find the correct focusable element. we now force the selection
11424                 to be focused. this should solve the infamous bug reported by 
11425                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11426                 a test case is available. 
11427
11428 2002-12-24 [darko]      0.8.7claws2
11429
11430         * src/summaryview.c
11431                 don't crash when unmarking message with unread children
11432
11433 2002-12-23 [christoph]  0.8.7claws1
11434
11435         * src/Makefile.am
11436         * src/common/Makefile.am
11437                 update Makefiles for moved intl.h, version.h and defs.h
11438         * src/imap.c
11439                 rewrite imap_session_get to avoid duplicate code
11440
11441 2002-12-23 [paul]       0.8.7claws
11442
11443         * Santa-Claws released
11444         
11445         * po/hu.po
11446           po/ru.po
11447                 squeeze in updated Hungarian and Russian translations.
11448                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11449
11450 2002-12-23 [paul]       0.8.6claws129
11451
11452         * po/pl.po
11453                 updated by Witold Wladyslaw Wojciech Wilk
11454
11455 2002-12-23 [paul]       0.8.6claws128
11456
11457         * src/quote_fmt_parse.y
11458                 fix typo and add licence header
11459
11460 2002-12-23 [paul]       0.8.6claws127
11461
11462         * po/en_GB.po
11463                 updated
11464
11465 2002-12-23 [paul]       0.8.6claws126
11466
11467         * po/it.po
11468                 updated translation, submitted by Alessandro Maestri
11469                 
11470 2002-12-23 [paul]       0.8.6claws125
11471
11472         * src/quote_fmt_parse.y
11473                 fix signature-stripping on replies bug. match
11474                 '-- \n' and not '-- '.
11475
11476 2002-12-22 [paul]       0.8.6claws124
11477
11478         * po/bg.po
11479           po/es.po
11480           po/sr.po
11481                 updated translations. submitted by George Danchev,
11482                 Ricardo Mones Lastra, and Urke MMI respectively
11483
11484 2002-12-21 [paul]       0.8.6claws123
11485
11486         * src/addrbook.c
11487                 fix coding style
11488
11489 2002-12-21 [paul]       0.8.6claws122
11490
11491         * src/addrbook.c
11492                 fix bug [643638] where if a person is in one or more
11493                 addressbook groups editing that person's email 
11494                 address results in removal from those groups.
11495                 Patch submitted by Luke Plant.
11496
11497 2002-12-20 [christoph]  0.8.6claws121
11498
11499         * src/common/utils.c
11500         * src/summaryview.c
11501                 reimplement expand_search_string using GString to
11502                 prevent crashs caused by miscalculated string
11503                 lengths reported by Paul
11504
11505 2002-12-20 [christoph]  0.8.6claws120
11506
11507         * src/summaryview.c
11508                 don't use "changed" to check if op_count has to be changed as it
11509                 is also set when the message has unread children
11510                 (closes bug [ 653221 ] crash while deleting duplicates)
11511
11512 2002-12-20 [paul]       0.8.6claws119
11513
11514         * sync with 0.8.6cvs27
11515                 see ChangeLog 2002-12-20
11516
11517 2002-12-20 [paul]       0.8.6claws118
11518
11519         * sync with 0.8.6cvs26
11520                 see ChangeLog 2002-12-19 and 2002-12-20
11521
11522 2002-12-19 [alfons]     0.8.6claws117
11523
11524         * src/textview.c
11525                 fix incorrect parsing of email addresses, submitted by 
11526                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11527                 name display if it contains @".
11528
11529 2002-12-18 [paul]       0.8.6claws116
11530
11531         * sync with 0.8.6cvs23
11532                 see ChangeLog 2002-12-18
11533
11534 2002-12-18 [paul]       0.8.6claws115
11535
11536         * src/Makefile.am
11537         * src/account.c
11538         * src/codeconv.c
11539         * src/gtkutils.[ch]
11540         * src/imap.c
11541                 sync with 0.8.6cvs22.
11542                 see ChangeLog 2002-12-17 and 2002-12-18
11543
11544 2002-12-17 [christoph]  0.8.6claws114
11545
11546         * src/imap.c
11547                 o don't create a session if imap greeting fails
11548                 o don't close socket when authentication fails
11549                   this is done by imap_session_destroy
11550
11551 2002-12-17 [thorsten]   0.8.6claws113
11552
11553         * tools/Makefile.am
11554           tools/README
11555           tools/google_msgid.pl ** NEW FILE **
11556                 Added "search for message-id" script and doc
11557
11558 2002-12-17 [thorsten]   0.8.6claws112
11559
11560         * po/hu.po
11561                 Updated hungarian translation
11562                 (updated by Gal Zoltan)
11563
11564 2002-12-16 [christoph]  0.8.6claws111
11565
11566         * src/addr_compl.c
11567                 remove stupid addressbook dump to debug output
11568         * src/mh.c
11569                 fix memory leak found by Hiro
11570
11571 2002-12-14 [paul]       0.8.6claws110
11572
11573         * src/compose.c
11574                 fix menubar sensitivity on send
11575                 
11576         * src/prefs_filtering.c
11577         * src/prefs_matcher.c
11578         * src/prefs_scoring.c
11579                 Fix english ;)
11580                 
11581         * src/common/quoted-printable.h
11582                 sync: fix typo
11583         
11584 2002-12-13 [christoph]  0.8.6claws109
11585
11586         * src/Makefile.am
11587         * src/manage_window.[ch]        ** REMOVE **
11588         * src/gtk/Makefile.am
11589         * src/gtk/manage_window.[ch]    ** NEW **
11590                 move manage_window files to gtk directory
11591
11592 2002-12-13 [christoph]  0.8.6claws108
11593
11594         * src/Makefile.am
11595         * src/gtkshruler.[ch]           ** REMOVE **
11596         * src/gtk/Makefile.am
11597         * src/gtk/gtkshruler.[ch]       ** NEW **
11598                 move gtkshruler files to gtk directory
11599
11600 2002-12-13 [christoph]  0.8.6claws107
11601
11602         * src/Makefile.am
11603         * src/compose.c
11604         * src/gtkstext.[ch]             ** REMOVE **
11605         * src/gtkutils.[ch]
11606         * src/textview.c
11607         * src/gtk/gtkstext.[ch]         ** NEW **
11608         * src/gtk/Makefile.am
11609                 o move stext functions to gtkstext.c to remove
11610                   dependency of gtkutils
11611                 o move gtkstext files to gtk directory
11612
11613         * src/gtk/Makefile.am
11614         * src/gtk/sslcertwindow.[ch]
11615                 UI stuff can always depend on common code so
11616                 it's ok to add ../common to include path
11617
11618 2002-12-13 [colin]      0.8.6claws106
11619
11620         * src/summaryview.c
11621                 Disconnect sighandlers for mainwindow when
11622                 quicksearch has the focus
11623                 Fix bug #653231
11624         * src/mainwindow.[ch]
11625                 Make key_pressed callback public, to be able
11626                 to disconnect it
11627
11628 2002-12-13 [christoph]  0.8.6claws105
11629
11630         * src/mh.c
11631                 create .mh_sequences file in new MH folders
11632                 (closes feature request [ 523162 ] MH folders should
11633                  get a .mh_sequences)
11634
11635 2002-12-13 [colin]      0.8.6claws104
11636
11637         * src/summaryview.c
11638                 Better handling of quicksearch show/hide
11639                 (basically the button stays under the mouse 
11640                  when toggled)
11641
11642 2002-12-13 [paul]       0.8.6claws103
11643
11644         * sync with 0.8.6cvs17
11645                 see ChangeLog 2002-12-13
11646
11647 2002-12-13 [paul]       0.8.6claws102
11648
11649         * po/es.po
11650                 updated by Ricardo Mones Lastra
11651
11652 2002-12-11 [colin]       0.8.6claws101
11653
11654         * src/folder.c
11655                 remove statusbar stuff
11656           src/folderview.c
11657                 set statusbar verbosity when moving folders
11658
11659 2002-12-11 [colin]       0.8.6claws100
11660         * src/prefs_filtering.c
11661         * src/prefs_matcher.c
11662         * src/prefs_scoring.c
11663                 Fix english ;)
11664
11665 2002-12-11 [colin]       0.8.6claws99
11666
11667         * src/prefs_common.[ch]
11668                 Add summary_quicksearch_type
11669         * src/summaryview.c
11670                 Save last used quicksearch type
11671
11672 2002-12-11 [jens]       0.8.6claws98
11673         * src/prefs_filtering.c
11674         * src/prefs_matcher.c
11675         * src/prefs_scoring.c
11676                 added dialog for incomplete rules in scoring, filtering and
11677                 matcher to ask wheather really close
11678
11679 2002-12-11 [colin]      0.8.6claws97
11680
11681         * src/folder.c
11682                 Fix folder dnd statusbar logging
11683
11684 2002-12-10 [christoph]  0.8.6claws96
11685
11686         * src/compose.c
11687         * src/folder.c
11688         * src/imap.c
11689         * src/inc.c
11690         * src/main.c
11691         * src/mainwindow.c
11692         * src/news.c
11693         * src/send.c
11694         * src/statusbar.[ch]
11695         * src/common/hooks.c
11696         * src/common/log.[ch]
11697                 o handle verbose logging in statusbar directly in statusbar code
11698                   and common code does not need any knowledge about a statusbar
11699                 o remove direct calls to statusbar_(puts|pop)_all functions
11700
11701 2002-12-10 [jens]       0.8.6claws95
11702
11703         * src/*.c
11704                 removed gettext from g_warnings
11705         * po/POTFILES.in
11706                 cleaned and updated
11707         * po/de.po
11708                 updated
11709
11710 2002-12-10 [colin]      0.8.6claws94
11711
11712         * src/main.c
11713                 finish crash dialog fix
11714
11715 2002-12-10 [colin]      0.8.6claws93
11716
11717         * src/main.c
11718                 "Fix" "sylpheed already running" instead of
11719                 crash dialog appearing after a crash
11720
11721 2002-12-10 [colin]      0.8.6claws92
11722
11723         * po/POTFILES.in
11724                 add src/gtk/sslcertwindow.c
11725
11726 2002-12-10 [paul]       0.8.6claws91
11727
11728         * po/POTFILES.in
11729                 updated to reflect recent changes
11730                 submitted by Alessandro Maestri
11731
11732 2002-12-09 [christoph]  0.8.6claws90
11733
11734         * src/Makefile.am
11735         * src/smtp.[ch]                 ** REMOVE **
11736         * src/common/Makefile.am
11737         * src/common/smtp.[ch]          ** NEW **
11738                 move smtp files to common directory
11739
11740 2002-12-09 [christoph]  0.8.6claws89
11741
11742         * src/Makefile.am
11743         * src/session.[ch]              ** REMOVE **
11744         * src/common/Makefile.am
11745         * src/common/session.[ch]       ** NEW **
11746                 move session files to common directory
11747
11748 2002-12-09 [paul]       0.8.6claws88
11749
11750         * src/account.c
11751                 fix bug [649746] edit accounts: move account reverted
11752                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11753
11754 2002-12-09 [colin]      0.8.6claws87
11755
11756         * src/ssl_certificate.c
11757                 cleanup
11758
11759 2002-12-09 [colin]      0.8.6claws86
11760
11761         * src/ssl.c
11762                 Try to open the cert.pem database and 
11763                 issue a warning if it isn't there
11764
11765 2002-12-09 [colin]      0.8.6claws85
11766
11767         * src/common/ssl_certificate.c
11768         * src/gtk/sslcertwindow.c
11769                 Warning fixes
11770
11771 2002-12-09 [colin]      0.8.6claws84
11772
11773         * src/ssl_certificate.[ch] ** REMOVED **
11774         * src/common/ssl_certificate.[ch] ** NEW **
11775         * src/Makefile.am
11776         * src/common/Makefile.am
11777                 Moved ssl_certificate.[ch] to common
11778         * src/common/ssl.c 
11779                 Put back needed include
11780         * src/gtk/sslcertwindow.[ch]
11781                 Changed ssl_certificate.h include
11782         
11783 2002-12-09 [colin]      0.8.6claws83
11784
11785         * src/gtk/sslcertwindow.[ch]
11786                 Implement hook for certificate acception
11787         * src/ssl_certificate.[ch]
11788                 Implement hook for certificate acception
11789         * src/common/ssl.c
11790                 Reenable certificate acception check
11791         * src/mainwindow.c
11792                 Register sslcertwindow's hook
11793         
11794 2002-12-08 [christoph]  0.8.6claws82
11795
11796         * src/about.c
11797         * src/addr_compl.c
11798         * src/codeconv.c
11799         * src/manual.c
11800         * src/undo.c
11801         * src/common/utils.c
11802                 o add missing includes
11803                 o fix warnings
11804         * src/.cvsignore
11805         * src/common/.cvsignore
11806         * src/common/version.h          ** REMOVE **
11807                 remove autogenerated file
11808
11809 2002-12-08 [paul]       0.8.6claws81
11810
11811         * src/stringtable.c
11812                 put back needed include
11813
11814 2002-12-08 [colin]      0.8.6claws80
11815         
11816         * src/gtk/sslcertwindow.c
11817                 Cleaner popups when asking
11818         * src/ssl_certificate.c
11819         * src/prefs_common.[ch]
11820                 remove ssl certificate pref
11821                 put back needed include
11822         * src/undo.c
11823                 put back needed include
11824
11825 2002-12-08 [christoph]  0.8.6claws79
11826
11827         * src/folderview.c
11828         * src/logwindow.c
11829         * src/statusbar.c
11830         * src/summaryview.c
11831                 only abort hook invokation if required data is missing not
11832                 if our own data pointer is NULL, update hookfunction for
11833                 log window
11834
11835 2002-12-08 [paul]       0.8.6claws78
11836
11837         * src/about.c
11838         * src/addrcache.c
11839         * src/addrclip.c
11840         * src/addr_compl.c
11841         * src/addrselect.c
11842         * src/codeconv.c
11843         * src/colorlabel.c
11844         * src/enriched.c
11845         * src/esmtp.c
11846         * src/exporthtml.c
11847         * src/headerview.c
11848         * src/imageview.c
11849         * src/manual.c
11850         * src/noticeview.c
11851         * src/pgptext.c
11852         * src/scoring.c
11853         * src/sourcewindow.c
11854         * src/stringtable.c
11855         * src/undo.c
11856                 clean up: remove unneccesary includes
11857
11858 2002-12-08 [christoph]  0.8.6claws77
11859
11860         * src/folderview.c
11861         * src/statusbar.c
11862         * src/summaryview.c
11863         * src/common/hooks.[ch]
11864                 hook functions now have a gboolean return value, if a hook
11865                 returns TRUE it will stop executing of any more hooks in
11866                 the same hooklist for this invokation
11867
11868 2002-12-08 [colin]      0.8.6claws76
11869         
11870         * src/main.c
11871                 put back argv0 for CRASH_DIALOG
11872
11873 2002-12-08 [christoph]  0.8.6claws75
11874
11875         * src/Makefile.am
11876         * src/about.c
11877         * src/account.c
11878         * src/crash.c
11879         * src/esmtp.h
11880         * src/imap.[ch]
11881         * src/inc.c
11882         * src/main.c
11883         * src/mainwindow.c
11884         * src/news.c
11885         * src/pop.[ch]
11886         * src/prefs_account.[ch]
11887         * src/prefs_common.[ch]
11888         * src/send.[ch]
11889         * src/smtp.[ch]
11890         * src/ssl_certificate.[ch]
11891         * src/ssl_manager.[ch]
11892         * src/common/Makefile.am
11893         * src/common/log.c
11894         * src/common/nntp.[ch]
11895         * src/common/socket.[ch]
11896         * src/common/ssl.[ch]
11897         * src/gtk/sslcertwindow.[ch]
11898         * ac/openssl.m4
11899                 use new autoconf script to detect OpenSSL with extra parameters
11900                 to specify the location of libs and includes, also remove USE_SSL
11901                 to USE_OPENSSL
11902
11903         * src/common/sylpheed.[ch]
11904         * src/common/version.h.in
11905                 start seperation of common code initialization seperated from gui
11906
11907         * src/summaryview.c
11908                 The function that is called when a color label changes
11909                 should not change the color lable again
11910
11911 2002-12-08 [colin]      0.8.6claws74
11912
11913         * src/gtk/sslcertwindow.c
11914                 warning fixes
11915
11916 2002-12-08 [colin]      0.8.6claws73
11917
11918         * src/statusbar.c
11919           src/common/log.h
11920                 Register a hook for statusbar_puts_all
11921         * src/common/log.c
11922                 invoke statusbar_puts_all's hook
11923         
11924 2002-12-08 [colin]      0.8.6claws72
11925
11926         * src/ssl_certificate.c
11927                 Put back a badly-removed include
11928
11929 2002-12-08 [colin]      0.8.6claws71
11930
11931         * src/gtk/sslcertwindow.[ch]    ** NEW **
11932                 new certificate presentation
11933         * src/gtk/Makefile.am
11934                 add new files
11935         * src/ssl_certificate.[ch]
11936                 gtk cleanup, made utility functions public
11937         * src/ssl_manager.c
11938                 use new cert presentation
11939
11940 2002-12-07 [christoph]  0.8.6claws70
11941
11942         * src/Makefile.am
11943         * src/nntp.[ch]                 ** REMOVE **
11944         * src/common/Makefile.am
11945         * src/common/nntp.[ch]          ** NEW **
11946                 move nntp files to common directory
11947
11948 2002-12-07 [christoph]  0.8.6claws69
11949
11950         * src/procmsg.[ch]
11951         * src/summaryview.c
11952                 implement msginfo update callback using sylpheed's new
11953                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11954
11955 2002-12-06 [christoph]  0.8.6claws68
11956
11957         * src/editgroup.c
11958                 This patch changes the 'Edit Group Details' dialog to
11959                 allow extended selections in either pane, so that
11960                 addresses can be added or removed from a group more
11961                 quickly and easily. (it actually is a net decrease in
11962                 file size, as some unnecessary functions have been
11963                 removed). 
11964                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11965
11966 2002-12-06 [christoph]  0.8.6claws67
11967
11968         * src/Makefile.am
11969         * src/template.[ch]             ** REMOVE **
11970         * src/common/Makefile.am
11971         * src/common/template.[ch]      ** NEW **
11972                 move template files to common directory
11973
11974         * src/nntp.c
11975                 add missing log.h include
11976
11977 2002-12-06 [melvin]     0.8.6claws66
11978
11979         * src/prefs_actions.c
11980                 Added the trailing ">" syntax to insert command's output
11981                 without replacing old text (in contrast to trailing "|").
11982
11983 2002-12-05 [colin]      0.8.6claws65
11984         
11985         * src/common/utils.c
11986                 Don't modify original search_string or it'll change
11987                 the next iterations in the for()
11988
11989 2002-12-05 [darko]      0.8.6claws64
11990
11991         * src/common/utils.c
11992                 proper check for filtering commands, found by Colin
11993
11994 2002-12-05 [darko]      0.8.6claws63
11995
11996         * src/common/utils.c
11997                 check proper string for NULL pointer, found by Colin
11998
11999 2002-12-05 [darko]      0.8.6claws62
12000
12001         * src/common/utils.[ch]
12002                 expand_search_string(): new function
12003                 converts Mutt-like patterns to Sylpheed's
12004                 filtering engine
12005         * src/summaryview.c
12006                 use expand_search_string() to allow Mutt-like
12007                 patterns in extended search
12008         * README.claws
12009                 document extended option in quick search
12010
12011 2002-12-05 [paul]       0.8.6claws61
12012
12013         * sync with 0.8.6cvs16
12014                 see ChangeLog 2002-12-05
12015                 
12016         * po/POTFILES.in
12017                 clean up
12018
12019 2002-12-04 [christoph]  0.8.6claws60
12020
12021         * src/imap.[ch]
12022                 put imap authentication code into a new function and
12023                 remove it from imap_session_new that will allow to
12024                 send other commands before authentication
12025
12026 2002-12-04 [christoph]  0.8.6claws59
12027
12028         * src/imap.[ch]
12029                 use already existing method to prevent unneeded IMAP
12030                 folder selects. Set imap_select parameters to NULL
12031                 in some functions if the values are not required.
12032
12033         * src/xml.h
12034                 remove no longer required include
12035
12036 2002-12-04 [paul]       0.8.6claws58
12037
12038         * po/es.po
12039                 updated by Ricardo Mones Lastra
12040                 
12041         * configure.in
12042           po/hu.po      ** NEW FILE **
12043                 initial Hungarian translation, submitted
12044                 by Gál Zoltán <galzoli@hu.inter.net>
12045
12046 2002-12-03 [christoph]  0.8.6claws57
12047
12048         * src/Makefile.am
12049         * src/gtksctree.[ch]            ** REMOVE **
12050         * src/gtk/Makefile.am
12051         * src/gtk/gtksctree.[ch]        ** NEW **
12052                 move gtksctree files to gtk directory
12053
12054 2002-12-03 [christoph]  0.8.6claws56
12055
12056         * src/Makefile.am
12057         * src/md5.[ch]                  ** REMOVE **
12058         * srm/common/Makefile.am
12059         * src/common/md5.[ch]           ** NEW **
12060                 move md5 files to common directory
12061
12062         * src/gtkstext.c
12063                 remove not required #include
12064
12065 2002-12-03 [sergey]     0.8.6claws55
12066
12067         * src/gtkutils.c
12068         * src/gtkutils.h
12069                 gtkut_window_popup(): new function.
12070         * src/mainwindow.c
12071                 main_window_popup(): use gtkut_window_popup() to raise
12072                 window without changing its position.
12073                 (see sylpheed-main ML message [sylpheed:17247])
12074
12075 2002-12-03 [sergey]     0.8.6claws54
12076
12077         * src/send.c
12078                 send_message_local(): removed first-dot escaping
12079                 (SMTP-only, not needed for sending through pipe)
12080
12081 2002-12-03 [paul]       0.8.6claws53
12082
12083         * po/POTFILES.in
12084                 update to reflect recent changes (thanks
12085                 to Ricardo Mones Lastra)
12086                 
12087         * tools/filter_conv.pl
12088                  fix problem with quoted strings. Patch submitted
12089                  by Luke Plant <lukeplant@softhome.net>
12090
12091 2002-12-03 [paul]       0.8.6claws52
12092
12093         * sync with 0.8.6cvs15
12094                 see ChangeLog 2002-12-03
12095
12096 2002-12-02 [christoph]  0.8.6claws51
12097
12098         * src/logwindow.[ch]
12099         * src/common/log.[ch]
12100                 implement logging using a hook function
12101
12102         * src/folderview.c
12103         * src/folder.[ch]
12104                 define hooklist name in header file to avoid
12105                 errors caused by wrong spelling of hooklist names
12106
12107         * src/toolbar.c
12108                 fix warnings
12109
12110 2002-12-02 [christoph]  0.8.6claws50
12111
12112         * src/common/Makefile.am
12113                 add src/common/hooks.[ch]
12114
12115         * src/common/hooks.[ch]
12116                 implement a simple hook system using glib's hook functions
12117
12118         * src/folder.[ch]
12119         * src/folderview.c
12120                 use new hook system for folder item updates
12121
12122 2002-12-02 [christoph]  0.8.6claws49
12123
12124         * doc-src/ui_seperation.txt     ** NEW **
12125                 information for ui seperation
12126
12127         * src/Makefile.am
12128                 remove files that were moved to common
12129                 include common directory by default for the header files
12130
12131         * src/inc.c
12132         * src/common/socket.c
12133         * src/automaton.[ch]
12134                 implement automaton using g_io_*-functions instead of
12135                 gdk_input_add to make it ui independent
12136
12137         * src/codeconv.c
12138         * src/compose.c
12139         * src/ldif.c
12140         * src/pgptext.c
12141         * src/procmime.c
12142         * src/rfc2015.c
12143         * src/smtp.c
12144         * src/unmime.c
12145                 remove common/ prefix because directory is now in
12146                 include path
12147
12148         * src/compose.c
12149         * src/folder.c
12150         * src/folderview.c
12151         * src/mainwindow.c
12152         * src/messageview.c
12153         * src/prefs_common.c
12154         * src/procmsg.c
12155         * src/rfc2015.c
12156                 fix warnings
12157
12158         * src/imap.c
12159         * src/inc.c
12160         * src/news.c
12161         * src/pop.c
12162         * src/send.c
12163         * src/smtp.c
12164         * src/ssl_certificate.c
12165                 add log.h header file for logging functions
12166
12167         * src/main.c
12168         * src/common/utils.c
12169         * src/summaryview.c
12170         * src/xml.c
12171                 o move debug_mode to common/utils.c
12172                 o add functions to set and get debug_mode
12173
12174         * src/defs.h                    ** REMOVE **
12175         * src/intl.h                    ** REMOVE **
12176         * src/socket.[ch]               ** REMOVE **
12177         * src/ssl.[ch]                  ** REMOVE **
12178         * src/utils.[ch]                ** REMOVE **
12179                 replaced by new files in src/common/
12180         
12181         * src/common/Makefile.am
12182                 add new files in src/common/
12183
12184         * src/common/defs.h             ** NEW **
12185         * src/common/intl.h             ** NEW **
12186         * src/common/log.[ch]           ** NEW **
12187         * src/common/socket.[ch]        ** NEW **
12188         * src/common/ssl.[ch]           ** NEW **
12189         * src/common/utils.[ch]         ** NEW **
12190                 replacement for files in src/
12191
12192 2002-12-02 [colin]      0.8.6claws48
12193
12194         * src/folderview.c
12195                 Scroll folderview if necessary during dnd
12196
12197 2002-12-02 [colin]      0.8.6claws47
12198
12199         * src/folder.[ch]
12200                 Add check to verify a move is within a single mailbox
12201         * src/folderview.c
12202                 Add specific error string for this check
12203
12204 2002-12-02 [colin]      0.8.6claws46
12205
12206         * src/folder.c
12207                 Add a test to folder moving, remove a statusbar_print
12208         * src/folderview.c
12209                 Add Move folder... context-menu item
12210                 Factorize folder moving code
12211                 Enable folder DND for mbox
12212
12213 2002-12-01 [christoph]  0.8.6claws45
12214
12215         * ac/aspell.m4
12216                 remove conf.aspelltest if the version check fails
12217
12218 2002-11-30 [christoph]  0.8.6claws44
12219
12220         * autogen.sh
12221                 run libtoolize --force in autogen to create missing
12222                 libtool scripts
12223
12224 2002-11-30 [christoph]  0.8.6claws43
12225
12226         * src/Makefile.am
12227         * src/pgptext.c
12228         * src/procmime.c
12229         * src/rfc2015.c
12230         * src/uuencode.[ch]             ** REMOVED **
12231         * src/common/Makefile.am
12232         * src/common/uuencode.[ch]      ** NEW **
12233                 move uuen/decoder to common directory
12234
12235 2002-11-30 [christoph]  0.8.6claws42
12236
12237         * src/Makefile.am
12238         * src/base64.[ch]               ** REMOVED **
12239         * src/codeconv.c
12240         * src/compose.c
12241         * src/ldif.c
12242         * src/pgptext.c
12243         * src/procmime.c
12244         * src/rfc2015.c
12245         * src/smtp.c
12246         * src/unmime.c
12247         * src/common/Makefile.am
12248         * src/common/base64.[ch]        ** NEW **
12249                 move base64 en/decoder to common directory
12250
12251 2002-11-30 [christoph]  0.8.6claws41
12252
12253         * src/common                    ** NEW **
12254                 new directory for UI independent code
12255         * src/gtk                       ** NEW **
12256                 new directory for GTK frontend
12257         * src/common/.cvsignore         ** NEW **
12258         * src/gtk/.cvsignore            ** NEW **
12259                 ignore build files
12260         * src/common/Makefile.am        ** NEW **
12261         * src/gtk/Makefile.am           ** NEW **
12262                 automake files to build new seperated stuff
12263         * src/Makefile.am
12264                 the binary will currently still be build with the
12265                 files in src, so we include the code from the
12266                 subdirs for now after building the libs there
12267
12268 2002-11-30 [paul]       0.8.6claws40
12269
12270         * src/compose.c
12271                 fix bug [642731] 'Wrong selected account with drafted mail'
12272
12273 2002-11-29 [oliver]     0.8.6claws39
12274         
12275         * src/messageview.c
12276                 o update summaryview when switching between different
12277                   messageviews          
12278         * src/toolbar.c  
12279                 o check if messageview holds already removed msg
12280                   from summaryview
12281                 
12282
12283 2002-11-29 [oliver]     0.8.6claws38
12284
12285         * src/toolbar.c 
12286                 remove not needed variables and includes
12287                 make messageview stay opened and move to next when msgs are deleted 
12288
12289 2002-11-29 [oliver]     0.8.6claws37
12290         
12291         * src/toolbar.c 
12292                 disable compose button (messageview toolbar) by default
12293                 deleted msgs are moved to trash
12294         
12295 2002-11-29 [melvin]     0.8.6claws36
12296
12297         * configure.in
12298                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12299                 and to detect signatures expirations (gpgme 0.3.6)
12300
12301         * src/main.c
12302                 Use non obsolescent function for Gpgme engine checking.
12303
12304         * src/rfc2015.c
12305                 Inform about expired signatures or signatures which key
12306                 has expired. Expiration date is displayed.
12307
12308         * src/sigstatus.c
12309                 Inform about expired signatures or signatures which key
12310                 has expired.
12311
12312 2002-11-28 [paul]       0.8.6claws35
12313
12314         * src/folderview.c
12315                 re-instate 'Check for new messages' in Newsgroup
12316                 folders right-click menu, after a suggestion from
12317                 Tim Mann <timmann@users.sourceforge.net>
12318
12319         * src/main.c
12320                 after a crash check only local folders for new
12321                 messages
12322
12323 2002-11-28 [paul]       0.8.6claws34
12324
12325         * configure.in
12326                 apply patch that fixes the checking of GTK with XIM 
12327                 support on different OSs, such as FreeBSD. Patch 
12328                 submitted by Topia <topia@users.sourceforge.net>
12329                 
12330 2002-11-28 [paul]       0.8.6claws33
12331
12332         * src/mainwindow.c
12333           src/prefs_common.c
12334           src/prefs_toolbar.c
12335                 more changes to the English
12336
12337 2002-11-28 [paul]       0.8.6claws32
12338
12339         * sync with 0.8.6cvs13
12340                 see ChangeLog 2002-11-28 (no sync needed
12341                 for src/compose.c)
12342
12343 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12344         
12345         * src/mainwindow.[ch]
12346                 add patch by Ivan F. Martinez introducing messageview Toolbar
12347                 some changes and committed by oliver    
12348
12349 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12350
12351         * src/messageview.[ch]
12352                 add patch by Ivan F. Martinez introducing messageview Toolbar
12353                 some changes and committed by oliver    
12354
12355 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12356
12357         * src/compose.[ch]
12358                 add patch by Ivan F. Martinez introducing messageview Toolbar
12359                 some changes and committed by oliver    
12360
12361 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12362         
12363         * src/toolbar.[ch]
12364                 add patch by Ivan F. Martinez introducing messageview Toolbar
12365                 some changes and committed by oliver
12366
12367 2002-11-28 [oliver]     0.8.6claws27
12368         
12369         * src/prefs_toolbar.[ch]
12370                 getting ready for messageview toolbar
12371                 free mem allocated by gettext
12372                 change prefs_toolbar to prefs_toolbar_open
12373  
12374 2002-11-28 [thorsten]   0.8.6claws26
12375
12376         * src/imageview.[ch]
12377                 cleaned up conflicting declarations of
12378                 imageview_show_image()
12379
12380 2002-11-28 [paul]       0.8.6claws25
12381
12382         * src/grouplistdialog.c
12383           src/prefs_common.c
12384           src/prefs_summary_column.c
12385                 a few more improvements to the English
12386
12387 2002-11-28 [colin]      0.8.6claws24
12388
12389         * man/sylpheed.1
12390                 A few updates to command-line parameters
12391
12392 2002-11-28 [colin]      0.8.6claws23
12393
12394         * src/prefs_filtering.c
12395                 Fix problems with prefs_filtering_delete_path:
12396                 a) if the first rule is removed, original pointers
12397                    weren't updated (leading to segfaults)
12398                 b) it was always global_processing updated in case
12399                    of removed path was parent of rule path
12400
12401 2002-11-27 [paul]       0.8.6claws22
12402
12403         * src/mainwindow.c
12404           src/prefs_account.c
12405           src/prefs_actions.c
12406           src/prefs_common.c
12407           src/prefs_customheader.c
12408           src/prefs_display_header.c
12409           src/prefs_filtering.c
12410           src/prefs_folder_item.c
12411           src/prefs_matcher.c
12412           src/prefs_scoring.c
12413           src/prefs_summary_column.c
12414           src/prefs_template.c
12415           src/prefs_toolbar.c
12416                  improve the English in the GUI
12417
12418 2002-11-27 [colin]      0.8.6claws21
12419
12420         * src/folder.c
12421                 Fix processing renaming problems happening after
12422                 last commit
12423
12424 2002-11-27 [colin]      0.8.6claws20
12425
12426         * src/folder.c
12427                 recursive move now deletes src each subfolder after 
12428                 having moved it
12429         * src/folderview.c
12430                 Use identifier instead of path during dnd (enables
12431                 IMAP folder dnd)
12432
12433 2002-11-27 [paul]       0.8.6claws19
12434
12435         * src/main.c
12436                 apply patch that does command-line processing 
12437                 BEFORE gtk_init, allowing claws to run from 
12438                 shell-scripts in non-X environment (e.g. crontab 
12439                 or ip-up, ip-down scripts). Patch submitted by
12440                 Ruslan N. Balkin <baron@dartel.ru>
12441                 
12442         * po/it.po
12443                 updated by Alessandro Maestri
12444
12445 2002-11-27 [paul]       0.8.6claws18
12446
12447         * sync with 0.8.6cvs12
12448           src/prefs_common.c
12449                 Differences are that main uses a 'Receive dialog'
12450                 frame on the Interface tab, whereas claws groups all 
12451                 the dialogs together in a 'Dialogs' frame.
12452
12453 2002-11-27 [colin]      0.8.6claws17
12454
12455         * src/prefs_matcher.c
12456                 Fix Execute criteria's NOT flag
12457
12458
12459 2002-11-26 [christoph]  0.8.6claws16
12460
12461         * src/ssl.c
12462                 rewrite the ssl code a little bit, only use one
12463                 SSL context, set default certificates' file/path
12464
12465 2002-11-26 [thorsten]   0.8.6claws15
12466
12467         * src/compose.c
12468                 default-reply-to didn't work for ml-reply
12469
12470 2002-11-26 [melvin]     0.8.6claws14
12471
12472         * src/prefs_actions.c
12473                 Made pipe-actions ignore short headers in message view
12474                 Made trailing-pipe-actions write in the message view with
12475                 the same font as the original message
12476
12477 2002-11-26 [paul]       0.8.6claws13
12478
12479         * src/compose.c
12480                 this time commit the correct file
12481
12482 2002-11-26 [paul]       0.8.6claws12
12483
12484         * sync with 0.8.6cvs11
12485           src/quote_fmt_parse.y  
12486                 no sync needed
12487           src/account.[ch]       
12488                 not sync'ed
12489           src/compose.c
12490                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12491                 on draft mode.
12492                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12493                 header
12494                 
12495         see ChangeLog 2002-11-25 and 2002-11-26
12496
12497 2002-11-26 [colin]      0.8.6claws11
12498
12499         * src/folderview.c
12500                 Fix collapsed folder not auto-expanding during
12501                 mail dnd, if it was the source folder.
12502
12503 2002-11-25 [colin]      0.8.6claws10
12504
12505         * src/folderview.[ch]
12506                 Variable renaming and cleaning (slist of nodes 
12507                 to be re-collapsed is stored in FolderView)
12508
12509 2002-11-25 [paul]       0.8.6claws9
12510
12511         * src/prefs_common.[ch]
12512                 fix breakage caused by last commit
12513
12514 2002-11-25 [paul]       0.8.6claws8
12515
12516         * sync with 0.8.6cvs4
12517                 see ChangeLog 2002-11-21
12518
12519 2002-11-25 [paul]       0.8.6claws7
12520
12521         * sync with 0.8.6cvs4
12522                 see ChangeLog 2002-11-20
12523
12524 2002-11-25 [paul]       0.8.6claws6
12525
12526         * sync with 0.8.6cvs3
12527                 see ChangeLog 2002-11-18
12528
12529 2002-11-25 [colin]      0.8.6claws5
12530
12531         * src/gtkutils.[ch]
12532                 Add gtkut_ctree_node_is_parent()
12533         * src/folderview.c
12534                 Spring-loaded folders
12535
12536 2002-11-25 [colin]      0.8.6claws4
12537
12538         * src/utils.[ch]
12539                 Add slist_concat_unique(), function to merge
12540                 two GSList filtering dups
12541         * src/folder.[ch]
12542         * src/summaryview.[ch]
12543         * src/folderview.c
12544         * src/main.c
12545                 Add detection/update/display of unread answers
12546                 to marked mails
12547         * src/procmsg.[ch]
12548                 Add procmsg_find_children()
12549                 Add procmsg_msg_has_marked_parent()
12550
12551 2002-11-25 [colin]      0.8.6claws3
12552
12553         * src/ssl_certificate.[ch]
12554                 Allow checking a certificate without a DNS
12555                 lookup
12556                 Allow to forget a cert (by deleting it)
12557                 Make ssl_certificate_destroy_public
12558         * src/ssl_manager.[ch] ** NEW FILES **
12559                 Gui to manage (display/remove) certificates
12560         * src/prefs_common.[ch]
12561                 Add a pref to allow silent acceptation of
12562                 trusted certificates or not (based on the
12563                 "I want to know what's going on" principle)
12564         * src/mainwindow.c
12565                 Add SSL manager in Tools menu
12566         * src/Makefile.am
12567                 Add the new files to the build
12568         * po/POTFILES.in
12569                 Add ssl_manager.c to translations
12570
12571 2002-11-25 [colin]      0.8.6claws2
12572
12573         * src/summaryview.[ch]
12574                 Add S_SEARCH_EXTENDED to the quick search, which 
12575                 allows to search using filtering syntax.
12576
12577 2002-11-25 [colin]      0.8.6claws1
12578
12579         * src/summaryview.c
12580                 Deletion of duplicates now prefer deleting
12581                 the unread dup (fixes feature-request 638989).
12582
12583 2002-11-24 [paul]       0.8.6claws
12584
12585         * po/es.po
12586           po/pl.po
12587           po/ru.po
12588           po/sr.po
12589                 updated by Ricardo Mones Lastra,
12590                 Witold Wladyslaw Wojciech Wilk,
12591                 Ruslan N. Balkin, and  Urke MMI 
12592                 respectively
12593
12594 2002-11-24 [paul]       0.8.5claws182
12595
12596         * po/bg.po
12597                 updated by George Danchev
12598
12599 2002-11-23 [alfons]     0.8.5claws181
12600
12601         * src/imap.c
12602                 tiny memory leak found by browsing Dimitar's 
12603                 valgrind report
12604
12605 2002-11-23 [paul]       0.8.5claws180
12606
12607         * po/it.po
12608                 updated by Alessandro Maestri
12609
12610 2002-11-22 [christoph]  0.8.5claws179
12611
12612         * src/compose.c
12613         * src/inc.c
12614         * src/prefs_filtering.c
12615         * src/summaryview.c
12616                 more warning fixes
12617
12618 2002-11-22 [alfons]     0.8.5claws178
12619
12620         * src/summaryview.c
12621                 summary_execute_delete_func(): if message is deleted, make 
12622                 sure to also remove its entry in the subject hash table. 
12623                 fixes a corner case bug.
12624
12625 2002-11-22 [paul]       0.8.5claws177
12626
12627         * .cvsignore
12628                 add 'autom4te.cache'
12629                 
12630         * ltconfig      ** REMOVED **
12631                 not needed
12632
12633 2002-11-22 [paul]       0.8.5claws176
12634
12635         * src/textview.c
12636                 textview_set_font(): fix for message display in
12637                 UTF-8 locales (thanks to Sergey Vlasov).
12638                 
12639         * AUTHORS
12640                 add new team members and contributors
12641
12642
12643 2002-11-21 [colin]      0.8.5claws175
12644
12645         * src/procmsg.[ch]
12646                 Add procmsg_remove_special_headers()
12647         * src/mh.c
12648                 Use procmsg_remove_special_headers() for 
12649                 previous fix
12650
12651 2002-11-21 [colin]      0.8.5claws174
12652
12653         * src/mh.c
12654                 Fix moving/copying from queue/draft folders
12655                 for MH folders
12656
12657 2002-11-21 [christoph]  0.8.5claws173
12658
12659         * src/crash.c
12660         * src/filtering.c
12661         * src/logwindow.c
12662         * src/main.c
12663         * src/matcher_parser_lex.[hl]
12664         * src/mbox.c
12665         * src/mbox_folder.[ch]
12666         * src/prefs_filtering.c
12667         * src/procheader.c
12668         * src/quote_fmt_lex.l
12669         * src/ssl.c
12670                 fix all warnings except the warnings in lex and yacc files
12671
12672 2002-11-20 [christoph]  0.8.5claws172
12673
12674         * src/imap.c
12675                 fix MsgInfo retrieval for IMAP draft and queue folders
12676                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12677
12678 2002-11-19 [christoph]  0.8.5claws171
12679
12680         * src/compose.c
12681                 fix segfault, when draft saving does not get
12682                 the MsgInfo of the new message
12683                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12684
12685 2002-11-19 [christoph]  0.8.5claws170
12686
12687         * src/procmsg.c
12688                 add parameter check for flag setting function
12689                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12690
12691 2002-11-18 [paul]       0.8.5claws169
12692
12693         * src/compose.c
12694                 more sensitivity fixes to redirect mode:
12695                 * disable toolbar draft button
12696                 * allow only Address book in the Tools menu
12697                 * disable editing of message by the spell
12698                   checker
12699
12700 2002-11-18 [paul]       0.8.5claws168
12701
12702         * src/compose.c
12703                 fix sensitivity of menu items in compose_redirect():
12704                 allow only the necessary items 
12705
12706 2002-11-18 [paul]       0.8.5claws167
12707
12708         * src/compose.c
12709                 fix bug [ 603259 ] 'attachment got lost on bounce'
12710
12711 2002-11-18 [paul]       0.8.5claws166
12712
12713         * po/ru.po
12714                 updated by Ruslan N. Balkin <baron@dartel.ru>
12715
12716 2002-11-18 [colin]      0.8.5claws165
12717
12718         * src/main.c
12719           src/defs.h
12720                 Remove old filtering stuff
12721
12722
12723 2002-11-17 [oliver]     0.8.5claws164
12724
12725         * src/toolbar.h
12726                 remove not needed typedef 
12727
12728 2002-11-17 [oliver]     0.8.5claws163
12729
12730         * src/toolbar.c
12731                 make toolbar's on click events translatable
12732
12733 2002-11-15 [colin]      0.8.5claws162
12734
12735         * src/summaryview.c
12736                 Revert too-soon integration of a feature
12737
12738 2002-11-15 [christoph]  0.8.5claws161
12739
12740         * src/imap.c
12741                 use main's implementation of imap_get_msginfo
12742
12743 2002-11-15 [christoph]  0.8.5claws160
12744
12745         * src/compose.c
12746         * src/folder.[ch]
12747         * src/imap.c
12748         * src/mbox_folder.c
12749         * src/mh.c
12750         * src/news.c
12751         * src/procmsg.c
12752         * src/summaryview.c
12753                 replace claws' fetch_msginfo with main's get_msginfo
12754                 (use main's implementation where possible)
12755
12756 2002-11-15 [colin]      0.8.5claws159
12757
12758         * src/ssl_certificate.c
12759                 Missed a check
12760
12761 2002-11-16 [melvin]     0.8.5claws158
12762
12763         * po/fr.po
12764                 Updated French translations.
12765
12766 2002-11-16 [colin]      0.8.5claws157
12767
12768         * src/ssl_certificate.c
12769                 Check for missing parts in the certificates
12770
12771 2002-11-15 [colin]      0.8.5claws156
12772
12773         * src/folderview.c
12774                 Preventive fix (missing check) found by
12775                 Alfons
12776
12777 2002-11-15 [paul]
12778
12779         * NEWS
12780                 sync with 0.8.6 release
12781
12782 2002-11-15 [colin]      0.8.5claws155
12783
12784         * src/folder.[ch]
12785           src/folderview.c
12786                 Fix error handling of folder_item_move_to()
12787                 (thanks to Alfons!)
12788
12789 2002-11-15 [colin]      0.8.5claws154
12790
12791         * src/folder.[ch]
12792           src/folderview.c
12793                 folder_item_move_to() sets an error message instead
12794                 of having GUI stuff in folder.c
12795
12796 2002-11-15 [colin]      0.8.5claws153
12797
12798         * src/procmsg.[ch]
12799                 Implemented a callback for MsgInfo updates, 
12800                 heavily copy/pasted from Christoph's folder 
12801                 callback system
12802         * src/summaryview.[ch]
12803                 Register summary_update_msg as callback
12804
12805 2002-11-14 [colin]      0.8.5claws152
12806         
12807         * src/procmsg.c
12808                 Update the FolderItem after sending (fixes 617593)
12809
12810 2002-11-14 [christoph]  0.8.5claws151
12811
12812         * src/folder.c
12813                 fix wrong position of NULL pointer check found
12814                 by Sergey
12815
12816 2002-11-14 [christoph]  0.8.5claws150
12817
12818         * src/folder.c
12819                 fix segfault when deleting messages from IMAP folders
12820                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12821
12822 2002-11-14 [colin]      0.8.5claws149
12823
12824         * src/compose.c
12825                 Forwarding was also ignoring the folder's default account.
12826
12827 2002-11-14 [colin]      0.8.5claws148
12828
12829         * src/compose.c
12830                 Fix sent folder not set to folder properties when 
12831                 forwarding.
12832
12833 2002-11-14 [thorsten]   0.8.5claws147
12834
12835         * src/inc.c
12836                 inc_start(): Files were not moved from .processing to inbox,
12837                 if no global processing rule existed
12838
12839 2002-11-14 [colin]      0.8.5claws146
12840
12841         * src/ssl_certificate
12842                 Fix file operations
12843
12844 2002-11-14 [paul]       0.8.5claws145
12845
12846         * po/it.po
12847                 updated by Alessandro Maestri
12848
12849 2002-11-13 [alfons]     0.8.5claws144
12850
12851         * src/folder.c
12852                 folder_item_close(): only mark messages unread
12853                 when a folder has new messages 
12854
12855 2002-11-13 [keith]      0.8.5claws143
12856
12857         * src/imap.c
12858                 Fix problem moving or copying between
12859                 IMAP folders
12860
12861 2002-11-13 [colin]      0.8.5claws142
12862
12863         * src/matcher_parser_parse.y
12864                 Fix rule problem when " don't match
12865
12866 2002-11-13 [christoph]  0.8.5claws141
12867
12868         * src/folder.c
12869         * src/folderview.c
12870                 moved cache saving to folder_item_close
12871                 the folderview should not have to deal with
12872                 this things
12873
12874 2002-11-13 [christoph]  0.8.5claws140
12875
12876         * src/summaryview.c
12877                 moved setting of important score to
12878                 summary_set_prefs_from_folderitem
12879
12880 2002-11-13 [colin]      0.8.5claws139
12881
12882         * src/matcher_parser_parse.y
12883                 Fix a segfault in the parser (happening when
12884                 a good expression had been tested and a bad 
12885                 one arrives)
12886
12887 2002-11-13 [paul]       0.8.5claws138
12888
12889         * sync with 0.8.5cvs24
12890                 see ChangeLog 2002-11-13
12891                 
12892         * po/pt_BR.po
12893                 updated by Fabio Jr. Beneditto
12894
12895 2002-11-13 [colin]      0.8.5claws137
12896         
12897         * src/msgcache.c
12898           src/defs.h
12899           src/procmsg.[ch]
12900                 Revert last commit, problem
12901
12902 2002-11-13 [colin]      0.8.5claws136
12903
12904         * src/msgcache.c
12905                 Remove duplicated code
12906         * src/defs.h
12907                 Bumped CACHE_VERSION and MARK_VERSION
12908         * src/procmsg.[ch]
12909                 Network endian for cache and mark files
12910
12911 2002-11-12 [colin]      0.8.5claws135
12912
12913         * src/inc.c
12914                 Fix the "socket error" dialog which disappeared
12915
12916 2002-11-12 [colin]      0.8.5claws134
12917
12918         * src/msgcache.c
12919                 Reverse last commit which had performance 
12920                 problems, but still reverse the list
12921
12922 2002-11-12 [colin]      0.8.5claws133
12923
12924         * src/msgcache.c
12925                 Reverse list order
12926
12927 2002-11-12 [melvin]     0.8.5claws132
12928
12929         * src/compose.c
12930                 Added a check for a NULL prefs_common.dictionary
12931
12932 2002-11-12 [colin]      0.8.5claws131
12933
12934         * src/ssl_certificate.[ch]
12935                 Use FQDN hostname
12936
12937 2002-11-12 [colin]      0.8.5claws130
12938
12939         * src/ssl_certificate.[ch]
12940                 Take connection port into account for 
12941                 checking certificates (a single hostname
12942                 could have multiple servers with multiple
12943                 certificates)
12944         * src/ssl.c
12945                 Pass the port to ssl_certificate_check
12946
12947 2002-11-12 [paul]       0.8.5claws129
12948
12949         * src/folder.c
12950                 fix a typo in last commit
12951
12952 2002-11-12 [paul]       0.8.5claws128
12953
12954         * sync with 0.8.5cvs23
12955                 see ChangeLog entry 2002-11-12
12956
12957 2002-11-11 [colin]      0.8.5claws127
12958
12959         * src/ssl_certificate.c
12960                 Cleaner messages
12961                 Don't popup, instead log error, if the 
12962                 corresponding pref is checked
12963         * src/ssl_certificate.h
12964                 include <openssl/objects/h>
12965
12966 2002-11-11 [colin]      0.8.5claws126
12967
12968         * src/ssl_certificate.h
12969                 _Really_ clean it
12970
12971 2002-11-11 [colin]      0.8.5claws125
12972         
12973         * src/ssl_certificate.c
12974                 Fixed leak
12975
12976 2002-11-11 [colin]      0.8.5claws124
12977
12978         * src/ssl.c
12979                 Cleaned a bit
12980         * src/ssl_certificate.[ch]
12981                 Cleaned a bit (better use of SSL API)
12982                 (This will cause non-recognition of saved 
12983                  certificates of claws12[23]...)
12984
12985 2002-11-11 [paul]       0.8.5claws123
12986         
12987         * po/es.po
12988                 updated by Ricardo Mones Lastra
12989
12990 2002-11-11 [colin]      0.8.5claws122
12991
12992         * src/ssl.c
12993                 Fix a typo
12994
12995 2002-11-11 [colin]      0.8.5claws121
12996
12997         * src/ssl_certificate.[ch] ** NEW FILES **
12998         * src/ssl.[ch]
12999                 Check SSL certificates presented to us
13000         * src/Makefile.am
13001                 Add ssl_certificate.[ch]
13002         * po/POTFILES.in
13003                 Add ssl_certificate.c
13004
13005 2002-11-11 [paul]       0.8.5claws120
13006
13007         * sync with 0.8.5cvs22
13008                 see ChangeLog 2002-11-11
13009
13010 2002-11-11 [paul]       0.8.5claws119
13011
13012         * sync with 0.8.5cvs21
13013                 see ChangeLog 2002-11-11
13014
13015 2002-11-10 [jens]       0.8.5claws118
13016
13017         * src/folder.c
13018         * src/folderview.c
13019                 corrected some typing
13020         * po/de.po
13021                 updated german translation
13022         * sylpheed.spec.in
13023                 cleaned up specfile and adjusted it for claws
13024
13025 2002-11-10 [colin]      0.8.5claws117
13026
13027         * src/summaryview.c
13028                 a STATUSBAR_PUSH/POP fix
13029
13030 2002-11-10 [colin]      0.8.5claws116
13031
13032         * src/prefs_folder_item.c
13033                 Fix hanging after opening folder properties
13034
13035 2002-11-10 [hoa]        0.8.5claws115
13036
13037         * src/matcher_parser_lex.l
13038         * src/matcher_parser_parse.y
13039                 config file for scoring and filtering is no more trashed
13040                 when there is a syntax error in a filtering rule when
13041                 editing it in a dialog.
13042
13043 2002-11-09 [colin]      0.8.5claws114
13044
13045         * src/mbox_folder.c
13046                 Added missing initialisation of folder->destroy()
13047
13048 2002-11-09 [colin]      0.8.5claws113
13049
13050         * src/folder.c
13051           src/folderview.c
13052                 Fix the status bar messages
13053
13054 2002-11-09 [colin]      0.8.5claws112
13055
13056         * src/folderview.c
13057                 Fix hangs after folder dnd, happening after 
13058                 claws109.
13059
13060 2002-11-09 [christoph]  0.8.5claws111
13061
13062         * src/folderview.c
13063                 just changed order of calls (reverse order of
13064                 associated calls)
13065         * src/inc.c
13066                 lock inc when checking only one account, otherwise
13067                 inc all could be executed at the same time
13068
13069 2002-11-09 [christoph]  0.8.5claws110
13070
13071         * src/folderview.c
13072                 better unlock the mouse cursor before calling
13073                 summary_show because it changes the cursor too
13074
13075 2002-11-09 [christoph]  0.8.5claws109
13076
13077         * src/folder.[ch]
13078         * src/folderview.c
13079                 add functions to open and close a folder
13080                 o opending will execute scanning for remote folders
13081                   and processing
13082                 o closing will unset new flag for messages
13083
13084 2002-11-09 [colin]      0.8.5claws108
13085
13086         * src/folder.c
13087                 Add a call to prefs_matcher_write_config to 
13088                 avoid non-leaf folders filtering settings to be
13089                 lost
13090
13091 2002-11-09 [paul]       0.8.5claws107
13092
13093         * src/prefs_account.c
13094                 re-word a label
13095
13096 2002-11-09 [colin]      0.8.5claws106
13097
13098         * src/folderview.c
13099                 Minor esthetic fix
13100
13101 2002-11-09 [colin]      0.8.5claws105
13102
13103         * src/folderview.c
13104                 Fix prefs_filtering deletion for MH folders (same
13105                 reason as below)
13106         * src/prefs_filtering.c
13107                 Fix prefs_filtering renaming and deletion for 
13108                 folder-based processing rules.  
13109
13110 2002-11-09 [christoph]  0.8.5claws104
13111
13112         * src/compose.c
13113         * src/folder.[ch]
13114         * src/folderview.[ch]
13115         * src/import.c
13116         * src/inc.c
13117         * src/main.c
13118         * src/mainwindow.c
13119         * src/messageview.c
13120         * src/prefs_folder_item.c
13121         * src/procmsg.c
13122         * src/summaryview.c
13123                 implement a callback system for folder item updates
13124
13125 2002-11-09 [colin]      0.8.5claws103
13126
13127         * src/folderview.c
13128                 Fix prefs_filtering renaming for MH folders (we
13129                 shouldn't rename by path as another folder could
13130                 have the same hierarchy).
13131
13132 2002-11-09 [colin]      0.8.5claws102
13133
13134         * src/folder.c
13135                 Fix a leak found by Christoph, use better variable
13136                 names
13137
13138 2002-11-09 [colin]      0.8.5claws101
13139
13140         * src/folder.c
13141                 One more fix for processing rules
13142
13143 2002-11-08 [colin]      0.8.5claws100
13144         
13145         * src/matcher.c
13146                 Don't copy the compiled regexp (will be reevaluated)
13147         * src/folderview.c
13148                 Lock folderview while moving
13149         * src/folder.c
13150                 Provide info on what's happening to the user
13151
13152 2002-11-08 [colin]      0.8.5claws99
13153
13154         * src/folderview.c
13155                 Fix folder reordering after a move if parent is 
13156                 root
13157         * src/scoring.[ch]
13158                 Add function to copy a ScoringProp
13159         * src/prefs_folder_item.c
13160                 Copy scoring rules when copying a folder prefs
13161
13162 2002-11-08 [colin]      0.8.5claws98
13163
13164         * src/folderview.c
13165                 Fixes in case of failure
13166         * src/filtering.[ch]    
13167                 Add function to duplicate a FilteringProp
13168         * src/matcher.[ch]
13169                 Add function to duplicate a MatcherProp
13170         * src/prefs_folder_item.c
13171                 Save folder's processing rules when copying 
13172                 its prefs
13173
13174 2002-11-08 [colin]      0.8.5claws97
13175         
13176         * src/folderview.c
13177                 Sort after move
13178         * src/folder.c 
13179                 Change a printf to debug_print
13180
13181 2002-11-08 [colin]      0.8.5claws96
13182
13183         * src/folder.c
13184           src/folderview.c
13185                 Fix segfaults, call me stupido
13186         
13187
13188 2002-11-08 [colin]      0.8.5claws95
13189
13190         *src/folder.c
13191                 Added forgotten prefs to save when moving folders
13192
13193 2002-11-08 [colin]      0.8.5claws94
13194
13195         * src/folder.c
13196                 Fixes to folder DND (prefs copy)
13197         * src/folderview.c
13198                 Optimization for folder DND (don't rescan whole tree)
13199                 Added folderview_create_folder_node() for this 
13200                 optimization, so de-duped a bit the code
13201         * src/prefs_folder_item.[ch]
13202                 Added prefs_folder_item_copy_prefs()    
13203           
13204 2002-11-08 [paul]       0.8.5claws93
13205
13206         * src/prefs_account.c
13207           tools/README
13208           tools/kmail2sylpheed_v2.pl
13209                 correct some typos
13210
13211 2002-11-08 [paul]       0.8.5claws92
13212
13213         * src/compose.c
13214           src/prefs_account.[ch]
13215                 remove account options 'clearsign' and 'ascii_armored',
13216                 replace with 'default_gnupg_mode' to prevent mixed-mode
13217                 Privacy settings
13218
13219 2002-11-08 [paul]       0.8.5claws91
13220
13221         * src/compose.[ch]
13222                 re-implement GnuPG 'on-the-fly' mode selection,
13223                 disallow mixed-mode
13224
13225 2002-11-08 [colin]      0.8.5claws90
13226
13227         * src/folderview.c
13228           src/prefs_folder_item.c
13229                 Change "Property" to "Properties"
13230
13231 2002-11-07 [colin]      0.8.5claws89
13232
13233         * src/folderview.c
13234           src/folder.c
13235                 Allow folder dropping to a root folder
13236
13237 2002-11-07 [paul]       0.8.5claws88
13238
13239         * src/compose.c
13240                 revert last commit
13241
13242 2002-11-07 [paul]       0.8.5claws87
13243
13244         * src/compose.c
13245                 fix reply-to-list bug. closes bug report
13246                 "[633382] reply-to-list broken in recent cvs"
13247
13248 2002-11-07 [paul]       0.8.5claws86
13249
13250         * src/compose.c
13251                 add a forgotten '#if USE_GPGME ... #endif'
13252
13253 2002-11-07 [paul]       0.8.5claws85
13254
13255         * sync with 0.8.5cvs20
13256                 see ChangeLog 2002-11-07
13257
13258 2002-11-07 [colin]      0.8.5claws84
13259
13260         * src/folder.[ch]
13261                 Change folder_item_move_to to return the newly 
13262                 created folderitem.
13263         * src/folderview.c
13264                 Select the new folderitem after moving.
13265
13266 2002-11-07 [colin]      0.8.5claws83
13267
13268         * src/prefs_filtering.c
13269                 Fix rule rewriting when moving a leaf folder to a 
13270                 shorter path
13271
13272 2002-11-07 [colin]      0.8.5claws82
13273
13274         * src/prefs_filtering.c
13275                 fix a leak
13276
13277 2002-11-07 [colin]      0.8.5claws81
13278
13279         * src/folder.[ch]
13280                 Add folder_item_move_to() function to move a 
13281                 folderitem into another one (updates matcher etc)
13282         * src/folderview.c
13283                 Add folder drag'n drop (context menu to come)
13284                 [Should be dataloss free, but Please backup before 
13285                  trying !]
13286
13287 2002-11-06 [colin]      0.8.5claws80
13288
13289         * src/mh.c
13290                 mh_create_folder() returns NULL if can't create
13291                 directory hierarchy
13292
13293 2002-11-06 [paul]       0.8.5claws79
13294
13295         * src/compose.[ch]
13296                 allow 'on-the-fly' changing of the type of encryption 
13297                 and/or signing used (mime/ascii) via the compose window
13298
13299 2002-11-06 [paul]       0.8.5claws78
13300
13301         * sync with 0.8.5cvs19
13302                 see ChangeLog 2002-11-06 for src/account.c: 
13303                 account_get_special_folder()
13304                 
13305 2002-11-05 [alfons]     0.8.5claws77
13306
13307         * src/crash.c
13308                 very minor cleanups: nothing to see here, move on. :-)
13309
13310 2002-11-05 [colin]      0.8.5claws76
13311
13312         * src/main.c
13313                 Changes choices if compose windows are opened to
13314                 Discard, Draft, Don't quit
13315
13316 2002-11-05 [thorsten]   0.8.5claws75
13317
13318         * src/compose.c
13319                 reenabled default_reply_to folder option
13320
13321 2002-11-05 [colin]      0.8.5claws74
13322
13323         * src/compose.[ch] 
13324                 add compose_draft()
13325         * src/crash.c
13326                 add SIGTERM handler
13327         * src/main.[ch]
13328                 add clean_quit() for the SIGTERM handler
13329
13330 2002-11-05 [paul]       0.8.5claws73
13331         
13332         * po/es.po
13333                 updated by Ricardo Mones Lastra
13334
13335 2002-11-05 [melvin]     0.8.5claws72
13336
13337         * src/logwindow.c
13338                 Fixed log-clipping bug #616795.
13339                 To stop logging in the log window use 0 length.
13340         * src/prefs_common.c
13341                 Added a label to inform about the 0 log length behaviour.
13342
13343 2002-11-05 [paul]       0.8.5claws71
13344
13345         * sync with 0.8.5cvs17
13346                 see ChangeLog 2002-11-05
13347
13348 2002-11-04 [paul]       0.8.5claws70
13349
13350         * sylpheed-128x128.png
13351           sylpheed-64x64.png
13352           sylpheed.png
13353                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13354                 <nikai@users.sourceforge.net>
13355                 
13356         * po/bg.po
13357                 updated by George Danchev
13358
13359 2002-11-03 [thorsten]   0.8.5claws69
13360
13361         * src/main.c
13362           src/mimeview.c
13363           src/rfc2015.h
13364                 add check if gpg is active
13365
13366 2002-11-03 [thorsten]   0.8.5claws68
13367
13368         * src/toolbar.h
13369                 removed GSList declaration causing trouble on MacOS-X
13370                 (submitted by alfons, reported by xfesty)
13371
13372 2002-11-01 [paul]       0.8.5claws67
13373
13374         * src/mainwindow.c
13375                 remove last remnants of main's filter code
13376
13377 2002-11-01 [paul]       0.8.5claws66
13378
13379         * tools/filter_conv.pl
13380                 fix bug where user-defined headers were ignored
13381
13382 2002-11-01 [paul]       0.8.5claws65
13383
13384         * src/logwindow.c
13385                 make a debug_print() not translatable
13386
13387 2002-10-31 [melvin]     0.8.5claws64
13388
13389         * ac/aspell.m4
13390                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13391                 not run any GNU/aspell test.  The dictionary path will
13392                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13393                 was given, in which case, it will be $prefix/lib/aspell/
13394         * configure.in
13395                 Fixed typo in commentary (Aspell code).
13396
13397 2002-10-31 [paul]       0.8.5claws63
13398
13399         * po/POTFILES.in
13400                 remove src/filter.c and src/prefs_filter.c
13401                 thanks to Ricardo for reminding me
13402
13403 2002-10-31 [colin]      0.8.5claws62
13404
13405         * src/mbox_folder.c
13406                 Plug some leaks
13407
13408 2002-10-31 [paul]       0.8.5claws61
13409
13410         * src/prefs_filter.[ch] ** REMOVED **
13411           src/filter.[ch]       ** REMOVED **
13412           
13413         * src/Makefile.am
13414           src/folderview.c
13415           src/inc.c
13416           src/main.c
13417           src/mainwindow.c
13418           src/mbox.c
13419           src/prefs_common.c
13420           src/prefs_filtering.c
13421           src/summaryview.[ch]
13422                 remove main's 'filter' code
13423                 
13424         README.claws
13425                 update to reflect removal of main's filter
13426
13427 2002-10-31 [paul]       0.8.5claws60
13428
13429         * src/summaryview.c
13430                 remove check for global_processing in summary_filter_open(). 
13431                 This fixes the bug where if the user uses the right-click 
13432                 'Create filter rule...' and doesn't have any filter rules 
13433                 already defined in claws' advanced filtering, the newly 
13434                 created filter rule goes to main's filtering which is 
13435                 inaccessible through the gui. Now the filter rule gets added
13436                 to claws' filtering by default.
13437
13438 2002-10-28 [melvin]     0.8.5claws59
13439
13440         * src/prefs_actions.c
13441                 Fixed bug #627322 where MIME parts were not always
13442                 correctly passed to a %p action
13443                 Display an error dialog when message filename is not found.
13444
13445 2002-10-28 [melvin]     0.8.5claws58
13446
13447         * src/prefs_common.c
13448                 Readded a missing function declaration lost in 0.8.3claws34
13449
13450 2002-10-28 [paul]       0.8.5claws57
13451
13452         * sync with 0.8.5cvs15
13453                 see ChangeLog 2002-10-28 and 2002-10-25
13454                 
13455         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13456
13457 2002-10-27 [oliver]     0.8.5claws56
13458
13459         * src/pop.c
13460                 plug leak in pop3_top_recv
13461
13462 2002-10-26 [christoph]  0.8.5claws55
13463
13464         * src/folder.c
13465                 set need_update folder flag when messages are added
13466                 (closes bug [ 626922 ] folder not updated after receiving)
13467
13468 2002-10-25 [melvin]     0.8.5claws54
13469
13470         * src/imageview.c
13471                 Fixed a memleak introduced in the scaling code.
13472
13473 2002-10-24 [alfons]     0.8.5claws53
13474
13475         * src/filtering.c
13476                 make filtering's forward message action forward from the 
13477                 correct account
13478                 (closes bug [628089 ] Filter -> Forward from address problem
13479                 reported by Oktay)
13480
13481 2002-10-24 [christoph]  0.8.5claws52
13482
13483         * src/mainwindow.c
13484         * src/manual.[ch]
13485                 o use manual of current locale or english if current
13486                   locale is not available (and english is available)
13487                 o also link to sylpheed doc project manuals
13488
13489 2002-10-23 [paul]       0.8.5claws51
13490
13491         * tools/README
13492           tools/kmail2sylpheed_v2.pl
13493                 add new version of kmail addressbook importer script.
13494                 works with newer versions of Kmail/KAddressBook which
13495                 have new and rearranged data.
13496
13497 2002-10-23 [martin]     0.8.5claws50
13498
13499         * src/folderview.c
13500         * src/summaryview.c
13501         * src/utils.h
13502         * src/utils.c
13503                 added length parameter to get_abbrev_newsgroup_name()
13504                 changed this function so that it abbreviates the newsgroup
13505                 names only so long it is smaller than the length parameter
13506                 (for better reading of some newsgroup names and space efficiency)
13507
13508 2002-10-22 [colin]      0.8.5claws49
13509
13510         *src/foldersel.c
13511                 Revert Alfons' last modification (after voting ;-))
13512
13513 2002-10-21 [alfons]     0.8.5claws48
13514
13515         * src/foldersel.c
13516                 folder view in folder selection dialog reflects state of
13517                 folder view in main window
13518
13519 2002-10-18 [alfons]     0.8.5claws47
13520
13521         * src/mbox.c
13522                 drop imported messages in folder selected by user,
13523                 and not in the inbox
13524                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13525
13526 2002-10-18 [alfons]     0.8.5claws46
13527
13528         * src/compose.c
13529                 make automagic reply work correctly for email accounts 
13530                 (whether it's viable to do a full sync with Hiro's 
13531                 compose.c is still under discussion)
13532
13533 2002-10-18 [melvin]     0.8.5claws45
13534
13535         * src/prefs_actions.c
13536                 Fixed bug #622275 where asynchroneous actions left 
13537                 zombies processes
13538                 Made (synchroneous) actions' input be displayed live.
13539
13540 2002-10-18 [christoph]  0.8.5claws44
13541
13542         * src/textview.c
13543                 don't add a newline in the textview in front of the
13544                 first textpart if header display is disabled
13545                 (closes bug [ 603385 ] disabled header display leaves blank
13546                  lin)
13547
13548 2002-10-18 [christoph]  0.8.5claws43
13549
13550         * src/folder.[ch]
13551         * src/imap.c
13552         * src/mbox_folder.c
13553         * src/mh.c
13554         * src/news.c
13555                 folder->get_num_list now returns an error code
13556                 (closes bug [ 609424 ] News cache cleared on failure)
13557                 
13558 2002-10-17 [colin]      0.8.5claws42
13559         
13560         * src/news.c
13561                 Changed a printf by debug_print
13562
13563 2002-10-16 [paul]       
13564
13565         * tools/OOo2sylpheed.pl
13566                 allow for spaces in the name of the
13567                 file to be attached.
13568
13569 2002-10-16 [colin]      0.8.5claws41
13570
13571         * src/main.c
13572                 Use a tristate to change online mode
13573
13574 2002-10-16 [paul]       0.8.5claws40
13575
13576         * po/es.po
13577                 updated by Ricardo Mones Lastra
13578
13579 2002-10-16 [colin]      0.8.5claws39
13580
13581         * src/main.c
13582           src/mainwindow.[ch]
13583                 Added --online and --offline command-line
13584                 switches
13585
13586 2002-10-15 [christoph]  0.8.5claws38
13587
13588         * src/procmime.c
13589                 set mimeinfo->name to NULL after g_free to
13590                 avoid double freeing with g_free
13591
13592 2002-10-14 [christoph]  0.8.5claws37
13593
13594         * src/compose.c
13595         * src/filtering.c
13596         * src/summaryview.c
13597                 remove calls to folder->change_flags that are now
13598                 done by procmsg flag functions (seems it is not
13599                 used by any foldertype anyway)
13600         * src/folder.c
13601                 init folder->change_flags with NULL
13602
13603 2002-10-14 [christoph]  0.8.5claws36
13604
13605         * src/folder.[ch]
13606         * src/imap.[ch]
13607                 use virtual functions for folder item new and destroy
13608                 functions
13609
13610 2002-10-14 [melvin]     0.8.5claws35
13611
13612         * src/compose.c
13613                 Added a test to not run the spell checker if no default
13614                 dictionary is available. No dialog is displayed though.
13615
13616 2002-10-14 [melvin]     0.8.5claws34
13617
13618         * src/gtkaspell.c
13619                 Fixed bug in dictionary list context menu where
13620                 "More..." pointed to an emtpy submenu if the
13621                 number of dictionaries is a multiple of 15
13622                 Removed unneeded code in suggestions list creation
13623
13624 2002-10-14 [paul]       0.8.5claws33
13625
13626         * po/bg.po
13627                 updated by George Danchev
13628
13629 2002-10-13 [hoa]        0.8.5claws32
13630
13631         * src/matcher.[ch]
13632           src/matcher_parser_parser.y
13633                 removed the escaped string from internal structure
13634                 of matcher.
13635
13636 2002-10-12 [colin]      0.8.5claws31
13637
13638         * src/gtksctree.[ch]
13639           src/summaryview.c
13640                 Removed useless function gtksctree_reanchor
13641
13642 2002-10-12 [alfons]     0.8.5claws30
13643         
13644         * sync with remaining main changes 2002-10-09 - 2002-10-11
13645         - drop changes to src/compose.c (requires claws specific changes)
13646         
13647 2002-10-12 [alfons]     0.8.5claws29
13648         
13649         * sync with main changes of 2002-10-08
13650         - drop changes to src/compose.c (requires claws specific changes)
13651         - drop changes to src/summaryview.c (requires changes to compose.c)     
13652
13653 2002-10-12 [alfons]     0.8.5claws28
13654         
13655         * sync with main changes of 2002-10-07
13656
13657 2002-10-12 [alfons]     0.8.5claws27
13658
13659         * sync with main changes of 2002-10-04
13660         - drop changes to src/compose.c (requires claws specific changes)
13661         - drop changes to src/prefs_folder_item.c (claws implementation
13662           seems to be working)
13663
13664 2002-10-12 [colin]      0.8.5claws26
13665
13666         * src/mainwindow.c
13667                 Fix folder-flicker when space-reading, introduced 
13668                 in claws22.
13669
13670 2002-10-12 [colin]      0.8.5claws25
13671
13672         * src/compose.c
13673                 Save account address when saving as draft.
13674                 (closes bug 621838)
13675
13676 2002-10-12 [colin]      0.8.5claws24
13677
13678         * src/summaryview.c
13679                 Fix the problem consisting of no message selected
13680                 after the last message in a folder has been moved.
13681
13682 2002-10-12 [paul]       0.8.5claws23
13683
13684         * src/compose.c
13685           src/prefs_template.c
13686           src/template.[ch]
13687                 add Cc and Bcc to templates. Patch submitted by
13688                 John L. Males.
13689
13690 2002-10-12 [colin]      0.8.5claws22
13691
13692         * src/folderview.c
13693                 Fix a bug after "Check for new messages":
13694                 If a folder was opened, it was still selected at
13695                 the end of the check, but displayed empty.
13696         * src/mainwindow.c
13697                 Remove unnecessary check
13698
13699 2002-10-12 [paul]
13700
13701         * tools/README
13702                 be more verbose in the description of
13703                 OOo2sylpheed.pl
13704                 
13705
13706 2002-10-11 [colin]      0.8.5claws21
13707
13708         * src/mainwindow.c
13709                 Make space work (better) when no mail is selected
13710
13711 2002-10-11 [colin]      0.8.5claws20
13712
13713         * src/inc.c
13714           src/news.c
13715                 fix warnings
13716
13717 2002-10-11 [colin]      0.8.5claws19
13718
13719         * src/mainwindow.c
13720                 revert 0.8.5claws6 changes as i couldn't get to
13721                 anything satisfying
13722
13723 2002-10-11 [melvin]     0.8.5claws18
13724
13725         * src/compose.c
13726                 Removed buggy and unused macro (should have been committed in
13727                 0.8.5claws17)
13728
13729 2002-10-11 [melvin]     0.8.5claws17
13730
13731         * src/compose.c
13732                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13733
13734 2002-10-11 [thorsten]   0.8.5claws16 
13735
13736         * src/folderview.c
13737                 remove rescan warning
13738
13739 2002-10-11 [colin]      0.8.5claws15 
13740
13741         * src/procheader.c
13742                 fix a segfault that happens if conv_unmime_header
13743                 fails (should be better to find out why it fails)
13744
13745 2002-10-11 [christoph]  0.8.5claws14
13746
13747         * src/summaryview.c
13748                 update folderview stats after ignore/unignore thread
13749
13750 2002-10-11 [hoa]        0.8.5claws13
13751
13752         * src/quote_fmt_parse.y
13753                 Fixed a yacc/bison syntax error
13754         * src/matcher.c
13755                 Escaping of string is fixed.
13756
13757 2002-10-11 [colin]      0.8.5claws12
13758
13759         * src/imageview.c
13760                 Resize images to fit
13761
13762 2002-10-11 [paul]       0.8.5claws11
13763
13764         * po/es.po
13765                 updated by Ricardo Mones Lastra
13766
13767 2002-10-10 [alfons]     0.8.5claws10
13768
13769         * src/compose.c
13770                 allow dropping files by "moving" files from a file manager,
13771                 not only by the more cumbersome "copying". the latter 
13772                 mostly implies holding down the Control button
13773
13774 2002-10-10 [christoph]  0.8.5claws9
13775
13776         * src/summaryview.c
13777                 update folders after thread building for ignored threads
13778
13779 2002-10-10 [christoph]  0.8.5claws8
13780
13781         * config/.cvsignore
13782                 added Makefile
13783         * src/filtering.[ch]
13784         * src/folder.[ch]
13785         * src/folderview.[ch]
13786         * src/import.c
13787         * src/inc.[ch]
13788         * src/mbox.[ch]
13789         * src/procmsg.c
13790         * src/summaryview.[ch]
13791                 o added new flag need_update to FolderItem
13792                 o removed folder_table from various functions from tracking
13793                   folder updates
13794                 o set need_update flags in folder.c's move, copy and delete
13795                   functions and procmsg's flags functions
13796                 o added function folderview_update_items_when_required that
13797                   updates all folders with need_update set
13798                 o call folderview_update_items_when_required instead of
13799                   folderview_update_item_foreach
13800
13801 2002-10-09 [sergey]     0.8.5claws7
13802
13803         * src/compose.c
13804                 Strip CRs whel loading the text into editor in reedit mode.
13805
13806 2002-10-09 [colin]      0.8.5claws6
13807
13808         * src/mainwindow.c
13809                 Make Space work when no mail is selected
13810
13811 2002-10-09 [colin]      0.8.5claws5
13812
13813         * src/gtksctree.[ch]
13814                 Fix range_select
13815                 Add gtk_sctree_reanchor() 
13816         * src/summaryview.c
13817                 Use gtk_sctree_reanchor() - better fix for 
13818                 bug 60413
13819
13820 2002-10-09 [colin]      0.8.5claws4
13821
13822         * src/summaryview.c
13823                 Fix shift-click select after delete problem
13824                 (closes bug 60413)
13825
13826 2002-10-08 [thorsten]   0.8.5claws3
13827
13828         * src/summaryview.c
13829                 exclude current msg from -hide read messages-
13830
13831 2002-10-08 [colin]      0.8.5claws2
13832
13833         * src/inc.[ch]
13834           src/pop.c
13835           src/recv.c
13836                 Differentiate socket errors from disk full
13837                 errors
13838
13839 2002-10-08 [christoph]  0.8.5claws1
13840
13841         * Makefile.am
13842         * configure.in
13843                 modifications for new config directory
13844
13845         * config.guess  ** REMOVED **
13846         * config.sub    ** REMOVED **
13847         * install-sh    ** REMOVED **
13848         * ltmain.sh     ** REMOVED **
13849         * missing       ** REMOVED **
13850         * mkinstalldirs ** REMOVED **
13851                 these files are autogenerated by automake
13852                 when you run autogen.sh
13853
13854         * config/.cvsignore     ** NEW FILE **
13855         * config/Makefile.am    ** NEW FILE **
13856                 ignore autogenerated files
13857                 create a Makefile in this directory
13858
13859 2002-10-08 [paul]       0.8.5claws
13860
13861         * 0.8.5claws release
13862         
13863         * src/compose.c
13864           src/procheader.c
13865           src/procmsg.c
13866                 fix quote reply format for newsgroups reply bug
13867                 (thanks to Hoa)
13868                 
13869         * po/en_GB.po
13870           po/pl.po
13871                 updated by me and Witold Wladyslaw Wojciech Wilk
13872                 repectively
13873
13874 2002-10-07 [paul]       0.8.3claws53
13875
13876         * po/it.po
13877           po/pt_BR.po
13878           po/sr.po
13879                 updated messages catalogs, submitted by
13880                 Alessandro Maestri, Fabio Jr.Beneditto 
13881                 and Urke MMI, respectively.
13882
13883 2002-10-07 [christoph]  0.8.3claws52
13884
13885         * src/folder.[ch]
13886         * src/folderview.c
13887         * src/mainwindow.c
13888                 fix new folder ghost message bug
13889                 (closes bug [ 619722 ] wrong count for newly created folders)
13890
13891 2002-10-07 [christoph]  0.8.3claws51
13892
13893         * src/compose.c
13894                 fix news posting problem
13895
13896 2002-10-07 [melvin]     0.8.3claws50
13897
13898         * po/fr.po
13899                 Updated French translation
13900
13901 2002-10-05 [christoph]  0.8.3claws49
13902
13903         * src/gtkstext.c
13904                 check if line_start_cache is set in gtk_stext_update_text
13905                 (closes bug [ 618119 ] crash while doing search in folder)
13906
13907 2002-10-05 [christoph]  0.8.3claws48
13908
13909         * src/imap.c
13910         * src/news.c
13911         * src/utils.c
13912         * src/utils.h
13913                 implement cache cleanups for claws' folder system
13914                 (closes bug [ 595916 ] imapcache not cleaned up)
13915
13916 2002-10-05 [melvin]     0.8.3claws47
13917
13918         * src/prefs_actions.c
13919                 Made the help text more clear for the %p token
13920
13921 2002-10-04 [paul]       0.8.3claws46
13922
13923         * sync with 0.8.5
13924                 see ChangeLog 2002-10-02 and 2002-10-03
13925
13926 2002-10-04 [christoph]  0.8.3claws45
13927
13928         * src/inc.c
13929                 fix segfault caused by pop before smtp
13930                 call to inc_account_mail with NULL
13931                 pointer for mainwin
13932
13933 2002-10-04 [paul]       0.8.3claws44
13934
13935         * configure.in
13936                 sync the LDAP detection from 0.8.5cvs1
13937
13938 2002-10-02 [christoph]  0.8.3claws43
13939
13940         * po/de.po
13941                 fix small spelling error
13942
13943 2002-10-02 [melvin]     0.8.3claws42
13944
13945         * ac/aspell.m4
13946                 Behave better and say "no" when test program cannot be run.
13947
13948 2002-10-02 [paul]       0.8.3claws41
13949
13950         * sync with 0.8.4cvs1
13951                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13952                 
13953         * src/summaryview.c
13954                 toggle the behavior of Reply menuitem between
13955                 normal reply and reply-to-list
13956
13957 2002-10-01 [sergey]     0.8.3claws40
13958
13959         * src/compose.c
13960                 Convert newlines in the message text to the canonical form
13961                 before base64 encoding (RFC2045 compliance, fixes some
13962                 interoperability issues with Evolution 1.0.3)
13963
13964 2002-09-29 [colin]      0.8.3claws39
13965
13966         * src/summaryview.c
13967                 Fix an unwanted copy/paste
13968
13969 2002-09-29 [colin]      0.8.3claws38
13970
13971         * src/mainwindow.c
13972                 Renamed "Custom toolbar" to "Customize toolbar"
13973                 Renamed "Show all header" to "Show all headers"
13974                 Renamed "Set diplay item" to "Set displayed items"
13975         * src/prefs_common.c
13976                 Renamed "Show all header" to "Show all headers"
13977         * src/prefs_summary_column.c
13978                 Renamed "diplay item" to "displayed items"
13979
13980 2002-09-29 [colin]      0.8.3claws37
13981
13982         * src/mainwindow.[ch]
13983                 online/offline status pixmaps follow theme
13984                 changes
13985         * src/summaryview.[ch]
13986                 quicksearch pixmap follows theme changes
13987
13988 2002-09-29 [thorsten]   0.8.3claws36
13989
13990         * src/compose.c
13991           src/prefs_folder_item.[ch]
13992                 add default_reply_to folder option (closes patch 581044)
13993
13994 2002-09-29 [christoph]  0.8.3claws35
13995
13996         * acconfig.h    ** REMOVED **
13997         * configure.in
13998         * ac/aspell.m4
13999         * ac/check-type.m4
14000         * ac/gnupg-check-typedef.m4
14001                 fix autoheader 2.50 warning
14002
14003 2002-09-29 [christoph]  0.8.3claws34
14004
14005         * major code cleanup (part 2)
14006         
14007                 - unused variables removed
14008                 - unused functions removed
14009                 - uninitialized variables checked
14010                 - missing return statements added
14011                 - missing function return types added
14012                 - added parentheses around assignment
14013                   when suggested by gcc
14014
14015 2002-09-29 [alfons]     0.8.3claws33
14016
14017         * src/logwindow.c
14018                 log_window_clear(): only bracket gtk_text_forward_delete() 
14019                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14020                 works around GTK text bug)
14021
14022 2002-09-29 [paul]       0.8.3claws32
14023
14024         * po/bg.po
14025           po/sr.po
14026                 updated by George Danchev and Urke MMI
14027                 respectively
14028
14029 2002-09-27 [christoph]  0.8.3claws31
14030
14031         * doc-src/readme.txt
14032         * doc-src/rfc1806.txt   ** REMOVED **
14033         * doc-src/rfc2183.txt   ** NEW FILE **
14034         * doc-src/rfc2980.txt   ** NEW FILE **
14035                 update rfcs
14036
14037 2002-09-27 [melvin]     0.8.3claws30
14038
14039         * ac/aspell.m4
14040                 Fixed typo which could break linking
14041
14042 2002-09-27 [melvin]     0.8.3claws29
14043
14044         * ac/aspell.m4
14045                 Improved GNU/aspell checking. 
14046                 Fixed bug #614490
14047
14048 2002-09-27 [paul]       0.8.3claws28
14049
14050         * sync with 0.8.3cvs8
14051                 see ChangeLog 2002-09-27
14052
14053 2002-09-26 [colin]      0.8.3claws27
14054
14055         * src/toolbar.[ch]
14056           src/mainwindow.[ch]
14057                 Add "Reply to Mailing-list" to the toolbar
14058
14059 2002-09-26 [christoph]  0.8.3claws26
14060
14061         * src/summaryview.c
14062                 Fix wrong message counts in summaryview status
14063
14064 2002-09-26 [paul]       0.8.3claws25
14065
14066         * sync with 0.8.3cvs7
14067                 see ChangeLog 2002-09-26
14068
14069 2002-09-26 [paul]       0.8.3claws24
14070
14071         * sync with 0.8.3cvs6
14072                 see ChangeLog 2002-09-25
14073
14074 2002-09-25 [christoph]  0.8.3claws23
14075
14076         * src/prefs_common.c
14077         * src/prefs_folder_item.c
14078         * src/prefs_scoring.c
14079                 Renamed "kill score" to "hide score" in GUI
14080                 and prefs files
14081
14082 2002-09-25 [paul]       0.8.3claws22
14083
14084         * sync with 0.8.3cvs5
14085                 see ChangeLog 2002-09-24
14086
14087 2002-09-24 [alfons]     0.8.3claws21
14088
14089         patch by Satoshi Nagayasu: allows appending / saving multiple 
14090         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14091         'Save as ...'")
14092
14093         * AUTHORS
14094                 add Satoshi Nagayasu
14095         * src/summaryview.c
14096                 summary_save_as(): allow saving selected files to
14097                 one file
14098                 summary_set_menu_sensitive: enable "Save As..." when
14099                 multiple files are selected
14100         * src/utils.[ch]
14101                 append_file(): new function
14102
14103 2002-09-24 [colin]      0.8.3claws20
14104
14105         * src/procmime.c
14106                 Fix segfault when mimeinfo doesn't have a 
14107                 content_type. 
14108
14109 2002-09-24 [colin]      0.8.3claws19
14110
14111         * src/prefs_common.[ch]
14112                 Add a preference to display send dialog or not
14113         * src/send.c
14114                 Display send dialog according to preference
14115
14116 2002-09-24 [colin]      0.8.3claws18
14117
14118         * src/compose.[ch]
14119                 Disable user actions when sending
14120
14121 2002-09-24 [colin]      0.8.3claws17
14122
14123         * src/procmime.c
14124                 Do not display name or filename for attachments
14125                 with an application/pgp-signature type
14126                 (security flaw, see bug 537413)
14127
14128 2002-09-23 [colin]      0.8.3claws16
14129
14130         * src/editaddress.c
14131                 Initialize entry_email, entry_alias and 
14132                 entry_remarks to first email address of the list
14133
14134 2002-09-23 [colin]      0.83claws15
14135
14136         * src/compose.c
14137                 Drop pgp-signature when reediting a signed queued
14138                 message
14139
14140 2002-09-23 [melvin]     0.8.3claws14
14141
14142         * po/fr.po
14143                 Updated French translation
14144
14145 2002-09-23 [melvin]     0.8.3claws13
14146
14147         * src/mainwindow.c
14148                 Made custom toolbar menu labels more consistent
14149         * src/prefs_toolbar.c
14150                 Made custom toolbar window title more consistent
14151
14152 2002-09-22 [colin]      0.8.3claws12
14153
14154         * src/inc.c
14155                 Initialize session type to normal before getting 
14156                 mail (fixes strange Get behaviour)
14157         * src/prefs_account.h
14158                 Move STYPE_POP_BEFORE_SMTP to last position to 
14159                 avoid other side-effects
14160
14161 2002-09-22 [colin]      0.8.3claws11
14162
14163         * src/prefs_account.c
14164                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14165                 from pop3 to apop or vice-versa
14166
14167 2002-09-22 [colin]      0.8.3claws10
14168         
14169         * src/prefs_account.[ch]
14170                 Add an option for the POP before SMTP timeout
14171         * src/inc.c
14172                 Remember time of last POP connection
14173         * src/send.c
14174                 Do POP before SMTP only if timeout reached
14175
14176 2002-09-22 [oliver]     0.8.3claws9
14177         
14178         * README.claws
14179                 explain custom toolbar
14180
14181 2002-09-22 [oliver]     0.8.3claws8
14182
14183         * src/prefs_actions.[ch]
14184         custom toolbar for compose      
14185                 actions callback from compose toolbar
14186         * src/folderview.c
14187                 remove include toolbar.h
14188
14189 2002-09-22 [oliver]     0.8.3claws7
14190         
14191         * src/prefs_toolbar.[ch]
14192                 custom toolbar for compose
14193                 - generic prefs_toolbar handles both
14194                   Mainwin's toolbar as well as Compose toolbar          
14195
14196 2002-09-22 [oliver]     0.8.3claws6
14197         
14198         * src/toolbar.[ch]
14199                 custom toolbar for compose
14200                 restructure toolbar.[ch]
14201
14202 2002-09-22 [oliver]     0.8.3claws5
14203
14204         * src/compose.[ch]
14205                 custom toolbar for compose
14206
14207 2002-09-22 [oliver]     0.8.3claws4
14208         
14209         * src/mainwindow.[ch]
14210                 custom toolbar for compose 
14211                 move mainwin toolbar back to mainwindow
14212
14213 2002-09-22 [alfons]     0.8.3claws3
14214
14215         * src/procmsg.c
14216                 :%sno/if(/if (/gc
14217                 :%sno/for(/for (/gc
14218                 (beautify)
14219
14220 2002-09-22 [alfons]     0.8.3claws2
14221         
14222         * src/procmsg.c
14223                 procmsg_save_to_outbox(): don't unlink message file from queue;
14224                 callers should do it using folder_item_remove_msg()
14225
14226 2002-09-22 [colin]      0.8.3claws1
14227
14228         * src/mimeview.[ch]
14229                 Made mimeview_check_signature() public
14230         * src/textview.c
14231                 Made GPG signatures verifiable by clicking
14232                 the [application/pgp-signature] in the Text
14233                 view
14234
14235 2002-09-22 [paul]       0.8.3claws
14236
14237         * po/bg.po
14238           po/en_GB.po
14239           po/es.po
14240           po/it.po
14241           po/pl.po
14242           po/pt_BR.po
14243           po/sr.po
14244                 updated translations, submitted by George Danchev,
14245                 me, Ricardo Mones Lastra, Alessandro Maestri,
14246                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14247                 and Urke MMI, respectively.     
14248
14249 2002-09-22 [alfons]     0.8.2claws65
14250
14251         * src/procmsg.c
14252         * src/pgptext.c
14253                 no furry valgrinds have been used to plug these memleaks
14254
14255 2002-09-20 [paul]       0.8.2claws64
14256
14257         * sync with 0.8.3cvs4
14258                 'Select thread' re-implemented 
14259                 see ChangeLog 2002-09-20
14260
14261 2002-09-21 [alfons]     0.8.2claws63
14262
14263         * src/compose.c
14264                 compose_send(): plug unnoticed memleak
14265
14266 2002-09-20 [alfons]     0.8.2claws62
14267
14268         * src/addr_compl.c
14269                 replace_address_in_edit(): strict check for NULL address to
14270                 fix "[ 607348 ] Segfault in address completion". My guess is
14271                 that this happens with an empty address book, but it's good
14272                 to have this check here anyway
14273                 
14274                 completion_window_button_press(): free string returned 
14275                 from the internal cache
14276
14277 2002-09-20 [christoph]  0.8.2claws61
14278
14279         * src/procmime.h
14280                 added ENC_BINARY to EncodingType
14281         * src/procmime.c
14282                 the string returned by procmime_get_encoding_str
14283                 should not depend on the order of values in the
14284                 EncodingType definition
14285         * doc-src/rfc1806.txt   ** NEW FILE **
14286                 Added rfc1806 about MIME Content-Disposition
14287                 Extension
14288
14289 2002-09-19 [paul]       0.8.2claws60
14290
14291         * sync with 0.8.2cvs3
14292                 see ChangeLog 2002-09-19
14293
14294 2002-09-19 [paul]       0.8.2claws59
14295
14296         * src/prefs_folder_item.c
14297                 revert to Darko's original alignment of colour
14298                 selector button
14299                 add a colon to folder_color label
14300                 
14301         * src/compose.c
14302                 add Colin's patch (with Hiro's modifications) to 
14303                 force BASE64 encoding for 8-bit text when signing
14304                 (sync with 0.8.3cvs2)
14305
14306 2002-09-18 [alfons]     0.8.2claws58
14307
14308         * src/compose.c
14309                 :%sno/if(/if (/gc
14310                 :%sno/for(/for (/gc
14311                 (beautify a little bit)
14312
14313 2002-09-18 [christoph]  0.8.2claws57
14314
14315         * src/pine.c
14316                 fix handling of fgetc return value
14317
14318 2002-09-17 [alfons]     0.8.2claws56
14319         
14320         * src/summaryview.c
14321                 summary_sort(): check non-NULL summaryview->folder_item when no 
14322                 folder is selected at all
14323                 (closes "[ 610344 ] sort label make syl Crash")
14324
14325 2002-09-17 [alfons]     0.8.2claws55
14326         
14327         * src/compose.c
14328                 beautify a little bit
14329
14330 2002-09-17 [christoph]  0.8.2claws54
14331
14332         * src/folder.c
14333                 initialize max values for cache and folder
14334                 when cache or folder is empty
14335
14336 2002-09-15 [colin]      0.8.2claws53
14337
14338         * src/compose.c
14339                 Fix a leak (thanks Alfons!) and cleaned
14340                 variables names for custom headers
14341
14342 2002-09-15 [colin]      0.8.2claws52
14343
14344         * src/compose.c
14345                 Fix custom headers recognition when
14346                 prefs_common.trans_hdr is on
14347
14348 2002-09-15 [colin]      0.8.2claws51
14349
14350         * src/compose.c
14351                 Allow dynamically-added custom headers
14352                 Yet not reparsed if reedited
14353
14354 2002-09-15 [alfons]     0.8.2claws50
14355
14356         * src/prefs_account.c
14357                 fix warnings
14358
14359 2002-09-15 [colin]      0.8.2claws49
14360         
14361         * src/prefs_account.c
14362                 fix pop_before_smtp sensitivity
14363
14364 2002-09-15 [colin]      0.8.2claws48
14365
14366         * src/inc.[ch]
14367                 add inc_pop_before_smtp()
14368                 allow MainWindow to be undefined in 
14369                 inc_account_mail() and inc_start()
14370         * src/pop.c
14371           src/prefs_account.h
14372                 add STYPE_POP_BEFORE_SMTP session type
14373         * src/prefs_account.c
14374                 activated pop before smtp option
14375         * src/send.c
14376                 do pop before smtp if the relevant option 
14377                 is set
14378
14379 2002-09-15 [paul]       0.8.2claws47
14380
14381         * sync with 0.8.3
14382                 see ChangeLog 2002-09-15
14383
14384 2002-09-14 [paul]       0.8.2claws46
14385
14386         * po/bg.po
14387                 updated Bulgarian translation, submitted by
14388                 George Danchev
14389
14390 2002-09-13 [paul]       0.8.2claws45
14391
14392         * src/compose.c
14393                 merge claws' select_account() with main's
14394                 (new) compose_select_account(). [sync with
14395                 0.8.2cvs15, see ChangeLog 2002-09-11]
14396
14397 2002-09-12 [christoph]  0.8.2claws44
14398
14399         * src/filter.c
14400                 allocate 1 elements of FolderItem not 0
14401
14402 2002-09-12 [colin]      0.8.2claws43
14403
14404         * src/compose.c
14405                 Fix bug #590825 (obey Follow-up: poster)
14406
14407 2002-09-12 [colin]      0.8.2claws42
14408
14409         * src/procmime.c
14410                 Fix bug #557009 (wrong headers for messages 
14411                 forwarded as attachments)
14412
14413 2002-09-11 [colin]      0.8.2claws41
14414         
14415         * src/compose.c
14416                 Put SCF: pseudo-header on top of message
14417                 Set draft tmp_flag when saved as draft
14418
14419         * src/procmsg.c
14420           src/procheader.c
14421                 Skip after first \n\n for beginning of real message
14422                 for drafts too
14423
14424 2002-09-11 [christoph]  0.8.2claws40
14425
14426         * src/filtering.c
14427                 use procmsg flag functions in filtering or processing
14428                 will cause incorrect folder message counts
14429
14430 2002-09-11 [colin]      0.8.2claws39
14431
14432         * src/compose.c
14433                 Fix bug #550175 - wrong save folder when reediting
14434                 drafts
14435
14436 2002-09-11 [paul]       0.8.2claws38
14437
14438         * sync with 0.8.2cvs14
14439                 see ChangeLog 2002-09-11
14440
14441 2002-09-11 [colin]      0.8.2claws37
14442
14443         * src/folder.c
14444                 Fix a typo (seeming to cause new/unread status to
14445                 be lost)
14446
14447 2002-09-10 [christoph]  0.8.2claws36
14448
14449         * src/compose.c
14450                 compose_redirect should not use compose_generic_new
14451                 because that does more stuff than expected including
14452                 opening the external editor
14453                 (closes bug "[ 526608 ] bounced messages appear blank
14454                  in editor")
14455
14456 2002-09-10 [christoph]  0.8.2claws35
14457
14458         * src/folder.c
14459                 fix problem with too large message number range
14460                 causing a crash in folder_item_scan
14461
14462 2002-09-10 [paul]       0.8.2claws34
14463
14464         * sync with 0.8.2cvs13
14465                 see ChangeLog 2002-09-10
14466
14467 2002-09-10 [christoph]  0.8.2claws33
14468
14469         * src/msgcache.c
14470                 set MsgInfo TmpFlags for queue and draft folders
14471                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14472
14473 2002-09-10 [paul]       0.8.2claws32
14474
14475         * AUTHORS
14476           po/bg.po      ** NEW FILE **
14477                 new Bulgarian translation submitted by
14478                 George Danchev <danchev@spnet.net>
14479                 
14480         * tools/Makefile.am
14481           tools/README
14482           tools/tb2sylpheed     ** NEW FILE **
14483                 add script that converts an addressbook exported
14484                 from The Bat! into a Sylpheed addressbook. Submitted
14485                 by Urke MMI <urke-kg@eunet.yu>
14486
14487 2002-09-10 [paul]       0.8.2claws31
14488
14489         * sync with 0.8.2cvs12
14490                 see ChangeLog 2002-09-10
14491
14492 2002-09-06 [paul]       0.8.2claws30
14493
14494         * src/prefs_common.c
14495                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14496                 
14497         * tools/Makefile.am
14498           tools/README
14499           tools/ldif-to-xml.py  ** REMOVED **
14500                 remove obsolete python script
14501
14502 2002-09-06 [paul]       0.8.2claws29
14503
14504         * sync with 0.8.2cvs10
14505                 see ChangeLog 2002-09-06
14506
14507 2002-09-04 [paul]       0.8.2claws28
14508
14509         * sync with 0.8.2cvs9
14510                 see ChangeLog 2002-08-04
14511
14512 2002-09-04 [colin]      0.8.2claws27 
14513
14514         * src/prefs_common.[ch]
14515                 Added signature color configuration
14516         * src/textview.c
14517                 Use user-specified signature color
14518
14519 2002-09-03 [colin]      0.8.2claws26
14520
14521         * src/prefs_common.[ch]
14522                 Added autosave and autosave_length prefs
14523         * src/compose.c
14524                 Added compose_remove_draft()
14525                 Auto-save drafts according to the prefs
14526         * src/main.c
14527                 Added a crash-indicator file, allowing to check
14528                 for new messages on startup if Sylpheed crashed
14529                 (makes saved drafts "reappear")
14530
14531 2002-09-03 [colin]      0.8.2claws25
14532
14533         * src/textview.[ch]
14534                 Grey the signature
14535
14536 2002-09-03 [paul]       0.8.2claws24
14537
14538         * sync with 0.8.2cvs8
14539                 see ChangeLog 2002-09-02 and 2002-09-03
14540
14541 2002-09-03 [darko]      0.8.2claws23
14542
14543         * src/folderview.c
14544                 use normal style when creating new folder to pick
14545                 proper font size 
14546
14547 2002-09-02 [melvin]     0.8.2claws22
14548
14549         * src/gtkaspell.m4
14550                 removed some obsolete code
14551
14552 2002-09-02 [melvin]     0.8.2claws21
14553
14554         * ac/aspell.m4
14555                 fixed test's equality sign (== to =)
14556
14557 2002-09-02 [alfons]     0.8.2claws20
14558
14559         * src/folder.c
14560         * src/mh.c
14561                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14562                 as folder->destroy virtual as suggested by Hiro
14563                 (the mh.c code seems to have been lost around mh.c.1.21)
14564
14565 2002-09-02 [paul]       0.8.2claws19
14566
14567         * po/pt_BR.po
14568                 updated by Fabio Jr. Beneditto
14569                 
14570         * src/defs.h
14571                 use 'http://claws.sylpheed.org' for homepage link. 
14572                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14573
14574 2002-09-01 [alfons]     0.8.2claws18
14575
14576         * src/mh.c
14577                 plug memleak related to one Martin Kluge found
14578
14579 2002-08-31 [paul]       0.8.2claws17
14580
14581         * sync with 0.8.2cvs6
14582                 see ChangeLog 2002-08-30
14583
14584 2002-08-31 [alfons]     0.8.2claws16
14585
14586         * src/folder.c
14587                 folder_destroy(): remove mailbox from folderlist even if it has
14588                 no destroy virtual
14589
14590 2002-08-31 [alfons]     0.8.2claws15
14591
14592         * src/folder.c
14593                 :%sno/if(/if (/gc
14594                 :%sno/for(/for (/gc
14595                 (being pedantic I know)
14596
14597 2002-08-31 [alfons]     0.8.2claws14
14598
14599         * src/folder.c
14600                 check for NULL pointers returned from folder->fetch_msginfo virtual
14601                 (should solve some reported crashes)
14602
14603 2002-08-30 [alfons]     0.8.2claws13
14604
14605         * acconfig.h
14606         * configure.in
14607         * src/crash.c
14608                 enable crash dialog on compilation time
14609                 (--enable-crash-dialog configure option)
14610
14611 2002-08-30 [alfons]     0.8.2claws12
14612
14613         * AUTHORS
14614                 add Martin Kluge
14615         * src/mh.c
14616                 apply memory leak plug patch by Martin Kluge
14617                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14618                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14619                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14620
14621 2002-08-30 [darko]      0.8.2claws11
14622
14623         * src/folderview.c
14624                 copy Gtk style from normal style to match
14625                 font size for coloured folders
14626
14627 2002-08-29 [alfons]     0.8.2claws10
14628
14629         * sylpheed.desktop
14630                 Type=Internet <- Type=Application
14631                 (reported by Michael Schwendt, see:
14632                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14633                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14634
14635 2002-08-29 [paul]       0.8.2claws9
14636
14637         * sync with 0.8.2cvs5
14638                 see ChangeLog 2002-08-29
14639
14640 2002-08-29 [colin]      0.8.2claws8
14641
14642         * src/summaryview.c
14643                 Added a sanity check in summary_select_thread
14644                 Should fix bug 601605
14645
14646 2002-08-29 [colin]      0.8.2claws7
14647
14648         * src/main.c
14649                 Revert claws6 changes regarding bug #591676
14650
14651 2002-08-28 [colin]      0.8.2claws6
14652         
14653         * src/main.c
14654                 Ignore cache for queue folderitems
14655                 Fix bug #591676
14656
14657 2002-08-28 [melvin]     0.8.2claws5
14658
14659         * README.claws
14660                 Fixed typos.
14661
14662 2002-08-28 [melvin]     0.8.2claws4
14663
14664         * README.claws
14665                 Updated a bit the text concerning the spell checker
14666
14667 2002-08-28 [melvin]     0.8.2claws3
14668
14669         Merged the GNU_aspell_branch:
14670                 Support of new GNU/aspell is now included and the old pspell
14671                 is not supported anymore.
14672                 See README.claws
14673
14674         * README.claws
14675                 Updated spell checker text to reflect the switch to GNU/aspell
14676
14677         * ac/aspell.m4          *** NEW ***
14678         * src/gtkaspell.[ch]    *** NEW *** 
14679         * ac/pspell.m4          *** DELETED *** 
14680         * src/gtkspell.[ch]     *** DELETED ***
14681
14682         * ac/Makefile.am
14683                 Updated for GNU/aspell support
14684
14685         * po/POTFILES.in
14686                 Replaced gtkspell.c by gtkaspell.c
14687
14688         * acconfig.h
14689         * src/Makefile.am
14690         * src/about.c
14691         * src/compose.[ch]
14692         * src/crash.c
14693         * src/main.c
14694         * src/prefs_common.[ch]
14695                 Updated for GNU/aspell support
14696
14697 2002-08-28 [paul]       0.8.2claws2
14698
14699         * sync with 0.8.2cvs4
14700                 see ChangeLog 2002-08-27 and 2002-08-28
14701
14702 2002-08-28 [colin]      0.8.2claws1
14703
14704         * src/summary_search.c
14705                 Added "AND search"
14706
14707 2002-08-28 [jens]       0.8.2claws
14708
14709         *po/de.po
14710                 Updated German translations
14711
14712 2002-08-27 [melvin]     0.8.2claws
14713
14714         * po/fr.po
14715                 Updated French translations
14716
14717 2002-08-27 [paul]       0.8.2claws
14718
14719         * sync with 0.8.2 main release
14720
14721         * po/en_GB.po
14722           po/es.po
14723           po/it.po
14724           po/pl.po
14725           po/pt_BR.po
14726           po/sr.po
14727                 updated message catalogs submitted by
14728                 Ricardo Mones Lastra, Alessandro Maestri,
14729                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14730                 Beneditto and Urke MMI  
14731
14732 2002-08-27 [hoa]        0.8.1claws123
14733
14734         * src/mainwindow.[ch]
14735         * src/summaryview.[ch]
14736                 removed the "filter setting" menu option.
14737                 add a "cancel a news message" menu option.
14738
14739 2002-08-26 [martin]     0.8.1claws122
14740
14741         * ChangeLog.claws
14742                 changed string under 0.8.1claws79 changed by myself
14743                 i'm sorry alfons :(
14744
14745 2002-08-26 [martin]     0.8.1claws121
14746
14747         * src/crash.c
14748                 added kill command to debuggerrc to start crash dialog
14749
14750 2002-08-26 [paul]       0.8.1claws120
14751
14752         * sync with 0.8.1cvs31
14753                 see ChangeLog 2002-08-26
14754
14755 2002-08-25 [alfons]     0.8.1claws119
14756
14757         * src/procmsg.c
14758                 fix bug that didn't send out correct headers to news server
14759                 when sending news article and email from queue (bug reported
14760                 and patch provided by Tim Mann; closes bug 
14761                 "[ 583196 ] 0.7.8claws can't post news")
14762
14763 2002-08-25 [alfons]     0.8.1claws118
14764
14765         * src/selective_download.c
14766                 mark two strings as translatable
14767                 (thanks to Urke MMI for pointing this out)
14768
14769 2002-08-25 [alfons]     0.8.1claws117
14770
14771         * src/summaryview.c
14772                 treat sent boxes as special and allow sorting them by addressee
14773                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14774                 submitted by Steve Lamb)
14775
14776 2002-08-24 [alfons]     0.8.1claws116
14777
14778         * src/matcher.c
14779                 fix memleak reported by Martin Kluge
14780                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14781
14782 2002-08-24 [oliver]     0.8.1claws115
14783
14784         * src/prefs_toolbar.c
14785                 o code cleanup as suggested by Alfons
14786                 o memleak fix
14787
14788 2002-08-24 [alfons]     0.8.1claws114
14789
14790         * src/summaryview.c
14791                 o fix another memory leak reported by Martin Kluge
14792                   (see "[ 599568 ] Small Memory Leak")
14793                 o remove 'from' variable from 'summary_set_header()'; we can
14794                   do with just 'to' 
14795
14796 2002-08-24 [paul]       0.8.1claws113
14797
14798         * sync with 0.8.1cvs30
14799                 see ChangeLog 2002-08-23
14800
14801 2002-08-24 [alfons]     0.8.1claws112
14802
14803         * src/summaryview.c
14804                 remove unnecessary allocations for search bar fixing leaks
14805                 reported by Martin Kluge
14806                 (see "[ 599451 ] Further memory leaks?")
14807
14808 2002-08-24 [alfons]     0.8.1claws111
14809
14810         * src/main.c
14811                 make get_socket_name() public for crash.c
14812         * src/crash.c
14813                 o make report bug button work (goes to claws' 
14814                   bug tracker at sf.net)
14815                 o introduce function for doing important stuff just
14816                   before claws goes down
14817                 o clean up code 
14818
14819 2002-08-24 [alfons]     0.8.1claws110
14820
14821         * src/compose.c
14822                 move cursor to "To" entry when forwarding as attachment
14823                 (reported and solved by Steve Lamb, closes bug report
14824                 "[ 592880 ] Forward as attachment; cursor not in to")
14825
14826 2002-08-24 [colin]      0.8.1claws109
14827
14828         * src/mainwindow.c
14829                 fix quick search visibility after GUI (de)separations.
14830
14831 2002-08-23 [colin]      0.8.1claws108
14832
14833         * src/mainwindow.c
14834                 fix header pane visibility after folderview or
14835                 messageview (de)separation
14836
14837 2002-08-23 [paul]       0.8.1claws107
14838
14839         * src/mainwindow.[ch]
14840           src/toolbar.c
14841                 give full control of display or non-display 
14842                 of the Execute icon to Custom toolbar settings.
14843                 add new sensitivity condition to maninwindow.h: 
14844                 M_DELAY_EXEC
14845
14846         * ChangeLog
14847           ChangeLog.jp
14848           NEWS
14849                 more sync with 0.8.1cvs29
14850
14851 2002-08-23 [melvin]     0.8.1claws106
14852
14853         * src/alertpanel.c
14854                 Readded support for custom widget in alertpanel lost in last
14855                 sync.
14856
14857 2002-08-23 [paul]       0.8.1claws105
14858
14859         * sync with 0.8.1cvs29
14860                 see ChangeLog 2002-08-23
14861
14862 2002-08-23 [colin]      0.8.1claws104
14863
14864         * src/summaryview.c
14865                 Fix folder and search pixmaps exchanging positions
14866                 after theme or toolbar changes. Thank to Oliver for 
14867                 reporting this.
14868
14869 2002-08-23 [colin]      0.8.1claws103
14870
14871         * src/mainwindow.c
14872           src/messageview.[ch]
14873           src/noticeview.[ch]
14874           src/summaryview.c
14875                 Changed messageview_create() and noticeview_create()
14876                 to avoid the last gdk_warning
14877
14878 2002-08-22 [colin]      0.8.1claws102
14879
14880         * src/summaryview.c
14881                 Fix my new `Creating pixmap from xpm' warning
14882
14883 2002-08-22 [colin]      0.8.1claws101
14884
14885         * src/mainwindow.c
14886                 Fix some of the gdk warnings
14887
14888 2002-08-22 [colin]      0.8.1claws100
14889
14890         * src/Makefile.am
14891         * src/stock_pixmap.c
14892         * src/stock_pixmap.h
14893         * src/pixmaps/quicksearch.xpm *ADDED*
14894                 Add the quicksearch pixmap
14895         * src/mainwindow.c
14896         * src/summaryview.c
14897         * src/summaryview.h
14898                 Make quicksearch bar visible/hidden via a button
14899
14900 2002-08-22 [christoph]  0.8.1claws99
14901
14902         * src/folder.c
14903                 fix folder update for newsgroups with message
14904                 numbers below minimum number of articles to fetch
14905                 (closes bug #598445)
14906
14907 2002-08-22 [paul]       0.8.1claws98
14908
14909         * sync with 0.8.1cvs28
14910                 see ChangeLog 2002-08-22
14911
14912 2002-08-21 [alfons]     0.8.1claws97
14913
14914         * src/crash.c
14915                 use bt instead of bt full which seems to work 
14916                 better, and bt full doesn't give a great deal 
14917                 of information anyway
14918
14919 2002-08-21 [colin]      0.8.1claws96
14920
14921         * src/summaryview.c
14922                 fix summaryview_searchtype_changed prototype
14923
14924 2002-08-21 [christoph]  0.8.1claws95
14925
14926         * src/mainwindow.c
14927                 o fix broken menu update for sorting type, we have to
14928                   get this info from the summaryview now
14929                 o removed setting of threaded state in menu callback
14930         * src/summaryview.[ch]
14931                 more summaryview/folderitem seperation for
14932                 threading option
14933         * configure.in
14934                 removed not required --with-compiler-flags option
14935
14936 2002-08-21 [oliver]     0.8.1claws94
14937         
14938         * src/toolbar.h 
14939                 o rename toolbar.xml to toolbar_main.xml
14940                   since toolbar_compose.xml might come up 
14941                   any time soon
14942         * README.claws
14943                 add custom toolbar              
14944
14945 2002-08-21 [darko]      0.8.1claws93
14946
14947         * src/procmsg.c
14948                 don't reset tmp flags for messages copied
14949                 to sent folder
14950
14951 2002-08-21 [colin]      0.8.1claws92
14952         
14953         * src/prefs_filtering.c
14954                 fix renaming rules on folder rename 
14955                 when folder is not a leaf folder
14956
14957 2002-08-21 [paul]       0.8.1claws91
14958
14959         * src/prefs_folder_item.c
14960                 fix alignment of colour selector
14961
14962 2002-08-21 [paul]       0.8.1claws90
14963
14964         * sync with 0.8.1cvs27
14965                 see ChangeLog 2002-08-21
14966
14967 2002-08-21 [paul]       0.8.1claws89
14968
14969         * src/summaryview.c
14970                 fix crash when changing field type in
14971                 Quick search bar
14972
14973 2002-08-21 [colin]      0.8.1claws88
14974
14975         * src/summaryview.c
14976                 Made quick search case-insensitive
14977
14978 2002-08-21 [paul]       0.8.1claws87
14979
14980         * sync with 0.8.1cvs26
14981                 see ChangeLog 2002-08-21
14982
14983 2002-08-20 [christoph]  0.8.1claws86
14984
14985         * src/folderview.c
14986         * src/main.c
14987         * src/summaryview.[ch]
14988                 more summaryview/folderitem seperation for
14989                 sort_key and sort_type
14990         * src/procmsg.c
14991                 added missing return statement
14992
14993 2002-08-20 [colin]      0.8.1claws85
14994
14995         * src/summaryview.[ch]
14996                 Added a quick search box
14997         * src/mainwindow.c
14998         * src/prefs_common.[ch]
14999                 Added a show/hide option for the quick search
15000
15001 2002-08-20 [oliver]     0.8.1claws84
15002         
15003         * src/mainwindow.c
15004                 remove toolbar_create_popups
15005         * src/toolbar.[ch]
15006                 o remove toolbar_create_popups
15007                 o fix toolbar_set_sensitive 
15008                   (Bug reports #596834 and #596832)     
15009         * src/prefs_toolbar.c
15010                 o add "Set default" button
15011                 o align label and text + combo widgets
15012
15013 2002-08-20 [hoa]        0.8.1claws83bis
15014
15015         * src/imap.c
15016                 fixed a bug in imap_fetch_msginfo() in case there is no
15017                 current folder.
15018
15019 2002-08-20 [darko]      0.8.1claws83
15020
15021         * src/folderview.c
15022                 copy the color style of folder view so it
15023                 works with GTK themes
15024
15025 2002-08-20 [darko]      0.8.1claws82
15026
15027         * src/folder.h
15028         * src/folderview.c
15029         * src/prefs_folder_item.[hc]
15030                 don't use UI stuff in folder.h
15031
15032 2002-08-20 [darko]      0.8.1claws81
15033
15034         * src/folder.h
15035         * src/prefs_folder_item.h
15036         * src/folderview.c
15037         * src/prefs_folder_item.c
15038                 ability to set folder color in folderview
15039
15040 2002-08-19 [alfons]     0.8.1claws80
15041
15042         * src/summaryview.c
15043                 fix one of the earlier memleaks reported by Martin Kluge
15044
15045 2002-08-19 [alfons]     0.8.1claws79
15046
15047         * src/mainwindow.c
15048                 hide notice view when selecting seperate folder
15049                 view (reported by Urke MMI)
15050
15051 2002-08-19 [christoph]  0.8.1claws78
15052
15053         * src/folderview.c
15054         * src/prefs_folder_item.h
15055         * src/summaryview.[ch]
15056                 o add summary_set_prefs_from_folderitem to set
15057                   summaryview prefs (first step to remove all
15058                   references to the folderitem in summaryview)
15059                 o moved compiled regex stuff from folderitem prefs
15060                   to summaryview code
15061
15062 2002-08-19 [paul]       0.8.1claws77
15063
15064         * src/compose.c
15065                 add check for '.' to QUOTE_IF_REQUIRED
15066
15067 2002-08-19 [paul]       0.8.1claws76
15068
15069         * src/inc.c
15070                 sync with 0.8.1cvs25 (plug memory leak)
15071
15072         * src/prefs_toolbar.c
15073                 re-order prefs_toolbar_cancel()
15074
15075 2002-08-18 [alfons]     0.8.1claws75
15076
15077         * src/inc.c
15078         * src/matcher.c
15079                 plug other memleaks reported by Martin Kluge
15080
15081 2002-08-18 [paul]       0.8.1claws74
15082
15083         * po/pt_BR.po
15084                 updated by Fabio Jr. Beneditto
15085
15086 2002-08-18 [paul]       0.8.1claws73
15087
15088         * src/toolbar.[ch]
15089                 fix bug where tooltips were displayed untranslated              
15090
15091         * src/prefs_toolbar.c
15092                 fix bug where clicking 'Cancel' creates an icon & text
15093                 toolbar regardless of prefs
15094         
15095
15096 2002-08-17 [oliver]     0.8.1claws72
15097
15098         * src/prefs_toolbar.c
15099                 update toolbar on CANCEL
15100                 bug reported by Martin Kluge
15101         * src/toolbar.c
15102                 toolbar_destroy memleak fixed           
15103
15104 2002-08-17 [alfons]     0.8.1claws71
15105
15106         * src/toolbar.c
15107                 plug another memleak reported by Martin Kluge
15108
15109 2002-08-16 [alfons]     0.8.1claws70
15110
15111         * src/crash.c
15112                 use execvp() correctly (suggested by wwp; thanks!)
15113
15114 2002-08-16 [alfons]     0.8.1claws69
15115
15116         * src/gtksctree.c
15117                 plug memory leak reported by Kim Schultz & Martin Kluge
15118
15119 2002-08-16 [paul]       0.8.1claws68
15120
15121         * po/es.po
15122                 updated by Ricardo Mones Lastra
15123
15124 2002-08-16 [paul]       0.8.1claws67
15125
15126         * src/toolbar.h
15127                 fix bug where 'Compose News' icon showed wrong
15128                 tooltip
15129
15130 2002-08-16 [paul]       0.8.1claws66
15131
15132         * sync with 0.8.1cvs24
15133                 see ChangeLog 2002-08-16
15134
15135         * po/it.po
15136                 updated by Alessandro Maestri
15137
15138 2002-08-15 [paul]       0.8.1claws65
15139
15140         * po/sr.po
15141                 updated by Urke MMI
15142
15143 2002-08-15 [paul]       0.8.1claws64
15144
15145         * src/*.c
15146                 don't translate debug info
15147
15148         * src/matcher.[ch]
15149                 add copyright info
15150
15151 2002-08-15 [paul]       0.8.1claws63
15152
15153         * src/prefs_toolbar.c
15154                 fix bug where clicking 'OK' creates an icon & text
15155                 toolbar regardless of prefs
15156
15157 2002-08-14 [alfons]     0.8.1claws62
15158
15159         * src/main.c
15160                 add global var that has the full argv[0]
15161         * src/crash.c
15162                 o execvp the correct sylpheed by using argv0
15163                   and setting the correct work dir
15164                 o other tweaks  
15165
15166 2002-08-14 [oliver]     0.8.1claws61
15167         
15168         * enable/disable Toolbar Action Buttons 
15169         * code cleanups
15170         * src/mainwindow.c
15171         * src/toolbar.[ch]      
15172         * src/prefs_toolbar.c   
15173
15174 2002-08-14 [melvin]     0.8.1claws60
15175
15176         * po/fr.po
15177                 Updated French translations
15178
15179 2002-08-14 [melvin]     0.8.1claws59
15180
15181         * src/crash.c
15182                 Made bug report not translatable
15183         * src/exporthtml.c
15184                 Fixed exporthtml_build_filespec() return value
15185         * src/foldersel.c
15186                 Fixed incorrect include file
15187         * src/gtkspell.c
15188         * src/prefs_actions.c
15189         * src/prefs_toolbar.c
15190                 Made debug info not translatable
15191         * src/mutt.c
15192         * src/quote_fmt.c
15193                 Added missing includes
15194         * src/prefs_common.c
15195                 Fixed typo
15196
15197 2002-08-14 [paul]       0.8.1claws58
15198
15199         * faq/es/sylpheed-faq.html
15200           faq/es/sylpheed-faq-[1-3].html
15201           faq/es/sylpheed-faq-4.html     **NEW FILE **
15202                 update Spanish FAQ
15203
15204 2002-08-13 [christoph]  0.8.1claws57
15205
15206         * src/procmsg.c
15207                 ignore thread fix that did not mark all
15208                 child nodes of a ignored thread as
15209                 ignored. Does not work perfectly yet,
15210                 but it is better now
15211
15212 2002-08-13 [alfons]     0.8.1claws56
15213
15214         * src/crash.c
15215                 o implement 'save crash log'
15216                 o some tweaks
15217
15218 2002-08-13 [melvin]     0.8.1claws55
15219
15220         * src/main.c
15221                 removed unrequired "execinfo.h" header
15222
15223 2002-08-12 [paul]       0.8.1claws54
15224
15225         * faq/en/sylpheed-faq.html
15226           faq/en/sylpheed-faq-[1-3].html
15227           faq/en/sylpheed-faq-4.html     **NEW FILE **
15228                 update English FAQ
15229
15230 2002-08-12 [alfons]     0.8.1claws53
15231
15232         * po/POTFILES.in
15233                 add crash.c to translatables
15234         * src/crash.c
15235                 bring in Leandro's crash dialog
15236
15237 2002-08-11 [alfons]     0.8.1claws52
15238
15239         * src/crash.c
15240                 clean up some warnings
15241
15242 2002-08-11 [alfons]     0.8.1claws51
15243
15244         * acconfig.h
15245         * configure.in
15246         * src/crash.[ch]        ** NEW FILES **
15247         * src/main.c            
15248                 initial gdb crash handler
15249
15250 2002-08-11 [paul]       0.8.1claws50
15251
15252         * src/prefs_toolbar.c
15253                 replace Up/Down arrow pixmaps with text to be
15254                 consistent across icon themes
15255
15256 2002-08-11 [paul]       0.8.1claws49
15257
15258         * src/prefs_common.c
15259           src/prefs_toolbar.c
15260                 rename 'Pixmap' -> 'Icon'
15261
15262         * src/toolbar.[ch]
15263                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15264
15265 2002-08-10 [paul]       0.8.1claws48
15266
15267         * src/prefs_toolbar.c
15268                 re-work the UI
15269
15270 2002-08-10 [paul]       0.8.1claws47
15271
15272         * src/main.c
15273                 don't write Processing progress to status bar
15274                 patch submitted by Alexander Evseev
15275
15276         * src/prefs_toolbar.c
15277                 re-position and resize window
15278                 make window assume correct size on first call
15279
15280 2002-08-10 [paul]       0.8.1claws46
15281
15282         * src/mainwindow.c
15283           src/prefs_toolbar.c
15284           src/toolbar.c
15285           src/toolbar.h
15286                 obey coding style
15287                 follow UI text conventions
15288
15289 2002-08-10 [alfons]     0.8.1claws45
15290
15291         * src/toolbar.c
15292                 correct pixmap for delete action
15293
15294 2002-08-10 [paul]       0.8.1claws44
15295
15296         * po/pt_BR.po
15297                 updated by Fabio Jr. Beneditto
15298
15299 2002-08-10 [paul]       0.8.1claws43
15300
15301         * po/POTFILES.in
15302                 add custom toolbar files
15303
15304 2002-08-10 [paul]       0.8.1claws42
15305
15306         * sync with 0.8.1cvs22
15307                 see ChangeLog 2002-08-09
15308
15309 2002-08-09 [paul]       0.8.1claws41
15310
15311         * tools/Makefile.am
15312           tools/README
15313           tools/outlook2sylpheed.pl     ** NEW FILE **
15314                 add script to convert exported Outlook
15315                 contacts list to a Sylpheed addressbook.
15316                 Submitted by Ricardo Mones Lastra.
15317
15318 2002-08-09 [paul]       0.8.1claws40
15319
15320         * AUTHORS
15321           configure.in
15322           po/sr.po      ** NEW FILE **
15323                 add Serbian message catalog. Submitted by
15324                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15325
15326 2002-08-09 [paul]       0.8.1claws39
15327
15328         * sync with 0.8.1cvs21
15329                 see ChangeLog 2002-08-08
15330
15331 2002-08-08 [oliver]     0.8.1claws38
15332
15333         * src/mainwindow.c
15334                 move Custom Toolbar to Configuration menu
15335
15336 2002-08-08 [oliver]     0.8.1claws37
15337
15338         * src/prefs_toolbar.c
15339                 fix substitute pixmap bug
15340
15341 2002-08-08 [paul]       0.8.1claws36
15342
15343         * sync with 0.8.1cvs19
15344                 see ChangeLog 2002-08-08
15345
15346 2002-08-07 [christoph]  0.8.1claws35
15347
15348         * src/utils.c
15349                 fixed a memory leak in new canonicalize_file_replace
15350
15351 2002-08-07 [christoph]  0.8.1claws34
15352
15353         * src/utils.[ch]
15354                 o canonicalize_file_replace should create the temporary
15355                   file in the same directory as the original file.
15356                 o added get_tmpfile_in_dir that creates a temorary file
15357                   in a specified directory.
15358
15359 2002-08-07 [melvin]     0.8.1claws33
15360
15361         * src/toolbar.c
15362                 fixed bug where 'Article' button acted as 'Email' button.
15363
15364 2002-08-07 [paul]       0.8.1claws32
15365
15366         * sync with 0.8.1.cvs17
15367                 see ChangeLog 2002-08-07
15368
15369 2002-08-07 [colin]      0.8.1claws31
15370         
15371         * src/news.c
15372                 fix mass-cancel problem
15373
15374 2002-08-07 [thorsten]   0.8.1claws30
15375
15376         * src/prefs_toolbar.c
15377                 fix: crash on replace or add new button
15378         * src/toolbar.c
15379                 fix: close xmlfile after reading
15380         * src/utils.c
15381                 fix: unlink() file before rename()
15382
15383 2002-08-06 [paul]       0.8.1claws29
15384
15385         * sync with 0.8.cvs15
15386                 see ChangeLog 2002-08-06
15387
15388 2002-08-06 [oliver]     0.8.1claws28
15389
15390         * src/toolbar.c
15391         * src/prefs_toolbar.c
15392                 fixed empty toolbar issue
15393
15394 2002-08-06 [oliver]     0.8.1claws27
15395
15396         * Custom Toolbar Final 
15397         * src/folderview.c
15398         * src/inc.c
15399         * src/summaryview.c
15400                 o toolbar stuff now lives in src/toolbar.[ch]
15401                 o main_window_toolbar_* functions are renamed to
15402                   toolbar_* reflecting their new source file
15403         * src/mainwindow.[ch]
15404                 o remove toolbar stuff  
15405
15406 2002-08-06 [oliver]     0.8.1claws26
15407         
15408         * src/Makefile.am
15409         * src/prefs_toolbar.[ch]        **New File**
15410         * src/toolbar.[ch]              **New File**
15411                 o prefs_toolbar.[ch] custom toolbar frontend
15412                 o toolbar.[ch]       backend 
15413
15414 2002-08-06 [oliver]     0.8.1claws25
15415
15416         * src/prefs_actions.[ch]
15417                 o new exported function actions_execute
15418
15419 2002-08-06 [paul]       0.8.1claws24
15420
15421         * sync with 0.8.1cvs4
15422                 see ChangeLog 2002-08-06
15423
15424 2002-08-06 [paul]       0.8.1claws23
15425
15426         * sync with 0.8.1cvs13
15427                 see ChangeLog 2002-08-06
15428
15429 2002-08-06 [paul]       0.8.1claws22
15430
15431         * sync with 0.8.1cvs12
15432                 see ChangeLog 2002-08-05 and 2002-08-06
15433
15434 2002-08-06 [match]      0.8.1claws21
15435
15436         * src/addrclip.c
15437                 improvements to cut/copy/paste address
15438
15439 2002-08-05 [match]      0.8.1claws20
15440
15441         * src/addritem.[ch]
15442         * src/addrcache.c
15443         * src/addrbook.c
15444         * src/editaddress.c
15445         * src/addressbook.c
15446                 fixes to improve cut/copy/paste
15447
15448 2002-08-06 [melvin]     0.8.1claws19
15449
15450         * src/account.[ch]
15451                 account_find_all_from_address(): new function that returns the
15452                 list of all accounts that are matched in an address.
15453         * src/alertpanel.[ch]
15454                 alertpanel() now accepts a custom widget
15455                 alertpanel_with_widget(): new function that pops up a panel with
15456                 a custom widget in it 
15457         * src/gtkutils.[ch]
15458                 gtkut_account_menu_new(): new function that allows the selection
15459                 of an account from a list of accounts.
15460         * src/messageview.c
15461                 Extended Return Receipt notification to select the correct 
15462                 account and to make a security test on the Delivery-Notification
15463                 address which should be the same as the Return-Path.
15464
15465 2002-08-06 [thorsten]   0.8.1claws18
15466
15467         * src/mimeview.c
15468                 attach_all: save unnamed as "noname.%d",
15469                 dont free static dirname
15470
15471 2002-08-05 [alfons]     0.8.1claws17
15472
15473         * configure.in
15474                 detect XIM by trying to link rather than compile a XIM program
15475
15476 2002-08-05 [oliver]     0.8.1claws16
15477                 
15478         * src/stock_pixmap.[ch]
15479                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15480                 o new func to retrieve pixmaps
15481
15482 2002-08-05 [paul]       0.8.1claws15
15483
15484         * sync with 0.8.1cvs10
15485                 see ChangeLog 2002-08-05
15486
15487 2002-08-04 [alfons]     0.8.1claws14
15488
15489         * src/textview.c
15490                 see if this plugs memleak
15491
15492 2002-08-04 [melvin]     0.8.1claws13
15493
15494         * src/gtkspell.c
15495                 fixed bug that could crash Sylpheed when highlighting
15496                 all misspelled words.
15497
15498 2002-08-03 [melvin]     0.8.1claws12
15499
15500         * src/prefs_actions.c
15501                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15502         * src/messageview.c
15503                 fixed bug where the Return Receipt was sent to
15504                 Delivery-Notification-To address even if it was not present
15505
15506 2002-08-02 [alfons]     0.8.1claws11
15507
15508         * src/prefs_actions.c
15509                 o more check for NULLs
15510                 o put create_io_dialog() in right conditional block
15511
15512 2002-08-02 [paul]       0.8.1claws10
15513
15514         * po/es.po
15515                 updated by Ricardo Mones Lastra
15516
15517 2002-08-01 [christoph]  0.8.1claws9
15518
15519         * src/folder.c
15520                 don't free the cache of the opened
15521                 folder in the summaryview
15522         * src/summaryview.c
15523                 don't unset flags, if it is not required
15524
15525 2002-08-01 [paul]       0.8.1claws8
15526
15527         * sync with 0.8.1cvs8
15528                 see ChangeLog entry 2002-08-01
15529
15530 2002-08-01 [paul]       0.8.1claws7
15531
15532         * sync with 0.8.1cvs7
15533                 see ChangeLog 2002-07-31 and 2002-08-01
15534
15535 2002-07-31 [christoph]  0.8.1claws6
15536
15537         * src/mainwindow.c
15538                 forgot to update menu sensitivity
15539                 function for new menu entry
15540
15541 2002-07-31 [alfons]     0.8.1claws5
15542
15543         * src/main.c
15544                 check folder item and its path for NULL on
15545                 initial processing
15546
15547 2002-07-31 [christoph]  0.8.1claws4
15548
15549         * src/folder.c
15550                 check if folder_item_get_msginfo in
15551                 folder_item_remove_msg returned NULL
15552         * src/imap.c
15553                 better clear the uid cache in the
15554                 uid validity check function and delete
15555                 cached messages
15556
15557 2002-07-31 [paul]       0.8.1claws3
15558
15559         * man/sylpheed.1
15560                 add the '--attach' option and a few other
15561                 minor changes
15562
15563 2002-07-31 [paul]       0.8.1claws2
15564
15565         * sync with 0.8.1cvs5
15566                 see ChangeLog 2002-07-31
15567
15568 2002-07-31 [christoph]  0.8.1claws1
15569
15570         * src/folderview.[ch]
15571         * src/mainwindow.c
15572                 replace "Rescan all folders..." with
15573                 "Check all folders for new messages..."
15574
15575 2002-07-30 [paul]       0.8.1claws
15576
15577         * version 0.8.1claws released
15578
15579 2002-07-30 [paul]       0.8.0claws29
15580
15581         * tools/OOo2sylpheed.pl ** NEW FILE **
15582           tools/README
15583                 add script to enable sending documents as
15584                 attachments from OpenOffice.org
15585
15586 2002-07-30 [melvin]     0.8.0claws28
15587
15588         * src/prefs_actions.c
15589                 Made the actions' input/output dialog display
15590                 without delay.
15591
15592 2002-07-30 [christoph]  0.8.0claws27
15593
15594         * src/procmsg.c
15595                 check if folder_item_get_msginfo in
15596                 procmsg_save_to_outbox returned NULL
15597
15598 2002-07-30 [paul]       0.8.0claws26
15599
15600         * sync with 0.8.1cvs4
15601                 see ChangeLog 2002-07-29
15602
15603 2002-07-29 [thorsten]   0.8.0claws25
15604
15605         * README.claws
15606                 added selective download, delete on server
15607
15608 2002-07-29 [paul]       0.8.0claws24
15609
15610         * sync with 0.8.1cvs3
15611                 see ChangeLog 2002-07-29
15612
15613 2002-07-27 [christoph]  0.8.0claws23
15614
15615         * src/folder.c
15616                 add extra check if fetching the msginfo
15617                 returned NULL
15618
15619 2002-07-27 [paul]       0.8.0claws22
15620
15621         * sync with 0.8.1cvs2
15622                 see ChangeLog 2002-07-26
15623
15624 2002-07-27 [christoph]  0.8.0claws21
15625
15626         * src/imap.c
15627                 add another check if a valid msginfo
15628                 was returned
15629
15630 2002-07-26 [hoa]        0.8.0claws20
15631
15632         * src/folder.c
15633                 Fixed a condition in folder_item_destroy()
15634
15635         * src/imap.c
15636                 Fixed an error in IMAP protocol
15637
15638 2002-07-26 [alfons]     0.8.0claws19
15639
15640         * src/folder.c
15641                 ofcourse compare with identifier, not the path
15642
15643 2002-07-26 [alfons]     0.8.0claws18
15644
15645         * src/folder.c
15646                 use folder item identifier for saving / restoring
15647                 preferences because folder->path might not be unique
15648
15649 2002-07-26 [melvin]     0.8.0claws17
15650
15651         * src/logwindow.c
15652                 Fixed a crash introduced in 0.8.0claws5 when log is 
15653                 cut under 80 characters.
15654
15655 2002-07-26 [paul]       0.8.0claws16
15656
15657         * sync with 0.8.1cvs1
15658                 see ChangeLog 2002-07-26
15659
15660 2002-07-26 [christoph]  0.8.0claws15
15661
15662         * src/imap.[ch]
15663                 imap folder now remembers the last selected
15664                 folder and imap_fetch_msginfo skips selecting
15665                 the folder if it is already selected
15666
15667 2002-07-26 [christoph]  0.8.0claws14
15668
15669         * src/folder.c
15670         * src/folderview.c
15671         * src/imap.c
15672                 fix imap folder rescanning
15673
15674 2002-07-25 [christoph]  0.8.0claws13
15675
15676         * src/filter.c
15677         * src/folder.[ch]
15678         * src/folderview.c
15679         * src/imap.[ch]
15680         * src/mainwindow.c
15681         * src/mbox_folder.c
15682         * src/mh.c
15683         * src/news.c
15684                 implement imap uid cache and uid validity check
15685
15686 2002-07-25 [alfons]     0.8.0claws12
15687
15688         * src/summaryview.c
15689                 fix a brown paper bag bug, and also add some more
15690                 checks
15691
15692 2002-07-25 [christoph]  0.8.0claws11
15693
15694         * src/folder.c
15695                 don't mix copy, fetch_msginfo and remove
15696                 operations in folder item copy and move
15697                 operations
15698
15699 2002-07-25 [christoph]  0.8.0claws10
15700
15701         * src/folderview.c
15702         * src/mainwindow.c
15703         * src/prefs_folder_item.c
15704         * src/summaryview.[ch]
15705                 remove no longer required parameter update_cache from
15706                 summary_show
15707
15708 2002-07-25 [paul]       0.8.0claws9
15709
15710         * sync with 0.8.1
15711         
15712         * AUTHORS
15713                 a few corrections
15714
15715 2002-07-24 [alfons]     0.8.0claws8
15716
15717         * src/summaryview.c
15718                 sort correctly when using simplified subject line
15719                 (closes feature request "[ 585141 ] applying regexp to subject 
15720                 before sort" submitted by Alexandra Walford)
15721
15722 2002-07-24 [paul]       0.8.0claws7
15723
15724         * sync with 0.8.0cvs3
15725                 see ChangeLog 2002-07-24
15726
15727 2002-07-23 [christoph]  0.8.0claws6
15728
15729         * src/folder.c
15730         * src/folder.h
15731         * src/summaryview.c
15732         * src/summaryview.h
15733         * src/main.c
15734                 o separate processing and summaryview
15735                 o removed summary_write_cache from summaryview
15736                 o removed summaryview->killed_messages, because we don't have
15737                   to keep a list of killed messages anymore. New cache will
15738                   keep the hidden messages in cache anyway
15739         * src/folderview.c
15740         * src/inc.c
15741         * src/selective_download.c
15742                 o removed unnecessary summary_write_cache calls
15743         * src/procmsg.c
15744                 o don't set ignore thread flag in procmsg_get_thread_tree
15745                   if it is already set
15746         * src/mainwindow.c
15747         * src/statusbar.h
15748                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15749                   they are used in different files
15750
15751 2002-07-23 [melvin]     0.8.0claws5
15752
15753         * src/addressbook.c
15754         * src/addrgather.c
15755         * src/editaddress.c
15756         * src/editgroup.c
15757         * src/editldap_basedn.c
15758         * src/importldif.c
15759         * src/prefs_common.c
15760                 Fixed few memory leak (gtk_editable_get_chars returns
15761                 an allocated string)
15762         * src/logwindow.c
15763                 Fixed few memory leak (gtk_editable_get_chars returns
15764                 an allocated string) and modified a little the log cutting
15765                 loop.
15766         * src/compose.c
15767                 Replaced a call to an obsolete function gtk_entry_get_text()
15768                 by gtk_editable_get_chars()
15769         * src/send.c
15770                 Removed a debug printf
15771
15772 2002-07-23 [christoph]  0.8.0claws4
15773
15774         * src/filesel.c
15775                 fix another g_dirname memory leak
15776
15777 2002-07-23 [christoph]  0.8.0claws3
15778
15779         * src/mh.c
15780                 fixed a memory leak in mh_fetch_msginfo
15781                 fixed crash when message header could not be
15782                 parsed
15783
15784 2002-07-23 [paul]       0.8.0claws2
15785
15786         * sync with 0.8.0cvs2
15787                 see ChangeLog 2002-07-23
15788
15789 2002-07-23 [paul]       0.8.0claws1
15790
15791         * sync with 0.8.0cvs1
15792                 see ChangeLog 2002-07-23
15793
15794 2002-07-23 [paul]       0.8.0claws
15795
15796         * release of 0.8.0claws