2004-10-29 [paul]
[claws.git] / ChangeLog.claws
1 2004-10-29 [paul]
2
3         * tools/textviewer.sh
4                 fix typo. patch submitted by Johann Koenig 
5                 <explosive@hvc.rr.com>
6
7 2004-10-29 [paul]
8
9         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11                 add French translations, submitted by Fabien Vantard
12
13 2004-10-28 [christoph]  0.9.12cvs135
14
15         * doc/src/rfc2231.txt                           ** NEW **
16         * src/procmime.c
17         * src/common/quoted-printable.c
18         * src/common/utils.[ch]
19                 implement RFC2231's parameter decoding
20
21 2004-10-27 [paul]
22
23         * tools/kdeservicemenu/README
24         * tools/kdeservicemenu/install.sh
25         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
26         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
27         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
28                 output files to /tmp instead of littering the
29                 current dir
30                 add uninstall function
31                 refactor
32
33 2004-10-26 [christoph]  0.9.12cvs134
34
35         * src/procmime.c
36                 better check if parameters have to be in quoted string
37
38 2004-10-25 [paul]
39
40         * tools/kdeservicemenu/README
41         * tools/kdeservicemenu/install.sh
42         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
43         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
44         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
45                 add files for Sylpheed Service Menu in Konqueror
46
47 2004-10-22 [paul]       0.9.12cvs133
48
49         * src/compose.c
50         * src/prefs_common.c
51         * src/prefs_common.h
52         * src/prefs_wrapping.c
53                 remove 'smart wrapping'
54
55 2004-10-21 [colin]      0.9.12cvs132
56
57         * src/compose.c
58                 Remove extraneous separator in Options
59
60 2004-10-21 [colin]      0.9.12cvs131
61
62         * src/compose.c
63                 Replace "unknown" attachments by "application/octet-stream"
64                 Be a bit more defensive when using strchr
65
66 2004-10-20 [paul]
67
68         * po/ru.po
69                 updated by Pavlo Bohmat
70
71 2004-10-19 [christoph]  0.9.12cvs130
72
73         * src/compose.c
74                 fix wrong menu entry path
75
76         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
77
78         * src/gtk/menu.c
79                 add extra check for missing menu entries
80
81 2004-10-19 [christoph]  0.9.12cvs129
82
83         * src/compose.c
84         * src/common/utils.c
85                 use utils' generate_msgid() in compose.c
86
87 2004-10-18 [christoph]  0.9.12cvs128
88
89         * src/plugins/pgpmime/passphrase.c
90         * src/plugins/pgpmime/pgpmime.c
91         * src/plugins/pgpmime/prefs_gpg.[ch]
92         * src/plugins/pgpmime/prefs_gpg.glade
93         * src/plugins/pgpmime/sgpgme.c
94                 add GPG prefs
95
96 2004-10-18 [christoph]  0.9.12cvs127
97
98         * src/addrbook.c
99         * src/addrcache.c
100         * src/addressbook.c
101         * src/codeconv.c
102         * src/compose.c
103         * src/customheader.c
104         * src/editaddress.c
105         * src/editgroup.c
106         * src/exporthtml.c
107         * src/folder.c
108         * src/folderview.c
109         * src/imap.c
110         * src/jpilot.c
111         * src/main.c
112         * src/matcher_parser_parse.y
113         * src/mbox.c
114         * src/pop.c
115         * src/prefs_account.c
116         * src/prefs_gtk.c
117         * src/prefs_msg_colors.c
118         * src/procheader.c
119         * src/procmime.[ch]
120         * src/procmsg.c
121         * src/summaryview.c
122         * src/textview.c
123         * src/common/base64.c
124         * src/common/partial_download.c
125         * src/common/socket.c
126         * src/common/sylpheed.c
127         * src/common/utils.[ch]
128         * src/gtk/filesel.c
129         * src/gtk/pluginwindow.c
130         * src/gtk/quicksearch.c
131         * src/plugins/pgpmime/pgpmime.c
132         * src/plugins/pgpmime/plugin.c
133         * src/plugins/pgpmime/select-keys.c
134         * src/plugins/pgpmime/sgpgme.c
135         * src/plugins/spamassassin/libspamc.c
136         * src/plugins/trayicon/trayicon.c
137         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
138         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
139                 o don't use any GNU C extensions
140                 o fix warnings
141                 o replace some non-POSIX functions
142
143         * src/plugins/spamassassin/spamassassin.[ch]
144         * src/plugins/spamassassin/spamassassin_gtk.c
145         * src/plugins/clamav/clamav_plugin.[ch]
146         * src/plugins/clamav/clamav_plugin_gtk.c
147                 replace statusbar_print_all() from common code because it is a
148                 GUI function
149
150 2004-10-17 [paul]
151
152         * po/es.po
153         * po/ko.po
154         * AUTHORS
155                 update Spanish and Korean translations,
156                 submitted by Ricardo Mones Lastra and
157                 SungHyun Nam
158
159 2004-10-13 [colin]      0.9.12cvs126
160
161         * src/compose.c
162                 Don't convert message to forced encoding when 
163                 drafting, plus minor magic-values cleanup.
164
165 2004-10-13 [colin]      0.9.12cvs125
166
167         * po/POTFILES.in
168                 Update POTFILES.in to reflect the source
169                 place changes
170
171 2004-10-08 [christoph]  0.9.12cvs124
172
173         * m4/spamassassin.m4
174                 fix libspamc OpenSSL
175
176         * src/compose.c
177                 rearrange the compose menu
178
179 2004-10-08 [christoph]  0.9.12cvs123
180
181         * src/Makefile.am
182         * src/account.c
183         * src/compose.[ch]
184         * src/crash.c
185         * src/main.c
186         * src/mimeview.c
187         * src/passphrase.[ch]                           ** REMOVE **
188         * src/prefs_account.[ch]
189         * src/prefs_common.[ch]
190         * src/privacy.[ch]
191         * src/procmime.[ch]
192         * src/procmsg.c
193         * src/rfc2015.[ch]                              ** REMOVE **
194         * src/select-keys.[ch]                          ** REMOVE **
195         * src/common/utils.[ch]
196         * src/gtk/about.c
197         * src/plugins/pgpmime/Makefile.am
198         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
199         * src/plugins/pgpmime/pgpmime.c
200         * src/plugins/pgpmime/plugin.c
201         * src/plugins/pgpmime/prefs_gpg.[ch]
202         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
203         * src/plugins/pgpmime/sgpgme.[ch]
204                 o Add new MIME-Writer
205                 o extend PrivacySystem with sign and encrypt functions
206                 o extend PGP/MIME plugin with sign and encrypt functions
207                 o integrate extended Privacy API in Compose and Sending process
208
209 2004-10-04 [colin]      0.9.12cvs122
210
211         * src/mainwindow.c
212         * src/messageview.c
213         * src/messageview.h
214         * src/textview.c
215                 Make forced encoding limited to messageview and
216                 apply only to parts displayed using textview
217
218 2004-10-04 [colin]      0.9.12cvs121
219
220         * src/summaryview.c
221                 Fix bug #605 (collapsed threads re-expand when moving or
222                 deleting mails)
223
224 2004-10-03 [colin]      0.9.12cvs120
225
226         * src/summaryview.c
227                 Fix bug #602
228
229 2004-10-02 [colin]      0.9.12cvs119
230
231         * src/mainwindow.c
232         * src/messageview.c
233         * src/prefs_common.h
234         * src/procmime.c
235         * src/procmime.h
236         * src/textview.c
237                 Clean up forced charset feature
238                 Add forced decode
239
240 2004-10-01 [colin]      0.9.12cvs118
241
242         * src/mimeview.c
243                 Better fix for Save all: skip multipart mails' first 
244                 text part
245
246 2004-10-01 [colin]      0.9.12cvs117
247
248         * src/mimeview.c
249                 Only save attachments in Save All
250
251 2004-10-01 [paul]       0.9.12cvs116
252
253         * ChangeLog
254         * ChangeLog.jp
255         * src/account.c
256         * src/prefs_common.c
257         * src/gtk/colorlabel.c
258                 sync with main 0.9.12cvs17
259
260 2004-09-30 [colin]      0.9.12cvs115
261
262         * src/stock_pixmap.c
263         * src/stock_pixmap.h
264         * src/folderview.c
265         * src/Makefile.am
266         * src/pixmaps/read.xpm
267                 Add icon for total # column
268
269 2004-09-29 [colin]      0.9.12cvs114
270
271         * src/compose.c
272                 Don't close compose until message is sent if 
273                 Show Send Dialog is Always
274
275 2004-09-29 [paul]       0.9.12cvs113
276
277         * src/quote_fmt_parse.y
278                 In the quotation templates recognise sender's first and last 
279                 names (%F %L) when the name is in the format "Duck, Donald".
280                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
281
282
283 2004-09-28 [colin]      0.9.12cvs112
284
285         * src/mainwindow.c
286                 Put back mnemonic
287         * src/folderview.c
288                 Fix Empty trash being visible-invisible-visible...
289
290 2004-09-28 [colin]      0.9.12cvs111
291
292         * src/mainwindow.c
293                 Relabel Empty all Trash folders
294
295 2004-09-28 [colin]      0.9.12cvs110
296
297         * src/folderview.c
298                 Add contextual Empty trash menu
299         * src/mainwindow.c
300                 Revert cvs109 which was useless
301
302 2004-09-28 [colin]      0.9.12cvs109
303
304         * src/mainwindow.c
305                 Fix uninialized var
306
307 2004-09-28 [colin]      0.9.12cvs108
308
309         * src/addressbook.c
310                 Fix triple-click
311
312 2004-09-28 [colin]      0.9.12cvs107
313
314         * src/addressbook.c
315                 Fix double-click on entries
316
317 2004-09-28 [colin]      0.9.12cvs106
318
319         * src/inc.c
320                 Reintroduce folder_item update freeze on incorporation
321
322 2004-09-27 [christoph]  0.9.12cvs105
323
324         * src/folderview.c
325                 right-align new and unread column
326
327 2004-09-27 [paul]
328
329         * 0.9.12b released
330
331 2004-09-27 [paul]       0.9.12cvs104
332
333         * src/main.c
334                 revert 0.9.12cvs101, it causes another segfault
335
336 2004-09-23 [christoph]  0.9.12cvs103
337
338         * src/plugins/spamassassin/libspamc.[ch]
339         * src/plugins/spamassassin/utils.[ch]
340                 update libspamc to SpamAssassin 3.0.0
341
342 2004-09-17 [paul]       0.9.12cvs102
343
344         * ChangeLog
345         * ChangeLog.jp
346         * src/inc.c
347                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
348  
349
350 2004-09-17 [colin]      0.9.12cvs101
351
352         * src/main.c
353                 Fix segfaults when quitting. valgrind says:
354                         ==12144== Invalid read of size 4
355                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
356                         [...]
357                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
358                         [...]
359                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
360
361
362 2004-09-13 [christoph]  0.9.12cvs100
363
364         * src/folder.c
365                 add NULL pointer checks to fix segfault when messages can
366                 not be fetched
367
368 2004-09-08 [colin]      0.9.12cvs99
369
370         * src/account.c
371                 Remove a debug printf
372
373 2004-09-08 [christoph]  0.9.12cvs98
374
375         * src/procmsg.[ch]
376                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
377                 if the message structure has been scanned
378
379         * src/folder.c
380                 o scan structure when the mail is fetched for the first time
381                   to prevent unnecessary fetching of messages while scanning
382                   the folder for messages
383                 o revert 0.9.12cvs24
384
385         * src/plugins/pgpmime/pgpmime.c
386                 check signature if auto signature checking is enabled when the
387                 signature status is requested for first time and not when
388                 checking if a part has a signature
389
390 2004-09-07 [colin]      0.9.12cvs97
391
392         * src/inc.c
393                 Change session error messages so that they
394                 are a bit more helpful (the origin of the
395                 error is not apparent if one isn't in 
396                 front of Sylpheed when it happens).
397
398 2004-09-06 [colin]      0.9.12cvs96
399
400         * src/toolbar.c
401                 Fix graying out Redirect in non english languages
402                 Patch by Fabien Vantard
403
404 2004-09-06 [colin]      0.9.12cvs95
405
406         * src/summaryview.c
407         * src/mimeview.c
408                 Fix dropped URIs
409
410 2004-09-06 [colin]      0.9.12cvs94
411
412         * src/addressbook.c
413         * src/addressitem.h
414         * src/addritem.c
415         * src/addritem.h
416                 Add basic drag and drop to addressbook
417
418 2004-09-03 [colin]      0.9.12cvs93
419
420         * src/summaryview.c
421                 Next/Prev unread message should start
422                 from next/prev node (especially if 
423                 mark_as_read_delay != 0)
424
425 2004-09-03 [colin]      0.9.12cvs92
426
427         * src/prefs_common.c
428         * src/prefs_common.h
429         * src/summaryview.c
430                 Add an hidden 'mark_as_read_delay' pref 
431
432 2004-09-02 [colin]      0.9.12cvs91
433
434         * src/gtk/menu.c
435                 Add unduplicated menu entries (fixes bug 532)
436                 Patch by Fabien Vantard
437
438 2004-09-02 [colin]      0.9.12cvs90
439
440         * src/account.c
441                 Fix bug 582 (broken auto account selection)
442
443 2004-09-02 [colin]      0.9.12cvs89
444
445         * src/addrindex.c
446                 Free deleted queries too
447
448 2004-09-02 [colin]      0.9.12cvs88
449
450         * src/ldapquery.c
451                 Fix freezes in LDAP, due to memory corruption
452                 after deletion of a query (and not removing it
453                 from the corresponding list of queries).
454                 Very probably fixes bug 567 and bug 569
455
456 2004-09-02 [colin]      0.9.12cvs87
457
458         * src/prefs_spelling.c
459                 Fix bug with aspell prefs init, where spell checking
460                 is enabled at first but dictionary not specified. Use
461                 LANG's dictionary by default.
462
463 2004-09-01 [colin]      0.9.12cvs86
464
465         * src/filtering.c
466         * src/imap.c
467         * src/prefs_matcher.c
468         * src/stock_pixmap.c
469                 Fix more nasty uninitialized variables
470
471 2004-08-31 [colin]      0.9.12cvs85
472
473         * src/folder.c
474                 Fix memory corruption when entering procmsg_msginfo_free()
475                 with unitialized msginfo. Thanks Valgrind.
476
477 2004-08-29 [colin]      0.9.12cvs84
478
479         * src/mimeview.c
480                 Don't escape filenames before saving - that's 
481                 not dangerous. By the way, fix the leak.
482
483 2004-08-27 [paul]       0.9.12cvs83
484
485         * src/mh.c
486         * src/procheader.c
487         * src/procmsg.c
488         * src/procmsg.h
489         * src/common/utils.c
490         * src/gtk/menu.h
491                 sync with main 0.9.12cvs6, see ChangeLog
492                 2004-08-24, 2004-08-25, 2004-08-26
493
494
495 2004-08-26 [paul]
496
497         * po/ja.po
498                 updated by Rui Hirokawa
499
500 2004-08-25 [colin]      0.9.12cvs82
501
502         * src/plugins/pgpmime/pgpmime.c
503                 Fix leak on non-combined encrypted messages
504
505 2004-08-25 [colin]      0.9.12cvs81
506
507         * src/plugins/pgpmime/pgpmime.c
508         * src/plugins/pgpmime/sgpgme.c
509         * src/plugins/pgpmime/sgpgme.h
510                 Handle combined encryption/signature
511
512 2004-08-24 [colin]      0.9.12cvs80
513
514         * src/folder.c
515                 Set mime flags on non multipart messages too
516
517 2004-08-23 [christoph]  0.9.12cvs79
518
519         * src/compose.c
520                 create message header in memory as GString before writing it
521                 to the message file
522
523 2004-08-23 [colin]      0.9.12cvs78
524
525         * src/rfc2015.c
526         * src/rfc2015.h
527         * src/compose.c
528                 Fix (again) bug 197: inline encryption broken
529
530 2004-08-23 [paul]
531
532         * po/zh_CN.po
533                 updated by Hansom Young
534
535 2004-08-23 [paul]
536
537         * 0.9.12a released
538
539 2004-08-23 [colin]      0.9.12cvs77
540
541         * src/imap.c
542                 Try and fix bug 577 (session->last_access_time is broken since 
543                 sync with main 0.9.12cvs2). 
544                 Patch by Stephan Sachse <whiteman@teg-clan.de>
545
546 2004-08-23 [paul]
547
548         * po/es.po
549         * po/fr.po
550         * po/pl.po
551         * po/pt_BR.po
552         * po/sk.po
553         * po/sr.po
554                 update translations. submitted by Ricardo
555                 Mones Lastra, Fabien Vantard, Emilian Nowak,
556                 Frederico Goncalves Guimaraes, Andrej Kacian,
557                 Urke MMI
558
559 2004-08-22 [paul]       0.9.12cvs76
560
561         * src/plugins/trayicon/trayicon.c
562                 fix formatting bug in trayicon_popup_menu_entries[]
563
564
565 2004-08-22 [paul]       0.9.12cvs75
566
567         * m4/Makefile.am
568                 remove reference to openssl.m4
569
570
571 2004-08-21 [colin]      0.9.12cvs74
572
573         * src/compose.c
574                 Fix bug 576 (Duplicate auto-bcc on reedit)
575
576 2004-08-21 [colin]      0.9.12cvs73
577
578         * src/toolbar.c
579                 Grey out Redirect in the toolbar when selection is
580                 multiple. Fixes bug 520
581
582 2004-08-21 [colin]      0.9.12cvs72
583
584         * src/compose.c
585                 Save Sign, Encrypt and Mode status when drafting or queuing
586                 Fixes bug 502 (drafted message does not keep sign / encrypt 
587                 state)
588
589 2004-08-21 [colin]      0.9.12cvs71
590
591         * src/summaryview.c
592                 Fix bug 494 (Messages are always opened in summary 
593                 view when right clicked.) Also fixes bug 508.
594
595 2004-08-21 [colin]      0.9.12cvs70
596
597         * src/compose.c
598                 When using inline encryption, don't use QP or Base64:
599                 the mail will be encrypted to a 7bit string.
600                 Fixes bug 197
601
602 2004-08-21 [colin]      0.9.12cvs69
603
604         * src/compose.c
605                 Fix inline-signing with 8bit chars: data must be 
606                 converted to Quoted-printable before signing.
607
608 2004-08-21 [colin]      0.9.12cvs68
609
610         * src/compose.c
611                 Remove 'Message/Save to draft folder'
612                 and 'Message/Save and keep editing' to 
613                 put a single 'File/Save' command.
614                 Fixes bug 224
615
616 2004-08-21 [colin]      0.9.12cvs67
617
618         * src/mainwindow.c
619                 Fix bug 222 (Summary view state not retained between sessions)
620
621 2004-08-20 [colin]      0.9.12cvs66
622
623         * src/codeconv.c
624                 Fix bug 574 (empty cur_locale is not enough)
625
626 2004-08-20 [paul]
627
628         * src/plugins/pgpmime/plugin.c
629                 modify PGP/MIME plugin's description
630
631 2004-08-16 [colin]      0.9.12cvs65
632
633         * src/common/ssl.c
634                 Fix version comparison
635
636 2004-08-16 [colin]      0.9.12cvs64
637
638         * src/common/ssl.c
639                 I meant 2.2.
640
641 2004-08-16 [colin]      0.9.12cvs63
642
643         * src/common/ssl.c
644                 People with glibc 2.1 have had problems with non-blocking
645                 SSL_connect. Disable it for glibc < 2.2.
646
647 2004-08-16 [colin]      0.9.12cvs62
648
649         * src/common/ssl.c
650                 Fix format error
651
652 2004-08-13 [colin]      0.9.12cvs61
653
654         * src/plugins/pgpmime/plugin.c
655                 Add plugin's description
656
657 2004-08-12 [christoph]  0.9.12cvs60
658
659         * src/folderutils.c
660                 fix bug that did not thaw folder updates when deleting
661                 duplicates in empty folders
662
663 2004-08-12 [colin]      0.9.12cvs59
664
665         * src/plugins/trayicon/trayicon.c
666                 Add a context menu with most common operations
667
668 2004-08-12 [colin]      0.9.12cvs58
669
670         * configure.ac
671         * sylpheed.desktop
672         * src/Makefile.am
673         * src/main.c
674                 Add support for Freedesktop.org's startup notification
675
676 2004-08-10 [colin]      0.9.12cvs57
677
678         * src/main.c
679         * src/common/socket.c
680         * src/common/ssl.c
681         * src/common/sylpheed.c
682         * src/common/sylpheed.h
683                 Put back the ssl connect nonblocking...
684                 without the race condition
685
686 2004-08-09 [colin]      0.9.12cvs56
687
688         * src/main.c
689         * src/common/ssl.c
690         * src/common/sylpheed.c
691         * src/common/sylpheed.h
692                 Reverting previous commit, doesn't work 
693
694 2004-08-09 [colin]      0.9.12cvs55
695
696         * src/main.c
697         * src/common/ssl.c
698         * src/common/sylpheed.c
699         * src/common/sylpheed.h
700                 Make SSL_connect nonblocking, using a thread
701
702 2004-08-09 [paul]       0.9.12cvs54
703
704         * po/POTFILES.in
705                 reflect new location of sgpgme.c
706         * src/main.c
707                 sync with main, see ChangeLog 2004-08-09
708
709 2004-08-08 [christoph]  0.9.12cvs53
710
711         * src/folderutils.c
712                 freeze FolderItem updates while deleting duplicate messages
713
714 2004-08-08 [christoph]  0.9.12cvs52
715
716         * configure.ac
717         * src/Makefile.am
718         * src/main.c
719         * src/pgpmime.c
720         * src/pgpmime.h
721         * src/sgpgme.c
722         * src/sgpgme.h
723         * src/plugins/Makefile.am
724         * src/plugins/pgpmime/.cvsignore
725         * src/plugins/pgpmime/Makefile.am
726         * src/plugins/pgpmime/pgpmime.c
727         * src/plugins/pgpmime/pgpmime.h
728         * src/plugins/pgpmime/plugin.c
729         * src/plugins/pgpmime/sgpgme.c
730         * src/plugins/pgpmime/sgpgme.h
731                 new plugin for PGP/MIME
732
733 2004-08-07 [christoph]  0.9.12cvs51
734
735         * src/folder.c
736                 disable immediate folder change notification on opened folders
737                 until SummaryView can handle it quickly
738
739 2004-08-07 [colin]      0.9.12cvs50
740
741         * src/pop.c
742         * src/common/partial_download.c
743                 fix warnings
744
745 2004-08-07 [colin]      0.9.12cvs49
746
747         * src/Makefile.am
748         * src/account.c
749         * src/addressbook.c
750         * src/alertpanel.c
751         * src/alertpanel.h
752         * src/compose.c
753         * src/exphtmldlg.c
754         * src/expldifdlg.c
755         * src/main.c
756         * src/message_search.c
757         * src/messageview.c
758         * src/pop.c
759         * src/sgpgme.c
760         * src/summary_search.c
761         * src/summaryview.c
762         * src/textview.c
763         * src/gtk/sslcertwindow.c
764         * src/pixmaps/stock_dialog-error.xpm
765         * src/pixmaps/stock_dialog-info.xpm
766         * src/pixmaps/stock_dialog-question.xpm
767         * src/pixmaps/stock_dialog-warning.xpm
768                 sync new alertpanel from gtk2
769
770 2004-08-07 [colin]      0.9.12cvs48
771
772         * src/prefs_folder_item.c
773                 fix memory corruption in folderitem's prefs
774
775 2004-08-06 [colin]      0.9.12cvs47
776
777         * src/compose.c
778                 close compose window after queuing, before 
779                 sending when user presses Send
780
781 2004-08-05 [christoph]  0.9.12cvs46
782
783         * src/msgcache.c
784         * src/common/defs.h
785                 add charset to cache file and convert charset when reading the
786                 cache if different from internal used charset
787
788 2004-08-05 [christoph]  0.9.12cvs45
789
790         * src/messageview.c
791         * src/mimeview.[ch]
792         * src/procmime.h
793         * src/common/utils.h
794                 cleanup (remove unused includes/reorganize)
795
796         * src/prefs_ext_prog.c
797         * src/prefs_folder_item.c
798         * src/prefs_fonts.c
799         * src/prefs_msg_colors.c
800         * src/prefs_spelling.c
801         * src/prefs_themes.c
802         * src/prefs_toolbar.c
803         * src/prefs_wrapping.c
804         * src/gtk/prefswindow.[ch]
805         * src/plugins/clamav/clamav_plugin_gtk.c
806         * src/plugins/dillo_viewer/dillo_prefs.c
807         * src/plugins/image_viewer/viewerprefs.c
808         * src/plugins/spamassassin/spamassassin_gtk.c
809                 change PrefsPage path into an array of strings and don't
810                 split a single string into parts (better for translation)
811
812 2004-08-05 [christoph]  0.9.12cvs44
813
814         * src/folder.c
815                 fix FolderItem's message counts after rebuilding a cache
816
817 2004-08-05 [paul]       0.9.12cvs43
818
819         * ChangeLog
820         * ChangeLog.jp
821         * src/imap.c
822         * src/news.c
823         * src/common/nntp.c
824         * src/common/session.c
825         * src/common/session.h
826         * src/common/socket.c
827                 sync with main 0.9.12cvs2
828                 see ChangeLog 2004-08-04
829
830 2004-08-04 [christoph]  0.9.12cvs42
831
832         * configure.ac
833                 add missing AC_DEFINE(USE_OPENSSL, ...)
834         * src/folder.c
835                 use new xml_node_new() function
836
837 2004-08-03 [christoph]  0.9.12cvs41
838
839         * src/folder.c
840         * src/localfolder.c
841         * src/common/xml.[ch]
842                 sync with main 0.9.12cvs1
843                 see ChangeLog 2004-07-23
844
845 2004-08-03 [christoph]
846
847         * configure.ac
848         * m4/openssl.m4                 ** REMOVE **
849                 use pkg-config to get OpenSSL CFLAGS and LIBS
850                 (OpenSSL 0.9.7 is required now)
851
852 2004-08-02 [paul]       0.9.12cvs40
853
854         * AUTHORS
855                 update translation team section
856         * po/pt_BR.po
857                 updated by Frederico Goncalves Guimaraes
858                 <fggdebian@yahoo.com.br>
859
860 2004-07-29 [colin]      0.9.12cvs39
861
862         * src/messageview.c
863                 Inform the user when a partially 
864                 downloaded mail isn't on the server
865                 anymore (due to Mark for deletion)
866
867 2004-07-29 [colin]      0.9.12cvs38
868
869         * src/messageview.c
870                 Hide noticeview if necessary
871
872 2004-07-27 [colin]      0.9.12cvs37
873
874         * src/msgcache.c
875                 More fixes (i overlook a bit, thanks
876                 Christoph for spotting it)
877
878 2004-07-27 [colin]      0.9.12cvs36
879
880         * src/msgcache.c
881                 Fix wrong test 
882
883 2004-07-26 [colin]      0.9.12cvs35
884
885         * src/pop.c
886                 Fix uidl-file parsing when not in new
887                 format
888
889 2004-07-19 [colin]      0.9.12cvs34
890
891         * src/compose.c
892                 Save attachment status when drafting
893
894 2004-07-19 [colin]      0.9.12cvs33
895
896         * src/folder.h
897         * src/folderview.c
898         * src/summaryview.c
899                 Reverse 0.9.12cvs29 to 31 (folder icon update
900                 when quicksearch is active)
901
902 2004-07-18 [colin]      0.9.12cvs32
903
904         * src/pop.c
905                 Fix partial download bug with "Download all
906                 messages" option
907
908 2004-07-18 [colin]      0.9.12cvs31
909
910         * src/folderview.c
911                 Fix crash
912
913 2004-07-17 [colin]      0.9.12cvs30
914
915         * src/summaryview.c
916                 Same, when sticky search is off
917
918 2004-07-17 [colin]      0.9.12cvs29
919
920         * src/folder.h
921         * src/folderview.c
922         * src/summaryview.c
923                 Update FolderItem icon whenever its summaryview is 
924                 filtered
925
926 2004-07-16 [christoph]  0.9.12cvs28
927
928         * src/mimeview.c
929                 make doubleclick work again
930
931 2004-07-16 [christoph]  0.9.12cvs27
932
933         * src/mimeview.c
934                 fix freeze on mime icon doubleclick (opening doesn't work yet)
935
936 2004-07-16 [paul]       0.9.12cvs26
937         
938         * src/gtk/quicksearch.c
939         * src/compose.c
940         * src/customheader.c
941         * src/messageview.c
942         * src/news.c
943         * src/prefs_account.c
944         * src/prefs_display_header.c
945         * src/procheader.c
946                 replace "Message-Id" with "Message-ID"
947
948 2004-07-16 [paul]       0.9.12cvs25
949
950         * ChangeLog
951         * ChangeLog.jp
952         * src/account.c
953         * src/account.h
954         * src/folder_item_prefs.c
955         * src/main.c
956         * src/pop.c
957         * src/pop.h
958         * src/prefs_account.c
959         * src/prefs_account.h
960         * src/prefs_common.c
961         * src/prefs_common.h
962         * src/prefs_gtk.c
963         * src/prefs_gtk.h
964                 sync with main 0.9.12cvs1
965
966 2004-07-15 [colin]      0.9.12cvs24
967
968         * src/folder.c
969                 Disable GPG signature check during
970                 folder move and scan 
971         (Closes Bug 521 Signature checking slows down Folder-Move)
972
973 2004-07-14 [christoph]  0.9.12cvs23
974
975         * src/pgpmime.c
976                 add missing fclose
977
978         * src/procmime.c
979                 add checks if fopen really worked
980
981 2004-07-14 [colin]      0.9.12cvs22
982
983         * src/pop.c
984         * src/common/partial_download.c
985                 Update includes
986
987 2004-07-14 [colin]      0.9.12cvs21
988
989         * src/folder.c
990         * src/inc.c
991         * src/matcher.c
992         * src/matcher.h
993         * src/matcher_parser_parse.y
994         * src/messageview.c
995         * src/msgcache.c
996         * src/noticeview.c
997         * src/noticeview.h
998         * src/pop.c
999         * src/pop.h
1000         * src/prefs_matcher.c
1001         * src/procheader.c
1002         * src/procmsg.c
1003         * src/procmsg.h
1004         * src/summaryview.c
1005         * src/common/Makefile.am
1006         * src/common/defs.h
1007         * src/gtk/quicksearch.c
1008         * src/common/partial_download.c ** NEW FILES **
1009         * src/common/partial_download.h ** NEW FILES **
1010                 Partial downloading of pop3 mails
1011
1012 2004-07-13 [christoph]  0.9.12cvs20
1013
1014         * src/mimeview.c
1015                 use "button_release_event" instead of "button_press_event",
1016                 because executing event callbacks while the button is still
1017                 pressed is not good and causes problems
1018
1019 2004-07-12 [colin]      0.9.12cvs19
1020
1021         * src/gtk/quicksearch.c
1022                 Fix a missing status update in quicksearch
1023
1024 2004-07-08 [colin]      0.9.12cvs18
1025
1026         * src/common/smtp.h
1027                 Fix guint vs gint bug
1028
1029 2004-07-08 [colin]      0.9.12cvs17
1030
1031         * src/common/smtp.c
1032                 use to_human_readable() for sizes
1033
1034 2004-07-08 [paul]       0.9.12cvs16
1035
1036         * src/inc.c [1.174]
1037                 fix occasional non-clearance of the statusbar
1038                 (close Bug 531 'SA plugin: status bar does not 
1039                  get cleared in OFFLINE mode')
1040
1041 2004-07-07 [colin]      0.9.12cvs15
1042
1043         * src/prefs_common.c [1.225]
1044         * src/prefs_common.h [1.112]
1045                 Add a hidden summary_quicksearch_sticky preference,
1046                 to allow the quicksearch bar to reset across folders
1047         * src/summaryview.c [1.437]
1048                 Use this preference
1049         * src/gtk/quicksearch.c [1.5]
1050         * src/gtk/quicksearch.h [1.3]
1051                 Add this preference, fix focus when hitting Enter,
1052                 add handling of Esc key to reset
1053
1054 2004-07-06 [colin]      0.9.12cvs14
1055
1056         * src/gtk/quicksearch.c [1.4]
1057                 Add Clear button
1058
1059 2004-07-06 [christoph]  0.9.12cvs13
1060
1061         * src/toolbar.c
1062                 enable next unread button in empty folders if next folder
1063                 dialog is not disabled
1064
1065         (Closes Feature Request [ 755800 ] "next" button enabled in empty
1066          folders)
1067
1068 2004-07-06 [colin]      0.9.12cvs12
1069
1070         * src/common/smtp.c [1.16]
1071                 Display maximum message size in the log
1072
1073 2004-07-06 [paul]       0.9.12cvs11
1074
1075         * src/toolbar.c
1076                 fix typo. (spotted by Fabien Vantard)
1077
1078 2004-07-06 [paul]       0.9.12cvs10
1079
1080         * src/main.c
1081                 terminate cleanly on SIGHUP. Patch submitted by
1082                 Thomas Gilgin <thg@karate-muellheim.de>
1083
1084 2004-07-05 [christoph]  0.9.12cvs9
1085
1086         * src/inc.c
1087                 better replacing of %d in new mail notification command
1088
1089 2004-07-05 [colin]      0.9.12cvs8
1090
1091         * src/common/smtp.[ch]
1092                 Take SIZE (returned by EHLO) into account, and
1093                 avoid sending too big messages
1094
1095 2004-07-04 [paul]       0.9.12cvs7
1096
1097         * src/account.c
1098                 fix auto-account selection on imap/news
1099
1100 2004-07-01 [paul]       0.9.12cvs6
1101
1102         * src/gtk/quicksearch.c
1103                 reveal hidden string in gui
1104                 
1105         * src/compose.c
1106                 fix updating of gpg signing setting on 
1107                 switching accounts
1108
1109 2004-06-30 [darko]      0.9.12cvs5
1110
1111         * src/common/utils.c
1112                 remove expand_search_string()
1113         * src/gtk/quicksearch.c
1114                 remove no longer needed for loop (thanks Christoph)
1115                 add expand_search_string()
1116
1117 2004-06-30 [darko]      0.9.12cvs4
1118
1119         * src/common/utils.c
1120                 allow all filtering expressions in quicksearch
1121
1122         (Closes Bug 519 filtering expr. in quicksearch)
1123
1124 2004-06-30 [christoph]  0.9.12cvs3
1125
1126         * configure.ac
1127                 better 'localedir'
1128
1129         * src/common/intl.h
1130                 allow plugins to define TEXTDOMAIN for the _(...) macro
1131
1132 2004-06-30 [paul]       0.9.12cvs2
1133
1134         * po/POTFILES.in
1135           src/Makefile.am
1136           src/main.c
1137           src/prefs_common.c
1138           src/prefs_msg_colors.[ch]     ** NEW FILES **
1139                 move message colouring options to
1140                 '/Other Preferences/Message View/Colors'
1141
1142 2004-06-30 [paul]       0.9.12cvs1
1143
1144         * po/POTFILES.in
1145           src/Makefile.am
1146           src/main.c
1147           src/prefs_common.c
1148           src/prefs_wrapping.[ch]       ** NEW FILES **
1149                 move message wrapping options to
1150                 /'Other Preferences/Compose/Message Wrapping'
1151
1152 2004-06-28 [paul]       0.9.12
1153
1154         * Sylpheed-Claws 0.9.12 released
1155
1156         * po/es.po
1157           po/fr.po
1158           po/sk.po
1159                 updated by Ricardo Mones Lastra, Fabien Vantard,
1160                 Andrej Kacian
1161
1162 2004-06-27 [paul]       0.9.11cvs19
1163
1164         * src/common/ssl.c
1165                 re-enable certificate check
1166
1167 2004-06-25 [christoph]  0.9.11cvs18
1168
1169         * src/procmsg.h
1170                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
1171
1172 2004-06-25 [paul]       0.9.11cvs17
1173
1174         * sync with main 0.9.12cvs1
1175                 see ChangeLog 2004-06-23
1176                 
1177         * src/gtk/menu.c
1178                 remove unused menu_toggle_toggle()
1179
1180 2004-06-23 [christoph]  0.9.11cvs16
1181
1182         * src/folder.c
1183         * src/procheader.c
1184         * src/procmsg.h
1185         * src/summaryview.c
1186                 scan the mime structure of multipart mails for correct
1187                 attachment, encryped and signed (with privacy API) part
1188                 detection
1189
1190         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
1191
1192 2004-06-22 [paul]
1193
1194         * po/ru.po
1195                 updated by Pavlo Bohmat
1196
1197 2004-06-20 [christoph]  0.9.11cvs15
1198
1199         * src/inc.c
1200         * src/pop.[ch]
1201                 disconnect after authentication when doing POP before SMTP
1202
1203         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
1204
1205 2004-06-19 [christoph]  0.9.11cvs14
1206
1207         * src/folder.c
1208                 fix FolderItem name update
1209
1210         (Closes Bug 511 Folder-Renaming not reflected immediately)
1211
1212 2004-06-17 [paul]       0.9.11cvs13
1213         
1214         * sync with main 0.9.12 release
1215           src/session.c
1216                 session_set_timeout(): fixed a bug that didn't
1217                 reset timeout_tag when interval is 0.
1218
1219 2004-06-16 [christoph]  0.9.11cvs12
1220
1221         * src/textview.c
1222                 correctly clear the URL in the status bar
1223
1224 2004-06-15 [christoph]  0.9.11cvs11
1225
1226         * src/summaryview.c
1227                 add missing gtk_widget_show()
1228
1229 2004-06-11 [christoph]  0.9.11cvs10
1230
1231         * src/plugins/spamassassin/spamassassin.c
1232                 correctly check waitpid return code
1233
1234         (Closes Bug 396 Zombie process when spamassassin is called)
1235
1236 2004-06-10 [christoph]  0.9.11cvs9
1237
1238         * src/mainwindow.c
1239         * src/summaryview.[ch]
1240         * src/gtk/Makefile.am
1241         * src/gtk/quicksearch.c                         ** NEW **
1242                 separate quick search from summaryview
1243
1244 2004-06-09 [christoph]  0.9.11cvs8
1245
1246         * src/inc.c
1247                 remove unused code
1248
1249         * src/textview.c
1250                 get folder for compose default account from MsgInfo and not
1251                 from SummaryView
1252
1253 2004-06-09 [christoph]  0.9.11cvs7
1254
1255         * src/folder.[ch]
1256                 add information about added or removed messages to
1257                 FOLDER_ITEM_UPDATE hook
1258
1259         * src/imap_gtk.c
1260         * src/mh_gtk.c
1261                 scan folder when removing a folder failed instead of
1262                 updating the summaryview
1263
1264 2004-06-08 [paul]       0.9.11cvs6
1265
1266         * sync with main 0.9.11cvs2
1267                 see ChangeLog 2004-06-08
1268
1269 2004-06-07 [christoph]  0.9.11cvs5
1270
1271         * configure.ac
1272         * src/common/Makefile.am
1273                 detect library providing 'encrypt' function
1274
1275 2004-06-07 [paul]       0.9.11cvs4
1276
1277         * src/inc.c
1278                 sync with main, 'code cleanup'
1279                 
1280         * tools/nautilus2sylpheed.sh
1281                 fix whitespace limitation. patch submitted by
1282                 Stephan Sachse <white@teg-clan.de>
1283
1284 2004-06-04 [christoph]  0.9.11cvs3
1285
1286         * src/account.c
1287         * src/action.[ch]
1288         * src/addressbook.c
1289         * src/addrindex.h
1290         * src/folder.h
1291         * src/folder_item_prefs.c
1292         * src/inc.c
1293         * src/main.c
1294         * src/messageview.c
1295         * src/mh_gtk.c
1296         * src/prefs_themes.c
1297         * src/procmime.c
1298         * src/quote_fmt.h
1299         * src/stock_pixmap.c
1300         * src/toolbar.c
1301                 fix compiler warnings
1302
1303 2004-06-03 [paul]       0.9.11cvs2
1304
1305         * src/msgcache.c
1306                 sync with main 0.9.11cvs1: "changed gint32 to
1307                 guint32 for some platforms"
1308
1309 2004-06-02 [christoph]  0.9.11cvs1
1310
1311         * src/common/ssl.c
1312                 fix SSL_CTX variable name for older OpenSSL versions
1313
1314         (Closes Bug 503 fix compilation with older OpenSSL)
1315
1316 2004-05-31 [paul]       0.9.11claws
1317
1318         * 0.9.11claws released
1319
1320 2004-05-31 [paul]       0.9.10claws72
1321
1322         * po/es.po
1323           po/it.po
1324           po/ja.po
1325           po/pl.po
1326           po/sk.po
1327           po/sr.po
1328           po/zh_CN.po
1329                 update translations, submitted by Ricardo Mones Lastra,
1330                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
1331                 Urke MMI, and Hansom Young
1332
1333 2004-05-25 [luke]       0.9.10claws71
1334
1335         * AUTHORS
1336         * src/mimeview.c
1337         * src/stockpixmap.[ch]
1338         * src/Makefile.am
1339         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
1340         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
1341         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
1342         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
1343         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
1344
1345                 o Added privacy emblems from Jesper Shultz 
1346                   <jesper@schultz-net.dk>
1347                 o Overlay emblems onto mimeview icons to indicate
1348                   status of signature and if a message is encrypted
1349         
1350         * src/textview.c
1351                 remove unused color definitions (were used to 
1352                 indicate sig status)
1353
1354 2004-05-25 [paul]       0.9.10claws70
1355
1356         * AUTHORS
1357           tools/Makefile.am
1358           tools/README
1359           tools/nautilus2sylpheed.sh            ** NEW FILE **
1360                 add script to enable sending files from
1361                 nautilus.
1362                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
1363                 
1364         * tools/launch_firebird                 ** REMOVED **
1365                 removed as the standard "firefox '%s'" now functions
1366                 correctly
1367
1368 2004-05-23 [paul]       0.9.10claws69
1369
1370         * src/compose.c
1371                 fix %X cursor point segfault
1372                 patch by Christoph
1373
1374 2004-05-23 [christoph]  0.9.10claws68
1375
1376         * src/folder.c
1377                 fix folder moving
1378
1379 2004-05-21 [paul]       0.9.10claws67
1380
1381         * sync with 0.9.10cvs17
1382                 see ChangeLog 2004-05-21
1383
1384 2004-05-20 [paul]       0.9.10claws66
1385
1386         * sync with 0.9.10cvs16
1387                 see ChangeLog 2004-05-19 and 2004-05-20
1388
1389 2004-05-19 [alfons]     0.9.10claws65
1390
1391         * src/summaryview.h
1392                 on some platforms regoff_t is defined as off_t, so 
1393                 pull in sys/types.h
1394
1395 2004-05-19 [paul]       0.9.10claws64
1396
1397         * sync with 0.9.10cvs13
1398                 see ChangeLog 2004-05-18
1399
1400 2004-05-17 [christoph]  0.9.10claws63
1401
1402         * src/folder.c
1403                 search all folders when searching for default folders and
1404                 not return the special folder of the first folder
1405
1406 2004-05-13 [alfons]     0.9.10claws62
1407
1408         * src/summaryview.c
1409                 add a better check to see if a message is a news message
1410                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
1411
1412 2004-05-13 [paul]       0.9.10claws61
1413
1414         * src/msgcache.c
1415                 sync with 0.9.10cvs12
1416                 see ChangeLog 2004-05-12
1417
1418 2004-05-12 [alfons]     0.9.10claws60
1419
1420         * src/folderview.c
1421                 release lock in case of folder could not be opened 
1422
1423 2004-05-11 [christoph]  0.9.10claws59
1424
1425         * src/inc.[ch]
1426                 remove unused folderview update stuff from inc.[ch]
1427
1428 2004-05-11 [paul]       0.9.10claws58
1429
1430         * sync with 0.9.10cvs11
1431                 see ChangeLog 2004-05-10 and 2004-05-11
1432
1433 2004-05-09 [christoph]  0.9.10claws57
1434
1435         * src/folderview.c
1436                 check for folder class functions and not folder type to detect
1437                 valid drag targets
1438
1439 2004-05-08 [christoph]  0.9.10claws56
1440
1441         * src/sgpgme.c
1442                 fix date output for signature expire times
1443
1444         (Patch by Edgar Toernig <froese@gmx.de>)
1445
1446 2004-05-06 [christoph]  0.9.10claws55
1447
1448         * src/gtk/prefswindow.c
1449                 change window type to DIALOG
1450
1451         * src/folder.[ch]
1452         * src/folderview.c
1453         * src/news_gtk.c
1454                 o add folder_remove()
1455                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
1456                 o add new "sort" field to Folder, no longer sort folders by type
1457                   higher sort values will be first in the folder list, new folders get 0
1458                   and will be added to the end
1459
1460         * src/mainwindow.c
1461         * src/gtk/Makefile.am
1462         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
1463                 add dialog to allow users to change the folder order
1464
1465 2004-05-04 [paul]       0.9.10claws54
1466
1467         * src/inc.c
1468                 Display account_name in statusbar when retrieving
1469                 messages from a pop account
1470         * src/prefs_account.c
1471                 display account name in title of prefs_account
1472                 window
1473         * src/prefs_folder_item.c
1474                 display folder name in title of prefs_folder window
1475
1476         all 3 patches submitted by Fabien Vantard
1477
1478         * AUTHORS
1479                 add Fabien Vantard
1480
1481 2004-05-04 [paul]       0.9.10claws53
1482
1483         * src/prefs_actions.c
1484           src/prefs_template.c
1485                 'Esc' Key exits alertpanel
1486                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
1487
1488 2004-04-26 [christoph]  0.9.10claws52
1489
1490         * src/gtk/about.c
1491         * src/gtk/colorsel.c
1492         * src/gtk/description_window.c
1493         * src/gtk/filesel.c
1494         * src/gtk/gtkaspell.c
1495         * src/gtk/inputdialog.c
1496         * src/gtk/pluginwindow.c
1497         * src/gtk/progressdialog.c
1498                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
1499                   it does not work correctly with xinerama
1500                 o lock incorporation while the plugin window is open
1501
1502 2004-04-23 [paul]       0.9.10claws51
1503
1504         * po/POTFILES.in
1505                 update location of inputdialog.c
1506                 
1507         * src/gtk/about.c
1508                 update Copyright string
1509                 
1510         * src/msgcache.c
1511           src/prefs_common.c
1512           src/prefs_themes.c
1513                 improve the english a little
1514
1515 2004-04-22 [christoph]  0.9.10claws50
1516
1517         * src/folderutils.[ch]
1518                 add folderutils_mark_all_read()
1519
1520         * src/folderview.c
1521                 readd "mark all read" from popup menu, now works
1522                 in all folders and not only the opened folder
1523
1524 2004-04-21 [christoph]  0.9.10claws49
1525
1526         * src/Makefile.am
1527         * src/inputdialog.[ch]                  ** REMOVED **
1528         * src/gtk/Makefile.am
1529         * src/gtk/inputdialog.[ch]              ** NEW **
1530                 move inputdialog.[ch] into gtk directory
1531
1532         * src/mh_gtk.c
1533                 remove check for missing IMAP folder account
1534
1535 2004-04-20 [christoph]  0.9.10claws48
1536
1537         * src/mainwindow.c
1538         * src/foldersel.c
1539                 remove new/rename/delete folder GUI functions because
1540                 they are always active, even for news folders, and can
1541                 not be easily made folder class dependent
1542
1543         * src/gtk/menu.[ch]
1544                 make menu_translate() public
1545
1546         * src/Makefile.am
1547         * src/folder.[ch]
1548         * src/folderview.[ch]
1549         * src/imap_gtk.[ch]                     ** NEW **
1550         * src/main.c
1551         * src/mh_gtk.[ch]                       ** NEW **
1552         * src/news_gtk.[ch]                     ** NEW **
1553                 o dynamically build FolderView popup menus from a folder
1554                   specific part, with callbacks to seperated code, and
1555                   a common part
1556                 o remove the folder class specifiy code from folderview.c
1557
1558 2004-04-15 [luke]       0.9.10claws47
1559
1560         * src/prefs_folder_item.c
1561                 o remove buttons for applying 'scan for new mail'
1562                   and 'process at startup' to sub folders
1563                 o add 'apply to sub folder' check buttons for all
1564                   properties and set folder prefs accordingly
1565                 o replace multiple gtk_widget_show() with one
1566                   gtk_widget_show_all() on container
1567
1568 2004-04-14 [darko]      0.9.10claws46
1569
1570         * src/gtk/Makefile.am
1571         * src/gtk/pluginwindow.c
1572                 load plugins from to $(prefix)/lib/sylpheed/plugins
1573                 in file selection dialog
1574         * src/plugins/clamav/clamav_plugin.c
1575                 const correctness
1576
1577 2004-04-14 [christoph]  0.9.10claws45
1578
1579         * src/folder.c
1580         * src/plugins/image_viewer/viewer.c
1581                 fix g_warnings
1582
1583 2004-04-10 [alfons]     0.9.10claws44
1584         
1585         * src/compose.c
1586                 appropriate auto account selection when forwarding
1587                 (fixes bug #476, "forward as attachment does not listen
1588                 to account rules")
1589
1590 2004-04-09 [alfons]     0.9.10claws43
1591
1592         * src/summaryview.c
1593                 make quick search combo matching case sensitive
1594
1595 2004-04-06 [alfons]     0.9.10claws42
1596
1597         * src/addr_compl.c
1598                 use cursor position to prevent clearing the entire entry
1599
1600 2004-04-06 [alfons]     0.9.10claws41
1601
1602         * src/folderview.c
1603                 fix bug #472, "filter not updated when renaming folder" 
1604
1605 2004-04-06 [alfons]     0.9.10claws40
1606
1607         * src/messageview.[ch]
1608           src/summaryview.c
1609                 reflect changes to Show all headers to main view
1610                 and message view (only affects detached message
1611                 view). see also bug #473, 'Show All Headers 
1612                 "problem"'.
1613
1614 2004-04-03 [alfons]     0.9.10claws39
1615
1616         * src/matcher.c
1617                 free address list
1618
1619 2004-04-03 [alfons]     0.9.10claws38
1620
1621         * src/matcher_parser_parse.y
1622           src/matcher.[ch]
1623                 prepare address look up matcher type; marginally
1624                 tested, and not hooked into the UI yet.
1625
1626                 basically it accepts the result of the left hand
1627                 side of the matcher (the "criteria"):
1628
1629                         from all_in_addressbook ""
1630                         ~to_or_cc any_in_addressbook ""
1631                 
1632                 the first case matches all addresses found in the
1633                 from header, and the second case matches if any
1634                 (at least one) of the addresses in to or cc headers 
1635                 are not in the address book.
1636
1637                 the string argument is not used yet, but is intended
1638                 to match a group of addresses 
1639
1640 2004-04-02 [luke]       0.9.10claws37
1641
1642         * src/prefs_folder_item.c
1643                 Add two buttons to apply 'scan for new mail'
1644                 and 'process at startup' to sub folders
1645
1646 2004-04-02 [luke]
1647         * tools/textviewer.sh
1648                 better filename extension matching plus some support for
1649                 MS Excel, MS Powerpoint and HTML
1650
1651 2004-03-29 [christoph]  0.9.10claws36
1652
1653         * src/folder.h
1654         * src/folderutils.[ch]
1655         * src/mainwindow.c
1656                 add delete duplicates for all folders
1657
1658 2004-03-29 [alfons]     0.9.10claws35
1659
1660         * src/folder.c
1661                 don't pass NULL to XXXprintf(); fixes Solaris crashes
1662                 when selecting top-level folder node (thanks to 
1663                 Alex S. Moore)
1664
1665 2004-03-28 [keith]      0.9.10claws34
1666
1667         * src/textview.c
1668                 prepend "http://" to URIs of the form "www.example.com"
1669
1670 2004-03-28 [paul]       0.9.10claws33
1671
1672         * src/common/nntp.c
1673           src/common/smtp.c
1674           src/folder.c
1675           src/imap.c
1676           src/inc.c
1677           src/news.c
1678           src/pop.c
1679                 revise 'translatable string' policy:
1680                 don't translate debug_print() or log_print(),
1681                 translate log_message() and log_warning()
1682         
1683         * po/zh_CN.po
1684                 update submitted by Hansom Young
1685
1686 2004-03-25 [alfons]     0.9.10claws32
1687
1688         * src/prefs_common.c
1689                 I mean this one: Return the GList...
1690
1691 2004-03-25 [alfons]     0.9.10claws31
1692
1693         * src/prefs_common.h
1694                 add new members at the end of prefs_common, so
1695                 they get properly initialized
1696
1697 2004-03-24 [christoph]  0.9.10claws30
1698
1699         * src/imap.c
1700                 o NULL is a valid GSList
1701
1702 2004-03-24 [alfons]     0.9.10claws29
1703
1704         * src/prefs_common.[ch]
1705           src/summaryview.c
1706           src/common/defs.h
1707                 add history to quick search (patch submitted by 
1708                 Ivan Francolin Martinez - thanks!)
1709
1710 2004-03-24 [alfons]     0.9.10claws28
1711
1712         * src/imap.c
1713                 NULL output pointer parameter
1714
1715 2004-03-21 [alfons]     0.9.10claws27
1716
1717         * src/addrindex.[ch]
1718           src/addr_compl.c
1719                 complete addresses on nicks and aliases
1720
1721 2004-03-21 [alfons]     0.9.10claws26
1722
1723         * src/import.c
1724           src/inc.c
1725           src/mbox.[ch]
1726                 disable filters on import mbox (patch submitted
1727                 by Edgar Toernig)
1728
1729 2004-03-21 [darko]      0.9.10claws25
1730
1731         * src/addr_compl.c
1732                 select the address when only one match is found while
1733                 doing address completion with tab key (feature
1734                 request #914720)
1735
1736 2004-03-21 [alfons]     0.9.10claws24
1737
1738         * src/messageview.c
1739           src/toolbar.c
1740                 don't `navigate-delete` when a summary view's selection does not 
1741                 match the accompanying message view's message
1742
1743 2004-03-20 [alfons]     0.9.10claws23
1744
1745         * src/summaryview.c
1746                 hide ext search button on initial display (should fix bug #459,
1747                 "Toggling quick-search at 1st time: minor UI inconsistency")
1748
1749 2004-03-20 [alfons]     0.9.10claws22
1750
1751         * src/summaryview.[ch]
1752                 add function to get selected msginfo, if there's
1753                 only one selected
1754
1755 2004-03-20 [paul]       0.9.10claws21
1756
1757         * sync with 0.9.10cvs7
1758                 see ChangeLog 2004-03-19
1759
1760 2004-03-19 [paul]       0.9.10claws20
1761
1762         * src/common/nntp.c
1763           src/common/smtp.c
1764           src/common/ssl.c
1765           src/folder.c
1766           src/imap.c
1767           src/inc.c
1768           src/news.c
1769           src/pop.c
1770                 don't translate strings in debug_print(), log_print(),
1771                 log_message(),  and log_warning()
1772
1773 2004-03-19 [alfons]     0.9.10claws19
1774
1775         better next/previous/delete/focus navigation with separate 
1776         message view 
1777         
1778         * src/toolbar.c
1779                 call summaryview_delete() instead of messageview_delete()
1780         * src/messageview.c
1781                 disable messageview_delete()
1782
1783 2004-03-18 [paul]       0.9.10claws18
1784
1785         * sync with 0.9.10cvs6
1786                 see ChangeLog 2004-03-16
1787
1788 2004-03-17 [alfons]     0.9.10claws17
1789
1790         * src/gtk/filesel.c
1791                 remove bogus semicolon after if() (sometimes it pays to
1792                 read LKML :)
1793
1794 2004-03-15 [darko]      0.9.10claws16
1795
1796         * src/gtk/filesel.c
1797                 support full path in place of a filename
1798         * src/mimeview.c
1799                 store directory attachments were saved to and
1800                 use it when saving attachments
1801         * src/prefs_common.[hc]
1802                 store directory attachments were last saved to
1803
1804 2004-03-15 [paul]       0.9.10claws15
1805
1806         * src/folderview.c
1807                 fix bug where unsubscribing a newsgroup would destroy
1808                 (most of the) filtering rules
1809
1810 2004-03-15 [paul]       0.9.10claws14
1811
1812         * src/folderview.c
1813                 fix Bug 458, 'Folder View remaining empty after 
1814                 removing a NEWS account' (was also true of IMAP
1815                 accounts)
1816
1817 2004-03-15 [paul]       0.9.10claws13
1818
1819         * src/folderview.c
1820                 fix folderview invisibility of newly subscribed
1821                 newsgroups
1822
1823 2004-03-13 [paul]       0.9.10claws12
1824
1825         * src/compose.c
1826           src/plugins/dillo_viewer/dillo_prefs.c
1827           src/plugins/image_viewer/viewerprefs.c
1828                 gettextise some forgotten parts
1829
1830 2004-03-13 [alfons]     0.9.10claws11
1831
1832         * src/imap.c
1833                 make sure the correct type is passed to sscanf()
1834
1835 2004-03-13 [paul]       0.9.10claws10
1836
1837         * sync with 0.9.10cvs5
1838                 see ChangeLog 2004-03-02 and 2004-03-12, 
1839                 specifically:
1840                 'always move messages by default when using DnD (except 
1841                 for News folder). Copy messages if Ctrl-key is pressed.'
1842                 and 'added a function to filter selected messages'
1843
1844 2004-03-12 [christoph]  0.9.10claws9
1845
1846         * src/codeconv.c
1847                 add parameter check to conv_unmime_header_overwrite()
1848
1849         * src/imap.c
1850                 o fix spelling
1851                 o fix removing of NEW flag when UNREAD is unset
1852
1853         * src/procmime.c
1854                 decode MIME-headers
1855
1856         (Closes 437 i18n attachment display error.)
1857
1858 2004-03-12 [paul]       0.9.10claws8
1859
1860         * po/it.po
1861                 update. submitted by Andrea Spadaccini <lupin85@email.it>
1862                 
1863         * tools/Makefile.am
1864                 add 'textviewer.sh'
1865
1866 2004-03-12 [alfons]     0.9.10claws7
1867
1868         * src/imap.c
1869                 o quiet compiler and typecast Folder * to IMAP Folder *
1870                 o wake up and fix my previous incompatible type assignment bug
1871
1872 2004-03-12 [alfons]     0.9.10claws6
1873
1874         * src/imap.c
1875                 don't mix up pointers to int, guint32 _and_ 
1876                 unsigned int 
1877
1878 2004-03-12 [christoph]  0.9.10claws5
1879
1880         * src/folderview.c
1881                 Add error requester when renaming a folder failed
1882
1883         * src/imap.c
1884                 Check new FolderItem name for namespace seperator
1885                 before renaming
1886
1887         (Closes Bug 443 Bad named IMAP folders won't be displayed)
1888
1889 2004-03-11 [christoph]  0.9.10claws4
1890
1891         * src/folder.[ch]
1892         * src/imap.c
1893         * src/procmsg.h
1894                 syncronize flags in cache with IMAP folder flags
1895
1896         Adapted a patch submitted by Simon 'corecode' Schubert
1897         <corecode@corecode.ath.cx> 
1898
1899
1900 2004-03-11 [alfons]     0.9.10claws3
1901
1902         * src/textview.[ch]
1903                 remove dead code that at one time controlled display of
1904                 URIs in status bar
1905
1906 2004-03-10 [paul]       0.9.10claws2
1907
1908         * po/it.po
1909                 updated by Lupino <lupin85@email.it>
1910
1911 2004-03-09 [alfons]     0.9.10claws1
1912
1913         * src/matcher.c
1914                 we're not using yywrap, but we may, so close yyin instead
1915                 of initial FILE *
1916
1917 2004-03-08 [paul]       0.9.10claws
1918
1919         * 0.9.10claws released
1920
1921 2004-03-08 [paul]       0.9.9claws41
1922
1923         * po/es.po
1924           po/ja.po
1925           po/ru.po
1926           po/sk.po
1927           po/sr.po
1928           po/zh_CN.po
1929                 update translations. submitted by Ricardo Mones Lastra,
1930                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
1931                 Hansom Young
1932
1933 2004-03-06 [paul]       0.9.9claws40
1934
1935         * src/stock_pixmap.c
1936                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
1937                 patch submitted by Pawel Pekala
1938
1939 2004-03-06 [alfons]             0.9.9claws39
1940
1941         * src/addrindex.c
1942                 allow nick name completion again 
1943
1944 2004-03-02 [match]              0.9.9claws38
1945
1946         * configure.ac
1947                 added definition of USE_LDAP_TLS to support TLS.
1948         * src/ldapctrl.[ch]
1949         * src/ldapquery.c
1950         * src/ldapserver.[ch]
1951         * src/addressbook.c
1952         * src/addrindex.c
1953         * src/editldap.c
1954                 included LDAP TLS support.
1955
1956 2004-03-02 [christoph]          0.9.9claws37
1957
1958         * src/folder.[ch]
1959                 o add more documentation for FolderClass
1960                 o remove usused FolderClass virtual functions
1961
1962         * src/imap.c
1963         * src/mh.c
1964         * src/news.c
1965                 change creation of FolderClass because static initializations
1966                 for structs suck in C89
1967
1968 2004-03-01 [paul]
1969
1970         * sync with 0.9.10
1971
1972 2004-02-28 [keith]      0.9.9claws36
1973
1974         * src/common/utils.c
1975                 Fix treatment of whitespace in quicksearch bar (leading
1976                 spaces and >1 space between commands and parameters).
1977
1978 2004-02-27 [alfons]     0.9.9claws35
1979
1980         * src/compose.[ch]
1981                 Explicitly remove draft timeout to fix nasty race between 
1982                 compose_send_cb() (which destroys the compose window) and 
1983                 compose_defer_auto_save_draft() (which expects compose 
1984                 window to exist). Should fix Keith's and Fred Marton's
1985                 bug report (#128, "crash after complaining about character
1986                 set conversion")
1987
1988 2004-02-27 [luke]       0.9.9claws34
1989         
1990         * src/folder.c
1991                 Do folder_item_apply_processing() even if no processing
1992                 rules for the folder exist (so global processing is applied)
1993
1994 2004-02-26 [thorsten]   0.9.9claws33
1995
1996         * src/mimeview.c
1997                 Remove misleading static declaration
1998
1999 2004-02-26 [alfons]     0.9.9claws32
2000
2001         * src/procmime.[ch]
2002           src/compose.c
2003           src/mimeview.c
2004           src/textview.c
2005                 use/add procmime_get_content_type_str() as a safe wrapper
2006                 for returning a Content-Type type string; should fix 
2007                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
2008                  - attachments."
2009
2010 2004-02-26 [thorsten]   0.9.9claws31
2011
2012         * src/mimeview.c
2013                 Restructure save_as/save_all
2014
2015 2004-02-26 [alfons]     0.9.9claws30
2016
2017         * src/procmime.c
2018                 clean up (2)
2019
2020 2004-02-26 [alfons]     0.9.9claws29
2021
2022         * src/procmime.c
2023                 clean up (1)
2024
2025 2004-02-24 [luke]
2026
2027         * tools/textviewer.sh
2028                 tweaks from Johann Koenig, recognition of shell
2029                 scripts in particular
2030
2031 2004-02-24 [paul]       0.9.9claws28
2032
2033         * sync with 0.9.9cvs13
2034                 see ChangeLog 2004-02-24
2035
2036 2004-02-23 [paul]       0.9.9claws27
2037
2038         * src/inc.c
2039                 one alertpanel on pop3 authentication error will suffice
2040                 
2041         * src/prefs_fonts.c
2042                 remove unnecessary printf
2043
2044 2004-02-22 [alfons]     0.9.9claws26
2045
2046         * src/messageview.c
2047                 put back a lost check
2048
2049 2004-02-21 [alfons]     0.9.9claws25
2050
2051         * src/folderview.c
2052                 don't forget to save folder properties after renaming folder
2053
2054 2004-02-20 [paul]       0.9.9.claws24
2055
2056         * src/addressbook.c
2057                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
2058                 
2059         * src/inc.c
2060                 complete sync with 0.9.9cvs9's 'update folderview
2061                 progressively'
2062                 
2063         * configure.ac
2064                 require gettext >= 0.12.1
2065
2066 2004-02-17 [match]      0.9.9claws23
2067
2068         * src/compose.c
2069                 keep the peace - change style.
2070
2071 2004-02-17 [alfons]     0.9.9claws22
2072
2073         * src/filtering.c
2074                 make MATCHACTION_STOP cancel filtering / processing;
2075                 clean up and document it to make it a little bit more clear;
2076
2077 2004-02-17 [alfons]     0.9.9claws21
2078
2079         %X marks the cursor spot for reply quote format
2080
2081         * src/quote_fmt_lex.l 
2082           src/quote_fmt.c
2083                 add %X token
2084                 
2085         * src/quote_fmt.h
2086           src/quote_fmt_parse.y
2087                 handle %X token
2088                 
2089         * src/compose.c
2090                 handle %X token for replies only (for now)
2091
2092 2004-02-17 [paul]       0.9.9claws20
2093
2094         * po/sk.po
2095                 updated by Andrej Kacian
2096                 
2097         * src/news.c
2098                 remove unneeded include
2099                 
2100         * src/prefs_fonts.c
2101                 be a little more user-friendly with the labels
2102                 
2103         * configure.ac
2104                 a change forgotten in the last commit: 
2105                 SYLPHEED_ACLOCAL_INCLUDE(m4)
2106
2107 2004-02-17 [paul]       0.9.9claws19
2108
2109         * ac/*                          ** REMOVED **
2110           ac/                           ** REMOVED **
2111           intl/Makefile.in              ** REMOVED **
2112           m4/                           ** NEW **
2113           m4/missing                    ** NEW **
2114           m4/missing/gdk-pixbuf.m4      ** NEW **
2115           m4/missing/gettext.m4         ** NEW **
2116           m4/missing/gpgme.m4           ** NEW **
2117           m4/missing/imlib.m4           ** NEW **
2118           m4/.cvsignore                 ** NEW **
2119           m4/Makefile.am                ** NEW **
2120           m4/README                     ** NEW **
2121           m4/aclocal-include.m4         ** NEW **
2122           m4/aspell.m4                  ** NEW **
2123           m4/check-type.m4              ** NEW **
2124           m4/gnupg-check-typedef.m4     ** NEW **
2125           m4/openssl.m4                 ** NEW **
2126           m4/spamassassin.m4            ** NEW **
2127           po/ChangeLog                  ** REMOVED **
2128           po/Makefile.in.in             ** REMOVED **
2129           po/Rules-quot                 ** REMOVED **
2130           po/boldquot.sed               ** REMOVED **
2131           po/en@boldquot.header         ** REMOVED **
2132           po/en@quot.header             ** REMOVED **
2133           po/insert-header.sin          ** REMOVED **
2134           po/quot.sed                   ** REMOVED **
2135           po/remove-potcdate.sed        ** REMOVED **
2136           po/remove-potcdate.sin        ** REMOVED **
2137           po/stamp-po                   ** REMOVED **
2138           Makefile.am
2139           autogen.sh
2140           configure.ac
2141                 enable building with automake 1.8.x
2142                 add 'autopoint' to autogen.sh and remove all
2143                 auto-generated files, remove ac/ in favour of
2144                 m4/
2145
2146 2004-02-17 [alfons]     0.9.9claws18
2147         
2148         * src/summaryview.c
2149                 MSG_IS_NEWS() is not stored at all, and is bogus
2150
2151 2004-02-17 [martin]     0.9.9claws17
2152
2153         * src/prefs_themes.c
2154                 fix crash when installing wrong theme and output an
2155                 error message
2156
2157 2004-02-16 [christoph]  0.9.9claws16
2158
2159         * src/compose.c
2160         * src/stock_pixmap.[ch]
2161         * src/toolbar.[ch]
2162         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
2163                 add "Wrap current paragraph" to compose toolbar
2164
2165 2004-02-15 [alfons]     0.9.9claws15
2166
2167         * src/folderview.c
2168                 refine previous commit to make sure other hook functions
2169                 get their grab of the pie too
2170
2171 2004-02-15 [alfons]     0.9.9claws14
2172
2173         * src/folderview.c
2174                 fix sync breakage so we don't pass invalid pointer types
2175
2176 2004-02-15 [match]      0.9.9claws13
2177
2178         * src/ldapquery.[ch]
2179         * src/ldapserver.h
2180         * src/addrindex.[ch]
2181                 tweak threading calls.
2182         * src/addr_compl.[ch]
2183                 add alias into completion list.
2184         * src/addressbook.c
2185                 fix ldap browse.
2186                 improve context menu behavior.
2187                 change menu sequence.
2188                 add send mail from addressbook.
2189         * src/addrselect.[ch]
2190         * src/compose.[ch]
2191                 add send mail from addressbook.
2192
2193 2004-02-15 [christoph]  0.9.9claws12
2194
2195         * src/folderutils.c
2196                 skip deleting when duplist is empty
2197
2198         * src/folderview.[ch]
2199         * src/mainwindow.c
2200         * src/summaryview.[ch]
2201                 call folderutils_delete_duplicates() from mainwindow code
2202
2203 2004-02-15 [alfons]     0.9.9claws11
2204         
2205         * src/common/utils.c
2206                 add prefix for italian ms o(e) 
2207
2208 2004-02-14 [paul]       0.9.9claws10
2209
2210         * src/foldersel.c
2211                 fix updating of the folder view when creating a
2212                 new folder
2213
2214 2004-02-13 [paul]       0.9.9claws9
2215
2216         * src/plugins/clamav/clamav_plugin.c
2217                 remove GUI code
2218
2219 2004-02-13 [paul]       0.9.9claws8
2220
2221         * sync with 0.9.9cvs9
2222                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
2223
2224 2004-02-13 [alfons]     0.9.9claws7
2225
2226         * src/common/utils.c
2227                 fix wrong type of argument for ctype functions (pass unsigned
2228                 char instead of signed char)
2229
2230 2004-02-12 [alfons]     0.9.9claws6
2231
2232         * src/compose.[ch]
2233                 don't select text in header entry when composing to a 
2234                 default address, but rather give the header entry a
2235                 different color / style (same as the folder new color)
2236
2237 2004-02-12 [alfons]     0.9.9claws5
2238
2239         * src/plugins/clamav/clamav_plugin.c
2240                 don't exit(2) on libclamav init error - show a warning.
2241                 (tested by damaging a clamav database file.)
2242
2243 2004-02-12 [paul]       0.9.9claws4
2244
2245         * sync with 0.9.9cvs4
2246                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
2247
2248 2004-02-11 [luke]       0.9.9claws3
2249
2250         * src/mimeview.c
2251                 remove redundant check introduced in 0.9.9claws1
2252
2253 2004-02-11 [luke]       0.9.9claws2
2254
2255         * src/mimeview.c
2256                 fix compilation of my previous commit without gpg enabled
2257
2258 2004-02-10 [luke]       0.9.9claws1
2259
2260         * src/mimeview.c
2261                 add borders to icons to indicate the privacy status for
2262                 the message part (unknown/bad/good)
2263
2264 2004-02-06 [paul]       0.9.9claws
2265
2266         0.9.9claws released
2267
2268 2004-02-06 [darko]      0.9.8claws64
2269
2270         * src/compose.c
2271                 don't allow Ctrl+Enter while external editor is active
2272
2273 2004-02-06 [paul]       0.9.8claws63
2274
2275         * po/es.po
2276           po/pl.po
2277           po/sk.po
2278           po/sr.po
2279                 update Spanish, Polish, Slovak, and Serbian translations.
2280                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
2281                 and Urke MMI
2282
2283 2004-02-04 [alfons]     0.9.8claws62
2284
2285         * src/compose.c
2286                 grab focus only when lbutton was pressed (bug #430 cont'd; 
2287                 don't have clue yet why the cursor pos is at the end of the
2288                 text.)
2289
2290 2004-02-04 [alfons]     0.9.8claws61
2291
2292         * src/compose.c
2293                 always grab focus when one of the header entries is clicked 
2294                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
2295
2296 2004-02-02 [paul]
2297
2298         * ac/missing/gdk-pixbuf.m4
2299           ac/missing/gpgme.m4
2300           ac/missing/imlib.m4
2301                 prevent 'underquoted definition' warnings
2302                 patch submitted by David Relson
2303                 
2304         * src/plugins/clamav/README
2305                 update, improve, correct
2306
2307 2004-01-31 [thorsten]   0.9.8claws60
2308
2309         * src/news.c
2310                 'dir' not initialized if group has no messages
2311
2312 2004-01-29 [christoph]  0.9.8claws59
2313
2314         * src/customheader.[ch]
2315                 add custom_header_is_allowed() to check for disallowed header names
2316                 that must not be overridden by custom headers
2317
2318         * src/compose.c
2319                 always write From: header and use custom_header_is_allowed() to
2320                 check if custom header should be written
2321
2322         * src/prefs_customheader.c
2323                 check if custom header is disallowed using custom_header_is_allowed()
2324
2325         * src/folderutils.c
2326                 destroy message id GHashTable before freeing the MsgInfos
2327
2328 2004-01-29 [paul]       0.9.8claws58
2329
2330         * sync with 0.9.9 release
2331                 see ChangeLog 2004-01-29
2332
2333 2004-01-29 [paul]       0.9.8claws57
2334
2335         * sync with 0.9.8cvs11
2336                 see ChangeLog 2004-01-29
2337
2338 2004-01-28 [christoph]  0.9.8claws56
2339
2340         * src/pgpmime.c
2341         * src/sgpgme.[ch]
2342                 return WARN signature status when signature is not trusted
2343
2344         * src/Makefile.am
2345         * src/folder.c
2346         * src/folderutils.[ch]                  ** NEW **
2347         * src/summaryview.c
2348                 implement delete duplicates summaryview independent
2349
2350 2004-01-28 [paul]       0.9.8claws55
2351
2352         * sync with 0.9.8cvs10
2353                 see Changelog 2004-01-27 and 2004-01-28
2354
2355 2004-01-26 [christoph]  0.9.8claws54
2356
2357         * src/imap.c
2358                 create a root node for the Folder if scan fails because root
2359                 folder does not exist
2360
2361 2004-01-26 [paul]       0.9.8claws53
2362
2363         * sync with 0.9.8cvs7
2364                 see ChangeLog 2004-01-23
2365
2366 2004-01-25 [alfons]     0.9.8claws52
2367
2368         * src/compose.c
2369                 remove left-over constant INDENT_CHARS
2370
2371 2004-01-25 [alfons]     0.9.8claws51
2372
2373         * src/procmime.c
2374                 add NULL pointer check for mimeinfo->node in
2375                 procmime_mimeinfo_parent()
2376
2377 2004-01-25 [darko]      0.9.8claws50
2378
2379         * src/compose.c
2380                 make "Wrap all long lines" toolbar button wrap all
2381                 long lines not just the current line
2382                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
2383
2384
2385 2004-01-25 [alfons]     0.9.8claws49
2386
2387         * src/procmime.c
2388                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
2389                 necessary anyway, because *scanf() functions neglect white
2390                 space in the input. 
2391                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
2392
2393 2004-01-25 [paul]       0.9.8claws48
2394
2395         * src/prefs_ext_prog.c
2396                 apply Alfons' patch to check for NULL pointers
2397                 fixes bug #424
2398
2399 2004-01-25 [paul]       0.9.8claws47
2400
2401         * sync with 0.9.8cvs8
2402                 see ChangeLog 2004-01-23
2403
2404 2004-01-25 [thorsten]   0.9.8claws46
2405
2406         * src/messageview.c
2407                 remove orphaned mimeview unref()
2408
2409 2004-01-23 [christoph]  0.9.8claws45
2410
2411         * src/summaryview.c
2412                 set ctree widget style
2413
2414 2004-01-23 [paul]       0.9.8claws44
2415
2416         * sync with 0.9.8cvs5
2417                 see ChangeLog 2004-01-22
2418
2419 2004-01-23 [alfons]     0.9.8claws43
2420
2421         * src/procmsg.c
2422                 remove redundant code in procmsg_get_thread_tree()
2423
2424 2004-01-21 [christoph]  0.9.8claws42
2425
2426         * src/folderview.c
2427                 set ctree widget style, otherwise GTK does not use the
2428                 the correct vertical size for the list items
2429
2430 2004-01-21 [alfons]     0.9.8claws41
2431
2432         * src/summaryview.c
2433                 GDK_Left should only switch to folderview when
2434                 when summaryview hscrollbar is at the leftmost
2435                 position (fixes bug #420, "Focus error")
2436
2437 2004-01-21 [paul]       0.9.8claws40
2438
2439         * sync with 0.9.8cvs4
2440                 see ChangeLog 2004-01-20
2441
2442 2004-01-20 [christoph]  0.9.8claws39
2443
2444         * src/folderview.c
2445                 remove setting sensitivity for no longer existing
2446                 /Scoring... popup entry
2447
2448 2004-01-20 [keith]      0.9.8claws38
2449
2450         * configure.ac
2451                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
2452
2453 2004-01-20 [paul]       0.9.8claws37
2454
2455         * src/prefs_fonts.c
2456                 demystify font settings
2457                 
2458         * src/textview.c
2459                 use textview->msgfont for header->body in
2460                 textview_show_header()
2461
2462 2004-01-20 [paul]       0.9.8claws36
2463
2464         * src/compose.c
2465           src/undo.c
2466                 remove superfluous debug_print's
2467                 
2468         * src/inc.c
2469                 clear the statusbar after LOCAL incorporation
2470
2471 2004-01-20 [paul]       0.9.8claws35
2472
2473         * sync with 0.9.8cvs3
2474                 see ChangeLog 2004-01-20
2475
2476 2004-01-19 [keith]      0.9.8claws34
2477
2478         * src/folderview.c
2479                 don't show 'Search folder...' on popup menu
2480                 if folder has no mails in it
2481
2482 2004-01-17 [keith]      0.9.8claws33
2483
2484         * src/compose.c
2485           src/prefs_common.c
2486           src/prefs_common.h
2487                 store position of compose window in prefs
2488
2489 2004-01-17 [thorsten]   0.9.8claws32
2490
2491         * src/gtk/gtkvscrollbutton.c
2492                 ensure scrollbutton resize event on different gtk versions
2493
2494 2004-01-15 [alfons]     0.9.8claws31
2495         
2496         * src/summaryview.c
2497                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
2498                 message as read
2499
2500 2004-01-12 [christoph]  0.9.8claws30
2501
2502         * src/procmime.c
2503                 better MIME-Version check
2504
2505 2004-01-11 [alfons]     0.9.8claws29
2506
2507         * src/procmsg.c
2508                 remove unnecessary but still effective check (could possibly
2509                 lead to some unwanted side effects)
2510
2511 2004-01-11 [alfons]     0.9.8claws28
2512
2513         * src/procmsg.c
2514                 we should not prefer lowest message number while threading 
2515                 (introduced in previous commit)
2516
2517 2004-01-11 [alfons]     0.9.8claws27
2518
2519         * src/procmsg.c
2520                 subject threading fixes:
2521                 
2522                         - make message with lowest message number the
2523                           thread parent,
2524                         - refine recording last node when threading. the last node
2525                           should be the previous one if a node has a thread parent,
2526                           or the current node if not
2527                 
2528                 (there's another threading bug fix coming up)
2529
2530 2004-01-10 [paul]       0.9.8claws26
2531
2532         * src/main.c
2533           src/prefs_ext_prog.c
2534           src/plugins/clamav/clamav_plugin_gtk.c
2535                 minor gui fixes
2536
2537 2004-01-09 [christoph]  0.9.8claws25
2538
2539         * src/Makefile.am
2540         * src/string_match.[ch]                 ** REMOVE **
2541         * src/common/Makefile.am
2542         * src/common/string_match.[ch]          ** NEW **
2543                 move string_match.[ch] to common directory
2544
2545 2004-01-09 [christoph]  0.9.8claws24
2546
2547         * src/pgpmime.c
2548                 add MIME-Version header for the message parser
2549
2550 2004-01-09 [paul]       0.9.8claws23
2551
2552         * po/POTFILES.in
2553           src/Makefile.am
2554           src/main.c
2555           src/prefs_common.c
2556           src/prefs_ext_prog.[ch]       ** NEW FILES **
2557                 move External Command options from 'Common Prefs/Other' to
2558                 'Other Prefs/Message View/External Programs', also reveal
2559                 the hidden options for audio player and image viewer.
2560                 
2561         * src/prefs_common.c
2562                 fix toggling of header pane
2563
2564 2004-01-09 [paul]       0.9.8claws22
2565
2566         * src/compose.c
2567                 when changing account also change the save folder
2568
2569         * src/textview.c
2570                 if a text/plain attachment has 'Content-Disposition: attachment'
2571                 don't display it inline
2572
2573 2004-01-08 [christoph]  0.9.8claws21
2574
2575         * src/procmime.c
2576                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
2577                 otherwise thread the message content as one text part and
2578                 don't assume charset US-ASCII which is only specified as
2579                 default for MIME-messages
2580
2581 2004-01-08 [paul]       0.9.8claws20
2582
2583         * src/plugins/clamav/clamav_plugin.c
2584           src/plugins/spamassassin/spamassassin.c
2585                 inform the user what is happening via the statusbar
2586
2587 2004-01-06 [paul]       0.9.8claws19
2588
2589         * po/es.po
2590                 update Spanish translation. submitted by Ricardo
2591                 Mones Lastra
2592
2593 2004-01-05 [paul]       0.9.8claws18
2594
2595         * sync with 0.9.8cvs2
2596                 see ChangeLog 2004-01-05
2597
2598 2004-01-03 [luke]       0.9.8claws17
2599
2600         * src/procheader.c
2601                 Clean up:
2602                 o remove unused functions string_getchar() and file_getchar()
2603                 o remove the getchar_ parameter from generic_get_one_field()
2604                 o add an 'unfold' parameter to generic_get_one_field, to
2605                   be used if no HeaderEntry is supplied
2606                 o procheader_get_one_field_asis() uses
2607                   generic_get_one_field().
2608
2609 2004-01-01 [christoph]  0.9.8claws16
2610
2611         * src/common/xml.[ch]
2612                 o add xml_new_tag() to manage usage counts of strings correctly
2613                 o correct xml_copy_tree() function name
2614
2615         * src/folder.c
2616         * src/main.c
2617                 allow registering and unregistering of FolderClasses anytime
2618
2619 2003-12-31 [christoph]  0.9.8claws15
2620
2621         * src/folder.[ch]
2622         * src/common/xml.[ch]
2623                 keep folderlist.xml data for unloaded FolderClasses
2624
2625 2003-12-30 [luke]       0.9.8claws14
2626
2627         * src/procheader.[ch]
2628                 o added procheader_get_one_field_asis() that does not do
2629                   unfolding
2630                 o fix procheader_get_header_array_asis() to use the above,
2631                   fixing ugliness of headers in textview
2632
2633         * src/compose.c
2634                 o don't unfold headers when redirecting.        
2635
2636 2003-12-30 [paul]       0.9.8claws13
2637
2638         * po/POTFILES.in
2639           src/common/defs.h
2640           src/Makefile.am
2641           src/main.c
2642           src/prefs_common.c
2643           src/prefs_themes.[ch] ** NEW FILES **
2644                 redesign and move Icon Theme selector to
2645                 the new prefs window
2646           
2647         * src/stock_pixmap.c
2648                 fix the old bug where icons are not always
2649                 updated when changing themes
2650         
2651         * src/summaryview.c
2652                 fix bug where the icons on the title row
2653                 of the summary view were not updated
2654         
2655         all patches submitted by Ricardo Mones Lastra
2656
2657 2003-12-30 [hoa]        0.9.8claws12
2658
2659         * src/folder.c
2660                 run preglobal and postglobal processing rules
2661                 even if the folder does not have any rules.
2662
2663 2003-12-28 [paul]       0.9.8claws11
2664
2665         * ac/aspell.m4
2666           ac/check-type.m4
2667           ac/gnupg-check-typedef.m4
2668           ac/openssl.m4
2669           ac/spamassassin.m4
2670                 fix 'underquoted definition' warnings, patch submitted by
2671                 David Relson <relson@osagesoftware.com>
2672                 
2673         * src/common/utils.c
2674                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
2675                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
2676
2677 2003-12-28 [paul]       0.9.8claws10
2678
2679         * sync with 0.9.8cvs1
2680                 see ChangeLog 2003-12-17
2681
2682 2003-12-27 [christoph]  0.9.8claws9
2683
2684         * src/common/utils.[ch]
2685                 add g_node_map() to map a GNode into a new GNode
2686                 converting all node data's with a function
2687
2688         * src/account.c
2689         * src/folder.[ch]
2690         * src/folderview.c
2691         * src/imap.c
2692         * src/mainwindow.c
2693         * src/summaryview.c
2694                 o use g_node_map() to convert XML <-> Folder
2695                 o remove redundant FolderItem->parent and
2696                   replace it with folder_item_parent()
2697
2698 2003-12-23 [christoph]  0.9.8claws8
2699
2700         * src/folder.[ch]
2701         * src/folderview.c
2702         * src/mainwindow.c
2703         * src/procmsg.c
2704                 o use callback for notifications about added and
2705                   destroyed folders
2706                 o rewrite folderlist saving (new functions to create
2707                   folder from XML tree, and XML tree from folder)
2708
2709         * src/common/xml.[ch]
2710                 add function to save XML trees
2711
2712         * src/prefs_filtering.c
2713                 code cleanup
2714
2715 2003-12-22 [christoph]  0.9.8claws7
2716
2717         * src/prefs_account.[ch]
2718                 add "SMTP only" accounts
2719
2720 2003-12-20 [melvin]     0.9.8claws6
2721
2722         * src/action.[ch]
2723                 Changed the interface for action_update_*_menu() so
2724                 action.c does not need to know the paths of the different
2725                 actions menu (mainwindow, message view and compose window). 
2726
2727         * src/compose.c
2728                 Tiny code cleanup to merge spell checker related code
2729                 compose_update_actions_menu(): new function to update
2730                 the actions menu. Use it in compose_create()
2731
2732         * src/compose.h
2733                 compose_update_actions_menu(): new function to update
2734                 the actions menu. Used also in prefs_actions.c.
2735
2736         * src/mainwindow.[ch]
2737                 main_window_update_actions_menu(): new function to update
2738                 the actions menu. Used in main_window_create() and in
2739                 prefs_actions.c
2740
2741         * src/messageview.[ch]
2742                 messageview_update_actions_menu(): new function to update
2743                 the actions menu. Used in messageview_add_toolbar() and in
2744                 prefs_actions.c
2745                 
2746         * src/prefs_actions.c   
2747                 prefs_actions_ok(): fixed to update the actions menu of
2748                 the separate message view and the compose windows.
2749
2750 2003-12-20 [luke]       0.9.8claws5
2751         * src/procheader.c
2752                 fix unfolding/newline stripping for multiline fields
2753                 in generic_get_one_field()
2754
2755 2003-12-19 [christoph]  0.9.8claws4
2756
2757         * src/summaryview.c
2758                 o code cleanup
2759                 o use subject_compare_for_sort() when comparing
2760                   simplified subjects
2761
2762 2003-12-19 [christoph]  0.9.8claws3
2763
2764         * src/msgcache.c
2765                 more syncing with 0.8.9a
2766
2767 2003-12-19 [christoph]  0.9.8claws2
2768
2769         * src/folder.c
2770                 don't write all FolderItem XML attributes for the root node
2771
2772 2003-12-19 [melvin]     0.9.8claws1
2773
2774         * src/messageview.c
2775                 Added missing menu branch (Tools/Create processing/rule)
2776         * po/fr.po
2777                 Updated French translation for the added string.
2778
2779 2003-12-19 [paul]       0.9.8claws
2780
2781         0.9.8claws released
2782
2783 2003-12-19 [paul]       0.9.7claws51
2784
2785         * po/en_GB.po
2786           po/es.po
2787           po/ja.po
2788           po/pl.po
2789           po/sk.po
2790           po/zh_CN.po
2791                 update translations. submitted by me, Ricardo Mones
2792                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
2793                 Hansom Young
2794                 
2795         * src/folder_item_prefs.c
2796                 'enable_processing' set to FALSE by default
2797
2798 2003-12-18 [melvin]     0.9.7claws50
2799
2800         * po/fr.po
2801                 Updated French translation
2802
2803 2003-12-17 [christoph]  0.9.7claws49
2804
2805         * src/procheader.c
2806                 revert discarding of whitespace from 0.9.7claws44
2807
2808                 RFC2822 2.2.3: Unfolding is accomplished by simply
2809                 removing any CRLF that is immediately followed by WSP.
2810
2811 2003-12-17 [paul]       0.9.7claws48
2812
2813         * src/folder.c
2814                 fix new message count
2815                 
2816         * configure.ac
2817                 update autotools macros
2818
2819         * sync with 0.9.8a
2820
2821 2003-12-16 [christoph]  0.9.7claws47
2822
2823         * src/folder.c
2824                 fix folder update before adding MsgInfo to cache
2825                 in add_msginfo_to_cache()
2826
2827         * src/procmsg.c
2828                 remove old call to folder_item_update() that is no
2829                 longer required
2830
2831 2003-12-16 [christoph]  0.9.7claws46
2832
2833         * src/main.c
2834                 make sure the shutdown process only runs once
2835
2836 2003-12-16 [hoa]        0.9.7claws45
2837
2838         * src/mainwindow.c
2839         * src/messageview.c
2840         * src/summaryview.[ch]
2841                 Create filter rules using a message is fixed.
2842                 We can now create processing rules using a message.
2843
2844 2003-12-15 [alfons]     0.9.7claws44
2845
2846         * src/procheader.c
2847                 make sure we discard folding white space
2848
2849 2003-12-15 [luke]       0.9.7claws43
2850         * src/textview.c
2851         * src/mimeview.c
2852                 o use "name" parameter if "filename" doesn't exist
2853
2854 2003-12-14 [alfons]     0.9.7claws42
2855
2856         * src/summaryview.c
2857         * src/common/utils.c
2858                 allow quick finding based on the result of passing
2859                 a message to an external command. E.g:
2860
2861                         X "bogofilter < %F" 
2862                 
2863                 gets me all the spam in a folder.
2864
2865 2003-12-14 [luke]       0.9.7claws41
2866
2867         * src/textview.c
2868         * src/mimeview.c
2869                 o use parameter "filename" instead of "name" in a couple of 
2870                   places for correctness
2871
2872         * src/procmime.c
2873         * src/common/utils.[ch]
2874                 o make temporary filename for attachments safe for %p 
2875                   substitutions in actions.
2876
2877 2003-12-13 [christoph]  0.9.7claws40
2878
2879         * src/main.c
2880                 readd exit(0) to clean_quit() because otherwise sylpheed
2881                 does not always terminate
2882
2883         * src/pgpmime.c
2884         * src/privacy.h
2885                 add an identifier-string for PrivacySystems
2886
2887 2003-12-12 [paul]
2888
2889         * doc/man/sylpheed.1
2890                 update the man page
2891
2892 2003-12-12 [paul]       0.9.7claws39
2893
2894         general clean up
2895         
2896         * configure.ac
2897                 correct and clean up './configure --help' info
2898         
2899         * src/plugins/clamav/clamav_plugin.c
2900           src/plugins/spamassassin/spamassassin.c
2901                 correct plugin_desc(), works with LOCAL, IMAP, and
2902                 POP accounts
2903                 
2904         * src/filtering.c
2905           src/matcher.[ch]
2906           src/matcher_parser_parse.y
2907           src/prefs_filtering_action.c
2908                 use 'Change Score' instead of '(In/De)crease score'.
2909                 use *CHANGE_SCORE* instead of *ADD_SCORE*
2910          
2911          * src/mainwindow.c
2912                 hyphenate: 'Pre-processing', 'Post-processing'
2913                 
2914         * src/prefs_account.c
2915                 change 'Generate Message-ID' to 'Generate Message-Id'
2916                 
2917         * src/prefs_folder_item.c
2918                 change 'Processing on startup:' to 'Process at startup'
2919                 change 'Scan for new mail:' to 'Scan for new mail'
2920                 
2921 2003-12-11 [christoph]  0.9.7claws38
2922
2923         * src/crash.c
2924         * src/main.[ch]
2925                 make sure the clean_exit() funtion is not called again by the
2926                 signal handler while it is already running
2927
2928         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
2929
2930         * src/summaryview.c
2931                 fix wrong assertion
2932
2933 2003-12-11 [paul]       0.9.7claws37
2934
2935         * src/compose.c
2936                 'anonymise' Message-Id: header string
2937
2938 2003-12-11 [paul]       0.9.7claws36
2939
2940         * src/plugins/clamav/clamav_plugin.c
2941                 fix (don't break) signature count
2942                 use cl_strerror() instead of deprecated cl_perror()
2943         
2944 2003-12-11 [darko]      0.9.7claws35
2945
2946         * src/summaryview.c
2947                 also update the sort arrow (thanks Christoph)
2948
2949 2003-12-11 [darko]      0.9.7claws34
2950
2951         * src/summaryview.c
2952                 allow reverting to default sort mode (no sort)
2953
2954 2003-12-10 [hoa]        0.9.7claws33
2955
2956         * src/matcher.c
2957                 fixed quotation of string for matcher.
2958
2959 2003-12-08 [paul]       0.9.7claws32
2960
2961         * src/imap.c
2962           src/inc.c
2963                 plug memory leaks (patch by Alfons)
2964
2965 2003-12-08 [christoph]  0.9.7claws31
2966
2967         * src/folder_item_prefs.[ch]
2968         * src/folderview.c
2969         * src/prefs_folder_item.c
2970                 add new FolderItem property to exclude folders from new
2971                 mail checks
2972
2973         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
2974
2975 2003-12-07 [paul]       0.9.7claws30
2976
2977         * src/plugins/clamav/clamav_plugin.c
2978                 fix signature count
2979
2980 2003-12-07 [thorsten]   0.9.7claws29
2981
2982         * src/filtering.c
2983                 debug_print some warning if destfolder missing
2984         * src/prefs_filtering.c
2985                 uninitialized filter list when deleting a folder
2986
2987 2003-12-06 [paul]       0.9.7claws28
2988
2989         * src/procheader.c
2990                 add Alfons' patch to trim line feeds
2991
2992 2003-12-06 [paul]       0.9.7claws27
2993
2994         * partial sync with 0.9.7cvs8
2995                 leaving claws' online/offline more or less intact
2996                 see ChangeLog 2003-12-04 and 2003-12-06
2997
2998 2003-12-06 [christoph]  0.9.7claws26
2999
3000         * src/messageview.c
3001         * src/privacy.[ch]
3002                 revert pirvacy API changes
3003
3004 2003-12-05 [alfons]     0.9.7claws25
3005
3006         * src/matcher.[ch]
3007                 clean up my old cruft
3008
3009 2003-12-05 [alfons]     0.9.7claws24
3010
3011         * src/matcher.c
3012                 fix comparison buglet ;-) and make `test` matcher
3013                 work again
3014
3015 2003-12-05 [alfons]     0.9.7claws23
3016
3017         * src/prefs_folder_item.c
3018                 K&R 2nd Ed., page 241 (function parameter identifiers
3019                 starting with an underscore are kind of insulting)
3020
3021 2003-12-05 [hoa]        0.9.7claws22
3022
3023         * src/main.c
3024         * src/mainwindow.[ch]
3025         * src/mainwindow.h
3026                 add destructor for mainwindow so that the last 
3027                 MimeInfo opened in messageview is destroyed when
3028                 exiting sylpheed.
3029
3030 2003-12-05 [hoa]        0.9.7claws21
3031
3032         * src/filtering.[ch]
3033         * src/matcher.[ch]
3034         * src/matcher_parser_lex.l
3035         * src/matcher_parser_parse.y
3036         * src/prefs_actions.c
3037         * src/prefs_filtering.c
3038         * src/common/utils.[ch]
3039                 quote arguments before giving them to command line.
3040                 fixed quote of string in matcher/processing/filtering rules.
3041
3042         * src/messageview.c
3043         * src/privacy.[ch]
3044                 allows decryption to return a new whole 
3045                 MIME message structure.
3046
3047 2003-12-04 [hoa]        0.9.7claws20
3048
3049         * src/filtering.[ch]
3050         * src/folder.c
3051         * src/mainwindow.c
3052         * src/matcher.c
3053         * src/matcher_parser_parse.y
3054         * src/folderview.c
3055                 global rules to run before folder specific rules.
3056                 global rules to run after folder specific rules.
3057                 
3058         * src/messageview.c
3059                 fixed quick addition of rules.
3060         
3061         * src/prefs_filtering.[ch]
3062         * src/summaryview.c
3063                 we can now customize the title for the dialog.
3064                 updated case where we rename of delete folders.
3065
3066         * src/addressbook.c
3067                 got back the function addressbook_browse_entry_cb()
3068                 that is needed in case we compiled with LDAP support.
3069
3070 2003-12-04 [paul]       0.9.7claws19
3071
3072         * sync with 0.9.7cvs6
3073                 see ChangeLog 2003-12-04
3074                 fixes bug 171 'Wrong message decoing: koi8-r and 
3075                 iso8859-5 looks same. Can't read many emails.'
3076
3077 2003-12-04 [paul]       0.9.7claws18
3078
3079         * po/POTFILES.in
3080                 remove 'src/prefs_scoring.c'
3081
3082 2003-12-03 [hoa]        0.9.7claws17
3083
3084         * src/Makefile.am
3085                 compilation of scoring.[ch] and prefs_scoring.[ch]
3086                 is removed.
3087         
3088         * src/filtering.[ch]
3089         * src/folder.c
3090         * src/folder_item_prefs.[ch]
3091         * src/folderview.c
3092         * src/main.c
3093         * src/mainwindow.c
3094         * src/matcher.[ch]
3095         * src/matcher_parser.h
3096         * src/matcher_parser_parse.y
3097         * src/prefs_filtering.[ch]
3098         * src/prefs_filtering_action.c
3099         * src/prefs_folder_item.c
3100         * src/prefs_scoring.[ch]              * REMOVED FILES *
3101         * src/procmsg.[ch]
3102         * src/scoring.[ch]                    * REMOVED FILES *
3103         * src/summaryview.c
3104                 merged scoring and filtering.
3105                 
3106                 Note : compatibility is kept by parsing score like 
3107                   add_score. To get the behaviour of older scoring 
3108                   system, you have to define some equivalent rule :
3109                   "score_lower -9999 hide"
3110                   "score_greater 9999 mark"
3111                   
3112                   To define global rules, you have to define them 
3113                   in the new global processing rules.
3114                   The variable that kept the list filtering rules 
3115                   was "global_processing" and has been renamed into 
3116                   "filtering_rules".
3117                   "global_processing" variable is now the name 
3118                   of the variable that keeps the list of global 
3119                   processing rules.
3120                   In the configuration file, "[global]" section is 
3121                   now for the global processing rules (which includes
3122                   score things and new global processing rules).
3123                   New "[filtering]" section is for the filtering rules.
3124                   
3125                   Before running with this version, during testing 
3126                   phase, ** MAKE A BACKUP ** of your matcherrc file.
3127                   Then, you have to make the following changes :
3128                   - leave all scoring rules in "[global]" section.
3129                   - move all other rules of "[global]" section to
3130                       a new section named "[filtering]".
3131
3132 2003-12-03 [christoph]  0.9.7claws16
3133
3134         * src/procmime.c
3135                 use default Content-Type as specified in RFC2045 if
3136                 Content-Type header is syntactically incorrect
3137
3138 2003-12-03 [christoph]  0.9.7claws15
3139
3140         * src/addressbook.c
3141         * src/addrindex.h
3142         * src/addritem.c
3143         * src/expldifdlg.h
3144         * src/exportldif.c
3145         * src/filtering.c
3146         * src/folder.c
3147         * src/folderview.c
3148         * src/jpilot.c
3149         * src/localfolder.c
3150         * src/matcher.h
3151         * src/matcher_parser_lex.l
3152         * src/matcher_parser_parse.y
3153         * src/news.c
3154         * src/prefs_filtering_action.c
3155         * src/prefs_folder_item.c
3156         * src/prefs_fonts.c
3157         * src/procmsg.c
3158         * src/sgpgme.c
3159                 clean up warnings
3160
3161         * src/procmime.c
3162                 revert 0.9.7claws14 change
3163
3164 2003-12-03 [alfons]     0.9.7claws14
3165
3166         * src/procmime.c
3167                 catch invalid Content-Type with no subtype
3168
3169 2003-12-03 [alfons]     0.9.7claws13
3170
3171         * src/alertpanel.h
3172         * src/setup.c
3173         * src/plugins/image_viewer/plugin.c
3174                 compile again, we need stddef.h for size_t
3175
3176 2003-12-03 [paul]       0.9.7claws12
3177
3178         * src/account.c
3179                 don't allow cloning of accounts with remote folders,
3180                 patch submitted by Ricardo Mones Lastra
3181
3182 2003-12-03 [christoph]  0.9.7claws11
3183
3184         * src/folder.[ch]
3185         * src/imap.c
3186         * src/localfolder.[ch]
3187         * src/mh.c
3188         * src/news.c
3189         * src/common/xml.[ch]
3190                 add set_xml() and get_xml() virtual functions to FolderClass to
3191                 save extra information for Folders (for example the rootpath
3192                 only used by LocalFolder). The folderlist write function no
3193                 longer needs to know the folder type to save this extra
3194                 information.
3195
3196 2003-12-02 [christoph]  0.9.7claws10
3197
3198         * src/Makefile.am
3199         * src/account.c
3200         * src/folder.[ch]
3201         * src/folderview.h
3202         * src/imap.c
3203         * src/localfolder.[ch]          ** NEW **
3204         * src/mainwindow.c
3205         * src/mh.[ch]
3206         * src/news.[ch]
3207         * src/prefs_account.[ch]
3208         * src/prefs_filtering.h
3209         * src/procmsg.h
3210         * src/remotefolder.[ch]         ** NEW **
3211         * src/common/xml.[ch]
3212                 add item_set_xml() and item_get_xml() virtual functions to
3213                 FolderClass to give folders the ability to add extra information
3214                 to the saved FolderItem data. If NULL the default function for
3215                 FolderItem will be used.
3216
3217 2003-11-29 [christoph]  0.9.7claws9
3218
3219         * src/procheader.c
3220                 fix bug in unfolding
3221
3222 2003-11-29 [luke]       0.9.7claws8
3223
3224         * src/textview.c
3225                 fix compilation for non c99 compilers
3226
3227 2003-11-29 [christoph]  0.9.7claws7
3228
3229         * src/procmime.[ch]
3230         * src/mimeview.c
3231                 o unknown disposition types should be handled as
3232                   attachment (RFC2183)
3233                 o missing headers should not default to inline
3234                   (would make "Save All" useless when disposition header
3235                    is not set by the sending mailer)
3236                 o remove old MimeInfo data and cleanup
3237
3238 2003-11-29 [luke]       0.9.7claws6
3239
3240         * src/procmime.[ch]
3241                 re-added parsing of Content-Disposition header
3242                         - removes the old  'gchar* content_disposition'
3243                         - adds a new field 'DispositionType disposition'
3244                         - adds parameters to MimeInfo::parameters
3245
3246         * src/mimeview.c
3247                 use the "filename" parameter for saving, and the new
3248                 MimeInfo::disposition for save all.
3249
3250         * src/compose.c
3251         * src/toolbar.[ch]
3252                 add a 'check spelling' button as a possibility for 
3253                 the compose toolbar
3254
3255         * src/stockpixmap.[ch]
3256         * src/pixmaps/check_spelling.xpm        ** NEW **
3257         * src/Makefile.am
3258                 add a pixmap for use with 'check spelling' button or
3259                 a user defined action
3260
3261         * src/textview.c
3262                 re-apply fixed (I hope) patch for bug 57
3263                 "Hidden URL in HTML Mails"
3264
3265 2003-11-28 [christoph]  0.9.7claws5
3266
3267         * src/procmime.c
3268                 o be more liberal in what we accept as Content-Type parameters
3269                 o ignore comments after parameters
3270
3271         * src/sgpgme.c
3272                 o only free passphrase when an error occurs
3273
3274 2003-11-28 [paul]       0.9.7claws4
3275
3276         * src/account.c
3277                 add 'Clone Account' function. patch submitted by
3278                 Ricardo Mones Lastra
3279
3280 2003-11-27 [thorsten]   0.9.7claws3
3281
3282         * src/mimeview.c
3283                 fix crash if 'save_all' failed twice
3284
3285 2003-11-27 [paul]       0.9.7claws2
3286
3287         * po/POTFILES.in
3288                 fix a typo
3289
3290         * po/zh_CN.po
3291                 update Simplified Chinese translation. submitted by
3292                 Hansom Young
3293
3294 2003-11-27 [paul]       0.9.7claws1
3295
3296         * po/POTFILES.in
3297                 clean up
3298
3299 2003-11-26 [paul]       0.9.7claws
3300
3301         * 0.9.7claws released
3302
3303 2003-11-26 [paul]       0.9.6claws99
3304
3305         * src/Makefile.am
3306                 add reference to pixmaps/mime_message.xpm
3307
3308 2003-11-26 [paul]       0.9.6claws98
3309
3310         * po/POTFILES.in
3311                 remove reference to src/sigstatus.c
3312
3313 2003-11-26 [christoph]  0.9.6claws97
3314
3315         * src/Makefile.am
3316         * src/prefs_common.c
3317         * src/rfc2015.c
3318         * src/sigstatus.[ch]            ** REMOVE **
3319                 remove signature result popup option and window
3320
3321 2003-11-26 [paul]       0.9.6claws96
3322
3323         * po/es.po
3324           po/ja.po
3325           po/pl.po
3326           po/sk.po
3327           po/sr.po
3328                 update translations. submitted by Ricardo Mones Lastra,
3329                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
3330
3331 2003-11-25 [christoph]  0.9.6claws95
3332
3333         * src/procmime.c
3334                 display mime structure only in debug mode
3335
3336 2003-11-25 [melvin]     0.9.6claws94
3337
3338         * po/fr.po
3339                 Updated French translations + typos fixes of older
3340                 translations (thanks to Fabien Vantard for pointing
3341                 to some of them)
3342
3343 2003-11-25 [melvin]     0.9.6claws93
3344
3345         * src/editldap.c
3346                 Fixed a couple of typos.
3347
3348 2003-11-24 [paul]       0.9.6claws92
3349
3350         * po/POTFILES.in
3351                 add 'src/textview.c'
3352
3353 2003-11-24 [paul]       0.9.6claws91
3354
3355         * src/sgpgme.c
3356                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
3357
3358 2003-11-24 [paul]       0.9.6claws90
3359
3360         * src/plugins/image_viewer/viewer.c
3361                 image_viewer_show_mimepart(): 
3362                 use procmime_mimeinfo_get_parameter() to get the file name
3363
3364 2003-11-24 [paul]       0.9.6claws89
3365
3366         * src/textview.c
3367                 textview_show_mime_part(): rewrite text hint
3368
3369 2003-11-22 [paul]       0.9.6claws88
3370
3371         * sync with 0.9.7cvs5
3372                 see ChangeLog 2003-11-21
3373
3374 2003-11-21 [paul]       0.9.6claws87
3375
3376         * src/mimeview.c
3377                 define shortcut key 'o' for 'Open with...'
3378
3379 2003-11-21 [alfons]     0.9.6claws86
3380
3381         * src/messageview.c
3382                 fix bug #383 'Deleting message from "separate message view" 
3383                 uses local Trash folder'
3384
3385 2003-11-21 [christoph]  0.9.6claws85
3386
3387         * src/mimeview.c
3388                 fix content-type guessing by name parameter when finding
3389                 the correct viewer
3390
3391 2003-11-21 [alfons]     0.9.6claws84
3392
3393         * src/main.c
3394                 no mail incorporation allowed with --offline param.
3395                 fixes bug #374, "--offline ignored"
3396
3397 2003-11-20 [christoph]  0.9.6claws83
3398
3399         * src/mimeinfo.c
3400                 use signed MimeInfo when checking the signature and not
3401                 the selected one
3402
3403 2003-11-19 [alfons]     0.9.6claws82
3404
3405         * src/mainwindow.c
3406                 fix crash when toggling separate views, patch submitted
3407                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
3408                 fixes bug #342, "separate views  cause crash"
3409
3410 2003-11-19 [paul]       0.9.6claws81
3411
3412         * src/compose.c
3413                 compose_redirect_write_headers_from_headerlist(): 
3414                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
3415                 
3416         * src/main.c
3417                 code cleanup (inherited from 0.9.7cvs4)
3418                 
3419         * tools/tb2sylpheed
3420                 bugfix: added missing attribute-list start. submitted by
3421                 Urke MMI
3422
3423 2003-11-19 [luke]       0.9.6claws80
3424
3425         * src/textview.c
3426                 revert my last commit until I get time to fix it
3427
3428 2003-11-18 [christoph]  0.9.6claws79
3429
3430         * src/mimeview.[ch]
3431                 check parent MimeInfos for signatures and display the
3432                 result of the parent when found
3433
3434         * src/pgpmime.c
3435                 o avoid NULL pointer warnings
3436                 o use procmime_mimeinfo_get_parameter()
3437
3438         * src/sgpgme.c
3439                 small text changes
3440
3441 2003-11-17 [luke]       0.9.6claws78
3442
3443         * src/textview.c
3444                 add check for disguised URLs, fixing bug 57
3445                 "Hidden URL in HTML Mails"
3446
3447 2003-11-16 [christoph]  0.9.6claws77
3448
3449         * src/procmime.c
3450                 fix crash when parsing invalid Content-Type header
3451
3452 2003-11-16 [christoph]  0.9.6claws76
3453
3454         * src/pgpmime.c
3455         * src/privacy.c
3456         * src/procmime.c
3457         * src/sgpgme.[ch]
3458                 implement message decrypting
3459
3460         * src/rfc2015.c
3461                 remove old code
3462
3463 2003-11-14 [luke]       0.9.6claws75
3464
3465         * src/mimeview.c
3466                 fix a couple of problems that treated application/* and
3467                 application/octet-stream the wrong way around
3468                 (since 0.9.6claws10), causing "Open" to do nothing.
3469
3470 2003-11-14 [christoph]  0.9.6claws74
3471
3472         * src/messageview.c
3473         * src/pgpmime.c
3474         * src/privacy.[ch]
3475                 prepare for message part decrypting
3476
3477         * src/sgpgme.c
3478                 add output for expired signatures
3479
3480         * src/rfc2015.c
3481                 remove some old code
3482
3483 2003-11-10 [christoph]  0.9.6claws73
3484
3485         * src/mimeview.c
3486                 add "Full info" button for bad and warn signature status
3487
3488         * src/sgpgme.c
3489                 generate full signature info like gpg's output
3490                 (gpg -v --with-fingerprint --verify)
3491
3492 2003-11-10 [christoph]  0.9.6claws72
3493
3494         * src/mimeview.c
3495         * src/pgpmime.c
3496         * src/privacy.[ch]
3497         * src/sgpgme.[ch]
3498         * src/textview.[ch]
3499                 o add code to view full signature info
3500                 o do automatic signature checks
3501
3502 2003-11-10 [alfons]     0.9.6claws71
3503
3504         * src/summaryview.c
3505                 don't crash when gtkut_font_load() returns invalid font (has
3506                 something to do with locale settings)
3507                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
3508
3509 2003-11-09 [alfons]     0.9.6claws70
3510
3511         * src/procmime.c
3512                 plug leak
3513
3514 2003-11-08 [luke]       0.9.6claws69
3515
3516         * src/summaryview.c
3517                 fix some typos
3518
3519         * src/compose.c
3520                 rewrite compose_attach_parts(), fixing various bugs mainly
3521                 to do with re-editing.
3522
3523         * src/mimeview.c
3524                 "save all" now only saves attachments with names/filenames
3525
3526 2003-11-04 [match]      0.9.6claws68
3527
3528         * src/ldapctrl.[ch]
3529                 fix broken LDAP support.
3530
3531         * src/ldapquery.c
3532                 remove printf's.
3533
3534 2003-11-04 [luke]       0.9.6claws67
3535
3536         * src/mimeview.c
3537                 o  fixed bug 4 "focus lost on messages with attachments"
3538                 o  fixed 'Save all' attachments for new mime changes
3539                 o  right clicking on icons consistent with right clicking on
3540                    mime tree
3541                   - fixes a bug where wrong part is saved when you
3542                     choose 'Save as' from popup menu
3543                   - fixes bug 308 "No way to "save all" attachments"
3544                 o  fixed a compiler warning.
3545
3546         * src/textview.c
3547                 o  removed flickering in mime tree when using "n" and "p"
3548                    shortcuts
3549                 o  fixed bug where selecting the textview and pressing e.g.
3550                    'y' causes sylpheed to respond twice.
3551
3552         * src/summaryview.c
3553                 removed hard coding of * and ! shortcuts (which only served
3554                 to cause problems if you tried to redefine the shortcuts)
3555
3556 2003-11-04 [luke]       0.9.6claws66
3557
3558         * src/plugins/image_viewer/viewer.c
3559         * src/plugins/image_viewer/viewerprefs.c
3560         * src/plugins/image_viewer/viewerprefs.glade
3561                 o  allow toggling of image scaling by clicking on image
3562                 o  respond to image's container widget resize
3563
3564         * src/procmime.c
3565                 o  fix bad parsing of message when re-editing/viewing a
3566                    message saved to the drafts folder
3567
3568 2003-11-02 [match]      0.9.6claws65
3569
3570         * src/browseldap.h
3571                 fix if not building LDAP support.
3572         * src/addrindex.c
3573         * src/ldapquery.[ch]
3574         * src/editldap.h
3575                 include support for contains query. feature req 529354.
3576
3577 2003-11-02 [alfons]     0.9.6claws64
3578
3579         * src/browseldap.c
3580                 fix build bustage if not compiling ldap support
3581
3582 2003-11-01 [match]      0.9.6claws63
3583
3584         * po/POTFILES.in
3585         * src/Makefile.am
3586         * src/addr_compl.[ch]
3587         * src/addrbook.c
3588         * src/addrcache.[ch]
3589         * src/addrdefs.h        ** NEW **
3590         * src/addressbook.c
3591         * src/addressitem.h
3592         * src/addrindex.[ch]
3593         * src/addritem.h
3594         * src/addrquery.[ch]
3595         * src/ldapquery.[ch]
3596         * src/ldapserver.[ch]
3597                 refactor LDAP query mechanism.
3598
3599         * src/browseldap.[ch]   ** NEW **
3600         * src/ldaplocate.[ch]   ** NEW **
3601                 add feature to browse LDAP entry that was retrieved using
3602                 an explicit LDAP search.
3603
3604 2003-11-01 [alfons]     0.9.6claws62
3605
3606         * src/prefs_gtk.c
3607                 prefs_write_param(): fail when we see an invalid type; all the
3608                 callers seem to handle this gracefully by reverting changes
3609
3610 2003-10-30 [christoph]  0.9.6claws61
3611
3612         * configure.ac
3613         * ac/openssl.m4
3614         * ac/spamassassin.m4
3615         * src/Makefile.am
3616                 use extra variables for all libraries to make sure plugins
3617                 are only linked with libraries they really need. $LIBS is always
3618                 added to the linking parameters, but we only what the libraries
3619                 listed in the Makefile
3620
3621 2003-10-29 [paul]       0.9.6claws60
3622
3623         * src/mimeview.c
3624                 don't use Subject for unknown part name
3625
3626 2003-10-29 [paul]       0.9.6claws59
3627
3628         * src/compose.c
3629                 get name of attachment(s) when re-editing, fwd'ing or
3630                 redirecting
3631                 
3632         * src/mimeview.c
3633                 get name of attachment(s) when saving
3634
3635 2003-10-29 [hoa]        0.9.6claws58
3636
3637         * src/textview.c
3638                 implemented multipart/alternative in MIME message viewer.
3639
3640 2003-10-28 [christoph]  0.9.6claws57
3641
3642         * configure.ac
3643                 make sure MathML-Viewer is not built with the
3644                 Gtk2 version of GtkMathView
3645
3646 2003-10-28 [paul]       0.9.6claws56
3647
3648         * sync with 0.9.7cvs1
3649                 see ChangeLog 2003-10-28
3650
3651 2003-10-27 [alfons]     0.9.6claws55
3652
3653         * src/matcher_parser_parse.y
3654         * src/gtk/colorlabel.c
3655                 allow setting color label to 0 in filtering/processing rules
3656                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
3657
3658 2003-10-26 [alfons]     0.9.6claws54
3659
3660         * src/summary_search.c
3661                 fix misnomer and correct selecting initial search node  
3662
3663 2003-10-26 [christoph]  0.9.6claws53
3664
3665         * src/pgpmime.c
3666         * src/sgpgme.c
3667                 change display of signature info to use only name of
3668                 signer, otherwise the text gets too long.
3669
3670         * src/procmime.c
3671                 don't use MimeInfo's filename to generate tmp filename
3672
3673 2003-10-25 [christoph]  0.9.6claws52
3674
3675         * src/procmime.c
3676                 fix message body searching
3677
3678 2003-10-25 [paul]       0.9.6claws51
3679
3680         * src/compose.c
3681                 use g_basename rather than basename
3682
3683 2003-10-24 [christoph]  0.9.6claws50
3684
3685         * src/sgpgme.c
3686                 change fetching of signature key's trust
3687
3688 2003-10-24 [paul]       0.9.6claws49
3689
3690         * po/sk.po
3691                 update Slovak translation
3692                 submitted by Andrej Kacian
3693                 
3694         * src/mainwindow.c
3695                 remove unknown menu entry /File/Add mailbox/mbox...
3696
3697 2003-10-24 [hoa]        0.9.6claws48
3698
3699         * src/Makefile.am
3700                 removed all references to mbox folders
3701
3702         * src/carray.[ch]               * REMOVED *
3703         * src/chash.[ch]                * REMOVED *
3704         * src/maillock.[ch]             * REMOVED *
3705         * src/mailmbox.[ch]             * REMOVED *
3706         * src/mailmbox_folder.[ch]      * REMOVED *
3707         * src/mailmbox_parse.[ch]       * REMOVED *
3708         * src/mailmbox_types.[ch]       * REMOVED *
3709         * src/mbox_folder.[ch]          * REMOVED *
3710                 remove implementation of mbox folders
3711                 and old mailbox folder.
3712                 mbox folder implementation will be added
3713                 as a plugin so that implementation can be entirely
3714                 synchronized with the files of the project they are
3715                 extracted from (libEtPan!).
3716         
3717         * src/mainwindow.c
3718         * src/folder.c
3719         * src/folderview.[ch]
3720         * src/procmsg.h         
3721                 Disable as much code that references mbox folders
3722                 as possible.
3723                 Some UI thing still need to know that folder is mbox
3724                 (when we have to enter the name of the mailbox and
3725                 we want to add /var/mail/$USER).
3726
3727 2003-10-23 [christoph]  0.9.6claws47
3728
3729         * src/noticeview.c
3730                 don't always display button when noticeview is made visible
3731
3732         * src/mimeview.c
3733         * src/pgpmime.c
3734         * src/privacy.[ch]
3735         * src/sgpgme.[ch]
3736                 get signature information from crypto system
3737
3738 2003-10-22 [paul]       0.9.6claws46
3739
3740         * po/es.po
3741                 updated by Ricardo Mones Lastra
3742
3743 2003-10-22 [paul]       0.9.6claws45
3744
3745         * src/Makefile.am
3746                 update to reflect the changes to the icons that
3747                 happened in 0.9.6claws35
3748
3749 2003-10-22 [alfons]     0.9.6claws44
3750         
3751         * src/carray.h
3752                 inline carray_count() 
3753
3754 2003-10-21 [alfons]     0.9.6claws43
3755
3756         * src/carray.h
3757                 glib wrappers
3758         * src/carray.c
3759                 disable
3760         * src/mailmbox.[ch]
3761         * src/mailmbox_folder.c
3762         * src/mailmbox_parse.c
3763         * src/mailmbox_types.[ch]
3764                 %s/uint32_t/guint
3765
3766 2003-10-21 [luke]       0.9.6claws42
3767
3768         * src/stock_pixmaps.[ch]
3769         * src/mimeview.c
3770         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
3771         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
3772                 o remove mime_application_octet_stream.xpm icon (it was never
3773                   really needed)
3774                 o remove redundant icon messageview_text.xpm
3775
3776         * src/mainwindow.c
3777                 fix visibility of signature noticeview when toggling 'separate
3778                 message view'
3779
3780 2003-10-21 [christoph]  0.9.6claws41
3781
3782         * src/procmime.c
3783                 decode multipart and rfc822 mime parts to allow further
3784                 parsing when required
3785
3786 2003-10-21 [christoph]  0.9.6claws40
3787
3788         * src/procmime.[ch]
3789         * src/textview.c
3790                 remove obsolete charset parameter in MimeInfo and fix
3791                 TextView to use the charset from the parameter hash table
3792
3793         * src/plugins/dillo_viewer/Makefile.am
3794         * src/plugins/trayicon/Makefile.am
3795                 add OPENSSL_CFLAGS to fix building with using
3796                 --with-openssl-* parameters
3797
3798 2003-10-21 [paul]       0.9.6claws39
3799
3800         * src/prefs_matcher.[ch]
3801                 replace remnants of the old, renamed 'Execute' matchtype
3802                 add a brief description to the Info window
3803
3804 2003-10-21 [hoa]        0.9.6claws38
3805         
3806         * src/Makefile.am
3807         * src/carray.[ch]               * NEW *
3808         * src/chash.[ch]                * NEW *
3809         * src/folder.c
3810         * src/maillock.[ch]             * NEW *
3811         * src/mailmbox.[ch]             * NEW *
3812         * src/mailmbox_folder.[ch]      * NEW *
3813         * src/mailmbox_parse.[ch]       * NEW *
3814         * src/mailmbox_types.[ch]       * NEW *
3815                 implementation of mbox folder with unique message numbers
3816
3817                 made use of libEtPan! implementation of mbox for lower-layer.
3818
3819 2003-10-20 [alfons]     0.9.6claws37
3820
3821         * src/noticeview.c
3822                 fix invalid argument warning
3823         * src/pgpmime.c
3824                 no in place variable
3825
3826 2003-10-20 [paul]       0.9.6claws36
3827
3828         * src/compose.[ch]
3829           src/filtering.c
3830           src/messageview.c
3831                 fix crash when using Forward in Filtering when
3832                 external editor option is set
3833                 
3834                 Patch submitted by Simon 'corecode' Schubert
3835                 <corecode@corecode.ath.cx> 
3836
3837 2003-10-20 [paul]       0.9.6claws35
3838
3839         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
3840           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
3841           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
3842           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
3843           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
3844           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
3845           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
3846           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
3847           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
3848           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
3849           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
3850           src/mimeview.c
3851           src/stock_pixmap.[ch]
3852                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
3853                 icons. add privacy_warn.xpm icon
3854
3855 2003-10-20 [hoa]  0.9.6claws34
3856
3857         * src/folder_item_prefs.[ch]
3858         * src/prefs_folder_item.c
3859         * src/main.c
3860                 Added a property per folder to choose whether we 
3861                 want to apply processing on it on startup or if we
3862                 prefer to wait the folder selection to apply it.
3863         
3864         * src/messageview.c
3865                 fixed C89 compatibility (for old compilers, for
3866                 example gcc 2.95.x).
3867
3868 2003-10-17 [christoph]  0.9.6claws33
3869
3870         * src/mimeview.c
3871         * src/noticeview.[ch]
3872                 change noticeview icon to indicate signature status
3873
3874 2003-10-17 [christoph]  0.9.6claws32
3875
3876         * src/Makefile.am
3877         * src/main.c
3878         * src/mimeview.c
3879         * src/noticeview.c
3880         * src/pgpmime.[ch]                              ** NEW **
3881         * src/privacy.[ch]
3882         * src/rfc2015.c
3883         * src/sgpgme.c                                  ** NEW **
3884                 reimplement PGP/Mime signature checking (unfinished)
3885
3886 2003-10-15 [christoph]  0.9.6claws31
3887
3888         * src/procmime.[ch]
3889                 fix procmime_get_text_content() and
3890                 procmime_get_first_text_content()
3891
3892 2003-10-15 [christoph]  0.9.6claws30
3893
3894         * src/plugins/spamassassin/spamassassin_gtk.c
3895         * src/plugins/spamassassin/spamassassin_gtk.glade
3896                 fix timeout tooltip
3897
3898 2003-10-15 [paul]       0.9.6claws29
3899
3900         * src/messageview.c
3901                 workaround for buggy smtp servers. on sending a
3902                 return receipt strip the name part from the address
3903                 when creating headers
3904                 
3905 2003-10-15 [paul]       0.9.6claws28
3906
3907         * sync with 0.9.7 release
3908                 see ChangeLog 2003-10-15
3909
3910 2003-10-14 [christoph]  0.9.6claws27
3911
3912         * src/plugins/clamav/clamav_plugin.c
3913                 fix clamav plugin
3914
3915 2003-10-14 [christoph]  0.9.6claws26
3916
3917         * src/compose.c
3918         * src/mimeview.c
3919         * src/procmime.[ch]
3920         * src/rfc2015.c
3921         * src/textview.c
3922         * src/plugins/clamav/clamav_plugin.c
3923                 use GNode to create the mime tree (some changes to functions
3924                 that traverse the tree are just quick and dirty. Maybe we
3925                 can find better solutions with g_node_*-functions)
3926
3927 2003-10-14 [luke]       0.9.6claws25
3928
3929         * src/mimeview.c
3930                 fix a navigation bug (stupid typo of mine)
3931
3932 2003-10-14 [christoph]  0.9.6claws24
3933
3934         * src/textview.c
3935                 fix missing last line in plain/text mails
3936
3937 2003-10-13 [luke]       0.9.6claws23
3938
3939         * src/summaryview.c
3940                 fix bug 334 (part 1)
3941
3942 2003-10-13 [kov]        0.9.6claws22
3943
3944         * src/mimeview.c
3945                 error checking when the user enters a non-directory at
3946                 the file selection dialog.
3947                 work-around for users entering directory location without
3948                 adding a leading G_DIR_SEPARATOR.
3949
3950 2003-10-13 [luke]       0.9.6claws21
3951
3952         * src/compose.c
3953                 error reporting for inserting files, including catching
3954                 invalid characters for current locale/encoding
3955
3956 2003-10-13 [paul]       0.9.6claws20
3957
3958         * src/folderview.c
3959                 fix bug #347 'subscribe newsgroups crashes'
3960
3961 2003-10-13 [paul]       0.9.6claws19
3962
3963         * src/compose.c
3964                 when using 'Reply to all' include the 'send replies
3965                 to' folder property
3966                 
3967         * po/ja.po
3968                 update Japanese translation. submitted by Rui Hirokawa 
3969                 <rui_hirokawa@ybb.ne.jp>        
3970
3971 2003-10-13 [hoa]        0.9.6claws18
3972
3973         * src/account.c
3974         * src/compose.c
3975         * src/messageview.c
3976         * src/procheader.c
3977         * src/procheader.h
3978                 rename get_header_from_msginfo() into
3979                 procheader_get_header_from_msginfo() so that we have a
3980                 coherent exported naming.
3981                 avoid parsing of header contained in a string via
3982                 a newly written temporary file.
3983
3984         Patch submitted by Simon 'corecode' Schubert
3985                 <corecode@corecode.ath.cx>
3986
3987 2003-10-12 [hoa]        0.9.6claws17
3988
3989         * src/filtering.c
3990         * src/filtering.h
3991         * src/matcher.c
3992         * src/matcher.h
3993         * src/matcher_parser_parse.y
3994         * src/prefs_filtering_action.c
3995                 added "stop" action : stop applying the filtering rules.
3996                 added "set score" and "increase/decrease score" actions.
3997                 That two last action replace the "change_score" action
3998                 introduced by alfons in 0.8.8claws85.
3999                 "set score" is to set a given score to the message.
4000                 "increase/decrease score" will increase or decrease the
4001                 score if the given value is respectively positive or
4002                 negative. If someone find a some better name for this last
4003                 rule, it can be modified.
4004
4005 2003-10-12 [paul]       0.9.6claws16
4006
4007         * AUTHORS
4008           po/ja.po
4009                 update Japanese translation. submitted by Rui Hirokawa 
4010                 <rui_hirokawa@ybb.ne.jp>
4011
4012 2003-10-12 [christoph]  0.9.6claws15
4013
4014         * src/procmime.c
4015                 fix crash caused by incorrect headers
4016
4017 2003-10-10 [christoph]  0.9.6claws14
4018
4019         * src/main.c
4020         * src/privacy.[ch]
4021         * src/rfc2015.[ch]
4022                 implement detection of signed message parts for rfc2015
4023
4024 2003-10-10 [thorsten]   0.9.6claws13
4025
4026         * src/mimeview.c
4027                 fix typo
4028
4029 2003-10-10 [christoph]  0.9.6claws12
4030
4031         * src/stock_pixmap.[ch]
4032         * src/pixmaps/mime_message.xpm                  ** NEW **
4033                 add a new icon for mime type "message"
4034
4035         * src/privacy.[ch]
4036         * src/procmime.[ch]
4037                 add crypto api
4038
4039         * src/mimeview.c
4040                 o use crypto api
4041                 o add icons for message type mime parts
4042
4043 2003-10-10 [christoph]  0.9.6claws11
4044
4045         * src/mainwindow.c
4046         * src/messageview.[ch]
4047         * src/mimeview.[ch]
4048         * src/procmime.[ch]
4049         * src/procmsg.[ch]
4050         * src/rfc2015.c
4051         * src/summaryview.c
4052         * src/textview.[ch]
4053                 o remove switching between TextView and MimeView in MessageView
4054                   (if required we can hide the icon box and the MimeView will
4055                    look exaxtly like the TextView)
4056                 o temporary remove signature and decrypting GPGME code
4057
4058 2003-10-09 [christoph]  0.9.6claws10
4059
4060         * src/action.c
4061         * src/compose.c
4062         * src/messageview.c
4063         * src/mimeview.c
4064         * src/procmime.[ch]
4065         * src/procmsg.c
4066         * src/rfc2015.c
4067         * src/textview.c
4068         * src/common/utils.[ch]
4069         * src/plugins/clamav/clamav_plugin.c
4070         * src/plugins/dillo_viewer/dillo_viewer.c
4071         * src/plugins/image_viewer/viewer.c
4072         * src/plugins/mathml_viewer/mathml_viewer.c
4073                 new mime parser (several things need fixing)
4074
4075 2003-10-09 [paul]       0.9.6claws9
4076
4077         * src/imap.c
4078                 a little more sync with 0.9.6cvs2 and a tidy up
4079
4080 2003-10-08 [paul]       0.9.6claws8
4081
4082         * sync with 0.9.6cvs2
4083                 see ChangeLog 2003-10-03
4084
4085 2003-10-05 [christoph]  0.9.6claws7
4086
4087         * src/summaryview.c
4088                 don't use flags to check if a message is in a news folder
4089
4090         (closes Bug 282 clicking on folder with copied Messages from News
4091          immediately after having copied them crashes Sylpheed-Claws)
4092
4093 2003-10-05 [christoph]  0.9.6claws6
4094
4095         * src/Makefile.am
4096         * src/progressdialog.[ch]               ** REMOVE **
4097         * src/gtk/Makefile.am
4098         * src/gtk/progressdialog.[ch]           ** NEW **
4099                 move progressdialog to gtk directory
4100
4101 2003-10-04 [christoph]  0.9.6claws5
4102
4103         * src/prefs_toolbar.c
4104         * src/gtk/prefswindow.c
4105                 remove widget_show_all for pages root widget
4106
4107         * src/plugins/spamassassin/spamassassin.[ch]
4108         * src/plugins/spamassassin/spamassassin_gtk.c
4109         * src/plugins/spamassassin/spamassassin_gtk.glade
4110                 add support for new libspamc transports
4111
4112 2003-10-04 [christoph]  0.9.6claws4
4113
4114         * src/plugins/spamassassin/libspamc.[ch]
4115         * src/plugins/spamassassin/spamassassin.c
4116         * src/plugins/spamassassin/utils.[ch]
4117                 update libspamc to version from SpamAssassin 2.60
4118
4119 2003-10-03 [christoph]  0.9.6claws3
4120
4121         * src/send_message.c
4122                 fix missing format string bug found by
4123                 Georgi Guninski <guninski@guninski.com>
4124
4125 2003-10-03 [paul]       0.9.6claws2
4126
4127         * po/zh_CN.po
4128                 update Simpilified Chinese translation, submitted by
4129                 Hansom Young
4130
4131 2003-10-02 [christoph]  0.9.6claws1
4132
4133         * src/imap.c
4134                 add UIDPLUS support for COPY and EXPUNGE
4135
4136 2003-10-02 [paul]       0.9.6claws
4137
4138         * 0.9.6claws released
4139
4140 2003-10-02 [paul]
4141
4142         * po/es.po
4143           po/sk.po
4144                 update Spanish and Slovak translations
4145                 submitted by Ricardo Mones Lastra and Andrej Kacian
4146  
4147 2003-10-02 [paul]       0.9.5claws43
4148
4149         * po/en_GB.po
4150                 update British English translation
4151
4152 2003-10-02 [paul]       0.9.5claws42
4153
4154         * po/hr.po
4155                 update Croatian translation, submitted by Dragan
4156
4157 2003-10-01 [paul]       0.9.5claws41
4158
4159         * po/pl.po
4160           po/sr.po
4161                 update Polish and Serbian translations, submitted by
4162                 Emil and Urke MMI
4163
4164 2003-10-01 [melvin]     0.9.5claws40
4165
4166         * po/fr.po
4167                 Updated French translations
4168
4169 2003-10-01 [melvin]     0.9.5claws39
4170
4171         * src/prefs_fonts.c
4172                 Fixed a Gtk warning
4173
4174         * src/plugins/dillo_prefs.c     
4175                 Quasi unnoticeable UI clean-up.
4176
4177 2003-10-01 [paul]
4178
4179         * tools/README
4180           tools/maildir2sylpheed.pl
4181                 bug fixes, rewrites, submitted by Matthias Förste 
4182                 <itsjustme@users.sourceforge.net>
4183
4184 2003-09-29 [paul]       0.9.5claws38
4185
4186         * src/inc.c
4187                 fix my coding carelessness
4188
4189 2003-09-29 [paul]       0.9.5claws37
4190
4191         * po/POTFILES.in
4192           src/Makefile.am
4193           src/main.c
4194           src/prefs_common.[ch]
4195           src/prefs_fonts.[ch]  ** NEW FILES **
4196                 move Font config options to Other Prefs/Display/Fonts
4197                 (user's current configuration is preserved)
4198
4199 2003-09-29 [paul]       0.9.5claws36
4200
4201         * src/inc.c
4202           src/prefs_account.c
4203                 allow 'local_mbox' value to point to either a directory 
4204                 (/var/mail -  default, new) or a file (/var/mail/username
4205                 - original)
4206
4207 2003-09-28 [paul]       0.9.5claws35
4208
4209         * src/rfc2015.c
4210                 on signature check, where key exists, print the
4211                 Key ID
4212
4213 2003-09-27 [alfons]     0.9.5claws34
4214
4215         * src/action.c
4216                 o make progress bar not fill/expand when resizing dialog
4217                 o use default fixed text font for actions output
4218
4219 2003-09-27 [paul]       0.9.5claws33
4220
4221         * src/prefs_common.[ch]
4222           src/procmsg.c
4223           src/send_message.c
4224                 remove External Program settings from Common Prefs/Send
4225                 as they are now unnecessary due to Local account settings.
4226                 plus a little tidying-up after 0.9.5claws31
4227
4228 2003-09-27 [paul]       0.9.5claws32
4229
4230         * src/prefs_account.c
4231                 o make correction to gui text:
4232                   'Local mailbox file' -> 'Local mailbox directory'
4233                 o give 'local_mbox' option a reasonable default value:
4234                   '/var/mail'
4235                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
4236                   value
4237
4238 2003-09-26 [paul]       0.9.5claws31
4239
4240         * src/inc.c
4241           src/prefs_common.[ch]
4242                 remove 'Incorporate from spool' common pref,
4243                 force creation of a 'Local' account
4244
4245 2003-09-26 [christoph]  0.9.5claws30
4246
4247         * src/folder.c
4248         * src/msgcache.c
4249                 add more NULL pointer checks
4250
4251 2003-09-25 [christoph]  0.9.5claws29
4252
4253         * src/folder.c
4254                 o don't fetch source message to get it's message id
4255                 o immediately scan dest folder when copying a message did not
4256                   return a new message number and not do it when the first message
4257                   without a new message number is found
4258
4259 2003-09-23 [christoph]  0.9.5claws28
4260
4261         * src/compose.c
4262                 fix generating of headers
4263
4264         (patch by David Relson <relson@osagesoftware.com>)
4265
4266 2003-09-23 [paul]       0.9.5claws27
4267
4268         * po/zh_CN.po
4269                 update Simplified Chinese translation. submitted by
4270                 Hansom Young
4271
4272 2003-09-23 [paul]       0.9.5claws26
4273
4274         * tools/Makefile.am
4275           tools/README
4276           tools/vcard2xml.py    ** NEW FILE **
4277                 add a script that converts an evolution vcard to
4278                 sylpheed's xml format
4279                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
4280
4281 2003-09-22 [paul]       0.9.5claws25
4282
4283         * src/plugins/clamav/clamav_plugin.c
4284                 don't skip MULTIPART parts
4285
4286 2003-09-21 [christoph]  0.9.5claws24
4287
4288         * src/alertpanel.c
4289                 remove unneeded include
4290
4291         * src/folder.c
4292                 clean up copy/move mess with duplicated code
4293
4294         * src/imap.c
4295                 fix problem that sometimes the folder was not scanned
4296                 also it was changed
4297
4298 2003-09-21 [christoph]  0.9.5claws23
4299
4300         * src/Makefile.am
4301         * src/logwindow.[ch]                    ** REMOVE **
4302         * src/mainwindow.c
4303         * src/prefs_common.c
4304         * src/gtk/Makefile.am
4305         * src/gtk/logwindow.[ch]                ** ADD **
4306                 make logwindow prefs_common independent and move
4307                 it to gtk directory
4308
4309 2003-09-20 [christoph]  0.9.5claws22
4310
4311         * src/compose.c
4312                 add extra space for address code conversion
4313                 (4 * unconvered size could be too small for short headers)
4314
4315 2003-09-20 [christoph]  0.9.5claws21
4316
4317         * src/compose.c
4318                 increase temp buffer size when writing headers
4319
4320 2003-09-19 [darko]      0.9.5claws20
4321
4322         * src/compose.c
4323                 don't ignore value of 'Save copy of outgoing messages to
4324                 this folder instead of Sent' in message redirect
4325
4326 2003-09-17 [christoph]  0.9.5claws19
4327
4328         * src/compose.c
4329                 use ", " as address seperator for mail headers and pass whole
4330                 header line at once to compose_convert_header to make sure
4331                 it is correctly folded
4332
4333         (closes Bug 64 Problem when sending to many recipients)
4334
4335 2003-09-17 [hoa]        0.9.5claws18
4336         
4337         * src/matcher.[ch]
4338           src/matcher_parser_parse.y
4339           src/prefs_matcher.c
4340                 changed the keyword used for command execution in condition
4341                 keyword is changed from "execute" to "test"
4342                 so that it is not the same as the one used for action.
4343                 This will fix a bug when using filtering dialog.
4344                 All semantic in the code is also changed to reflect
4345                 the keyword change.
4346
4347 2003-09-17 [paul]
4348         
4349         * sync with 0.9.6 release
4350
4351 2003-09-17 [paul]       0.9.5claws17
4352
4353         * sync with 0.9.5cvs8
4354                 see ChangeLog 2003-09-16 and 2003-09-17
4355
4356 2003-09-16 [paul]       0.9.5claws16
4357
4358         * sync with 0.9.5cvs6
4359                 see ChangeLog 2003-09-16
4360
4361 2003-09-15 [paul]       0.9.5claws15
4362
4363         * sync with 0.9.5cvs5
4364                 see ChangeLog 2003-09-15
4365
4366 2003-09-14 [alfons]     0.9.5claws14
4367
4368         * src/inc.c
4369                 make "Go to inbox after receiving new mail" again;
4370                 regression of a sync, restored to sylpheed main 
4371                 behaviour. (misses still some bits)
4372
4373 2003-09-14 [alfons]     0.9.5claws13
4374
4375         * src/prefs_filtering_action.c
4376                 o add proper message if empty execute command line
4377                 o don't select first action item after registering a
4378                   new action to prevent (what seems to be a GTK) bug
4379                   #36, "filtering will only accept one action change 
4380                   per invocation".
4381
4382 2003-09-14 [alfons]     0.9.5claws12
4383
4384         * src/prefs_filtering.c
4385         * src/prefs_filtering_action.c
4386         * src/prefs_matcher.c
4387                 fix function signature for key_pressed_event signal handlers
4388
4389 2003-09-14 [alfons]     0.9.5claws11
4390
4391         * src/mainwindow.c
4392                 fix regression caused by fix for invalid bug #7
4393                 (should fix #246, "Multiple selections are deselected when 
4394                 moving from search window to main window")
4395                 
4396 2003-09-14 [alfons]     0.9.5claws10
4397         
4398         * src/actions.[ch]
4399         * src/filtering.[ch]
4400         * src/prefs_actions.c
4401                 allow `filtering actions` in actions; only for advanced users
4402                 right now: try for example, "%as{mark color 2}" 
4403         
4404 2003-09-13 [paul]       0.9.5claws9
4405         
4406         * po/pl.po
4407           po/zh_CN.po   ** NEW FILE **
4408                 update Polish translation, submitted by Emil 
4409                 <eminowbl@posejdon.wpk.p.lodz.pl>
4410                 add new Simplified Chinese translation, submitted by
4411                 Hansom Young <hansom_young@yahoo.com>
4412
4413 2003-09-12 [alfons]     0.9.5claws8
4414
4415         * src/summaryview.c
4416                 don't open separate message views when View | Separate message view
4417                 is active 
4418                 (please look carefully for any navigation regressions)
4419
4420 2003-09-11 [alfons]     0.9.5claws7
4421
4422         * src/mainwindow.c
4423                 make default message view, opened by View | Separate message 
4424                 view, look like a claws message view (which includes a menu
4425                 bar and a toolbar)
4426                 (fixes bug #298, "message view loses tool bar") 
4427
4428 2003-09-11 [christoph]  0.9.5claws6
4429
4430         * src/folderview.c
4431                 fix double deleting of newsgroup folders
4432
4433         (closes Bug 305 crash after deleting of a newsgroup)
4434
4435 2003-09-11 [paul]       0.9.5claws5
4436
4437         * src/rfc2015.c
4438           src/common/utils.h
4439                 more sync'ing from 0.9.5cvs2
4440
4441 2003-09-11 [christoph]  0.9.5claws4
4442
4443         * src/compose.c
4444         * src/rfc2015.c
4445         * src/common/utils.h
4446                 fix sync with 0.9.5cvs2
4447
4448 2003-09-11 [paul]       0.9.5claws3
4449
4450         * sync with 0.9.5cvs4
4451                 see ChangeLog 2003-09-11
4452
4453 2003-09-11 [paul]       0.9.5claws2
4454
4455         * sync with 0.9.5cvs2
4456                 see ChangeLog 2003-09-05
4457                 
4458 2003-09-11 [paul]       0.9.5claws1
4459
4460         * sync with 0.9.5cvs3
4461                 see ChangeLog 2003-09-10
4462
4463 2003-09-10 [paul]       0.9.5claws
4464
4465         * 0.9.5claws released
4466
4467 2003-09-10 [paul]       0.9.4claws78
4468
4469         * src/Makefile.am
4470                 add missing files
4471
4472 2003-09-10 [melvin]     0.9.4claws77
4473
4474         * po/fr.po
4475                 Updated French translations
4476
4477 2003-09-10 [paul]       0.9.4claws76
4478
4479         * po/es.po
4480           po/sk.po
4481           po/sr.po
4482                 update Spanish, Slovak, and Serbian translations.
4483                 submitted by Ricardo Mones Lastra, Andrej Kacian,
4484                 and Urke MMI
4485                 
4486         * AUTHORS
4487                 add translation team section
4488
4489 2003-09-09 [christoph]  0.9.4claws75
4490
4491         * src/folder.c
4492                 free item->prefs in folder_item_destroy
4493
4494 2003-09-09 [alfons]     0.9.4claws74
4495
4496         * src/folderview.c
4497                 o proper check for root node sorting
4498                 o remove unnecessary gtk_ctree_remove_node 
4499
4500         (should fix bug #300, "crash while moving folder")      
4501
4502 2003-09-08 [christoph]  0.9.4claws73
4503
4504         * src/folderview.c
4505                 o fix double adding of IMAP FolderItems to GtkCTree
4506                 o fix crash then mbox folder is removed
4507
4508 2003-09-08 [christoph]  0.9.4claws72
4509
4510         * src/folder.c
4511         * src/folderview.c
4512         * src/mainwindow.c
4513                 fix new folder notification
4514
4515         * src/mbox_folder.c
4516                 fix cache path
4517
4518 2003-09-08 [christoph]  0.9.4claws71
4519
4520         * src/compose.c
4521                 replace '\n' and '\r' before removing trailing spaces
4522
4523         * src/folder.[ch]
4524         * src/folderview.c
4525                 add information about new or removed items in folder tree change
4526                 notification and use this in folderview to add and remove only
4527                 the appected items and not refresh the whole tree
4528
4529 2003-09-07 [match]      0.9.4claws70
4530
4531         * src/Makefile.am
4532         * src/addr_compl.c
4533         * src/addressbook.c
4534         * src/addressitem.h
4535         * src/addrindex.c
4536         * src/addritem.c
4537         * src/addritem.h
4538         * src/addrquery.c                       ** NEW **
4539         * src/addrquery.h
4540         * src/ldapquery.c
4541         * src/ldapserver.c
4542         * src/stock_pixmap.c
4543         * src/stock_pixmap.h
4544         * src/pixmaps/address_search.xpm        ** NEW **
4545                 re-introduce Lookup button for LDAP 'static' searches.
4546
4547 2003-09-07 [alfons]     0.9.4claws69
4548         
4549         * src/summaryview.c
4550                 abandon setting usize for messageview because it gives layout problems
4551                 with the quick search bar and the headerview; fixes assorted UI glitches:
4552                 
4553                 o bug #148, "Toggling of quick-search bar reduces index view area" 
4554                 o bug #280, "Window resiizes for line length but does not revert"
4555
4556 2003-09-07 [christoph]  0.9.4claws68
4557
4558         * src/compose.c
4559                 o make sure we don't have any newlines in header values
4560                 o check custom headers for spaces and newlines and ignore
4561                   malformed header names
4562
4563 2003-09-06 [christoph]  0.9.4claws67
4564
4565         * src/folder.c
4566         * src/folderview.c
4567                 invoke notification hook for folder tree changes after append
4568                 and remove folder
4569
4570         (closes Bug 294 Crash while moving folder with many subdirectories)
4571
4572 2003-09-06 [christoph]  0.9.4claws66
4573
4574         * src/folder.c
4575                 destroy folder's MsgCache if FolderItem is removed to make sure
4576                 it is not saved when the FolderItem is destroyed
4577
4578 2003-09-06 [christoph]  0.9.4claws65
4579
4580         * src/plugins/clamav/clamav_plugin.c
4581                 fix copy & paste bug
4582
4583 2003-09-05 [christoph]  0.9.4claws64
4584
4585         * src/folder.c
4586         * src/messageview.[ch]
4587         * src/procmsg.[ch]
4588         * src/summaryview.c
4589                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
4590                 by MessageView to clear it when the message is deleted. Should
4591                 work even if messages are deleted in MainWindow or by
4592                 processing.
4593
4594 2003-09-05 [alfons]     0.9.4claws63
4595
4596         * src/messageview.c
4597                 deleting a message in a message view frees its msginfo, make 
4598                 messageview_update_all() aware of that (should fix bug #293,
4599                 "deleting message caused crash")
4600
4601 2003-09-05 [melvin]     0.9.4claws62
4602
4603         * src/action.c
4604                 Improve synchronous action exit code (fixes 
4605                 a ~5 seconds delay after action exit on RedHat 9)
4606
4607 2003-09-04 [christoph]  0.9.4claws61
4608
4609         * src/compose.c
4610         * src/rfc2015.c
4611         * src/common/utils.[ch]
4612                 add util function to create mime boundary and use it
4613                 in compose and gpg code
4614
4615 2003-09-04 [alfons]     0.9.4claws60
4616
4617         * src/folder.c
4618                 source folder item's GNode should already have been freed in 
4619                 a previous call to src->folder->klass->remove_folder()
4620                 (should fix bug #287, "crash when moving folders")
4621
4622 2003-09-03 [thorsten]   0.9.4claws59
4623
4624         * src/plugins/spamassassin/spamassassin_gtk.c
4625                 fix compile error
4626
4627 2003-09-03 [christoph]  0.9.4claws58
4628
4629         * src/plugins/spamassassin/spamassassin.[ch]
4630         * src/plugins/spamassassin/spamassassin_gtk.c
4631                 add timeout config option
4632
4633 2003-09-03 [paul]       0.9.4claws57
4634
4635         * po/sk.po      ** NEW FILE **
4636                 add Slovak translation. Submitted by Andrej Kacian 
4637                 <andrej@kacian.sk>
4638
4639 2003-09-03 [paul]       0.9.4claws56
4640
4641         * src/plugins/clamav/clamav_plugin_gtk.c
4642                 gui tweaks: replace a label with a tooltip, modify the
4643                 text, use gtk_check_button_new(); instead of
4644                 gtk_check_button_new_with_label("");
4645
4646 2003-09-02 [alfons]     0.9.4claws55
4647
4648         * src/gtk/filesel.c
4649                 remember last used dir when attaching multiple files (should fix
4650                 bug #290, "Attach File does not remember directory")
4651
4652 2003-09-01 [paul]       0.9.4claws54
4653
4654         * po/es.po
4655                 updated by Ricardo Mones Lastra
4656
4657 2003-09-01 [alfons]     0.9.4claws53
4658
4659         * src/gtk/gtkaspell.[ch]
4660                 be pedantic and strict and use const gchar * instead of guchar *
4661
4662 2003-09-01 [alfons]     0.9.4claws52
4663
4664         * src/mainwindow.c
4665         * src/summaryviewc.
4666                 re-enable Save As when multiple messages are selected
4667
4668 2003-09-01 [paul]       0.9.4claws51
4669
4670         * src/textview.c
4671                 g_free(trimmed_uri);
4672
4673 2003-09-01 [paul]       0.9.4claws50
4674
4675         * sync with 0.9.4cvs13
4676                 see ChangeLog 2003-09-01
4677
4678 2003-09-01 [paul]       0.9.4claws49
4679
4680         * src/textview.c
4681                 trim uri before sending to the statusbar
4682                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
4683                 in the message window causes main S-C window to enlarge 
4684                 past screen edges'
4685
4686 2003-09-01 [paul]       0.9.4claws48
4687
4688         * sync with 0.9.4cvs12
4689                 see ChangeLog 2003-09-01
4690
4691 2003-08-30 [christoph]  0.9.4claws47
4692
4693         * src/compose.c
4694         * src/folder_item_prefs.[ch]
4695         * src/prefs_folder_item.c
4696         * src/gtk/gtkaspell.[ch]
4697                 commit per folder dictionary patch by
4698                 Paul Evans <nerd@freeuk.com>
4699
4700 2003-08-30 [christoph]  0.9.4claws46
4701
4702         * src/plugins/spamassassin/spamassassin_gtk.c
4703         * src/plugins/spamassassin/spamassassin_gtk.glade
4704                 reduce GUI clutter by placing hints into tooltips
4705
4706 2003-08-30 [paul]       0.9.4claws45
4707
4708         * src/compose.c
4709                 add 'Content-Disposition: inline' to a text/plain
4710                 part when using PGP/MIME signing
4711
4712 2003-08-30 [paul]       0.9.4claws44
4713
4714         * src/prefs_common.c
4715           src/prefs_spelling.c
4716           src/prefs_spelling.glade
4717                 reduce GUI clutter by placing hints into tooltips
4718
4719 2003-08-29 [christoph]  0.9.4claws43
4720
4721         * configure.ac
4722                 fix bug found by Ivan Rayner <ivanr@sgi.com>
4723
4724         * src/stock_pixmap.c
4725                 change unecessary warning into a debug message
4726
4727         * src/plugins/clamav/Makefile.am
4728                 Fix error "-I$(CLAMAV_LIBS)"
4729
4730 2003-08-29 [christoph]  0.9.4claws42
4731
4732         * intl/Makefile.in
4733         * src/Makefile.am
4734         * src/matcher.h
4735         * src/common/Makefile.am
4736         * src/common/passcrypt.c
4737                 commit fixes and patches for some of the IRIX problems found by
4738                 Ivan Rayner <ivanr@sgi.com>
4739
4740 2003-08-29 [paul]       0.9.4claws41
4741
4742         * src/prefs_filtering.c
4743                 add 'Top' and 'Bottom' buttons, based on changes in
4744                 src/prefs_filter.c in 0.9.4cvs11.
4745
4746 2003-08-27 [christoph]  0.9.4claws40
4747
4748         * src/folderview.c
4749                 fix bug that the current summary settings were copied to the
4750                 wrong folder item, when the folder item prefs are opened.
4751                 Copying is not required because summary settings and
4752                 folder_item_prefs do not contain the same settings
4753
4754 2003-08-27 [thorsten]   0.9.4claws39
4755
4756         * src/imap.c
4757                 fix compile error
4758
4759 2003-08-26 [paul]       0.9.4claws38
4760
4761         * sync with 0.9.4cvs9
4762                 see ChangeLog 2003-08-26
4763
4764 2003-08-25 [paul]       0.9.4claws37
4765
4766         * sync with 0.9.4cvs8
4767                 see ChangeLog 2003-08-25
4768
4769 2003-08-24 [christoph]  0.9.4claws36
4770
4771         * src/prefs_filtering.c
4772                 shouldn't remove items from a GSList while iterating over the
4773                 list (makes cur invalid and cur->next not accessable)
4774
4775         (closes Bug 272 i deleted an folder and some seconds later sylpheed
4776          crashed)
4777
4778 2003-08-23 [christoph]  0.9.4claws35
4779
4780         * src/news.c
4781                 news folders should be scanned when opened
4782
4783 2003-08-22 [christoph]  0.9.4claws34
4784
4785         * src/prefs_folder_item.c
4786                 use macro to assign strings that always frees the old string
4787
4788         * src/gtk/gtkaspell.[ch]
4789                 add gtkaspell_set_dictionary_menu_active_item() to set active
4790                 item in dictionary option menu
4791
4792         * src/prefs_spelling.c
4793                 use gtkaspell_set_dictionary_menu_active_item() to select
4794                 dictionary
4795
4796 2003-08-21 [christoph]  0.9.4claws33
4797
4798         * src/folder.[ch]
4799         * src/imap.c
4800         * src/mbox_folder.c
4801         * src/mh.c
4802         * src/news.c
4803                 optimize folder system
4804
4805         * src/gtk/gtkstext.c
4806                 fix division by zero when font has 0 width for ' '
4807
4808 2003-08-21 [paul]       0.9.4claws32
4809
4810         * sync with 0.9.4cvs7
4811                 see ChangeLog 2003-08-20
4812
4813 2003-08-19 [paul]       0.9.4claws31
4814
4815         * src/common/defs.h
4816                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
4817                 SYLDOC_FAQ_HTML_INDEX.
4818         * src/manual.c
4819                 use LC_MESSAGES instead of LC_ALL to find the current
4820                 language
4821
4822           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
4823
4824 2003-08-19 [paul]       0.9.4claws30
4825
4826         * po/bg.po
4827                 updated by George Danchev
4828
4829 2003-08-18 [luke]       0.9.4claws29
4830         * src/mimeview.[ch]
4831         * src/gtk/gtkvscrollbutton.[ch]
4832                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
4833                   dependencies; do it the GTK way; reduce code -14/+2 lines)
4834                 o removed horizontal separator between icons
4835
4836 2003-08-17 [christoph]  0.9.4claws28
4837
4838         * src/procmsg.c
4839                 no subject threading when the subject has no reply prefix
4840
4841 2003-08-16 [christoph]  0.9.4claws27
4842
4843         * src/mainwindow.c
4844                 remember and restore window sizes and position when the main
4845                 window is hidden or shown
4846
4847         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
4848          minimised/reopened using trayicon)
4849
4850 2003-08-16 [paul]       0.9.4claws26
4851
4852         * src/crash.c
4853                 add #include "defs.h"
4854
4855 2003-08-16 [paul]       0.9.4claws25
4856
4857         * src/plugins/clamav/clamav_plugin.c
4858                 reword a debug_print
4859                 
4860         * src/plugins/dillo_viewer/dillo_prefs.c
4861                 cosmetic: change the labels' text, add tooltips, and
4862                 left-align the hint
4863
4864 2003-08-15 [christoph]  0.9.4claws24
4865
4866         * src/news.c
4867                 complete last change (forgot some changes)
4868
4869 2003-08-15 [christoph]  0.9.4claws23
4870
4871         * src/news.c
4872                 o check number of messages and don't return a 0 message
4873                   when no messages are available
4874                 o don't parse xref header anymore
4875
4876         (closes Bug 203 I'm not getting any news)
4877
4878 2003-08-15 [paul]       0.9.4claws22
4879
4880         * src/common/defs.h
4881           src/crash.c
4882                 update and define claws bugzilla location
4883
4884 2003-08-15 [paul]       0.9.4claws21
4885
4886         * po/ru.po
4887                 update submitted by Ruslan N. Balkin
4888
4889 2003-08-14 [christoph]  0.9.4claws20
4890
4891         * src/procmsg.c
4892                 fix search for oldest node in subject threading
4893
4894 2003-08-14 [christoph]  0.9.4claws19
4895
4896         * src/procmsg.c
4897         * src/common/utils.h
4898                 add possibility to check all nodes with the same subject for
4899                 subject threading, not only the oldest node. Should not break
4900                 threads anymore if the oldest node is thread_by_subject_max_age
4901                 days older then parent, because it can now find a child of
4902                 oldest node as new parent.
4903
4904 2003-08-11 [christoph]  0.9.4claws18
4905
4906         * src/plugins/spamassassin/spamassassin.c
4907                 run spam check in background process
4908
4909 2003-08-10 [alfons]     0.9.4claws17
4910
4911         * src/summaryview.c
4912                 make `Select All' sensitive too
4913
4914 2003-08-10 [christoph]  0.9.4claws16
4915
4916         * src/imap.c
4917                 add more checks in imap_close
4918
4919 2003-08-09 [alfons]     0.9.4claws15
4920
4921         * src/prefs_spelling.c
4922                 no spell checking UI if not requested
4923
4924 2003-08-09 [alfons]     0.9.4claws14
4925
4926         * src/gtk/prefswindow.c
4927                 make it compile
4928
4929 2003-08-09 [christoph]  0.9.4claws13
4930
4931         * src/prefs_spelling.c
4932         * src/gtk/prefswindow.[ch]
4933         * src/plugins/clamav/clamav_plugin_gtk.c
4934         * src/plugins/spamassassin/spamassassin_gtk.c
4935                 sort prefs pages by heighest weight in tree
4936
4937 2003-08-09 [paul]       0.9.4claws12
4938
4939         * sync with 0.9.4cvs6
4940                 see ChangeLog 2003-08-07
4941                 
4942         * AUTHORS
4943                 add Leandro and Luke to claws-branch section
4944
4945 2003-08-09 [christoph]  0.9.4claws11
4946
4947         * src/gtk/Makefile.am
4948         * src/gtk/colorsel.[ch]                 ** NEW **
4949                 create a color selection dialog that can be used as a simple
4950                 function call with it's own gtk main loop like filesel.[ch]
4951
4952         * src/Makefile.am
4953         * src/main.c
4954         * src/prefs_common.c
4955         * src/prefs_spelling.[ch]               ** NEW **
4956         * src/prefs_spelling.glade              ** NEW **
4957         * src/gtk/gtkutils.[ch]
4958                 move "Spell Checker" prefs to new prefs dialog
4959
4960         * src/prefs_folder_item.c
4961                 use new colorsel dialog
4962
4963 2003-08-08 [paul]       0.9.4claws10
4964
4965         * src/inc.c
4966                 clear the progress bar unconditionally
4967
4968 2003-08-08 [paul]       0.9.4claws9
4969
4970         * sync with 0.9.4cvs4
4971                 see ChangeLog 2003-07-31
4972
4973 2003-08-07 [christoph]  0.9.4claws8
4974
4975         * configure.ac
4976                 fix bug in image viewer plugin part
4977
4978         * src/imap.c
4979                 don't execute close command if the folder item is not selected
4980
4981 2003-08-07 [hoa]        0.9.4claws7
4982
4983         * src/filtering.[ch]
4984         * src/matcher_parser.h
4985         * src/matcher_parser_parse.y
4986                 can define several actions for each filtering rule
4987                 can import old versions of filtering rules
4988
4989         * src/prefs_filtering.c
4990                 call to a new dialog box to define actions
4991
4992         * src/prefs_filtering_action.[ch]
4993                 dialog box to define actions for filtering rules
4994
4995 2003-08-06 [christoph]  0.9.4claws6
4996
4997         * src/imap.c
4998                 make sure source folder is selected when copying messages
4999
5000 2003-08-06 [christoph]  0.9.4claws5
5001
5002         * sync with 0.9.4cvs2
5003                 see ChangeLog 2003-07-29                
5004
5005 2003-08-05 [paul]       0.9.4claws4
5006
5007         * sync with 0.9.4cvs3
5008                 see ChangeLog 2003-07-30
5009
5010 2003-08-04 [match]      0.9.4claws3
5011
5012         * po/POTFILES.in
5013                 export of LDIF files.
5014
5015 2003-08-04 [match]      0.9.4claws2
5016
5017         * src/ldif.[ch]
5018                 support for export LDIF. documented.
5019         * src/importldif.[ch]
5020         * src/exportldif.[ch]
5021                 add tooltips. documented.
5022         * src/exphtmldlg.[ch]
5023         * src/common/xmlprops.[ch]
5024                 documented.
5025         * src/exportldif.[ch]                   ** NEW **
5026         * src/expldifdlg.[ch]                   ** NEW **
5027         * src/addressbook.[ch]
5028         * src/Makefile.am
5029                 export of LDIF files.
5030                 documented.
5031
5032 2003-08-04 [christoph]  0.9.4claws1
5033
5034         * .cvsignore
5035         * Makefile.am
5036         * configure.ac
5037         * sylpheed-claws.pc.in                  ** NEW **
5038         * src/Makefile.am
5039         * src/common/Makefile.am
5040         * src/gtk/Makefile.am
5041                 install sylpheed header files in $(pkgincludedir) and create a
5042                 pkg-config file to allow building a plugin without the source
5043                 package
5044
5045 2003-08-04 [paul]       0.9.4claws
5046
5047         * version 0.9.4claws
5048
5049 2003-08-04 [paul]       0.9.3claws97
5050
5051         * po/es.po
5052                 update Spanish translation. Submitted by Ricardo
5053                 Mones Lastra.
5054
5055 2003-08-03 [paul]       0.9.3claws96
5056
5057         * po/hr.po
5058           po/sr.po
5059                 update Croatian and Serbian translations. Submitted by
5060                 Dragan and Urke MMI respectively
5061
5062 2003-08-03 [alfons]     0.9.3claws95
5063
5064         * src/summaryview.c
5065                 mark flag has precedence over important flag - seems
5066                 to have been changed in sync of 0.9.3claws45. this fixes
5067                 a regression where messages that were scored as important
5068                 don't show their mark flags. (using the same column for
5069                 both importance as mark flags is the real problem
5070                 ofcourse)
5071
5072 2003-08-03 [melvin]     0.9.3claws94
5073
5074         * po/fr.po
5075                 Updated French translations.
5076
5077 2003-08-03 [melvin]     0.9.3claws93
5078
5079         * src/Makefile.am
5080                 Fixed typo introduced after 0.9.3claws92 
5081                 that prevented compilation
5082                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5083                 CPPFLAGS and YFLAGS to allow user setting these.
5084         * src/common/Makefile.am
5085         * src/gtk/Makefile.am
5086         * src/plugins/clamav/Makefile.am
5087         * src/plugins/demo/Makefile.am
5088         * src/plugins/dillo_viewer/Makefile.am
5089         * src/plugins/image_viewer/Makefile.am
5090         * src/plugins/mathml_viewer/Makefile.am
5091         * src/plugins/spamassassin/Makefile.am
5092         * src/plugins/trayicon/Makefile.am
5093         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5094                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5095                 CPPFLAGS and YFLAGS to allow user setting these.
5096
5097 2003-08-02 [christoph]  0.9.3claws92
5098
5099         * configure.ac
5100                 o rearrange plugin tests
5101                 o add test for clamav.h to ClamAV tests
5102
5103 2003-08-02 [luke]       0.9.3claws91
5104
5105         * src/mimeview.c
5106                 o fixed appearance of icon list when toggling back from the 
5107                   ctree
5108                 o toggling of icons using the keyboard works correctly
5109                 o fixed all other keyboard shortcuts to work when icons are
5110                   active
5111         
5112         * src/messageview.c
5113                 o fixed bug 4 - focus lost when changing messageview view type
5114
5115 2003-08-02 [christoph]  0.9.3claws90
5116
5117         * src/common/hooks.c
5118                 fix crash when pointer stored in hash table could get invalid
5119                 when a plugin is unloaded
5120
5121 2003-08-01 [christoph]  0.9.3claws89
5122
5123         * configure.ac
5124                 o try to build all plugins (except spamassassin) by default
5125                 o don't build a plugin if a dependency check fails
5126
5127         * src/common/hooks.c
5128                 fix warning
5129
5130 2003-08-01 [match]      0.9.3claws88
5131
5132         * src/importldif.c
5133                 allow single click field selection. document code.
5134
5135 2003-08-01 [christoph]  0.9.3claws87
5136
5137         * src/plugins/clamav/clamav_plugin.c
5138         * src/plugins/clamav/clamav_plugin_gtk.c
5139         * src/plugins/dillo_viewer/dillo_viewer.c
5140         * src/plugins/image_viewer/plugin.c
5141         * src/plugins/mathml_viewer/mathml_viewer.c
5142         * src/plugins/spamassassin/spamassassin.c
5143         * src/plugins/spamassassin/spamassassin_gtk.c
5144         * src/plugins/trayicon/trayicon.c
5145                 add version check to all plugins
5146
5147 2003-08-01 [hoa]        0.9.3claws86
5148
5149         * src/prefs_filtering.c
5150                 fixed a cosmetic bug, during creation of dialog box,
5151                 wrong widgets were shown after creation.
5152
5153 2003-08-01 [luke]       0.9.3claws85
5154
5155         * src/mainwindow.c
5156                 o fixed visibility of icons/mimeview after toggling separate
5157                   message/folder view (factored out some similar code too).
5158
5159
5160 2003-07-31 [alfons]     0.9.3claws84
5161
5162         * src/mimeview.c
5163                 tweak icon box UI a bit more, now allowing right-clicks actions
5164                 getting the relevant mime data too; should fix #250, "Can't save 
5165                 attachments sometimes".
5166
5167 2003-07-30 [alfons]     0.9.3claws83
5168
5169         * src/compose.c
5170                 don't do auto-save-draft inside key press handler, but rather
5171                 schedule it half of a second later; should fix #67, "autosave 
5172                 make re-rediting message crazy"
5173
5174 2003-07-30 [christoph]  0.9.3claws82
5175
5176         * src/plugins/trayicon/trayicon.c
5177                 process pending events before unloading the plugin
5178
5179         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
5180
5181 2003-07-30 [alfons]     0.9.3claws81
5182
5183         * src/common/hooks.c
5184                 parameter 2 of g_hook_destroy() should really be a hook id
5185
5186 2003-07-30 [alfons]     0.9.3claws80
5187
5188         * src/common/plugin.c
5189                 fix a possibly harmful function signature mismatch 
5190                 for plugin_done
5191
5192 2003-07-30 [alfons]     0.9.3claws79
5193
5194         * src/common/hooks[.ch]
5195                 const correctness
5196
5197 2003-07-30 [darko]      0.9.3claws78
5198
5199         * src/summaryview.c
5200                 make it compile again
5201
5202 2003-07-30 [luke]       0.9.3claws77
5203
5204         * src/crash.c
5205         * src/main.c
5206                 o added/moved signal handlers for SIGTERM (normal kill command) 
5207                   and SIGINT (ctl-c) to be used even without 
5208                   --enable-crash-dialog, fixing bug 166
5209
5210         * src/summaryview.c
5211                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
5212                   bug 227
5213
5214         * src/mainwindow.c
5215                 o changed sensitivity condition for 'Next new' and 'Next 
5216                   unread', fixing bug 8
5217
5218 2003-07-29 [alfons]     0.9.3claws76
5219
5220         * src/common/utils.[ch]
5221                 add generate_msgid()
5222         * src/messageview.c
5223                 save ack'ed RRR; fixes #205, "return receipt is not saved in
5224                 sent folder".
5225
5226 2003-07-29 [alfons]     0.9.3claws75
5227
5228         * src/messageview.c
5229                 fix a memleak (claws-only)
5230
5231 2003-07-29 [alfons]     0.9.3claws74
5232
5233         * src/mimeview.[ch]
5234         * src/gtk/gtkvscrollbutton.[ch]
5235                 fix UI glitch where mime icon toolbox' scroll position is not 
5236                 reset after switching to another message
5237                 
5238
5239 2003-07-29 [paul]       0.9.3claws73
5240
5241         * src/prefs_folder_item.c
5242                 split the prefs into 2 separate pages
5243
5244 2003-07-29 [paul]       0.9.3claws72
5245
5246         * src/compose.c
5247                 prepend "\n\n" to a signature without a separator too
5248
5249 2003-07-29 [paul]       0.9.3claws71
5250
5251         * src/compose.c
5252                 fix bug where changing to an account without an auto-sig
5253                 from an initial account without an auto-sig would insert 
5254                 2 blank lines at the cursor point
5255                 fix bug where changing to an account with an auto-sig
5256                 from an initial account without an auto-sig would insert
5257                 the sig at the cursor point
5258
5259 2003-07-29 [paul]       0.9.3claws70
5260
5261         * src/folderview.c
5262                 use the colour from the folder pref unless the folder
5263                 has new messages
5264
5265 2003-07-29 [alfons]     0.9.3claws69
5266
5267         * src/procmsg.[ch]
5268         * src/messageview.c
5269         * src/procheader.c
5270                 rewrite return receipt request work a little bit (the former 
5271                 implementation presumably depended too much on the UI setting
5272                 flags). (we're losing the old pending flag.) 
5273
5274 2003-07-28 [christoph]  0.9.3claws68
5275
5276         * src/folder.c
5277         * src/imap.c
5278         * src/mh.c
5279         * src/procmsg.[ch]
5280                 fix copy to IMAP folder from other folder
5281
5282 2003-07-28 [christoph]  0.9.3claws67
5283
5284         * src/procmsg.c
5285                 fix sync of procmsg_get_message_file_list
5286
5287 2003-07-28 [christoph]  0.9.3claws66
5288
5289         * sync with 0.9.3cvs14
5290                 see ChangeLog 2003-07-18
5291         * sync with 0.9.3cvs17
5292                 see ChangeLog 2003-07-23
5293
5294         (closes Bug 234 segmentation fault after sending out mail via
5295          smtp(auth))
5296
5297 2003-07-28 [paul]       0.9.3claws65
5298
5299         * po/es.po
5300                 update Spanish translation, submitted by Ricardo Mones
5301                 Lastra
5302
5303 2003-07-28 [christoph]  0.9.3claws64
5304
5305         * src/folder.[ch]
5306         * src/imap.c
5307         * src/mh.c
5308                 return new message numbers as a GRelation instead of a GSList
5309                 that has to be in the same order as the input list. A list
5310                 would make it hard for IMAP to optimize oepration by sorting
5311                 the input list. The returned list would have to be reordered
5312                 to match the same order that input list has.
5313
5314         * src/gtk/gtkaspell.c
5315                 fix missing return value, could cause a crash when garbage is
5316                 on the stack that is used as the expected return value
5317
5318 2003-07-28 [paul]       0.9.3claws63
5319
5320         * sync with 0.9.4cvs1
5321                 see ChangeLog 2003-07-28
5322
5323 2003-07-27 [alfons]     0.9.3claws62
5324
5325         * src/mimeview.c
5326                 tweak it more to make icon list act like a check button group
5327
5328 2003-07-27 [christoph]  0.9.3claws61
5329
5330         * sync with 0.9.3cvs20
5331                 see ChangeLog 2003-07-25
5332
5333 2003-07-27 [paul]       0.9.3claws60
5334
5335         * src/procmsg.c
5336                 re-commit changes from 0.9.3claws58 -
5337                 accidently removed in 0.9.3claws59
5338
5339 2003-07-27 [paul]       0.9.3claws59
5340
5341         * src/procmsg.[ch]
5342                 a sync from 0.9.3cvs17
5343                 see ChangeLog 2003-07-23
5344
5345 2003-07-27 [alfons]     0.9.3claws58
5346
5347         * src/procmsg.c
5348                 add missing header members to MsgInfo; fixes the problem of 
5349                 not displaying X-Faces, as noticed by Ricardo Mones
5350
5351 2003-07-26 [christoph]  0.9.3claws57
5352
5353         * sync with 0.9.3cvs18
5354                 see ChangeLog 2003-07-24
5355
5356 2003-07-26 [christoph]  0.9.3claws56
5357
5358         * sync with 0.9.3cvs17
5359                 see ChangeLog 2003-07-23
5360
5361 2003-07-26 [christoph]  0.9.3claws55
5362
5363         * src/folder.[ch]
5364         * src/imap.c
5365         * src/mbox_folder.c
5366         * src/mh.c
5367         * src/news.c
5368                 add support for copy function that copy multiple messages
5369                 (not implemented yet)
5370
5371         * src/summaryview.c
5372                 add missing return value
5373
5374 2003-07-26 [paul]       0.9.3claws54
5375
5376         * tools/multiwebsearch.pl
5377                 do whitespace substitution before passing the string
5378                 to the browser. fixes bug with browsers that don't
5379                 do whitespace conversion themselves.
5380
5381 2003-07-25 [christoph]  0.9.3claws53
5382
5383         * src/folder.[ch]
5384         * src/imap.c
5385         * src/mh.c
5386                 rewrite adding of multiple messages to a folder for
5387                 claws' folder system
5388
5389 2003-07-25 [luke]       0.9.3claws52
5390
5391         * src/mimeview.c
5392                 o icon toggles set correctly on leaving ctree mimeview
5393
5394 2003-07-25 [paul]       0.9.3claws51
5395
5396         * partial sync with 0.9.3cvs21 [src/main.c]
5397                 see ChangeLog 2003-07-25
5398
5399 2003-07-24 [paul]       0.9.3claws50
5400
5401         * tools/maildir2sylpheed.pl
5402                 fix typo
5403
5404 2003-07-24 [paul]       0.9.3claws49
5405
5406         * src/mimeview.c
5407                 increase the gutter size of paned so that the panes
5408                 can be resized
5409                 
5410         * src/plugins/demo/demo.c
5411                 squeeze in another typo fix
5412
5413 2003-07-24 [paul]       0.9.3claws48
5414
5415         * src/plugins/demo/demo.c
5416           src/prefs_account.c
5417                 small changes to the English
5418                 
5419         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
5420           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
5421           src/Makefile.am
5422           src/stock_pixmap.c
5423                 rename the misspelled icon
5424
5425 2003-07-23 [alfons]     0.9.3claws47
5426
5427         * src/mimeview.c
5428                 make icon list look like a list of toggles
5429
5430 2003-07-23 [luke]       0.9.3claws46
5431
5432         * src/pixmaps/mimeview_gpg_expired.xpm
5433         * src/pixmaps/mimeview_gpg_failed.xpm
5434         * src/pixmaps/mimeview_gpg_passed.xpm
5435         * src/pixmaps/mimeview_text_html.xpm
5436         * src/pixmaps/mimeview_image.xpm
5437                 o all icons the same size
5438
5439         * src/mimeview.[ch]
5440                 o mimeview ctree arranged vertically above the viewer
5441                 o icons changed to buttons
5442                 o can use keyboard to select an icon (Enter)
5443                 o resize icon list to width of icons
5444
5445         *  src/gtk/gtkvscrollbutton.c
5446                 o sensitivity of buttons reacts to position
5447
5448 2003-07-23 [christoph]  0.9.3claws45
5449
5450         * sync with 0.9.3cvs14 (incomplete)
5451                 see ChangeLog 2003-07-17
5452
5453 2003-07-23 [alfons]     0.9.3claws44
5454
5455         * src/folder.c
5456         * src/procmsg.h
5457                 sync with my local tree to restore some claws-only things
5458
5459 2003-07-23 [paul]       0.9.3claws43
5460
5461         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
5462           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
5463           src/Makefile.am
5464           src/mimeview.c
5465           src/procmime.h
5466           src/rfc2015.c
5467           src/stock_pixmap.[ch]
5468                 indicate missing keys and expired sigs/keys
5469                 in mime view column
5470
5471 2003-07-23 [paul]       0.9.3claws42
5472
5473         * src/compose.c
5474                 Redirect fixes: enable automatic account selection and
5475                 do not append signature to message on changing account
5476                 fixes Bug[s] #248
5477
5478 2003-07-23 [paul]       0.9.3claws41
5479
5480         * sync with 0.9.3cvs16
5481                 see ChangeLog 2003-07-23
5482
5483 2003-07-23 [alfons]     0.9.3claws40
5484
5485         * src/inc.c
5486                 give progress dialog a main window, and give it the first 
5487                 one (presumably the only one). fixes bug #247, "segfault on 
5488                 pop-before-smtp" 
5489
5490 2003-07-22 [alfons]     0.9.3claws39
5491
5492         * src/summaryview.c
5493                 shift-space scrolls up
5494
5495 2003-07-22 [paul]       0.9.3claws38
5496
5497         * sync with 0.9.3cvs15
5498                 see ChangeLog 2003-07-22
5499
5500 2003-07-20 [alfons]     0.9.3claws37
5501
5502         * src/compose.c
5503                 put menu inside #ifdef USE_ASPELL..#endif
5504
5505 2003-07-20 [christoph]  0.9.3claws36
5506
5507         * src/procmsg.c
5508                 fix wrong flags in MsgInfo returned by
5509                 procmsg_msginfo_get_full_info()
5510
5511         (closes Bug 221 Deleting messages from the Message View gives incorrect
5512          new/unread message counts in the folder view)
5513
5514         * src/plugins/spamassassin/spamassassin_gtk.c
5515                 add gettext macro for prefs page title
5516
5517 2003-07-20 [paul]       0.9.3claws35
5518
5519         * src/mimeview.c
5520                 redraw icon list on signature check
5521
5522 2003-07-20 [christoph]  0.9.3claws34
5523
5524         * src/Makefile.am
5525         * src/account.c
5526         * src/folder.[ch]
5527         * src/folder_item_prefs.[ch]            ** NEW **
5528         * src/folderview.c
5529         * src/mainwindow.c
5530         * src/mh.c
5531         * src/prefs_gtk.c
5532         * src/prefs_scoring.c
5533         * src/summaryview.c
5534         * src/prefs_folder_item.[ch]
5535                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
5536                   Properties dialog
5537                 o use prefswindow for folder properties
5538
5539         * src/gtk/prefswindow.[ch]
5540                 change implementation to use an invisible notebook instead
5541                 of unparenting widgets
5542
5543 2003-07-20 [christoph]  0.9.3claws33
5544
5545         * src/compose.h
5546         * src/folder.c
5547         * src/folderview.h
5548         * src/headerview.h
5549         * src/prefs_filtering.h
5550         * src/prefs_folder_item.[ch]
5551         * src/procmime.h
5552         * src/procmsg.h
5553         * src/summaryview.h
5554                 clean up header mess
5555                 (always use 1. typedefs, 2. #includes, 3. structures)
5556
5557         * src/common/version.h.in
5558                 add casts for constants
5559
5560         * src/plugins/demo/demo.c
5561                 fix typo
5562
5563         * src/plugins/spamassassin/spamassassin.c
5564                 remove unused variable
5565
5566 2003-07-20 [alfons]     0.9.3claws32
5567
5568         * src/mimeview.c
5569                 o make icon buttons respond on left click
5570                 o minor cosmetic change
5571
5572 2003-07-19 [luke]       0.9.3claws31
5573
5574         * src/mimeview.[ch]
5575         * src/gtk/gtkvscrollbutton.c
5576         * src/messageview.c
5577                 o improved mimeview behaviour when selecting a new message
5578                 o plus code cleanups to remove compile warnings
5579
5580
5581 2003-07-19 [alfons]     0.9.3claws30
5582
5583         * src/procmsg.c
5584         * src/compose.c
5585         * src/common/utils.[ch]
5586                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
5587
5588 2003-07-19 [alfons]     0.9.3claws29
5589
5590         * src/prefs_folder_item.c
5591                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
5592                 string pointers
5593
5594 2003-07-19 [luke]       0.9.3claws28
5595
5596         * src/messageview.c
5597         * src/mimeview.[ch]
5598         * src/procmime.h
5599         * src/rfc2015.c
5600         * src/stock_pixmap.[ch]
5601         * src/gtk/Makefile.am
5602         * src/Makefile.am
5603         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
5604         * src/pixmaps/mime_*.xpm                ** NEW **
5605                 o mimeview rearrangement with a new icon shortcut bar
5606
5607 2003-07-19 [alfons]     0.9.3claws27
5608
5609         * src/folderview.c
5610                 o plug leaking nodes_to_recollapse
5611                 o add folderview_recollapse_all_nodes() (not used yet)
5612
5613 2003-07-19 [alfons]     0.9.3claws26
5614
5615         * src/compose.c
5616         * src/common/utils.c
5617                 honour #240 "Better SUBJECT handling" by cleaning the prefix
5618                 for both forwarding as replying
5619
5620 2003-07-18 [christoph]  0.9.3claws25
5621
5622         * configure.ac
5623         * src/common/sylpheed.[ch]
5624         * src/common/version.h.in
5625                 add version in numeric form to allow easy comparison
5626
5627         * src/plugins/demo/demo.c
5628                 add version check
5629                 - sylpheed version > plugin version => never allowed, sylpheed
5630                   could contain unknown API changes
5631                 - sylpheed version < minimum version required => don't load,
5632                   API required not available (if linking does not fail)
5633
5634 2003-07-18 [alfons]     0.9.3claws24
5635         
5636         * src/common/plugin.[ch]
5637                 const correctness
5638
5639 2003-07-18 [christoph]  0.9.3claws23
5640
5641         * src/common/hooks.c
5642                 fix crash when hooks where unregisted
5643
5644         * src/plugins/trayicon/trayicon.c
5645                 unregister detroy signal before destroying the widget
5646                 (still crashes when the plugin is unloaded)
5647
5648 2003-07-18 [alfons]     0.9.3claws22
5649         
5650         * src/folderview.c
5651                 delay expanding folder tree during drags until timeout triggered
5652                 (needs perhaps some tweaking, so testing is welcome)
5653
5654 2003-07-17 [alfons]     0.9.3claws21
5655
5656         * src/folderview.c
5657                 clean up cruft
5658
5659 2003-07-17 [christoph]  0.9.3claws20
5660
5661         * src/common/session.c
5662                 fix opening of SSL connections
5663
5664         * src/plugins/image_viewer/Makefile.am
5665                 add OPENSSL_CFLAGS (we should find a better solution to remove
5666                 this dependencies if they are not required)
5667
5668         * src/plugins/spamassassin/spamassassin.c
5669                 remove setlocale workaround (fixed in libspamc)
5670
5671         (closes Bug Bug 184 Entering non-ascii character deletes previous char
5672          if spell checking enabled)
5673
5674 2003-07-17 [alfons]     0.9.3claws19
5675
5676         * src/common/hooks.[ch]
5677         * src/plugins/clamav/clamav_plugin.c
5678         * src/plugins/spamassassin/spamassassin.c
5679         * src/plugins/trayicon/trayicon.c
5680                 fix signedness muck 
5681
5682 2003-07-17 [alfons]     0.9.3claws18
5683
5684         * src/procmime.c
5685                 plug memleak
5686
5687 2003-07-17 [alfons]     0.9.3claws17
5688
5689         * src/inc.c
5690                 plug memleak
5691
5692 2003-07-17 [paul]       0.9.3claws16
5693
5694         * src/common/defs.h
5695           src/mainwindow.c
5696           src/manual.[ch]
5697                 add link to the Claws site's FAQ page, after the suggestion
5698                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
5699                 Move url strings to defs.h
5700                 
5701         * src/mainwindow.c
5702                 fix typo to prevent "unknown menu entry" warnings
5703
5704 2003-07-17 [alfons]     0.9.3claws15
5705
5706         * src/folderview.[ch]
5707         * src/summaryview.[ch]
5708         * src/mimeview.[ch]
5709                 plug DnD leaks 
5710
5711 2003-07-17 [paul]       0.9.3claws14
5712
5713         * src/inc.c
5714                 remove two instances of 'GTK_EVENTS_FLUSH' because
5715                 they are unnecessary and probably cause a stack overflow
5716
5717 2003-07-16 [christoph]  0.9.3claws13
5718
5719         * src/mimeview.[ch]
5720                 use an invisible GTK notebook to switch between viewers
5721                 instead of reparenting widgets
5722
5723 2003-07-16 [christoph]  0.9.3claws12
5724
5725         * src/folder.c
5726                 move folder_item_update_freeze() to correct place in
5727                 folder_item_scan_full()
5728
5729 2003-07-16 [paul]       0.9.3claws11
5730
5731         * sync with 0.9.3cvs12
5732                 see ChangeLog 2003-07-14 and 2003-07-15
5733
5734 2003-07-16 [christoph]  0.9.3claws10
5735
5736         * src/imap.[ch]
5737         * src/prefs_account.[ch]
5738                 sync IMAP CRAM-MD5 authentication with sylpheed-main
5739
5740 2003-07-15 [alfons]     0.9.3claws9
5741
5742         * src/main.c
5743                 make --config-dir do something useful
5744
5745 2003-07-15 [alfons]     0.9.3claws8
5746
5747         * src/procmsg.c
5748                 o fix a bug where 'last' didn't really point to the last message
5749                   in the top level list of children, but to the last threaded
5750                   message. 
5751                 
5752                 o clean up and make it easier to sync
5753
5754 2003-07-15 [alfons]     0.9.3claws7
5755
5756         * src/mainwindow.c
5757                 make correct menu items sensitive       
5758
5759 2003-07-14 [alfons]     0.9.3claws6
5760
5761         * src/procmsg.c
5762                 tune the threader so it will not subject-thread any message
5763                 without a subject prefix (this will not thread correctly if 
5764                 a parent is delivered after their childs, but it looks 
5765                 better right now)
5766
5767 2003-07-13 [christoph]  0.9.3claws5
5768
5769         * src/mainwindow.c
5770                 group "Add mailbox *..." menu items in submenu
5771
5772 2003-07-13 [alfons]     0.9.3claws4
5773
5774         * src/summaryview.c
5775                 correct summary_toggle_pressed() signature and make sure
5776                 signal is not passed on
5777
5778 2003-07-13 [alfons]     0.9.3claws3
5779
5780         * src/summaryview.c
5781                 o for now don't pass on keys when they we're handled by 
5782                   ctree::key_press_event
5783                 o clean up
5784
5785 2003-07-13 [alfons]     0.9.3claws2
5786         
5787         * src/main.c
5788                 add command line option "--config-dir" to get the current 
5789                 configuration dir
5790
5791 2003-07-12 [alfons]     0.9.3claws1
5792
5793         * src/matcher.[ch]
5794         * src/matcher_parser_parse.y
5795         * src/prefs_filtering.c
5796         * src/filtering.c
5797                 add "Lock" filter action to lock messages;
5798
5799         * src/filtering.c       
5800                 remove debug_print()    
5801         * src/prefs_filtering.c
5802                 re-organize matcher part 9: 
5803                 make action text entries easily extendible;
5804                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
5805                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
5806
5807 2003-07-12 [paul]
5808
5809         * tools/README
5810                 update old information and add missing
5811                 information
5812
5813 2003-07-12 [paul]       0.9.3claws
5814
5815         * 0.9.3claws released
5816         
5817 2003-07-12 [paul]       0.9.0claws103
5818
5819         * src/Makefile.am
5820                 add addrquery.h
5821
5822 2003-07-12 [melvin]     0.9.0claws102
5823
5824         * src/messageview.c
5825                 Fixed bug #215: Show MIME tab for single text/html messages. 
5826                 
5827 2003-07-12 [paul]       0.9.0claws101
5828
5829         * man/sylpheed.1
5830                 updated
5831
5832 2003-07-12 [paul]       0.9.0claws100
5833
5834         * po/es.po
5835           po/hr.po
5836           po/pl.po
5837           po/sr.po
5838                 update Spanish, Croatian, Polish, Serbian translations.
5839                 submitted by Ricardo Mones Lastra, Dragan, Witold
5840                 Wladyslaw Wojciech Wilk, Urke MMI
5841
5842 2003-07-12 [melvin]     0.9.0claws99
5843
5844         * po/fr.po
5845                 Updated French translations.
5846
5847 2003-07-12 [paul]       0.9.0claws98
5848
5849         * src/addressbook.c
5850                 disable 'Lookup' button as it has no effect
5851
5852 2003-07-11 [alfons]     0.9.0claws97
5853         
5854         * src/summaryview.c
5855                 summary_searchbar_pressed() should return TRUE to signal that
5856                 event was handled. when returning void, the return value passed
5857                 to GTK is actually random, but maybe FALSE, in which case the
5858                 event is handled by parent
5859                 
5860 2003-07-10 [paul]       0.9.0claws96
5861
5862         * ac/missing/gettext.m4
5863                 update to version 0.12
5864
5865 2003-07-10 [paul]       0.9.0claws95
5866
5867         * src/plugins/clamav/clamav_plugin.c
5868                 fix bug where multipart/alternative messages
5869                 would slip through without being scanned
5870
5871 2003-07-10 [christoph]  0.9.0claws94
5872
5873         * src/folder.c
5874                 correct check if folder supports removing when a message is
5875                 moved. if not the message is only copied.
5876
5877         (closes Bug 132 crash on startup in newsgroups folders)
5878
5879 2003-07-09 [alfons]     0.9.0claws93
5880
5881         * configure.ac
5882         * src/common/defs.h
5883                 --with-config-dir (default .sylpheed)
5884
5885 2003-07-09 [christoph]  0.9.0claws92
5886
5887         * configure.ac
5888                 use PKG_CHECK_MODULES to check for gtkmathview
5889                 (version 0.4.2 now required)
5890
5891 2003-07-08 [melvin]     0.9.0claws91
5892
5893         * src/action.c
5894                 Implemented a progress bar that counts the number of completed
5895                 tasks when the action runs more than one command.
5896
5897 2003-07-08 [alfons]     0.9.0claws90
5898
5899         * src/procmsg.c
5900                 if queued message has an invalid Message-Id, don't try to
5901                 find message it refers to (fixes #209 "crash when processing 
5902                 in folder")
5903
5904 2003-07-08 [paul]       0.9.0claws89
5905
5906         * sync with 0.9.3cvs2
5907                 see ChangeLog 2003-07-08
5908
5909 2003-07-08 [match]      0.9.0claws88
5910
5911         * src/ldapctrl.c
5912                 extend LDAP search for first/last name by parsing search term.
5913
5914 2003-07-08 [alfons]     0.9.0claws87
5915
5916         * src/send_message.c
5917                 fix bug #208 "Status message stuck when sending on POP3 account"
5918
5919 2003-07-07 [paul]       0.9.0claws86
5920
5921         * po/hr.po
5922                 new Croatian translation, submitted by
5923                 Dragan <drleskov@inet.hr>
5924
5925 2003-07-07 [paul]       0.9.0claws85
5926
5927         * sync with 0.9.3cvs1
5928                 see ChangeLog 2003-07-07
5929
5930 2003-07-05 [christoph]  0.9.0claws84
5931
5932         * src/Makefile.am
5933         * src/messageview.c
5934         * src/mimeview.[ch]
5935         * src/stock_pixmap.[ch]
5936         * src/pixmaps/messageview_text.xpm              ** NEW **
5937                 move mimeview tabs to the right side and use icons
5938                 instead of text to save some space
5939
5940         (patch by Luke Plant <lukeplant@softhome.net>)
5941
5942 2003-07-05 [christoph]  0.9.0claws83
5943
5944         * src/inc.c
5945                 add NULL pointer checks
5946
5947         (patch by Luke Plant <lukeplant@softhome.net>)
5948         (closes Bug 204 0.9.0 quits on authentication error?!)
5949
5950 2003-07-05 [alfons]     0.9.0claws82
5951
5952         * configure.ac
5953                 take the clue in bug #202 "./configure script - 
5954                 'if test' comparison failure" reported by John Kristoff. 
5955
5956 2003-07-04 [christoph]  0.9.0claws81
5957
5958         * src/plugins/spamassassin/spamassassin.c
5959                 set timeout for spam check
5960
5961 2003-07-04 [christoph]  0.9.0claws80
5962
5963         * src/main.c
5964                 destroy all FolderItems when shutting down to
5965                 allow folders to clean up
5966
5967 2003-07-04 [melvin]     0.9.0claws79
5968
5969         * src/gtk/gtkaspell.c
5970                 Fixed bug #184 "Entering non-ascii character deletes
5971                 previous char if spell checking enabled": this makes
5972                 the spell checking in multibytes (e.g. UTF-8)locales work.
5973                 (Patch by Luke Plant).
5974                 
5975 2003-07-04 [christoph]  0.9.0claws78
5976
5977         * sync with 0.9.2cvs1
5978                 see ChangeLog 2003-06-10
5979
5980 2003-07-04 [paul]       0.9.0claws77
5981
5982         * sync with 0.9.3 release
5983                 see ChangeLog 2003-07-04
5984
5985 2003-07-03 [christoph]  0.9.0claws76
5986
5987         * src/folder.[ch]
5988         * src/imap.c
5989         * src/mbox_folder.c
5990         * src/mh.c
5991         * src/news.c
5992                 move folder_item_get_path() stuff into a folder virtual function
5993
5994         * src/procmsg.c
5995                 use folder_item_fetch_msg() to get message and do not contruct
5996                 the filename from path and number
5997
5998 2003-07-03 [paul]       0.9.0claws75
5999
6000         * sync with 0.9.2cvs12
6001                 see ChangeLog 2003-07-03
6002
6003 2003-07-02 [paul]       0.9.0claws74
6004
6005         * src/messageview.c
6006                 fix text-selection for replying
6007
6008 2003-07-02 [paul]       0.9.0claws73
6009
6010         * sync with 0.9.2cvs11
6011                 see ChangeLog 2003-07-02
6012
6013 2003-07-02 [paul]       0.9.0claws72
6014
6015         * src/procmsg.c
6016                 revert last commit because it breaks more
6017                 than it fixes
6018
6019 2003-07-02 [paul]       0.9.0claws71
6020
6021         * src/procmsg.c
6022                 fix thread by subject/sort by date
6023
6024 2003-07-01 [paul]       0.9.0claws70
6025
6026         * sync with 0.9.2cvs10
6027                 see ChangeLog 2003-07-01
6028
6029 2003-06-30 [paul]       0.9.0claws69
6030
6031         * sync with 0.9.2cvs9
6032                 see ChangeLog 2003-06-30
6033
6034 2003-06-28 [match]      0.9.0claws68
6035
6036         * src/addressbook.c
6037                 fix null ptr.
6038
6039 2003-06-27 [paul]       0.9.0claws67
6040
6041         * sync with 0.9.2cvs7
6042                 see ChangeLog 2003-06-27
6043
6044 2003-06-26 [christoph]  0.9.0claws66
6045
6046         * src/folder.c
6047                 freeze folder updates while a folder is scanned
6048
6049         (closes Bug 185 New message counter)
6050
6051 2003-06-26 [darko]      0.9.0claws65
6052
6053         * src/ldapserver.c
6054                 fix infinite loop when adding a new LDAP server
6055
6056 2003-06-26 [paul]       0.9.0claws64
6057
6058         * sync with 0.9.2cvs6
6059                 see ChangeLog 2003-06-26
6060
6061 2003-06-26 [paul]       0.9.0claws63
6062
6063         * sync with 0.9.2cvs5
6064                 see ChangeLog 2003-06-25 and 2003-06-26
6065
6066 2003-06-25 [match]      0.9.0claws62
6067
6068         * src/addr_compl.c
6069                 Fixed tab/backtab for dropped-down completion list to
6070                 move next/previous field. (close bug 147)
6071
6072 2003-06-25 [christoph]  0.9.0claws61
6073
6074         * src/addr_compl.[ch]
6075         * src/addrindex.[ch]
6076         * src/folderview.c
6077         * src/inc.c
6078         * src/news.c
6079         * src/summaryview.c
6080         * src/toolbar.c
6081                 fix warnings
6082
6083 2003-06-25 [leandro]    0.9.0claws60
6084
6085         * src/compose.c
6086                 o cleanups
6087                 o gray out "Message/Remove references" menu item if not
6088                   replying to a message
6089
6090 2003-06-24 [leandro]    0.9.0claws59
6091
6092         * src/compose.[ch]
6093                 o removed "Message/Create new thread" menu item
6094                 o added "Message/Remove references" menu item
6095                   (it's off by default and will not check anymore
6096                    if the subject changed)
6097
6098 2003-06-23 [alfons]     0.9.0claws58
6099
6100         * src/procmsg.c
6101                 try better grouping messages threaded by subject based on their age.
6102                 still not perfect - because the message tree is not sorted by date.  
6103
6104 2003-06-23 [thorsten]   0.9.0claws57
6105
6106         * src/pop.[ch]
6107                 added mail_receive_hook to allow modifications
6108                 directly after retrieval (e.g. adding headers).
6109
6110 2003-06-23 [paul]       0.9.0claws56
6111
6112         * src/sourcewindow.c
6113                  enable the use of Ctrl+A to select all text in
6114                  the sourcewindow
6115                  Patch submitted by Ivan Francolin Martinez
6116                  <ivanfm@users.sourceforge.net>
6117
6118 2003-06-22 [christoph]  0.9.0claws55
6119
6120         * src/folder.[ch]
6121                 o add notification hook for folder tree changes
6122                 o invoke hooks after folder tree scanning
6123
6124         * src/folderview.[ch]
6125                 register hook for folder tree changes that
6126                 updates the ctree
6127
6128         (there are more places that should be updated, like add, remove 
6129          or move folder)
6130
6131         (closes Bug 164 Crash on rebuild folder tree)
6132         (closes Bug 190 Crash on 'rebuilding folder tree')
6133
6134 2003-06-21 [leandro]    0.9.0claws54
6135
6136         * src/compose.[ch]
6137                 create a new thread if subject changes
6138                 (it's on by default, can be disabled in Message menu)
6139
6140 2003-06-21 [alfons]     0.9.0claws53
6141
6142         * src/summaryview.c
6143                 quiet little compiler
6144
6145 2003-06-21 [christoph]  0.9.0claws52
6146
6147         update gettext stuff to version 0.12
6148
6149 2003-06-19 [alfons]     0.9.0claws51
6150
6151         * src/common/log.c
6152         * src/common/plugin.c
6153                 move defs.h before glib.h to prevent MIN/MAX redefs
6154
6155 2003-06-19 [alfons]
6156
6157         * src/addressbook.c
6158                 translatable
6159
6160 2003-06-19 [match]      0.9.0claws50
6161
6162         * src/addressbook.[ch]
6163         * src/addrindex.[ch]
6164         * src/addr_compl.[ch]
6165         * src/editldap.[ch]
6166         * src/editldap_basedn.[ch]
6167         * src/addritem.[ch]
6168         * src/ldapquery.h
6169                 re-implemented dynamic LDAP search. works without
6170                 slowdown on display sender with addressbook
6171                 option.
6172         * src/addrbook.c
6173                 documented code.
6174
6175 2003-06-19 [paul]       0.9.0claws49
6176
6177         * src/compose.c
6178                 fix Bug #136 'Nonprovided quotation marks crash claws'
6179                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
6180
6181 2003-06-19 [alfons]     0.9.0claws48
6182
6183         * src/prefs_common.[ch]
6184         * src/procmsg.c
6185                 restrict threading by subject by checking thread for
6186                 age (prefs_common.thread_by_subject_max_age)
6187
6188 2003-06-18 [christoph]  0.9.0claws47
6189
6190         * src/imap.c
6191                 fix memory leak in imap_cmd_fetch()
6192
6193 2003-06-18 [christoph]  0.9.0claws46
6194
6195         * src/prefs_gtk.c
6196                 fix memory leak in prefs_set_default() when used multiple
6197                 times or after prefs have been read
6198
6199 2003-06-18 [christoph]  0.9.0claws45
6200
6201         * src/common/plugin.c
6202                 fix memory leak in plugin_unload()
6203
6204 2003-06-18 [christoph]  0.9.0claws44
6205
6206         * src/imap.c
6207                 fix memory leak in imap_cmd_ok()
6208
6209 2003-06-18 [christoph]  0.9.0claws43
6210
6211         * src/folder.c
6212                 stop messages that are downloaded from POP3 and added to
6213                 an IMAP inbox from being filtered twice (first by POP3
6214                 and again when IMAP folder is scaned to get the UID of
6215                 the APPEND operation when no UIDPLUS is available)
6216
6217 2003-06-18 [alfons]
6218
6219         * tools/Makefile.am
6220                 phoenix <- firebird     
6221
6222 2003-06-18 [paul]
6223
6224         * tools/launch_phoenix          ** REMOVED **
6225           tools/launch_firebird         ** NEW **
6226                 renamed and edited to reflect the browser's name change from
6227                 'phoenix' to 'firebird'
6228
6229 2003-06-18 [paul]       0.9.0claws42
6230
6231         * sync with 0.9.2cvs2
6232                 see ChangeLog 2003-06-16
6233
6234 2003-06-17 [alfons]     0.9.0claws41
6235
6236         * src/procmsg.c
6237                 prevent threading problems when a node is an ancestor (parent / great parent),
6238                 which mostly happens with circular references (thanks to Phillipe Gramoullé
6239                 for finding an sample set of messages)
6240
6241 2003-06-16 [christoph]  0.9.0claws40
6242
6243         * src/main.c
6244                 don't popup main window on --receive or --receive-all
6245
6246         * src/mainwindow.[ch]
6247         * src/plugins/trayicon/trayicon.c
6248                 allow hiding of main window by clicking on the trayicon
6249                 (doesn't work correctly in seperate window mode and may
6250                  cause unexpected GTK problems I couldn't find yet)
6251
6252         * src/common/ssl.c
6253                 remove incorrect warning
6254
6255 2003-06-15 [alfons]     0.9.0claws39
6256
6257         * src/gtk/gtkstext.c
6258                 don't output debug text;
6259                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
6260                 for pointing this out);
6261
6262 2003-06-14 [alfons]     0.9.0claws38
6263         
6264         * src/messageview.c
6265                 remove printf() and make one if..else comply with coding style
6266
6267 2003-06-14 [alfons]     0.9.0claws37
6268
6269         * AUTHORS
6270                 add Martin Wicke
6271         * src/action.c
6272         * src/messageview.[ch]
6273         * src/summaryview.c
6274                 apply patch #754162 "Quoting messages filtered by actions" submitted
6275                 by Martin Wicke, which allows quoting message body changed by an
6276                 action (Thanks!).
6277
6278 2003-06-13 [alfons]     0.9.0claws36
6279
6280         * src/utils.c
6281                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
6282                 use case insensitive regexp (suggested by Ivan Martinez)
6283
6284 2003-06-13 [christoph]  0.9.0claws35
6285
6286         * configure.ac
6287         * src/plugins/trayicon/Makefile.am
6288         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
6289         * src/plugins/trayicon/trayicon.c
6290         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
6291         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
6292         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
6293         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
6294         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
6295         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
6296                 replace my own EggTrayIcon backport with the backport
6297                 used by (l|x)mule and gabber.
6298
6299 2003-06-13 [alfons]     0.9.0claws34
6300
6301         * AUTHORS
6302         * src/common/utils.c
6303                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
6304
6305 2003-06-13 [alfons]     0.9.0claws33
6306
6307         * src/compose.c
6308                 clean up a little bit
6309
6310 2003-06-12 [alfons]     0.9.0claws32
6311
6312         * src/compose.c
6313                 const correctness fix
6314
6315         * src/common/sylpheed.[ch]
6316                 () -> (void)
6317                 prevent redef MIN/MAX
6318                 
6319         * src/common/utils.[ch]
6320                 () -> (void)
6321
6322 2003-06-12 [melvin]     0.9.0claws31
6323
6324         * src/compose.c
6325                 Updated to take into accounts changes in GtkAspell.
6326
6327 2003-06-12 [alfons]     0.9.0claws30
6328
6329         * src/compose.c
6330         * src/procmsg.c
6331         * src/common/utils.[ch]
6332                 handle reply subject prefixes better (initial 
6333                 suggestion by Robert Story adapted and enhanced 
6334                 using regexps)
6335
6336 2003-06-12 [melvin]     0.9.0claws29
6337
6338         * src/compose.c
6339                 Use new gtkaspell_checkers_strerror() to get the speller's
6340                 error message instead of accessing the (now private)
6341                 checkers structure.
6342                 Minor code clean up
6343
6344         * src/main.c
6345                 Use #ifdef instead of #if for USE_ASPELL
6346                 Use the new spell checkers init/quit functions 
6347
6348         * src/gtk/gtkaspell.c
6349                 Use #ifdef instead of #if for USE_ASPELL
6350                 Moved in the majority of GtkAspell structures that were
6351                 exported before by gtkaspell.h
6352         
6353         * src/gtk/gktaspell.h
6354                 Made gtkaspell.h contain only the necessary data to be
6355                 publicized by moving many structures to gtkaspell.c.
6356                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
6357                 gtkaspell_checkers_new(): replaced by...
6358                 gtkaspell_checkers_init(): new function for initialization
6359                 gtkaspell_checkers_delete(): replaced by...
6360                 gtkaspell_checkers_quit(): new function
6361                 gtkaspell_checkers_strerror(): new function that returns
6362                 the checker's last error message.
6363                 
6364 2003-06-11 [melvin]     0.9.0claws28
6365
6366         * po/POTFILES.in
6367                 Updated to take into account gtkaspell.c migration to
6368                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
6369
6370 2003-06-10 [alfons]     0.9.0claws27
6371
6372         * src/filtering.[ch]
6373         * src/folder.c
6374         * src/matcher.c
6375         * src/scoring.[ch]
6376                 - try fixing bug #18 (any brave testers?)
6377                 - add more robustness by refusing previously 
6378                   unchecked NULL pointers 
6379
6380 2003-06-10 [alfons]     0.9.0claws26
6381
6382         * src/procmsg.c
6383                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
6384
6385 2003-06-09 [alfons]     0.9.0claws25
6386
6387         * src/prefs_common.c
6388                 fix bug #163 "Icon switching doesnt work properly" by 
6389                 preventing early freeing of prefs_common.pixmap_theme_path.
6390
6391 2003-06-09 [christoph]  0.9.0claws24
6392
6393         * src/gtk/gtkaspell.c
6394                 revert Thorsten's fix and add forgotten g_strdup for
6395                 aspell path (it should not be possible to alter the path a
6396                 GtkASpell uses from outside)
6397
6398 2003-06-09 [thorsten]   0.9.0claws23
6399
6400         * src/gtk/gtkaspell.c
6401                 dont free prefs_common.aspell_path when closing compose
6402
6403 2003-06-08 [colin]      0.9.0claws22
6404
6405         * src/plugins/spamassassin/spamassassin.c
6406                 fix prefs types
6407
6408 2003-06-07 [christoph]  0.9.0claws21
6409
6410         * src/Makefile.am
6411         * src/compose.c
6412         * src/gtkaspell.[ch]            ** REMOVE **
6413         * src/gtk/Makefile.am
6414         * src/gtk/gtkaspell.[ch]        ** NEW **
6415                 o make gtkaspell independent from sylpheed's prefs
6416                 o move gtkaspell.[ch] to gtk directory
6417
6418 2003-06-07 [christoph]  0.9.0claws20
6419
6420         * src/Makefile.am
6421         * src/crash.c
6422         * src/export.c
6423         * src/filesel.[ch]              ** REMOVE **
6424         * src/folder.c
6425         * src/main.[ch]
6426         * src/common/sylpheed.[ch]
6427         * src/gtk/Makefile.am
6428         * src/gtk/filesel.[ch]          ** NEW **
6429         * src/gtk/pluginwindow.c
6430         * src/gtk/sslcertwindow.c
6431                 move filesel.[ch] to gtk directory
6432
6433 2003-06-07 [alfons]     0.9.0claws19
6434
6435         * src/filesel.c
6436                 make (multi) file selection dialog work again (Claws-only)
6437
6438 2003-06-07 [thorsten]   0.9.0claws18
6439
6440         * po/de.po
6441                 fix typos
6442
6443 2003-06-07 [alfons]     0.9.0claws17
6444
6445         * configure.ac
6446         * src/mimeview.c
6447                 detect apache mishap in which case don't include fnmatch.h
6448                 if regex.h is already included
6449
6450 2003-06-06 [christoph]  0.9.0claws16
6451
6452         * configure.ac
6453         * src/mimeview.h
6454                 add check for fnmatch.h and include it when available
6455
6456         * src/mimeview.[ch]
6457                 fix wrong case sensitivity of Content-Types
6458
6459         * src/gtk/Makefile.am
6460                 need the same include paths in gtk directory as in
6461                 common directory because .h files in common can
6462                 include files from these directories, when included
6463                 in gtk's .h or .c files
6464
6465 2003-06-06 [alfons]     0.9.0claws15
6466
6467         * src/mimeview.c
6468         * src/summaryview.c
6469                 make it compile again because of regex.h / fnmatch.h 
6470                 include problems (related to recent mime stuff, can
6471                 someone check this?)
6472
6473 2003-06-06 [thorsten]   0.9.0claws14
6474
6475         * src/folderview.c
6476                 possible use of uninitialized pointer while dragging
6477
6478 2003-06-06 [paul]       0.9.0claws13
6479
6480         * src/compose.c
6481                 fix bug where the insert sig button would be effective
6482                 only when auto_sig was set
6483
6484 2003-06-06 [paul]       0.9.0claws12
6485
6486         * sync with 0.9.2 release
6487
6488 2003-06-02 [paul]       0.9.0claws11
6489
6490         * sync with 0.9.1cvs1
6491                 see ChangeLog 2003-06-02
6492                 
6493         * po/de.po
6494                 update by Jens
6495
6496 2003-06-01 [christoph]  0.9.0claws10
6497
6498         * src/account.c
6499                 don't use substring search to find accounts by email address
6500
6501         (closes Bug 169 Overly loose matching of "From" address)
6502
6503 2003-05-31 [christoph]  0.9.0claws9
6504
6505         * doc-src/rfc2683.txt
6506         * src/imap.c
6507                 limit IMAP command length as recommended in RFC2683
6508                 (message number lists will be split into multiple imap
6509                 sets, the limit of 1000 octets is not a hard limit)
6510
6511         (closes Bug 161 sylpheed-claws exits with segfault when logging
6512          in to certain imap-servers)
6513
6514 2003-05-29 [alfons]     0.9.0claws8
6515
6516         * src/toolbar.[ch]
6517                 add print button (calling summary_print());
6518                 fine tune setting tooltip text;
6519                 (if someone needs other buttons, please take these 
6520                 commits as a guide, instead of bothering us - also
6521                 see 0.8.11claws150) 
6522
6523 2003-05-29 [darko]      0.9.0claws7
6524
6525         * src/compose.c
6526                 fix crash when word wrapping kicks in due to
6527                 changed text by spell checker
6528
6529 2003-05-29 [paul]       0.9.0claws6
6530
6531         * src/compose.c
6532                 fix bug where changing account would insert
6533                 sig even if auto_sig was FALSE
6534                 
6535         * ChangeLog
6536           ChangeLog.jp
6537           INSTALL
6538                 sync with 0.9.1 release
6539
6540 2003-05-28 [christoph]  0.9.0claws5
6541
6542         * src/imap.c
6543                 fix truncation of too long commands
6544
6545         (closes Bug 167 IMAP hangs trying to get envelope
6546          information in imap_get_uncached_messages)
6547
6548 2003-05-27 [paul]       0.9.0claws4
6549
6550         * tools/Makefile.am
6551           tools/maildir2sylpheed.pl     ** NEW FILE **
6552                 add kmail to sylpheed mailbox conversion script
6553
6554 2003-05-27 [paul]       0.9.0claws3
6555
6556         * sync with 0.9.0cvs10
6557                 see ChangeLog 2003-05-26
6558
6559 2003-05-26 [paul]       0.9.0claws2
6560
6561         * sync with 0.9.0cvs9
6562                 see ChangeLog 2003-05-26
6563
6564 2003-05-24 [paul]       0.9.0claws1
6565
6566         * sync with 0.9.0cvs8
6567                 see ChangeLog 2003-05-23
6568
6569 2003-05-24 [paul]       0.9.0claws
6570
6571         * version 0.9.0claws released
6572
6573 2003-05-24 [paul]       0.8.11claws177
6574
6575         * src/plugins/dillo-viewer/Makefile.am
6576           src/plugins/traycon/Makefile.am
6577                 add missing files
6578                 
6579         * po/bg.po
6580           po/en_GB.po
6581           po/es.po
6582           po/it.po
6583           po/pt_BR.po
6584           po/ru.po
6585           po/sr.po
6586                 update Bulgarian, British English, Spanish, Italian, 
6587                 Brazilian Portuguese, Russian, and Serbian translations, 
6588                 submitted by George Danchev, [me], Ricardo Mones Lastra,
6589                 André Filipe de Assunção e Brito, Alessandro Maestri, 
6590                 Ruslan N. Balkin, and Urke MMI
6591
6592 2003-05-23 [melvin]     0.8.11claws176
6593
6594         * po/fr.po
6595                 Updated French translations
6596
6597 2003-05-22 [paul]       0.8.11claws175
6598
6599         * src/Makefile.am
6600           src/addrbook.[ch]
6601           src/addrcache.[ch]
6602           src/addr_compl.[ch]
6603           src/adressbook.[ch]
6604           src/addrindex.[ch]
6605           src/addritem.[ch]
6606           src/editaddress.c
6607           src/editgroup.c
6608           src/editldap_basedn.c
6609           src/editldap.c
6610           src/jpilot.c
6611           src/vcard.c
6612                 revert to get ldap into it previous working state
6613                 
6614         * po/zh_TW.Big5.po
6615                 new Taiwanese translation,
6616                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
6617
6618 2003-05-22 [christoph]  0.8.11claws174
6619
6620         * src/plugins/spamassassin/libspamc.[ch]
6621                 sync libspamc with SpamAssaain release 2.55
6622
6623 2003-05-22 [paul]       0.8.11claws173
6624
6625         * sync with 0.9.0cvs7
6626                 see ChangeLog 2003-05-22
6627                 
6628         * src/summaryview.c
6629                 revert change in 0.8.11claws172: follow
6630                 Hiroyuki's decision and that's the end of it.
6631
6632 2003-05-21 [paul]       0.8.11claws172
6633
6634         * src/summaryview.c
6635                 fix discrepency between open_unread_on_enter
6636                 and always_show_msg
6637
6638 2003-05-21 [paul]       0.8.11claws171
6639
6640         * sync with 0.9.0cvs6
6641                 see ChangeLog 2003-05-21
6642
6643 2003-05-21 [paul]       0.8.11claws170
6644
6645         * sync with 0.9.0cvs5
6646                 see ChangeLog 2003-05-21
6647
6648 2003-05-20 [paul]       0.8.11claws169
6649
6650         * sync with 0.9.0cvs4
6651                 see ChangeLog 2003-05-20
6652                 fixes bug #152, 'encoding of IMAP folders names'
6653
6654 2003-05-20 [paul]       0.8.11claws168
6655
6656         * sync with 0.9.0cvs3
6657                 see ChangeLog 2003-05-20
6658                 
6659         * src/tools/convert_mbox.pl
6660                 minor change in the comments, submitted by Fred Marton
6661
6662 2003-05-19 [paul]       0.8.11claws167
6663
6664         * src/plugins/clamav/Makefile.am
6665           configure.ac
6666                 link clamav_lib to the plugin and not to the main program
6667
6668 2003-05-19 [christoph]
6669
6670         * src/Makefile.am
6671                 add -export-dynamic for linking
6672
6673 2003-05-19 [paul]       0.8.11claws166
6674
6675         * sync with 0.9.0cvs1
6676                 see ChangeLog 2003-05-19
6677
6678 2003-05-19 [paul]       0.8.11claws165
6679
6680         * src/inc.c
6681                 fix 'pop before smtp' timeout
6682
6683 2003-05-18 [alfons]     0.8.11claws164
6684
6685         * src/prefs_matcher.c
6686                 put "execute" action command line ("expression") in edit box
6687
6688 2003-05-18 [christoph]  0.8.11claws163
6689
6690         * src/mimeview.[ch]
6691         * src/plugins/dillo_viewer/dillo_viewer.c
6692         * src/plugins/image_viewer/viewer.c
6693         * src/plugins/mathml_viewer/mathml_viewer.c
6694                 let a viewer have a list of Content-Types
6695
6696 2003-05-18 [paul]       0.8.11claws162
6697
6698         * src/prefs_filtering.c
6699                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
6700                 and REDIRECT actions
6701
6702 2003-05-17 [christoph]
6703
6704         * README.claws
6705                 o remove dynamic signatures that was syned with main
6706                 o add infos about no longer "build in" image viewer
6707                 o update bugtracker URL
6708
6709 2003-05-17 [christoph]  0.8.11claws161
6710
6711         * src/folder.c
6712         * src/folderview.c
6713         * src/imap.c
6714                 don't use imap_scan_folder anymore. Instead call folder_item_scan
6715                 for every folder after rebuilding the folder tree.
6716
6717         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
6718          messages)
6719
6720 2003-05-17 [christoph]  0.8.11claws160
6721
6722         * src/imap.c
6723                 don't use STATUS command on current folder to check for
6724                 content changes. imap_cmd_ok() now tracks changes to
6725                 folder and number of existing messages.
6726
6727 2003-05-17 [paul]       0.8.11claws159
6728
6729         * src/plugins/clamav/clamav_plugin.c
6730                 remove unnecessary debug_print
6731
6732 2003-05-16 [thorsten]   0.8.11claws158
6733
6734         * src/plugins/demo.c
6735                 included missing intl.h
6736
6737 2003-05-16 [paul]       0.8.11claws157
6738
6739         * po/POTFILES.in
6740                 remove non-existant entries
6741         
6742         * src/plugins/clamav/clamav_plugin.c
6743           src/plugins/clamav/clamav_plugin_gtk.c
6744           src/plugins/dillo_viewer/dillo_prefs.c
6745           src/plugins/dillo_viewer/dillo_viewer.c
6746                 gettextise
6747
6748 2003-05-16 [christoph]  0.8.11claws156
6749
6750         * po/POTFILES.in
6751                 include plugin .c files for translation until I
6752                 find a better solution to have plugins have their
6753                 own textdomain
6754         * src/plugins/demo/demo.c
6755         * src/plugins/image_viewer/plugin.c
6756         * src/plugins/mathml_viewer/mathml_viewer.c
6757         * src/plugins/spamassassin/spamassassin.c
6758         * src/plugins/spamassassin/spamassassin_gtk.c
6759         * src/plugins/trayicon/trayicon.c
6760                 add gettext macros for plugin name and description
6761
6762 2003-05-16 [paul]
6763
6764         * sync with 0.9.0
6765
6766 2003-05-16 [paul]       0.8.11claws155
6767
6768         * sync with lastest 0.9.0pre1
6769                 see ChangeLog 2003-05-16
6770
6771 2003-05-15 [paul]       0.8.11claws154
6772
6773         * sync with latest 0.9.0pre1
6774                 see ChangeLog 2003-05-14 and 2003-05-15
6775
6776 2003-05-14 [christoph]  0.8.11claws153
6777
6778         * src/plugins/image_viewer/viewer.c
6779         * src/plugins/image_viewer/viewer.glade         ** NEW **
6780         * src/plugins/image_viewer/viewerprefs.c
6781                 make it possible to disable the autoload function in the
6782                 imageviewer again
6783
6784 2003-05-14 [christoph]  0.8.11claws152
6785
6786         * src/folder.c
6787                 fix folder update after adding a message
6788
6789 2003-05-13 [alfons]     0.8.11claws151
6790
6791         * src/common/session.c
6792                 remove debug traces
6793                 
6794         * src/addrcache.[ch]
6795         * src/filtering.[ch]
6796         * src/folder.[c]
6797         * src/gtkaspell.[ch]
6798         * src/imap.[ch]
6799         * src/mbox_folder.[ch]
6800         * src/mh.[ch]
6801         * src/mimeview.h
6802         * src/msgcache.[ch]
6803         * src/news.[ch]
6804         * src/passphrase.[ch]
6805         * src/prefs_common.[ch]
6806         * src/prefs_gtk.[ch]
6807         * src/procmsg.c
6808         * src/scoring.[ch]
6809                 be pedantic; (in prototypes () implies (int))
6810
6811 2003-05-13 [alfons]     0.8.11claws150
6812
6813         * src/prefs_toolbar.[ch]
6814         * src/summaryview.[ch]
6815         * src/toolbar.[ch]
6816                 change misleading text in toolbar prefs;
6817                 add toolbar action for ignore thread (toggles ignore thread flag);
6818                 clean up a little bit;
6819
6820 2003-05-12 [paul]
6821
6822         * tools/convert_mbox.pl
6823                 bug fixed by Fred Marton
6824
6825 2003-05-12 [paul]
6826
6827         * sync with 0.9.0pre1
6828
6829 2003-05-09 [paul]       0.8.11claws149
6830
6831         * sync with 0.8.11cvs43
6832                 see ChangeLog 2003-05-09
6833
6834 2003-05-08 [christoph]  0.8.11claws148
6835
6836         * src/imap.[ch]
6837                 o use CAPABILIY as first command and check for PREAUTH
6838                   information in the response to it
6839                 o rewrite all imap_cmd_* functions to use an IMAPSession
6840                   instead of a SockInfo as parameter
6841                 o do STARTTLS after fetching and checking the server
6842                   capabilities
6843
6844 2003-05-08 [paul]       0.8.11claws147
6845
6846         * tools/Makefile.am
6847           tools/README
6848           tools/convert_mbox.pl         ** NEW FILE **
6849                 add mbox conversion script. Submitted by 
6850                 Fred Marton <Fred.Marton@uni-bayreuth.de>
6851
6852 2003-05-07 [christoph]
6853
6854         * doc-src/glade.txt
6855         * src/gtk/pluginwindow.glade
6856         * src/plugins/image_viewer/viewerprefs.glade
6857         * src/plugins/spamassassin/spamassassin_gtk.glade
6858                 add glade files for user interfaces and a description how
6859                 to use glade to create the sylpheed code
6860
6861 2003-05-07 [paul]       0.8.11claws146
6862
6863         * sync with 0.8.11cvs41
6864                 see ChangeLog 2003-05-07
6865
6866 2003-05-06 [christoph]  0.8.11claws145
6867
6868         * src/main.c
6869         * src/plugins/image_viewer/viewer.c
6870                 fix usage of imlib in imageviewer plugin
6871
6872         * src/gtk/prefswindow.c
6873                 handle window close event correctly
6874
6875 2003-05-06 [paul]       0.8.11claws144
6876
6877         * src/common/ssl.c
6878                 fix typo introduced in sync
6879
6880 2003-05-06 [paul]       0.8.11claws143
6881
6882         * sync with 0.8.11cvs39
6883                 see ChangeLog 2003-05-06
6884
6885 2003-05-06 [paul]       0.8.11claws142
6886
6887         * AUTHORS
6888           po/cs.po
6889                 updated Czech translation, submitted by 
6890                 Radek Vybiral <Radek.Vybiral@vsb.cz>
6891                 
6892         * src/plugins/clamav/clamav_plugin_gtk.c
6893                 clean up
6894
6895 2003-05-03 [alfons]     0.8.11claws141
6896
6897         * src/compose.[ch]
6898                 make paste as quotation work even when the call to 
6899                 text_inserted() was deferred (fixes bug #140 "Paste 
6900                 as quotation does not work when using "external" 
6901                 clipboard")
6902
6903 2003-05-03 [thorsten]   0.8.11claws140
6904
6905         * src/addrquery.h
6906           src/ldapquery.h
6907           src/mainwindow.c
6908                 removed C++ comments
6909         * src/addr_compl.c
6910                 function with non-int retval/param used before
6911                 implementation/declaration
6912
6913 2003-05-02 [paul]       0.8.11claws139
6914
6915         * src/addr_compl.[ch]
6916           src/addressbook.[ch]
6917           src/addrindex.c
6918           src/summaryview.c
6919                 revert match's changes to (finally) remove the bug where
6920                 opening a folder causes massive slowdown when using the 
6921                 'Display sender using address book' option
6922
6923 2003-05-01 [melvin]     0.8.11claws138
6924
6925         * src/plugins/dillo_viewer/dillo_prefs.[ch]
6926         * src/plugins/dillo_viewer/dillo_viewer.c
6927                 Fixed bug where "Cancel" button from prefs issued
6928                 warnings.
6929                 Comply a little more to coding style
6930
6931 2003-05-01 [paul]       0.8.11claws137
6932
6933         * sync with 0.8.11cvs38
6934                 see ChangeLog 2003-05-01
6935
6936 2003-05-01 [paul]       0.8.11claws136
6937
6938         * po/bg.po
6939                 updated by George Danchev
6940
6941 2003-04-30 [christoph]  0.8.11claws135
6942
6943         * src/plugins/dillo_viewer/dillo_prefs.c
6944         * src/plugins/image_viewer/viewerprefs.c
6945         * src/plugins/spamassassin/spamassassin_gtk.c
6946                 remove gtk_widget_ref() calls for widgets in
6947                 glade code
6948
6949 2003-04-30 [paul]       0.8.11claws134
6950
6951         * src/addrindex.c
6952                 ok, this time a better fix for the bug where opening folder
6953                 has massive slowdown when using the 'Display sender using 
6954                 address book' option
6955
6956 2003-04-30 [paul]       0.8.11claws133
6957
6958         * src/addrindex.c
6959                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
6960         
6961 2003-04-30 [melvin]     0.8.11claws132
6962
6963         New: Dillo plugin preferences (patch by Dimitar Haralanov)
6964
6965         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
6966                 Preferences for the dillo plugin
6967         * src/plugins/dillo_viewer/dillo_viewer.c
6968                 Support for preferences
6969         * src/plugins/dillo_viewer/Makefile.am
6970                 Added dillo_prefs.[ch]
6971
6972 2003-04-30 [alfons]     0.8.11claws131
6973
6974         * src/common/plugin.[ch]
6975                 see? this ANSI C'fication immediately gives us type
6976                 checking for free.
6977
6978 2003-04-30 [alfons]     0.8.11claws130
6979
6980         * src/common/plugin.[ch]
6981         * src/plugins/clamav/clamav_plugin.[ch]
6982         * src/plugins/clamav/clamav_plugin_gtk.c
6983         * src/plugins/demo/demo.c
6984         * src/plugins/dillo_viewer/dillo_viewer.c
6985         * src/plugins/image_viewer/plugin.c
6986         * src/plugins/image_viewer/viewer.[ch]
6987         * src/plugins/image_viewer/viewerprefs.[ch]
6988         * src/plugins/mathml_viewer/mathml_viewer.c
6989         * src/plugins/spamassassin/spamassassin.[ch]
6990         * src/plugins/spamassassin/spamassassin_gtk.c
6991         * src/plugins/trayicon/trayicon.c
6992                 clean up
6993
6994 2003-04-30 [alfons]     0.8.11claws129
6995
6996         * src/common/utils.c
6997                 make is_ascii_str() fail gracefully when NULL pointer
6998                 is passed
6999
7000 2003-04-30 [paul]       0.8.11claws128
7001
7002         * src/addrindex.c
7003                 fix bug where opening folder has massive slowdown when
7004                 using the 'Display sender using address book' option
7005
7006 2003-04-30 [paul]       0.8.11claws127
7007
7008         * src/plugins/clamav/clamav_plugin.c
7009           src/plugins/clamav/clamav_plugin_gtk.c
7010           src/plugins/demo/demo.c
7011           src/plugins/dillo_viewer/dillo_viewer.c
7012           src/plugins/image_viewer/plugin.c
7013           src/plugins/mathml_viewer/mathml_viewer.c
7014           src/plugins/spamassassin/spamassassin.c
7015           src/plugins/spamassassin/spamassassin_gtk.c
7016           src/plugins/trayicon/trayicon.c
7017                 get rid of eye-hurting function signatures
7018
7019 2003-04-30 [paul]       0.8.11claws126
7020
7021         * src/plugins/trayicon/trayicon.c
7022                 add description
7023                 
7024         * src/mimeview.c
7025                 be more descriptive
7026
7027 2003-04-30 [paul]       0.8.11claws125
7028
7029         * configure.ac
7030                 arrange the plugins in reverse alphabetical order
7031                 
7032         * src/plugins/clamav/clamav_plugin.[ch]
7033           src/plugins/clamav/clamav_plugin_gtk.c
7034                 rename some params
7035                 resize max_size window
7036                 re-arrange the order of some gui elements
7037                 improve descriptions
7038         
7039         * src/plugins/image_viewer/plugin.c
7040           src/plugins/mathml_viewer/mathml_viewer.c
7041                 add descriptions
7042                 
7043         * src/plugins/spamassassin/spamassassin_gtk.c
7044                 resize max_size window
7045                 re-arrange the order of some gui elements
7046                 
7047         * src/messageview.c
7048           src/mimeview.c
7049                 correct typos
7050
7051 2003-04-30 [alfons]     0.8.11claws124
7052
7053         * src/imap.c
7054                 fix a leak found while browsing Martin Kluge's 
7055                 valgrind log (Claws only)
7056
7057 2003-04-29 [darko]      0.8.11claws123
7058
7059         * src/gtk/gtkstext.h
7060                 include wchar.h if it is available, fixes compilation
7061                 on HP-UX systems
7062
7063 2003-04-29 [melvin]     0.8.11claws122
7064
7065         * src/prefs_actions.c
7066                 Improved help text of Actions' syntax
7067
7068 2003-04-28 [paul]       0.8.11claws121
7069
7070         * src/action.c
7071                 a better fix for the crash when performing an action
7072                 on a mime part
7073
7074 2003-04-28 [paul]       0.8.11claws120
7075
7076         * src/action.c
7077                 fix crash when performing an action on a
7078                 mime part
7079
7080 2003-04-28 [paul]       0.8.11claws119
7081
7082         * sync with 0.8.11cvs36
7083                 see ChangeLog 2003-04-28
7084
7085 2003-04-27 [paul]       0.8.11claws118
7086
7087         * more sync with 0.8.11cvs35
7088                 see ChangeLog 2003-04-25
7089
7090 2003-04-26 [christoph]  0.8.11claws117
7091
7092         * src/folder.c
7093                 fix remove virtual check
7094
7095 2003-04-26 [paul]       0.8.11claws116
7096
7097         * src/messageview.c
7098                 fix return-receipt, make it work again
7099
7100 2003-04-26 [paul]       0.8.11claws115
7101
7102         * src/mimeview.c
7103                 restore double-clicking of the [application/pgp-signature 
7104                 (Select "Check signature" to check)] line in the message view,
7105                 broken in recent sync
7106
7107 2003-04-26 [christoph]  0.8.11claws114
7108
7109         * src/folder.c
7110                 check if remove virtual really exists before
7111                 calling the function
7112
7113 2003-04-25 [match]      0.8.11claws113
7114
7115         * src/addrindex.c
7116         * src/addrbook.c
7117         * src/ldapquery.[ch]
7118         * src/ldapctrl.[ch]
7119                 fix memleak.
7120         * src/ldapserver.[ch]
7121                 fix memleak. fix segfault.
7122                 plug a Claws memleak
7123
7124 2003-04-25 [alfons]     0.8.11claws112
7125
7126         * src/folder.c
7127                 plug a Claws memleak
7128
7129 2003-04-25 [alfons]     0.8.11claws111
7130
7131         * src/common/session.c
7132                 plug a memleak
7133
7134 2003-04-25 [paul]       0.8.11claws110
7135
7136         * sync with 0.8.11cvs35
7137                 see ChangeLog 2003-04-24 and 2003-04-25
7138                 
7139         * src/gtk/pluginwindow.c
7140                 correct another strange float value
7141
7142 2003-04-24 [christoph]  0.8.11claws109
7143
7144         * src/folder.c
7145                 freeze folder item updates when unsetting new flags
7146
7147         * src/gtk/pluginwindow.c
7148                 correct strange float value
7149
7150 2003-04-23 [paul]       0.8.11claws108
7151
7152         * sync with 0.8.11cvs33
7153                 see ChangeLog 2003-04-23
7154
7155 2003-04-22 [paul]       0.8.11claws107
7156
7157         * src/Makefile.am
7158           src/messageview.c
7159           src/mimeview.c
7160           src/pgptext.[ch]      ** REMOVED **
7161                 remove pgptext.[ch] as its not used any more
7162
7163 2003-04-22 [paul]       0.8.11claws106
7164
7165         * sync with 0.8.11cvs31
7166                 see ChangeLog 2003-04-21 and 2003-04-22
7167
7168 2003-04-21 [alfons]     0.8.11claws105
7169
7170         * src/main.c
7171                 No access to GTK structures if we're a spawned child
7172                 (and clean up code a little bit...) Should fix #126.
7173
7174 2003-04-21 [melvin]     0.8.11claws104
7175
7176         * src/plugins/dillo_viewer/README
7177                 Improved slightly the text.
7178
7179 2003-04-21 [melvin]     0.8.11claws103
7180
7181         * src/plugins/dillo_viewer/README *** NEW ***
7182                 Added a README file for the Dillo plugin
7183
7184 2003-04-20 [paul]
7185
7186         * tools/README
7187           tools/outlook2sylpheed.pl
7188                 updated and improved by Ricardo Mones Lastra
7189
7190 2003-04-18 [oliver]     0.8.11claws102
7191
7192         * src/inc.c 
7193         * src/prefs_account.h
7194                 remove Pop3SessionType (used by selective download)
7195         * src/prefs_toolbar.c
7196                 enable set Default Toolbar button
7197
7198 2003-04-18 [paul]       0.8.11claws101
7199
7200         * sync with 0.8.11cvs29
7201                 see ChangeLog 2003-04-18
7202
7203 2003-04-17 [paul]       0.8.11claws100
7204
7205         * src/prefs_common.[ch]
7206           src/summaryview.c
7207                 remove 'Open next message on deletion' option,
7208                 as the same effect can now be achieved via the
7209                 'Always open messages in summary when selected'
7210                 option.
7211
7212 2003-04-17 [paul]       0.8.11claws99
7213
7214         * sync with 0.8.11cvs28
7215                 see ChangeLog 2003-04-17
7216
7217 2003-04-17 [christoph]  0.8.11claws98
7218
7219         * ac/spamassassin.m4
7220         * src/plugins/spamassassin/libspamc.[ch]
7221         * src/plugins/spamassassin/utils.[ch]
7222                 sync libspamc with SpamAssassin project
7223
7224 2003-04-17 [christoph]  0.8.11claws97
7225
7226         * src/common/socket.h
7227         * src/gtk/sslcertwindow.h
7228                 rename old USE_SSL to USE_OPENSSL
7229
7230 2003-04-17 [paul]       0.8.11claws96
7231
7232         * src/prefs_common.h
7233                 use gulong for P_COLOR so that it compiles/runs on
7234                 64-bit systems. Patch submitted by James Noyes
7235                 <jnoyes-claws@retrogeeks.com>
7236                 
7237         * po/de.po
7238                 updated by Jens
7239
7240 2003-04-17 [paul]       0.8.11claws95
7241
7242         * sync with 0.8.11cvs27
7243                 see ChangeLog 2003-04-16
7244
7245 2003-04-15 [paul]       0.8.11claws94
7246
7247         * src/prefs_common.[ch]
7248                 rearrange to stop the window getting too long:
7249                         move Receive dialog stuff to Receive tab
7250                         move Send dialog to Send tab
7251                         remove Dialogs frame
7252                 rename 'Open messages in summary with cursor keys' to
7253                 'Always open messages in summary when selected', as its
7254                 more appropriate
7255
7256 2003-04-15 [paul]       0.8.11claws93
7257
7258         * src/prefs_common.[ch]
7259           src/summaryview.c
7260                 add new option '/Interface/Open next message on deletion'
7261
7262 2003-04-15 [paul]       0.8.11claws92
7263
7264         * src/summaryview.[ch]
7265                 add /Mark/Lock and /Mark/Unlock to the pop-up
7266                 menu. Patch submitted by Ivan Francolin Martinez
7267                 <ivanfm@users.sourceforge.net>
7268
7269 2003-04-15 [paul]       0.8.11claws91
7270
7271         * sync with 0.8.11cvs24
7272                 see ChangeLog 2003-04-15
7273
7274 2003-04-14 [jens]       0.8.11claws90
7275
7276         * updated German translation and some corrections from
7277                 Roland Bless <bless@tm.uka.de>
7278
7279 2003-04-14 [paul]       0.8.11claws89
7280
7281         * sync with 0.8.11cvs22
7282                 see ChangeLog 2003-04-14
7283
7284 2003-04-13 [paul]       0.8.11claws88
7285
7286         * src/plugins/clamav/clamav_plugin.c
7287                 fix memory leaks
7288                 clean up
7289
7290 2003-04-12 [paul]       0.8.11claws87
7291
7292         * src/plugins/clamav/clamav_plugin.c
7293                 activate enable/disable archive scanning option
7294                 
7295         * src/plugins/clamav/.cvsignore         ** NEW FILE **
7296
7297 2003-04-12 [paul]       0.8.11claws86
7298
7299         * src/plugins/Makefile.am
7300           src/plugins/clamav/Makefile.am                ** NEW FILE **
7301           src/plugins/clamav/README                     ** NEW FILE ** 
7302           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
7303           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
7304                 add Clam AntiVirus plugin
7305
7306 2003-04-12 [paul]       0.8.11claws85
7307
7308         * sync with 0.8.11cvs21
7309                 see ChangeLog 2003-04-11
7310
7311 2003-04-11 [paul]       0.8.11claws84
7312
7313         * po/es.po
7314                 update Spanish translation. Submitted by Ricardo
7315                 Mones Lastra.
7316
7317 2003-04-10 [christoph]  0.8.11claws83
7318
7319         * src/mbox.c
7320                 fix typo that did not move unfiltered mails to destination
7321                 folder
7322
7323         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
7324          when filtering from spool)
7325
7326 2003-04-10 [christoph]  0.8.11claws82
7327
7328         * src/imap.c
7329                 use BODY.PEEK instead of BODY in in message fetch operation
7330                 to make sure the IMAP server does not set the \Seen flag for
7331                 messages. Sylpheed does that later itself, when the message
7332                 is opened in sylpheed
7333
7334         (closes Bug 111 Claws destroys unread marks)
7335
7336 2003-04-09 [oliver]     0.8.11claws81
7337         
7338         * src/folder.c
7339                 fix crash in folder_destroy
7340         * README.claws
7341                 remove selective download
7342
7343 2003-04-09 [christoph]  0.8.11claws80
7344
7345         * src/imap.c
7346                 fix crash in imap_get_msginfo() when then fetched message
7347                 is not found
7348
7349         (closes Bug 110 Crash during mail composition)
7350
7351 2003-04-08 [christoph]  0.8.11claws79
7352
7353         * src/folder.c
7354         * src/prefs_account.c
7355                 Filter new messages that are found in an INBOX folder
7356                 when 'Filter messages on receiving' is enabled in the
7357                 Folder's AccountPrefs. This allows to use Sylpheed's
7358                 filtering engine for IMAP folders where messages are
7359                 added to the INBOX by a MTA
7360
7361 2003-04-08 [paul]       0.8.11claws78
7362
7363         * src/procmsg.h
7364                 clean up after last commit
7365
7366 2003-04-08 [paul]       0.8.11claws77
7367
7368         * sync with 0.8.11cvs20
7369                 see ChangeLog 2003-04-07 and 2003-04-08
7370
7371 2003-04-07 [christoph]  0.8.11claws76
7372
7373         * src/filtering.[ch]
7374         * src/inc.[ch]
7375         * src/mbox.c
7376         * src/procmsg.[ch]
7377                 add procmsg_msginfo_filter() to execute filtering actions
7378
7379 2003-04-06 [christoph]  0.8.11claws75
7380
7381         * src/imap.c
7382                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
7383
7384 2003-04-06 [christoph]  0.8.11claws74
7385
7386         * src/common/utils.[ch]
7387                 add g_int_compare() function for slist sorting
7388
7389         * src/imap.c
7390                 fetch all MsgInfos with one command in imap_get_msginfos()
7391                 using an imap set with a list of ranges
7392
7393         * src/news.c
7394                 use new g_int_compare() function
7395
7396 2003-04-06 [thorsten]   0.8.11claws73
7397
7398         * src/mh.c
7399                 corrected implementation of mh_folder_destroy()
7400
7401 2003-04-05 [christoph]  0.8.11claws72
7402
7403         * src/account.c
7404         * src/folder.[ch]
7405         * src/folderview.c
7406         * src/imap.c
7407         * src/inc.c
7408         * src/main.c
7409         * src/mainwindow.c
7410         * src/mbox_folder.c
7411         * src/mh.c
7412         * src/mimeview.h
7413         * src/msgcache.[ch]
7414         * src/news.c
7415         * src/procmime.h
7416         * src/procmsg.[ch]
7417         * src/setup.c
7418         * src/gtk/gtkutils.c
7419                 o rename structure field names class and new to klass and
7420                   new_msgs, to allow including files in C++
7421                 o add 'extern "C"' block to some header files
7422                 o add MsgInfoList and MsgNumberList as alias for GSList for
7423                   developers to know what type of list is expected
7424
7425         * src/plugins/image_viewer/plugin.c
7426         * src/plugins/image_viewer/viewer.[ch]
7427         * src/plugins/image_viewer/viewerprefs.[ch]
7428                 rename function names to prevent conflicts
7429
7430 2003-04-05 [paul]       0.8.11claws71
7431
7432         * sync with 0.8.11cvs18
7433                 see ChangeLog 2003-04-03 and 2003-04-04
7434
7435 2003-04-02 [christoph]  0.8.11claws70
7436
7437         * src/folder.[ch]
7438         * src/imap.[ch]
7439         * src/mbox_folder.[ch]
7440         * src/mh.[ch]
7441         * src/news.[ch]
7442                 o Make all virtual folder functions private
7443                 o remove unused folder code
7444
7445         * src/common/socket.[ch]
7446         * src/summaryview.c
7447                 fix warnings
7448
7449 2003-03-30 [alfons]     0.8.11claws69
7450
7451         * src/send_message.c
7452                 remove two debug traces and see if people still report
7453                 errors
7454
7455 2003-03-30 [alfons]     0.8.11claws68
7456
7457         * src/send_message.c
7458         * src/commons/session.c
7459                 add more debug traces
7460
7461 2003-03-30 [christoph]  0.8.11claws67
7462
7463         * src/folder.c
7464                 change processing folder name from .processing to processing
7465
7466         * src/common/ssl.c
7467                 disable SSL certificate check because it causes Xlib error
7468                 when the child process want's to open an GTK window
7469
7470 2003-03-30 [christoph]  0.8.11claws66
7471
7472         * src/folder.c
7473                 don't use default folder for processing folder item because
7474                 it can be a non local folder
7475
7476         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
7477
7478 2003-03-30 [alfons]     0.8.11claws65
7479
7480         * src/send_message.c
7481                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
7482                 to generate bad code for 'send_send_data_progressive': When
7483                 called from 'send_send_data_finished', the 'data' pointer is
7484                 cleared just before the assignment to the dialog pointer
7485
7486 2003-03-29 [christoph]  0.8.11claws64
7487
7488         * src/common/prefs.h
7489         * src/plugins/image_viewer/Makefile.am
7490         * src/plugins/image_viewer/plugin.c
7491         * src/plugins/image_viewer/viewer.[ch]
7492         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
7493                 add PrefsPage for ImageViewer
7494
7495 2003-03-28 [thorsten]   0.8.11claws63
7496
7497         * src/common/session.c
7498                 added some comments
7499
7500 2003-03-28 [paul]       0.8.11claws62
7501
7502         * sync with 0.8.11cvs16
7503                 see ChangeLog 2003-03-28
7504
7505 2003-03-28 [paul]       0.8.11claws61
7506
7507         * sync with 0.8.11cvs15
7508                 see ChangeLog 2003-03-28
7509
7510 2003-03-27 [christoph]  0.8.11claws60
7511
7512         * src/folder.c
7513         * src/imap.c
7514         * src/common/socket.[ch]
7515                 set socket state to DISCONNECTED when any operation
7516                 fails to allow reconnecting in IMAP code without
7517                 checking the return code of all calls to the command
7518                 functions
7519
7520         * src/folderview.c
7521         * src/summaryview.c
7522                 remove some more stuff that depends on specific
7523                 folder types
7524
7525 2003-03-27 [paul]       0.8.11claws59
7526
7527         * sync with 0.8.11cvs14
7528                 see ChangeLog 2003-03-27
7529                 
7530         * src/selective_download.[ch]   ** REMOVED **
7531                 really removed
7532
7533 2003-03-27 [christoph]  0.8.11claws58
7534
7535         * src/folder.c
7536                 fix handling of tmp_flags in flag copy function
7537
7538 2003-03-27 [paul]       0.8.11claws57
7539
7540         * sync with 0.8.11cvs13
7541                 see ChangeLog 2003-03-27
7542
7543 2003-03-27 [oliver]     0.8.11claws56
7544
7545         * src/maiwindow.c
7546                 remove sel_download_cb
7547
7548 2003-03-27 [oliver]     0.8.11claws55
7549         
7550         * src/inc.c
7551                 remove POP3_TOP
7552         
7553 2003-03-26 [oliver]     0.8.11claws54
7554
7555         *src/pop.h
7556                 remove POP3_TOP*
7557         * README.claws
7558                 remove selective donwload readme
7559
7560 2003-03-26 [oliver]     0.8.11claws53
7561         * src/matcher.[ch]
7562         * src/matcher_parser_parse.y 
7563         * src/pop.c 
7564         * src/prefs_account.[ch]
7565         * src/prefs_filtering.c
7566                 remove selective donwload
7567
7568 2003-03-26 [oliver]     0.8.11claws52
7569
7570         * src/inc.[ch] 
7571         * src/filtering.c 
7572         * src/mainwindow.c 
7573                 remove selective donwload
7574
7575 2003-03-26 [oliver]     0.8.11claws51
7576         
7577         * src/Makefile.am
7578         * src/selective_download.[ch]   ** REMOVE **    
7579
7580 2003-03-26 [christoph]  0.8.11claws50
7581
7582         * src/news.c
7583                 fix NEWS that got broken by a sync with sylpheed-main
7584
7585 2003-03-26 [christoph]  0.8.11claws49
7586
7587         * src/mimeview.c
7588                 fix mime type guessing when no mime type is found for a file
7589
7590 2003-03-25 [christoph]  0.8.11claws48
7591
7592         * src/mimeview.c
7593         * src/procmime.c
7594                 remove mime type guessing from mime parser and use
7595                 name based mime types in viewer lookup for mime type
7596                 application/octet-stream
7597
7598 2003-03-25 [christoph]  0.8.11claws47
7599
7600         * doc-src/readme.txt
7601         * doc-src/rfc2554.txt
7602                 add RFC about SMTP AUTH
7603
7604         * src/send_message.c
7605         * src/common/smtp.[ch]
7606                 add extra error code for authentication errors and
7607                 clear temporary password when this error occurs
7608
7609         (closes Bug 84 authentication failure while sending should
7610          prompt for password again)
7611
7612 2003-03-25 [christoph]  0.8.11claws46
7613
7614         * configure.ac
7615         * src/Makefile.am
7616         * src/imageview.[ch]                            ** REMOVE **
7617         * src/messageview.[ch]
7618         * src/mimeview.[ch]
7619         * src/prefs_common.[ch]
7620         * src/textview.c
7621         * src/plugins/Makefile.am
7622         * src/plugins/image_viewer/.cvsignore           ** NEW **
7623         * src/plugins/image_viewer/Makefile.am          ** NEW **
7624         * src/plugins/image_viewer/plugin.c             ** NEW **
7625         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
7626                 move image viewer into a plugin (building is enabled by default)
7627                 [ToDo: Prefs for resize and autoview]
7628
7629 2003-03-25 [paul]       0.8.11claws45
7630
7631         * sync with 0.8.11cvs12
7632                 see ChangeLog 2003-03-26
7633
7634 2003-03-25 [paul]       0.8.11claws44
7635
7636         * sync with 0.8.11cvs11
7637                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
7638                 
7639         Note: Selective Download is broken.
7640                 
7641 2003-03-22 [christoph]  0.8.11claws43
7642
7643         * src/folder.c
7644                 code cleanup for flags copying
7645
7646 2003-03-22 [christoph]  0.8.11claws42
7647
7648         * src/plugins/trayicon/trayicon.c
7649                 fix setting the transparent area when the window size
7650                 is forced by the system tray
7651
7652 2003-03-22 [christoph]  0.8.11claws41
7653
7654         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
7655         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
7656         * src/plugins/trayicon/newmail.xpm              ** NEW **
7657         * src/plugins/trayicon/nomail.xpm               ** NEW **
7658         * src/plugins/trayicon/trayicon.c
7659         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
7660                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
7661                 o add icon for unread mails
7662                 o set transparency for window
7663
7664 2003-03-22 [christoph]  0.8.11claws40
7665
7666         * src/news.c
7667                 init news session to prevent crash when session is closed
7668
7669 2003-03-22 [christoph]  0.8.11claws39
7670
7671         * src/imap.c
7672         * src/common/session.[ch]
7673                 Init session data to make sure we don't have invalid pointers
7674                 for read_ch and write_ch when new multi process sessions are
7675                 not used
7676
7677         * src/main.c
7678         * src/common/plugin.c
7679         * src/common/sylpheed.c
7680         * src/plugins/demo/demo.c
7681         * src/plugins/dillo_viewer/dillo_viewer.c
7682         * src/plugins/mathml_viewer/mathml_viewer.c
7683         * src/plugins/spamassassin/spamassassin.c
7684         * src/plugins/spamassassin/spamassassin_gtk.c
7685                 add plugin types to allow loading plugins at different times
7686                 (and maybe for different frontends), because it's not good to
7687                 load GTK-Plugins gefore gtk_init was called
7688
7689         * configure.ac
7690         * src/plugins/Makefile.am
7691         * src/plugins/trayicon/.cvsignore               ** NEW **
7692         * src/plugins/trayicon/Makefile.am              ** NEW **
7693         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
7694         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
7695         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
7696         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
7697         * src/plugins/trayicon/trayicon.c               ** NEW **
7698                 New Trayicon plugin that shows an icon in a systray that uses
7699                 XEMBED protocol like Gnome's systray. Icon shows if there
7700                 are new mails and a tooltip shows information about new,
7701                 unread and total messages.
7702
7703 2003-03-22 [paul]       0.8.11claws38
7704
7705         * src/common/smtp.c
7706                 fix ESMTP AUTH CRAM-MD5
7707                 [sync with main (still version 0.8.11cvs6), see
7708                  ChangeLog 2003-03-22]
7709
7710 2003-03-21 [colin]      0.8.11claws37
7711
7712         * src/send_message.c
7713                 Fix USE_SSL => USE_OPENSSL
7714
7715 2003-03-21 [colin]      0.8.11claws36
7716
7717         * src/folderview.c
7718                 Fix counts in drag and dropped subfolders
7719
7720 2003-03-21 [colin]      0.8.11claws35
7721
7722         * src/folder.c 
7723         * src/folderview.c
7724                 speed up a bit folder dnd
7725
7726 2003-03-20 [alfons]     0.8.11claws34
7727
7728         * src/main.c
7729         * src/toolbar.c
7730         * src/procmsg.c
7731                 don't send locked queue messages
7732                 (feature request "[ 705245 ] Locking message in outbox 
7733                  should prevent sending")
7734
7735 2003-03-20 [christoph]  0.8.11claws33
7736
7737         * src/folder.c
7738                 remove NEW and UNREAD flag in special folders when scanning
7739                 
7740         * src/common/smtp.c
7741                 fix ESMTP AUTH CRAM-MD5
7742
7743 2003-03-20 [paul]       0.8.11claws32
7744
7745         * src/prefs_account.c
7746                 Re-write 'Tunnel command to open connection' as
7747                 'Use command to communicate with server', and disable
7748                 it for all except IMAP accounts
7749
7750 2003-03-20 [paul]       0.8.11claws31
7751
7752         * sync with 0.8.11cvs6
7753                 see ChangeLog 2003-03-20
7754
7755 2003-03-19 [match]      0.8.11claws30
7756
7757         * src/addritem.[ch]
7758                 include documentation. minor refactoring.
7759         * src/addr_compl.[ch]
7760         * src/addrindex.[ch]
7761         * src/addresbook.[ch]
7762         * src/summaryview.c
7763                 re-enable address lookup (was disabled in
7764                 0.8.11claws20).
7765
7766 2003-03-19 [christoph]  0.8.11claws29
7767
7768         * src/procmsg.c
7769                 add temp flag handling, will make moving and copying
7770                 messages possible again
7771
7772         * src/folder.c
7773                 correct calulation of folder stats
7774
7775 2003-03-18 [match]      0.8.11claws28
7776
7777         * src/editgroup.h
7778                 remove case sensitive comparison (closes bug 80).
7779
7780 2003-03-18 [christoph]  0.8.11claws27
7781
7782         * src/imap.c
7783                 fix imap using a tunnel command
7784
7785         (closes bug 87)
7786
7787 2003-03-18 [christoph]  0.8.11claws26
7788
7789         * src/folder.[ch]
7790         * src/imap.c
7791         * src/procmsg.[ch]
7792                 rewrite flag handling for folders
7793
7794 2003-03-18 [christoph]  0.8.11claws25
7795
7796         * src/folder.c
7797         * src/procmsg.c
7798         * src/summaryview.c
7799                 unset NEW and UNREAD flags when message is ignored, to make
7800                 sure messages don't show up as unread on other IMAP clients,
7801                 because the IGNORE_THREAD flag can not be syncronized through
7802                 the IMAP folder
7803
7804 2003-03-17 [christoph]  0.8.11claws24
7805
7806         * src/imap.c
7807                 don't use recursion to fetch uids when the number of messages
7808                 does not match. Moved code into subfunction that is used
7809                 again when needed, to prevent an endless loop.
7810
7811 2003-03-17 [thorsten]   0.8.11claws23
7812
7813         * src/imageview.[ch]
7814                 export imageview_get_resized_size() (for plugins)
7815         * src/prefs_common.[ch]
7816                 added prefs_common_get() (for plugins)
7817
7818 2003-03-17 [christoph]  0.8.11claws22
7819
7820         * src/imap.c
7821                 o remove UID guessing from copy code
7822                 o support UIDPLUS extension for APPEND command
7823
7824 2003-03-17 [paul]       0.8.11claws21
7825
7826         * src/gtk/about.c
7827                 remove 'Compiled-plugins' section.
7828                 
7829         * src/plugins/dillo_viewer/dillo_viewer.c
7830                 slight change to description text
7831
7832 2003-03-16 [match]      0.8.11claws20
7833         * src/ldapserver.[ch]           ** NEW **
7834         * src/ldapctrl.[ch]             ** NEW **
7835         * src/ldapquery.[ch]            ** NEW **
7836         * src/ldaputil.[ch]             ** NEW **
7837         * src/addrcindex.[ch]           ** NEW **
7838         * src/addrquery.h               ** NEW **
7839         * src/addritem.[ch]
7840         * src/addrcache.[ch]
7841         * src/addrindex.[ch]
7842         * src/addr_compl.[ch]
7843         * src/addressbook.[ch]
7844         * src/addrbook.[ch]
7845         * src/editgroup.c
7846         * src/editaddress.c
7847         * src/editldap.c
7848         * src/editldap_basedn.c
7849         * src/vcard.c
7850         * src/jpilot.c
7851         * src/Makefile.am
7852                 included dynamic LDAP queries. improved address
7853                 completion.
7854
7855 2003-03-16 [paul]       0.8.11claws19
7856
7857         * tools/multiwebsearch.pl
7858                 fix a fatal typo
7859
7860 2003-03-16 [christoph]  0.8.11claws18
7861
7862         * src/mimeview.c
7863         * src/plugins/dillo_viewer/dillo_viewer.c
7864         * src/plugins/mathml_viewer/mathml_viewer.c
7865                 make unregistering of MimeViewerFactorys possible
7866
7867 2003-03-16 [alfons]     0.8.11claws17
7868
7869         * configure.ac
7870                 correct typo
7871
7872 2003-03-16 [melvin]     0.8.11claws16
7873
7874         * src/plugins/dillo_viewer.c
7875                 Fixed bug where it was not possible to view more than
7876                 one text/html attachment per message (bug discovered
7877                 by Christoph Hohmann).
7878
7879 2003-03-15 [melvin]     0.8.11claws15
7880
7881         * src/prefs_actions.c
7882                 Fixed compilation warnings.
7883
7884 2003-03-15 [melvin]     0.8.11claws14
7885
7886         * src/plugins/Makefile.am
7887         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
7888         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
7889         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
7890                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
7891                 newer (http://dillo.auriga.wearlab.de/).
7892
7893 2003-03-15 [christoph]  0.8.11claws13
7894
7895         * src/imap.c
7896                 don't query imap folder for attributes because we already
7897                 for them from imap_status
7898
7899         * src/mimeview.[ch]
7900                 add support for plugable MimeViewers (unloading Viewers
7901                 not yet complete)
7902
7903         * src/plugins/Makefile.am
7904         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
7905         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
7906         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
7907                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
7908                 widget from http://helm.cs.unibo.it/mml-widget/
7909
7910 2003-03-14 [christoph]  0.8.11claws12
7911
7912         * src/folder.[ch]
7913                 o error return code's should better be negative
7914                 o replace printf with debug_print
7915
7916         * src/imap.c
7917                 improve IMAP folder scan by checking UID-NEXT
7918
7919         * src/summaryview.c
7920                 remove check that are unnecessary in my opinion
7921
7922 2003-03-13 [christoph]  0.8.11claws11
7923
7924         * src/folder.[ch]
7925         * src/foldersel.c
7926         * src/folderview.c
7927         * src/imap.c
7928         * src/mbox_folder.c
7929         * src/mh.c
7930         * src/news.c
7931         * src/prefs_scoring.c
7932         * src/summaryview.c
7933                 use a common function to get a displayable name
7934                 for a FolderItem
7935
7936 2003-03-13 [paul]       0.8.11claws10
7937
7938         * tools/Makefile.am
7939           tools/README
7940           tools/multiwebsearch.conf     ** NEW FILE **
7941           tools/multiwebsearch.pl       ** NEW FILE **
7942                 add multiwebsearch Actions script
7943
7944 2003-03-13 [colin]      0.8.11claws9
7945
7946         * src/compose.c
7947                 Remove leading emtpy lines from quoted text
7948                 before quoting it
7949
7950 2003-03-13 [melvin]     0.8.11claws8
7951
7952         * src/prefs_actions.c
7953                 Fixed a memory leak
7954                 Code clean ups
7955                 Added Cancel and OK buttons
7956                 Corrected help text
7957
7958 2003-03-13 [christoph]  0.8.11claws7
7959
7960         * src/account.c
7961         * src/folder.[ch]
7962         * src/imap.c
7963         * src/mainwindow.c
7964         * src/mbox_folder.c
7965         * src/mh.c
7966         * src/news.c
7967         * src/setup.c
7968                 replace more folder type stuff with folder class stuff
7969
7970 2003-03-13 [melvin]     0.8.11claws6
7971
7972         * src/prefs_actions.c
7973                 Added new tokens:
7974                 %u: user provided argument
7975                 %h: user provided argument (hidden on input)
7976                 %s: current text selection in the message view 
7977
7978 2003-03-13 [paul]       0.8.11claws5
7979
7980         * sync with 0.8.11cvs5
7981                 see ChangeLog 2003-03-11, 2003-03-12
7982
7983 2003-03-12 [christoph]  0.8.11claws4
7984
7985         * src/folder.c
7986                 use folder class idstr when writing folderlist.xml
7987
7988         * src/folder.h
7989         * src/imap.c
7990         * src/news.c
7991                 replace folder type checks with folder class checks
7992
7993 2003-03-12 [christoph]  0.8.11claws3
7994
7995         * src/folder.[ch]
7996         * src/imap.[ch]
7997         * src/main.c
7998         * src/mbox_folder.[ch]
7999         * src/mh.[ch]
8000         * src/news.[ch]
8001                 o create a list of known folder classes in the folder system
8002                 o use folder class id strings for folder item identifiers
8003
8004 2003-03-12 [christoph]  0.8.11claws2
8005
8006         * src/imap.c
8007                 fix imap uid validity check
8008
8009 2003-03-12 [christoph]  0.8.11claws1
8010
8011         * src/account.c
8012         * src/folder.[ch]
8013         * src/foldersel.c
8014         * src/folderview.c
8015         * src/imap.c
8016         * src/mainwindow.c
8017         * src/mbox_folder.c
8018         * src/mh.c
8019         * src/news.c
8020         * src/prefs_scoring.c
8021         * src/procmsg.c
8022         * src/setup.c
8023         * src/summaryview.c
8024                 initial restructuring of folder system, seperating
8025                 folders and folder classes
8026
8027 2003-03-12 [paul]       0.8.11claws
8028
8029         0.8.11claws release
8030
8031 2003-03-12 [christoph]
8032
8033         * src/gtk/prefswindow.c
8034                 fix translation of "Page Index"
8035
8036 2003-03-12 [paul]       0.8.10claws110
8037
8038         a sync from 0.8.11cvs4 before the release
8039
8040         * src/common/utils.c
8041                 subject_compare_for_sort(): allow null strings (fixes
8042                 summary sorting).
8043
8044 2003-03-11 [paul]       0.8.10claws109
8045
8046         * po/es.po
8047                 update Spanish translation, submitted by
8048                 Ricardo Mones Lastra
8049
8050 2003-03-11 [melvin]     0.8.10claws108
8051
8052         * po/fr.po
8053                 Updated French translations
8054
8055 2003-03-11 [paul]       0.8.10claws107
8056
8057         * manual/en/Makefile.am
8058           manual/en/*.html
8059                 update English manual, add a new page
8060                 updated by Francois Barriere <fbarriere@atmel.fr>
8061                 
8062         * po/bg.po
8063           po/it.po
8064           po/sr.po
8065                 update Bulgarian, Italian, and Serbian translations
8066                 submitted by George Danchev, Alessandro Maestri, and
8067                 Urke MMI
8068
8069 2003-03-10 [paul]       0.8.10claws106
8070
8071         * src/gtk/about.c
8072           src/gtk/prefswindow.c
8073                 make some strings translatable
8074
8075 2003-03-10 [darko]      0.8.10claws105
8076
8077         * src/compose.c
8078                 code cleanup to make Hiro happy
8079
8080 2003-03-10 [paul]       0.8.10claws104
8081
8082         * sync with 0.8.11cvs2
8083                 see ChangeLog 2003-03-10
8084
8085 2003-03-09 [melvin]     0.8.10claws103
8086
8087         * src/textview.c
8088                 textview_set_font(): fix for message display in
8089                 UTF-8 locales (thanks to Sergey Vlasov).
8090                 (was unintentionnaly reverted in 0.8.6claws6)   
8091
8092 2003-03-08 [darko]      0.8.10claws102
8093
8094         * src/compose.c
8095                 fix infinite loop in wrapping as reported
8096                 by happycactus
8097                 obsoletes patch #696482
8098
8099 2003-03-08 [christoph]  0.8.10claws101
8100
8101         * src/imap.c
8102                 add workaround for IMAP servers that do not
8103                 support the "UID SEARCH UID" command
8104
8105 2003-03-07 [christoph]  0.8.10claws100
8106
8107         * src/plugins/spamassassin/spamassassin.[ch]
8108         * src/plugins/spamassassin/spamassassin_gtk.c
8109                 code cleanup
8110
8111 2003-03-07 [paul]       0.8.10claws99
8112
8113         * po/es.po
8114                 updated Spanish translation, submitted by
8115                 Ricardo Mones Lastra
8116
8117 2003-03-07 [christoph]  0.8.10claws98
8118
8119         * src/send.c
8120                 fix in 0.8.10claws94 was wrong
8121                 local delivery does not require escaping, remove escaping
8122                 code to make signatures of mails with "." lines valid
8123                 
8124                 NOTE: requires that sendmail is executed with "-i" option,
8125                       what is the default now, but has to be changed in all
8126                       exsiting accounts)
8127
8128 2003-03-07 [paul]       0.8.10claws97
8129
8130         * sync with 0.8.11 release
8131                 see ChangeLog 2003-03-07
8132
8133 2003-03-06 [paul]       0.8.10claws96
8134
8135         * src/compose.c
8136                 revert commit 0.8.10claws92
8137
8138 2003-03-06 [paul]       0.8.10claws95
8139
8140         * src/folderview.c
8141                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
8142
8143         * src/gtkaspell.c
8144                 fix bug 74, 'Crash opening editor window with pseudo-color
8145                 display'
8146                 
8147         Patches submitted by Kevin Vigor <kevin@vigor.nu>
8148
8149 2003-03-06 [christoph]  0.8.10claws94
8150
8151         * src/send.c
8152                 fix rfc2821 (4.5.2) violation in SMTP data sending,
8153                 all lines starting with a period get an extra period
8154                 inserted
8155                 (found by Simon 'corecode' Schubert)
8156
8157 2003-03-06 [paul]       0.8.10claws93
8158
8159         * src/folderview.c
8160                 if configured font can't be loaded fall back to gtk
8161                 default. (with thanks to Christoph)
8162                 
8163                 closes long-standing bug 15 'Crashes on startup'
8164
8165 2003-03-06 [paul]       0.8.10claws92
8166
8167         * src/compose.c
8168                 freeze text before autosave and thaw afterwards
8169                 fixes bug 67 'autosave make re-rediting message crazy'
8170
8171 2003-03-06 [christoph]  0.8.10claws91
8172
8173         * src/compose.c
8174                 ignore address comment in dupe check for Cc-list
8175
8176         (closes reopened bug 47 Replying to message strips name part of
8177          e-mail addresses of Cc: lines)
8178
8179 2003-03-06 [paul]       0.8.10claws90
8180
8181         * src/Makefile.am
8182                 remove reference to gtkxtext.h as its no longer in
8183                 the repository
8184
8185 2003-03-06 [paul]       0.8.10claws89
8186
8187         * sync with 0.8.10cvs25
8188                 see ChangeLog 2003-03-06
8189
8190 2003-03-06 [oliver]     0.8.10claws88
8191         
8192         * src/messageview.c
8193                 remove include
8194
8195 2003-03-06 [oliver]     0.8.10claws87
8196         
8197         * src/folderview.c 
8198                 remove changes introduced inclaws74
8199         * src/messageview.c
8200                 another attempt to sanely delete and update
8201                 messages deleted in separate messageview
8202
8203 2003-03-05 [christoph]  0.8.10claws86
8204
8205         * src/summaryview.c
8206                 check if "From" matches any account's address if
8207                 addressbook completion of addresses is disabled too
8208
8209         (closes Bug 70 "Display recipient in from" doesn't check
8210          folder's default account)
8211
8212 2003-03-05 [christoph]  0.8.10claws85
8213
8214         * src/compose.c
8215         * src/common/utils.[ch]
8216                 don't strip address comments when building Cc lists
8217
8218         (closes Bug 47 Replying to message strips name part of e-mail addresses
8219          of Cc: lines)
8220
8221         * src/folder.c
8222                 fix return value of copy function
8223
8224 2003-03-05 [christoph]  0.8.10claws84
8225
8226         * src/imap.c
8227                 don't ask imap server for non rfc822 headers
8228
8229         (closes bug 71 IMAP FETCH asks for FROM header field twice)
8230
8231         * src/imap.c
8232                 destroy session on socket error to allow reconnecting
8233
8234 2003-03-05 [christoph]  0.8.10claws83
8235
8236         * configure.ac
8237                 fix building with gnome when no prefix is set
8238
8239         (closes bug 66 Gnome directory is set to NONE)
8240
8241 2003-03-05 [paul]       0.8.10claws82
8242
8243         * sync with 0.8.10cvs23
8244                 see ChangeLog 2003-03-05
8245
8246 2003-03-04 [christoph]  0.8.10claws81
8247
8248         * src/folder.c
8249                 o fix moving and copying when folder returns 0 for new
8250                   message number
8251                 o remove some code for single message copy and move
8252                   operations and use functions for multiple messages
8253
8254         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
8255
8256         * src/news.c
8257                 remove unused include
8258
8259 2003-03-04 [paul]       0.8.10claws80
8260
8261         * src/gtk/about.c
8262                 list 'Compiled plugins'
8263
8264 2003-03-03 [christoph]  0.8.10claws79
8265
8266         * src/news.[ch]
8267                 have to multiply the percentage of the current fetch with
8268                 the percentage that it has of the total fetch operation
8269                 for correct values
8270
8271 2003-03-03 [christoph]  0.8.10claws78
8272
8273         * src/news.c
8274                 fix calculation of expected lines for progress indicator
8275
8276 2003-03-03 [christoph]  0.8.10claws77
8277
8278         * src/summaryview.c
8279         * src/common/utils.c
8280                 fix segfault when opening the root news folder
8281
8282 2003-03-03 [christoph]  0.8.10claws76
8283
8284         * src/mainwindow.[ch]
8285         * src/common/Makefile.am
8286         * src/common/progressindicator.[ch]
8287                 add UI independent progress indicator handling
8288
8289         * src/news.[ch]
8290                 use new progress indicator for message info fetching
8291
8292         * src/common/hooks.h
8293                 code cleanup
8294
8295 2003-03-03 [oliver]     0.8.10claws75
8296
8297         * src/toolbar.c
8298         * src/compose.c
8299                 removed commented code
8300
8301 2003-03-03 [oliver]     0.8.10claws74
8302
8303         * src/toolbar.[ch]
8304                 cleanups and refactoring
8305         * src/compose.[ch]
8306                 compose_reply_mode reply & forwarding interface for
8307                 toolbar buttons
8308         * src/folderview.c
8309                 act on messages marked for deletion in folderview_selected
8310                 based on prefs_common.immediate_exec since a message might 
8311                 have been deleted by messageview in a folder we are changing 
8312                 to (does anybody understand what I'm on about ?)
8313
8314 2003-03-03 [oliver]     0.8.10claws73
8315         
8316         * src/messageview.[ch]
8317                 new functions
8318                 - messageview_delete: delete message shown in messagview
8319                 - messageview_update_view: update messageview to currently 
8320                   selected summaryview message
8321                 - add separate messageview to msgview_list in order to update 
8322                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
8323         * src/summaryview.[ch]
8324                 summary_get_selection returns a list of selected msgs
8325                 in summaryview
8326         * src/mainwindow.c
8327                 toolbar reply refactoring
8328
8329 2003-03-03 [paul]       0.8.10claws72
8330
8331         * sync with 0.8.10cvs21
8332                 see ChangeLog 2003-03-03
8333
8334 2003-03-02 [christoph]  0.8.10claws71
8335
8336         * src/common/passcrypt.c
8337                 use POSIX includes
8338
8339 2003-03-02 [christoph]  0.8.10claws70
8340
8341         * configure.ac
8342         * src/prefs_account.c
8343         * src/prefs_gtk.[ch]
8344         * src/common/.cvsignore
8345         * src/common/Makefile.am
8346         * src/common/passcrypt.c                ** NEW **
8347         * src/common/passcrypt.h.in             ** NEW **
8348                 Implement password encryption in config files
8349                 using unix encrypt and setkey functions. The crypt
8350                 key can be set as a configure parameter. Old
8351                 passwords will be converted if they do not begin
8352                 with '!'
8353
8354 2003-03-02 [paul]       0.8.10claws69
8355
8356         * src/prefs_account.c
8357                 fix compile error
8358
8359 2003-03-01 [thorsten]   0.8.10claws68
8360
8361         * po/el.po
8362           po/hr.po
8363           po/it.po
8364           po/nl.po
8365           po/sr.po
8366           po/sv.po
8367                 corrected format strings
8368         * po/en_GB.po
8369                 corrected headers
8370                 (fix compile errors with GNU gettext-0.11.5)
8371
8372 2003-03-01 [oliver]     0.8.10claws67
8373
8374         * src/summaryview.c
8375                 menu callbacks call toolbar_menu_reply
8376
8377 2003-03-01 [oliver]     0.8.10claws66
8378
8379         * src/mainwindow.c
8380         * src/messageview.c
8381                 menu callbacks call toolbar_menu_reply
8382         * src/toolbar.[ch]
8383                 callbacks from menu handled by toolbar_menu_reply
8384
8385 2003-03-01 [paul]       0.8.10claws65
8386
8387         * src/addressbook.c
8388                 revert commit 0.8.10claws54 - breaks editing of
8389                 addressbook.
8390                 
8391         * po/bg.po
8392                 update Bulgarian translation, submitted by
8393                 George Danchev
8394
8395 2003-02-28 [christoph]  0.8.10claws64
8396
8397         * src/account.c
8398         * src/addressadd.c
8399         * src/compose.c
8400         * src/gtkaspell.c
8401         * src/gtkxtext.h                ** REMOVE **
8402         * src/imap.c
8403         * src/matcher.[ch]
8404         * src/mh.c
8405         * src/news.c
8406         * src/pine.c
8407         * src/prefs_common.c
8408         * src/prefs_matcher.c
8409         * src/procheader.[ch]
8410         * src/procmsg.[ch]
8411         * src/toolbar.c
8412         * src/common/ssl_certificate.c
8413         * src/gtk/colorlabel.c
8414         * src/gtk/menu.c
8415                 o fix warnings
8416                 o remove code obsoleted by new cache and folder system rework
8417
8418 2003-02-28 [oliver]     0.8.10claws63
8419         
8420         * src/toolbar.[ch]
8421                 * fix bug where reply in Messageview replied to 
8422                 Message displayed in summaryview
8423                 (reportedd via ML by chinatinte at gmx dot ch)
8424                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
8425                 didn't work in separate MessageView Toolbar
8426                 (wondering if anybody uses this at all ?)
8427         * src/summaryview.[ch]
8428                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
8429                 (generalize reply and forward code);
8430         * src/messageview.c 
8431                 remove focus_in event which updated summaryview to messageview
8432
8433 2003-02-28 [paul]       0.8.10claws62
8434
8435         * po/Makefile.in.in
8436                 add the --check option
8437                 Patch submitted by Ricardo Mones Lastra
8438
8439 2003-02-28 [paul]       0.8.10claws61
8440
8441         * src/prefs_account.c
8442                 re-order 'Signature' items
8443
8444 2003-02-28 [paul]       0.8.10claws60
8445
8446         * sync with 0.8.10cvs20
8447                 see ChangeLog 2003-02-28
8448
8449 2003-02-28 [paul]       0.8.10claws59
8450
8451         * po/POTFILES.in
8452                 update to reflect recent movement of files
8453
8454 2003-02-28 [paul]       0.8.10claws58
8455
8456         * sync with 0.8.10cvs19
8457                 see ChangeLog 2003-02-28
8458
8459 2003-02-27 [martin]     0.8.10claws57
8460
8461         * src/prefs_matcher.c 
8462                 fix segfault in prefs_matcher_ok() when the
8463                 last entry is deleted and prevents that the
8464                 message "entry not saved" comes up after deleting
8465                 an entry
8466
8467 2003-02-27 [martin]     0.8.10claws56
8468
8469         * src/prefs_filtering.c 
8470                 fix segfault in prefs_filtering_ok() when the
8471                 last entry is deleted and prevents that the
8472                 message "entry not saved" comes up after deleting
8473                 an entry
8474
8475 2003-02-27 [paul]       0.8.10claws55
8476
8477         * sync with 0.8.10cvs18
8478                 see ChangeLog 2003-02-27
8479
8480 2003-02-27 [paul]       0.8.10claws54
8481
8482         * src/addressbook.c
8483                 fix bug where the address book crashes with 
8484                 multiple lookups.
8485                 Patch [687729] submitted by David Frager 
8486                 <dbfrager@users.sourceforge.net>
8487
8488 2003-02-25 [christoph]  0.8.10claws53
8489
8490         * src/Makefile.am
8491         * src/colorlabel.[ch]           ** REMOVE **
8492         * src/gtk/Makefile.am
8493         * src/gtk/colorlabel.[ch]       ** NEW **
8494                 move colorlabel files to gtk directory
8495
8496         * src/esmtp.[ch]                ** REMOVE **
8497                 has been merged into smtp.[ch] in 0.7.5
8498
8499 2003-02-25 [christoph]  0.8.10claws52
8500
8501         * src/Makefile.am
8502         * src/about.[ch]                ** REMOVE **
8503         * src/gtk/Makefile.am
8504         * src/gtk/about.[ch]            ** NEW **
8505                 move about files to gtk directory
8506
8507 2003-02-25 [christoph]  0.8.10claws51
8508
8509         * src/folder.c
8510                 some code optimization of folder scanning code
8511
8512         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
8513
8514 2003-02-25 [christoph]  0.8.10claws50
8515
8516         * src/main.c
8517         * src/common/sylpheed.c
8518                 add command line parameter parsing to common code
8519
8520 2003-02-24 [christoph]
8521
8522         * Makefile.am
8523         * configure.ac
8524                 fix gnome prefix problems, the configure script now removed
8525                 `gnome-config --prefix` from `gnome-config --datadir`
8526                 and adds $(prefix} instead
8527
8528         (closes Bug 24 Makefile does not respect prefix when installing
8529          GNOME data)
8530
8531 2003-02-24 [christoph]  0.8.10claws49
8532
8533         * src/news.c
8534                 check for valid session before trying to authenticate
8535
8536         (closes Bug 60 crash if "authenticate on logon" is activated
8537          and newsserver-hostname is not valid)
8538
8539 2003-02-24 [melvin]     0.8.10claws48
8540
8541         * src/prefs_actions.c
8542                 Make sure all user's input is sent to the action and then
8543                 close the socket..
8544
8545 2003-02-23 [alfons]     0.8.10claws46
8546
8547         * src/summaryview.c
8548                 also wait cursor when deleting files
8549
8550 2003-02-23 [paul]
8551
8552         * tools/freshmeat_search.pl
8553           tools/google_search.pl
8554                 scripts should now work for any browser/browser command line
8555
8556 2003-02-22 [christoph]  0.8.10claws45
8557
8558         * src/procmsg.c
8559                 fix IMAP flag setting, IMAP flag is not handled correctly
8560                 anymore by the folder system and information about the
8561                 folder should not be saved in the MsgInfo (in my opinion)
8562
8563         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
8564
8565 2003-02-22 [christoph]  0.8.10claws44
8566
8567         * src/summaryview.c
8568                 fix spelling of "label" ;-)
8569
8570 2003-02-22 [thorsten]   0.8.10claws43
8571
8572         * src/mimeview.c
8573           src/prefs_common.[ch]
8574           src/procmime.[ch]
8575                 do not use description as attachment name
8576
8577 2003-02-22 [alfons]     0.8.10claws42
8578
8579         * src/summaryview.c
8580                 freeze/thaw folder item updates when changing color labels,
8581                 and put a wait cursors on
8582
8583 2003-02-22 [thorsten]   0.8.10claws41
8584
8585         * src/mimeview.c
8586                 save-all fixes: crash if invoked on multipart container,
8587                 mimeinfo access, pathseparators, error dialog
8588
8589 2003-02-21 [alfons]     0.8.10claws40
8590
8591         * src/prefs_gtk.c
8592                 remove unused var
8593
8594 2003-02-21 [colin]      0.8.10claws39
8595
8596         * src/send.c
8597                 Fix smtp logging
8598
8599 2003-02-21 [colin]      0.8.10claws38
8600
8601         * src/summaryview.c
8602                 Freeze/thaw folderItem updates when filtering messages 
8603                 via Tools/Filter messages
8604
8605 2003-02-21 [paul]       0.8.10claws37
8606
8607         * src/compose.c
8608                 revert commit 0.8.10claws26, there are ulterior motives
8609                 for users to set a Reply-To header when posting to
8610                 newsgroups
8611
8612 2003-02-21 [paul]       0.8.10claws36
8613
8614         * sync with 0.8.10cvs17
8615                 see ChangeLog 2003-02-21
8616
8617 2003-02-20 [christoph]  0.8.10claws35
8618
8619         * src/imap.c
8620                 IMAP UID fetch speedup using SEARCH
8621
8622         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
8623
8624         * src/imap.c
8625                 fix problem with UIDs in IMAP UID cache that no longer existed
8626
8627 2003-02-20 [christoph]  0.8.10claws34
8628
8629         * src/imap.c
8630         * src/procheader.c
8631         * src/procheader.h
8632                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
8633
8634         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
8635
8636         * src/imap.c
8637                 Rewrite imap_cmd_gen_recv use sock_getline instead
8638                 of sock_gets to avoid problems with too long reply
8639                 lines
8640     
8641 2003-02-20 [colin]      0.8.10claws33
8642         
8643         * src/prefs_account.c
8644                 Better wording
8645
8646 2003-02-20 [colin]      0.8.10claws32
8647
8648         * src/compose.c
8649                 Remove useless '&& !to_sender' 
8650
8651 2003-02-20 [darko]
8652
8653         * AUTHORS
8654                 change my e-mail address
8655
8656 2003-02-19 [colin]      0.8.10claws31
8657
8658         * src/prefs_common.c
8659                 X11 style colors for every configurable color
8660
8661 2003-02-19 [alfons]     0.8.10claws30
8662
8663         * src/prefs_gtk.[ch]
8664         * src/prefs_common.c
8665                 for color_new accept both plain integers and X11 style color
8666                 names (as found in /usr/lib/X11/rgb.txt)
8667
8668 2003-02-19 [paul]       0.8.10claws29
8669
8670         * src/mainwindow.c
8671                 add tooltips to online/offline button and account selector
8672                 button
8673
8674 2003-02-19 [paul]       0.8.10claws28
8675
8676         * src/folder.c
8677           src/news.c
8678           src/prefs_account.[ch]
8679           src/prefs_common.[ch]
8680                 move 'Maximum number of articles to download' to
8681                 account prefs.
8682                 clean up account prefs gui a little by hiding entries
8683                 rather then greying out entries
8684
8685 2003-02-19 [hiro]       0.8.10claws27
8686
8687         * src/common/utils.c
8688                 fix bug #54 'yesterdays date is displayed in the message 
8689                 summary window'
8690
8691 2003-02-19 [paul]       0.8.10claws26
8692
8693         * src/compose.c
8694                 fix bug reported in Feature Request [688596] 
8695                 'Reply-to header in news'
8696
8697 2003-02-18 [paul]       0.8.10claws25
8698
8699         * src/select-keys.c
8700                 add a 'List all keys' button to key selection dialog
8701
8702 2003-02-18 [colin]      0.8.10claws24
8703         
8704         * src/stock_pixmap.c
8705                 fix compile error
8706
8707 2003-02-18 [colin]      0.8.10claws23
8708
8709         * src/common/smtp.[ch]
8710           src/prefs_account.c
8711                 Try to starttls if it seems to be the only
8712                 way to authenticate a user
8713
8714 2003-02-18 [paul]       0.8.10claws22
8715
8716         * src/Makefile.am
8717           src/folderview.c
8718           src/stock_pixmap.[ch]
8719           src/pixmaps/drafts_close.xpm  ** NEW FILE **
8720           src/pixmaps/drafts_open.xpm   ** NEW FILE **
8721                 as a Drafts folder is a special folder allow it to have
8722                 its own unique icons
8723
8724 2003-02-18 [colin]      0.8.10claws21
8725
8726         * src/imap.c
8727                 Fix port selection when using starttls
8728
8729 2003-02-18 [paul]       0.8.10claws20
8730
8731         * src/mainwindow.c
8732           src/prefs_common.[ch]
8733                 make blue the default new mail colour
8734
8735 2003-02-18 [paul]       0.8.10claws19
8736
8737         * sync with 0.8.10cvs14
8738                 see ChangeLog 2003-02-18
8739
8740 2003-02-17 [jens]       0.8.10claws18
8741
8742         * src/common/md5.c
8743                 fixed a compile problem with gcc 3.3
8744                 works on 2.95.3 too (testet on PPC as it is big endian)
8745
8746 2003-02-17 [paul]       0.8.10claws17
8747
8748         * sync with 0.8.10cvs13
8749                 see ChangeLog 2003-02-17
8750
8751 2003-02-17 [paul]       0.8.10claws16
8752
8753         * sync with 0.8.10cvs12
8754                 see ChangeLog 2003-02-17
8755
8756 2003-02-16 [match]      0.8.10claws15
8757
8758         * src/addressbook.c
8759                 Eliminates reloading of address data when items
8760                 deleted or added. Applied submitted by
8761                 Luke Plant <lukeplant@softhome.net>
8762
8763 2003-02-16 [paul]       0.8.10claws14
8764
8765         * src/news.c
8766                 when a 'protocol error' is encountered disconnect from
8767                 the server. This means that the user can carry on viewing
8768                 other articles and doesn't have to either wait until the
8769                 server timesout or quit sylpheed.
8770                 Fixes bug #53 'Unable to read messages in newsgroups, 
8771                 displayed message doesn't change'
8772
8773 2003-02-15 [christoph]  0.8.10claws13
8774
8775         * src/imap.c
8776                 fix bug that stopped scanning of folders when an
8777                 IMAP folder was empty
8778
8779         (closes bug 46 stop scan messages in folders after empty folder)
8780
8781 2003-02-15 [paul]
8782
8783         * tools/Makefile.am
8784           tools/README
8785           tools/freshmeat_search.pl     ** NEW FILE **
8786           tools/google_search.pl        ** NEW FILE **
8787                 Add 2 Actions scripts which search freshmeat/google
8788                 for the selected text using the browser configured
8789                 in sylpheedrc.
8790                 
8791         Note: These scripts are very dependent on the format of the
8792         browser command and may not work on every occasion. Testing
8793         is welcome. 
8794
8795 2003-02-14 [alfons]     0.8.10claws12
8796
8797         * src/compose.c
8798                 fix breakage because of uninitialized account pointer.
8799                 please verify.
8800
8801 2003-02-14 [paul]       0.8.10claws11
8802
8803         * src/compose.c
8804           src/prefs_account.[ch]
8805           src/prefs_common.[ch]
8806                 move signature settings to Account Prefs
8807
8808 2003-02-14 [paul]       0.8.10claws10
8809
8810         * sync with 0.8.10cvs11
8811                 see ChangeLog 2003-02-14
8812
8813 2003-02-13 [thorsten]   0.8.10claws9
8814
8815         * src/news.c
8816                 revert news progressbar (GUI separation)
8817
8818 2003-02-13 [paul]       0.8.10claws8
8819
8820         * src/compose.c
8821                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
8822                 paragraph 1
8823
8824 2003-02-13 [paul]       0.8.10claws7
8825
8826         * src/compose.[ch]
8827           src/summaryview.c
8828                 fix 'Follow-up and Reply-to' so that it creates a reply to
8829                 the newsgroup and the sender. If the message has the keyword
8830                 'poster' in the Followup-To header, all replies go to the
8831                 sender, re: RFC 1036, Section 2.2.3
8832                 rename all instances of 'ignore_replyto' to 'to_sender', both
8833                 were previously used, now we use just one.
8834
8835 2003-02-13 [paul]       0.8.10claws6
8836
8837         * sync with 0.8.10cvs9
8838                 see ChangeLog 2003-02-13
8839
8840 2003-02-13 [paul]       0.8.10claws5
8841
8842         * configure.ac
8843                 show which plugins are configured in the configure
8844                 output.
8845
8846 2003-02-12 [thorsten]   0.8.10claws4
8847
8848         * src/news.c
8849                 show progress while fetching news headers
8850
8851 2003-02-12 [christoph]  0.8.10claws3
8852
8853         * configure.ac
8854         * src/plugins/Makefile.am
8855                 use AM_CONDITIONAL to enable plugins, automake correctly
8856                 manages this when creating distdir
8857
8858 2003-02-12 [christoph]  0.8.10claws2
8859
8860         * ac/spamassassin.m4
8861         * src/plugins/spamassassin/Makefile.am
8862                 fix building SpamAssassin plugin without OpenSSL
8863
8864 2003-02-12 [paul]       0.8.10claws1
8865
8866         * ac/Makefile.am
8867           src/Makefile.am
8868           src/plugins/Makefile.am
8869                 fix failure of 'make release'
8870
8871 2003-02-12 [paul]       0.8.10claws
8872
8873         * 0.8.10claws released
8874
8875 2003-02-12 [paul]       0.8.9claws56
8876
8877         * po/bg.po
8878           po/es.po
8879           po/it.po
8880           po/ru.po
8881           po/sr.po
8882                 updated translations by George Danchev, Ricardo Mones Lastra,
8883                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
8884                 
8885         * sylpheed.spec.in
8886                 Allow the building of RPMs by a regular user. Submitted
8887                 by Sergei Astanin
8888
8889 2003-02-11 [alfons]     0.8.9claws55
8890
8891         * src/colorlabel.c
8892                 don't use pixmaps for label color rect but draw rectangles
8893                 so we can respect the color map of palette based visuals
8894                 (fixes the long time crashes on Suns - thanks to Andreas
8895                 Engel and Steve O'Hara-Smith for testing)
8896
8897 2003-02-11 [christoph]  0.8.9claws54
8898
8899         * src/matcher_parser_parse.y
8900                 correct bug where filering rules of not existing folders in
8901                 matcherrc were added to global filtering
8902                 
8903         (closes Debian Bug #180253 - Directory's filter-rules are merged with
8904          main filter-rules after removing directory, http://bugs.debian.org/180253)
8905         
8906 2003-02-11 [paul]       0.8.9claws53
8907
8908         * sync with 0.8.10cvs7
8909                 see ChangeLog 2003-02-09
8910
8911 2003-02-11 [melvin]     0.8.9claws52
8912
8913         * po/fr.po
8914                 Updated French tranlsations
8915
8916 2003-02-10 [paul]       0.8.9claws51
8917
8918         * sylpheed.spec.in
8919                 correct --enable-openssl
8920                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
8921
8922 2003-02-09 [martin]     0.8.9claws50
8923
8924         * src/prefs_matcher.c
8925                 fix segfault in prefs_matcher_substitute_cb() when
8926                 no row is selected
8927
8928 2003-02-09 [paul]       0.8.9claws49
8929
8930         * src/folderview.c
8931                 fix bug where a newsgroup folder's processing rules were
8932                 merged with the global filtering rules when the newsgroup
8933                 folder was deleted, causing some seriously bad results,
8934                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
8935
8936 2003-02-08 [melvin]     0.8.9claws48
8937
8938         * src/compose.c
8939                 Corrected and modified an alert message.
8940
8941 2003-02-07 [paul]       0.8.9claws47
8942
8943         * src/folderview.c
8944                 fix bug where both an 'Account properties' window and a
8945                 'Folder properties' window were opened when clicking on
8946                 'Properties' in an NNTP or IMAP folder's popup menu.
8947
8948 2003-02-07 [paul]       0.8.9claws46
8949
8950         * sync with 0.8.10cvs6
8951                 see ChangeLog 2003-02-06
8952
8953 2003-02-06 [christoph]  0.8.9claws45
8954
8955         * src/mbox.c
8956                 freeze folder updates while importing mbox files
8957                 (closes bug 43 importing mbox took hours)
8958                 
8959         Patch submitted by Jens Rantil <jens.rantil@telia.com>
8960
8961 2003-02-06 [thorsten]   0.8.9claws44
8962
8963         * po/de.po
8964                 Updated german translations
8965
8966 2003-02-06 [thorsten]   0.8.9claws43
8967
8968         * src/news.h
8969                 use guint for message numbers (fix count in grouplist dialog)
8970
8971 2003-02-05 [paul]       0.8.9claws42
8972
8973         * sync with 0.8.10cvs2
8974                 see ChangeLog 2003-02-05
8975
8976 2003-02-04 [colin]      0.8.9claws41
8977
8978         * src/prefs_common.[ch]
8979           src/procmsg.c
8980           src/summaryview.c
8981                 Add an option to disable threading by subject
8982
8983 2003-02-04 [christoph]  0.8.9claws40
8984
8985         * src/inc.c
8986                 only abort fetching mails from multiple accounts when the
8987                 error is fatal and does not allow to check any more accounts
8988                 (currently only disk full error)
8989
8990         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
8991          receive mails for other accouts)
8992
8993 2003-02-04 [christoph]  0.8.9claws39
8994
8995         * src/folder.c
8996                 first add the new message to the cache, then
8997                 send the update notification
8998
8999         (closes bug 39 after sending message folderview doesnt get updated)
9000
9001 2003-02-04 [colin]      0.8.9claws38
9002
9003         * src/inc.c
9004                 _really_ fix this Connecting... status
9005
9006 2003-02-04 [paul]       0.8.9claws37
9007
9008         * sync with 0.8.10
9009                 see ChangeLog 2003-02-04
9010
9011 2003-02-04 [paul]       0.8.9claws36
9012
9013         * sync with 0.8.9cvs6
9014                 see ChangeLog 2003-02-03
9015
9016 2003-02-04 [paul]       0.8.9claws35
9017
9018         * po/pt_BR.po
9019                 updated by André Filipe de Assunção e Brito 
9020                 <bedecko@netsite.com.br>
9021
9022 2003-02-03 [thorsten]   0.8.9claws34
9023
9024         * po/de.po
9025                 Updated german translations
9026
9027 2003-02-02 [paul]       0.8.9claws33
9028
9029         * po/es.po
9030                 updated by Ricardo Mones Lastra
9031
9032 2003-02-02 [thorsten]   0.8.9claws32
9033
9034         * src/mh.c
9035                 Fix mh_get_msginfo() segfault if file is inaccessible
9036
9037 2003-01-31 [colin]      0.8.9claws31
9038
9039         * src/procheader.c
9040                 Fix last commit's bug
9041
9042 2003-01-31 [colin]      0.8.9claws30
9043
9044         * src/procheader.c
9045                 Missing a change for gpg-signed messages
9046
9047 2003-01-31 [paul]       0.8.9claws29
9048
9049         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
9050           src/procheader.c
9051           src/stock_pixmap.[ch]
9052           src/summaryview.c
9053                 indicate GnuPG signed messages by displaying an icon
9054                 in the Attachment column.
9055
9056 2003-01-31 [paul]       0.8.9claws28
9057
9058         * sync with 0.8.9cvs4
9059                 see ChangeLog 2003-01-31
9060
9061 2003-01-31 [alfons]     0.8.9claws27
9062
9063         * src/textview.c
9064                 tune URI parser to accept mailto URLs with a '?'
9065                 (patch from Ruslan Balkin)
9066
9067 2003-01-31 [colin]      0.8.9claws26
9068
9069         * src/summaryview.c
9070                 Fix a leak introduced in claws24
9071
9072 2003-01-31 [colin]      0.8.9claws25
9073
9074         * src/summaryview.c
9075                 Freeze/Thaw folder updates when deleting dups
9076
9077 2003-01-31 [colin]      0.8.9claws24
9078         
9079         * src/addr_compl.c
9080           src/summaryview.c
9081           src/msgcache.c
9082                 little speed improvements
9083
9084 2003-01-31 [colin]      0.8.9claws23
9085
9086         * src/summaryview.c
9087                 Fix segfault when forwarding nothing
9088                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
9089                 
9090 2003-01-30 [paul]       0.8.9claws22
9091
9092         * sync with 0.8.9cvs3
9093                 see ChangeLog 2003-01-30
9094
9095 2003-01-30 [paul]       0.8.9claws21
9096
9097         * sync with 0.8.9cvs2
9098                 see ChangeLog 2003-01-30
9099
9100 2003-01-29 [paul]       0.8.9claws20
9101
9102         * sync with 0.8.9cvs1
9103                 see ChangeLog 2003-01-29
9104
9105 2003-01-28 [paul]       0.8.9claws19
9106
9107         * po/POTFILES.in
9108                 update to reflect changes. 
9109                 thanks to Ricardo Mones Lastra
9110
9111 2003-01-27 [christoph]  0.8.9claws18
9112
9113         * ac/openssl.m4
9114         * ac/spamassassin.m4
9115         * src/plugins/spamassassin/README
9116         * src/plugins/spamassassin/libspamc.[ch]
9117         * src/plugins/spamassassin/utils.[ch]
9118                 updated to latest libspamc
9119
9120 2003-01-27 [christoph]  0.8.9claws17
9121
9122         * src/folder.c
9123                 fix wrong use of procheader_get_header_fields
9124
9125 2003-01-27 [christoph]  0.8.9claws16
9126
9127         * src/news.c
9128         * src/prefs_account.[ch]
9129         * src/common/nntp.[ch]
9130                 allow to force authentication for NNTP servers
9131
9132         Patch submitted by Florian Mickler <dmk@d-labs.de>
9133
9134 2003-01-26 [paul]       0.8.9claws15
9135
9136         * src/summaryview.c
9137                 speed up of marking messages as read
9138                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
9139
9140 2003-01-26 [christoph]  0.8.9claws14
9141
9142         * src/Makefile.am
9143         * src/mgutils.[ch]              ** REMOVE **
9144         * src/xml.[ch]                  ** REMOVE **
9145         * src/xmlprops.[ch]             ** REMOVE **
9146         * src/common/Makefile.am
9147         * src/common/mgutils.[ch]       ** NEW **
9148         * src/common/xml.[ch]           ** NEW **
9149         * src/common/xmlprops.[ch]      ** NEW **
9150                 move xml files to common directory
9151
9152 2003-01-26 [christoph]  0.8.9claws13
9153
9154         * src/plugins/spamassassin/spamassassin_gtk.c
9155                 only set gtk entry text if string is available
9156
9157 2003-01-26 [melvin]     0.8.9claws12
9158
9159         * src/description_window.c
9160                 Allow resizing of the window
9161                 Allow automatic horizontal scroll bar
9162                 Do not vertically expand and fill
9163
9164 2003-01-26 [christoph]  0.8.9claws11
9165
9166         * src/Makefile.am
9167         * src/gtkutils.[ch]             ** REMOVE **
9168         * src/common/sylpheed.c
9169         * src/gtk/Makefile.am
9170         * src/gtk/description_window.c
9171         * src/gtk/gtkutils.[ch]         ** NEW **
9172         * src/gtk/prefswindow.c
9173                 move gtkutils to gtk directory
9174
9175 2003-01-26 [paul]       0.8.9claws10
9176
9177         * src/summaryview.c
9178                 rename summary_unread_clicked() to summary_status_clicked()
9179
9180 2003-01-26 [melvin]     0.8.9claws9
9181
9182         * src/prefs_actions.c
9183                 Cosmetical changes to the help text
9184
9185 2003-01-26 [paul]       0.8.9claws8
9186
9187         * src/folder.[ch]
9188           src/mainwindow.c
9189           src/prefs_common.c
9190           src/prefs_sumamry_column.c
9191           summaryview.[ch]
9192                 rename the 'Unread' column to 'Status'
9193
9194 2003-01-25 [match]      0.8.9claws7
9195
9196         * src/mgutils.[ch]
9197                 removed reference to LDAP constants. removed error2string.
9198                 included functions to support LDAP dynamic queries.
9199         * src/syldap.h
9200                 moved LDAP constants here.
9201         * src/addressbook.c
9202         * src/addrindex.c
9203         * src/importldif.c
9204                 removed references to LDAP constants and references to
9205                 error2string.
9206
9207 2003-01-25 [paul]       0.8.9claws6
9208
9209         * src/summaryview.c
9210                 summary_thread_build(), summary_thread_init(): remove 
9211                 unneeded reference to summaryview->folder_item
9212
9213 2003-01-25 [christoph]  0.8.9claws5
9214
9215         * src/gtk/description_window.c
9216                 o allow description texts to expand over multiple columns
9217                 o translate all columns
9218         * src/prefs_actions.c
9219                 change syntax description to use new multi column feature
9220
9221         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9222
9223 2003-01-25 [match]      0.8.9claws4
9224
9225         * src/vcard.c
9226                 fixed bug with Quoted-Printable
9227
9228 2003-01-25 [paul]       0.8.9claws3
9229
9230         * src/folder.[ch]
9231           src/summaryview.[ch]
9232                 implement per-folder collapsed/expanded threads setting
9233                 
9234         * src/prefs_common.c
9235                 remove global collapsed/expanded threads option
9236
9237 2003-01-25 [christoph]  0.8.9claws2
9238
9239         * po/POTFILES.in
9240                 add pluginwindow and prefswindow
9241         * src/compose.c
9242                 make send respond correctly to messages that could be added
9243                 to the queue folder, but the UID of the message is unknown
9244         * src/folder.c
9245         * src/imap.c
9246                 don't return guessed UIDs in imap_add_msg anymore. We return
9247                 0 to tell the folder system it was appened but the UID is
9248                 unknown. Folder system now get's the UID by scaning the folder
9249                 and searching the cache for the Message-ID
9250                 (closes bug #29 Messages queued, but not sent)
9251
9252 2003-01-25 [paul]       0.8.9claws1
9253
9254         * src/codeconv.c
9255                 conv_encode_header():  fix bug when long headers with 8-bit
9256                 characters are used, so that the encoded words are wrapped.
9257                 If the space in the original text falls on the wrap boundary,
9258                 it can be lost.
9259                 Patch by Sergey Vlasov.
9260                 
9261         * src/folderview.c
9262                  fix bug where a change to the sorting method or thread view
9263                  of a folder's messages is lost if simpify-subject is set and
9264                  toggled on or off.
9265                  Patch by Luke Plant.
9266
9267 2003-01-24 [paul]       0.8.9claws
9268
9269         * sylpheed-0.8.9claws released
9270         
9271         * Makefile.am
9272           sylpheed.spec.in
9273                 remove reference to 'INSTALL.jp'
9274
9275 2003-01-23 [paul]       0.8.8claws128
9276
9277         * po/es.po
9278           po/it.po
9279           po/ru.po
9280           po/sr.po
9281                 updated translations. submitted by Ricardo Mones Lastra,
9282                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
9283
9284 2003-01-23 [colin]      0.8.8claws127
9285
9286         * src/compose.c
9287                 Fix drafted and queued news articles re-edition
9288
9289 2003-01-23 [melvin]     0.8.8claws126
9290
9291         * po/fr.po
9292                 Updated French translations
9293
9294 2003-01-23 [colin]      0.8.8claws125
9295
9296         * src/inc.c
9297                 Fix "Connecting to..." status message
9298
9299 2003-01-22 [paul]       0.8.8claws124
9300
9301         * po/bg.po
9302                 updated by George Danchev
9303                 
9304         * src/folder.c
9305                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
9306                 and folder deletion
9307
9308 2003-01-21 [paul]       0.8.8claws123
9309
9310         * po/bg.po
9311                 updated by George Danchev
9312                 
9313         * src/about.c
9314                 its now 2003
9315                 
9316         * src/toolbar.c
9317                 don't translate 'Separator'
9318                 
9319         * src/plugins/spamassassin/Makefile.am
9320                 add aspell to CPPFLAGS
9321                 
9322         * src/plugins/spamassassin/spamassassin.c
9323           src/plugins/spamassassin/spamassassin_gtk.c
9324                 set correct default for spamassassin_receive_spam
9325                 slightly re-word descriptions and some
9326                 other minor changes
9327
9328 2003-01-19 [alfons]     0.8.8claws122
9329                 
9330         * src/mimeview.c
9331                 mimeview_save_as(): we might as well show the file name for
9332                 the single case "Save As" too
9333
9334 2003-01-19 [alfons]     0.8.8claws121
9335
9336         * src/crash.c
9337                 change bug tracker URL to bugzilla URL
9338
9339 2003-01-19 [alfons]     0.8.8claws120
9340
9341         * src/mimeview.c
9342                 mimeview_save_all(): display name of file before overwriting;
9343                 continue saving all, even when one overwrite was cancelled
9344
9345 2003-01-19 [christoph]  0.8.8claws119
9346
9347         * src/summaryview.c
9348         * src/procmsg.[ch]
9349                 fix wrong usage of procmsg_find_children in summaryview
9350                 by using procmsg_update_unread_children instead of
9351                 summaryview_update_unread_children
9352
9353 2003-01-19 [christoph]  0.8.8claws118
9354
9355         * src/procmsg.c
9356                 fix infinite loop in procmsg_find_children
9357                  (closes bug #25 sylpheed crashes on delete.)
9358
9359         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9360
9361 2003-01-19 [paul]       0.8.8claws117
9362
9363         * po/pt_BR.po
9364                 updated by Ivan Francolin Martinez
9365
9366 2003-01-18 [melvin]     0.8.8claws116
9367
9368         * src/prefs_actions.c
9369                 Removed syntax limitation of only one '&' at the end of command.
9370                         Now actions that contain '>/dev/null 2>&1' are possible.
9371
9372 2003-01-18 [melvin]     0.8.8claws115
9373
9374         * src/prefs_actions.c
9375                 Actions IO dialog: when the action ends
9376                 the "Close" button now has focus and [Escape] closes the
9377                 window.
9378
9379 2003-01-18 [christoph]  0.8.8claws114
9380
9381         * src/procmsg.c
9382                 o add debug output when MsgInfos are really freed
9383                 o free GSLists in procmsg_find_children and
9384                   procmsg_update_unread_children
9385
9386 2003-01-18 [christoph]  0.8.8claws113
9387
9388         * src/mainwindow.c
9389                 reorder Configuration menu
9390
9391 2003-01-18 [christoph]  0.8.8claws112
9392
9393         * src/compose.c
9394                 fix applying templates to forwarded messages
9395
9396         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
9397
9398 2003-01-17 [christoph]  0.8.8claws111
9399
9400         * src/folder.c
9401                 destroy folder items, when a folder item is removed
9402
9403 2003-01-17 [christoph]  0.8.8claws110
9404
9405         * src/folder.c
9406                 fix wrong folder stats update when ignored message is
9407                 deleted
9408
9409 2003-01-17 [colin]      0.8.8claws109
9410         
9411         * src/mainwindow.c
9412         * src/summaryview.c
9413                 Quicksearch bugfixes: 
9414                 - hide help button at startup if not extended
9415                 - switch to extended when looking for replies
9416
9417 2003-01-17 [paul]
9418
9419         * sync with 0.8.9 release
9420
9421 2003-01-17 [paul]       0.8.8claws108
9422
9423         * sync with 0.8.8cvs11
9424                 see ChangeLog 2003-01-17
9425
9426 2003-01-16 [colin]      0.8.8claws107
9427
9428         * src/procmsg.c
9429                 Changed encryption test to re-ask passphrase
9430                 if an encrypted message hasn't been decrypted
9431                 Fixes bug #5
9432
9433 2003-01-16 [christoph]  0.8.8claws106
9434
9435         * src/prefs_gtk.c
9436         * src/prefs_toolbar.c
9437         * src/gtk/prefswindow.h
9438         * src/plugins/spamassassin/spamassassin_gtk.c
9439                 remove page destroy function that is not used anymore
9440
9441 2003-01-16 [paul]       0.8.8claws105
9442
9443         * sync with 0.8.8cvs9
9444                 see ChangeLog 2002-01-16
9445
9446 2003-01-16 [colin]      0.8.8claws104
9447
9448         * src/compose.[ch]
9449                 Fix bug with autosaved drafts for IMAP, when draft
9450                 folder is specified - fixes bugzilla bug #20
9451
9452 2003-01-15 [paul]       0.8.8claws103
9453
9454         * src/compose.[ch]
9455           src/procmsg.c
9456                 store folder and message-id of message forwarding
9457                 in queue header and set forward flag after sending
9458
9459 2003-01-15 [paul]       0.8.8claws102
9460
9461         * sync with 0.8.8cvs8
9462                 see ChangeLog 2002-01-15
9463
9464 2003-01-15 [colin]      0.8.8claws101
9465
9466         * src/Makefile.am
9467                 Fix linking with GNU libiconv
9468
9469 2003-01-15 [darko]      0.8.8claws100
9470
9471         * src/pine.c
9472                 fix crash when importing pine address book
9473                 entry with an empty name (reported by DY
9474                 <dybulk at tri8.net>)
9475
9476 2003-01-14 [paul]       0.8.8claws99
9477
9478         * configure.in  ** REMOVED **
9479           configure.ac  ** NEW FILE **
9480                 rename configure.in to configure.ac, as it is now
9481                 preferred
9482
9483 2003-01-14 [melvin]     0.8.8claws98
9484
9485         * src/folderview.c
9486                 folderview_check_new(): More precise function description
9487
9488 2003-01-14 [melvin]     0.8.8claws97
9489
9490         * src/folderview.c
9491                 folderview_check_new(): return the number of new messages 
9492                         since last check.
9493         * src/inc.c
9494                 inc_account_mail(): Disable counting of new messages for IMAP
9495                         and NNTP until bug [19] and [14] are fixed.
9496
9497 2003-01-14 [paul]       0.8.8claws96
9498
9499         * sync with 0.8.8cvs6
9500                 see ChangeLog 2003-01-14
9501
9502 2003-01-13 [alfons]     0.8.8claws95
9503
9504         * src/textview.c
9505                 tune email address validation (c. 0.8.8claws89): if . is 
9506                 just one char away from @, the address is invalid too 
9507                 (correctly rejects addresses like foo@.com)
9508
9509 2003-01-13 [paul]       0.8.8claws94
9510
9511         * src/messageview.c
9512           src/toolbar.c
9513                 fixes to the Message View toolbar and menu:
9514                 fix non-functioning Forward button
9515                 make Reply button consider default_reply_list
9516                 remove 'Follow-up...' menu entry
9517                 add 'Forward' and 'Redirect' menu entries
9518
9519 2003-01-13 [melvin]     0.8.8claws93
9520
9521         * src/inc.c
9522                 Fixed typo that could make new messages count incorrect.
9523
9524 2003-01-13 [melvin]     0.8.8claws92
9525
9526         * src/folderview.[ch]
9527                 folderview_check_new(): return the number of new messages.
9528         * src/inc.c
9529                 Should fix bug [14] where new mail notification worked 
9530                         incorrectly with IMAP accounts.
9531                 inc_spool_account(): return number of new msgs, or -1 on error
9532                 inc_all_spool(): return number of new msgs
9533                 
9534 2003-01-13 [melvin]     0.8.8claws91
9535
9536         * src/prefs_actions.c
9537                 Justify help text.
9538
9539 2003-01-12 [thorsten]   0.8.8claws90
9540
9541         * src/common/prefs.c
9542                 close file before rename
9543
9544 2003-01-12 [alfons]     0.8.8claws89
9545
9546         * AUTHORS
9547                 add Christian Mertes
9548         * src/common/utils.[ch]
9549                 g_stricase_hash(), g_stricase_equal(): functions for 
9550                 case insensitive hash tables
9551         * src/textview.c
9552                 use top level domain names to validate email address, based
9553                 on a patch by Christian Mertes (thanks!), but changed 
9554                 implementation to use a hash table 
9555
9556 2003-01-12 [paul]       0.8.8claws88
9557
9558         * po/bg.po
9559                 updated by George Danchev
9560
9561 2003-01-12 [alfons]     0.8.8claws87
9562
9563         * src/summaryview.c
9564                 delete / execute performance: use new style folder update
9565
9566 2003-01-12 [paul]       0.8.8claws86
9567
9568         * sync with 0.8.8cvs5
9569                 see ChangeLog 2003-01-13 (!)
9570
9571 2003-01-12 [alfons]     0.8.8claws85
9572
9573         * src/filtering.c
9574         * src/matcher_parser_parse.y
9575                 prepare change_score filtering action
9576         * src/matcher.[ch]
9577                 give up const-correctness on functions that call non-const-correct functions;
9578                 several casts to gpointer in g_free();
9579                 add change_score;
9580
9581 2003-01-12 [christoph]  0.8.8claws84
9582
9583         * src/compose.c
9584                 fix 2 warnings
9585
9586         * src/gtk/prefswindow.[ch]
9587         * src/plugins/spamassassin/spamassassin_gtk.c
9588                 changed the call of the widget create function
9589                 for PrefsPages, because sometimes the widget
9590                 create function needs a widget that already has
9591                 been attached to a window (to create GDK pixmaps
9592                 for exmaple). So we simply pass the GtkWindow as
9593                 the second parameter now.
9594
9595         * src/main.c
9596         * src/mainwindow.c
9597         * src/prefs_toolbar.[ch]
9598                 rewrite Toolbar Preferences using the new
9599                 prefs window
9600
9601 2003-01-11 [alfons]     0.8.8claws83
9602
9603         * src/addressadd.c
9604                 fix crash when adding sender to addressbook because status bar
9605                 isn't there (the status bar doesn't seem to be used though,
9606                 but I'll let Match decide what to do with it)
9607
9608 2003-01-11 [colin]      0.8.8claws82
9609
9610         * src/main.c
9611           src/toolbar.c
9612                 Two useless changes reversed
9613
9614 2003-01-11 [colin]      0.8.8claws81
9615
9616         * src/mainwindow.c
9617           src/mainwindow.h
9618                 Add mainwindow_get_mainwindow()
9619         * src/alertpanel.c
9620           src/alertpanel.h
9621                 Add alertpanel_error_log() 
9622         * src/compose.c
9623           src/inc.c
9624           src/messageview.c
9625           src/toolbar.c
9626           src/main.c
9627           src/procmsg.c
9628                 Network errors get a View Log button
9629
9630 2003-01-10 [alfons]     0.8.8claws80
9631
9632         * src/prefs_toolbar.c
9633         * src/toolbar.c
9634                 use the translatable string for "Separator" as file name for
9635                 separator toolbar items (probably make this uppercase?)
9636
9637 2003-01-10 [alfons]     0.8.8claws79
9638
9639         * src/prefs_toolbar.c
9640                 put right A_SEPARATOR description string in "displayed
9641                 toolbar items list" so manually added separators are
9642                 saved correctly (bug #10, "Adding a separator to the main 
9643                 toolbar fails, entry in xml file is wrong")
9644
9645 2003-01-10 [christoph]  0.8.8claws78
9646
9647         * src/imap.c
9648                 o fix warnings
9649                 o use CAPABILITY to check if NAMESPACE is available
9650
9651 2003-01-10 [christoph]  0.8.8claws77
9652
9653         * src/imap.[ch]
9654                 apply UIDPLUS IMAP extension support patch
9655
9656         Patch submitted by Simon 'corecode' Schubert
9657
9658 2003-01-10 [paul]       0.8.8claws76
9659
9660         * src/folderview.c
9661                 a sync from main which fixes the news account folders'
9662                 Properties bug
9663
9664 2003-01-10 [christoph]  0.8.8claws75
9665
9666         * src/folder.c
9667                 don't accept 0 as a valid uid returned by copy and move
9668                 functions. 0 means the message was copied or moved but the
9669                 new uid could not be fetched. It is not an error condition
9670                 for the copy or move operation.
9671
9672 2003-01-10 [paul]       0.8.8claws74
9673
9674         * src/prefs_filtering.c
9675                 change English used in Alert when entry is not
9676                 saved.
9677                 
9678         * sync with 0.8.8cvs4
9679                 see ChangeLog 2003-01-10
9680
9681 2003-01-10 [darko]      0.8.8claws73
9682
9683         * src/pine.c
9684                 fix crash when importing address book entry
9685                 without a valid address
9686
9687 2003-01-09 [alfons]     0.8.8claws72
9688
9689         * src/inc.c
9690                 filtering performance: use new style folder update
9691
9692 2003-01-09 [christoph]  0.8.8claws71
9693
9694         * src/compose.c
9695         * src/gtk/menu.[ch]
9696                 fix wrong selecting of mime encoding type, when
9697                 opening property dialog of attachments in the
9698                 compose window. 7bit was always selected and that
9699                 destoryed files with 8bit data.
9700                 (closes bug #9 Sylpheed-claws destroys attachments when
9701                  changing MIME-types)
9702
9703 2003-01-09 [paul]       0.8.8claws70
9704
9705         * sync with 0.8.8cvs3
9706                 see ChangeLog 2003-01-09
9707
9708 2003-01-08 [alfons]     0.8.8claws69
9709         
9710         * src/addressadd.c
9711                 apply patch by Kim Schulz to fix build breakage
9712                 because of missing variable
9713
9714 2003-01-08 [paul]       0.8.8claws68
9715
9716         * sync with 0.8.8cvs2
9717                 see ChangeLog 2002-01-08
9718
9719 2003-01-08 [paul]       0.8.8claws67
9720
9721         * po/it.po
9722                 updated by Alessandro Maestri
9723                 
9724         * src/addressadd.c
9725                 when using 'Add sender to addressbook' allow
9726                 name to be edited and remarks to be entered
9727                 Patch submitted by Luke Plant
9728
9729 2003-01-08 [darko]      0.8.8claws66
9730
9731         * README.claws, src/summaryview.c
9732                 fix description for marked messages
9733
9734 2003-01-08 [paul]
9735
9736         * tools/Makefile.am
9737           tools/launch_phoenix  ** NEW FILE **
9738                 add script that enables using Phoenix as the default
9739                 web browser. 
9740                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
9741                 
9742         * tools/OOo2sylpheed.pl
9743                 remove full path to sylpheed executable, just 'sylpheed'
9744                 will do
9745                 
9746         * tools/README
9747                 add launch_phoenix informtion and re-arrange and compress
9748                 the data a little
9749
9750 2003-01-07 [christoph]  0.8.8claws65
9751
9752         * src/folder.c
9753                 fix update for source folder when moving messages
9754         * src/procmsg.[ch]
9755         * src/summaryview.c
9756                 use function to set to_folder for message infos and
9757                 automatically update the op_count for old and new
9758                 folder
9759
9760 2003-01-07 [melvin]     0.8.8claws64
9761
9762         * src/prefs_actions.c
9763                 Fixed bug where an '%p' Action on a displayed image crashed 
9764                         Sylpheed
9765                 Code clean up (get rid of duplicated code and removed unnecessary 
9766                                 structure member)
9767
9768 2003-01-07 [christoph]  0.8.8claws63
9769
9770         * src/compose.c
9771         * src/folder.[ch]
9772         * src/folderview.c
9773         * src/import.c
9774         * src/inc.c
9775         * src/main.c
9776         * src/mainwindow.c
9777         * src/messageview.c
9778         * src/prefs_folder_item.c
9779         * src/procmsg.c
9780         * src/summaryview.c
9781         * src/toolbar.c
9782                 o remove all folder update triggering from the UI code. The folder
9783                   system should know much better when a folder needs an update.
9784                 o to prevent multiple updates in a row the folder updates can be
9785                   frozen for some time.
9786
9787                 Note: - Please verify that no updates are missing
9788                       - Check where freeze/thaws should be added
9789
9790 2003-01-07 [christoph]  0.8.8claws62
9791
9792         * src/prefs_actions.c
9793                 don't translate empty strings
9794
9795         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
9796
9797 2003-01-06 [christoph]  0.8.8claws61
9798
9799         * src/prefs_actions.c
9800                 mark strings for gettext
9801         * src/prefs_matcher.c
9802                 use new description window for Execute action and
9803                 match condition in Filtering
9804
9805         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
9806
9807 2003-01-06 [alfons]     0.8.8claws60
9808
9809         keep myself inspired to re-organize matcher part 8; 
9810         yes, more to come (I need to move out the descriptive
9811         text for actions to matcher.c, or at least make it not
9812         depend on the wicked ordering)
9813
9814         * src/prefs_matcher.c
9815                 add documentation so others may comprehend the
9816                 UI part of the conditions
9817                 
9818 2003-01-06 [christoph]  0.8.8claws59
9819
9820         * src/prefs_actions.c
9821                 use new description window for syntax help
9822         * src/gtk/description_window.c
9823                 fix display of descriptions with column count != 2
9824
9825         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
9826
9827 2003-01-06 [christoph]  0.8.8claws58
9828
9829         * src/quote_fmt.c
9830         * src/summaryview.[ch]
9831         * src/gtk/Makefile.am
9832         * src/gtk/description_window.[ch]       ** NEW **
9833                 use a generic window to display syntax descriptions
9834                 currently used in quote_fmt and summaryview (new description
9835                 for extended quick search)
9836
9837         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
9838
9839 2003-01-06 [paul]       0.8.8claws57
9840
9841         * sync with 0.8.8cvs1
9842                 see ChangeLog 2003-01-06
9843
9844 2003-01-06 [christoph]  0.8.8claws56
9845
9846         * src/mainwindow.c
9847         * src/prefs_gtk.[ch]
9848         * src/gtk/prefswindow.[ch]
9849         * src/plugins/spamassassin/spamassassin_gtk.c
9850                 o remove page management from prefswindow, pages
9851                   will be an argument to prefswindow_open
9852                 o prefswindow_open gets a datapointer that is
9853                   passed to the widget_create function to allow
9854                   creation of prefswindow for specific items
9855
9856 2003-01-06 [colin]      0.8.8claws55
9857         
9858         * src/summaryview.c
9859                 We don't want regexp in the reply-finder, 
9860                 because MIDs can contain !,$,. and so on
9861
9862 2003-01-06 [jens]       0.8.8claws54
9863
9864         * src/jpilot.c
9865                 fixed a wrong free in jpilot_read_db_files
9866
9867 2003-01-06 [alfons]     0.8.8claws53
9868
9869         re-organize matcher part 8; more to come
9870        
9871         * src/matcher.c
9872                 matcherprop_to_string(): put g_free()s before the
9873                 switch-case break to fix memleaks                
9874
9875 2003-01-06 [colin]      0.8.8claws52
9876
9877         * src/summaryview.c
9878                 cleanup & reply-finder now displays the first 
9879                 matching message
9880
9881 2003-01-05 [alfons]     0.8.8claws51
9882
9883         re-organize matcher part 7; more to come
9884
9885         * src/matcher.[ch]
9886                 fixes for constant correctness;
9887                 more documentation;
9888
9889 2003-01-05 [alfons]     0.8.8claws50
9890
9891         re-organize matcher part 6; more to come
9892         
9893         * src/matcher.[ch]
9894                 fixes for constant correctness;
9895                 more documentation;
9896         * src/filtering.c
9897                 fix for constant correctness
9898
9899 2003-01-05 [colin]      0.8.8claws49
9900
9901         * src/account.[ch]
9902                 Add account_get_reply_account function
9903         * src/compose.c
9904                 Use account_get_reply_account function 
9905         * src/summaryview.c
9906                 Basic reply-finder - click on the replied
9907                 icon gets you to the outbox using quick-search
9908
9909 2003-01-05 [paul]       0.8.8claws48
9910
9911         * src/prefs_common.c
9912                 small change to English
9913                 
9914         * src/prefs_filtering.c
9915                 prefs_filtering_action_select(): improve logic and uniformity
9916                 of gui
9917
9918 2003-01-05 [alfons]     0.8.8claws47
9919
9920         fine tune solution to focus problems (bug #7)
9921
9922         * src/mainwindow.c
9923                 mainwindow_focus_in_event(): remove grab event check
9924         * src/summaryview.c
9925                 summary_button_pressed(): move selection on right-click
9926                 too. we can't possibly move the selection back after
9927                 canceling a dialog, because gtk's incomplete focus 
9928                 management. whether this is a good solution, only time
9929                 will tell.
9930
9931 2003-01-05 [christoph]  0.8.8claws46
9932
9933         * src/imap.c
9934                 fix crash when no imap connection could be established
9935
9936 2003-01-05 [paul]       0.8.8claws45
9937
9938         * src/mainwindow.c
9939           src/sumamryview.c
9940           src/gtk/menu.[ch]
9941                 fix bug 605957 'shortcuts in popup-menu'
9942                 make user-defined shortcuts work
9943                 show shortcuts that are already defined
9944                 in the main menu
9945                 Patch submitted by Luke Plant
9946
9947 2003-01-05 [alfons]     0.8.8claws44
9948
9949         * src/mainwindow.c
9950                 focus_in_event handler should not select summary view row 
9951                 when another window (menu, dialog) grabbed for events 
9952                 (bug #7, "[0.8.8claws42] Message summary focus") 
9953
9954 2003-01-04 [christoph]  0.8.8claws43
9955
9956         * src/procmsg.c
9957                 update save folder after adding the sent message
9958                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
9959
9960 2003-01-02 [christoph]  0.8.8claws42
9961
9962         * src/common/plugin.c
9963                 fix unloading of all plugins and unload
9964                 plugins in reverse order
9965                 
9966         * src/gtk/pluginwindow.c
9967                 implement function of load and unload button
9968
9969         * src/gtk/prefswindow.c
9970         * src/gtk/prefswindow.h
9971                 rename register function and add new unregister
9972                 function
9973
9974         * src/plugins/spamassassin/spamassassin_gtk.c
9975                 unregister prefs page and update for changes in
9976                 src/gtk/prefswindow.c
9977
9978 2003-01-02 [paul]       0.8.8claws41
9979
9980         * po/es.po
9981                 updated by Ricardo Mones Lastra
9982
9983 2003-01-02 [paul]
9984
9985         * tools/tb2sylpheed
9986                 fixes and improvements by Urke MMI
9987
9988 2003-01-02 [thorsten]   0.8.8claws40
9989
9990         * src/procmsg.c
9991                 fixed wrong return value
9992
9993 2003-01-02 [thorsten]   0.8.8claws39
9994
9995         * src/prefs.c
9996                 fixed printing wrong variable
9997
9998 2003-01-02 [thorsten]   0.8.8claws38
9999
10000         * src/prefs.c
10001                 fixed acessing members of freed pfile struct
10002
10003 2003-01-02 [thorsten]   0.8.8claws37
10004
10005         * src/procmsg.c
10006                 detect loops across several messages
10007                 as suggested by Christoph Hohmann
10008
10009 2003-01-01 [match]      0.8.8claws36
10010
10011         * src/addrindex.c
10012                 fixed another memory leak.
10013
10014 2003-01-01 [match]      0.8.8claws35
10015
10016         * src/jpilot.[ch]
10017                 fixed memory leaks. applied Doxygen comments.
10018
10019 2003-01-01 [thorsten]   0.8.8claws34
10020
10021         * src/procmsg.c
10022                 inhibit endless loop if msg references itself
10023                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
10024
10025 2003-01-01 [christoph]  0.8.8claws33
10026
10027         * src/mainwindow.c
10028         * src/gtk/Makefile.am
10029         * src/gtk/pluginwindow.c                ** NEW **
10030         * src/gtk/pluginwindow.h                ** NEW **
10031                 add plugin window
10032
10033         * src/plugins/demo/demo.c
10034         * src/plugins/spamassassin/spamassassin.c
10035         * src/plugins/spamassassin/spamassassin_gtk.c
10036                 write better plugin descriptions
10037
10038 2002-12-31 [christoph]  0.8.8claws32
10039
10040         * src/gtk/prefswindow.c
10041         * src/plugins/spamassassin/spamassassin_gtk.c
10042                 some small improvements to GTK code
10043
10044 2002-12-31 [christoph]  0.8.8claws31
10045
10046         * src/plugins/spamassassin/spamassassin_gtk.c
10047                 enable folder select button
10048
10049 2002-12-31 [christoph]  0.8.8claws30
10050
10051         * src/mainwindow.c
10052         * src/gtk/Makefile.am
10053         * src/gtk/prefswindow.c                         ** NEW **
10054         * src/gtk/prefswindow.h                         ** NEW **
10055                 add new prefs window
10056
10057         * src/common/plugin.c
10058                 don't try to load empty config lines
10059         
10060         * src/plugins/spamassassin/Makefile.am
10061         * src/plugins/spamassassin/spamassassin.c
10062         * src/plugins/spamassassin/spamassassin.h       ** NEW **
10063         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
10064                 GTK config for SpamAssassin Plugin using
10065                 the new prefs window
10066
10067 2002-12-31 [paul]       0.8.8claws29
10068
10069         * po/POTFILES.in
10070                 remove obsolete entry 'src/menu.c'
10071
10072 2002-12-31 [alfons]     0.8.8claws28
10073
10074         * src/matcher.[ch]
10075         * src/matcher_parser_parse.y
10076         * src/prefs_matcher.c
10077                 add "ignore_thread" and "~ignore_thread" condition so it's
10078                 possible to make the actions / scoring operate on the ignore
10079                 thread flag
10080
10081 2002-12-31 [christoph]  0.8.8claws27
10082
10083         * src/addrbook.c
10084         * src/addrindex.c
10085         * src/folder.c
10086         * src/matcher.c
10087         * src/prefs_account.c
10088         * src/prefs_actions.c
10089         * src/prefs_customheader.c
10090         * src/prefs_display_header.c
10091         * src/prefs_gtk.c
10092         * src/procmime.c
10093         * src/toolbar.c
10094         * src/xmlprops.c
10095         * src/common/prefs.[ch]
10096                 extend prefs file handling for reading and automatic handling
10097                 of blocks. When reading prefs_set_block_label will automatically
10098                 move on to the block. When writing it will copy all other blocks
10099                 automatically
10100
10101         * src/common/plugin.c
10102                 Now loading plugin filenames from [Plugins] block in
10103                 sylpheed rc file
10104
10105 2002-12-30 [christoph]  0.8.8claws26
10106
10107         * src/common/hooks.[ch]
10108                 return abort status to caller of hooks_invoke
10109                 
10110         * src/inc.[ch]
10111                 invoke message filtering hook and stop
10112                 default handling when filter returns abort
10113
10114         * src/common/plugin.[ch]
10115         * src/plugins/demo/demo.c
10116                 modify plugin loader, because resolving symbols for strings
10117                 does not work correctly
10118         
10119         * configure.in
10120         * ac/spamassassin.m4                            ** NEW **
10121         * src/plugins/spamassassin/.cvsignore           ** NEW **
10122         * src/plugins/spamassassin/Makefile.am          ** NEW **
10123         * src/plugins/spamassassin/README               ** NEW **
10124         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
10125         * src/plugins/spamassassin/spamassassin.c       ** NEW **
10126         * src/plugins/spamassassin/utils.[ch]           ** NEW **
10127                 add spamassassin plugin, see src/plugins/spamassassin/README
10128                 for details
10129
10130 2002-12-29 [alfons]     0.8.8claws25
10131
10132         * src/mainwindow.c
10133                 when moving focus from a message view to the main 
10134                 window, don't forget to select the summary node
10135                 of the displayed message. should fix "[ 659103 ] 
10136                 focus-follows-mouse confuses sylpheed"
10137
10138 2002-12-29 [christoph]  0.8.8claws24
10139
10140         * src/Makefile.am
10141         * src/stringtable.[ch]          ** REMOVE **
10142         * src/common/Makefile.am
10143         * src/common/stringtable.[ch]   ** NEW **
10144                 move stringtable files to common directory
10145
10146 2002-12-29 [christoph]  0.8.8claws23
10147
10148         * src/Makefile.am
10149         * src/menu.[ch]                 ** REMOVE **
10150         * src/gtk/Makefile.am
10151         * src/gtk/menu.[ch]             ** NEW **
10152                 move menu files to gtk directory
10153
10154 2002-12-29 [match]      0.8.8claws22
10155
10156         * src/addressbook.c
10157         * src/syldap.c
10158                 moved UI specific code out of LDAP code into addressbook
10159                 UI code. fixed memory leak.
10160
10161 2002-12-29 [christoph]  0.8.8claws21
10162
10163         * src/folder.c
10164                 only check for IGNORED parent message when message is
10165                 not IGNORED itself
10166
10167 2002-12-29 [alfons]     0.8.8claws20
10168
10169         * src/summaryview.c
10170                 set gtksctree's anchor correct (immediate execute
10171                 changes the tree's layout, and anchor points at 
10172                 the incorrect row). fixes "[ 657233 ] multiple msg 
10173                 delete sometimes off by 1".
10174                 we probably have to look for more tree layout /
10175                 anchor glitches.
10176
10177 2002-12-29 [paul]       0.8.8claws19
10178
10179         * src/summaryview.c
10180                 fix bug [ 659054 ] incorrect sorting of 'From' column
10181                 when using 'display sender using address book'
10182                 thanks to Alfons and Luke Plant
10183
10184 2002-12-29 [christoph]  0.8.8claws18
10185
10186         * src/folder.c
10187         * src/procmsg.[ch]
10188                 check parent messages for IGNORE THREAD flag, when adding,
10189                 moving or copying messages to a folder
10190
10191 2002-12-27 [alfons]     0.8.8claws17
10192
10193         re-organize matcher part 5; more to come
10194
10195         * src/matcher.c
10196                 hash keywords in matchparser_tab 
10197
10198 2002-12-27 [alfons]     0.8.8claws16
10199
10200         re-organize matcher part 4; more to come
10201
10202         * src/matcher_parser.h
10203         * src/matcher_parser_lex.l
10204         * src/matcher_parser_parse.y
10205                 cleanup
10206
10207 2002-12-27 [alfons]     0.8.8claws15
10208
10209         re-organize matcher part 3; more to come
10210
10211         * src/matcher.[ch]
10212                 cleanup
10213
10214 2002-12-27 [alfons]     0.8.8claws14
10215
10216         re-organize matcher part 2; more to come but this should
10217         work. cc me if there are any regressions.
10218
10219         * src/matcher.h
10220                 add prototype for get_matchparser_tab_id()
10221         * src/matcher_parser_lex.l
10222                 look up keywords using matchparser_tab_id();
10223
10224 2002-12-27 [alfons]     0.8.8claws12
10225
10226         re-organize matcher part 1
10227
10228         * src/matcher.h
10229                 map yacc generated constants to sylpheed matcher constants
10230         * src/matcher.c
10231                 add function to find a matcher constant from a string
10232
10233 2002-12-27 [christoph]  0.8.8claws11
10234
10235         * src/compose.c
10236                 MENUITEM_ADD casts the 4th argument from integer to pointer
10237                 so it probably should not be a pointer, this means we
10238                 should use account id for it and not the account's pointer
10239
10240 2002-12-27 [paul]       0.8.8claws10
10241
10242         * src/mainwindow.c
10243                 remove unneeded 'GtkWidget *vbox'
10244                 
10245         * src/summaryview.c
10246                 further sync with 0.8.8 - make sort
10247                 by recipient work as expected
10248                 
10249         * NEWS
10250                 sync with 0.8.8
10251
10252 2002-12-27 [paul]       0.8.8claws9
10253
10254         * po/pt_BR.po
10255                 updated by Ivan F. Martinez
10256                 
10257 2002-12-27 [darko]      0.8.8claws8
10258
10259         * src/common/utils.c
10260                 added locked pattern to extended search
10261
10262 2002-12-27 [alfons]     0.8.8claws7
10263
10264         * src/prefs_matcher.[ch]
10265                 clean up
10266
10267 2002-12-26 [alfons]     0.8.8claws6
10268
10269         * src/matcher.[ch]
10270         * src/matcher_parser_lex.l
10271         * src/matcher_parser_parse.y
10272         * src/prefs_matcher.c
10273                 allow color label as a condition in the matcher
10274
10275 2002-12-26 [oliver]     0.8.8claws5
10276         
10277         * src/toolbar.c 
10278                 enable Addressbook for Main and Messageview
10279         * src/prefs_actions.c
10280                 enable actions in Messageview
10281
10282 2002-12-26 [christoph]  0.8.8claws4
10283
10284         * src/common/plugin.c
10285                 add a little debug output
10286         * configure.in
10287         * src/plugins/demo/Makefile.am
10288                 better use of automake
10289
10290 2002-12-26 [christoph]  0.8.8claws3
10291
10292         * src/Makefile.am
10293         * src/common/Makefile.am
10294                 fix "make distdir"
10295
10296 2002-12-26 [christoph]  0.8.8claws2
10297
10298         * configure.in
10299                 sort configure checks into common / gtk / plugins
10300         * po/POTFILES.in
10301                 add src/prefs_gtk.c
10302         * src/Makefile.am
10303                 add plugins SUBDIR
10304         * src/main.c
10305         * src/common/sylpheed.[ch]
10306                 added now sylpheed_done function for shutdown
10307         * src/common/Makefile.am
10308         * src/common/plugin.[ch]                ** NEW **
10309                 plugin loader and unloader
10310         * src/plugins/.cvsignore                ** NEW **
10311         * src/plugins/Makefile.am               ** NEW **
10312                 build plugins
10313         * src/plugins/demo/.cvsignore           ** NEW **
10314         * src/plugins/demo/Makefile.am          ** NEW **
10315         * src/plugins/demo/demo.c               ** NEW **
10316                 small demo plugin that installs a logtext hook and
10317                 outputs the log text to stdout
10318
10319 2002-12-26 [paul]       0.8.8claws1
10320
10321         * po/es.po
10322                 updated by Ricardo Mones Lastra
10323
10324 2002-12-26 [paul]       0.8.8claws
10325
10326         * 0.8.8claws released
10327
10328 2002-12-26 [paul]       0.8.7claws12
10329
10330         * po/bg.po
10331                 updated by George Danchev
10332
10333 2002-12-26 [paul]       0.8.7claws11
10334
10335         * po/POTFILES.in
10336                 remove unneeded 'src/prefs.c' entry 
10337
10338 2002-12-26 [paul]       0.8.7claws10
10339
10340         * src/codeconv.c
10341           src/mainwindow.c
10342                 sync with 0.8.8 release
10343         
10344         * src/folder.[ch]
10345           src/mh.c
10346           src/summaryview.c
10347                 partial sync with 0.8.8 release
10348         
10349
10350 2002-12-25 [alfons]     0.8.7claws9
10351
10352         * src/matcher.[ch]
10353         * src/matcher_parser_lex.l
10354         * src/matcher_parser_parse.y
10355         * src/prefs_matcher.c
10356                 add locked flag to possible filtering / matcher 
10357                 conditions (also a good example what should be
10358                 done to add a simple boolean condition)
10359
10360 2002-12-25 [christoph]  0.8.7claws8
10361
10362         * src/Makefile.am
10363         * src/account.[ch]
10364         * src/addrbook.c
10365         * src/addressbook.c
10366         * src/addrindex.c
10367         * src/filtering.c
10368         * src/folder.c
10369         * src/matcher.c
10370         * src/prefs.[ch]                ** REMOVE **
10371         * src/prefs_account.c
10372         * src/prefs_actions.c
10373         * src/prefs_common.c
10374         * src/prefs_customheader.c
10375         * src/prefs_display_header.c
10376         * src/prefs_filtering.c
10377         * src/prefs_folder_item.c
10378         * src/prefs_gtk.[ch]            ** NEW **
10379         * src/prefs_matcher.c
10380         * src/prefs_scoring.c
10381         * src/prefs_summary_column.c
10382         * src/procmime.c
10383         * src/selective_download.c
10384         * src/toolbar.c
10385         * src/common/Makefile.am
10386         * src/common/prefs.[ch]         ** NEW **
10387                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
10388
10389 2002-12-24 [alfons]     0.8.7claws7
10390
10391         * src/summaryview.c
10392                 summary_thread_build(): fix real cause of the crash mentioned in
10393                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
10394                 this way we get meaningful ctree nodes 
10395
10396 2002-12-24 [oliver]     0.8.7claws6
10397
10398         * src/mainwindow.[ch]
10399         * src/messageview.[ch]
10400         * src/compose.[ch]
10401         * src/inc.c
10402         * src/summaryview.c
10403                 changes to use updated toolbar handling
10404                 
10405 2002-12-24 [oliver]     0.8.7claws5
10406
10407         * src/toolbar.[ch]
10408                 generic toolbar handling
10409                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
10410         * src/prefs_toolbar.[ch]
10411                 adjust to handling
10412         
10413 2002-12-24 [oliver]     0.8.7claws4
10414         
10415         * src/stock_pixmap.[ch]
10416                 move SYLPHEED_LOGO to end of list in order 
10417                 to remove it from Custom Toolbar`s Icon View
10418
10419 2002-12-24 [alfons]     0.8.7claws3
10420
10421         * src/summaryview.c
10422                 summary_thread_build(): fix crash because of focus != selection 
10423                 after threading. when deleting the selection, gtk tries but fails 
10424                 to find the correct focusable element. we now force the selection
10425                 to be focused. this should solve the infamous bug reported by 
10426                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
10427                 a test case is available. 
10428
10429 2002-12-24 [darko]      0.8.7claws2
10430
10431         * src/summaryview.c
10432                 don't crash when unmarking message with unread children
10433
10434 2002-12-23 [christoph]  0.8.7claws1
10435
10436         * src/Makefile.am
10437         * src/common/Makefile.am
10438                 update Makefiles for moved intl.h, version.h and defs.h
10439         * src/imap.c
10440                 rewrite imap_session_get to avoid duplicate code
10441
10442 2002-12-23 [paul]       0.8.7claws
10443
10444         * Santa-Claws released
10445         
10446         * po/hu.po
10447           po/ru.po
10448                 squeeze in updated Hungarian and Russian translations.
10449                 Submitted by  Gál Zoltán and Ruslan N. Balkin
10450
10451 2002-12-23 [paul]       0.8.6claws129
10452
10453         * po/pl.po
10454                 updated by Witold Wladyslaw Wojciech Wilk
10455
10456 2002-12-23 [paul]       0.8.6claws128
10457
10458         * src/quote_fmt_parse.y
10459                 fix typo and add licence header
10460
10461 2002-12-23 [paul]       0.8.6claws127
10462
10463         * po/en_GB.po
10464                 updated
10465
10466 2002-12-23 [paul]       0.8.6claws126
10467
10468         * po/it.po
10469                 updated translation, submitted by Alessandro Maestri
10470                 
10471 2002-12-23 [paul]       0.8.6claws125
10472
10473         * src/quote_fmt_parse.y
10474                 fix signature-stripping on replies bug. match
10475                 '-- \n' and not '-- '.
10476
10477 2002-12-22 [paul]       0.8.6claws124
10478
10479         * po/bg.po
10480           po/es.po
10481           po/sr.po
10482                 updated translations. submitted by George Danchev,
10483                 Ricardo Mones Lastra, and Urke MMI respectively
10484
10485 2002-12-21 [paul]       0.8.6claws123
10486
10487         * src/addrbook.c
10488                 fix coding style
10489
10490 2002-12-21 [paul]       0.8.6claws122
10491
10492         * src/addrbook.c
10493                 fix bug [643638] where if a person is in one or more
10494                 addressbook groups editing that person's email 
10495                 address results in removal from those groups.
10496                 Patch submitted by Luke Plant.
10497
10498 2002-12-20 [christoph]  0.8.6claws121
10499
10500         * src/common/utils.c
10501         * src/summaryview.c
10502                 reimplement expand_search_string using GString to
10503                 prevent crashs caused by miscalculated string
10504                 lengths reported by Paul
10505
10506 2002-12-20 [christoph]  0.8.6claws120
10507
10508         * src/summaryview.c
10509                 don't use "changed" to check if op_count has to be changed as it
10510                 is also set when the message has unread children
10511                 (closes bug [ 653221 ] crash while deleting duplicates)
10512
10513 2002-12-20 [paul]       0.8.6claws119
10514
10515         * sync with 0.8.6cvs27
10516                 see ChangeLog 2002-12-20
10517
10518 2002-12-20 [paul]       0.8.6claws118
10519
10520         * sync with 0.8.6cvs26
10521                 see ChangeLog 2002-12-19 and 2002-12-20
10522
10523 2002-12-19 [alfons]     0.8.6claws117
10524
10525         * src/textview.c
10526                 fix incorrect parsing of email addresses, submitted by 
10527                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
10528                 name display if it contains @".
10529
10530 2002-12-18 [paul]       0.8.6claws116
10531
10532         * sync with 0.8.6cvs23
10533                 see ChangeLog 2002-12-18
10534
10535 2002-12-18 [paul]       0.8.6claws115
10536
10537         * src/Makefile.am
10538         * src/account.c
10539         * src/codeconv.c
10540         * src/gtkutils.[ch]
10541         * src/imap.c
10542                 sync with 0.8.6cvs22.
10543                 see ChangeLog 2002-12-17 and 2002-12-18
10544
10545 2002-12-17 [christoph]  0.8.6claws114
10546
10547         * src/imap.c
10548                 o don't create a session if imap greeting fails
10549                 o don't close socket when authentication fails
10550                   this is done by imap_session_destroy
10551
10552 2002-12-17 [thorsten]   0.8.6claws113
10553
10554         * tools/Makefile.am
10555           tools/README
10556           tools/google_msgid.pl ** NEW FILE **
10557                 Added "search for message-id" script and doc
10558
10559 2002-12-17 [thorsten]   0.8.6claws112
10560
10561         * po/hu.po
10562                 Updated hungarian translation
10563                 (updated by Gal Zoltan)
10564
10565 2002-12-16 [christoph]  0.8.6claws111
10566
10567         * src/addr_compl.c
10568                 remove stupid addressbook dump to debug output
10569         * src/mh.c
10570                 fix memory leak found by Hiro
10571
10572 2002-12-14 [paul]       0.8.6claws110
10573
10574         * src/compose.c
10575                 fix menubar sensitivity on send
10576                 
10577         * src/prefs_filtering.c
10578         * src/prefs_matcher.c
10579         * src/prefs_scoring.c
10580                 Fix english ;)
10581                 
10582         * src/common/quoted-printable.h
10583                 sync: fix typo
10584         
10585 2002-12-13 [christoph]  0.8.6claws109
10586
10587         * src/Makefile.am
10588         * src/manage_window.[ch]        ** REMOVE **
10589         * src/gtk/Makefile.am
10590         * src/gtk/manage_window.[ch]    ** NEW **
10591                 move manage_window files to gtk directory
10592
10593 2002-12-13 [christoph]  0.8.6claws108
10594
10595         * src/Makefile.am
10596         * src/gtkshruler.[ch]           ** REMOVE **
10597         * src/gtk/Makefile.am
10598         * src/gtk/gtkshruler.[ch]       ** NEW **
10599                 move gtkshruler files to gtk directory
10600
10601 2002-12-13 [christoph]  0.8.6claws107
10602
10603         * src/Makefile.am
10604         * src/compose.c
10605         * src/gtkstext.[ch]             ** REMOVE **
10606         * src/gtkutils.[ch]
10607         * src/textview.c
10608         * src/gtk/gtkstext.[ch]         ** NEW **
10609         * src/gtk/Makefile.am
10610                 o move stext functions to gtkstext.c to remove
10611                   dependency of gtkutils
10612                 o move gtkstext files to gtk directory
10613
10614         * src/gtk/Makefile.am
10615         * src/gtk/sslcertwindow.[ch]
10616                 UI stuff can always depend on common code so
10617                 it's ok to add ../common to include path
10618
10619 2002-12-13 [colin]      0.8.6claws106
10620
10621         * src/summaryview.c
10622                 Disconnect sighandlers for mainwindow when
10623                 quicksearch has the focus
10624                 Fix bug #653231
10625         * src/mainwindow.[ch]
10626                 Make key_pressed callback public, to be able
10627                 to disconnect it
10628
10629 2002-12-13 [christoph]  0.8.6claws105
10630
10631         * src/mh.c
10632                 create .mh_sequences file in new MH folders
10633                 (closes feature request [ 523162 ] MH folders should
10634                  get a .mh_sequences)
10635
10636 2002-12-13 [colin]      0.8.6claws104
10637
10638         * src/summaryview.c
10639                 Better handling of quicksearch show/hide
10640                 (basically the button stays under the mouse 
10641                  when toggled)
10642
10643 2002-12-13 [paul]       0.8.6claws103
10644
10645         * sync with 0.8.6cvs17
10646                 see ChangeLog 2002-12-13
10647
10648 2002-12-13 [paul]       0.8.6claws102
10649
10650         * po/es.po
10651                 updated by Ricardo Mones Lastra
10652
10653 2002-12-11 [colin]       0.8.6claws101
10654
10655         * src/folder.c
10656                 remove statusbar stuff
10657           src/folderview.c
10658                 set statusbar verbosity when moving folders
10659
10660 2002-12-11 [colin]       0.8.6claws100
10661         * src/prefs_filtering.c
10662         * src/prefs_matcher.c
10663         * src/prefs_scoring.c
10664                 Fix english ;)
10665
10666 2002-12-11 [colin]       0.8.6claws99
10667
10668         * src/prefs_common.[ch]
10669                 Add summary_quicksearch_type
10670         * src/summaryview.c
10671                 Save last used quicksearch type
10672
10673 2002-12-11 [jens]       0.8.6claws98
10674         * src/prefs_filtering.c
10675         * src/prefs_matcher.c
10676         * src/prefs_scoring.c
10677                 added dialog for incomplete rules in scoring, filtering and
10678                 matcher to ask wheather really close
10679
10680 2002-12-11 [colin]      0.8.6claws97
10681
10682         * src/folder.c
10683                 Fix folder dnd statusbar logging
10684
10685 2002-12-10 [christoph]  0.8.6claws96
10686
10687         * src/compose.c
10688         * src/folder.c
10689         * src/imap.c
10690         * src/inc.c
10691         * src/main.c
10692         * src/mainwindow.c
10693         * src/news.c
10694         * src/send.c
10695         * src/statusbar.[ch]
10696         * src/common/hooks.c
10697         * src/common/log.[ch]
10698                 o handle verbose logging in statusbar directly in statusbar code
10699                   and common code does not need any knowledge about a statusbar
10700                 o remove direct calls to statusbar_(puts|pop)_all functions
10701
10702 2002-12-10 [jens]       0.8.6claws95
10703
10704         * src/*.c
10705                 removed gettext from g_warnings
10706         * po/POTFILES.in
10707                 cleaned and updated
10708         * po/de.po
10709                 updated
10710
10711 2002-12-10 [colin]      0.8.6claws94
10712
10713         * src/main.c
10714                 finish crash dialog fix
10715
10716 2002-12-10 [colin]      0.8.6claws93
10717
10718         * src/main.c
10719                 "Fix" "sylpheed already running" instead of
10720                 crash dialog appearing after a crash
10721
10722 2002-12-10 [colin]      0.8.6claws92
10723
10724         * po/POTFILES.in
10725                 add src/gtk/sslcertwindow.c
10726
10727 2002-12-10 [paul]       0.8.6claws91
10728
10729         * po/POTFILES.in
10730                 updated to reflect recent changes
10731                 submitted by Alessandro Maestri
10732
10733 2002-12-09 [christoph]  0.8.6claws90
10734
10735         * src/Makefile.am
10736         * src/smtp.[ch]                 ** REMOVE **
10737         * src/common/Makefile.am
10738         * src/common/smtp.[ch]          ** NEW **
10739                 move smtp files to common directory
10740
10741 2002-12-09 [christoph]  0.8.6claws89
10742
10743         * src/Makefile.am
10744         * src/session.[ch]              ** REMOVE **
10745         * src/common/Makefile.am
10746         * src/common/session.[ch]       ** NEW **
10747                 move session files to common directory
10748
10749 2002-12-09 [paul]       0.8.6claws88
10750
10751         * src/account.c
10752                 fix bug [649746] edit accounts: move account reverted
10753                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
10754
10755 2002-12-09 [colin]      0.8.6claws87
10756
10757         * src/ssl_certificate.c
10758                 cleanup
10759
10760 2002-12-09 [colin]      0.8.6claws86
10761
10762         * src/ssl.c
10763                 Try to open the cert.pem database and 
10764                 issue a warning if it isn't there
10765
10766 2002-12-09 [colin]      0.8.6claws85
10767
10768         * src/common/ssl_certificate.c
10769         * src/gtk/sslcertwindow.c
10770                 Warning fixes
10771
10772 2002-12-09 [colin]      0.8.6claws84
10773
10774         * src/ssl_certificate.[ch] ** REMOVED **
10775         * src/common/ssl_certificate.[ch] ** NEW **
10776         * src/Makefile.am
10777         * src/common/Makefile.am
10778                 Moved ssl_certificate.[ch] to common
10779         * src/common/ssl.c 
10780                 Put back needed include
10781         * src/gtk/sslcertwindow.[ch]
10782                 Changed ssl_certificate.h include
10783         
10784 2002-12-09 [colin]      0.8.6claws83
10785
10786         * src/gtk/sslcertwindow.[ch]
10787                 Implement hook for certificate acception
10788         * src/ssl_certificate.[ch]
10789                 Implement hook for certificate acception
10790         * src/common/ssl.c
10791                 Reenable certificate acception check
10792         * src/mainwindow.c
10793                 Register sslcertwindow's hook
10794         
10795 2002-12-08 [christoph]  0.8.6claws82
10796
10797         * src/about.c
10798         * src/addr_compl.c
10799         * src/codeconv.c
10800         * src/manual.c
10801         * src/undo.c
10802         * src/common/utils.c
10803                 o add missing includes
10804                 o fix warnings
10805         * src/.cvsignore
10806         * src/common/.cvsignore
10807         * src/common/version.h          ** REMOVE **
10808                 remove autogenerated file
10809
10810 2002-12-08 [paul]       0.8.6claws81
10811
10812         * src/stringtable.c
10813                 put back needed include
10814
10815 2002-12-08 [colin]      0.8.6claws80
10816         
10817         * src/gtk/sslcertwindow.c
10818                 Cleaner popups when asking
10819         * src/ssl_certificate.c
10820         * src/prefs_common.[ch]
10821                 remove ssl certificate pref
10822                 put back needed include
10823         * src/undo.c
10824                 put back needed include
10825
10826 2002-12-08 [christoph]  0.8.6claws79
10827
10828         * src/folderview.c
10829         * src/logwindow.c
10830         * src/statusbar.c
10831         * src/summaryview.c
10832                 only abort hook invokation if required data is missing not
10833                 if our own data pointer is NULL, update hookfunction for
10834                 log window
10835
10836 2002-12-08 [paul]       0.8.6claws78
10837
10838         * src/about.c
10839         * src/addrcache.c
10840         * src/addrclip.c
10841         * src/addr_compl.c
10842         * src/addrselect.c
10843         * src/codeconv.c
10844         * src/colorlabel.c
10845         * src/enriched.c
10846         * src/esmtp.c
10847         * src/exporthtml.c
10848         * src/headerview.c
10849         * src/imageview.c
10850         * src/manual.c
10851         * src/noticeview.c
10852         * src/pgptext.c
10853         * src/scoring.c
10854         * src/sourcewindow.c
10855         * src/stringtable.c
10856         * src/undo.c
10857                 clean up: remove unneccesary includes
10858
10859 2002-12-08 [christoph]  0.8.6claws77
10860
10861         * src/folderview.c
10862         * src/statusbar.c
10863         * src/summaryview.c
10864         * src/common/hooks.[ch]
10865                 hook functions now have a gboolean return value, if a hook
10866                 returns TRUE it will stop executing of any more hooks in
10867                 the same hooklist for this invokation
10868
10869 2002-12-08 [colin]      0.8.6claws76
10870         
10871         * src/main.c
10872                 put back argv0 for CRASH_DIALOG
10873
10874 2002-12-08 [christoph]  0.8.6claws75
10875
10876         * src/Makefile.am
10877         * src/about.c
10878         * src/account.c
10879         * src/crash.c
10880         * src/esmtp.h
10881         * src/imap.[ch]
10882         * src/inc.c
10883         * src/main.c
10884         * src/mainwindow.c
10885         * src/news.c
10886         * src/pop.[ch]
10887         * src/prefs_account.[ch]
10888         * src/prefs_common.[ch]
10889         * src/send.[ch]
10890         * src/smtp.[ch]
10891         * src/ssl_certificate.[ch]
10892         * src/ssl_manager.[ch]
10893         * src/common/Makefile.am
10894         * src/common/log.c
10895         * src/common/nntp.[ch]
10896         * src/common/socket.[ch]
10897         * src/common/ssl.[ch]
10898         * src/gtk/sslcertwindow.[ch]
10899         * ac/openssl.m4
10900                 use new autoconf script to detect OpenSSL with extra parameters
10901                 to specify the location of libs and includes, also remove USE_SSL
10902                 to USE_OPENSSL
10903
10904         * src/common/sylpheed.[ch]
10905         * src/common/version.h.in
10906                 start seperation of common code initialization seperated from gui
10907
10908         * src/summaryview.c
10909                 The function that is called when a color label changes
10910                 should not change the color lable again
10911
10912 2002-12-08 [colin]      0.8.6claws74
10913
10914         * src/gtk/sslcertwindow.c
10915                 warning fixes
10916
10917 2002-12-08 [colin]      0.8.6claws73
10918
10919         * src/statusbar.c
10920           src/common/log.h
10921                 Register a hook for statusbar_puts_all
10922         * src/common/log.c
10923                 invoke statusbar_puts_all's hook
10924         
10925 2002-12-08 [colin]      0.8.6claws72
10926
10927         * src/ssl_certificate.c
10928                 Put back a badly-removed include
10929
10930 2002-12-08 [colin]      0.8.6claws71
10931
10932         * src/gtk/sslcertwindow.[ch]    ** NEW **
10933                 new certificate presentation
10934         * src/gtk/Makefile.am
10935                 add new files
10936         * src/ssl_certificate.[ch]
10937                 gtk cleanup, made utility functions public
10938         * src/ssl_manager.c
10939                 use new cert presentation
10940
10941 2002-12-07 [christoph]  0.8.6claws70
10942
10943         * src/Makefile.am
10944         * src/nntp.[ch]                 ** REMOVE **
10945         * src/common/Makefile.am
10946         * src/common/nntp.[ch]          ** NEW **
10947                 move nntp files to common directory
10948
10949 2002-12-07 [christoph]  0.8.6claws69
10950
10951         * src/procmsg.[ch]
10952         * src/summaryview.c
10953                 implement msginfo update callback using sylpheed's new
10954                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
10955
10956 2002-12-06 [christoph]  0.8.6claws68
10957
10958         * src/editgroup.c
10959                 This patch changes the 'Edit Group Details' dialog to
10960                 allow extended selections in either pane, so that
10961                 addresses can be added or removed from a group more
10962                 quickly and easily. (it actually is a net decrease in
10963                 file size, as some unnecessary functions have been
10964                 removed). 
10965                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
10966
10967 2002-12-06 [christoph]  0.8.6claws67
10968
10969         * src/Makefile.am
10970         * src/template.[ch]             ** REMOVE **
10971         * src/common/Makefile.am
10972         * src/common/template.[ch]      ** NEW **
10973                 move template files to common directory
10974
10975         * src/nntp.c
10976                 add missing log.h include
10977
10978 2002-12-06 [melvin]     0.8.6claws66
10979
10980         * src/prefs_actions.c
10981                 Added the trailing ">" syntax to insert command's output
10982                 without replacing old text (in contrast to trailing "|").
10983
10984 2002-12-05 [colin]      0.8.6claws65
10985         
10986         * src/common/utils.c
10987                 Don't modify original search_string or it'll change
10988                 the next iterations in the for()
10989
10990 2002-12-05 [darko]      0.8.6claws64
10991
10992         * src/common/utils.c
10993                 proper check for filtering commands, found by Colin
10994
10995 2002-12-05 [darko]      0.8.6claws63
10996
10997         * src/common/utils.c
10998                 check proper string for NULL pointer, found by Colin
10999
11000 2002-12-05 [darko]      0.8.6claws62
11001
11002         * src/common/utils.[ch]
11003                 expand_search_string(): new function
11004                 converts Mutt-like patterns to Sylpheed's
11005                 filtering engine
11006         * src/summaryview.c
11007                 use expand_search_string() to allow Mutt-like
11008                 patterns in extended search
11009         * README.claws
11010                 document extended option in quick search
11011
11012 2002-12-05 [paul]       0.8.6claws61
11013
11014         * sync with 0.8.6cvs16
11015                 see ChangeLog 2002-12-05
11016                 
11017         * po/POTFILES.in
11018                 clean up
11019
11020 2002-12-04 [christoph]  0.8.6claws60
11021
11022         * src/imap.[ch]
11023                 put imap authentication code into a new function and
11024                 remove it from imap_session_new that will allow to
11025                 send other commands before authentication
11026
11027 2002-12-04 [christoph]  0.8.6claws59
11028
11029         * src/imap.[ch]
11030                 use already existing method to prevent unneeded IMAP
11031                 folder selects. Set imap_select parameters to NULL
11032                 in some functions if the values are not required.
11033
11034         * src/xml.h
11035                 remove no longer required include
11036
11037 2002-12-04 [paul]       0.8.6claws58
11038
11039         * po/es.po
11040                 updated by Ricardo Mones Lastra
11041                 
11042         * configure.in
11043           po/hu.po      ** NEW FILE **
11044                 initial Hungarian translation, submitted
11045                 by Gál Zoltán <galzoli@hu.inter.net>
11046
11047 2002-12-03 [christoph]  0.8.6claws57
11048
11049         * src/Makefile.am
11050         * src/gtksctree.[ch]            ** REMOVE **
11051         * src/gtk/Makefile.am
11052         * src/gtk/gtksctree.[ch]        ** NEW **
11053                 move gtksctree files to gtk directory
11054
11055 2002-12-03 [christoph]  0.8.6claws56
11056
11057         * src/Makefile.am
11058         * src/md5.[ch]                  ** REMOVE **
11059         * srm/common/Makefile.am
11060         * src/common/md5.[ch]           ** NEW **
11061                 move md5 files to common directory
11062
11063         * src/gtkstext.c
11064                 remove not required #include
11065
11066 2002-12-03 [sergey]     0.8.6claws55
11067
11068         * src/gtkutils.c
11069         * src/gtkutils.h
11070                 gtkut_window_popup(): new function.
11071         * src/mainwindow.c
11072                 main_window_popup(): use gtkut_window_popup() to raise
11073                 window without changing its position.
11074                 (see sylpheed-main ML message [sylpheed:17247])
11075
11076 2002-12-03 [sergey]     0.8.6claws54
11077
11078         * src/send.c
11079                 send_message_local(): removed first-dot escaping
11080                 (SMTP-only, not needed for sending through pipe)
11081
11082 2002-12-03 [paul]       0.8.6claws53
11083
11084         * po/POTFILES.in
11085                 update to reflect recent changes (thanks
11086                 to Ricardo Mones Lastra)
11087                 
11088         * tools/filter_conv.pl
11089                  fix problem with quoted strings. Patch submitted
11090                  by Luke Plant <lukeplant@softhome.net>
11091
11092 2002-12-03 [paul]       0.8.6claws52
11093
11094         * sync with 0.8.6cvs15
11095                 see ChangeLog 2002-12-03
11096
11097 2002-12-02 [christoph]  0.8.6claws51
11098
11099         * src/logwindow.[ch]
11100         * src/common/log.[ch]
11101                 implement logging using a hook function
11102
11103         * src/folderview.c
11104         * src/folder.[ch]
11105                 define hooklist name in header file to avoid
11106                 errors caused by wrong spelling of hooklist names
11107
11108         * src/toolbar.c
11109                 fix warnings
11110
11111 2002-12-02 [christoph]  0.8.6claws50
11112
11113         * src/common/Makefile.am
11114                 add src/common/hooks.[ch]
11115
11116         * src/common/hooks.[ch]
11117                 implement a simple hook system using glib's hook functions
11118
11119         * src/folder.[ch]
11120         * src/folderview.c
11121                 use new hook system for folder item updates
11122
11123 2002-12-02 [christoph]  0.8.6claws49
11124
11125         * doc-src/ui_seperation.txt     ** NEW **
11126                 information for ui seperation
11127
11128         * src/Makefile.am
11129                 remove files that were moved to common
11130                 include common directory by default for the header files
11131
11132         * src/inc.c
11133         * src/common/socket.c
11134         * src/automaton.[ch]
11135                 implement automaton using g_io_*-functions instead of
11136                 gdk_input_add to make it ui independent
11137
11138         * src/codeconv.c
11139         * src/compose.c
11140         * src/ldif.c
11141         * src/pgptext.c
11142         * src/procmime.c
11143         * src/rfc2015.c
11144         * src/smtp.c
11145         * src/unmime.c
11146                 remove common/ prefix because directory is now in
11147                 include path
11148
11149         * src/compose.c
11150         * src/folder.c
11151         * src/folderview.c
11152         * src/mainwindow.c
11153         * src/messageview.c
11154         * src/prefs_common.c
11155         * src/procmsg.c
11156         * src/rfc2015.c
11157                 fix warnings
11158
11159         * src/imap.c
11160         * src/inc.c
11161         * src/news.c
11162         * src/pop.c
11163         * src/send.c
11164         * src/smtp.c
11165         * src/ssl_certificate.c
11166                 add log.h header file for logging functions
11167
11168         * src/main.c
11169         * src/common/utils.c
11170         * src/summaryview.c
11171         * src/xml.c
11172                 o move debug_mode to common/utils.c
11173                 o add functions to set and get debug_mode
11174
11175         * src/defs.h                    ** REMOVE **
11176         * src/intl.h                    ** REMOVE **
11177         * src/socket.[ch]               ** REMOVE **
11178         * src/ssl.[ch]                  ** REMOVE **
11179         * src/utils.[ch]                ** REMOVE **
11180                 replaced by new files in src/common/
11181         
11182         * src/common/Makefile.am
11183                 add new files in src/common/
11184
11185         * src/common/defs.h             ** NEW **
11186         * src/common/intl.h             ** NEW **
11187         * src/common/log.[ch]           ** NEW **
11188         * src/common/socket.[ch]        ** NEW **
11189         * src/common/ssl.[ch]           ** NEW **
11190         * src/common/utils.[ch]         ** NEW **
11191                 replacement for files in src/
11192
11193 2002-12-02 [colin]      0.8.6claws48
11194
11195         * src/folderview.c
11196                 Scroll folderview if necessary during dnd
11197
11198 2002-12-02 [colin]      0.8.6claws47
11199
11200         * src/folder.[ch]
11201                 Add check to verify a move is within a single mailbox
11202         * src/folderview.c
11203                 Add specific error string for this check
11204
11205 2002-12-02 [colin]      0.8.6claws46
11206
11207         * src/folder.c
11208                 Add a test to folder moving, remove a statusbar_print
11209         * src/folderview.c
11210                 Add Move folder... context-menu item
11211                 Factorize folder moving code
11212                 Enable folder DND for mbox
11213
11214 2002-12-01 [christoph]  0.8.6claws45
11215
11216         * ac/aspell.m4
11217                 remove conf.aspelltest if the version check fails
11218
11219 2002-11-30 [christoph]  0.8.6claws44
11220
11221         * autogen.sh
11222                 run libtoolize --force in autogen to create missing
11223                 libtool scripts
11224
11225 2002-11-30 [christoph]  0.8.6claws43
11226
11227         * src/Makefile.am
11228         * src/pgptext.c
11229         * src/procmime.c
11230         * src/rfc2015.c
11231         * src/uuencode.[ch]             ** REMOVED **
11232         * src/common/Makefile.am
11233         * src/common/uuencode.[ch]      ** NEW **
11234                 move uuen/decoder to common directory
11235
11236 2002-11-30 [christoph]  0.8.6claws42
11237
11238         * src/Makefile.am
11239         * src/base64.[ch]               ** REMOVED **
11240         * src/codeconv.c
11241         * src/compose.c
11242         * src/ldif.c
11243         * src/pgptext.c
11244         * src/procmime.c
11245         * src/rfc2015.c
11246         * src/smtp.c
11247         * src/unmime.c
11248         * src/common/Makefile.am
11249         * src/common/base64.[ch]        ** NEW **
11250                 move base64 en/decoder to common directory
11251
11252 2002-11-30 [christoph]  0.8.6claws41
11253
11254         * src/common                    ** NEW **
11255                 new directory for UI independent code
11256         * src/gtk                       ** NEW **
11257                 new directory for GTK frontend
11258         * src/common/.cvsignore         ** NEW **
11259         * src/gtk/.cvsignore            ** NEW **
11260                 ignore build files
11261         * src/common/Makefile.am        ** NEW **
11262         * src/gtk/Makefile.am           ** NEW **
11263                 automake files to build new seperated stuff
11264         * src/Makefile.am
11265                 the binary will currently still be build with the
11266                 files in src, so we include the code from the
11267                 subdirs for now after building the libs there
11268
11269 2002-11-30 [paul]       0.8.6claws40
11270
11271         * src/compose.c
11272                 fix bug [642731] 'Wrong selected account with drafted mail'
11273
11274 2002-11-29 [oliver]     0.8.6claws39
11275         
11276         * src/messageview.c
11277                 o update summaryview when switching between different
11278                   messageviews          
11279         * src/toolbar.c  
11280                 o check if messageview holds already removed msg
11281                   from summaryview
11282                 
11283
11284 2002-11-29 [oliver]     0.8.6claws38
11285
11286         * src/toolbar.c 
11287                 remove not needed variables and includes
11288                 make messageview stay opened and move to next when msgs are deleted 
11289
11290 2002-11-29 [oliver]     0.8.6claws37
11291         
11292         * src/toolbar.c 
11293                 disable compose button (messageview toolbar) by default
11294                 deleted msgs are moved to trash
11295         
11296 2002-11-29 [melvin]     0.8.6claws36
11297
11298         * configure.in
11299                 Increased minimal gpgme version to 0.3.10 (Zombies out)
11300                 and to detect signatures expirations (gpgme 0.3.6)
11301
11302         * src/main.c
11303                 Use non obsolescent function for Gpgme engine checking.
11304
11305         * src/rfc2015.c
11306                 Inform about expired signatures or signatures which key
11307                 has expired. Expiration date is displayed.
11308
11309         * src/sigstatus.c
11310                 Inform about expired signatures or signatures which key
11311                 has expired.
11312
11313 2002-11-28 [paul]       0.8.6claws35
11314
11315         * src/folderview.c
11316                 re-instate 'Check for new messages' in Newsgroup
11317                 folders right-click menu, after a suggestion from
11318                 Tim Mann <timmann@users.sourceforge.net>
11319
11320         * src/main.c
11321                 after a crash check only local folders for new
11322                 messages
11323
11324 2002-11-28 [paul]       0.8.6claws34
11325
11326         * configure.in
11327                 apply patch that fixes the checking of GTK with XIM 
11328                 support on different OSs, such as FreeBSD. Patch 
11329                 submitted by Topia <topia@users.sourceforge.net>
11330                 
11331 2002-11-28 [paul]       0.8.6claws33
11332
11333         * src/mainwindow.c
11334           src/prefs_common.c
11335           src/prefs_toolbar.c
11336                 more changes to the English
11337
11338 2002-11-28 [paul]       0.8.6claws32
11339
11340         * sync with 0.8.6cvs13
11341                 see ChangeLog 2002-11-28 (no sync needed
11342                 for src/compose.c)
11343
11344 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
11345         
11346         * src/mainwindow.[ch]
11347                 add patch by Ivan F. Martinez introducing messageview Toolbar
11348                 some changes and committed by oliver    
11349
11350 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
11351
11352         * src/messageview.[ch]
11353                 add patch by Ivan F. Martinez introducing messageview Toolbar
11354                 some changes and committed by oliver    
11355
11356 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
11357
11358         * src/compose.[ch]
11359                 add patch by Ivan F. Martinez introducing messageview Toolbar
11360                 some changes and committed by oliver    
11361
11362 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
11363         
11364         * src/toolbar.[ch]
11365                 add patch by Ivan F. Martinez introducing messageview Toolbar
11366                 some changes and committed by oliver
11367
11368 2002-11-28 [oliver]     0.8.6claws27
11369         
11370         * src/prefs_toolbar.[ch]
11371                 getting ready for messageview toolbar
11372                 free mem allocated by gettext
11373                 change prefs_toolbar to prefs_toolbar_open
11374  
11375 2002-11-28 [thorsten]   0.8.6claws26
11376
11377         * src/imageview.[ch]
11378                 cleaned up conflicting declarations of
11379                 imageview_show_image()
11380
11381 2002-11-28 [paul]       0.8.6claws25
11382
11383         * src/grouplistdialog.c
11384           src/prefs_common.c
11385           src/prefs_summary_column.c
11386                 a few more improvements to the English
11387
11388 2002-11-28 [colin]      0.8.6claws24
11389
11390         * man/sylpheed.1
11391                 A few updates to command-line parameters
11392
11393 2002-11-28 [colin]      0.8.6claws23
11394
11395         * src/prefs_filtering.c
11396                 Fix problems with prefs_filtering_delete_path:
11397                 a) if the first rule is removed, original pointers
11398                    weren't updated (leading to segfaults)
11399                 b) it was always global_processing updated in case
11400                    of removed path was parent of rule path
11401
11402 2002-11-27 [paul]       0.8.6claws22
11403
11404         * src/mainwindow.c
11405           src/prefs_account.c
11406           src/prefs_actions.c
11407           src/prefs_common.c
11408           src/prefs_customheader.c
11409           src/prefs_display_header.c
11410           src/prefs_filtering.c
11411           src/prefs_folder_item.c
11412           src/prefs_matcher.c
11413           src/prefs_scoring.c
11414           src/prefs_summary_column.c
11415           src/prefs_template.c
11416           src/prefs_toolbar.c
11417                  improve the English in the GUI
11418
11419 2002-11-27 [colin]      0.8.6claws21
11420
11421         * src/folder.c
11422                 Fix processing renaming problems happening after
11423                 last commit
11424
11425 2002-11-27 [colin]      0.8.6claws20
11426
11427         * src/folder.c
11428                 recursive move now deletes src each subfolder after 
11429                 having moved it
11430         * src/folderview.c
11431                 Use identifier instead of path during dnd (enables
11432                 IMAP folder dnd)
11433
11434 2002-11-27 [paul]       0.8.6claws19
11435
11436         * src/main.c
11437                 apply patch that does command-line processing 
11438                 BEFORE gtk_init, allowing claws to run from 
11439                 shell-scripts in non-X environment (e.g. crontab 
11440                 or ip-up, ip-down scripts). Patch submitted by
11441                 Ruslan N. Balkin <baron@dartel.ru>
11442                 
11443         * po/it.po
11444                 updated by Alessandro Maestri
11445
11446 2002-11-27 [paul]       0.8.6claws18
11447
11448         * sync with 0.8.6cvs12
11449           src/prefs_common.c
11450                 Differences are that main uses a 'Receive dialog'
11451                 frame on the Interface tab, whereas claws groups all 
11452                 the dialogs together in a 'Dialogs' frame.
11453
11454 2002-11-27 [colin]      0.8.6claws17
11455
11456         * src/prefs_matcher.c
11457                 Fix Execute criteria's NOT flag
11458
11459
11460 2002-11-26 [christoph]  0.8.6claws16
11461
11462         * src/ssl.c
11463                 rewrite the ssl code a little bit, only use one
11464                 SSL context, set default certificates' file/path
11465
11466 2002-11-26 [thorsten]   0.8.6claws15
11467
11468         * src/compose.c
11469                 default-reply-to didn't work for ml-reply
11470
11471 2002-11-26 [melvin]     0.8.6claws14
11472
11473         * src/prefs_actions.c
11474                 Made pipe-actions ignore short headers in message view
11475                 Made trailing-pipe-actions write in the message view with
11476                 the same font as the original message
11477
11478 2002-11-26 [paul]       0.8.6claws13
11479
11480         * src/compose.c
11481                 this time commit the correct file
11482
11483 2002-11-26 [paul]       0.8.6claws12
11484
11485         * sync with 0.8.6cvs11
11486           src/quote_fmt_parse.y  
11487                 no sync needed
11488           src/account.[ch]       
11489                 not sync'ed
11490           src/compose.c
11491                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
11492                 on draft mode.
11493                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
11494                 header
11495                 
11496         see ChangeLog 2002-11-25 and 2002-11-26
11497
11498 2002-11-26 [colin]      0.8.6claws11
11499
11500         * src/folderview.c
11501                 Fix collapsed folder not auto-expanding during
11502                 mail dnd, if it was the source folder.
11503
11504 2002-11-25 [colin]      0.8.6claws10
11505
11506         * src/folderview.[ch]
11507                 Variable renaming and cleaning (slist of nodes 
11508                 to be re-collapsed is stored in FolderView)
11509
11510 2002-11-25 [paul]       0.8.6claws9
11511
11512         * src/prefs_common.[ch]
11513                 fix breakage caused by last commit
11514
11515 2002-11-25 [paul]       0.8.6claws8
11516
11517         * sync with 0.8.6cvs4
11518                 see ChangeLog 2002-11-21
11519
11520 2002-11-25 [paul]       0.8.6claws7
11521
11522         * sync with 0.8.6cvs4
11523                 see ChangeLog 2002-11-20
11524
11525 2002-11-25 [paul]       0.8.6claws6
11526
11527         * sync with 0.8.6cvs3
11528                 see ChangeLog 2002-11-18
11529
11530 2002-11-25 [colin]      0.8.6claws5
11531
11532         * src/gtkutils.[ch]
11533                 Add gtkut_ctree_node_is_parent()
11534         * src/folderview.c
11535                 Spring-loaded folders
11536
11537 2002-11-25 [colin]      0.8.6claws4
11538
11539         * src/utils.[ch]
11540                 Add slist_concat_unique(), function to merge
11541                 two GSList filtering dups
11542         * src/folder.[ch]
11543         * src/summaryview.[ch]
11544         * src/folderview.c
11545         * src/main.c
11546                 Add detection/update/display of unread answers
11547                 to marked mails
11548         * src/procmsg.[ch]
11549                 Add procmsg_find_children()
11550                 Add procmsg_msg_has_marked_parent()
11551
11552 2002-11-25 [colin]      0.8.6claws3
11553
11554         * src/ssl_certificate.[ch]
11555                 Allow checking a certificate without a DNS
11556                 lookup
11557                 Allow to forget a cert (by deleting it)
11558                 Make ssl_certificate_destroy_public
11559         * src/ssl_manager.[ch] ** NEW FILES **
11560                 Gui to manage (display/remove) certificates
11561         * src/prefs_common.[ch]
11562                 Add a pref to allow silent acceptation of
11563                 trusted certificates or not (based on the
11564                 "I want to know what's going on" principle)
11565         * src/mainwindow.c
11566                 Add SSL manager in Tools menu
11567         * src/Makefile.am
11568                 Add the new files to the build
11569         * po/POTFILES.in
11570                 Add ssl_manager.c to translations
11571
11572 2002-11-25 [colin]      0.8.6claws2
11573
11574         * src/summaryview.[ch]
11575                 Add S_SEARCH_EXTENDED to the quick search, which 
11576                 allows to search using filtering syntax.
11577
11578 2002-11-25 [colin]      0.8.6claws1
11579
11580         * src/summaryview.c
11581                 Deletion of duplicates now prefer deleting
11582                 the unread dup (fixes feature-request 638989).
11583
11584 2002-11-24 [paul]       0.8.6claws
11585
11586         * po/es.po
11587           po/pl.po
11588           po/ru.po
11589           po/sr.po
11590                 updated by Ricardo Mones Lastra,
11591                 Witold Wladyslaw Wojciech Wilk,
11592                 Ruslan N. Balkin, and  Urke MMI 
11593                 respectively
11594
11595 2002-11-24 [paul]       0.8.5claws182
11596
11597         * po/bg.po
11598                 updated by George Danchev
11599
11600 2002-11-23 [alfons]     0.8.5claws181
11601
11602         * src/imap.c
11603                 tiny memory leak found by browsing Dimitar's 
11604                 valgrind report
11605
11606 2002-11-23 [paul]       0.8.5claws180
11607
11608         * po/it.po
11609                 updated by Alessandro Maestri
11610
11611 2002-11-22 [christoph]  0.8.5claws179
11612
11613         * src/compose.c
11614         * src/inc.c
11615         * src/prefs_filtering.c
11616         * src/summaryview.c
11617                 more warning fixes
11618
11619 2002-11-22 [alfons]     0.8.5claws178
11620
11621         * src/summaryview.c
11622                 summary_execute_delete_func(): if message is deleted, make 
11623                 sure to also remove its entry in the subject hash table. 
11624                 fixes a corner case bug.
11625
11626 2002-11-22 [paul]       0.8.5claws177
11627
11628         * .cvsignore
11629                 add 'autom4te.cache'
11630                 
11631         * ltconfig      ** REMOVED **
11632                 not needed
11633
11634 2002-11-22 [paul]       0.8.5claws176
11635
11636         * src/textview.c
11637                 textview_set_font(): fix for message display in
11638                 UTF-8 locales (thanks to Sergey Vlasov).
11639                 
11640         * AUTHORS
11641                 add new team members and contributors
11642
11643
11644 2002-11-21 [colin]      0.8.5claws175
11645
11646         * src/procmsg.[ch]
11647                 Add procmsg_remove_special_headers()
11648         * src/mh.c
11649                 Use procmsg_remove_special_headers() for 
11650                 previous fix
11651
11652 2002-11-21 [colin]      0.8.5claws174
11653
11654         * src/mh.c
11655                 Fix moving/copying from queue/draft folders
11656                 for MH folders
11657
11658 2002-11-21 [christoph]  0.8.5claws173
11659
11660         * src/crash.c
11661         * src/filtering.c
11662         * src/logwindow.c
11663         * src/main.c
11664         * src/matcher_parser_lex.[hl]
11665         * src/mbox.c
11666         * src/mbox_folder.[ch]
11667         * src/prefs_filtering.c
11668         * src/procheader.c
11669         * src/quote_fmt_lex.l
11670         * src/ssl.c
11671                 fix all warnings except the warnings in lex and yacc files
11672
11673 2002-11-20 [christoph]  0.8.5claws172
11674
11675         * src/imap.c
11676                 fix MsgInfo retrieval for IMAP draft and queue folders
11677                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
11678
11679 2002-11-19 [christoph]  0.8.5claws171
11680
11681         * src/compose.c
11682                 fix segfault, when draft saving does not get
11683                 the MsgInfo of the new message
11684                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
11685
11686 2002-11-19 [christoph]  0.8.5claws170
11687
11688         * src/procmsg.c
11689                 add parameter check for flag setting function
11690                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
11691
11692 2002-11-18 [paul]       0.8.5claws169
11693
11694         * src/compose.c
11695                 more sensitivity fixes to redirect mode:
11696                 * disable toolbar draft button
11697                 * allow only Address book in the Tools menu
11698                 * disable editing of message by the spell
11699                   checker
11700
11701 2002-11-18 [paul]       0.8.5claws168
11702
11703         * src/compose.c
11704                 fix sensitivity of menu items in compose_redirect():
11705                 allow only the necessary items 
11706
11707 2002-11-18 [paul]       0.8.5claws167
11708
11709         * src/compose.c
11710                 fix bug [ 603259 ] 'attachment got lost on bounce'
11711
11712 2002-11-18 [paul]       0.8.5claws166
11713
11714         * po/ru.po
11715                 updated by Ruslan N. Balkin <baron@dartel.ru>
11716
11717 2002-11-18 [colin]      0.8.5claws165
11718
11719         * src/main.c
11720           src/defs.h
11721                 Remove old filtering stuff
11722
11723
11724 2002-11-17 [oliver]     0.8.5claws164
11725
11726         * src/toolbar.h
11727                 remove not needed typedef 
11728
11729 2002-11-17 [oliver]     0.8.5claws163
11730
11731         * src/toolbar.c
11732                 make toolbar's on click events translatable
11733
11734 2002-11-15 [colin]      0.8.5claws162
11735
11736         * src/summaryview.c
11737                 Revert too-soon integration of a feature
11738
11739 2002-11-15 [christoph]  0.8.5claws161
11740
11741         * src/imap.c
11742                 use main's implementation of imap_get_msginfo
11743
11744 2002-11-15 [christoph]  0.8.5claws160
11745
11746         * src/compose.c
11747         * src/folder.[ch]
11748         * src/imap.c
11749         * src/mbox_folder.c
11750         * src/mh.c
11751         * src/news.c
11752         * src/procmsg.c
11753         * src/summaryview.c
11754                 replace claws' fetch_msginfo with main's get_msginfo
11755                 (use main's implementation where possible)
11756
11757 2002-11-15 [colin]      0.8.5claws159
11758
11759         * src/ssl_certificate.c
11760                 Missed a check
11761
11762 2002-11-16 [melvin]     0.8.5claws158
11763
11764         * po/fr.po
11765                 Updated French translations.
11766
11767 2002-11-16 [colin]      0.8.5claws157
11768
11769         * src/ssl_certificate.c
11770                 Check for missing parts in the certificates
11771
11772 2002-11-15 [colin]      0.8.5claws156
11773
11774         * src/folderview.c
11775                 Preventive fix (missing check) found by
11776                 Alfons
11777
11778 2002-11-15 [paul]
11779
11780         * NEWS
11781                 sync with 0.8.6 release
11782
11783 2002-11-15 [colin]      0.8.5claws155
11784
11785         * src/folder.[ch]
11786           src/folderview.c
11787                 Fix error handling of folder_item_move_to()
11788                 (thanks to Alfons!)
11789
11790 2002-11-15 [colin]      0.8.5claws154
11791
11792         * src/folder.[ch]
11793           src/folderview.c
11794                 folder_item_move_to() sets an error message instead
11795                 of having GUI stuff in folder.c
11796
11797 2002-11-15 [colin]      0.8.5claws153
11798
11799         * src/procmsg.[ch]
11800                 Implemented a callback for MsgInfo updates, 
11801                 heavily copy/pasted from Christoph's folder 
11802                 callback system
11803         * src/summaryview.[ch]
11804                 Register summary_update_msg as callback
11805
11806 2002-11-14 [colin]      0.8.5claws152
11807         
11808         * src/procmsg.c
11809                 Update the FolderItem after sending (fixes 617593)
11810
11811 2002-11-14 [christoph]  0.8.5claws151
11812
11813         * src/folder.c
11814                 fix wrong position of NULL pointer check found
11815                 by Sergey
11816
11817 2002-11-14 [christoph]  0.8.5claws150
11818
11819         * src/folder.c
11820                 fix segfault when deleting messages from IMAP folders
11821                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
11822
11823 2002-11-14 [colin]      0.8.5claws149
11824
11825         * src/compose.c
11826                 Forwarding was also ignoring the folder's default account.
11827
11828 2002-11-14 [colin]      0.8.5claws148
11829
11830         * src/compose.c
11831                 Fix sent folder not set to folder properties when 
11832                 forwarding.
11833
11834 2002-11-14 [thorsten]   0.8.5claws147
11835
11836         * src/inc.c
11837                 inc_start(): Files were not moved from .processing to inbox,
11838                 if no global processing rule existed
11839
11840 2002-11-14 [colin]      0.8.5claws146
11841
11842         * src/ssl_certificate
11843                 Fix file operations
11844
11845 2002-11-14 [paul]       0.8.5claws145
11846
11847         * po/it.po
11848                 updated by Alessandro Maestri
11849
11850 2002-11-13 [alfons]     0.8.5claws144
11851
11852         * src/folder.c
11853                 folder_item_close(): only mark messages unread
11854                 when a folder has new messages 
11855
11856 2002-11-13 [keith]      0.8.5claws143
11857
11858         * src/imap.c
11859                 Fix problem moving or copying between
11860                 IMAP folders
11861
11862 2002-11-13 [colin]      0.8.5claws142
11863
11864         * src/matcher_parser_parse.y
11865                 Fix rule problem when " don't match
11866
11867 2002-11-13 [christoph]  0.8.5claws141
11868
11869         * src/folder.c
11870         * src/folderview.c
11871                 moved cache saving to folder_item_close
11872                 the folderview should not have to deal with
11873                 this things
11874
11875 2002-11-13 [christoph]  0.8.5claws140
11876
11877         * src/summaryview.c
11878                 moved setting of important score to
11879                 summary_set_prefs_from_folderitem
11880
11881 2002-11-13 [colin]      0.8.5claws139
11882
11883         * src/matcher_parser_parse.y
11884                 Fix a segfault in the parser (happening when
11885                 a good expression had been tested and a bad 
11886                 one arrives)
11887
11888 2002-11-13 [paul]       0.8.5claws138
11889
11890         * sync with 0.8.5cvs24
11891                 see ChangeLog 2002-11-13
11892                 
11893         * po/pt_BR.po
11894                 updated by Fabio Jr. Beneditto
11895
11896 2002-11-13 [colin]      0.8.5claws137
11897         
11898         * src/msgcache.c
11899           src/defs.h
11900           src/procmsg.[ch]
11901                 Revert last commit, problem
11902
11903 2002-11-13 [colin]      0.8.5claws136
11904
11905         * src/msgcache.c
11906                 Remove duplicated code
11907         * src/defs.h
11908                 Bumped CACHE_VERSION and MARK_VERSION
11909         * src/procmsg.[ch]
11910                 Network endian for cache and mark files
11911
11912 2002-11-12 [colin]      0.8.5claws135
11913
11914         * src/inc.c
11915                 Fix the "socket error" dialog which disappeared
11916
11917 2002-11-12 [colin]      0.8.5claws134
11918
11919         * src/msgcache.c
11920                 Reverse last commit which had performance 
11921                 problems, but still reverse the list
11922
11923 2002-11-12 [colin]      0.8.5claws133
11924
11925         * src/msgcache.c
11926                 Reverse list order
11927
11928 2002-11-12 [melvin]     0.8.5claws132
11929
11930         * src/compose.c
11931                 Added a check for a NULL prefs_common.dictionary
11932
11933 2002-11-12 [colin]      0.8.5claws131
11934
11935         * src/ssl_certificate.[ch]
11936                 Use FQDN hostname
11937
11938 2002-11-12 [colin]      0.8.5claws130
11939
11940         * src/ssl_certificate.[ch]
11941                 Take connection port into account for 
11942                 checking certificates (a single hostname
11943                 could have multiple servers with multiple
11944                 certificates)
11945         * src/ssl.c
11946                 Pass the port to ssl_certificate_check
11947
11948 2002-11-12 [paul]       0.8.5claws129
11949
11950         * src/folder.c
11951                 fix a typo in last commit
11952
11953 2002-11-12 [paul]       0.8.5claws128
11954
11955         * sync with 0.8.5cvs23
11956                 see ChangeLog entry 2002-11-12
11957
11958 2002-11-11 [colin]      0.8.5claws127
11959
11960         * src/ssl_certificate.c
11961                 Cleaner messages
11962                 Don't popup, instead log error, if the 
11963                 corresponding pref is checked
11964         * src/ssl_certificate.h
11965                 include <openssl/objects/h>
11966
11967 2002-11-11 [colin]      0.8.5claws126
11968
11969         * src/ssl_certificate.h
11970                 _Really_ clean it
11971
11972 2002-11-11 [colin]      0.8.5claws125
11973         
11974         * src/ssl_certificate.c
11975                 Fixed leak
11976
11977 2002-11-11 [colin]      0.8.5claws124
11978
11979         * src/ssl.c
11980                 Cleaned a bit
11981         * src/ssl_certificate.[ch]
11982                 Cleaned a bit (better use of SSL API)
11983                 (This will cause non-recognition of saved 
11984                  certificates of claws12[23]...)
11985
11986 2002-11-11 [paul]       0.8.5claws123
11987         
11988         * po/es.po
11989                 updated by Ricardo Mones Lastra
11990
11991 2002-11-11 [colin]      0.8.5claws122
11992
11993         * src/ssl.c
11994                 Fix a typo
11995
11996 2002-11-11 [colin]      0.8.5claws121
11997
11998         * src/ssl_certificate.[ch] ** NEW FILES **
11999         * src/ssl.[ch]
12000                 Check SSL certificates presented to us
12001         * src/Makefile.am
12002                 Add ssl_certificate.[ch]
12003         * po/POTFILES.in
12004                 Add ssl_certificate.c
12005
12006 2002-11-11 [paul]       0.8.5claws120
12007
12008         * sync with 0.8.5cvs22
12009                 see ChangeLog 2002-11-11
12010
12011 2002-11-11 [paul]       0.8.5claws119
12012
12013         * sync with 0.8.5cvs21
12014                 see ChangeLog 2002-11-11
12015
12016 2002-11-10 [jens]       0.8.5claws118
12017
12018         * src/folder.c
12019         * src/folderview.c
12020                 corrected some typing
12021         * po/de.po
12022                 updated german translation
12023         * sylpheed.spec.in
12024                 cleaned up specfile and adjusted it for claws
12025
12026 2002-11-10 [colin]      0.8.5claws117
12027
12028         * src/summaryview.c
12029                 a STATUSBAR_PUSH/POP fix
12030
12031 2002-11-10 [colin]      0.8.5claws116
12032
12033         * src/prefs_folder_item.c
12034                 Fix hanging after opening folder properties
12035
12036 2002-11-10 [hoa]        0.8.5claws115
12037
12038         * src/matcher_parser_lex.l
12039         * src/matcher_parser_parse.y
12040                 config file for scoring and filtering is no more trashed
12041                 when there is a syntax error in a filtering rule when
12042                 editing it in a dialog.
12043
12044 2002-11-09 [colin]      0.8.5claws114
12045
12046         * src/mbox_folder.c
12047                 Added missing initialisation of folder->destroy()
12048
12049 2002-11-09 [colin]      0.8.5claws113
12050
12051         * src/folder.c
12052           src/folderview.c
12053                 Fix the status bar messages
12054
12055 2002-11-09 [colin]      0.8.5claws112
12056
12057         * src/folderview.c
12058                 Fix hangs after folder dnd, happening after 
12059                 claws109.
12060
12061 2002-11-09 [christoph]  0.8.5claws111
12062
12063         * src/folderview.c
12064                 just changed order of calls (reverse order of
12065                 associated calls)
12066         * src/inc.c
12067                 lock inc when checking only one account, otherwise
12068                 inc all could be executed at the same time
12069
12070 2002-11-09 [christoph]  0.8.5claws110
12071
12072         * src/folderview.c
12073                 better unlock the mouse cursor before calling
12074                 summary_show because it changes the cursor too
12075
12076 2002-11-09 [christoph]  0.8.5claws109
12077
12078         * src/folder.[ch]
12079         * src/folderview.c
12080                 add functions to open and close a folder
12081                 o opending will execute scanning for remote folders
12082                   and processing
12083                 o closing will unset new flag for messages
12084
12085 2002-11-09 [colin]      0.8.5claws108
12086
12087         * src/folder.c
12088                 Add a call to prefs_matcher_write_config to 
12089                 avoid non-leaf folders filtering settings to be
12090                 lost
12091
12092 2002-11-09 [paul]       0.8.5claws107
12093
12094         * src/prefs_account.c
12095                 re-word a label
12096
12097 2002-11-09 [colin]      0.8.5claws106
12098
12099         * src/folderview.c
12100                 Minor esthetic fix
12101
12102 2002-11-09 [colin]      0.8.5claws105
12103
12104         * src/folderview.c
12105                 Fix prefs_filtering deletion for MH folders (same
12106                 reason as below)
12107         * src/prefs_filtering.c
12108                 Fix prefs_filtering renaming and deletion for 
12109                 folder-based processing rules.  
12110
12111 2002-11-09 [christoph]  0.8.5claws104
12112
12113         * src/compose.c
12114         * src/folder.[ch]
12115         * src/folderview.[ch]
12116         * src/import.c
12117         * src/inc.c
12118         * src/main.c
12119         * src/mainwindow.c
12120         * src/messageview.c
12121         * src/prefs_folder_item.c
12122         * src/procmsg.c
12123         * src/summaryview.c
12124                 implement a callback system for folder item updates
12125
12126 2002-11-09 [colin]      0.8.5claws103
12127
12128         * src/folderview.c
12129                 Fix prefs_filtering renaming for MH folders (we
12130                 shouldn't rename by path as another folder could
12131                 have the same hierarchy).
12132
12133 2002-11-09 [colin]      0.8.5claws102
12134
12135         * src/folder.c
12136                 Fix a leak found by Christoph, use better variable
12137                 names
12138
12139 2002-11-09 [colin]      0.8.5claws101
12140
12141         * src/folder.c
12142                 One more fix for processing rules
12143
12144 2002-11-08 [colin]      0.8.5claws100
12145         
12146         * src/matcher.c
12147                 Don't copy the compiled regexp (will be reevaluated)
12148         * src/folderview.c
12149                 Lock folderview while moving
12150         * src/folder.c
12151                 Provide info on what's happening to the user
12152
12153 2002-11-08 [colin]      0.8.5claws99
12154
12155         * src/folderview.c
12156                 Fix folder reordering after a move if parent is 
12157                 root
12158         * src/scoring.[ch]
12159                 Add function to copy a ScoringProp
12160         * src/prefs_folder_item.c
12161                 Copy scoring rules when copying a folder prefs
12162
12163 2002-11-08 [colin]      0.8.5claws98
12164
12165         * src/folderview.c
12166                 Fixes in case of failure
12167         * src/filtering.[ch]    
12168                 Add function to duplicate a FilteringProp
12169         * src/matcher.[ch]
12170                 Add function to duplicate a MatcherProp
12171         * src/prefs_folder_item.c
12172                 Save folder's processing rules when copying 
12173                 its prefs
12174
12175 2002-11-08 [colin]      0.8.5claws97
12176         
12177         * src/folderview.c
12178                 Sort after move
12179         * src/folder.c 
12180                 Change a printf to debug_print
12181
12182 2002-11-08 [colin]      0.8.5claws96
12183
12184         * src/folder.c
12185           src/folderview.c
12186                 Fix segfaults, call me stupido
12187         
12188
12189 2002-11-08 [colin]      0.8.5claws95
12190
12191         *src/folder.c
12192                 Added forgotten prefs to save when moving folders
12193
12194 2002-11-08 [colin]      0.8.5claws94
12195
12196         * src/folder.c
12197                 Fixes to folder DND (prefs copy)
12198         * src/folderview.c
12199                 Optimization for folder DND (don't rescan whole tree)
12200                 Added folderview_create_folder_node() for this 
12201                 optimization, so de-duped a bit the code
12202         * src/prefs_folder_item.[ch]
12203                 Added prefs_folder_item_copy_prefs()    
12204           
12205 2002-11-08 [paul]       0.8.5claws93
12206
12207         * src/prefs_account.c
12208           tools/README
12209           tools/kmail2sylpheed_v2.pl
12210                 correct some typos
12211
12212 2002-11-08 [paul]       0.8.5claws92
12213
12214         * src/compose.c
12215           src/prefs_account.[ch]
12216                 remove account options 'clearsign' and 'ascii_armored',
12217                 replace with 'default_gnupg_mode' to prevent mixed-mode
12218                 Privacy settings
12219
12220 2002-11-08 [paul]       0.8.5claws91
12221
12222         * src/compose.[ch]
12223                 re-implement GnuPG 'on-the-fly' mode selection,
12224                 disallow mixed-mode
12225
12226 2002-11-08 [colin]      0.8.5claws90
12227
12228         * src/folderview.c
12229           src/prefs_folder_item.c
12230                 Change "Property" to "Properties"
12231
12232 2002-11-07 [colin]      0.8.5claws89
12233
12234         * src/folderview.c
12235           src/folder.c
12236                 Allow folder dropping to a root folder
12237
12238 2002-11-07 [paul]       0.8.5claws88
12239
12240         * src/compose.c
12241                 revert last commit
12242
12243 2002-11-07 [paul]       0.8.5claws87
12244
12245         * src/compose.c
12246                 fix reply-to-list bug. closes bug report
12247                 "[633382] reply-to-list broken in recent cvs"
12248
12249 2002-11-07 [paul]       0.8.5claws86
12250
12251         * src/compose.c
12252                 add a forgotten '#if USE_GPGME ... #endif'
12253
12254 2002-11-07 [paul]       0.8.5claws85
12255
12256         * sync with 0.8.5cvs20
12257                 see ChangeLog 2002-11-07
12258
12259 2002-11-07 [colin]      0.8.5claws84
12260
12261         * src/folder.[ch]
12262                 Change folder_item_move_to to return the newly 
12263                 created folderitem.
12264         * src/folderview.c
12265                 Select the new folderitem after moving.
12266
12267 2002-11-07 [colin]      0.8.5claws83
12268
12269         * src/prefs_filtering.c
12270                 Fix rule rewriting when moving a leaf folder to a 
12271                 shorter path
12272
12273 2002-11-07 [colin]      0.8.5claws82
12274
12275         * src/prefs_filtering.c
12276                 fix a leak
12277
12278 2002-11-07 [colin]      0.8.5claws81
12279
12280         * src/folder.[ch]
12281                 Add folder_item_move_to() function to move a 
12282                 folderitem into another one (updates matcher etc)
12283         * src/folderview.c
12284                 Add folder drag'n drop (context menu to come)
12285                 [Should be dataloss free, but Please backup before 
12286                  trying !]
12287
12288 2002-11-06 [colin]      0.8.5claws80
12289
12290         * src/mh.c
12291                 mh_create_folder() returns NULL if can't create
12292                 directory hierarchy
12293
12294 2002-11-06 [paul]       0.8.5claws79
12295
12296         * src/compose.[ch]
12297                 allow 'on-the-fly' changing of the type of encryption 
12298                 and/or signing used (mime/ascii) via the compose window
12299
12300 2002-11-06 [paul]       0.8.5claws78
12301
12302         * sync with 0.8.5cvs19
12303                 see ChangeLog 2002-11-06 for src/account.c: 
12304                 account_get_special_folder()
12305                 
12306 2002-11-05 [alfons]     0.8.5claws77
12307
12308         * src/crash.c
12309                 very minor cleanups: nothing to see here, move on. :-)
12310
12311 2002-11-05 [colin]      0.8.5claws76
12312
12313         * src/main.c
12314                 Changes choices if compose windows are opened to
12315                 Discard, Draft, Don't quit
12316
12317 2002-11-05 [thorsten]   0.8.5claws75
12318
12319         * src/compose.c
12320                 reenabled default_reply_to folder option
12321
12322 2002-11-05 [colin]      0.8.5claws74
12323
12324         * src/compose.[ch] 
12325                 add compose_draft()
12326         * src/crash.c
12327                 add SIGTERM handler
12328         * src/main.[ch]
12329                 add clean_quit() for the SIGTERM handler
12330
12331 2002-11-05 [paul]       0.8.5claws73
12332         
12333         * po/es.po
12334                 updated by Ricardo Mones Lastra
12335
12336 2002-11-05 [melvin]     0.8.5claws72
12337
12338         * src/logwindow.c
12339                 Fixed log-clipping bug #616795.
12340                 To stop logging in the log window use 0 length.
12341         * src/prefs_common.c
12342                 Added a label to inform about the 0 log length behaviour.
12343
12344 2002-11-05 [paul]       0.8.5claws71
12345
12346         * sync with 0.8.5cvs17
12347                 see ChangeLog 2002-11-05
12348
12349 2002-11-04 [paul]       0.8.5claws70
12350
12351         * sylpheed-128x128.png
12352           sylpheed-64x64.png
12353           sylpheed.png
12354                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
12355                 <nikai@users.sourceforge.net>
12356                 
12357         * po/bg.po
12358                 updated by George Danchev
12359
12360 2002-11-03 [thorsten]   0.8.5claws69
12361
12362         * src/main.c
12363           src/mimeview.c
12364           src/rfc2015.h
12365                 add check if gpg is active
12366
12367 2002-11-03 [thorsten]   0.8.5claws68
12368
12369         * src/toolbar.h
12370                 removed GSList declaration causing trouble on MacOS-X
12371                 (submitted by alfons, reported by xfesty)
12372
12373 2002-11-01 [paul]       0.8.5claws67
12374
12375         * src/mainwindow.c
12376                 remove last remnants of main's filter code
12377
12378 2002-11-01 [paul]       0.8.5claws66
12379
12380         * tools/filter_conv.pl
12381                 fix bug where user-defined headers were ignored
12382
12383 2002-11-01 [paul]       0.8.5claws65
12384
12385         * src/logwindow.c
12386                 make a debug_print() not translatable
12387
12388 2002-10-31 [melvin]     0.8.5claws64
12389
12390         * ac/aspell.m4
12391                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
12392                 not run any GNU/aspell test.  The dictionary path will
12393                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
12394                 was given, in which case, it will be $prefix/lib/aspell/
12395         * configure.in
12396                 Fixed typo in commentary (Aspell code).
12397
12398 2002-10-31 [paul]       0.8.5claws63
12399
12400         * po/POTFILES.in
12401                 remove src/filter.c and src/prefs_filter.c
12402                 thanks to Ricardo for reminding me
12403
12404 2002-10-31 [colin]      0.8.5claws62
12405
12406         * src/mbox_folder.c
12407                 Plug some leaks
12408
12409 2002-10-31 [paul]       0.8.5claws61
12410
12411         * src/prefs_filter.[ch] ** REMOVED **
12412           src/filter.[ch]       ** REMOVED **
12413           
12414         * src/Makefile.am
12415           src/folderview.c
12416           src/inc.c
12417           src/main.c
12418           src/mainwindow.c
12419           src/mbox.c
12420           src/prefs_common.c
12421           src/prefs_filtering.c
12422           src/summaryview.[ch]
12423                 remove main's 'filter' code
12424                 
12425         README.claws
12426                 update to reflect removal of main's filter
12427
12428 2002-10-31 [paul]       0.8.5claws60
12429
12430         * src/summaryview.c
12431                 remove check for global_processing in summary_filter_open(). 
12432                 This fixes the bug where if the user uses the right-click 
12433                 'Create filter rule...' and doesn't have any filter rules 
12434                 already defined in claws' advanced filtering, the newly 
12435                 created filter rule goes to main's filtering which is 
12436                 inaccessible through the gui. Now the filter rule gets added
12437                 to claws' filtering by default.
12438
12439 2002-10-28 [melvin]     0.8.5claws59
12440
12441         * src/prefs_actions.c
12442                 Fixed bug #627322 where MIME parts were not always
12443                 correctly passed to a %p action
12444                 Display an error dialog when message filename is not found.
12445
12446 2002-10-28 [melvin]     0.8.5claws58
12447
12448         * src/prefs_common.c
12449                 Readded a missing function declaration lost in 0.8.3claws34
12450
12451 2002-10-28 [paul]       0.8.5claws57
12452
12453         * sync with 0.8.5cvs15
12454                 see ChangeLog 2002-10-28 and 2002-10-25
12455                 
12456         Note: ChangeLog entry 2002-10-24 is not sync'ed.
12457
12458 2002-10-27 [oliver]     0.8.5claws56
12459
12460         * src/pop.c
12461                 plug leak in pop3_top_recv
12462
12463 2002-10-26 [christoph]  0.8.5claws55
12464
12465         * src/folder.c
12466                 set need_update folder flag when messages are added
12467                 (closes bug [ 626922 ] folder not updated after receiving)
12468
12469 2002-10-25 [melvin]     0.8.5claws54
12470
12471         * src/imageview.c
12472                 Fixed a memleak introduced in the scaling code.
12473
12474 2002-10-24 [alfons]     0.8.5claws53
12475
12476         * src/filtering.c
12477                 make filtering's forward message action forward from the 
12478                 correct account
12479                 (closes bug [628089 ] Filter -> Forward from address problem
12480                 reported by Oktay)
12481
12482 2002-10-24 [christoph]  0.8.5claws52
12483
12484         * src/mainwindow.c
12485         * src/manual.[ch]
12486                 o use manual of current locale or english if current
12487                   locale is not available (and english is available)
12488                 o also link to sylpheed doc project manuals
12489
12490 2002-10-23 [paul]       0.8.5claws51
12491
12492         * tools/README
12493           tools/kmail2sylpheed_v2.pl
12494                 add new version of kmail addressbook importer script.
12495                 works with newer versions of Kmail/KAddressBook which
12496                 have new and rearranged data.
12497
12498 2002-10-23 [martin]     0.8.5claws50
12499
12500         * src/folderview.c
12501         * src/summaryview.c
12502         * src/utils.h
12503         * src/utils.c
12504                 added length parameter to get_abbrev_newsgroup_name()
12505                 changed this function so that it abbreviates the newsgroup
12506                 names only so long it is smaller than the length parameter
12507                 (for better reading of some newsgroup names and space efficiency)
12508
12509 2002-10-22 [colin]      0.8.5claws49
12510
12511         *src/foldersel.c
12512                 Revert Alfons' last modification (after voting ;-))
12513
12514 2002-10-21 [alfons]     0.8.5claws48
12515
12516         * src/foldersel.c
12517                 folder view in folder selection dialog reflects state of
12518                 folder view in main window
12519
12520 2002-10-18 [alfons]     0.8.5claws47
12521
12522         * src/mbox.c
12523                 drop imported messages in folder selected by user,
12524                 and not in the inbox
12525                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
12526
12527 2002-10-18 [alfons]     0.8.5claws46
12528
12529         * src/compose.c
12530                 make automagic reply work correctly for email accounts 
12531                 (whether it's viable to do a full sync with Hiro's 
12532                 compose.c is still under discussion)
12533
12534 2002-10-18 [melvin]     0.8.5claws45
12535
12536         * src/prefs_actions.c
12537                 Fixed bug #622275 where asynchroneous actions left 
12538                 zombies processes
12539                 Made (synchroneous) actions' input be displayed live.
12540
12541 2002-10-18 [christoph]  0.8.5claws44
12542
12543         * src/textview.c
12544                 don't add a newline in the textview in front of the
12545                 first textpart if header display is disabled
12546                 (closes bug [ 603385 ] disabled header display leaves blank
12547                  lin)
12548
12549 2002-10-18 [christoph]  0.8.5claws43
12550
12551         * src/folder.[ch]
12552         * src/imap.c
12553         * src/mbox_folder.c
12554         * src/mh.c
12555         * src/news.c
12556                 folder->get_num_list now returns an error code
12557                 (closes bug [ 609424 ] News cache cleared on failure)
12558                 
12559 2002-10-17 [colin]      0.8.5claws42
12560         
12561         * src/news.c
12562                 Changed a printf by debug_print
12563
12564 2002-10-16 [paul]       
12565
12566         * tools/OOo2sylpheed.pl
12567                 allow for spaces in the name of the
12568                 file to be attached.
12569
12570 2002-10-16 [colin]      0.8.5claws41
12571
12572         * src/main.c
12573                 Use a tristate to change online mode
12574
12575 2002-10-16 [paul]       0.8.5claws40
12576
12577         * po/es.po
12578                 updated by Ricardo Mones Lastra
12579
12580 2002-10-16 [colin]      0.8.5claws39
12581
12582         * src/main.c
12583           src/mainwindow.[ch]
12584                 Added --online and --offline command-line
12585                 switches
12586
12587 2002-10-15 [christoph]  0.8.5claws38
12588
12589         * src/procmime.c
12590                 set mimeinfo->name to NULL after g_free to
12591                 avoid double freeing with g_free
12592
12593 2002-10-14 [christoph]  0.8.5claws37
12594
12595         * src/compose.c
12596         * src/filtering.c
12597         * src/summaryview.c
12598                 remove calls to folder->change_flags that are now
12599                 done by procmsg flag functions (seems it is not
12600                 used by any foldertype anyway)
12601         * src/folder.c
12602                 init folder->change_flags with NULL
12603
12604 2002-10-14 [christoph]  0.8.5claws36
12605
12606         * src/folder.[ch]
12607         * src/imap.[ch]
12608                 use virtual functions for folder item new and destroy
12609                 functions
12610
12611 2002-10-14 [melvin]     0.8.5claws35
12612
12613         * src/compose.c
12614                 Added a test to not run the spell checker if no default
12615                 dictionary is available. No dialog is displayed though.
12616
12617 2002-10-14 [melvin]     0.8.5claws34
12618
12619         * src/gtkaspell.c
12620                 Fixed bug in dictionary list context menu where
12621                 "More..." pointed to an emtpy submenu if the
12622                 number of dictionaries is a multiple of 15
12623                 Removed unneeded code in suggestions list creation
12624
12625 2002-10-14 [paul]       0.8.5claws33
12626
12627         * po/bg.po
12628                 updated by George Danchev
12629
12630 2002-10-13 [hoa]        0.8.5claws32
12631
12632         * src/matcher.[ch]
12633           src/matcher_parser_parser.y
12634                 removed the escaped string from internal structure
12635                 of matcher.
12636
12637 2002-10-12 [colin]      0.8.5claws31
12638
12639         * src/gtksctree.[ch]
12640           src/summaryview.c
12641                 Removed useless function gtksctree_reanchor
12642
12643 2002-10-12 [alfons]     0.8.5claws30
12644         
12645         * sync with remaining main changes 2002-10-09 - 2002-10-11
12646         - drop changes to src/compose.c (requires claws specific changes)
12647         
12648 2002-10-12 [alfons]     0.8.5claws29
12649         
12650         * sync with main changes of 2002-10-08
12651         - drop changes to src/compose.c (requires claws specific changes)
12652         - drop changes to src/summaryview.c (requires changes to compose.c)     
12653
12654 2002-10-12 [alfons]     0.8.5claws28
12655         
12656         * sync with main changes of 2002-10-07
12657
12658 2002-10-12 [alfons]     0.8.5claws27
12659
12660         * sync with main changes of 2002-10-04
12661         - drop changes to src/compose.c (requires claws specific changes)
12662         - drop changes to src/prefs_folder_item.c (claws implementation
12663           seems to be working)
12664
12665 2002-10-12 [colin]      0.8.5claws26
12666
12667         * src/mainwindow.c
12668                 Fix folder-flicker when space-reading, introduced 
12669                 in claws22.
12670
12671 2002-10-12 [colin]      0.8.5claws25
12672
12673         * src/compose.c
12674                 Save account address when saving as draft.
12675                 (closes bug 621838)
12676
12677 2002-10-12 [colin]      0.8.5claws24
12678
12679         * src/summaryview.c
12680                 Fix the problem consisting of no message selected
12681                 after the last message in a folder has been moved.
12682
12683 2002-10-12 [paul]       0.8.5claws23
12684
12685         * src/compose.c
12686           src/prefs_template.c
12687           src/template.[ch]
12688                 add Cc and Bcc to templates. Patch submitted by
12689                 John L. Males.
12690
12691 2002-10-12 [colin]      0.8.5claws22
12692
12693         * src/folderview.c
12694                 Fix a bug after "Check for new messages":
12695                 If a folder was opened, it was still selected at
12696                 the end of the check, but displayed empty.
12697         * src/mainwindow.c
12698                 Remove unnecessary check
12699
12700 2002-10-12 [paul]
12701
12702         * tools/README
12703                 be more verbose in the description of
12704                 OOo2sylpheed.pl
12705                 
12706
12707 2002-10-11 [colin]      0.8.5claws21
12708
12709         * src/mainwindow.c
12710                 Make space work (better) when no mail is selected
12711
12712 2002-10-11 [colin]      0.8.5claws20
12713
12714         * src/inc.c
12715           src/news.c
12716                 fix warnings
12717
12718 2002-10-11 [colin]      0.8.5claws19
12719
12720         * src/mainwindow.c
12721                 revert 0.8.5claws6 changes as i couldn't get to
12722                 anything satisfying
12723
12724 2002-10-11 [melvin]     0.8.5claws18
12725
12726         * src/compose.c
12727                 Removed buggy and unused macro (should have been committed in
12728                 0.8.5claws17)
12729
12730 2002-10-11 [melvin]     0.8.5claws17
12731
12732         * src/compose.c
12733                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
12734
12735 2002-10-11 [thorsten]   0.8.5claws16 
12736
12737         * src/folderview.c
12738                 remove rescan warning
12739
12740 2002-10-11 [colin]      0.8.5claws15 
12741
12742         * src/procheader.c
12743                 fix a segfault that happens if conv_unmime_header
12744                 fails (should be better to find out why it fails)
12745
12746 2002-10-11 [christoph]  0.8.5claws14
12747
12748         * src/summaryview.c
12749                 update folderview stats after ignore/unignore thread
12750
12751 2002-10-11 [hoa]        0.8.5claws13
12752
12753         * src/quote_fmt_parse.y
12754                 Fixed a yacc/bison syntax error
12755         * src/matcher.c
12756                 Escaping of string is fixed.
12757
12758 2002-10-11 [colin]      0.8.5claws12
12759
12760         * src/imageview.c
12761                 Resize images to fit
12762
12763 2002-10-11 [paul]       0.8.5claws11
12764
12765         * po/es.po
12766                 updated by Ricardo Mones Lastra
12767
12768 2002-10-10 [alfons]     0.8.5claws10
12769
12770         * src/compose.c
12771                 allow dropping files by "moving" files from a file manager,
12772                 not only by the more cumbersome "copying". the latter 
12773                 mostly implies holding down the Control button
12774
12775 2002-10-10 [christoph]  0.8.5claws9
12776
12777         * src/summaryview.c
12778                 update folders after thread building for ignored threads
12779
12780 2002-10-10 [christoph]  0.8.5claws8
12781
12782         * config/.cvsignore
12783                 added Makefile
12784         * src/filtering.[ch]
12785         * src/folder.[ch]
12786         * src/folderview.[ch]
12787         * src/import.c
12788         * src/inc.[ch]
12789         * src/mbox.[ch]
12790         * src/procmsg.c
12791         * src/summaryview.[ch]
12792                 o added new flag need_update to FolderItem
12793                 o removed folder_table from various functions from tracking
12794                   folder updates
12795                 o set need_update flags in folder.c's move, copy and delete
12796                   functions and procmsg's flags functions
12797                 o added function folderview_update_items_when_required that
12798                   updates all folders with need_update set
12799                 o call folderview_update_items_when_required instead of
12800                   folderview_update_item_foreach
12801
12802 2002-10-09 [sergey]     0.8.5claws7
12803
12804         * src/compose.c
12805                 Strip CRs whel loading the text into editor in reedit mode.
12806
12807 2002-10-09 [colin]      0.8.5claws6
12808
12809         * src/mainwindow.c
12810                 Make Space work when no mail is selected
12811
12812 2002-10-09 [colin]      0.8.5claws5
12813
12814         * src/gtksctree.[ch]
12815                 Fix range_select
12816                 Add gtk_sctree_reanchor() 
12817         * src/summaryview.c
12818                 Use gtk_sctree_reanchor() - better fix for 
12819                 bug 60413
12820
12821 2002-10-09 [colin]      0.8.5claws4
12822
12823         * src/summaryview.c
12824                 Fix shift-click select after delete problem
12825                 (closes bug 60413)
12826
12827 2002-10-08 [thorsten]   0.8.5claws3
12828
12829         * src/summaryview.c
12830                 exclude current msg from -hide read messages-
12831
12832 2002-10-08 [colin]      0.8.5claws2
12833
12834         * src/inc.[ch]
12835           src/pop.c
12836           src/recv.c
12837                 Differentiate socket errors from disk full
12838                 errors
12839
12840 2002-10-08 [christoph]  0.8.5claws1
12841
12842         * Makefile.am
12843         * configure.in
12844                 modifications for new config directory
12845
12846         * config.guess  ** REMOVED **
12847         * config.sub    ** REMOVED **
12848         * install-sh    ** REMOVED **
12849         * ltmain.sh     ** REMOVED **
12850         * missing       ** REMOVED **
12851         * mkinstalldirs ** REMOVED **
12852                 these files are autogenerated by automake
12853                 when you run autogen.sh
12854
12855         * config/.cvsignore     ** NEW FILE **
12856         * config/Makefile.am    ** NEW FILE **
12857                 ignore autogenerated files
12858                 create a Makefile in this directory
12859
12860 2002-10-08 [paul]       0.8.5claws
12861
12862         * 0.8.5claws release
12863         
12864         * src/compose.c
12865           src/procheader.c
12866           src/procmsg.c
12867                 fix quote reply format for newsgroups reply bug
12868                 (thanks to Hoa)
12869                 
12870         * po/en_GB.po
12871           po/pl.po
12872                 updated by me and Witold Wladyslaw Wojciech Wilk
12873                 repectively
12874
12875 2002-10-07 [paul]       0.8.3claws53
12876
12877         * po/it.po
12878           po/pt_BR.po
12879           po/sr.po
12880                 updated messages catalogs, submitted by
12881                 Alessandro Maestri, Fabio Jr.Beneditto 
12882                 and Urke MMI, respectively.
12883
12884 2002-10-07 [christoph]  0.8.3claws52
12885
12886         * src/folder.[ch]
12887         * src/folderview.c
12888         * src/mainwindow.c
12889                 fix new folder ghost message bug
12890                 (closes bug [ 619722 ] wrong count for newly created folders)
12891
12892 2002-10-07 [christoph]  0.8.3claws51
12893
12894         * src/compose.c
12895                 fix news posting problem
12896
12897 2002-10-07 [melvin]     0.8.3claws50
12898
12899         * po/fr.po
12900                 Updated French translation
12901
12902 2002-10-05 [christoph]  0.8.3claws49
12903
12904         * src/gtkstext.c
12905                 check if line_start_cache is set in gtk_stext_update_text
12906                 (closes bug [ 618119 ] crash while doing search in folder)
12907
12908 2002-10-05 [christoph]  0.8.3claws48
12909
12910         * src/imap.c
12911         * src/news.c
12912         * src/utils.c
12913         * src/utils.h
12914                 implement cache cleanups for claws' folder system
12915                 (closes bug [ 595916 ] imapcache not cleaned up)
12916
12917 2002-10-05 [melvin]     0.8.3claws47
12918
12919         * src/prefs_actions.c
12920                 Made the help text more clear for the %p token
12921
12922 2002-10-04 [paul]       0.8.3claws46
12923
12924         * sync with 0.8.5
12925                 see ChangeLog 2002-10-02 and 2002-10-03
12926
12927 2002-10-04 [christoph]  0.8.3claws45
12928
12929         * src/inc.c
12930                 fix segfault caused by pop before smtp
12931                 call to inc_account_mail with NULL
12932                 pointer for mainwin
12933
12934 2002-10-04 [paul]       0.8.3claws44
12935
12936         * configure.in
12937                 sync the LDAP detection from 0.8.5cvs1
12938
12939 2002-10-02 [christoph]  0.8.3claws43
12940
12941         * po/de.po
12942                 fix small spelling error
12943
12944 2002-10-02 [melvin]     0.8.3claws42
12945
12946         * ac/aspell.m4
12947                 Behave better and say "no" when test program cannot be run.
12948
12949 2002-10-02 [paul]       0.8.3claws41
12950
12951         * sync with 0.8.4cvs1
12952                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
12953                 
12954         * src/summaryview.c
12955                 toggle the behavior of Reply menuitem between
12956                 normal reply and reply-to-list
12957
12958 2002-10-01 [sergey]     0.8.3claws40
12959
12960         * src/compose.c
12961                 Convert newlines in the message text to the canonical form
12962                 before base64 encoding (RFC2045 compliance, fixes some
12963                 interoperability issues with Evolution 1.0.3)
12964
12965 2002-09-29 [colin]      0.8.3claws39
12966
12967         * src/summaryview.c
12968                 Fix an unwanted copy/paste
12969
12970 2002-09-29 [colin]      0.8.3claws38
12971
12972         * src/mainwindow.c
12973                 Renamed "Custom toolbar" to "Customize toolbar"
12974                 Renamed "Show all header" to "Show all headers"
12975                 Renamed "Set diplay item" to "Set displayed items"
12976         * src/prefs_common.c
12977                 Renamed "Show all header" to "Show all headers"
12978         * src/prefs_summary_column.c
12979                 Renamed "diplay item" to "displayed items"
12980
12981 2002-09-29 [colin]      0.8.3claws37
12982
12983         * src/mainwindow.[ch]
12984                 online/offline status pixmaps follow theme
12985                 changes
12986         * src/summaryview.[ch]
12987                 quicksearch pixmap follows theme changes
12988
12989 2002-09-29 [thorsten]   0.8.3claws36
12990
12991         * src/compose.c
12992           src/prefs_folder_item.[ch]
12993                 add default_reply_to folder option (closes patch 581044)
12994
12995 2002-09-29 [christoph]  0.8.3claws35
12996
12997         * acconfig.h    ** REMOVED **
12998         * configure.in
12999         * ac/aspell.m4
13000         * ac/check-type.m4
13001         * ac/gnupg-check-typedef.m4
13002                 fix autoheader 2.50 warning
13003
13004 2002-09-29 [christoph]  0.8.3claws34
13005
13006         * major code cleanup (part 2)
13007         
13008                 - unused variables removed
13009                 - unused functions removed
13010                 - uninitialized variables checked
13011                 - missing return statements added
13012                 - missing function return types added
13013                 - added parentheses around assignment
13014                   when suggested by gcc
13015
13016 2002-09-29 [alfons]     0.8.3claws33
13017
13018         * src/logwindow.c
13019                 log_window_clear(): only bracket gtk_text_forward_delete() 
13020                 with gtk_text_freeze() / gtk_text_thaw() (see if this
13021                 works around GTK text bug)
13022
13023 2002-09-29 [paul]       0.8.3claws32
13024
13025         * po/bg.po
13026           po/sr.po
13027                 updated by George Danchev and Urke MMI
13028                 respectively
13029
13030 2002-09-27 [christoph]  0.8.3claws31
13031
13032         * doc-src/readme.txt
13033         * doc-src/rfc1806.txt   ** REMOVED **
13034         * doc-src/rfc2183.txt   ** NEW FILE **
13035         * doc-src/rfc2980.txt   ** NEW FILE **
13036                 update rfcs
13037
13038 2002-09-27 [melvin]     0.8.3claws30
13039
13040         * ac/aspell.m4
13041                 Fixed typo which could break linking
13042
13043 2002-09-27 [melvin]     0.8.3claws29
13044
13045         * ac/aspell.m4
13046                 Improved GNU/aspell checking. 
13047                 Fixed bug #614490
13048
13049 2002-09-27 [paul]       0.8.3claws28
13050
13051         * sync with 0.8.3cvs8
13052                 see ChangeLog 2002-09-27
13053
13054 2002-09-26 [colin]      0.8.3claws27
13055
13056         * src/toolbar.[ch]
13057           src/mainwindow.[ch]
13058                 Add "Reply to Mailing-list" to the toolbar
13059
13060 2002-09-26 [christoph]  0.8.3claws26
13061
13062         * src/summaryview.c
13063                 Fix wrong message counts in summaryview status
13064
13065 2002-09-26 [paul]       0.8.3claws25
13066
13067         * sync with 0.8.3cvs7
13068                 see ChangeLog 2002-09-26
13069
13070 2002-09-26 [paul]       0.8.3claws24
13071
13072         * sync with 0.8.3cvs6
13073                 see ChangeLog 2002-09-25
13074
13075 2002-09-25 [christoph]  0.8.3claws23
13076
13077         * src/prefs_common.c
13078         * src/prefs_folder_item.c
13079         * src/prefs_scoring.c
13080                 Renamed "kill score" to "hide score" in GUI
13081                 and prefs files
13082
13083 2002-09-25 [paul]       0.8.3claws22
13084
13085         * sync with 0.8.3cvs5
13086                 see ChangeLog 2002-09-24
13087
13088 2002-09-24 [alfons]     0.8.3claws21
13089
13090         patch by Satoshi Nagayasu: allows appending / saving multiple 
13091         selected files (closes "[ 612279 ] save multiple mesg(s) in 
13092         'Save as ...'")
13093
13094         * AUTHORS
13095                 add Satoshi Nagayasu
13096         * src/summaryview.c
13097                 summary_save_as(): allow saving selected files to
13098                 one file
13099                 summary_set_menu_sensitive: enable "Save As..." when
13100                 multiple files are selected
13101         * src/utils.[ch]
13102                 append_file(): new function
13103
13104 2002-09-24 [colin]      0.8.3claws20
13105
13106         * src/procmime.c
13107                 Fix segfault when mimeinfo doesn't have a 
13108                 content_type. 
13109
13110 2002-09-24 [colin]      0.8.3claws19
13111
13112         * src/prefs_common.[ch]
13113                 Add a preference to display send dialog or not
13114         * src/send.c
13115                 Display send dialog according to preference
13116
13117 2002-09-24 [colin]      0.8.3claws18
13118
13119         * src/compose.[ch]
13120                 Disable user actions when sending
13121
13122 2002-09-24 [colin]      0.8.3claws17
13123
13124         * src/procmime.c
13125                 Do not display name or filename for attachments
13126                 with an application/pgp-signature type
13127                 (security flaw, see bug 537413)
13128
13129 2002-09-23 [colin]      0.8.3claws16
13130
13131         * src/editaddress.c
13132                 Initialize entry_email, entry_alias and 
13133                 entry_remarks to first email address of the list
13134
13135 2002-09-23 [colin]      0.83claws15
13136
13137         * src/compose.c
13138                 Drop pgp-signature when reediting a signed queued
13139                 message
13140
13141 2002-09-23 [melvin]     0.8.3claws14
13142
13143         * po/fr.po
13144                 Updated French translation
13145
13146 2002-09-23 [melvin]     0.8.3claws13
13147
13148         * src/mainwindow.c
13149                 Made custom toolbar menu labels more consistent
13150         * src/prefs_toolbar.c
13151                 Made custom toolbar window title more consistent
13152
13153 2002-09-22 [colin]      0.8.3claws12
13154
13155         * src/inc.c
13156                 Initialize session type to normal before getting 
13157                 mail (fixes strange Get behaviour)
13158         * src/prefs_account.h
13159                 Move STYPE_POP_BEFORE_SMTP to last position to 
13160                 avoid other side-effects
13161
13162 2002-09-22 [colin]      0.8.3claws11
13163
13164         * src/prefs_account.c
13165                 Fix pop_bfr_smtp_tm_entry sensivity when switching
13166                 from pop3 to apop or vice-versa
13167
13168 2002-09-22 [colin]      0.8.3claws10
13169         
13170         * src/prefs_account.[ch]
13171                 Add an option for the POP before SMTP timeout
13172         * src/inc.c
13173                 Remember time of last POP connection
13174         * src/send.c
13175                 Do POP before SMTP only if timeout reached
13176
13177 2002-09-22 [oliver]     0.8.3claws9
13178         
13179         * README.claws
13180                 explain custom toolbar
13181
13182 2002-09-22 [oliver]     0.8.3claws8
13183
13184         * src/prefs_actions.[ch]
13185         custom toolbar for compose      
13186                 actions callback from compose toolbar
13187         * src/folderview.c
13188                 remove include toolbar.h
13189
13190 2002-09-22 [oliver]     0.8.3claws7
13191         
13192         * src/prefs_toolbar.[ch]
13193                 custom toolbar for compose
13194                 - generic prefs_toolbar handles both
13195                   Mainwin's toolbar as well as Compose toolbar          
13196
13197 2002-09-22 [oliver]     0.8.3claws6
13198         
13199         * src/toolbar.[ch]
13200                 custom toolbar for compose
13201                 restructure toolbar.[ch]
13202
13203 2002-09-22 [oliver]     0.8.3claws5
13204
13205         * src/compose.[ch]
13206                 custom toolbar for compose
13207
13208 2002-09-22 [oliver]     0.8.3claws4
13209         
13210         * src/mainwindow.[ch]
13211                 custom toolbar for compose 
13212                 move mainwin toolbar back to mainwindow
13213
13214 2002-09-22 [alfons]     0.8.3claws3
13215
13216         * src/procmsg.c
13217                 :%sno/if(/if (/gc
13218                 :%sno/for(/for (/gc
13219                 (beautify)
13220
13221 2002-09-22 [alfons]     0.8.3claws2
13222         
13223         * src/procmsg.c
13224                 procmsg_save_to_outbox(): don't unlink message file from queue;
13225                 callers should do it using folder_item_remove_msg()
13226
13227 2002-09-22 [colin]      0.8.3claws1
13228
13229         * src/mimeview.[ch]
13230                 Made mimeview_check_signature() public
13231         * src/textview.c
13232                 Made GPG signatures verifiable by clicking
13233                 the [application/pgp-signature] in the Text
13234                 view
13235
13236 2002-09-22 [paul]       0.8.3claws
13237
13238         * po/bg.po
13239           po/en_GB.po
13240           po/es.po
13241           po/it.po
13242           po/pl.po
13243           po/pt_BR.po
13244           po/sr.po
13245                 updated translations, submitted by George Danchev,
13246                 me, Ricardo Mones Lastra, Alessandro Maestri,
13247                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
13248                 and Urke MMI, respectively.     
13249
13250 2002-09-22 [alfons]     0.8.2claws65
13251
13252         * src/procmsg.c
13253         * src/pgptext.c
13254                 no furry valgrinds have been used to plug these memleaks
13255
13256 2002-09-20 [paul]       0.8.2claws64
13257
13258         * sync with 0.8.3cvs4
13259                 'Select thread' re-implemented 
13260                 see ChangeLog 2002-09-20
13261
13262 2002-09-21 [alfons]     0.8.2claws63
13263
13264         * src/compose.c
13265                 compose_send(): plug unnoticed memleak
13266
13267 2002-09-20 [alfons]     0.8.2claws62
13268
13269         * src/addr_compl.c
13270                 replace_address_in_edit(): strict check for NULL address to
13271                 fix "[ 607348 ] Segfault in address completion". My guess is
13272                 that this happens with an empty address book, but it's good
13273                 to have this check here anyway
13274                 
13275                 completion_window_button_press(): free string returned 
13276                 from the internal cache
13277
13278 2002-09-20 [christoph]  0.8.2claws61
13279
13280         * src/procmime.h
13281                 added ENC_BINARY to EncodingType
13282         * src/procmime.c
13283                 the string returned by procmime_get_encoding_str
13284                 should not depend on the order of values in the
13285                 EncodingType definition
13286         * doc-src/rfc1806.txt   ** NEW FILE **
13287                 Added rfc1806 about MIME Content-Disposition
13288                 Extension
13289
13290 2002-09-19 [paul]       0.8.2claws60
13291
13292         * sync with 0.8.2cvs3
13293                 see ChangeLog 2002-09-19
13294
13295 2002-09-19 [paul]       0.8.2claws59
13296
13297         * src/prefs_folder_item.c
13298                 revert to Darko's original alignment of colour
13299                 selector button
13300                 add a colon to folder_color label
13301                 
13302         * src/compose.c
13303                 add Colin's patch (with Hiro's modifications) to 
13304                 force BASE64 encoding for 8-bit text when signing
13305                 (sync with 0.8.3cvs2)
13306
13307 2002-09-18 [alfons]     0.8.2claws58
13308
13309         * src/compose.c
13310                 :%sno/if(/if (/gc
13311                 :%sno/for(/for (/gc
13312                 (beautify a little bit)
13313
13314 2002-09-18 [christoph]  0.8.2claws57
13315
13316         * src/pine.c
13317                 fix handling of fgetc return value
13318
13319 2002-09-17 [alfons]     0.8.2claws56
13320         
13321         * src/summaryview.c
13322                 summary_sort(): check non-NULL summaryview->folder_item when no 
13323                 folder is selected at all
13324                 (closes "[ 610344 ] sort label make syl Crash")
13325
13326 2002-09-17 [alfons]     0.8.2claws55
13327         
13328         * src/compose.c
13329                 beautify a little bit
13330
13331 2002-09-17 [christoph]  0.8.2claws54
13332
13333         * src/folder.c
13334                 initialize max values for cache and folder
13335                 when cache or folder is empty
13336
13337 2002-09-15 [colin]      0.8.2claws53
13338
13339         * src/compose.c
13340                 Fix a leak (thanks Alfons!) and cleaned
13341                 variables names for custom headers
13342
13343 2002-09-15 [colin]      0.8.2claws52
13344
13345         * src/compose.c
13346                 Fix custom headers recognition when
13347                 prefs_common.trans_hdr is on
13348
13349 2002-09-15 [colin]      0.8.2claws51
13350
13351         * src/compose.c
13352                 Allow dynamically-added custom headers
13353                 Yet not reparsed if reedited
13354
13355 2002-09-15 [alfons]     0.8.2claws50
13356
13357         * src/prefs_account.c
13358                 fix warnings
13359
13360 2002-09-15 [colin]      0.8.2claws49
13361         
13362         * src/prefs_account.c
13363                 fix pop_before_smtp sensitivity
13364
13365 2002-09-15 [colin]      0.8.2claws48
13366
13367         * src/inc.[ch]
13368                 add inc_pop_before_smtp()
13369                 allow MainWindow to be undefined in 
13370                 inc_account_mail() and inc_start()
13371         * src/pop.c
13372           src/prefs_account.h
13373                 add STYPE_POP_BEFORE_SMTP session type
13374         * src/prefs_account.c
13375                 activated pop before smtp option
13376         * src/send.c
13377                 do pop before smtp if the relevant option 
13378                 is set
13379
13380 2002-09-15 [paul]       0.8.2claws47
13381
13382         * sync with 0.8.3
13383                 see ChangeLog 2002-09-15
13384
13385 2002-09-14 [paul]       0.8.2claws46
13386
13387         * po/bg.po
13388                 updated Bulgarian translation, submitted by
13389                 George Danchev
13390
13391 2002-09-13 [paul]       0.8.2claws45
13392
13393         * src/compose.c
13394                 merge claws' select_account() with main's
13395                 (new) compose_select_account(). [sync with
13396                 0.8.2cvs15, see ChangeLog 2002-09-11]
13397
13398 2002-09-12 [christoph]  0.8.2claws44
13399
13400         * src/filter.c
13401                 allocate 1 elements of FolderItem not 0
13402
13403 2002-09-12 [colin]      0.8.2claws43
13404
13405         * src/compose.c
13406                 Fix bug #590825 (obey Follow-up: poster)
13407
13408 2002-09-12 [colin]      0.8.2claws42
13409
13410         * src/procmime.c
13411                 Fix bug #557009 (wrong headers for messages 
13412                 forwarded as attachments)
13413
13414 2002-09-11 [colin]      0.8.2claws41
13415         
13416         * src/compose.c
13417                 Put SCF: pseudo-header on top of message
13418                 Set draft tmp_flag when saved as draft
13419
13420         * src/procmsg.c
13421           src/procheader.c
13422                 Skip after first \n\n for beginning of real message
13423                 for drafts too
13424
13425 2002-09-11 [christoph]  0.8.2claws40
13426
13427         * src/filtering.c
13428                 use procmsg flag functions in filtering or processing
13429                 will cause incorrect folder message counts
13430
13431 2002-09-11 [colin]      0.8.2claws39
13432
13433         * src/compose.c
13434                 Fix bug #550175 - wrong save folder when reediting
13435                 drafts
13436
13437 2002-09-11 [paul]       0.8.2claws38
13438
13439         * sync with 0.8.2cvs14
13440                 see ChangeLog 2002-09-11
13441
13442 2002-09-11 [colin]      0.8.2claws37
13443
13444         * src/folder.c
13445                 Fix a typo (seeming to cause new/unread status to
13446                 be lost)
13447
13448 2002-09-10 [christoph]  0.8.2claws36
13449
13450         * src/compose.c
13451                 compose_redirect should not use compose_generic_new
13452                 because that does more stuff than expected including
13453                 opening the external editor
13454                 (closes bug "[ 526608 ] bounced messages appear blank
13455                  in editor")
13456
13457 2002-09-10 [christoph]  0.8.2claws35
13458
13459         * src/folder.c
13460                 fix problem with too large message number range
13461                 causing a crash in folder_item_scan
13462
13463 2002-09-10 [paul]       0.8.2claws34
13464
13465         * sync with 0.8.2cvs13
13466                 see ChangeLog 2002-09-10
13467
13468 2002-09-10 [christoph]  0.8.2claws33
13469
13470         * src/msgcache.c
13471                 set MsgInfo TmpFlags for queue and draft folders
13472                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
13473
13474 2002-09-10 [paul]       0.8.2claws32
13475
13476         * AUTHORS
13477           po/bg.po      ** NEW FILE **
13478                 new Bulgarian translation submitted by
13479                 George Danchev <danchev@spnet.net>
13480                 
13481         * tools/Makefile.am
13482           tools/README
13483           tools/tb2sylpheed     ** NEW FILE **
13484                 add script that converts an addressbook exported
13485                 from The Bat! into a Sylpheed addressbook. Submitted
13486                 by Urke MMI <urke-kg@eunet.yu>
13487
13488 2002-09-10 [paul]       0.8.2claws31
13489
13490         * sync with 0.8.2cvs12
13491                 see ChangeLog 2002-09-10
13492
13493 2002-09-06 [paul]       0.8.2claws30
13494
13495         * src/prefs_common.c
13496                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
13497                 
13498         * tools/Makefile.am
13499           tools/README
13500           tools/ldif-to-xml.py  ** REMOVED **
13501                 remove obsolete python script
13502
13503 2002-09-06 [paul]       0.8.2claws29
13504
13505         * sync with 0.8.2cvs10
13506                 see ChangeLog 2002-09-06
13507
13508 2002-09-04 [paul]       0.8.2claws28
13509
13510         * sync with 0.8.2cvs9
13511                 see ChangeLog 2002-08-04
13512
13513 2002-09-04 [colin]      0.8.2claws27 
13514
13515         * src/prefs_common.[ch]
13516                 Added signature color configuration
13517         * src/textview.c
13518                 Use user-specified signature color
13519
13520 2002-09-03 [colin]      0.8.2claws26
13521
13522         * src/prefs_common.[ch]
13523                 Added autosave and autosave_length prefs
13524         * src/compose.c
13525                 Added compose_remove_draft()
13526                 Auto-save drafts according to the prefs
13527         * src/main.c
13528                 Added a crash-indicator file, allowing to check
13529                 for new messages on startup if Sylpheed crashed
13530                 (makes saved drafts "reappear")
13531
13532 2002-09-03 [colin]      0.8.2claws25
13533
13534         * src/textview.[ch]
13535                 Grey the signature
13536
13537 2002-09-03 [paul]       0.8.2claws24
13538
13539         * sync with 0.8.2cvs8
13540                 see ChangeLog 2002-09-02 and 2002-09-03
13541
13542 2002-09-03 [darko]      0.8.2claws23
13543
13544         * src/folderview.c
13545                 use normal style when creating new folder to pick
13546                 proper font size 
13547
13548 2002-09-02 [melvin]     0.8.2claws22
13549
13550         * src/gtkaspell.m4
13551                 removed some obsolete code
13552
13553 2002-09-02 [melvin]     0.8.2claws21
13554
13555         * ac/aspell.m4
13556                 fixed test's equality sign (== to =)
13557
13558 2002-09-02 [alfons]     0.8.2claws20
13559
13560         * src/folder.c
13561         * src/mh.c
13562                 revert change of 0.8.2claws16 and use the mh_folder_destroy
13563                 as folder->destroy virtual as suggested by Hiro
13564                 (the mh.c code seems to have been lost around mh.c.1.21)
13565
13566 2002-09-02 [paul]       0.8.2claws19
13567
13568         * po/pt_BR.po
13569                 updated by Fabio Jr. Beneditto
13570                 
13571         * src/defs.h
13572                 use 'http://claws.sylpheed.org' for homepage link. 
13573                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
13574
13575 2002-09-01 [alfons]     0.8.2claws18
13576
13577         * src/mh.c
13578                 plug memleak related to one Martin Kluge found
13579
13580 2002-08-31 [paul]       0.8.2claws17
13581
13582         * sync with 0.8.2cvs6
13583                 see ChangeLog 2002-08-30
13584
13585 2002-08-31 [alfons]     0.8.2claws16
13586
13587         * src/folder.c
13588                 folder_destroy(): remove mailbox from folderlist even if it has
13589                 no destroy virtual
13590
13591 2002-08-31 [alfons]     0.8.2claws15
13592
13593         * src/folder.c
13594                 :%sno/if(/if (/gc
13595                 :%sno/for(/for (/gc
13596                 (being pedantic I know)
13597
13598 2002-08-31 [alfons]     0.8.2claws14
13599
13600         * src/folder.c
13601                 check for NULL pointers returned from folder->fetch_msginfo virtual
13602                 (should solve some reported crashes)
13603
13604 2002-08-30 [alfons]     0.8.2claws13
13605
13606         * acconfig.h
13607         * configure.in
13608         * src/crash.c
13609                 enable crash dialog on compilation time
13610                 (--enable-crash-dialog configure option)
13611
13612 2002-08-30 [alfons]     0.8.2claws12
13613
13614         * AUTHORS
13615                 add Martin Kluge
13616         * src/mh.c
13617                 apply memory leak plug patch by Martin Kluge
13618                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
13619                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
13620                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
13621
13622 2002-08-30 [darko]      0.8.2claws11
13623
13624         * src/folderview.c
13625                 copy Gtk style from normal style to match
13626                 font size for coloured folders
13627
13628 2002-08-29 [alfons]     0.8.2claws10
13629
13630         * sylpheed.desktop
13631                 Type=Internet <- Type=Application
13632                 (reported by Michael Schwendt, see:
13633                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
13634                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
13635
13636 2002-08-29 [paul]       0.8.2claws9
13637
13638         * sync with 0.8.2cvs5
13639                 see ChangeLog 2002-08-29
13640
13641 2002-08-29 [colin]      0.8.2claws8
13642
13643         * src/summaryview.c
13644                 Added a sanity check in summary_select_thread
13645                 Should fix bug 601605
13646
13647 2002-08-29 [colin]      0.8.2claws7
13648
13649         * src/main.c
13650                 Revert claws6 changes regarding bug #591676
13651
13652 2002-08-28 [colin]      0.8.2claws6
13653         
13654         * src/main.c
13655                 Ignore cache for queue folderitems
13656                 Fix bug #591676
13657
13658 2002-08-28 [melvin]     0.8.2claws5
13659
13660         * README.claws
13661                 Fixed typos.
13662
13663 2002-08-28 [melvin]     0.8.2claws4
13664
13665         * README.claws
13666                 Updated a bit the text concerning the spell checker
13667
13668 2002-08-28 [melvin]     0.8.2claws3
13669
13670         Merged the GNU_aspell_branch:
13671                 Support of new GNU/aspell is now included and the old pspell
13672                 is not supported anymore.
13673                 See README.claws
13674
13675         * README.claws
13676                 Updated spell checker text to reflect the switch to GNU/aspell
13677
13678         * ac/aspell.m4          *** NEW ***
13679         * src/gtkaspell.[ch]    *** NEW *** 
13680         * ac/pspell.m4          *** DELETED *** 
13681         * src/gtkspell.[ch]     *** DELETED ***
13682
13683         * ac/Makefile.am
13684                 Updated for GNU/aspell support
13685
13686         * po/POTFILES.in
13687                 Replaced gtkspell.c by gtkaspell.c
13688
13689         * acconfig.h
13690         * src/Makefile.am
13691         * src/about.c
13692         * src/compose.[ch]
13693         * src/crash.c
13694         * src/main.c
13695         * src/prefs_common.[ch]
13696                 Updated for GNU/aspell support
13697
13698 2002-08-28 [paul]       0.8.2claws2
13699
13700         * sync with 0.8.2cvs4
13701                 see ChangeLog 2002-08-27 and 2002-08-28
13702
13703 2002-08-28 [colin]      0.8.2claws1
13704
13705         * src/summary_search.c
13706                 Added "AND search"
13707
13708 2002-08-28 [jens]       0.8.2claws
13709
13710         *po/de.po
13711                 Updated German translations
13712
13713 2002-08-27 [melvin]     0.8.2claws
13714
13715         * po/fr.po
13716                 Updated French translations
13717
13718 2002-08-27 [paul]       0.8.2claws
13719
13720         * sync with 0.8.2 main release
13721
13722         * po/en_GB.po
13723           po/es.po
13724           po/it.po
13725           po/pl.po
13726           po/pt_BR.po
13727           po/sr.po
13728                 updated message catalogs submitted by
13729                 Ricardo Mones Lastra, Alessandro Maestri,
13730                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
13731                 Beneditto and Urke MMI  
13732
13733 2002-08-27 [hoa]        0.8.1claws123
13734
13735         * src/mainwindow.[ch]
13736         * src/summaryview.[ch]
13737                 removed the "filter setting" menu option.
13738                 add a "cancel a news message" menu option.
13739
13740 2002-08-26 [martin]     0.8.1claws122
13741
13742         * ChangeLog.claws
13743                 changed string under 0.8.1claws79 changed by myself
13744                 i'm sorry alfons :(
13745
13746 2002-08-26 [martin]     0.8.1claws121
13747
13748         * src/crash.c
13749                 added kill command to debuggerrc to start crash dialog
13750
13751 2002-08-26 [paul]       0.8.1claws120
13752
13753         * sync with 0.8.1cvs31
13754                 see ChangeLog 2002-08-26
13755
13756 2002-08-25 [alfons]     0.8.1claws119
13757
13758         * src/procmsg.c
13759                 fix bug that didn't send out correct headers to news server
13760                 when sending news article and email from queue (bug reported
13761                 and patch provided by Tim Mann; closes bug 
13762                 "[ 583196 ] 0.7.8claws can't post news")
13763
13764 2002-08-25 [alfons]     0.8.1claws118
13765
13766         * src/selective_download.c
13767                 mark two strings as translatable
13768                 (thanks to Urke MMI for pointing this out)
13769
13770 2002-08-25 [alfons]     0.8.1claws117
13771
13772         * src/summaryview.c
13773                 treat sent boxes as special and allow sorting them by addressee
13774                 (closes "[ 589418 ] Sent folder sorting misbehavior"
13775                 submitted by Steve Lamb)
13776
13777 2002-08-24 [alfons]     0.8.1claws116
13778
13779         * src/matcher.c
13780                 fix memleak reported by Martin Kluge
13781                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
13782
13783 2002-08-24 [oliver]     0.8.1claws115
13784
13785         * src/prefs_toolbar.c
13786                 o code cleanup as suggested by Alfons
13787                 o memleak fix
13788
13789 2002-08-24 [alfons]     0.8.1claws114
13790
13791         * src/summaryview.c
13792                 o fix another memory leak reported by Martin Kluge
13793                   (see "[ 599568 ] Small Memory Leak")
13794                 o remove 'from' variable from 'summary_set_header()'; we can
13795                   do with just 'to' 
13796
13797 2002-08-24 [paul]       0.8.1claws113
13798
13799         * sync with 0.8.1cvs30
13800                 see ChangeLog 2002-08-23
13801
13802 2002-08-24 [alfons]     0.8.1claws112
13803
13804         * src/summaryview.c
13805                 remove unnecessary allocations for search bar fixing leaks
13806                 reported by Martin Kluge
13807                 (see "[ 599451 ] Further memory leaks?")
13808
13809 2002-08-24 [alfons]     0.8.1claws111
13810
13811         * src/main.c
13812                 make get_socket_name() public for crash.c
13813         * src/crash.c
13814                 o make report bug button work (goes to claws' 
13815                   bug tracker at sf.net)
13816                 o introduce function for doing important stuff just
13817                   before claws goes down
13818                 o clean up code 
13819
13820 2002-08-24 [alfons]     0.8.1claws110
13821
13822         * src/compose.c
13823                 move cursor to "To" entry when forwarding as attachment
13824                 (reported and solved by Steve Lamb, closes bug report
13825                 "[ 592880 ] Forward as attachment; cursor not in to")
13826
13827 2002-08-24 [colin]      0.8.1claws109
13828
13829         * src/mainwindow.c
13830                 fix quick search visibility after GUI (de)separations.
13831
13832 2002-08-23 [colin]      0.8.1claws108
13833
13834         * src/mainwindow.c
13835                 fix header pane visibility after folderview or
13836                 messageview (de)separation
13837
13838 2002-08-23 [paul]       0.8.1claws107
13839
13840         * src/mainwindow.[ch]
13841           src/toolbar.c
13842                 give full control of display or non-display 
13843                 of the Execute icon to Custom toolbar settings.
13844                 add new sensitivity condition to maninwindow.h: 
13845                 M_DELAY_EXEC
13846
13847         * ChangeLog
13848           ChangeLog.jp
13849           NEWS
13850                 more sync with 0.8.1cvs29
13851
13852 2002-08-23 [melvin]     0.8.1claws106
13853
13854         * src/alertpanel.c
13855                 Readded support for custom widget in alertpanel lost in last
13856                 sync.
13857
13858 2002-08-23 [paul]       0.8.1claws105
13859
13860         * sync with 0.8.1cvs29
13861                 see ChangeLog 2002-08-23
13862
13863 2002-08-23 [colin]      0.8.1claws104
13864
13865         * src/summaryview.c
13866                 Fix folder and search pixmaps exchanging positions
13867                 after theme or toolbar changes. Thank to Oliver for 
13868                 reporting this.
13869
13870 2002-08-23 [colin]      0.8.1claws103
13871
13872         * src/mainwindow.c
13873           src/messageview.[ch]
13874           src/noticeview.[ch]
13875           src/summaryview.c
13876                 Changed messageview_create() and noticeview_create()
13877                 to avoid the last gdk_warning
13878
13879 2002-08-22 [colin]      0.8.1claws102
13880
13881         * src/summaryview.c
13882                 Fix my new `Creating pixmap from xpm' warning
13883
13884 2002-08-22 [colin]      0.8.1claws101
13885
13886         * src/mainwindow.c
13887                 Fix some of the gdk warnings
13888
13889 2002-08-22 [colin]      0.8.1claws100
13890
13891         * src/Makefile.am
13892         * src/stock_pixmap.c
13893         * src/stock_pixmap.h
13894         * src/pixmaps/quicksearch.xpm *ADDED*
13895                 Add the quicksearch pixmap
13896         * src/mainwindow.c
13897         * src/summaryview.c
13898         * src/summaryview.h
13899                 Make quicksearch bar visible/hidden via a button
13900
13901 2002-08-22 [christoph]  0.8.1claws99
13902
13903         * src/folder.c
13904                 fix folder update for newsgroups with message
13905                 numbers below minimum number of articles to fetch
13906                 (closes bug #598445)
13907
13908 2002-08-22 [paul]       0.8.1claws98
13909
13910         * sync with 0.8.1cvs28
13911                 see ChangeLog 2002-08-22
13912
13913 2002-08-21 [alfons]     0.8.1claws97
13914
13915         * src/crash.c
13916                 use bt instead of bt full which seems to work 
13917                 better, and bt full doesn't give a great deal 
13918                 of information anyway
13919
13920 2002-08-21 [colin]      0.8.1claws96
13921
13922         * src/summaryview.c
13923                 fix summaryview_searchtype_changed prototype
13924
13925 2002-08-21 [christoph]  0.8.1claws95
13926
13927         * src/mainwindow.c
13928                 o fix broken menu update for sorting type, we have to
13929                   get this info from the summaryview now
13930                 o removed setting of threaded state in menu callback
13931         * src/summaryview.[ch]
13932                 more summaryview/folderitem seperation for
13933                 threading option
13934         * configure.in
13935                 removed not required --with-compiler-flags option
13936
13937 2002-08-21 [oliver]     0.8.1claws94
13938         
13939         * src/toolbar.h 
13940                 o rename toolbar.xml to toolbar_main.xml
13941                   since toolbar_compose.xml might come up 
13942                   any time soon
13943         * README.claws
13944                 add custom toolbar              
13945
13946 2002-08-21 [darko]      0.8.1claws93
13947
13948         * src/procmsg.c
13949                 don't reset tmp flags for messages copied
13950                 to sent folder
13951
13952 2002-08-21 [colin]      0.8.1claws92
13953         
13954         * src/prefs_filtering.c
13955                 fix renaming rules on folder rename 
13956                 when folder is not a leaf folder
13957
13958 2002-08-21 [paul]       0.8.1claws91
13959
13960         * src/prefs_folder_item.c
13961                 fix alignment of colour selector
13962
13963 2002-08-21 [paul]       0.8.1claws90
13964
13965         * sync with 0.8.1cvs27
13966                 see ChangeLog 2002-08-21
13967
13968 2002-08-21 [paul]       0.8.1claws89
13969
13970         * src/summaryview.c
13971                 fix crash when changing field type in
13972                 Quick search bar
13973
13974 2002-08-21 [colin]      0.8.1claws88
13975
13976         * src/summaryview.c
13977                 Made quick search case-insensitive
13978
13979 2002-08-21 [paul]       0.8.1claws87
13980
13981         * sync with 0.8.1cvs26
13982                 see ChangeLog 2002-08-21
13983
13984 2002-08-20 [christoph]  0.8.1claws86
13985
13986         * src/folderview.c
13987         * src/main.c
13988         * src/summaryview.[ch]
13989                 more summaryview/folderitem seperation for
13990                 sort_key and sort_type
13991         * src/procmsg.c
13992                 added missing return statement
13993
13994 2002-08-20 [colin]      0.8.1claws85
13995
13996         * src/summaryview.[ch]
13997                 Added a quick search box
13998         * src/mainwindow.c
13999         * src/prefs_common.[ch]
14000                 Added a show/hide option for the quick search
14001
14002 2002-08-20 [oliver]     0.8.1claws84
14003         
14004         * src/mainwindow.c
14005                 remove toolbar_create_popups
14006         * src/toolbar.[ch]
14007                 o remove toolbar_create_popups
14008                 o fix toolbar_set_sensitive 
14009                   (Bug reports #596834 and #596832)     
14010         * src/prefs_toolbar.c
14011                 o add "Set default" button
14012                 o align label and text + combo widgets
14013
14014 2002-08-20 [hoa]        0.8.1claws83bis
14015
14016         * src/imap.c
14017                 fixed a bug in imap_fetch_msginfo() in case there is no
14018                 current folder.
14019
14020 2002-08-20 [darko]      0.8.1claws83
14021
14022         * src/folderview.c
14023                 copy the color style of folder view so it
14024                 works with GTK themes
14025
14026 2002-08-20 [darko]      0.8.1claws82
14027
14028         * src/folder.h
14029         * src/folderview.c
14030         * src/prefs_folder_item.[hc]
14031                 don't use UI stuff in folder.h
14032
14033 2002-08-20 [darko]      0.8.1claws81
14034
14035         * src/folder.h
14036         * src/prefs_folder_item.h
14037         * src/folderview.c
14038         * src/prefs_folder_item.c
14039                 ability to set folder color in folderview
14040
14041 2002-08-19 [alfons]     0.8.1claws80
14042
14043         * src/summaryview.c
14044                 fix one of the earlier memleaks reported by Martin Kluge
14045
14046 2002-08-19 [alfons]     0.8.1claws79
14047
14048         * src/mainwindow.c
14049                 hide notice view when selecting seperate folder
14050                 view (reported by Urke MMI)
14051
14052 2002-08-19 [christoph]  0.8.1claws78
14053
14054         * src/folderview.c
14055         * src/prefs_folder_item.h
14056         * src/summaryview.[ch]
14057                 o add summary_set_prefs_from_folderitem to set
14058                   summaryview prefs (first step to remove all
14059                   references to the folderitem in summaryview)
14060                 o moved compiled regex stuff from folderitem prefs
14061                   to summaryview code
14062
14063 2002-08-19 [paul]       0.8.1claws77
14064
14065         * src/compose.c
14066                 add check for '.' to QUOTE_IF_REQUIRED
14067
14068 2002-08-19 [paul]       0.8.1claws76
14069
14070         * src/inc.c
14071                 sync with 0.8.1cvs25 (plug memory leak)
14072
14073         * src/prefs_toolbar.c
14074                 re-order prefs_toolbar_cancel()
14075
14076 2002-08-18 [alfons]     0.8.1claws75
14077
14078         * src/inc.c
14079         * src/matcher.c
14080                 plug other memleaks reported by Martin Kluge
14081
14082 2002-08-18 [paul]       0.8.1claws74
14083
14084         * po/pt_BR.po
14085                 updated by Fabio Jr. Beneditto
14086
14087 2002-08-18 [paul]       0.8.1claws73
14088
14089         * src/toolbar.[ch]
14090                 fix bug where tooltips were displayed untranslated              
14091
14092         * src/prefs_toolbar.c
14093                 fix bug where clicking 'Cancel' creates an icon & text
14094                 toolbar regardless of prefs
14095         
14096
14097 2002-08-17 [oliver]     0.8.1claws72
14098
14099         * src/prefs_toolbar.c
14100                 update toolbar on CANCEL
14101                 bug reported by Martin Kluge
14102         * src/toolbar.c
14103                 toolbar_destroy memleak fixed           
14104
14105 2002-08-17 [alfons]     0.8.1claws71
14106
14107         * src/toolbar.c
14108                 plug another memleak reported by Martin Kluge
14109
14110 2002-08-16 [alfons]     0.8.1claws70
14111
14112         * src/crash.c
14113                 use execvp() correctly (suggested by wwp; thanks!)
14114
14115 2002-08-16 [alfons]     0.8.1claws69
14116
14117         * src/gtksctree.c
14118                 plug memory leak reported by Kim Schultz & Martin Kluge
14119
14120 2002-08-16 [paul]       0.8.1claws68
14121
14122         * po/es.po
14123                 updated by Ricardo Mones Lastra
14124
14125 2002-08-16 [paul]       0.8.1claws67
14126
14127         * src/toolbar.h
14128                 fix bug where 'Compose News' icon showed wrong
14129                 tooltip
14130
14131 2002-08-16 [paul]       0.8.1claws66
14132
14133         * sync with 0.8.1cvs24
14134                 see ChangeLog 2002-08-16
14135
14136         * po/it.po
14137                 updated by Alessandro Maestri
14138
14139 2002-08-15 [paul]       0.8.1claws65
14140
14141         * po/sr.po
14142                 updated by Urke MMI
14143
14144 2002-08-15 [paul]       0.8.1claws64
14145
14146         * src/*.c
14147                 don't translate debug info
14148
14149         * src/matcher.[ch]
14150                 add copyright info
14151
14152 2002-08-15 [paul]       0.8.1claws63
14153
14154         * src/prefs_toolbar.c
14155                 fix bug where clicking 'OK' creates an icon & text
14156                 toolbar regardless of prefs
14157
14158 2002-08-14 [alfons]     0.8.1claws62
14159
14160         * src/main.c
14161                 add global var that has the full argv[0]
14162         * src/crash.c
14163                 o execvp the correct sylpheed by using argv0
14164                   and setting the correct work dir
14165                 o other tweaks  
14166
14167 2002-08-14 [oliver]     0.8.1claws61
14168         
14169         * enable/disable Toolbar Action Buttons 
14170         * code cleanups
14171         * src/mainwindow.c
14172         * src/toolbar.[ch]      
14173         * src/prefs_toolbar.c   
14174
14175 2002-08-14 [melvin]     0.8.1claws60
14176
14177         * po/fr.po
14178                 Updated French translations
14179
14180 2002-08-14 [melvin]     0.8.1claws59
14181
14182         * src/crash.c
14183                 Made bug report not translatable
14184         * src/exporthtml.c
14185                 Fixed exporthtml_build_filespec() return value
14186         * src/foldersel.c
14187                 Fixed incorrect include file
14188         * src/gtkspell.c
14189         * src/prefs_actions.c
14190         * src/prefs_toolbar.c
14191                 Made debug info not translatable
14192         * src/mutt.c
14193         * src/quote_fmt.c
14194                 Added missing includes
14195         * src/prefs_common.c
14196                 Fixed typo
14197
14198 2002-08-14 [paul]       0.8.1claws58
14199
14200         * faq/es/sylpheed-faq.html
14201           faq/es/sylpheed-faq-[1-3].html
14202           faq/es/sylpheed-faq-4.html     **NEW FILE **
14203                 update Spanish FAQ
14204
14205 2002-08-13 [christoph]  0.8.1claws57
14206
14207         * src/procmsg.c
14208                 ignore thread fix that did not mark all
14209                 child nodes of a ignored thread as
14210                 ignored. Does not work perfectly yet,
14211                 but it is better now
14212
14213 2002-08-13 [alfons]     0.8.1claws56
14214
14215         * src/crash.c
14216                 o implement 'save crash log'
14217                 o some tweaks
14218
14219 2002-08-13 [melvin]     0.8.1claws55
14220
14221         * src/main.c
14222                 removed unrequired "execinfo.h" header
14223
14224 2002-08-12 [paul]       0.8.1claws54
14225
14226         * faq/en/sylpheed-faq.html
14227           faq/en/sylpheed-faq-[1-3].html
14228           faq/en/sylpheed-faq-4.html     **NEW FILE **
14229                 update English FAQ
14230
14231 2002-08-12 [alfons]     0.8.1claws53
14232
14233         * po/POTFILES.in
14234                 add crash.c to translatables
14235         * src/crash.c
14236                 bring in Leandro's crash dialog
14237
14238 2002-08-11 [alfons]     0.8.1claws52
14239
14240         * src/crash.c
14241                 clean up some warnings
14242
14243 2002-08-11 [alfons]     0.8.1claws51
14244
14245         * acconfig.h
14246         * configure.in
14247         * src/crash.[ch]        ** NEW FILES **
14248         * src/main.c            
14249                 initial gdb crash handler
14250
14251 2002-08-11 [paul]       0.8.1claws50
14252
14253         * src/prefs_toolbar.c
14254                 replace Up/Down arrow pixmaps with text to be
14255                 consistent across icon themes
14256
14257 2002-08-11 [paul]       0.8.1claws49
14258
14259         * src/prefs_common.c
14260           src/prefs_toolbar.c
14261                 rename 'Pixmap' -> 'Icon'
14262
14263         * src/toolbar.[ch]
14264                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
14265
14266 2002-08-10 [paul]       0.8.1claws48
14267
14268         * src/prefs_toolbar.c
14269                 re-work the UI
14270
14271 2002-08-10 [paul]       0.8.1claws47
14272
14273         * src/main.c
14274                 don't write Processing progress to status bar
14275                 patch submitted by Alexander Evseev
14276
14277         * src/prefs_toolbar.c
14278                 re-position and resize window
14279                 make window assume correct size on first call
14280
14281 2002-08-10 [paul]       0.8.1claws46
14282
14283         * src/mainwindow.c
14284           src/prefs_toolbar.c
14285           src/toolbar.c
14286           src/toolbar.h
14287                 obey coding style
14288                 follow UI text conventions
14289
14290 2002-08-10 [alfons]     0.8.1claws45
14291
14292         * src/toolbar.c
14293                 correct pixmap for delete action
14294
14295 2002-08-10 [paul]       0.8.1claws44
14296
14297         * po/pt_BR.po
14298                 updated by Fabio Jr. Beneditto
14299
14300 2002-08-10 [paul]       0.8.1claws43
14301
14302         * po/POTFILES.in
14303                 add custom toolbar files
14304
14305 2002-08-10 [paul]       0.8.1claws42
14306
14307         * sync with 0.8.1cvs22
14308                 see ChangeLog 2002-08-09
14309
14310 2002-08-09 [paul]       0.8.1claws41
14311
14312         * tools/Makefile.am
14313           tools/README
14314           tools/outlook2sylpheed.pl     ** NEW FILE **
14315                 add script to convert exported Outlook
14316                 contacts list to a Sylpheed addressbook.
14317                 Submitted by Ricardo Mones Lastra.
14318
14319 2002-08-09 [paul]       0.8.1claws40
14320
14321         * AUTHORS
14322           configure.in
14323           po/sr.po      ** NEW FILE **
14324                 add Serbian message catalog. Submitted by
14325                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
14326
14327 2002-08-09 [paul]       0.8.1claws39
14328
14329         * sync with 0.8.1cvs21
14330                 see ChangeLog 2002-08-08
14331
14332 2002-08-08 [oliver]     0.8.1claws38
14333
14334         * src/mainwindow.c
14335                 move Custom Toolbar to Configuration menu
14336
14337 2002-08-08 [oliver]     0.8.1claws37
14338
14339         * src/prefs_toolbar.c
14340                 fix substitute pixmap bug
14341
14342 2002-08-08 [paul]       0.8.1claws36
14343
14344         * sync with 0.8.1cvs19
14345                 see ChangeLog 2002-08-08
14346
14347 2002-08-07 [christoph]  0.8.1claws35
14348
14349         * src/utils.c
14350                 fixed a memory leak in new canonicalize_file_replace
14351
14352 2002-08-07 [christoph]  0.8.1claws34
14353
14354         * src/utils.[ch]
14355                 o canonicalize_file_replace should create the temporary
14356                   file in the same directory as the original file.
14357                 o added get_tmpfile_in_dir that creates a temorary file
14358                   in a specified directory.
14359
14360 2002-08-07 [melvin]     0.8.1claws33
14361
14362         * src/toolbar.c
14363                 fixed bug where 'Article' button acted as 'Email' button.
14364
14365 2002-08-07 [paul]       0.8.1claws32
14366
14367         * sync with 0.8.1.cvs17
14368                 see ChangeLog 2002-08-07
14369
14370 2002-08-07 [colin]      0.8.1claws31
14371         
14372         * src/news.c
14373                 fix mass-cancel problem
14374
14375 2002-08-07 [thorsten]   0.8.1claws30
14376
14377         * src/prefs_toolbar.c
14378                 fix: crash on replace or add new button
14379         * src/toolbar.c
14380                 fix: close xmlfile after reading
14381         * src/utils.c
14382                 fix: unlink() file before rename()
14383
14384 2002-08-06 [paul]       0.8.1claws29
14385
14386         * sync with 0.8.cvs15
14387                 see ChangeLog 2002-08-06
14388
14389 2002-08-06 [oliver]     0.8.1claws28
14390
14391         * src/toolbar.c
14392         * src/prefs_toolbar.c
14393                 fixed empty toolbar issue
14394
14395 2002-08-06 [oliver]     0.8.1claws27
14396
14397         * Custom Toolbar Final 
14398         * src/folderview.c
14399         * src/inc.c
14400         * src/summaryview.c
14401                 o toolbar stuff now lives in src/toolbar.[ch]
14402                 o main_window_toolbar_* functions are renamed to
14403                   toolbar_* reflecting their new source file
14404         * src/mainwindow.[ch]
14405                 o remove toolbar stuff  
14406
14407 2002-08-06 [oliver]     0.8.1claws26
14408         
14409         * src/Makefile.am
14410         * src/prefs_toolbar.[ch]        **New File**
14411         * src/toolbar.[ch]              **New File**
14412                 o prefs_toolbar.[ch] custom toolbar frontend
14413                 o toolbar.[ch]       backend 
14414
14415 2002-08-06 [oliver]     0.8.1claws25
14416
14417         * src/prefs_actions.[ch]
14418                 o new exported function actions_execute
14419
14420 2002-08-06 [paul]       0.8.1claws24
14421
14422         * sync with 0.8.1cvs4
14423                 see ChangeLog 2002-08-06
14424
14425 2002-08-06 [paul]       0.8.1claws23
14426
14427         * sync with 0.8.1cvs13
14428                 see ChangeLog 2002-08-06
14429
14430 2002-08-06 [paul]       0.8.1claws22
14431
14432         * sync with 0.8.1cvs12
14433                 see ChangeLog 2002-08-05 and 2002-08-06
14434
14435 2002-08-06 [match]      0.8.1claws21
14436
14437         * src/addrclip.c
14438                 improvements to cut/copy/paste address
14439
14440 2002-08-05 [match]      0.8.1claws20
14441
14442         * src/addritem.[ch]
14443         * src/addrcache.c
14444         * src/addrbook.c
14445         * src/editaddress.c
14446         * src/addressbook.c
14447                 fixes to improve cut/copy/paste
14448
14449 2002-08-06 [melvin]     0.8.1claws19
14450
14451         * src/account.[ch]
14452                 account_find_all_from_address(): new function that returns the
14453                 list of all accounts that are matched in an address.
14454         * src/alertpanel.[ch]
14455                 alertpanel() now accepts a custom widget
14456                 alertpanel_with_widget(): new function that pops up a panel with
14457                 a custom widget in it 
14458         * src/gtkutils.[ch]
14459                 gtkut_account_menu_new(): new function that allows the selection
14460                 of an account from a list of accounts.
14461         * src/messageview.c
14462                 Extended Return Receipt notification to select the correct 
14463                 account and to make a security test on the Delivery-Notification
14464                 address which should be the same as the Return-Path.
14465
14466 2002-08-06 [thorsten]   0.8.1claws18
14467
14468         * src/mimeview.c
14469                 attach_all: save unnamed as "noname.%d",
14470                 dont free static dirname
14471
14472 2002-08-05 [alfons]     0.8.1claws17
14473
14474         * configure.in
14475                 detect XIM by trying to link rather than compile a XIM program
14476
14477 2002-08-05 [oliver]     0.8.1claws16
14478                 
14479         * src/stock_pixmap.[ch]
14480                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
14481                 o new func to retrieve pixmaps
14482
14483 2002-08-05 [paul]       0.8.1claws15
14484
14485         * sync with 0.8.1cvs10
14486                 see ChangeLog 2002-08-05
14487
14488 2002-08-04 [alfons]     0.8.1claws14
14489
14490         * src/textview.c
14491                 see if this plugs memleak
14492
14493 2002-08-04 [melvin]     0.8.1claws13
14494
14495         * src/gtkspell.c
14496                 fixed bug that could crash Sylpheed when highlighting
14497                 all misspelled words.
14498
14499 2002-08-03 [melvin]     0.8.1claws12
14500
14501         * src/prefs_actions.c
14502                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
14503         * src/messageview.c
14504                 fixed bug where the Return Receipt was sent to
14505                 Delivery-Notification-To address even if it was not present
14506
14507 2002-08-02 [alfons]     0.8.1claws11
14508
14509         * src/prefs_actions.c
14510                 o more check for NULLs
14511                 o put create_io_dialog() in right conditional block
14512
14513 2002-08-02 [paul]       0.8.1claws10
14514
14515         * po/es.po
14516                 updated by Ricardo Mones Lastra
14517
14518 2002-08-01 [christoph]  0.8.1claws9
14519
14520         * src/folder.c
14521                 don't free the cache of the opened
14522                 folder in the summaryview
14523         * src/summaryview.c
14524                 don't unset flags, if it is not required
14525
14526 2002-08-01 [paul]       0.8.1claws8
14527
14528         * sync with 0.8.1cvs8
14529                 see ChangeLog entry 2002-08-01
14530
14531 2002-08-01 [paul]       0.8.1claws7
14532
14533         * sync with 0.8.1cvs7
14534                 see ChangeLog 2002-07-31 and 2002-08-01
14535
14536 2002-07-31 [christoph]  0.8.1claws6
14537
14538         * src/mainwindow.c
14539                 forgot to update menu sensitivity
14540                 function for new menu entry
14541
14542 2002-07-31 [alfons]     0.8.1claws5
14543
14544         * src/main.c
14545                 check folder item and its path for NULL on
14546                 initial processing
14547
14548 2002-07-31 [christoph]  0.8.1claws4
14549
14550         * src/folder.c
14551                 check if folder_item_get_msginfo in
14552                 folder_item_remove_msg returned NULL
14553         * src/imap.c
14554                 better clear the uid cache in the
14555                 uid validity check function and delete
14556                 cached messages
14557
14558 2002-07-31 [paul]       0.8.1claws3
14559
14560         * man/sylpheed.1
14561                 add the '--attach' option and a few other
14562                 minor changes
14563
14564 2002-07-31 [paul]       0.8.1claws2
14565
14566         * sync with 0.8.1cvs5
14567                 see ChangeLog 2002-07-31
14568
14569 2002-07-31 [christoph]  0.8.1claws1
14570
14571         * src/folderview.[ch]
14572         * src/mainwindow.c
14573                 replace "Rescan all folders..." with
14574                 "Check all folders for new messages..."
14575
14576 2002-07-30 [paul]       0.8.1claws
14577
14578         * version 0.8.1claws released
14579
14580 2002-07-30 [paul]       0.8.0claws29
14581
14582         * tools/OOo2sylpheed.pl ** NEW FILE **
14583           tools/README
14584                 add script to enable sending documents as
14585                 attachments from OpenOffice.org
14586
14587 2002-07-30 [melvin]     0.8.0claws28
14588
14589         * src/prefs_actions.c
14590                 Made the actions' input/output dialog display
14591                 without delay.
14592
14593 2002-07-30 [christoph]  0.8.0claws27
14594
14595         * src/procmsg.c
14596                 check if folder_item_get_msginfo in
14597                 procmsg_save_to_outbox returned NULL
14598
14599 2002-07-30 [paul]       0.8.0claws26
14600
14601         * sync with 0.8.1cvs4
14602                 see ChangeLog 2002-07-29
14603
14604 2002-07-29 [thorsten]   0.8.0claws25
14605
14606         * README.claws
14607                 added selective download, delete on server
14608
14609 2002-07-29 [paul]       0.8.0claws24
14610
14611         * sync with 0.8.1cvs3
14612                 see ChangeLog 2002-07-29
14613
14614 2002-07-27 [christoph]  0.8.0claws23
14615
14616         * src/folder.c
14617                 add extra check if fetching the msginfo
14618                 returned NULL
14619
14620 2002-07-27 [paul]       0.8.0claws22
14621
14622         * sync with 0.8.1cvs2
14623                 see ChangeLog 2002-07-26
14624
14625 2002-07-27 [christoph]  0.8.0claws21
14626
14627         * src/imap.c
14628                 add another check if a valid msginfo
14629                 was returned
14630
14631 2002-07-26 [hoa]        0.8.0claws20
14632
14633         * src/folder.c
14634                 Fixed a condition in folder_item_destroy()
14635
14636         * src/imap.c
14637                 Fixed an error in IMAP protocol
14638
14639 2002-07-26 [alfons]     0.8.0claws19
14640
14641         * src/folder.c
14642                 ofcourse compare with identifier, not the path
14643
14644 2002-07-26 [alfons]     0.8.0claws18
14645
14646         * src/folder.c
14647                 use folder item identifier for saving / restoring
14648                 preferences because folder->path might not be unique
14649
14650 2002-07-26 [melvin]     0.8.0claws17
14651
14652         * src/logwindow.c
14653                 Fixed a crash introduced in 0.8.0claws5 when log is 
14654                 cut under 80 characters.
14655
14656 2002-07-26 [paul]       0.8.0claws16
14657
14658         * sync with 0.8.1cvs1
14659                 see ChangeLog 2002-07-26
14660
14661 2002-07-26 [christoph]  0.8.0claws15
14662
14663         * src/imap.[ch]
14664                 imap folder now remembers the last selected
14665                 folder and imap_fetch_msginfo skips selecting
14666                 the folder if it is already selected
14667
14668 2002-07-26 [christoph]  0.8.0claws14
14669
14670         * src/folder.c
14671         * src/folderview.c
14672         * src/imap.c
14673                 fix imap folder rescanning
14674
14675 2002-07-25 [christoph]  0.8.0claws13
14676
14677         * src/filter.c
14678         * src/folder.[ch]
14679         * src/folderview.c
14680         * src/imap.[ch]
14681         * src/mainwindow.c
14682         * src/mbox_folder.c
14683         * src/mh.c
14684         * src/news.c
14685                 implement imap uid cache and uid validity check
14686
14687 2002-07-25 [alfons]     0.8.0claws12
14688
14689         * src/summaryview.c
14690                 fix a brown paper bag bug, and also add some more
14691                 checks
14692
14693 2002-07-25 [christoph]  0.8.0claws11
14694
14695         * src/folder.c
14696                 don't mix copy, fetch_msginfo and remove
14697                 operations in folder item copy and move
14698                 operations
14699
14700 2002-07-25 [christoph]  0.8.0claws10
14701
14702         * src/folderview.c
14703         * src/mainwindow.c
14704         * src/prefs_folder_item.c
14705         * src/summaryview.[ch]
14706                 remove no longer required parameter update_cache from
14707                 summary_show
14708
14709 2002-07-25 [paul]       0.8.0claws9
14710
14711         * sync with 0.8.1
14712         
14713         * AUTHORS
14714                 a few corrections
14715
14716 2002-07-24 [alfons]     0.8.0claws8
14717
14718         * src/summaryview.c
14719                 sort correctly when using simplified subject line
14720                 (closes feature request "[ 585141 ] applying regexp to subject 
14721                 before sort" submitted by Alexandra Walford)
14722
14723 2002-07-24 [paul]       0.8.0claws7
14724
14725         * sync with 0.8.0cvs3
14726                 see ChangeLog 2002-07-24
14727
14728 2002-07-23 [christoph]  0.8.0claws6
14729
14730         * src/folder.c
14731         * src/folder.h
14732         * src/summaryview.c
14733         * src/summaryview.h
14734         * src/main.c
14735                 o separate processing and summaryview
14736                 o removed summary_write_cache from summaryview
14737                 o removed summaryview->killed_messages, because we don't have
14738                   to keep a list of killed messages anymore. New cache will
14739                   keep the hidden messages in cache anyway
14740         * src/folderview.c
14741         * src/inc.c
14742         * src/selective_download.c
14743                 o removed unnecessary summary_write_cache calls
14744         * src/procmsg.c
14745                 o don't set ignore thread flag in procmsg_get_thread_tree
14746                   if it is already set
14747         * src/mainwindow.c
14748         * src/statusbar.h
14749                 o moved STATUSBAR_PUSH/POP to statusbar.h because
14750                   they are used in different files
14751
14752 2002-07-23 [melvin]     0.8.0claws5
14753
14754         * src/addressbook.c
14755         * src/addrgather.c
14756         * src/editaddress.c
14757         * src/editgroup.c
14758         * src/editldap_basedn.c
14759         * src/importldif.c
14760         * src/prefs_common.c
14761                 Fixed few memory leak (gtk_editable_get_chars returns
14762                 an allocated string)
14763         * src/logwindow.c
14764                 Fixed few memory leak (gtk_editable_get_chars returns
14765                 an allocated string) and modified a little the log cutting
14766                 loop.
14767         * src/compose.c
14768                 Replaced a call to an obsolete function gtk_entry_get_text()
14769                 by gtk_editable_get_chars()
14770         * src/send.c
14771                 Removed a debug printf
14772
14773 2002-07-23 [christoph]  0.8.0claws4
14774
14775         * src/filesel.c
14776                 fix another g_dirname memory leak
14777
14778 2002-07-23 [christoph]  0.8.0claws3
14779
14780         * src/mh.c
14781                 fixed a memory leak in mh_fetch_msginfo
14782                 fixed crash when message header could not be
14783                 parsed
14784
14785 2002-07-23 [paul]       0.8.0claws2
14786
14787         * sync with 0.8.0cvs2
14788                 see ChangeLog 2002-07-23
14789
14790 2002-07-23 [paul]       0.8.0claws1
14791
14792         * sync with 0.8.0cvs1
14793                 see ChangeLog 2002-07-23
14794
14795 2002-07-23 [paul]       0.8.0claws
14796
14797         * release of 0.8.0claws