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