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