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