2004-12-09 [colin] 0.9.13cvs10
[claws.git] / ChangeLog.claws
1 2004-12-09 [colin]      0.9.13cvs10
2
3         * src/procmime.c
4                 Fix procmime_encode_content doing horribly wrong
5                 stuff when encoding to B64 from memory
6
7 2004-12-08 [colin]      0.9.13cvs9
8
9         * src/gtk/colorlabel.c
10                 Fix color label off-by-one
11                 Patch by Alfons
12
13 2004-12-08 [hoa]        0.9.13cvs8
14
15         * src/quote_fmt_parse.y
16                 really fix buffer overflow
17
18 2004-12-08 [colin]      0.9.13cvs7
19
20         * src/matcher_parser_parse.y
21         * src/msgcache.c
22         * src/prefs_matcher.c
23         * src/procheader.c
24         * src/matcher.c
25         * src/common/defs.h
26                 Cache total_size and use that to speed up
27                 'partial' match.
28                 Add 'partial' to the list of useable stuff
29                 in filtering
30
31 2004-12-08 [paul]
32
33         * po/sr.po
34                 updated by URKE MMI
35
36 2004-12-08 [colin]      0.9.13cvs6
37
38         * src/textview.c
39                 Fix possible boundary overrun in
40                 get_email_part(). Patch by Alfons
41
42 2004-12-08 [hoa]        0.9.13cvs5
43
44         * src/quote_fmt_parse.y
45                 fix buffer overflow
46                 http://bugs.gentoo.org/show_bug.cgi?id=67253
47
48 2004-12-07 [thorsten]   0.9.13cvs4
49
50         * src/procmime.c
51                 fix leak introduced with 0.9.13cvs1
52
53 2004-12-07 [keith]      0.9.13cvs3
54
55         * src/procmime.c
56                 Fix typo
57
58 2004-12-07 [colin]      0.9.13cvs2
59
60         * AUTHORS
61         * src/prefs_account.c
62         * src/common/smtp.c
63         * src/common/smtp.h
64                 Add SMTP PLAIN authentication. Patch by 
65                 George Michaelson <ggm@apnic.net>
66
67 2004-12-07 [thorsten]   0.9.13cvs1
68
69         * src/procmime.c
70                 [Bug 650] reply button causes crash
71                 Patch partly by David Relson
72
73 2004-12-06 [paul]       0.9.13
74
75         0.9.13 released
76
77 2004-12-06 [paul]
78
79         * po/sk.po
80                 updated by Andrej Kacian
81         * INSTALL
82         * README.claws
83                 updated
84         
85 2004-12-06 [christoph]
86
87         * configure.ac
88                 move GPGME check to PGP/MIME plugin checks
89
90 2004-12-06 [colin]      0.9.12cvs187
91
92         * src/compose.c
93                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
94
95 2004-12-06 [paul]       0.9.12cvs186
96
97         * INSTALL
98         * README.claws
99                 updated
100         * po/es.po
101         * po/fr.po
102         * po/it.po
103         * po/ja.po
104         * po/pt_BR.po
105         * po/zh_CN.po
106                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
107                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
108                 and Yang Guilong
109
110 2004-12-05 [paul]       0.9.12cvs185
111
112         * INSTALL
113         * Makefile.am
114         * README.claws
115                 update
116         * TODO.claws    **REMOVED**
117                 removed, use the wiki instead
118         * tools/Makefile.am
119         * tools/README
120                 remove newscache_conv.pl from the release package
121                 and notes as it is broken and not currently maintained
122         * tools/filter_conv.pl
123                 use --config-dir to find claws' config dir
124         * tools/kdeservicemenu/README
125         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
126         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
127                 make a top-level menu entry
128
129 2004-12-04 [paul]       0.9.12cvs184
130
131         * src/addrharvest.c
132                 conv_unmime_header_overwrite(name)
133
134 2004-12-04 [colin]      0.9.12cvs183
135
136         * src/compose.c
137                 Fix saving of compose window position
138                 when sending mail. Patch by Alfons.
139
140 2004-12-04 [paul]       0.9.12cvs182
141
142         * ChangeLog
143         * ChangeLog.jp
144         * INSTALL
145         * NEWS
146         * README
147         * README.jp
148         * doc/manual/ja/Makefile.am
149         * doc/manual/ja/sylpheed-1.html
150         * doc/manual/ja/sylpheed-10.html
151         * doc/manual/ja/sylpheed-11.html
152         * doc/manual/ja/sylpheed-12.html
153         * doc/manual/ja/sylpheed-13.html
154         * doc/manual/ja/sylpheed-14.html
155         * doc/manual/ja/sylpheed-15.html
156         * doc/manual/ja/sylpheed-16.html
157         * doc/manual/ja/sylpheed-17.html
158         * doc/manual/ja/sylpheed-18.html
159         * doc/manual/ja/sylpheed-19.html
160         * doc/manual/ja/sylpheed-2.html
161         * doc/manual/ja/sylpheed-20.html
162         * doc/manual/ja/sylpheed-3.html
163         * doc/manual/ja/sylpheed-4.html
164         * doc/manual/ja/sylpheed-5.html
165         * doc/manual/ja/sylpheed-6.html
166         * doc/manual/ja/sylpheed-7.html
167         * doc/manual/ja/sylpheed-8.html
168         * doc/manual/ja/sylpheed-9.html
169         * doc/manual/ja/sylpheed.html
170         * doc/manual/ja/sylpheed.sgml
171         * src/Makefile.am
172         * src/procmime.c
173         * src/pixmaps/regular.xpm **REMOVED**
174                 sync with main 1.0.0beta4, including: "canonicalize text files
175                 before encoding to BASE64, and uncanonicalize after decoding
176                 to conform with RFC 2045" 
177
178 2004-12-03 [christoph]  0.9.12cvs181
179
180         * src/compose.c
181                 build the Privacy System menu without GtkItemFactory to
182                 allow '/' in Privacy System names
183
184         * src/plugins/pgpmime/pgpmime.c
185         * src/plugins/pgpmime/plugin.c
186                 Update description and change Privacy System name
187
188 2004-12-03 [paul]
189
190         * src/pixmaps/dir_close.xpm
191         * src/pixmaps/dir_open.xpm
192         * src/pixmaps/drafts_close.xpm
193         * src/pixmaps/drafts_open.xpm
194         * src/pixmaps/group.xpm
195         * src/pixmaps/unread.xpm
196                 update icons (sync with main (adjust hue))      
197
198 2004-12-02 [paul]       0.9.12cvs180
199
200         * ChangeLog
201         * ChangeLog.jp
202         * src/Makefile.am
203         * src/pop.c
204         * src/common/utils.c
205         * src/common/utils.h
206         * src/pixmaps/folder.xpm **REMOVED**
207                 sync with main
208                 fixes bug 644 'extra CRs in subject line break filtering' 
209
210 2004-12-02 [colin]      0.9.12cvs179
211
212         * src/compose.c
213                 Prevent duplicate edition of queued
214                 and drafted mails
215
216 2004-12-02 [colin]      0.9.12cvs178
217
218         * src/compose.c
219                 Fix quote linewrapping ignoring pref
220                 Patch by Alfons
221
222 2004-11-30 [colin]      0.9.12cvs177
223
224         * src/gtk/prefswindow.c
225         * src/gtk/pluginwindow.c
226                 Add shortcut keys to prefs window
227                 and plugin window. Patch by Fabien Vantard.
228
229 2004-11-29 [colin]      0.9.12cvs176
230
231         * src/folderview.c
232                 Fix disappearing separators in folderview's popup
233
234 2004-11-29 [colin]      0.9.12cvs175
235
236         * src/procmime.c
237                 Another format bug
238
239 2004-11-29 [colin]      0.9.12cvs174
240
241         * src/pop.c
242                 Fix format string
243
244 2004-11-26 [colin]      0.9.12cvs173
245
246         * src/common/smtp.c
247         * src/common/smtp.h
248                 Use ESMTP for all servers advertising it
249                 Add SIZE= parameter to MAIL command for 
250                 ESMTP servers
251
252 2004-11-24 [colin]      0.9.12cvs172
253
254         * src/plugins/pgpmime/pgpmime.c
255                 Forgot one :(
256
257 2004-11-24 [colin]      0.9.12cvs171
258
259         * src/plugins/pgpmime/pgpmime.c
260                 Fix numerous GpgmeGtk leaks
261
262 2004-11-24 [colin]      0.9.12cvs170
263
264         * src/plugins/pgpmime/pgpmime.c
265                 Fix numerous GpgmeCtx leaks
266
267 2004-11-24 [colin]      0.9.12cvs169
268
269         * src/plugins/pgpmime/plugin.c
270                 Update requirements
271         * src/plugins/trayicon/Makefile.am
272         * src/plugins/trayicon/newmarkedmail.xpm
273         * src/plugins/trayicon/trayicon.c
274         * src/plugins/trayicon/unreadmarkedmail.xpm
275                 Add new icons when there are unread marked mails
276                 answers
277
278 2004-11-23 [thorsten]   0.9.12cvs168
279
280         * src/plugins/pgpmime/plugin.c
281                 typo: plugin_init instead of plugin_done
282
283 2004-11-23 [thorsten]   0.9.12cvs167
284
285         * commitHelper
286                 o add me
287         * src/partial_download.c
288         * src/partial_download.h
289                 o fix path for includes
290
291 2004-11-23 [colin]      0.9.12cvs166
292
293         * src/procmime.c
294                 Uh, changed API.
295
296 2004-11-23 [colin]      0.9.12cvs165
297
298         * src/procmime.c
299                 Fix mime headers wrapping
300
301 2004-11-23 [christoph]  0.9.12cvs164
302
303         * src/common/Makefile.am
304         * src/common/partial_download.[ch]
305         * src/Makefile.am
306         * src/partial_download.[ch]
307         * src/folderview.c
308                 move to src because it depends on src stuff
309
310         * src/codeconv.c
311         * src/common/base64.h
312                 move B64LEN macro to base64.h
313
314         * src/compose.c
315         * src/privacy.[ch]
316                 add PrefsAccount to sign-function parameters
317
318         * src/main.c
319         * src/prefs_account.[ch]
320         * src/gtk/prefswindow.[ch]
321                 o use new prefswindow for account prefs
322                 o add possibility to add new pages to account prefs
323
324         * src/plugins/pgpmime/prefs_gpg.[ch]
325         * src/plugins/pgpmime/prefs_gpg.glade
326                 add account prefs for GPG
327
328         * src/plugins/pgpmime/pgpmime.c
329         * src/plugins/pgpmime/sgpgme.[ch]
330                 create signers list based on the GPG account prefs
331
332 2004-11-23 [colin]      0.9.12cvs163
333
334         * src/main.c
335                 Fix cursor going from normal to wait
336                 as many times as there are folders
337                 (very noticeable on exported displays)
338
339 2004-11-23 [colin]      0.9.12cvs162
340
341         * src/msgcache.c
342                 HEAD needs this leak fix too
343
344 2004-11-22 [luke]       0.9.12cvs161
345
346         * src/gtk/gtkstext.c
347                 'Up' key moves one line (not one paragraph) like 'Down'
348
349 2004-11-22 [paul]       0.9.12cvs160
350
351         * src/prefs_themes.c
352                 fix oversized GtkFrames
353
354 2004-11-19 [paul]       0.9.12cvs159
355
356         * src/prefs_common.c
357                 update prefs_keybind_apply_clicked()
358
359 2004-11-18 [paul]       0.9.12cvs158
360
361         * src/compose.c
362         * src/messageview.c
363         * src/common/utils.c
364         * src/common/utils.h
365                 use Message-ID format like that previously
366                 used in compose_generate_msgid()
367
368 2004-11-17 [christoph]  0.9.12cvs157
369
370         * src/mainwindow.c
371         * src/prefs_common.c
372                 integrate "Common preferences" into new preferences dialog
373
374 2004-11-17 [colin]      0.9.12cvs156
375
376         * src/prefs_account.c
377         * src/prefs_account.h
378         * src/procmsg.c
379                 Add an option to let the user choose to store encrypted
380                 mail as clear text or encrypted.
381
382 2004-11-17 [colin]      0.9.12cvs155
383
384         * src/compose.c
385         * src/toolbar.c
386                 Be verbose when sending fails
387         * src/procmsg.c
388                 Fix procmsg_send_queue returning 0 when there's an error
389                 Don't send messages to be encrypted to nobody 
390
391
392 2004-11-17 [colin]      0.9.12cvs154
393
394         * src/privacy.c
395                 Fix more pointer confusion
396
397 2004-11-17 [paul]       0.9.12cvs153
398
399         * src/procmime.h
400                 forgotten in sync with main 1.0.0beta3
401
402
403 2004-11-17 [paul]       0.9.12cvs152
404
405         * ChangeLog
406         * ChangeLog.jp
407         * NEWS
408         * src/compose.c
409         * src/jpilot.c
410         * src/procmime.c
411                 sync with main 1.0.0beta3
412                 see ChangeLog 2004-11-15 and 2004-11-16
413
414 2004-11-17 [colin]      0.9.12cvs151
415
416         * src/plugins/pgpmime/pgpmime.c
417                 Remove debug printf
418
419 2004-11-17 [colin]      0.9.12cvs150
420
421         * src/plugins/pgpmime/pgpmime.c
422                 Fix off-by-one causing segs
423
424 2004-11-17 [colin]      0.9.12cvs149
425
426         * src/procmsg.c
427                 < Reboot_> don't compare pointers to NULL with !
428                 So, use the other form to bring consistency.
429                 Also fix coding style.
430
431 2004-11-16 [colin]      0.9.12cvs148
432
433         * src/procmsg.c
434                 Fix the fix :)
435
436 2004-11-16 [colin]      0.9.12cvs147
437
438         * src/procmsg.c
439                 Fix leaks in procmsg_send_message_queue
440
441 2004-11-12 [paul]       0.9.12cvs146
442
443         * src/prefs_account.c
444         * src/procmime.c
445         * src/procmime.h
446                 fix sync breakage 
447
448 2004-11-12 [paul]
449
450         * src/pixmaps/complete.xpm
451         * src/pixmaps/continue.xpm
452                 small sync with main, see ChangeLog 2004-11-11
453
454 2004-11-11 [paul]       0.9.12cvs145
455
456         * ChangeLog
457         * ChangeLog.jp
458         * src/account.c
459         * src/folderview.c
460         * src/folderview.h
461         * src/imap.c
462         * src/imap_gtk.c
463         * src/inc.c
464         * src/mainwindow.c
465         * src/mh_gtk.c
466         * src/news_gtk.c
467         * src/pop.c
468         * src/prefs_account.c
469         * src/prefs_account.h
470         * src/prefs_ext_prog.c
471         * src/procmsg.c
472         * src/procmsg.h
473         * src/summary_search.c
474         * src/summaryview.c
475         * src/textview.c
476         * src/common/defs.h
477         * src/common/utils.c
478         * src/common/utils.h
479         * src/gtk/menu.c
480         * src/gtk/menu.h
481                 sync with main 1.0.0beta2 (plus 4)
482
483 2004-11-09 [christoph]  0.9.12cvs144
484
485         * src/compose.c
486         * src/prefs_account.[ch]
487                 add option menu to select default privacy system
488
489         * src/plugins/pgpmime/pgpmime.c
490                 better memory allocation
491
492         * src/folder.c
493                 syncronize flags when scanning a folder
494
495 2004-11-08 [colin]      0.9.12cvs143
496
497         * src/summaryview.c
498                 Prevent useless folder count updates while 
499                 quicksearch is running. It is really annoying 
500                 while quicksearch is running a full-mail
501                 scan, like 'b foo', in a big folder.
502
503 2004-11-08 [colin]      0.9.12cvs142
504
505         * src/textview.c
506                 Really fix these mail URIs
507
508 2004-11-08 [colin]      0.9.12cvs141
509
510         * src/textview.c
511                 fix "colin@colino.net" <colin@colino.net> 
512                 types of URIs
513
514 2004-11-06 [colin]      0.9.12cvs140
515
516         * src/compose.c
517                 Don't ask for passphrase if not sending
518
519 2004-11-05 [christoph]  0.9.12cvs139
520
521         * src/compose.c
522                 o encode text content of composed mails
523         * src/procmime.c
524                 o allow encoding of MimeInfos that are stored in memory buffers
525                 
526
527 2004-11-03 [paul]       0.9.12cvs138
528
529         * po/POTFILES.in
530                 add 'src/plugins/pgpmime/prefs_gpg.c'.
531                 Patch submitted by Fabien Vantard
532
533         * src/prefs_ext_prog.c
534                 fix typos. Patch submitted by Fabien Vantard
535
536         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
537         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
538                 add German, Spanish, Italian, Brazilian Portuguese,
539                 and Slovak translations. Submitted by Thomas Gilgin,
540                 J. José del Río 'partymola', Andrea Spadaccini,
541                 Frederico Goncalves Guimaraes, and Andrej Kacian
542
543 2004-11-01 [christoph]  0.9.12cvs137
544
545         * src/procmime.c
546                 implement RFC2231's parameter encoding
547
548 2004-10-29 [colin]      0.9.12cvs136
549
550         * src/common/utils.c
551                 Fix boundary delimiter (a Pine user gets this:
552                 > Malformed message: Unexpected characters at end of parameters:
553                 > =_Thu__28_Oct_2)
554
555 2004-10-29 [paul]
556
557         * tools/textviewer.sh
558                 fix typo. patch submitted by Johann Koenig 
559                 <explosive@hvc.rr.com>
560
561 2004-10-29 [paul]
562
563         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
564         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
565                 add French translations, submitted by Fabien Vantard
566
567 2004-10-28 [christoph]  0.9.12cvs135
568
569         * doc/src/rfc2231.txt                           ** NEW **
570         * src/procmime.c
571         * src/common/quoted-printable.c
572         * src/common/utils.[ch]
573                 implement RFC2231's parameter decoding
574
575 2004-10-27 [paul]
576
577         * tools/kdeservicemenu/README
578         * tools/kdeservicemenu/install.sh
579         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
580         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
581         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
582                 output files to /tmp instead of littering the
583                 current dir
584                 add uninstall function
585                 refactor
586
587 2004-10-26 [christoph]  0.9.12cvs134
588
589         * src/procmime.c
590                 better check if parameters have to be in quoted string
591
592 2004-10-25 [paul]
593
594         * tools/kdeservicemenu/README
595         * tools/kdeservicemenu/install.sh
596         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
597         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
598         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
599                 add files for Sylpheed Service Menu in Konqueror
600
601 2004-10-22 [paul]       0.9.12cvs133
602
603         * src/compose.c
604         * src/prefs_common.c
605         * src/prefs_common.h
606         * src/prefs_wrapping.c
607                 remove 'smart wrapping'
608
609 2004-10-21 [colin]      0.9.12cvs132
610
611         * src/compose.c
612                 Remove extraneous separator in Options
613
614 2004-10-21 [colin]      0.9.12cvs131
615
616         * src/compose.c
617                 Replace "unknown" attachments by "application/octet-stream"
618                 Be a bit more defensive when using strchr
619
620 2004-10-20 [paul]
621
622         * po/ru.po
623                 updated by Pavlo Bohmat
624
625 2004-10-19 [christoph]  0.9.12cvs130
626
627         * src/compose.c
628                 fix wrong menu entry path
629
630         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
631
632         * src/gtk/menu.c
633                 add extra check for missing menu entries
634
635 2004-10-19 [christoph]  0.9.12cvs129
636
637         * src/compose.c
638         * src/common/utils.c
639                 use utils' generate_msgid() in compose.c
640
641 2004-10-18 [christoph]  0.9.12cvs128
642
643         * src/plugins/pgpmime/passphrase.c
644         * src/plugins/pgpmime/pgpmime.c
645         * src/plugins/pgpmime/prefs_gpg.[ch]
646         * src/plugins/pgpmime/prefs_gpg.glade
647         * src/plugins/pgpmime/sgpgme.c
648                 add GPG prefs
649
650 2004-10-18 [christoph]  0.9.12cvs127
651
652         * src/addrbook.c
653         * src/addrcache.c
654         * src/addressbook.c
655         * src/codeconv.c
656         * src/compose.c
657         * src/customheader.c
658         * src/editaddress.c
659         * src/editgroup.c
660         * src/exporthtml.c
661         * src/folder.c
662         * src/folderview.c
663         * src/imap.c
664         * src/jpilot.c
665         * src/main.c
666         * src/matcher_parser_parse.y
667         * src/mbox.c
668         * src/pop.c
669         * src/prefs_account.c
670         * src/prefs_gtk.c
671         * src/prefs_msg_colors.c
672         * src/procheader.c
673         * src/procmime.[ch]
674         * src/procmsg.c
675         * src/summaryview.c
676         * src/textview.c
677         * src/common/base64.c
678         * src/common/partial_download.c
679         * src/common/socket.c
680         * src/common/sylpheed.c
681         * src/common/utils.[ch]
682         * src/gtk/filesel.c
683         * src/gtk/pluginwindow.c
684         * src/gtk/quicksearch.c
685         * src/plugins/pgpmime/pgpmime.c
686         * src/plugins/pgpmime/plugin.c
687         * src/plugins/pgpmime/select-keys.c
688         * src/plugins/pgpmime/sgpgme.c
689         * src/plugins/spamassassin/libspamc.c
690         * src/plugins/trayicon/trayicon.c
691         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
692         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
693                 o don't use any GNU C extensions
694                 o fix warnings
695                 o replace some non-POSIX functions
696
697         * src/plugins/spamassassin/spamassassin.[ch]
698         * src/plugins/spamassassin/spamassassin_gtk.c
699         * src/plugins/clamav/clamav_plugin.[ch]
700         * src/plugins/clamav/clamav_plugin_gtk.c
701                 replace statusbar_print_all() from common code because it is a
702                 GUI function
703
704 2004-10-17 [paul]
705
706         * po/es.po
707         * po/ko.po
708         * AUTHORS
709                 update Spanish and Korean translations,
710                 submitted by Ricardo Mones Lastra and
711                 SungHyun Nam
712
713 2004-10-13 [colin]      0.9.12cvs126
714
715         * src/compose.c
716                 Don't convert message to forced encoding when 
717                 drafting, plus minor magic-values cleanup.
718
719 2004-10-13 [colin]      0.9.12cvs125
720
721         * po/POTFILES.in
722                 Update POTFILES.in to reflect the source
723                 place changes
724
725 2004-10-08 [christoph]  0.9.12cvs124
726
727         * m4/spamassassin.m4
728                 fix libspamc OpenSSL
729
730         * src/compose.c
731                 rearrange the compose menu
732
733 2004-10-08 [christoph]  0.9.12cvs123
734
735         * src/Makefile.am
736         * src/account.c
737         * src/compose.[ch]
738         * src/crash.c
739         * src/main.c
740         * src/mimeview.c
741         * src/passphrase.[ch]                           ** REMOVE **
742         * src/prefs_account.[ch]
743         * src/prefs_common.[ch]
744         * src/privacy.[ch]
745         * src/procmime.[ch]
746         * src/procmsg.c
747         * src/rfc2015.[ch]                              ** REMOVE **
748         * src/select-keys.[ch]                          ** REMOVE **
749         * src/common/utils.[ch]
750         * src/gtk/about.c
751         * src/plugins/pgpmime/Makefile.am
752         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
753         * src/plugins/pgpmime/pgpmime.c
754         * src/plugins/pgpmime/plugin.c
755         * src/plugins/pgpmime/prefs_gpg.[ch]
756         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
757         * src/plugins/pgpmime/sgpgme.[ch]
758                 o Add new MIME-Writer
759                 o extend PrivacySystem with sign and encrypt functions
760                 o extend PGP/MIME plugin with sign and encrypt functions
761                 o integrate extended Privacy API in Compose and Sending process
762
763 2004-10-04 [colin]      0.9.12cvs122
764
765         * src/mainwindow.c
766         * src/messageview.c
767         * src/messageview.h
768         * src/textview.c
769                 Make forced encoding limited to messageview and
770                 apply only to parts displayed using textview
771
772 2004-10-04 [colin]      0.9.12cvs121
773
774         * src/summaryview.c
775                 Fix bug #605 (collapsed threads re-expand when moving or
776                 deleting mails)
777
778 2004-10-03 [colin]      0.9.12cvs120
779
780         * src/summaryview.c
781                 Fix bug #602
782
783 2004-10-02 [colin]      0.9.12cvs119
784
785         * src/mainwindow.c
786         * src/messageview.c
787         * src/prefs_common.h
788         * src/procmime.c
789         * src/procmime.h
790         * src/textview.c
791                 Clean up forced charset feature
792                 Add forced decode
793
794 2004-10-01 [colin]      0.9.12cvs118
795
796         * src/mimeview.c
797                 Better fix for Save all: skip multipart mails' first 
798                 text part
799
800 2004-10-01 [colin]      0.9.12cvs117
801
802         * src/mimeview.c
803                 Only save attachments in Save All
804
805 2004-10-01 [paul]       0.9.12cvs116
806
807         * ChangeLog
808         * ChangeLog.jp
809         * src/account.c
810         * src/prefs_common.c
811         * src/gtk/colorlabel.c
812                 sync with main 0.9.12cvs17
813
814 2004-09-30 [colin]      0.9.12cvs115
815
816         * src/stock_pixmap.c
817         * src/stock_pixmap.h
818         * src/folderview.c
819         * src/Makefile.am
820         * src/pixmaps/read.xpm
821                 Add icon for total # column
822
823 2004-09-29 [colin]      0.9.12cvs114
824
825         * src/compose.c
826                 Don't close compose until message is sent if 
827                 Show Send Dialog is Always
828
829 2004-09-29 [paul]       0.9.12cvs113
830
831         * src/quote_fmt_parse.y
832                 In the quotation templates recognise sender's first and last 
833                 names (%F %L) when the name is in the format "Duck, Donald".
834                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
835
836
837 2004-09-28 [colin]      0.9.12cvs112
838
839         * src/mainwindow.c
840                 Put back mnemonic
841         * src/folderview.c
842                 Fix Empty trash being visible-invisible-visible...
843
844 2004-09-28 [colin]      0.9.12cvs111
845
846         * src/mainwindow.c
847                 Relabel Empty all Trash folders
848
849 2004-09-28 [colin]      0.9.12cvs110
850
851         * src/folderview.c
852                 Add contextual Empty trash menu
853         * src/mainwindow.c
854                 Revert cvs109 which was useless
855
856 2004-09-28 [colin]      0.9.12cvs109
857
858         * src/mainwindow.c
859                 Fix uninialized var
860
861 2004-09-28 [colin]      0.9.12cvs108
862
863         * src/addressbook.c
864                 Fix triple-click
865
866 2004-09-28 [colin]      0.9.12cvs107
867
868         * src/addressbook.c
869                 Fix double-click on entries
870
871 2004-09-28 [colin]      0.9.12cvs106
872
873         * src/inc.c
874                 Reintroduce folder_item update freeze on incorporation
875
876 2004-09-27 [christoph]  0.9.12cvs105
877
878         * src/folderview.c
879                 right-align new and unread column
880
881 2004-09-27 [paul]
882
883         * 0.9.12b released
884
885 2004-09-27 [paul]       0.9.12cvs104
886
887         * src/main.c
888                 revert 0.9.12cvs101, it causes another segfault
889
890 2004-09-23 [christoph]  0.9.12cvs103
891
892         * src/plugins/spamassassin/libspamc.[ch]
893         * src/plugins/spamassassin/utils.[ch]
894                 update libspamc to SpamAssassin 3.0.0
895
896 2004-09-17 [paul]       0.9.12cvs102
897
898         * ChangeLog
899         * ChangeLog.jp
900         * src/inc.c
901                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
902  
903
904 2004-09-17 [colin]      0.9.12cvs101
905
906         * src/main.c
907                 Fix segfaults when quitting. valgrind says:
908                         ==12144== Invalid read of size 4
909                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
910                         [...]
911                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
912                         [...]
913                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
914
915
916 2004-09-13 [christoph]  0.9.12cvs100
917
918         * src/folder.c
919                 add NULL pointer checks to fix segfault when messages can
920                 not be fetched
921
922 2004-09-08 [colin]      0.9.12cvs99
923
924         * src/account.c
925                 Remove a debug printf
926
927 2004-09-08 [christoph]  0.9.12cvs98
928
929         * src/procmsg.[ch]
930                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
931                 if the message structure has been scanned
932
933         * src/folder.c
934                 o scan structure when the mail is fetched for the first time
935                   to prevent unnecessary fetching of messages while scanning
936                   the folder for messages
937                 o revert 0.9.12cvs24
938
939         * src/plugins/pgpmime/pgpmime.c
940                 check signature if auto signature checking is enabled when the
941                 signature status is requested for first time and not when
942                 checking if a part has a signature
943
944 2004-09-07 [colin]      0.9.12cvs97
945
946         * src/inc.c
947                 Change session error messages so that they
948                 are a bit more helpful (the origin of the
949                 error is not apparent if one isn't in 
950                 front of Sylpheed when it happens).
951
952 2004-09-06 [colin]      0.9.12cvs96
953
954         * src/toolbar.c
955                 Fix graying out Redirect in non english languages
956                 Patch by Fabien Vantard
957
958 2004-09-06 [colin]      0.9.12cvs95
959
960         * src/summaryview.c
961         * src/mimeview.c
962                 Fix dropped URIs
963
964 2004-09-06 [colin]      0.9.12cvs94
965
966         * src/addressbook.c
967         * src/addressitem.h
968         * src/addritem.c
969         * src/addritem.h
970                 Add basic drag and drop to addressbook
971
972 2004-09-03 [colin]      0.9.12cvs93
973
974         * src/summaryview.c
975                 Next/Prev unread message should start
976                 from next/prev node (especially if 
977                 mark_as_read_delay != 0)
978
979 2004-09-03 [colin]      0.9.12cvs92
980
981         * src/prefs_common.c
982         * src/prefs_common.h
983         * src/summaryview.c
984                 Add an hidden 'mark_as_read_delay' pref 
985
986 2004-09-02 [colin]      0.9.12cvs91
987
988         * src/gtk/menu.c
989                 Add unduplicated menu entries (fixes bug 532)
990                 Patch by Fabien Vantard
991
992 2004-09-02 [colin]      0.9.12cvs90
993
994         * src/account.c
995                 Fix bug 582 (broken auto account selection)
996
997 2004-09-02 [colin]      0.9.12cvs89
998
999         * src/addrindex.c
1000                 Free deleted queries too
1001
1002 2004-09-02 [colin]      0.9.12cvs88
1003
1004         * src/ldapquery.c
1005                 Fix freezes in LDAP, due to memory corruption
1006                 after deletion of a query (and not removing it
1007                 from the corresponding list of queries).
1008                 Very probably fixes bug 567 and bug 569
1009
1010 2004-09-02 [colin]      0.9.12cvs87
1011
1012         * src/prefs_spelling.c
1013                 Fix bug with aspell prefs init, where spell checking
1014                 is enabled at first but dictionary not specified. Use
1015                 LANG's dictionary by default.
1016
1017 2004-09-01 [colin]      0.9.12cvs86
1018
1019         * src/filtering.c
1020         * src/imap.c
1021         * src/prefs_matcher.c
1022         * src/stock_pixmap.c
1023                 Fix more nasty uninitialized variables
1024
1025 2004-08-31 [colin]      0.9.12cvs85
1026
1027         * src/folder.c
1028                 Fix memory corruption when entering procmsg_msginfo_free()
1029                 with unitialized msginfo. Thanks Valgrind.
1030
1031 2004-08-29 [colin]      0.9.12cvs84
1032
1033         * src/mimeview.c
1034                 Don't escape filenames before saving - that's 
1035                 not dangerous. By the way, fix the leak.
1036
1037 2004-08-27 [paul]       0.9.12cvs83
1038
1039         * src/mh.c
1040         * src/procheader.c
1041         * src/procmsg.c
1042         * src/procmsg.h
1043         * src/common/utils.c
1044         * src/gtk/menu.h
1045                 sync with main 0.9.12cvs6, see ChangeLog
1046                 2004-08-24, 2004-08-25, 2004-08-26
1047
1048
1049 2004-08-26 [paul]
1050
1051         * po/ja.po
1052                 updated by Rui Hirokawa
1053
1054 2004-08-25 [colin]      0.9.12cvs82
1055
1056         * src/plugins/pgpmime/pgpmime.c
1057                 Fix leak on non-combined encrypted messages
1058
1059 2004-08-25 [colin]      0.9.12cvs81
1060
1061         * src/plugins/pgpmime/pgpmime.c
1062         * src/plugins/pgpmime/sgpgme.c
1063         * src/plugins/pgpmime/sgpgme.h
1064                 Handle combined encryption/signature
1065
1066 2004-08-24 [colin]      0.9.12cvs80
1067
1068         * src/folder.c
1069                 Set mime flags on non multipart messages too
1070
1071 2004-08-23 [christoph]  0.9.12cvs79
1072
1073         * src/compose.c
1074                 create message header in memory as GString before writing it
1075                 to the message file
1076
1077 2004-08-23 [colin]      0.9.12cvs78
1078
1079         * src/rfc2015.c
1080         * src/rfc2015.h
1081         * src/compose.c
1082                 Fix (again) bug 197: inline encryption broken
1083
1084 2004-08-23 [paul]
1085
1086         * po/zh_CN.po
1087                 updated by Hansom Young
1088
1089 2004-08-23 [paul]
1090
1091         * 0.9.12a released
1092
1093 2004-08-23 [colin]      0.9.12cvs77
1094
1095         * src/imap.c
1096                 Try and fix bug 577 (session->last_access_time is broken since 
1097                 sync with main 0.9.12cvs2). 
1098                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1099
1100 2004-08-23 [paul]
1101
1102         * po/es.po
1103         * po/fr.po
1104         * po/pl.po
1105         * po/pt_BR.po
1106         * po/sk.po
1107         * po/sr.po
1108                 update translations. submitted by Ricardo
1109                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1110                 Frederico Goncalves Guimaraes, Andrej Kacian,
1111                 Urke MMI
1112
1113 2004-08-22 [paul]       0.9.12cvs76
1114
1115         * src/plugins/trayicon/trayicon.c
1116                 fix formatting bug in trayicon_popup_menu_entries[]
1117
1118
1119 2004-08-22 [paul]       0.9.12cvs75
1120
1121         * m4/Makefile.am
1122                 remove reference to openssl.m4
1123
1124
1125 2004-08-21 [colin]      0.9.12cvs74
1126
1127         * src/compose.c
1128                 Fix bug 576 (Duplicate auto-bcc on reedit)
1129
1130 2004-08-21 [colin]      0.9.12cvs73
1131
1132         * src/toolbar.c
1133                 Grey out Redirect in the toolbar when selection is
1134                 multiple. Fixes bug 520
1135
1136 2004-08-21 [colin]      0.9.12cvs72
1137
1138         * src/compose.c
1139                 Save Sign, Encrypt and Mode status when drafting or queuing
1140                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1141                 state)
1142
1143 2004-08-21 [colin]      0.9.12cvs71
1144
1145         * src/summaryview.c
1146                 Fix bug 494 (Messages are always opened in summary 
1147                 view when right clicked.) Also fixes bug 508.
1148
1149 2004-08-21 [colin]      0.9.12cvs70
1150
1151         * src/compose.c
1152                 When using inline encryption, don't use QP or Base64:
1153                 the mail will be encrypted to a 7bit string.
1154                 Fixes bug 197
1155
1156 2004-08-21 [colin]      0.9.12cvs69
1157
1158         * src/compose.c
1159                 Fix inline-signing with 8bit chars: data must be 
1160                 converted to Quoted-printable before signing.
1161
1162 2004-08-21 [colin]      0.9.12cvs68
1163
1164         * src/compose.c
1165                 Remove 'Message/Save to draft folder'
1166                 and 'Message/Save and keep editing' to 
1167                 put a single 'File/Save' command.
1168                 Fixes bug 224
1169
1170 2004-08-21 [colin]      0.9.12cvs67
1171
1172         * src/mainwindow.c
1173                 Fix bug 222 (Summary view state not retained between sessions)
1174
1175 2004-08-20 [colin]      0.9.12cvs66
1176
1177         * src/codeconv.c
1178                 Fix bug 574 (empty cur_locale is not enough)
1179
1180 2004-08-20 [paul]
1181
1182         * src/plugins/pgpmime/plugin.c
1183                 modify PGP/MIME plugin's description
1184
1185 2004-08-16 [colin]      0.9.12cvs65
1186
1187         * src/common/ssl.c
1188                 Fix version comparison
1189
1190 2004-08-16 [colin]      0.9.12cvs64
1191
1192         * src/common/ssl.c
1193                 I meant 2.2.
1194
1195 2004-08-16 [colin]      0.9.12cvs63
1196
1197         * src/common/ssl.c
1198                 People with glibc 2.1 have had problems with non-blocking
1199                 SSL_connect. Disable it for glibc < 2.2.
1200
1201 2004-08-16 [colin]      0.9.12cvs62
1202
1203         * src/common/ssl.c
1204                 Fix format error
1205
1206 2004-08-13 [colin]      0.9.12cvs61
1207
1208         * src/plugins/pgpmime/plugin.c
1209                 Add plugin's description
1210
1211 2004-08-12 [christoph]  0.9.12cvs60
1212
1213         * src/folderutils.c
1214                 fix bug that did not thaw folder updates when deleting
1215                 duplicates in empty folders
1216
1217 2004-08-12 [colin]      0.9.12cvs59
1218
1219         * src/plugins/trayicon/trayicon.c
1220                 Add a context menu with most common operations
1221
1222 2004-08-12 [colin]      0.9.12cvs58
1223
1224         * configure.ac
1225         * sylpheed.desktop
1226         * src/Makefile.am
1227         * src/main.c
1228                 Add support for Freedesktop.org's startup notification
1229
1230 2004-08-10 [colin]      0.9.12cvs57
1231
1232         * src/main.c
1233         * src/common/socket.c
1234         * src/common/ssl.c
1235         * src/common/sylpheed.c
1236         * src/common/sylpheed.h
1237                 Put back the ssl connect nonblocking...
1238                 without the race condition
1239
1240 2004-08-09 [colin]      0.9.12cvs56
1241
1242         * src/main.c
1243         * src/common/ssl.c
1244         * src/common/sylpheed.c
1245         * src/common/sylpheed.h
1246                 Reverting previous commit, doesn't work 
1247
1248 2004-08-09 [colin]      0.9.12cvs55
1249
1250         * src/main.c
1251         * src/common/ssl.c
1252         * src/common/sylpheed.c
1253         * src/common/sylpheed.h
1254                 Make SSL_connect nonblocking, using a thread
1255
1256 2004-08-09 [paul]       0.9.12cvs54
1257
1258         * po/POTFILES.in
1259                 reflect new location of sgpgme.c
1260         * src/main.c
1261                 sync with main, see ChangeLog 2004-08-09
1262
1263 2004-08-08 [christoph]  0.9.12cvs53
1264
1265         * src/folderutils.c
1266                 freeze FolderItem updates while deleting duplicate messages
1267
1268 2004-08-08 [christoph]  0.9.12cvs52
1269
1270         * configure.ac
1271         * src/Makefile.am
1272         * src/main.c
1273         * src/pgpmime.c
1274         * src/pgpmime.h
1275         * src/sgpgme.c
1276         * src/sgpgme.h
1277         * src/plugins/Makefile.am
1278         * src/plugins/pgpmime/.cvsignore
1279         * src/plugins/pgpmime/Makefile.am
1280         * src/plugins/pgpmime/pgpmime.c
1281         * src/plugins/pgpmime/pgpmime.h
1282         * src/plugins/pgpmime/plugin.c
1283         * src/plugins/pgpmime/sgpgme.c
1284         * src/plugins/pgpmime/sgpgme.h
1285                 new plugin for PGP/MIME
1286
1287 2004-08-07 [christoph]  0.9.12cvs51
1288
1289         * src/folder.c
1290                 disable immediate folder change notification on opened folders
1291                 until SummaryView can handle it quickly
1292
1293 2004-08-07 [colin]      0.9.12cvs50
1294
1295         * src/pop.c
1296         * src/common/partial_download.c
1297                 fix warnings
1298
1299 2004-08-07 [colin]      0.9.12cvs49
1300
1301         * src/Makefile.am
1302         * src/account.c
1303         * src/addressbook.c
1304         * src/alertpanel.c
1305         * src/alertpanel.h
1306         * src/compose.c
1307         * src/exphtmldlg.c
1308         * src/expldifdlg.c
1309         * src/main.c
1310         * src/message_search.c
1311         * src/messageview.c
1312         * src/pop.c
1313         * src/sgpgme.c
1314         * src/summary_search.c
1315         * src/summaryview.c
1316         * src/textview.c
1317         * src/gtk/sslcertwindow.c
1318         * src/pixmaps/stock_dialog-error.xpm
1319         * src/pixmaps/stock_dialog-info.xpm
1320         * src/pixmaps/stock_dialog-question.xpm
1321         * src/pixmaps/stock_dialog-warning.xpm
1322                 sync new alertpanel from gtk2
1323
1324 2004-08-07 [colin]      0.9.12cvs48
1325
1326         * src/prefs_folder_item.c
1327                 fix memory corruption in folderitem's prefs
1328
1329 2004-08-06 [colin]      0.9.12cvs47
1330
1331         * src/compose.c
1332                 close compose window after queuing, before 
1333                 sending when user presses Send
1334
1335 2004-08-05 [christoph]  0.9.12cvs46
1336
1337         * src/msgcache.c
1338         * src/common/defs.h
1339                 add charset to cache file and convert charset when reading the
1340                 cache if different from internal used charset
1341
1342 2004-08-05 [christoph]  0.9.12cvs45
1343
1344         * src/messageview.c
1345         * src/mimeview.[ch]
1346         * src/procmime.h
1347         * src/common/utils.h
1348                 cleanup (remove unused includes/reorganize)
1349
1350         * src/prefs_ext_prog.c
1351         * src/prefs_folder_item.c
1352         * src/prefs_fonts.c
1353         * src/prefs_msg_colors.c
1354         * src/prefs_spelling.c
1355         * src/prefs_themes.c
1356         * src/prefs_toolbar.c
1357         * src/prefs_wrapping.c
1358         * src/gtk/prefswindow.[ch]
1359         * src/plugins/clamav/clamav_plugin_gtk.c
1360         * src/plugins/dillo_viewer/dillo_prefs.c
1361         * src/plugins/image_viewer/viewerprefs.c
1362         * src/plugins/spamassassin/spamassassin_gtk.c
1363                 change PrefsPage path into an array of strings and don't
1364                 split a single string into parts (better for translation)
1365
1366 2004-08-05 [christoph]  0.9.12cvs44
1367
1368         * src/folder.c
1369                 fix FolderItem's message counts after rebuilding a cache
1370
1371 2004-08-05 [paul]       0.9.12cvs43
1372
1373         * ChangeLog
1374         * ChangeLog.jp
1375         * src/imap.c
1376         * src/news.c
1377         * src/common/nntp.c
1378         * src/common/session.c
1379         * src/common/session.h
1380         * src/common/socket.c
1381                 sync with main 0.9.12cvs2
1382                 see ChangeLog 2004-08-04
1383
1384 2004-08-04 [christoph]  0.9.12cvs42
1385
1386         * configure.ac
1387                 add missing AC_DEFINE(USE_OPENSSL, ...)
1388         * src/folder.c
1389                 use new xml_node_new() function
1390
1391 2004-08-03 [christoph]  0.9.12cvs41
1392
1393         * src/folder.c
1394         * src/localfolder.c
1395         * src/common/xml.[ch]
1396                 sync with main 0.9.12cvs1
1397                 see ChangeLog 2004-07-23
1398
1399 2004-08-03 [christoph]
1400
1401         * configure.ac
1402         * m4/openssl.m4                 ** REMOVE **
1403                 use pkg-config to get OpenSSL CFLAGS and LIBS
1404                 (OpenSSL 0.9.7 is required now)
1405
1406 2004-08-02 [paul]       0.9.12cvs40
1407
1408         * AUTHORS
1409                 update translation team section
1410         * po/pt_BR.po
1411                 updated by Frederico Goncalves Guimaraes
1412                 <fggdebian@yahoo.com.br>
1413
1414 2004-07-29 [colin]      0.9.12cvs39
1415
1416         * src/messageview.c
1417                 Inform the user when a partially 
1418                 downloaded mail isn't on the server
1419                 anymore (due to Mark for deletion)
1420
1421 2004-07-29 [colin]      0.9.12cvs38
1422
1423         * src/messageview.c
1424                 Hide noticeview if necessary
1425
1426 2004-07-27 [colin]      0.9.12cvs37
1427
1428         * src/msgcache.c
1429                 More fixes (i overlook a bit, thanks
1430                 Christoph for spotting it)
1431
1432 2004-07-27 [colin]      0.9.12cvs36
1433
1434         * src/msgcache.c
1435                 Fix wrong test 
1436
1437 2004-07-26 [colin]      0.9.12cvs35
1438
1439         * src/pop.c
1440                 Fix uidl-file parsing when not in new
1441                 format
1442
1443 2004-07-19 [colin]      0.9.12cvs34
1444
1445         * src/compose.c
1446                 Save attachment status when drafting
1447
1448 2004-07-19 [colin]      0.9.12cvs33
1449
1450         * src/folder.h
1451         * src/folderview.c
1452         * src/summaryview.c
1453                 Reverse 0.9.12cvs29 to 31 (folder icon update
1454                 when quicksearch is active)
1455
1456 2004-07-18 [colin]      0.9.12cvs32
1457
1458         * src/pop.c
1459                 Fix partial download bug with "Download all
1460                 messages" option
1461
1462 2004-07-18 [colin]      0.9.12cvs31
1463
1464         * src/folderview.c
1465                 Fix crash
1466
1467 2004-07-17 [colin]      0.9.12cvs30
1468
1469         * src/summaryview.c
1470                 Same, when sticky search is off
1471
1472 2004-07-17 [colin]      0.9.12cvs29
1473
1474         * src/folder.h
1475         * src/folderview.c
1476         * src/summaryview.c
1477                 Update FolderItem icon whenever its summaryview is 
1478                 filtered
1479
1480 2004-07-16 [christoph]  0.9.12cvs28
1481
1482         * src/mimeview.c
1483                 make doubleclick work again
1484
1485 2004-07-16 [christoph]  0.9.12cvs27
1486
1487         * src/mimeview.c
1488                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1489
1490 2004-07-16 [paul]       0.9.12cvs26
1491         
1492         * src/gtk/quicksearch.c
1493         * src/compose.c
1494         * src/customheader.c
1495         * src/messageview.c
1496         * src/news.c
1497         * src/prefs_account.c
1498         * src/prefs_display_header.c
1499         * src/procheader.c
1500                 replace "Message-Id" with "Message-ID"
1501
1502 2004-07-16 [paul]       0.9.12cvs25
1503
1504         * ChangeLog
1505         * ChangeLog.jp
1506         * src/account.c
1507         * src/account.h
1508         * src/folder_item_prefs.c
1509         * src/main.c
1510         * src/pop.c
1511         * src/pop.h
1512         * src/prefs_account.c
1513         * src/prefs_account.h
1514         * src/prefs_common.c
1515         * src/prefs_common.h
1516         * src/prefs_gtk.c
1517         * src/prefs_gtk.h
1518                 sync with main 0.9.12cvs1
1519
1520 2004-07-15 [colin]      0.9.12cvs24
1521
1522         * src/folder.c
1523                 Disable GPG signature check during
1524                 folder move and scan 
1525         (Closes Bug 521 Signature checking slows down Folder-Move)
1526
1527 2004-07-14 [christoph]  0.9.12cvs23
1528
1529         * src/pgpmime.c
1530                 add missing fclose
1531
1532         * src/procmime.c
1533                 add checks if fopen really worked
1534
1535 2004-07-14 [colin]      0.9.12cvs22
1536
1537         * src/pop.c
1538         * src/common/partial_download.c
1539                 Update includes
1540
1541 2004-07-14 [colin]      0.9.12cvs21
1542
1543         * src/folder.c
1544         * src/inc.c
1545         * src/matcher.c
1546         * src/matcher.h
1547         * src/matcher_parser_parse.y
1548         * src/messageview.c
1549         * src/msgcache.c
1550         * src/noticeview.c
1551         * src/noticeview.h
1552         * src/pop.c
1553         * src/pop.h
1554         * src/prefs_matcher.c
1555         * src/procheader.c
1556         * src/procmsg.c
1557         * src/procmsg.h
1558         * src/summaryview.c
1559         * src/common/Makefile.am
1560         * src/common/defs.h
1561         * src/gtk/quicksearch.c
1562         * src/common/partial_download.c ** NEW FILES **
1563         * src/common/partial_download.h ** NEW FILES **
1564                 Partial downloading of pop3 mails
1565
1566 2004-07-13 [christoph]  0.9.12cvs20
1567
1568         * src/mimeview.c
1569                 use "button_release_event" instead of "button_press_event",
1570                 because executing event callbacks while the button is still
1571                 pressed is not good and causes problems
1572
1573 2004-07-12 [colin]      0.9.12cvs19
1574
1575         * src/gtk/quicksearch.c
1576                 Fix a missing status update in quicksearch
1577
1578 2004-07-08 [colin]      0.9.12cvs18
1579
1580         * src/common/smtp.h
1581                 Fix guint vs gint bug
1582
1583 2004-07-08 [colin]      0.9.12cvs17
1584
1585         * src/common/smtp.c
1586                 use to_human_readable() for sizes
1587
1588 2004-07-08 [paul]       0.9.12cvs16
1589
1590         * src/inc.c [1.174]
1591                 fix occasional non-clearance of the statusbar
1592                 (close Bug 531 'SA plugin: status bar does not 
1593                  get cleared in OFFLINE mode')
1594
1595 2004-07-07 [colin]      0.9.12cvs15
1596
1597         * src/prefs_common.c [1.225]
1598         * src/prefs_common.h [1.112]
1599                 Add a hidden summary_quicksearch_sticky preference,
1600                 to allow the quicksearch bar to reset across folders
1601         * src/summaryview.c [1.437]
1602                 Use this preference
1603         * src/gtk/quicksearch.c [1.5]
1604         * src/gtk/quicksearch.h [1.3]
1605                 Add this preference, fix focus when hitting Enter,
1606                 add handling of Esc key to reset
1607
1608 2004-07-06 [colin]      0.9.12cvs14
1609
1610         * src/gtk/quicksearch.c [1.4]
1611                 Add Clear button
1612
1613 2004-07-06 [christoph]  0.9.12cvs13
1614
1615         * src/toolbar.c
1616                 enable next unread button in empty folders if next folder
1617                 dialog is not disabled
1618
1619         (Closes Feature Request [ 755800 ] "next" button enabled in empty
1620          folders)
1621
1622 2004-07-06 [colin]      0.9.12cvs12
1623
1624         * src/common/smtp.c [1.16]
1625                 Display maximum message size in the log
1626
1627 2004-07-06 [paul]       0.9.12cvs11
1628
1629         * src/toolbar.c
1630                 fix typo. (spotted by Fabien Vantard)
1631
1632 2004-07-06 [paul]       0.9.12cvs10
1633
1634         * src/main.c
1635                 terminate cleanly on SIGHUP. Patch submitted by
1636                 Thomas Gilgin <thg@karate-muellheim.de>
1637
1638 2004-07-05 [christoph]  0.9.12cvs9
1639
1640         * src/inc.c
1641                 better replacing of %d in new mail notification command
1642
1643 2004-07-05 [colin]      0.9.12cvs8
1644
1645         * src/common/smtp.[ch]
1646                 Take SIZE (returned by EHLO) into account, and
1647                 avoid sending too big messages
1648
1649 2004-07-04 [paul]       0.9.12cvs7
1650
1651         * src/account.c
1652                 fix auto-account selection on imap/news
1653
1654 2004-07-01 [paul]       0.9.12cvs6
1655
1656         * src/gtk/quicksearch.c
1657                 reveal hidden string in gui
1658                 
1659         * src/compose.c
1660                 fix updating of gpg signing setting on 
1661                 switching accounts
1662
1663 2004-06-30 [darko]      0.9.12cvs5
1664
1665         * src/common/utils.c
1666                 remove expand_search_string()
1667         * src/gtk/quicksearch.c
1668                 remove no longer needed for loop (thanks Christoph)
1669                 add expand_search_string()
1670
1671 2004-06-30 [darko]      0.9.12cvs4
1672
1673         * src/common/utils.c
1674                 allow all filtering expressions in quicksearch
1675
1676         (Closes Bug 519 filtering expr. in quicksearch)
1677
1678 2004-06-30 [christoph]  0.9.12cvs3
1679
1680         * configure.ac
1681                 better 'localedir'
1682
1683         * src/common/intl.h
1684                 allow plugins to define TEXTDOMAIN for the _(...) macro
1685
1686 2004-06-30 [paul]       0.9.12cvs2
1687
1688         * po/POTFILES.in
1689           src/Makefile.am
1690           src/main.c
1691           src/prefs_common.c
1692           src/prefs_msg_colors.[ch]     ** NEW FILES **
1693                 move message colouring options to
1694                 '/Other Preferences/Message View/Colors'
1695
1696 2004-06-30 [paul]       0.9.12cvs1
1697
1698         * po/POTFILES.in
1699           src/Makefile.am
1700           src/main.c
1701           src/prefs_common.c
1702           src/prefs_wrapping.[ch]       ** NEW FILES **
1703                 move message wrapping options to
1704                 /'Other Preferences/Compose/Message Wrapping'
1705
1706 2004-06-28 [paul]       0.9.12
1707
1708         * Sylpheed-Claws 0.9.12 released
1709
1710         * po/es.po
1711           po/fr.po
1712           po/sk.po
1713                 updated by Ricardo Mones Lastra, Fabien Vantard,
1714                 Andrej Kacian
1715
1716 2004-06-27 [paul]       0.9.11cvs19
1717
1718         * src/common/ssl.c
1719                 re-enable certificate check
1720
1721 2004-06-25 [christoph]  0.9.11cvs18
1722
1723         * src/procmsg.h
1724                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
1725
1726 2004-06-25 [paul]       0.9.11cvs17
1727
1728         * sync with main 0.9.12cvs1
1729                 see ChangeLog 2004-06-23
1730                 
1731         * src/gtk/menu.c
1732                 remove unused menu_toggle_toggle()
1733
1734 2004-06-23 [christoph]  0.9.11cvs16
1735
1736         * src/folder.c
1737         * src/procheader.c
1738         * src/procmsg.h
1739         * src/summaryview.c
1740                 scan the mime structure of multipart mails for correct
1741                 attachment, encryped and signed (with privacy API) part
1742                 detection
1743
1744         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
1745
1746 2004-06-22 [paul]
1747
1748         * po/ru.po
1749                 updated by Pavlo Bohmat
1750
1751 2004-06-20 [christoph]  0.9.11cvs15
1752
1753         * src/inc.c
1754         * src/pop.[ch]
1755                 disconnect after authentication when doing POP before SMTP
1756
1757         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
1758
1759 2004-06-19 [christoph]  0.9.11cvs14
1760
1761         * src/folder.c
1762                 fix FolderItem name update
1763
1764         (Closes Bug 511 Folder-Renaming not reflected immediately)
1765
1766 2004-06-17 [paul]       0.9.11cvs13
1767         
1768         * sync with main 0.9.12 release
1769           src/session.c
1770                 session_set_timeout(): fixed a bug that didn't
1771                 reset timeout_tag when interval is 0.
1772
1773 2004-06-16 [christoph]  0.9.11cvs12
1774
1775         * src/textview.c
1776                 correctly clear the URL in the status bar
1777
1778 2004-06-15 [christoph]  0.9.11cvs11
1779
1780         * src/summaryview.c
1781                 add missing gtk_widget_show()
1782
1783 2004-06-11 [christoph]  0.9.11cvs10
1784
1785         * src/plugins/spamassassin/spamassassin.c
1786                 correctly check waitpid return code
1787
1788         (Closes Bug 396 Zombie process when spamassassin is called)
1789
1790 2004-06-10 [christoph]  0.9.11cvs9
1791
1792         * src/mainwindow.c
1793         * src/summaryview.[ch]
1794         * src/gtk/Makefile.am
1795         * src/gtk/quicksearch.c                         ** NEW **
1796                 separate quick search from summaryview
1797
1798 2004-06-09 [christoph]  0.9.11cvs8
1799
1800         * src/inc.c
1801                 remove unused code
1802
1803         * src/textview.c
1804                 get folder for compose default account from MsgInfo and not
1805                 from SummaryView
1806
1807 2004-06-09 [christoph]  0.9.11cvs7
1808
1809         * src/folder.[ch]
1810                 add information about added or removed messages to
1811                 FOLDER_ITEM_UPDATE hook
1812
1813         * src/imap_gtk.c
1814         * src/mh_gtk.c
1815                 scan folder when removing a folder failed instead of
1816                 updating the summaryview
1817
1818 2004-06-08 [paul]       0.9.11cvs6
1819
1820         * sync with main 0.9.11cvs2
1821                 see ChangeLog 2004-06-08
1822
1823 2004-06-07 [christoph]  0.9.11cvs5
1824
1825         * configure.ac
1826         * src/common/Makefile.am
1827                 detect library providing 'encrypt' function
1828
1829 2004-06-07 [paul]       0.9.11cvs4
1830
1831         * src/inc.c
1832                 sync with main, 'code cleanup'
1833                 
1834         * tools/nautilus2sylpheed.sh
1835                 fix whitespace limitation. patch submitted by
1836                 Stephan Sachse <white@teg-clan.de>
1837
1838 2004-06-04 [christoph]  0.9.11cvs3
1839
1840         * src/account.c
1841         * src/action.[ch]
1842         * src/addressbook.c
1843         * src/addrindex.h
1844         * src/folder.h
1845         * src/folder_item_prefs.c
1846         * src/inc.c
1847         * src/main.c
1848         * src/messageview.c
1849         * src/mh_gtk.c
1850         * src/prefs_themes.c
1851         * src/procmime.c
1852         * src/quote_fmt.h
1853         * src/stock_pixmap.c
1854         * src/toolbar.c
1855                 fix compiler warnings
1856
1857 2004-06-03 [paul]       0.9.11cvs2
1858
1859         * src/msgcache.c
1860                 sync with main 0.9.11cvs1: "changed gint32 to
1861                 guint32 for some platforms"
1862
1863 2004-06-02 [christoph]  0.9.11cvs1
1864
1865         * src/common/ssl.c
1866                 fix SSL_CTX variable name for older OpenSSL versions
1867
1868         (Closes Bug 503 fix compilation with older OpenSSL)
1869
1870 2004-05-31 [paul]       0.9.11claws
1871
1872         * 0.9.11claws released
1873
1874 2004-05-31 [paul]       0.9.10claws72
1875
1876         * po/es.po
1877           po/it.po
1878           po/ja.po
1879           po/pl.po
1880           po/sk.po
1881           po/sr.po
1882           po/zh_CN.po
1883                 update translations, submitted by Ricardo Mones Lastra,
1884                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
1885                 Urke MMI, and Hansom Young
1886
1887 2004-05-25 [luke]       0.9.10claws71
1888
1889         * AUTHORS
1890         * src/mimeview.c
1891         * src/stockpixmap.[ch]
1892         * src/Makefile.am
1893         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
1894         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
1895         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
1896         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
1897         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
1898
1899                 o Added privacy emblems from Jesper Shultz 
1900                   <jesper@schultz-net.dk>
1901                 o Overlay emblems onto mimeview icons to indicate
1902                   status of signature and if a message is encrypted
1903         
1904         * src/textview.c
1905                 remove unused color definitions (were used to 
1906                 indicate sig status)
1907
1908 2004-05-25 [paul]       0.9.10claws70
1909
1910         * AUTHORS
1911           tools/Makefile.am
1912           tools/README
1913           tools/nautilus2sylpheed.sh            ** NEW FILE **
1914                 add script to enable sending files from
1915                 nautilus.
1916                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
1917                 
1918         * tools/launch_firebird                 ** REMOVED **
1919                 removed as the standard "firefox '%s'" now functions
1920                 correctly
1921
1922 2004-05-23 [paul]       0.9.10claws69
1923
1924         * src/compose.c
1925                 fix %X cursor point segfault
1926                 patch by Christoph
1927
1928 2004-05-23 [christoph]  0.9.10claws68
1929
1930         * src/folder.c
1931                 fix folder moving
1932
1933 2004-05-21 [paul]       0.9.10claws67
1934
1935         * sync with 0.9.10cvs17
1936                 see ChangeLog 2004-05-21
1937
1938 2004-05-20 [paul]       0.9.10claws66
1939
1940         * sync with 0.9.10cvs16
1941                 see ChangeLog 2004-05-19 and 2004-05-20
1942
1943 2004-05-19 [alfons]     0.9.10claws65
1944
1945         * src/summaryview.h
1946                 on some platforms regoff_t is defined as off_t, so 
1947                 pull in sys/types.h
1948
1949 2004-05-19 [paul]       0.9.10claws64
1950
1951         * sync with 0.9.10cvs13
1952                 see ChangeLog 2004-05-18
1953
1954 2004-05-17 [christoph]  0.9.10claws63
1955
1956         * src/folder.c
1957                 search all folders when searching for default folders and
1958                 not return the special folder of the first folder
1959
1960 2004-05-13 [alfons]     0.9.10claws62
1961
1962         * src/summaryview.c
1963                 add a better check to see if a message is a news message
1964                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
1965
1966 2004-05-13 [paul]       0.9.10claws61
1967
1968         * src/msgcache.c
1969                 sync with 0.9.10cvs12
1970                 see ChangeLog 2004-05-12
1971
1972 2004-05-12 [alfons]     0.9.10claws60
1973
1974         * src/folderview.c
1975                 release lock in case of folder could not be opened 
1976
1977 2004-05-11 [christoph]  0.9.10claws59
1978
1979         * src/inc.[ch]
1980                 remove unused folderview update stuff from inc.[ch]
1981
1982 2004-05-11 [paul]       0.9.10claws58
1983
1984         * sync with 0.9.10cvs11
1985                 see ChangeLog 2004-05-10 and 2004-05-11
1986
1987 2004-05-09 [christoph]  0.9.10claws57
1988
1989         * src/folderview.c
1990                 check for folder class functions and not folder type to detect
1991                 valid drag targets
1992
1993 2004-05-08 [christoph]  0.9.10claws56
1994
1995         * src/sgpgme.c
1996                 fix date output for signature expire times
1997
1998         (Patch by Edgar Toernig <froese@gmx.de>)
1999
2000 2004-05-06 [christoph]  0.9.10claws55
2001
2002         * src/gtk/prefswindow.c
2003                 change window type to DIALOG
2004
2005         * src/folder.[ch]
2006         * src/folderview.c
2007         * src/news_gtk.c
2008                 o add folder_remove()
2009                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2010                 o add new "sort" field to Folder, no longer sort folders by type
2011                   higher sort values will be first in the folder list, new folders get 0
2012                   and will be added to the end
2013
2014         * src/mainwindow.c
2015         * src/gtk/Makefile.am
2016         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2017                 add dialog to allow users to change the folder order
2018
2019 2004-05-04 [paul]       0.9.10claws54
2020
2021         * src/inc.c
2022                 Display account_name in statusbar when retrieving
2023                 messages from a pop account
2024         * src/prefs_account.c
2025                 display account name in title of prefs_account
2026                 window
2027         * src/prefs_folder_item.c
2028                 display folder name in title of prefs_folder window
2029
2030         all 3 patches submitted by Fabien Vantard
2031
2032         * AUTHORS
2033                 add Fabien Vantard
2034
2035 2004-05-04 [paul]       0.9.10claws53
2036
2037         * src/prefs_actions.c
2038           src/prefs_template.c
2039                 'Esc' Key exits alertpanel
2040                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2041
2042 2004-04-26 [christoph]  0.9.10claws52
2043
2044         * src/gtk/about.c
2045         * src/gtk/colorsel.c
2046         * src/gtk/description_window.c
2047         * src/gtk/filesel.c
2048         * src/gtk/gtkaspell.c
2049         * src/gtk/inputdialog.c
2050         * src/gtk/pluginwindow.c
2051         * src/gtk/progressdialog.c
2052                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2053                   it does not work correctly with xinerama
2054                 o lock incorporation while the plugin window is open
2055
2056 2004-04-23 [paul]       0.9.10claws51
2057
2058         * po/POTFILES.in
2059                 update location of inputdialog.c
2060                 
2061         * src/gtk/about.c
2062                 update Copyright string
2063                 
2064         * src/msgcache.c
2065           src/prefs_common.c
2066           src/prefs_themes.c
2067                 improve the english a little
2068
2069 2004-04-22 [christoph]  0.9.10claws50
2070
2071         * src/folderutils.[ch]
2072                 add folderutils_mark_all_read()
2073
2074         * src/folderview.c
2075                 readd "mark all read" from popup menu, now works
2076                 in all folders and not only the opened folder
2077
2078 2004-04-21 [christoph]  0.9.10claws49
2079
2080         * src/Makefile.am
2081         * src/inputdialog.[ch]                  ** REMOVED **
2082         * src/gtk/Makefile.am
2083         * src/gtk/inputdialog.[ch]              ** NEW **
2084                 move inputdialog.[ch] into gtk directory
2085
2086         * src/mh_gtk.c
2087                 remove check for missing IMAP folder account
2088
2089 2004-04-20 [christoph]  0.9.10claws48
2090
2091         * src/mainwindow.c
2092         * src/foldersel.c
2093                 remove new/rename/delete folder GUI functions because
2094                 they are always active, even for news folders, and can
2095                 not be easily made folder class dependent
2096
2097         * src/gtk/menu.[ch]
2098                 make menu_translate() public
2099
2100         * src/Makefile.am
2101         * src/folder.[ch]
2102         * src/folderview.[ch]
2103         * src/imap_gtk.[ch]                     ** NEW **
2104         * src/main.c
2105         * src/mh_gtk.[ch]                       ** NEW **
2106         * src/news_gtk.[ch]                     ** NEW **
2107                 o dynamically build FolderView popup menus from a folder
2108                   specific part, with callbacks to seperated code, and
2109                   a common part
2110                 o remove the folder class specifiy code from folderview.c
2111
2112 2004-04-15 [luke]       0.9.10claws47
2113
2114         * src/prefs_folder_item.c
2115                 o remove buttons for applying 'scan for new mail'
2116                   and 'process at startup' to sub folders
2117                 o add 'apply to sub folder' check buttons for all
2118                   properties and set folder prefs accordingly
2119                 o replace multiple gtk_widget_show() with one
2120                   gtk_widget_show_all() on container
2121
2122 2004-04-14 [darko]      0.9.10claws46
2123
2124         * src/gtk/Makefile.am
2125         * src/gtk/pluginwindow.c
2126                 load plugins from to $(prefix)/lib/sylpheed/plugins
2127                 in file selection dialog
2128         * src/plugins/clamav/clamav_plugin.c
2129                 const correctness
2130
2131 2004-04-14 [christoph]  0.9.10claws45
2132
2133         * src/folder.c
2134         * src/plugins/image_viewer/viewer.c
2135                 fix g_warnings
2136
2137 2004-04-10 [alfons]     0.9.10claws44
2138         
2139         * src/compose.c
2140                 appropriate auto account selection when forwarding
2141                 (fixes bug #476, "forward as attachment does not listen
2142                 to account rules")
2143
2144 2004-04-09 [alfons]     0.9.10claws43
2145
2146         * src/summaryview.c
2147                 make quick search combo matching case sensitive
2148
2149 2004-04-06 [alfons]     0.9.10claws42
2150
2151         * src/addr_compl.c
2152                 use cursor position to prevent clearing the entire entry
2153
2154 2004-04-06 [alfons]     0.9.10claws41
2155
2156         * src/folderview.c
2157                 fix bug #472, "filter not updated when renaming folder" 
2158
2159 2004-04-06 [alfons]     0.9.10claws40
2160
2161         * src/messageview.[ch]
2162           src/summaryview.c
2163                 reflect changes to Show all headers to main view
2164                 and message view (only affects detached message
2165                 view). see also bug #473, 'Show All Headers 
2166                 "problem"'.
2167
2168 2004-04-03 [alfons]     0.9.10claws39
2169
2170         * src/matcher.c
2171                 free address list
2172
2173 2004-04-03 [alfons]     0.9.10claws38
2174
2175         * src/matcher_parser_parse.y
2176           src/matcher.[ch]
2177                 prepare address look up matcher type; marginally
2178                 tested, and not hooked into the UI yet.
2179
2180                 basically it accepts the result of the left hand
2181                 side of the matcher (the "criteria"):
2182
2183                         from all_in_addressbook ""
2184                         ~to_or_cc any_in_addressbook ""
2185                 
2186                 the first case matches all addresses found in the
2187                 from header, and the second case matches if any
2188                 (at least one) of the addresses in to or cc headers 
2189                 are not in the address book.
2190
2191                 the string argument is not used yet, but is intended
2192                 to match a group of addresses 
2193
2194 2004-04-02 [luke]       0.9.10claws37
2195
2196         * src/prefs_folder_item.c
2197                 Add two buttons to apply 'scan for new mail'
2198                 and 'process at startup' to sub folders
2199
2200 2004-04-02 [luke]
2201         * tools/textviewer.sh
2202                 better filename extension matching plus some support for
2203                 MS Excel, MS Powerpoint and HTML
2204
2205 2004-03-29 [christoph]  0.9.10claws36
2206
2207         * src/folder.h
2208         * src/folderutils.[ch]
2209         * src/mainwindow.c
2210                 add delete duplicates for all folders
2211
2212 2004-03-29 [alfons]     0.9.10claws35
2213
2214         * src/folder.c
2215                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2216                 when selecting top-level folder node (thanks to 
2217                 Alex S. Moore)
2218
2219 2004-03-28 [keith]      0.9.10claws34
2220
2221         * src/textview.c
2222                 prepend "http://" to URIs of the form "www.example.com"
2223
2224 2004-03-28 [paul]       0.9.10claws33
2225
2226         * src/common/nntp.c
2227           src/common/smtp.c
2228           src/folder.c
2229           src/imap.c
2230           src/inc.c
2231           src/news.c
2232           src/pop.c
2233                 revise 'translatable string' policy:
2234                 don't translate debug_print() or log_print(),
2235                 translate log_message() and log_warning()
2236         
2237         * po/zh_CN.po
2238                 update submitted by Hansom Young
2239
2240 2004-03-25 [alfons]     0.9.10claws32
2241
2242         * src/prefs_common.c
2243                 I mean this one: Return the GList...
2244
2245 2004-03-25 [alfons]     0.9.10claws31
2246
2247         * src/prefs_common.h
2248                 add new members at the end of prefs_common, so
2249                 they get properly initialized
2250
2251 2004-03-24 [christoph]  0.9.10claws30
2252
2253         * src/imap.c
2254                 o NULL is a valid GSList
2255
2256 2004-03-24 [alfons]     0.9.10claws29
2257
2258         * src/prefs_common.[ch]
2259           src/summaryview.c
2260           src/common/defs.h
2261                 add history to quick search (patch submitted by 
2262                 Ivan Francolin Martinez - thanks!)
2263
2264 2004-03-24 [alfons]     0.9.10claws28
2265
2266         * src/imap.c
2267                 NULL output pointer parameter
2268
2269 2004-03-21 [alfons]     0.9.10claws27
2270
2271         * src/addrindex.[ch]
2272           src/addr_compl.c
2273                 complete addresses on nicks and aliases
2274
2275 2004-03-21 [alfons]     0.9.10claws26
2276
2277         * src/import.c
2278           src/inc.c
2279           src/mbox.[ch]
2280                 disable filters on import mbox (patch submitted
2281                 by Edgar Toernig)
2282
2283 2004-03-21 [darko]      0.9.10claws25
2284
2285         * src/addr_compl.c
2286                 select the address when only one match is found while
2287                 doing address completion with tab key (feature
2288                 request #914720)
2289
2290 2004-03-21 [alfons]     0.9.10claws24
2291
2292         * src/messageview.c
2293           src/toolbar.c
2294                 don't `navigate-delete` when a summary view's selection does not 
2295                 match the accompanying message view's message
2296
2297 2004-03-20 [alfons]     0.9.10claws23
2298
2299         * src/summaryview.c
2300                 hide ext search button on initial display (should fix bug #459,
2301                 "Toggling quick-search at 1st time: minor UI inconsistency")
2302
2303 2004-03-20 [alfons]     0.9.10claws22
2304
2305         * src/summaryview.[ch]
2306                 add function to get selected msginfo, if there's
2307                 only one selected
2308
2309 2004-03-20 [paul]       0.9.10claws21
2310
2311         * sync with 0.9.10cvs7
2312                 see ChangeLog 2004-03-19
2313
2314 2004-03-19 [paul]       0.9.10claws20
2315
2316         * src/common/nntp.c
2317           src/common/smtp.c
2318           src/common/ssl.c
2319           src/folder.c
2320           src/imap.c
2321           src/inc.c
2322           src/news.c
2323           src/pop.c
2324                 don't translate strings in debug_print(), log_print(),
2325                 log_message(),  and log_warning()
2326
2327 2004-03-19 [alfons]     0.9.10claws19
2328
2329         better next/previous/delete/focus navigation with separate 
2330         message view 
2331         
2332         * src/toolbar.c
2333                 call summaryview_delete() instead of messageview_delete()
2334         * src/messageview.c
2335                 disable messageview_delete()
2336
2337 2004-03-18 [paul]       0.9.10claws18
2338
2339         * sync with 0.9.10cvs6
2340                 see ChangeLog 2004-03-16
2341
2342 2004-03-17 [alfons]     0.9.10claws17
2343
2344         * src/gtk/filesel.c
2345                 remove bogus semicolon after if() (sometimes it pays to
2346                 read LKML :)
2347
2348 2004-03-15 [darko]      0.9.10claws16
2349
2350         * src/gtk/filesel.c
2351                 support full path in place of a filename
2352         * src/mimeview.c
2353                 store directory attachments were saved to and
2354                 use it when saving attachments
2355         * src/prefs_common.[hc]
2356                 store directory attachments were last saved to
2357
2358 2004-03-15 [paul]       0.9.10claws15
2359
2360         * src/folderview.c
2361                 fix bug where unsubscribing a newsgroup would destroy
2362                 (most of the) filtering rules
2363
2364 2004-03-15 [paul]       0.9.10claws14
2365
2366         * src/folderview.c
2367                 fix Bug 458, 'Folder View remaining empty after 
2368                 removing a NEWS account' (was also true of IMAP
2369                 accounts)
2370
2371 2004-03-15 [paul]       0.9.10claws13
2372
2373         * src/folderview.c
2374                 fix folderview invisibility of newly subscribed
2375                 newsgroups
2376
2377 2004-03-13 [paul]       0.9.10claws12
2378
2379         * src/compose.c
2380           src/plugins/dillo_viewer/dillo_prefs.c
2381           src/plugins/image_viewer/viewerprefs.c
2382                 gettextise some forgotten parts
2383
2384 2004-03-13 [alfons]     0.9.10claws11
2385
2386         * src/imap.c
2387                 make sure the correct type is passed to sscanf()
2388
2389 2004-03-13 [paul]       0.9.10claws10
2390
2391         * sync with 0.9.10cvs5
2392                 see ChangeLog 2004-03-02 and 2004-03-12, 
2393                 specifically:
2394                 'always move messages by default when using DnD (except 
2395                 for News folder). Copy messages if Ctrl-key is pressed.'
2396                 and 'added a function to filter selected messages'
2397
2398 2004-03-12 [christoph]  0.9.10claws9
2399
2400         * src/codeconv.c
2401                 add parameter check to conv_unmime_header_overwrite()
2402
2403         * src/imap.c
2404                 o fix spelling
2405                 o fix removing of NEW flag when UNREAD is unset
2406
2407         * src/procmime.c
2408                 decode MIME-headers
2409
2410         (Closes 437 i18n attachment display error.)
2411
2412 2004-03-12 [paul]       0.9.10claws8
2413
2414         * po/it.po
2415                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2416                 
2417         * tools/Makefile.am
2418                 add 'textviewer.sh'
2419
2420 2004-03-12 [alfons]     0.9.10claws7
2421
2422         * src/imap.c
2423                 o quiet compiler and typecast Folder * to IMAP Folder *
2424                 o wake up and fix my previous incompatible type assignment bug
2425
2426 2004-03-12 [alfons]     0.9.10claws6
2427
2428         * src/imap.c
2429                 don't mix up pointers to int, guint32 _and_ 
2430                 unsigned int 
2431
2432 2004-03-12 [christoph]  0.9.10claws5
2433
2434         * src/folderview.c
2435                 Add error requester when renaming a folder failed
2436
2437         * src/imap.c
2438                 Check new FolderItem name for namespace seperator
2439                 before renaming
2440
2441         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2442
2443 2004-03-11 [christoph]  0.9.10claws4
2444
2445         * src/folder.[ch]
2446         * src/imap.c
2447         * src/procmsg.h
2448                 syncronize flags in cache with IMAP folder flags
2449
2450         Adapted a patch submitted by Simon 'corecode' Schubert
2451         <corecode@corecode.ath.cx> 
2452
2453
2454 2004-03-11 [alfons]     0.9.10claws3
2455
2456         * src/textview.[ch]
2457                 remove dead code that at one time controlled display of
2458                 URIs in status bar
2459
2460 2004-03-10 [paul]       0.9.10claws2
2461
2462         * po/it.po
2463                 updated by Lupino <lupin85@email.it>
2464
2465 2004-03-09 [alfons]     0.9.10claws1
2466
2467         * src/matcher.c
2468                 we're not using yywrap, but we may, so close yyin instead
2469                 of initial FILE *
2470
2471 2004-03-08 [paul]       0.9.10claws
2472
2473         * 0.9.10claws released
2474
2475 2004-03-08 [paul]       0.9.9claws41
2476
2477         * po/es.po
2478           po/ja.po
2479           po/ru.po
2480           po/sk.po
2481           po/sr.po
2482           po/zh_CN.po
2483                 update translations. submitted by Ricardo Mones Lastra,
2484                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2485                 Hansom Young
2486
2487 2004-03-06 [paul]       0.9.9claws40
2488
2489         * src/stock_pixmap.c
2490                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2491                 patch submitted by Pawel Pekala
2492
2493 2004-03-06 [alfons]             0.9.9claws39
2494
2495         * src/addrindex.c
2496                 allow nick name completion again 
2497
2498 2004-03-02 [match]              0.9.9claws38
2499
2500         * configure.ac
2501                 added definition of USE_LDAP_TLS to support TLS.
2502         * src/ldapctrl.[ch]
2503         * src/ldapquery.c
2504         * src/ldapserver.[ch]
2505         * src/addressbook.c
2506         * src/addrindex.c
2507         * src/editldap.c
2508                 included LDAP TLS support.
2509
2510 2004-03-02 [christoph]          0.9.9claws37
2511
2512         * src/folder.[ch]
2513                 o add more documentation for FolderClass
2514                 o remove usused FolderClass virtual functions
2515
2516         * src/imap.c
2517         * src/mh.c
2518         * src/news.c
2519                 change creation of FolderClass because static initializations
2520                 for structs suck in C89
2521
2522 2004-03-01 [paul]
2523
2524         * sync with 0.9.10
2525
2526 2004-02-28 [keith]      0.9.9claws36
2527
2528         * src/common/utils.c
2529                 Fix treatment of whitespace in quicksearch bar (leading
2530                 spaces and >1 space between commands and parameters).
2531
2532 2004-02-27 [alfons]     0.9.9claws35
2533
2534         * src/compose.[ch]
2535                 Explicitly remove draft timeout to fix nasty race between 
2536                 compose_send_cb() (which destroys the compose window) and 
2537                 compose_defer_auto_save_draft() (which expects compose 
2538                 window to exist). Should fix Keith's and Fred Marton's
2539                 bug report (#128, "crash after complaining about character
2540                 set conversion")
2541
2542 2004-02-27 [luke]       0.9.9claws34
2543         
2544         * src/folder.c
2545                 Do folder_item_apply_processing() even if no processing
2546                 rules for the folder exist (so global processing is applied)
2547
2548 2004-02-26 [thorsten]   0.9.9claws33
2549
2550         * src/mimeview.c
2551                 Remove misleading static declaration
2552
2553 2004-02-26 [alfons]     0.9.9claws32
2554
2555         * src/procmime.[ch]
2556           src/compose.c
2557           src/mimeview.c
2558           src/textview.c
2559                 use/add procmime_get_content_type_str() as a safe wrapper
2560                 for returning a Content-Type type string; should fix 
2561                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
2562                  - attachments."
2563
2564 2004-02-26 [thorsten]   0.9.9claws31
2565
2566         * src/mimeview.c
2567                 Restructure save_as/save_all
2568
2569 2004-02-26 [alfons]     0.9.9claws30
2570
2571         * src/procmime.c
2572                 clean up (2)
2573
2574 2004-02-26 [alfons]     0.9.9claws29
2575
2576         * src/procmime.c
2577                 clean up (1)
2578
2579 2004-02-24 [luke]
2580
2581         * tools/textviewer.sh
2582                 tweaks from Johann Koenig, recognition of shell
2583                 scripts in particular
2584
2585 2004-02-24 [paul]       0.9.9claws28
2586
2587         * sync with 0.9.9cvs13
2588                 see ChangeLog 2004-02-24
2589
2590 2004-02-23 [paul]       0.9.9claws27
2591
2592         * src/inc.c
2593                 one alertpanel on pop3 authentication error will suffice
2594                 
2595         * src/prefs_fonts.c
2596                 remove unnecessary printf
2597
2598 2004-02-22 [alfons]     0.9.9claws26
2599
2600         * src/messageview.c
2601                 put back a lost check
2602
2603 2004-02-21 [alfons]     0.9.9claws25
2604
2605         * src/folderview.c
2606                 don't forget to save folder properties after renaming folder
2607
2608 2004-02-20 [paul]       0.9.9.claws24
2609
2610         * src/addressbook.c
2611                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
2612                 
2613         * src/inc.c
2614                 complete sync with 0.9.9cvs9's 'update folderview
2615                 progressively'
2616                 
2617         * configure.ac
2618                 require gettext >= 0.12.1
2619
2620 2004-02-17 [match]      0.9.9claws23
2621
2622         * src/compose.c
2623                 keep the peace - change style.
2624
2625 2004-02-17 [alfons]     0.9.9claws22
2626
2627         * src/filtering.c
2628                 make MATCHACTION_STOP cancel filtering / processing;
2629                 clean up and document it to make it a little bit more clear;
2630
2631 2004-02-17 [alfons]     0.9.9claws21
2632
2633         %X marks the cursor spot for reply quote format
2634
2635         * src/quote_fmt_lex.l 
2636           src/quote_fmt.c
2637                 add %X token
2638                 
2639         * src/quote_fmt.h
2640           src/quote_fmt_parse.y
2641                 handle %X token
2642                 
2643         * src/compose.c
2644                 handle %X token for replies only (for now)
2645
2646 2004-02-17 [paul]       0.9.9claws20
2647
2648         * po/sk.po
2649                 updated by Andrej Kacian
2650                 
2651         * src/news.c
2652                 remove unneeded include
2653                 
2654         * src/prefs_fonts.c
2655                 be a little more user-friendly with the labels
2656                 
2657         * configure.ac
2658                 a change forgotten in the last commit: 
2659                 SYLPHEED_ACLOCAL_INCLUDE(m4)
2660
2661 2004-02-17 [paul]       0.9.9claws19
2662
2663         * ac/*                          ** REMOVED **
2664           ac/                           ** REMOVED **
2665           intl/Makefile.in              ** REMOVED **
2666           m4/                           ** NEW **
2667           m4/missing                    ** NEW **
2668           m4/missing/gdk-pixbuf.m4      ** NEW **
2669           m4/missing/gettext.m4         ** NEW **
2670           m4/missing/gpgme.m4           ** NEW **
2671           m4/missing/imlib.m4           ** NEW **
2672           m4/.cvsignore                 ** NEW **
2673           m4/Makefile.am                ** NEW **
2674           m4/README                     ** NEW **
2675           m4/aclocal-include.m4         ** NEW **
2676           m4/aspell.m4                  ** NEW **
2677           m4/check-type.m4              ** NEW **
2678           m4/gnupg-check-typedef.m4     ** NEW **
2679           m4/openssl.m4                 ** NEW **
2680           m4/spamassassin.m4            ** NEW **
2681           po/ChangeLog                  ** REMOVED **
2682           po/Makefile.in.in             ** REMOVED **
2683           po/Rules-quot                 ** REMOVED **
2684           po/boldquot.sed               ** REMOVED **
2685           po/en@boldquot.header         ** REMOVED **
2686           po/en@quot.header             ** REMOVED **
2687           po/insert-header.sin          ** REMOVED **
2688           po/quot.sed                   ** REMOVED **
2689           po/remove-potcdate.sed        ** REMOVED **
2690           po/remove-potcdate.sin        ** REMOVED **
2691           po/stamp-po                   ** REMOVED **
2692           Makefile.am
2693           autogen.sh
2694           configure.ac
2695                 enable building with automake 1.8.x
2696                 add 'autopoint' to autogen.sh and remove all
2697                 auto-generated files, remove ac/ in favour of
2698                 m4/
2699
2700 2004-02-17 [alfons]     0.9.9claws18
2701         
2702         * src/summaryview.c
2703                 MSG_IS_NEWS() is not stored at all, and is bogus
2704
2705 2004-02-17 [martin]     0.9.9claws17
2706
2707         * src/prefs_themes.c
2708                 fix crash when installing wrong theme and output an
2709                 error message
2710
2711 2004-02-16 [christoph]  0.9.9claws16
2712
2713         * src/compose.c
2714         * src/stock_pixmap.[ch]
2715         * src/toolbar.[ch]
2716         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
2717                 add "Wrap current paragraph" to compose toolbar
2718
2719 2004-02-15 [alfons]     0.9.9claws15
2720
2721         * src/folderview.c
2722                 refine previous commit to make sure other hook functions
2723                 get their grab of the pie too
2724
2725 2004-02-15 [alfons]     0.9.9claws14
2726
2727         * src/folderview.c
2728                 fix sync breakage so we don't pass invalid pointer types
2729
2730 2004-02-15 [match]      0.9.9claws13
2731
2732         * src/ldapquery.[ch]
2733         * src/ldapserver.h
2734         * src/addrindex.[ch]
2735                 tweak threading calls.
2736         * src/addr_compl.[ch]
2737                 add alias into completion list.
2738         * src/addressbook.c
2739                 fix ldap browse.
2740                 improve context menu behavior.
2741                 change menu sequence.
2742                 add send mail from addressbook.
2743         * src/addrselect.[ch]
2744         * src/compose.[ch]
2745                 add send mail from addressbook.
2746
2747 2004-02-15 [christoph]  0.9.9claws12
2748
2749         * src/folderutils.c
2750                 skip deleting when duplist is empty
2751
2752         * src/folderview.[ch]
2753         * src/mainwindow.c
2754         * src/summaryview.[ch]
2755                 call folderutils_delete_duplicates() from mainwindow code
2756
2757 2004-02-15 [alfons]     0.9.9claws11
2758         
2759         * src/common/utils.c
2760                 add prefix for italian ms o(e) 
2761
2762 2004-02-14 [paul]       0.9.9claws10
2763
2764         * src/foldersel.c
2765                 fix updating of the folder view when creating a
2766                 new folder
2767
2768 2004-02-13 [paul]       0.9.9claws9
2769
2770         * src/plugins/clamav/clamav_plugin.c
2771                 remove GUI code
2772
2773 2004-02-13 [paul]       0.9.9claws8
2774
2775         * sync with 0.9.9cvs9
2776                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
2777
2778 2004-02-13 [alfons]     0.9.9claws7
2779
2780         * src/common/utils.c
2781                 fix wrong type of argument for ctype functions (pass unsigned
2782                 char instead of signed char)
2783
2784 2004-02-12 [alfons]     0.9.9claws6
2785
2786         * src/compose.[ch]
2787                 don't select text in header entry when composing to a 
2788                 default address, but rather give the header entry a
2789                 different color / style (same as the folder new color)
2790
2791 2004-02-12 [alfons]     0.9.9claws5
2792
2793         * src/plugins/clamav/clamav_plugin.c
2794                 don't exit(2) on libclamav init error - show a warning.
2795                 (tested by damaging a clamav database file.)
2796
2797 2004-02-12 [paul]       0.9.9claws4
2798
2799         * sync with 0.9.9cvs4
2800                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
2801
2802 2004-02-11 [luke]       0.9.9claws3
2803
2804         * src/mimeview.c
2805                 remove redundant check introduced in 0.9.9claws1
2806
2807 2004-02-11 [luke]       0.9.9claws2
2808
2809         * src/mimeview.c
2810                 fix compilation of my previous commit without gpg enabled
2811
2812 2004-02-10 [luke]       0.9.9claws1
2813
2814         * src/mimeview.c
2815                 add borders to icons to indicate the privacy status for
2816                 the message part (unknown/bad/good)
2817
2818 2004-02-06 [paul]       0.9.9claws
2819
2820         0.9.9claws released
2821
2822 2004-02-06 [darko]      0.9.8claws64
2823
2824         * src/compose.c
2825                 don't allow Ctrl+Enter while external editor is active
2826
2827 2004-02-06 [paul]       0.9.8claws63
2828
2829         * po/es.po
2830           po/pl.po
2831           po/sk.po
2832           po/sr.po
2833                 update Spanish, Polish, Slovak, and Serbian translations.
2834                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
2835                 and Urke MMI
2836
2837 2004-02-04 [alfons]     0.9.8claws62
2838
2839         * src/compose.c
2840                 grab focus only when lbutton was pressed (bug #430 cont'd; 
2841                 don't have clue yet why the cursor pos is at the end of the
2842                 text.)
2843
2844 2004-02-04 [alfons]     0.9.8claws61
2845
2846         * src/compose.c
2847                 always grab focus when one of the header entries is clicked 
2848                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
2849
2850 2004-02-02 [paul]
2851
2852         * ac/missing/gdk-pixbuf.m4
2853           ac/missing/gpgme.m4
2854           ac/missing/imlib.m4
2855                 prevent 'underquoted definition' warnings
2856                 patch submitted by David Relson
2857                 
2858         * src/plugins/clamav/README
2859                 update, improve, correct
2860
2861 2004-01-31 [thorsten]   0.9.8claws60
2862
2863         * src/news.c
2864                 'dir' not initialized if group has no messages
2865
2866 2004-01-29 [christoph]  0.9.8claws59
2867
2868         * src/customheader.[ch]
2869                 add custom_header_is_allowed() to check for disallowed header names
2870                 that must not be overridden by custom headers
2871
2872         * src/compose.c
2873                 always write From: header and use custom_header_is_allowed() to
2874                 check if custom header should be written
2875
2876         * src/prefs_customheader.c
2877                 check if custom header is disallowed using custom_header_is_allowed()
2878
2879         * src/folderutils.c
2880                 destroy message id GHashTable before freeing the MsgInfos
2881
2882 2004-01-29 [paul]       0.9.8claws58
2883
2884         * sync with 0.9.9 release
2885                 see ChangeLog 2004-01-29
2886
2887 2004-01-29 [paul]       0.9.8claws57
2888
2889         * sync with 0.9.8cvs11
2890                 see ChangeLog 2004-01-29
2891
2892 2004-01-28 [christoph]  0.9.8claws56
2893
2894         * src/pgpmime.c
2895         * src/sgpgme.[ch]
2896                 return WARN signature status when signature is not trusted
2897
2898         * src/Makefile.am
2899         * src/folder.c
2900         * src/folderutils.[ch]                  ** NEW **
2901         * src/summaryview.c
2902                 implement delete duplicates summaryview independent
2903
2904 2004-01-28 [paul]       0.9.8claws55
2905
2906         * sync with 0.9.8cvs10
2907                 see Changelog 2004-01-27 and 2004-01-28
2908
2909 2004-01-26 [christoph]  0.9.8claws54
2910
2911         * src/imap.c
2912                 create a root node for the Folder if scan fails because root
2913                 folder does not exist
2914
2915 2004-01-26 [paul]       0.9.8claws53
2916
2917         * sync with 0.9.8cvs7
2918                 see ChangeLog 2004-01-23
2919
2920 2004-01-25 [alfons]     0.9.8claws52
2921
2922         * src/compose.c
2923                 remove left-over constant INDENT_CHARS
2924
2925 2004-01-25 [alfons]     0.9.8claws51
2926
2927         * src/procmime.c
2928                 add NULL pointer check for mimeinfo->node in
2929                 procmime_mimeinfo_parent()
2930
2931 2004-01-25 [darko]      0.9.8claws50
2932
2933         * src/compose.c
2934                 make "Wrap all long lines" toolbar button wrap all
2935                 long lines not just the current line
2936                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
2937
2938
2939 2004-01-25 [alfons]     0.9.8claws49
2940
2941         * src/procmime.c
2942                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
2943                 necessary anyway, because *scanf() functions neglect white
2944                 space in the input. 
2945                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
2946
2947 2004-01-25 [paul]       0.9.8claws48
2948
2949         * src/prefs_ext_prog.c
2950                 apply Alfons' patch to check for NULL pointers
2951                 fixes bug #424
2952
2953 2004-01-25 [paul]       0.9.8claws47
2954
2955         * sync with 0.9.8cvs8
2956                 see ChangeLog 2004-01-23
2957
2958 2004-01-25 [thorsten]   0.9.8claws46
2959
2960         * src/messageview.c
2961                 remove orphaned mimeview unref()
2962
2963 2004-01-23 [christoph]  0.9.8claws45
2964
2965         * src/summaryview.c
2966                 set ctree widget style
2967
2968 2004-01-23 [paul]       0.9.8claws44
2969
2970         * sync with 0.9.8cvs5
2971                 see ChangeLog 2004-01-22
2972
2973 2004-01-23 [alfons]     0.9.8claws43
2974
2975         * src/procmsg.c
2976                 remove redundant code in procmsg_get_thread_tree()
2977
2978 2004-01-21 [christoph]  0.9.8claws42
2979
2980         * src/folderview.c
2981                 set ctree widget style, otherwise GTK does not use the
2982                 the correct vertical size for the list items
2983
2984 2004-01-21 [alfons]     0.9.8claws41
2985
2986         * src/summaryview.c
2987                 GDK_Left should only switch to folderview when
2988                 when summaryview hscrollbar is at the leftmost
2989                 position (fixes bug #420, "Focus error")
2990
2991 2004-01-21 [paul]       0.9.8claws40
2992
2993         * sync with 0.9.8cvs4
2994                 see ChangeLog 2004-01-20
2995
2996 2004-01-20 [christoph]  0.9.8claws39
2997
2998         * src/folderview.c
2999                 remove setting sensitivity for no longer existing
3000                 /Scoring... popup entry
3001
3002 2004-01-20 [keith]      0.9.8claws38
3003
3004         * configure.ac
3005                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3006
3007 2004-01-20 [paul]       0.9.8claws37
3008
3009         * src/prefs_fonts.c
3010                 demystify font settings
3011                 
3012         * src/textview.c
3013                 use textview->msgfont for header->body in
3014                 textview_show_header()
3015
3016 2004-01-20 [paul]       0.9.8claws36
3017
3018         * src/compose.c
3019           src/undo.c
3020                 remove superfluous debug_print's
3021                 
3022         * src/inc.c
3023                 clear the statusbar after LOCAL incorporation
3024
3025 2004-01-20 [paul]       0.9.8claws35
3026
3027         * sync with 0.9.8cvs3
3028                 see ChangeLog 2004-01-20
3029
3030 2004-01-19 [keith]      0.9.8claws34
3031
3032         * src/folderview.c
3033                 don't show 'Search folder...' on popup menu
3034                 if folder has no mails in it
3035
3036 2004-01-17 [keith]      0.9.8claws33
3037
3038         * src/compose.c
3039           src/prefs_common.c
3040           src/prefs_common.h
3041                 store position of compose window in prefs
3042
3043 2004-01-17 [thorsten]   0.9.8claws32
3044
3045         * src/gtk/gtkvscrollbutton.c
3046                 ensure scrollbutton resize event on different gtk versions
3047
3048 2004-01-15 [alfons]     0.9.8claws31
3049         
3050         * src/summaryview.c
3051                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3052                 message as read
3053
3054 2004-01-12 [christoph]  0.9.8claws30
3055
3056         * src/procmime.c
3057                 better MIME-Version check
3058
3059 2004-01-11 [alfons]     0.9.8claws29
3060
3061         * src/procmsg.c
3062                 remove unnecessary but still effective check (could possibly
3063                 lead to some unwanted side effects)
3064
3065 2004-01-11 [alfons]     0.9.8claws28
3066
3067         * src/procmsg.c
3068                 we should not prefer lowest message number while threading 
3069                 (introduced in previous commit)
3070
3071 2004-01-11 [alfons]     0.9.8claws27
3072
3073         * src/procmsg.c
3074                 subject threading fixes:
3075                 
3076                         - make message with lowest message number the
3077                           thread parent,
3078                         - refine recording last node when threading. the last node
3079                           should be the previous one if a node has a thread parent,
3080                           or the current node if not
3081                 
3082                 (there's another threading bug fix coming up)
3083
3084 2004-01-10 [paul]       0.9.8claws26
3085
3086         * src/main.c
3087           src/prefs_ext_prog.c
3088           src/plugins/clamav/clamav_plugin_gtk.c
3089                 minor gui fixes
3090
3091 2004-01-09 [christoph]  0.9.8claws25
3092
3093         * src/Makefile.am
3094         * src/string_match.[ch]                 ** REMOVE **
3095         * src/common/Makefile.am
3096         * src/common/string_match.[ch]          ** NEW **
3097                 move string_match.[ch] to common directory
3098
3099 2004-01-09 [christoph]  0.9.8claws24
3100
3101         * src/pgpmime.c
3102                 add MIME-Version header for the message parser
3103
3104 2004-01-09 [paul]       0.9.8claws23
3105
3106         * po/POTFILES.in
3107           src/Makefile.am
3108           src/main.c
3109           src/prefs_common.c
3110           src/prefs_ext_prog.[ch]       ** NEW FILES **
3111                 move External Command options from 'Common Prefs/Other' to
3112                 'Other Prefs/Message View/External Programs', also reveal
3113                 the hidden options for audio player and image viewer.
3114                 
3115         * src/prefs_common.c
3116                 fix toggling of header pane
3117
3118 2004-01-09 [paul]       0.9.8claws22
3119
3120         * src/compose.c
3121                 when changing account also change the save folder
3122
3123         * src/textview.c
3124                 if a text/plain attachment has 'Content-Disposition: attachment'
3125                 don't display it inline
3126
3127 2004-01-08 [christoph]  0.9.8claws21
3128
3129         * src/procmime.c
3130                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3131                 otherwise thread the message content as one text part and
3132                 don't assume charset US-ASCII which is only specified as
3133                 default for MIME-messages
3134
3135 2004-01-08 [paul]       0.9.8claws20
3136
3137         * src/plugins/clamav/clamav_plugin.c
3138           src/plugins/spamassassin/spamassassin.c
3139                 inform the user what is happening via the statusbar
3140
3141 2004-01-06 [paul]       0.9.8claws19
3142
3143         * po/es.po
3144                 update Spanish translation. submitted by Ricardo
3145                 Mones Lastra
3146
3147 2004-01-05 [paul]       0.9.8claws18
3148
3149         * sync with 0.9.8cvs2
3150                 see ChangeLog 2004-01-05
3151
3152 2004-01-03 [luke]       0.9.8claws17
3153
3154         * src/procheader.c
3155                 Clean up:
3156                 o remove unused functions string_getchar() and file_getchar()
3157                 o remove the getchar_ parameter from generic_get_one_field()
3158                 o add an 'unfold' parameter to generic_get_one_field, to
3159                   be used if no HeaderEntry is supplied
3160                 o procheader_get_one_field_asis() uses
3161                   generic_get_one_field().
3162
3163 2004-01-01 [christoph]  0.9.8claws16
3164
3165         * src/common/xml.[ch]
3166                 o add xml_new_tag() to manage usage counts of strings correctly
3167                 o correct xml_copy_tree() function name
3168
3169         * src/folder.c
3170         * src/main.c
3171                 allow registering and unregistering of FolderClasses anytime
3172
3173 2003-12-31 [christoph]  0.9.8claws15
3174
3175         * src/folder.[ch]
3176         * src/common/xml.[ch]
3177                 keep folderlist.xml data for unloaded FolderClasses
3178
3179 2003-12-30 [luke]       0.9.8claws14
3180
3181         * src/procheader.[ch]
3182                 o added procheader_get_one_field_asis() that does not do
3183                   unfolding
3184                 o fix procheader_get_header_array_asis() to use the above,
3185                   fixing ugliness of headers in textview
3186
3187         * src/compose.c
3188                 o don't unfold headers when redirecting.        
3189
3190 2003-12-30 [paul]       0.9.8claws13
3191
3192         * po/POTFILES.in
3193           src/common/defs.h
3194           src/Makefile.am
3195           src/main.c
3196           src/prefs_common.c
3197           src/prefs_themes.[ch] ** NEW FILES **
3198                 redesign and move Icon Theme selector to
3199                 the new prefs window
3200           
3201         * src/stock_pixmap.c
3202                 fix the old bug where icons are not always
3203                 updated when changing themes
3204         
3205         * src/summaryview.c
3206                 fix bug where the icons on the title row
3207                 of the summary view were not updated
3208         
3209         all patches submitted by Ricardo Mones Lastra
3210
3211 2003-12-30 [hoa]        0.9.8claws12
3212
3213         * src/folder.c
3214                 run preglobal and postglobal processing rules
3215                 even if the folder does not have any rules.
3216
3217 2003-12-28 [paul]       0.9.8claws11
3218
3219         * ac/aspell.m4
3220           ac/check-type.m4
3221           ac/gnupg-check-typedef.m4
3222           ac/openssl.m4
3223           ac/spamassassin.m4
3224                 fix 'underquoted definition' warnings, patch submitted by
3225                 David Relson <relson@osagesoftware.com>
3226                 
3227         * src/common/utils.c
3228                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3229                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3230
3231 2003-12-28 [paul]       0.9.8claws10
3232
3233         * sync with 0.9.8cvs1
3234                 see ChangeLog 2003-12-17
3235
3236 2003-12-27 [christoph]  0.9.8claws9
3237
3238         * src/common/utils.[ch]
3239                 add g_node_map() to map a GNode into a new GNode
3240                 converting all node data's with a function
3241
3242         * src/account.c
3243         * src/folder.[ch]
3244         * src/folderview.c
3245         * src/imap.c
3246         * src/mainwindow.c
3247         * src/summaryview.c
3248                 o use g_node_map() to convert XML <-> Folder
3249                 o remove redundant FolderItem->parent and
3250                   replace it with folder_item_parent()
3251
3252 2003-12-23 [christoph]  0.9.8claws8
3253
3254         * src/folder.[ch]
3255         * src/folderview.c
3256         * src/mainwindow.c
3257         * src/procmsg.c
3258                 o use callback for notifications about added and
3259                   destroyed folders
3260                 o rewrite folderlist saving (new functions to create
3261                   folder from XML tree, and XML tree from folder)
3262
3263         * src/common/xml.[ch]
3264                 add function to save XML trees
3265
3266         * src/prefs_filtering.c
3267                 code cleanup
3268
3269 2003-12-22 [christoph]  0.9.8claws7
3270
3271         * src/prefs_account.[ch]
3272                 add "SMTP only" accounts
3273
3274 2003-12-20 [melvin]     0.9.8claws6
3275
3276         * src/action.[ch]
3277                 Changed the interface for action_update_*_menu() so
3278                 action.c does not need to know the paths of the different
3279                 actions menu (mainwindow, message view and compose window). 
3280
3281         * src/compose.c
3282                 Tiny code cleanup to merge spell checker related code
3283                 compose_update_actions_menu(): new function to update
3284                 the actions menu. Use it in compose_create()
3285
3286         * src/compose.h
3287                 compose_update_actions_menu(): new function to update
3288                 the actions menu. Used also in prefs_actions.c.
3289
3290         * src/mainwindow.[ch]
3291                 main_window_update_actions_menu(): new function to update
3292                 the actions menu. Used in main_window_create() and in
3293                 prefs_actions.c
3294
3295         * src/messageview.[ch]
3296                 messageview_update_actions_menu(): new function to update
3297                 the actions menu. Used in messageview_add_toolbar() and in
3298                 prefs_actions.c
3299                 
3300         * src/prefs_actions.c   
3301                 prefs_actions_ok(): fixed to update the actions menu of
3302                 the separate message view and the compose windows.
3303
3304 2003-12-20 [luke]       0.9.8claws5
3305         * src/procheader.c
3306                 fix unfolding/newline stripping for multiline fields
3307                 in generic_get_one_field()
3308
3309 2003-12-19 [christoph]  0.9.8claws4
3310
3311         * src/summaryview.c
3312                 o code cleanup
3313                 o use subject_compare_for_sort() when comparing
3314                   simplified subjects
3315
3316 2003-12-19 [christoph]  0.9.8claws3
3317
3318         * src/msgcache.c
3319                 more syncing with 0.8.9a
3320
3321 2003-12-19 [christoph]  0.9.8claws2
3322
3323         * src/folder.c
3324                 don't write all FolderItem XML attributes for the root node
3325
3326 2003-12-19 [melvin]     0.9.8claws1
3327
3328         * src/messageview.c
3329                 Added missing menu branch (Tools/Create processing/rule)
3330         * po/fr.po
3331                 Updated French translation for the added string.
3332
3333 2003-12-19 [paul]       0.9.8claws
3334
3335         0.9.8claws released
3336
3337 2003-12-19 [paul]       0.9.7claws51
3338
3339         * po/en_GB.po
3340           po/es.po
3341           po/ja.po
3342           po/pl.po
3343           po/sk.po
3344           po/zh_CN.po
3345                 update translations. submitted by me, Ricardo Mones
3346                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3347                 Hansom Young
3348                 
3349         * src/folder_item_prefs.c
3350                 'enable_processing' set to FALSE by default
3351
3352 2003-12-18 [melvin]     0.9.7claws50
3353
3354         * po/fr.po
3355                 Updated French translation
3356
3357 2003-12-17 [christoph]  0.9.7claws49
3358
3359         * src/procheader.c
3360                 revert discarding of whitespace from 0.9.7claws44
3361
3362                 RFC2822 2.2.3: Unfolding is accomplished by simply
3363                 removing any CRLF that is immediately followed by WSP.
3364
3365 2003-12-17 [paul]       0.9.7claws48
3366
3367         * src/folder.c
3368                 fix new message count
3369                 
3370         * configure.ac
3371                 update autotools macros
3372
3373         * sync with 0.9.8a
3374
3375 2003-12-16 [christoph]  0.9.7claws47
3376
3377         * src/folder.c
3378                 fix folder update before adding MsgInfo to cache
3379                 in add_msginfo_to_cache()
3380
3381         * src/procmsg.c
3382                 remove old call to folder_item_update() that is no
3383                 longer required
3384
3385 2003-12-16 [christoph]  0.9.7claws46
3386
3387         * src/main.c
3388                 make sure the shutdown process only runs once
3389
3390 2003-12-16 [hoa]        0.9.7claws45
3391
3392         * src/mainwindow.c
3393         * src/messageview.c
3394         * src/summaryview.[ch]
3395                 Create filter rules using a message is fixed.
3396                 We can now create processing rules using a message.
3397
3398 2003-12-15 [alfons]     0.9.7claws44
3399
3400         * src/procheader.c
3401                 make sure we discard folding white space
3402
3403 2003-12-15 [luke]       0.9.7claws43
3404         * src/textview.c
3405         * src/mimeview.c
3406                 o use "name" parameter if "filename" doesn't exist
3407
3408 2003-12-14 [alfons]     0.9.7claws42
3409
3410         * src/summaryview.c
3411         * src/common/utils.c
3412                 allow quick finding based on the result of passing
3413                 a message to an external command. E.g:
3414
3415                         X "bogofilter < %F" 
3416                 
3417                 gets me all the spam in a folder.
3418
3419 2003-12-14 [luke]       0.9.7claws41
3420
3421         * src/textview.c
3422         * src/mimeview.c
3423                 o use parameter "filename" instead of "name" in a couple of 
3424                   places for correctness
3425
3426         * src/procmime.c
3427         * src/common/utils.[ch]
3428                 o make temporary filename for attachments safe for %p 
3429                   substitutions in actions.
3430
3431 2003-12-13 [christoph]  0.9.7claws40
3432
3433         * src/main.c
3434                 readd exit(0) to clean_quit() because otherwise sylpheed
3435                 does not always terminate
3436
3437         * src/pgpmime.c
3438         * src/privacy.h
3439                 add an identifier-string for PrivacySystems
3440
3441 2003-12-12 [paul]
3442
3443         * doc/man/sylpheed.1
3444                 update the man page
3445
3446 2003-12-12 [paul]       0.9.7claws39
3447
3448         general clean up
3449         
3450         * configure.ac
3451                 correct and clean up './configure --help' info
3452         
3453         * src/plugins/clamav/clamav_plugin.c
3454           src/plugins/spamassassin/spamassassin.c
3455                 correct plugin_desc(), works with LOCAL, IMAP, and
3456                 POP accounts
3457                 
3458         * src/filtering.c
3459           src/matcher.[ch]
3460           src/matcher_parser_parse.y
3461           src/prefs_filtering_action.c
3462                 use 'Change Score' instead of '(In/De)crease score'.
3463                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3464          
3465          * src/mainwindow.c
3466                 hyphenate: 'Pre-processing', 'Post-processing'
3467                 
3468         * src/prefs_account.c
3469                 change 'Generate Message-ID' to 'Generate Message-Id'
3470                 
3471         * src/prefs_folder_item.c
3472                 change 'Processing on startup:' to 'Process at startup'
3473                 change 'Scan for new mail:' to 'Scan for new mail'
3474                 
3475 2003-12-11 [christoph]  0.9.7claws38
3476
3477         * src/crash.c
3478         * src/main.[ch]
3479                 make sure the clean_exit() funtion is not called again by the
3480                 signal handler while it is already running
3481
3482         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3483
3484         * src/summaryview.c
3485                 fix wrong assertion
3486
3487 2003-12-11 [paul]       0.9.7claws37
3488
3489         * src/compose.c
3490                 'anonymise' Message-Id: header string
3491
3492 2003-12-11 [paul]       0.9.7claws36
3493
3494         * src/plugins/clamav/clamav_plugin.c
3495                 fix (don't break) signature count
3496                 use cl_strerror() instead of deprecated cl_perror()
3497         
3498 2003-12-11 [darko]      0.9.7claws35
3499
3500         * src/summaryview.c
3501                 also update the sort arrow (thanks Christoph)
3502
3503 2003-12-11 [darko]      0.9.7claws34
3504
3505         * src/summaryview.c
3506                 allow reverting to default sort mode (no sort)
3507
3508 2003-12-10 [hoa]        0.9.7claws33
3509
3510         * src/matcher.c
3511                 fixed quotation of string for matcher.
3512
3513 2003-12-08 [paul]       0.9.7claws32
3514
3515         * src/imap.c
3516           src/inc.c
3517                 plug memory leaks (patch by Alfons)
3518
3519 2003-12-08 [christoph]  0.9.7claws31
3520
3521         * src/folder_item_prefs.[ch]
3522         * src/folderview.c
3523         * src/prefs_folder_item.c
3524                 add new FolderItem property to exclude folders from new
3525                 mail checks
3526
3527         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3528
3529 2003-12-07 [paul]       0.9.7claws30
3530
3531         * src/plugins/clamav/clamav_plugin.c
3532                 fix signature count
3533
3534 2003-12-07 [thorsten]   0.9.7claws29
3535
3536         * src/filtering.c
3537                 debug_print some warning if destfolder missing
3538         * src/prefs_filtering.c
3539                 uninitialized filter list when deleting a folder
3540
3541 2003-12-06 [paul]       0.9.7claws28
3542
3543         * src/procheader.c
3544                 add Alfons' patch to trim line feeds
3545
3546 2003-12-06 [paul]       0.9.7claws27
3547
3548         * partial sync with 0.9.7cvs8
3549                 leaving claws' online/offline more or less intact
3550                 see ChangeLog 2003-12-04 and 2003-12-06
3551
3552 2003-12-06 [christoph]  0.9.7claws26
3553
3554         * src/messageview.c
3555         * src/privacy.[ch]
3556                 revert pirvacy API changes
3557
3558 2003-12-05 [alfons]     0.9.7claws25
3559
3560         * src/matcher.[ch]
3561                 clean up my old cruft
3562
3563 2003-12-05 [alfons]     0.9.7claws24
3564
3565         * src/matcher.c
3566                 fix comparison buglet ;-) and make `test` matcher
3567                 work again
3568
3569 2003-12-05 [alfons]     0.9.7claws23
3570
3571         * src/prefs_folder_item.c
3572                 K&R 2nd Ed., page 241 (function parameter identifiers
3573                 starting with an underscore are kind of insulting)
3574
3575 2003-12-05 [hoa]        0.9.7claws22
3576
3577         * src/main.c
3578         * src/mainwindow.[ch]
3579         * src/mainwindow.h
3580                 add destructor for mainwindow so that the last 
3581                 MimeInfo opened in messageview is destroyed when
3582                 exiting sylpheed.
3583
3584 2003-12-05 [hoa]        0.9.7claws21
3585
3586         * src/filtering.[ch]
3587         * src/matcher.[ch]
3588         * src/matcher_parser_lex.l
3589         * src/matcher_parser_parse.y
3590         * src/prefs_actions.c
3591         * src/prefs_filtering.c
3592         * src/common/utils.[ch]
3593                 quote arguments before giving them to command line.
3594                 fixed quote of string in matcher/processing/filtering rules.
3595
3596         * src/messageview.c
3597         * src/privacy.[ch]
3598                 allows decryption to return a new whole 
3599                 MIME message structure.
3600
3601 2003-12-04 [hoa]        0.9.7claws20
3602
3603         * src/filtering.[ch]
3604         * src/folder.c
3605         * src/mainwindow.c
3606         * src/matcher.c
3607         * src/matcher_parser_parse.y
3608         * src/folderview.c
3609                 global rules to run before folder specific rules.
3610                 global rules to run after folder specific rules.
3611                 
3612         * src/messageview.c
3613                 fixed quick addition of rules.
3614         
3615         * src/prefs_filtering.[ch]
3616         * src/summaryview.c
3617                 we can now customize the title for the dialog.
3618                 updated case where we rename of delete folders.
3619
3620         * src/addressbook.c
3621                 got back the function addressbook_browse_entry_cb()
3622                 that is needed in case we compiled with LDAP support.
3623
3624 2003-12-04 [paul]       0.9.7claws19
3625
3626         * sync with 0.9.7cvs6
3627                 see ChangeLog 2003-12-04
3628                 fixes bug 171 'Wrong message decoing: koi8-r and 
3629                 iso8859-5 looks same. Can't read many emails.'
3630
3631 2003-12-04 [paul]       0.9.7claws18
3632
3633         * po/POTFILES.in
3634                 remove 'src/prefs_scoring.c'
3635
3636 2003-12-03 [hoa]        0.9.7claws17
3637
3638         * src/Makefile.am
3639                 compilation of scoring.[ch] and prefs_scoring.[ch]
3640                 is removed.
3641         
3642         * src/filtering.[ch]
3643         * src/folder.c
3644         * src/folder_item_prefs.[ch]
3645         * src/folderview.c
3646         * src/main.c
3647         * src/mainwindow.c
3648         * src/matcher.[ch]
3649         * src/matcher_parser.h
3650         * src/matcher_parser_parse.y
3651         * src/prefs_filtering.[ch]
3652         * src/prefs_filtering_action.c
3653         * src/prefs_folder_item.c
3654         * src/prefs_scoring.[ch]              * REMOVED FILES *
3655         * src/procmsg.[ch]
3656         * src/scoring.[ch]                    * REMOVED FILES *
3657         * src/summaryview.c
3658                 merged scoring and filtering.
3659                 
3660                 Note : compatibility is kept by parsing score like 
3661                   add_score. To get the behaviour of older scoring 
3662                   system, you have to define some equivalent rule :
3663                   "score_lower -9999 hide"
3664                   "score_greater 9999 mark"
3665                   
3666                   To define global rules, you have to define them 
3667                   in the new global processing rules.
3668                   The variable that kept the list filtering rules 
3669                   was "global_processing" and has been renamed into 
3670                   "filtering_rules".
3671                   "global_processing" variable is now the name 
3672                   of the variable that keeps the list of global 
3673                   processing rules.
3674                   In the configuration file, "[global]" section is 
3675                   now for the global processing rules (which includes
3676                   score things and new global processing rules).
3677                   New "[filtering]" section is for the filtering rules.
3678                   
3679                   Before running with this version, during testing 
3680                   phase, ** MAKE A BACKUP ** of your matcherrc file.
3681                   Then, you have to make the following changes :
3682                   - leave all scoring rules in "[global]" section.
3683                   - move all other rules of "[global]" section to
3684                       a new section named "[filtering]".
3685
3686 2003-12-03 [christoph]  0.9.7claws16
3687
3688         * src/procmime.c
3689                 use default Content-Type as specified in RFC2045 if
3690                 Content-Type header is syntactically incorrect
3691
3692 2003-12-03 [christoph]  0.9.7claws15
3693
3694         * src/addressbook.c
3695         * src/addrindex.h
3696         * src/addritem.c
3697         * src/expldifdlg.h
3698         * src/exportldif.c
3699         * src/filtering.c
3700         * src/folder.c
3701         * src/folderview.c
3702         * src/jpilot.c
3703         * src/localfolder.c
3704         * src/matcher.h
3705         * src/matcher_parser_lex.l
3706         * src/matcher_parser_parse.y
3707         * src/news.c
3708         * src/prefs_filtering_action.c
3709         * src/prefs_folder_item.c
3710         * src/prefs_fonts.c
3711         * src/procmsg.c
3712         * src/sgpgme.c
3713                 clean up warnings
3714
3715         * src/procmime.c
3716                 revert 0.9.7claws14 change
3717
3718 2003-12-03 [alfons]     0.9.7claws14
3719
3720         * src/procmime.c
3721                 catch invalid Content-Type with no subtype
3722
3723 2003-12-03 [alfons]     0.9.7claws13
3724
3725         * src/alertpanel.h
3726         * src/setup.c
3727         * src/plugins/image_viewer/plugin.c
3728                 compile again, we need stddef.h for size_t
3729
3730 2003-12-03 [paul]       0.9.7claws12
3731
3732         * src/account.c
3733                 don't allow cloning of accounts with remote folders,
3734                 patch submitted by Ricardo Mones Lastra
3735
3736 2003-12-03 [christoph]  0.9.7claws11
3737
3738         * src/folder.[ch]
3739         * src/imap.c
3740         * src/localfolder.[ch]
3741         * src/mh.c
3742         * src/news.c
3743         * src/common/xml.[ch]
3744                 add set_xml() and get_xml() virtual functions to FolderClass to
3745                 save extra information for Folders (for example the rootpath
3746                 only used by LocalFolder). The folderlist write function no
3747                 longer needs to know the folder type to save this extra
3748                 information.
3749
3750 2003-12-02 [christoph]  0.9.7claws10
3751
3752         * src/Makefile.am
3753         * src/account.c
3754         * src/folder.[ch]
3755         * src/folderview.h
3756         * src/imap.c
3757         * src/localfolder.[ch]          ** NEW **
3758         * src/mainwindow.c
3759         * src/mh.[ch]
3760         * src/news.[ch]
3761         * src/prefs_account.[ch]
3762         * src/prefs_filtering.h
3763         * src/procmsg.h
3764         * src/remotefolder.[ch]         ** NEW **
3765         * src/common/xml.[ch]
3766                 add item_set_xml() and item_get_xml() virtual functions to
3767                 FolderClass to give folders the ability to add extra information
3768                 to the saved FolderItem data. If NULL the default function for
3769                 FolderItem will be used.
3770
3771 2003-11-29 [christoph]  0.9.7claws9
3772
3773         * src/procheader.c
3774                 fix bug in unfolding
3775
3776 2003-11-29 [luke]       0.9.7claws8
3777
3778         * src/textview.c
3779                 fix compilation for non c99 compilers
3780
3781 2003-11-29 [christoph]  0.9.7claws7
3782
3783         * src/procmime.[ch]
3784         * src/mimeview.c
3785                 o unknown disposition types should be handled as
3786                   attachment (RFC2183)
3787                 o missing headers should not default to inline
3788                   (would make "Save All" useless when disposition header
3789                    is not set by the sending mailer)
3790                 o remove old MimeInfo data and cleanup
3791
3792 2003-11-29 [luke]       0.9.7claws6
3793
3794         * src/procmime.[ch]
3795                 re-added parsing of Content-Disposition header
3796                         - removes the old  'gchar* content_disposition'
3797                         - adds a new field 'DispositionType disposition'
3798                         - adds parameters to MimeInfo::parameters
3799
3800         * src/mimeview.c
3801                 use the "filename" parameter for saving, and the new
3802                 MimeInfo::disposition for save all.
3803
3804         * src/compose.c
3805         * src/toolbar.[ch]
3806                 add a 'check spelling' button as a possibility for 
3807                 the compose toolbar
3808
3809         * src/stockpixmap.[ch]
3810         * src/pixmaps/check_spelling.xpm        ** NEW **
3811         * src/Makefile.am
3812                 add a pixmap for use with 'check spelling' button or
3813                 a user defined action
3814
3815         * src/textview.c
3816                 re-apply fixed (I hope) patch for bug 57
3817                 "Hidden URL in HTML Mails"
3818
3819 2003-11-28 [christoph]  0.9.7claws5
3820
3821         * src/procmime.c
3822                 o be more liberal in what we accept as Content-Type parameters
3823                 o ignore comments after parameters
3824
3825         * src/sgpgme.c
3826                 o only free passphrase when an error occurs
3827
3828 2003-11-28 [paul]       0.9.7claws4
3829
3830         * src/account.c
3831                 add 'Clone Account' function. patch submitted by
3832                 Ricardo Mones Lastra
3833
3834 2003-11-27 [thorsten]   0.9.7claws3
3835
3836         * src/mimeview.c
3837                 fix crash if 'save_all' failed twice
3838
3839 2003-11-27 [paul]       0.9.7claws2
3840
3841         * po/POTFILES.in
3842                 fix a typo
3843
3844         * po/zh_CN.po
3845                 update Simplified Chinese translation. submitted by
3846                 Hansom Young
3847
3848 2003-11-27 [paul]       0.9.7claws1
3849
3850         * po/POTFILES.in
3851                 clean up
3852
3853 2003-11-26 [paul]       0.9.7claws
3854
3855         * 0.9.7claws released
3856
3857 2003-11-26 [paul]       0.9.6claws99
3858
3859         * src/Makefile.am
3860                 add reference to pixmaps/mime_message.xpm
3861
3862 2003-11-26 [paul]       0.9.6claws98
3863
3864         * po/POTFILES.in
3865                 remove reference to src/sigstatus.c
3866
3867 2003-11-26 [christoph]  0.9.6claws97
3868
3869         * src/Makefile.am
3870         * src/prefs_common.c
3871         * src/rfc2015.c
3872         * src/sigstatus.[ch]            ** REMOVE **
3873                 remove signature result popup option and window
3874
3875 2003-11-26 [paul]       0.9.6claws96
3876
3877         * po/es.po
3878           po/ja.po
3879           po/pl.po
3880           po/sk.po
3881           po/sr.po
3882                 update translations. submitted by Ricardo Mones Lastra,
3883                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
3884
3885 2003-11-25 [christoph]  0.9.6claws95
3886
3887         * src/procmime.c
3888                 display mime structure only in debug mode
3889
3890 2003-11-25 [melvin]     0.9.6claws94
3891
3892         * po/fr.po
3893                 Updated French translations + typos fixes of older
3894                 translations (thanks to Fabien Vantard for pointing
3895                 to some of them)
3896
3897 2003-11-25 [melvin]     0.9.6claws93
3898
3899         * src/editldap.c
3900                 Fixed a couple of typos.
3901
3902 2003-11-24 [paul]       0.9.6claws92
3903
3904         * po/POTFILES.in
3905                 add 'src/textview.c'
3906
3907 2003-11-24 [paul]       0.9.6claws91
3908
3909         * src/sgpgme.c
3910                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
3911
3912 2003-11-24 [paul]       0.9.6claws90
3913
3914         * src/plugins/image_viewer/viewer.c
3915                 image_viewer_show_mimepart(): 
3916                 use procmime_mimeinfo_get_parameter() to get the file name
3917
3918 2003-11-24 [paul]       0.9.6claws89
3919
3920         * src/textview.c
3921                 textview_show_mime_part(): rewrite text hint
3922
3923 2003-11-22 [paul]       0.9.6claws88
3924
3925         * sync with 0.9.7cvs5
3926                 see ChangeLog 2003-11-21
3927
3928 2003-11-21 [paul]       0.9.6claws87
3929
3930         * src/mimeview.c
3931                 define shortcut key 'o' for 'Open with...'
3932
3933 2003-11-21 [alfons]     0.9.6claws86
3934
3935         * src/messageview.c
3936                 fix bug #383 'Deleting message from "separate message view" 
3937                 uses local Trash folder'
3938
3939 2003-11-21 [christoph]  0.9.6claws85
3940
3941         * src/mimeview.c
3942                 fix content-type guessing by name parameter when finding
3943                 the correct viewer
3944
3945 2003-11-21 [alfons]     0.9.6claws84
3946
3947         * src/main.c
3948                 no mail incorporation allowed with --offline param.
3949                 fixes bug #374, "--offline ignored"
3950
3951 2003-11-20 [christoph]  0.9.6claws83
3952
3953         * src/mimeinfo.c
3954                 use signed MimeInfo when checking the signature and not
3955                 the selected one
3956
3957 2003-11-19 [alfons]     0.9.6claws82
3958
3959         * src/mainwindow.c
3960                 fix crash when toggling separate views, patch submitted
3961                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
3962                 fixes bug #342, "separate views  cause crash"
3963
3964 2003-11-19 [paul]       0.9.6claws81
3965
3966         * src/compose.c
3967                 compose_redirect_write_headers_from_headerlist(): 
3968                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
3969                 
3970         * src/main.c
3971                 code cleanup (inherited from 0.9.7cvs4)
3972                 
3973         * tools/tb2sylpheed
3974                 bugfix: added missing attribute-list start. submitted by
3975                 Urke MMI
3976
3977 2003-11-19 [luke]       0.9.6claws80
3978
3979         * src/textview.c
3980                 revert my last commit until I get time to fix it
3981
3982 2003-11-18 [christoph]  0.9.6claws79
3983
3984         * src/mimeview.[ch]
3985                 check parent MimeInfos for signatures and display the
3986                 result of the parent when found
3987
3988         * src/pgpmime.c
3989                 o avoid NULL pointer warnings
3990                 o use procmime_mimeinfo_get_parameter()
3991
3992         * src/sgpgme.c
3993                 small text changes
3994
3995 2003-11-17 [luke]       0.9.6claws78
3996
3997         * src/textview.c
3998                 add check for disguised URLs, fixing bug 57
3999                 "Hidden URL in HTML Mails"
4000
4001 2003-11-16 [christoph]  0.9.6claws77
4002
4003         * src/procmime.c
4004                 fix crash when parsing invalid Content-Type header
4005
4006 2003-11-16 [christoph]  0.9.6claws76
4007
4008         * src/pgpmime.c
4009         * src/privacy.c
4010         * src/procmime.c
4011         * src/sgpgme.[ch]
4012                 implement message decrypting
4013
4014         * src/rfc2015.c
4015                 remove old code
4016
4017 2003-11-14 [luke]       0.9.6claws75
4018
4019         * src/mimeview.c
4020                 fix a couple of problems that treated application/* and
4021                 application/octet-stream the wrong way around
4022                 (since 0.9.6claws10), causing "Open" to do nothing.
4023
4024 2003-11-14 [christoph]  0.9.6claws74
4025
4026         * src/messageview.c
4027         * src/pgpmime.c
4028         * src/privacy.[ch]
4029                 prepare for message part decrypting
4030
4031         * src/sgpgme.c
4032                 add output for expired signatures
4033
4034         * src/rfc2015.c
4035                 remove some old code
4036
4037 2003-11-10 [christoph]  0.9.6claws73
4038
4039         * src/mimeview.c
4040                 add "Full info" button for bad and warn signature status
4041
4042         * src/sgpgme.c
4043                 generate full signature info like gpg's output
4044                 (gpg -v --with-fingerprint --verify)
4045
4046 2003-11-10 [christoph]  0.9.6claws72
4047
4048         * src/mimeview.c
4049         * src/pgpmime.c
4050         * src/privacy.[ch]
4051         * src/sgpgme.[ch]
4052         * src/textview.[ch]
4053                 o add code to view full signature info
4054                 o do automatic signature checks
4055
4056 2003-11-10 [alfons]     0.9.6claws71
4057
4058         * src/summaryview.c
4059                 don't crash when gtkut_font_load() returns invalid font (has
4060                 something to do with locale settings)
4061                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4062
4063 2003-11-09 [alfons]     0.9.6claws70
4064
4065         * src/procmime.c
4066                 plug leak
4067
4068 2003-11-08 [luke]       0.9.6claws69
4069
4070         * src/summaryview.c
4071                 fix some typos
4072
4073         * src/compose.c
4074                 rewrite compose_attach_parts(), fixing various bugs mainly
4075                 to do with re-editing.
4076
4077         * src/mimeview.c
4078                 "save all" now only saves attachments with names/filenames
4079
4080 2003-11-04 [match]      0.9.6claws68
4081
4082         * src/ldapctrl.[ch]
4083                 fix broken LDAP support.
4084
4085         * src/ldapquery.c
4086                 remove printf's.
4087
4088 2003-11-04 [luke]       0.9.6claws67
4089
4090         * src/mimeview.c
4091                 o  fixed bug 4 "focus lost on messages with attachments"
4092                 o  fixed 'Save all' attachments for new mime changes
4093                 o  right clicking on icons consistent with right clicking on
4094                    mime tree
4095                   - fixes a bug where wrong part is saved when you
4096                     choose 'Save as' from popup menu
4097                   - fixes bug 308 "No way to "save all" attachments"
4098                 o  fixed a compiler warning.
4099
4100         * src/textview.c
4101                 o  removed flickering in mime tree when using "n" and "p"
4102                    shortcuts
4103                 o  fixed bug where selecting the textview and pressing e.g.
4104                    'y' causes sylpheed to respond twice.
4105
4106         * src/summaryview.c
4107                 removed hard coding of * and ! shortcuts (which only served
4108                 to cause problems if you tried to redefine the shortcuts)
4109
4110 2003-11-04 [luke]       0.9.6claws66
4111
4112         * src/plugins/image_viewer/viewer.c
4113         * src/plugins/image_viewer/viewerprefs.c
4114         * src/plugins/image_viewer/viewerprefs.glade
4115                 o  allow toggling of image scaling by clicking on image
4116                 o  respond to image's container widget resize
4117
4118         * src/procmime.c
4119                 o  fix bad parsing of message when re-editing/viewing a
4120                    message saved to the drafts folder
4121
4122 2003-11-02 [match]      0.9.6claws65
4123
4124         * src/browseldap.h
4125                 fix if not building LDAP support.
4126         * src/addrindex.c
4127         * src/ldapquery.[ch]
4128         * src/editldap.h
4129                 include support for contains query. feature req 529354.
4130
4131 2003-11-02 [alfons]     0.9.6claws64
4132
4133         * src/browseldap.c
4134                 fix build bustage if not compiling ldap support
4135
4136 2003-11-01 [match]      0.9.6claws63
4137
4138         * po/POTFILES.in
4139         * src/Makefile.am
4140         * src/addr_compl.[ch]
4141         * src/addrbook.c
4142         * src/addrcache.[ch]
4143         * src/addrdefs.h        ** NEW **
4144         * src/addressbook.c
4145         * src/addressitem.h
4146         * src/addrindex.[ch]
4147         * src/addritem.h
4148         * src/addrquery.[ch]
4149         * src/ldapquery.[ch]
4150         * src/ldapserver.[ch]
4151                 refactor LDAP query mechanism.
4152
4153         * src/browseldap.[ch]   ** NEW **
4154         * src/ldaplocate.[ch]   ** NEW **
4155                 add feature to browse LDAP entry that was retrieved using
4156                 an explicit LDAP search.
4157
4158 2003-11-01 [alfons]     0.9.6claws62
4159
4160         * src/prefs_gtk.c
4161                 prefs_write_param(): fail when we see an invalid type; all the
4162                 callers seem to handle this gracefully by reverting changes
4163
4164 2003-10-30 [christoph]  0.9.6claws61
4165
4166         * configure.ac
4167         * ac/openssl.m4
4168         * ac/spamassassin.m4
4169         * src/Makefile.am
4170                 use extra variables for all libraries to make sure plugins
4171                 are only linked with libraries they really need. $LIBS is always
4172                 added to the linking parameters, but we only what the libraries
4173                 listed in the Makefile
4174
4175 2003-10-29 [paul]       0.9.6claws60
4176
4177         * src/mimeview.c
4178                 don't use Subject for unknown part name
4179
4180 2003-10-29 [paul]       0.9.6claws59
4181
4182         * src/compose.c
4183                 get name of attachment(s) when re-editing, fwd'ing or
4184                 redirecting
4185                 
4186         * src/mimeview.c
4187                 get name of attachment(s) when saving
4188
4189 2003-10-29 [hoa]        0.9.6claws58
4190
4191         * src/textview.c
4192                 implemented multipart/alternative in MIME message viewer.
4193
4194 2003-10-28 [christoph]  0.9.6claws57
4195
4196         * configure.ac
4197                 make sure MathML-Viewer is not built with the
4198                 Gtk2 version of GtkMathView
4199
4200 2003-10-28 [paul]       0.9.6claws56
4201
4202         * sync with 0.9.7cvs1
4203                 see ChangeLog 2003-10-28
4204
4205 2003-10-27 [alfons]     0.9.6claws55
4206
4207         * src/matcher_parser_parse.y
4208         * src/gtk/colorlabel.c
4209                 allow setting color label to 0 in filtering/processing rules
4210                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4211
4212 2003-10-26 [alfons]     0.9.6claws54
4213
4214         * src/summary_search.c
4215                 fix misnomer and correct selecting initial search node  
4216
4217 2003-10-26 [christoph]  0.9.6claws53
4218
4219         * src/pgpmime.c
4220         * src/sgpgme.c
4221                 change display of signature info to use only name of
4222                 signer, otherwise the text gets too long.
4223
4224         * src/procmime.c
4225                 don't use MimeInfo's filename to generate tmp filename
4226
4227 2003-10-25 [christoph]  0.9.6claws52
4228
4229         * src/procmime.c
4230                 fix message body searching
4231
4232 2003-10-25 [paul]       0.9.6claws51
4233
4234         * src/compose.c
4235                 use g_basename rather than basename
4236
4237 2003-10-24 [christoph]  0.9.6claws50
4238
4239         * src/sgpgme.c
4240                 change fetching of signature key's trust
4241
4242 2003-10-24 [paul]       0.9.6claws49
4243
4244         * po/sk.po
4245                 update Slovak translation
4246                 submitted by Andrej Kacian
4247                 
4248         * src/mainwindow.c
4249                 remove unknown menu entry /File/Add mailbox/mbox...
4250
4251 2003-10-24 [hoa]        0.9.6claws48
4252
4253         * src/Makefile.am
4254                 removed all references to mbox folders
4255
4256         * src/carray.[ch]               * REMOVED *
4257         * src/chash.[ch]                * REMOVED *
4258         * src/maillock.[ch]             * REMOVED *
4259         * src/mailmbox.[ch]             * REMOVED *
4260         * src/mailmbox_folder.[ch]      * REMOVED *
4261         * src/mailmbox_parse.[ch]       * REMOVED *
4262         * src/mailmbox_types.[ch]       * REMOVED *
4263         * src/mbox_folder.[ch]          * REMOVED *
4264                 remove implementation of mbox folders
4265                 and old mailbox folder.
4266                 mbox folder implementation will be added
4267                 as a plugin so that implementation can be entirely
4268                 synchronized with the files of the project they are
4269                 extracted from (libEtPan!).
4270         
4271         * src/mainwindow.c
4272         * src/folder.c
4273         * src/folderview.[ch]
4274         * src/procmsg.h         
4275                 Disable as much code that references mbox folders
4276                 as possible.
4277                 Some UI thing still need to know that folder is mbox
4278                 (when we have to enter the name of the mailbox and
4279                 we want to add /var/mail/$USER).
4280
4281 2003-10-23 [christoph]  0.9.6claws47
4282
4283         * src/noticeview.c
4284                 don't always display button when noticeview is made visible
4285
4286         * src/mimeview.c
4287         * src/pgpmime.c
4288         * src/privacy.[ch]
4289         * src/sgpgme.[ch]
4290                 get signature information from crypto system
4291
4292 2003-10-22 [paul]       0.9.6claws46
4293
4294         * po/es.po
4295                 updated by Ricardo Mones Lastra
4296
4297 2003-10-22 [paul]       0.9.6claws45
4298
4299         * src/Makefile.am
4300                 update to reflect the changes to the icons that
4301                 happened in 0.9.6claws35
4302
4303 2003-10-22 [alfons]     0.9.6claws44
4304         
4305         * src/carray.h
4306                 inline carray_count() 
4307
4308 2003-10-21 [alfons]     0.9.6claws43
4309
4310         * src/carray.h
4311                 glib wrappers
4312         * src/carray.c
4313                 disable
4314         * src/mailmbox.[ch]
4315         * src/mailmbox_folder.c
4316         * src/mailmbox_parse.c
4317         * src/mailmbox_types.[ch]
4318                 %s/uint32_t/guint
4319
4320 2003-10-21 [luke]       0.9.6claws42
4321
4322         * src/stock_pixmaps.[ch]
4323         * src/mimeview.c
4324         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4325         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4326                 o remove mime_application_octet_stream.xpm icon (it was never
4327                   really needed)
4328                 o remove redundant icon messageview_text.xpm
4329
4330         * src/mainwindow.c
4331                 fix visibility of signature noticeview when toggling 'separate
4332                 message view'
4333
4334 2003-10-21 [christoph]  0.9.6claws41
4335
4336         * src/procmime.c
4337                 decode multipart and rfc822 mime parts to allow further
4338                 parsing when required
4339
4340 2003-10-21 [christoph]  0.9.6claws40
4341
4342         * src/procmime.[ch]
4343         * src/textview.c
4344                 remove obsolete charset parameter in MimeInfo and fix
4345                 TextView to use the charset from the parameter hash table
4346
4347         * src/plugins/dillo_viewer/Makefile.am
4348         * src/plugins/trayicon/Makefile.am
4349                 add OPENSSL_CFLAGS to fix building with using
4350                 --with-openssl-* parameters
4351
4352 2003-10-21 [paul]       0.9.6claws39
4353
4354         * src/prefs_matcher.[ch]
4355                 replace remnants of the old, renamed 'Execute' matchtype
4356                 add a brief description to the Info window
4357
4358 2003-10-21 [hoa]        0.9.6claws38
4359         
4360         * src/Makefile.am
4361         * src/carray.[ch]               * NEW *
4362         * src/chash.[ch]                * NEW *
4363         * src/folder.c
4364         * src/maillock.[ch]             * NEW *
4365         * src/mailmbox.[ch]             * NEW *
4366         * src/mailmbox_folder.[ch]      * NEW *
4367         * src/mailmbox_parse.[ch]       * NEW *
4368         * src/mailmbox_types.[ch]       * NEW *
4369                 implementation of mbox folder with unique message numbers
4370
4371                 made use of libEtPan! implementation of mbox for lower-layer.
4372
4373 2003-10-20 [alfons]     0.9.6claws37
4374
4375         * src/noticeview.c
4376                 fix invalid argument warning
4377         * src/pgpmime.c
4378                 no in place variable
4379
4380 2003-10-20 [paul]       0.9.6claws36
4381
4382         * src/compose.[ch]
4383           src/filtering.c
4384           src/messageview.c
4385                 fix crash when using Forward in Filtering when
4386                 external editor option is set
4387                 
4388                 Patch submitted by Simon 'corecode' Schubert
4389                 <corecode@corecode.ath.cx> 
4390
4391 2003-10-20 [paul]       0.9.6claws35
4392
4393         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4394           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4395           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4396           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4397           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4398           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4399           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4400           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4401           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4402           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4403           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4404           src/mimeview.c
4405           src/stock_pixmap.[ch]
4406                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4407                 icons. add privacy_warn.xpm icon
4408
4409 2003-10-20 [hoa]  0.9.6claws34
4410
4411         * src/folder_item_prefs.[ch]
4412         * src/prefs_folder_item.c
4413         * src/main.c
4414                 Added a property per folder to choose whether we 
4415                 want to apply processing on it on startup or if we
4416                 prefer to wait the folder selection to apply it.
4417         
4418         * src/messageview.c
4419                 fixed C89 compatibility (for old compilers, for
4420                 example gcc 2.95.x).
4421
4422 2003-10-17 [christoph]  0.9.6claws33
4423
4424         * src/mimeview.c
4425         * src/noticeview.[ch]
4426                 change noticeview icon to indicate signature status
4427
4428 2003-10-17 [christoph]  0.9.6claws32
4429
4430         * src/Makefile.am
4431         * src/main.c
4432         * src/mimeview.c
4433         * src/noticeview.c
4434         * src/pgpmime.[ch]                              ** NEW **
4435         * src/privacy.[ch]
4436         * src/rfc2015.c
4437         * src/sgpgme.c                                  ** NEW **
4438                 reimplement PGP/Mime signature checking (unfinished)
4439
4440 2003-10-15 [christoph]  0.9.6claws31
4441
4442         * src/procmime.[ch]
4443                 fix procmime_get_text_content() and
4444                 procmime_get_first_text_content()
4445
4446 2003-10-15 [christoph]  0.9.6claws30
4447
4448         * src/plugins/spamassassin/spamassassin_gtk.c
4449         * src/plugins/spamassassin/spamassassin_gtk.glade
4450                 fix timeout tooltip
4451
4452 2003-10-15 [paul]       0.9.6claws29
4453
4454         * src/messageview.c
4455                 workaround for buggy smtp servers. on sending a
4456                 return receipt strip the name part from the address
4457                 when creating headers
4458                 
4459 2003-10-15 [paul]       0.9.6claws28
4460
4461         * sync with 0.9.7 release
4462                 see ChangeLog 2003-10-15
4463
4464 2003-10-14 [christoph]  0.9.6claws27
4465
4466         * src/plugins/clamav/clamav_plugin.c
4467                 fix clamav plugin
4468
4469 2003-10-14 [christoph]  0.9.6claws26
4470
4471         * src/compose.c
4472         * src/mimeview.c
4473         * src/procmime.[ch]
4474         * src/rfc2015.c
4475         * src/textview.c
4476         * src/plugins/clamav/clamav_plugin.c
4477                 use GNode to create the mime tree (some changes to functions
4478                 that traverse the tree are just quick and dirty. Maybe we
4479                 can find better solutions with g_node_*-functions)
4480
4481 2003-10-14 [luke]       0.9.6claws25
4482
4483         * src/mimeview.c
4484                 fix a navigation bug (stupid typo of mine)
4485
4486 2003-10-14 [christoph]  0.9.6claws24
4487
4488         * src/textview.c
4489                 fix missing last line in plain/text mails
4490
4491 2003-10-13 [luke]       0.9.6claws23
4492
4493         * src/summaryview.c
4494                 fix bug 334 (part 1)
4495
4496 2003-10-13 [kov]        0.9.6claws22
4497
4498         * src/mimeview.c
4499                 error checking when the user enters a non-directory at
4500                 the file selection dialog.
4501                 work-around for users entering directory location without
4502                 adding a leading G_DIR_SEPARATOR.
4503
4504 2003-10-13 [luke]       0.9.6claws21
4505
4506         * src/compose.c
4507                 error reporting for inserting files, including catching
4508                 invalid characters for current locale/encoding
4509
4510 2003-10-13 [paul]       0.9.6claws20
4511
4512         * src/folderview.c
4513                 fix bug #347 'subscribe newsgroups crashes'
4514
4515 2003-10-13 [paul]       0.9.6claws19
4516
4517         * src/compose.c
4518                 when using 'Reply to all' include the 'send replies
4519                 to' folder property
4520                 
4521         * po/ja.po
4522                 update Japanese translation. submitted by Rui Hirokawa 
4523                 <rui_hirokawa@ybb.ne.jp>        
4524
4525 2003-10-13 [hoa]        0.9.6claws18
4526
4527         * src/account.c
4528         * src/compose.c
4529         * src/messageview.c
4530         * src/procheader.c
4531         * src/procheader.h
4532                 rename get_header_from_msginfo() into
4533                 procheader_get_header_from_msginfo() so that we have a
4534                 coherent exported naming.
4535                 avoid parsing of header contained in a string via
4536                 a newly written temporary file.
4537
4538         Patch submitted by Simon 'corecode' Schubert
4539                 <corecode@corecode.ath.cx>
4540
4541 2003-10-12 [hoa]        0.9.6claws17
4542
4543         * src/filtering.c
4544         * src/filtering.h
4545         * src/matcher.c
4546         * src/matcher.h
4547         * src/matcher_parser_parse.y
4548         * src/prefs_filtering_action.c
4549                 added "stop" action : stop applying the filtering rules.
4550                 added "set score" and "increase/decrease score" actions.
4551                 That two last action replace the "change_score" action
4552                 introduced by alfons in 0.8.8claws85.
4553                 "set score" is to set a given score to the message.
4554                 "increase/decrease score" will increase or decrease the
4555                 score if the given value is respectively positive or
4556                 negative. If someone find a some better name for this last
4557                 rule, it can be modified.
4558
4559 2003-10-12 [paul]       0.9.6claws16
4560
4561         * AUTHORS
4562           po/ja.po
4563                 update Japanese translation. submitted by Rui Hirokawa 
4564                 <rui_hirokawa@ybb.ne.jp>
4565
4566 2003-10-12 [christoph]  0.9.6claws15
4567
4568         * src/procmime.c
4569                 fix crash caused by incorrect headers
4570
4571 2003-10-10 [christoph]  0.9.6claws14
4572
4573         * src/main.c
4574         * src/privacy.[ch]
4575         * src/rfc2015.[ch]
4576                 implement detection of signed message parts for rfc2015
4577
4578 2003-10-10 [thorsten]   0.9.6claws13
4579
4580         * src/mimeview.c
4581                 fix typo
4582
4583 2003-10-10 [christoph]  0.9.6claws12
4584
4585         * src/stock_pixmap.[ch]
4586         * src/pixmaps/mime_message.xpm                  ** NEW **
4587                 add a new icon for mime type "message"
4588
4589         * src/privacy.[ch]
4590         * src/procmime.[ch]
4591                 add crypto api
4592
4593         * src/mimeview.c
4594                 o use crypto api
4595                 o add icons for message type mime parts
4596
4597 2003-10-10 [christoph]  0.9.6claws11
4598
4599         * src/mainwindow.c
4600         * src/messageview.[ch]
4601         * src/mimeview.[ch]
4602         * src/procmime.[ch]
4603         * src/procmsg.[ch]
4604         * src/rfc2015.c
4605         * src/summaryview.c
4606         * src/textview.[ch]
4607                 o remove switching between TextView and MimeView in MessageView
4608                   (if required we can hide the icon box and the MimeView will
4609                    look exaxtly like the TextView)
4610                 o temporary remove signature and decrypting GPGME code
4611
4612 2003-10-09 [christoph]  0.9.6claws10
4613
4614         * src/action.c
4615         * src/compose.c
4616         * src/messageview.c
4617         * src/mimeview.c
4618         * src/procmime.[ch]
4619         * src/procmsg.c
4620         * src/rfc2015.c
4621         * src/textview.c
4622         * src/common/utils.[ch]
4623         * src/plugins/clamav/clamav_plugin.c
4624         * src/plugins/dillo_viewer/dillo_viewer.c
4625         * src/plugins/image_viewer/viewer.c
4626         * src/plugins/mathml_viewer/mathml_viewer.c
4627                 new mime parser (several things need fixing)
4628
4629 2003-10-09 [paul]       0.9.6claws9
4630
4631         * src/imap.c
4632                 a little more sync with 0.9.6cvs2 and a tidy up
4633
4634 2003-10-08 [paul]       0.9.6claws8
4635
4636         * sync with 0.9.6cvs2
4637                 see ChangeLog 2003-10-03
4638
4639 2003-10-05 [christoph]  0.9.6claws7
4640
4641         * src/summaryview.c
4642                 don't use flags to check if a message is in a news folder
4643
4644         (closes Bug 282 clicking on folder with copied Messages from News
4645          immediately after having copied them crashes Sylpheed-Claws)
4646
4647 2003-10-05 [christoph]  0.9.6claws6
4648
4649         * src/Makefile.am
4650         * src/progressdialog.[ch]               ** REMOVE **
4651         * src/gtk/Makefile.am
4652         * src/gtk/progressdialog.[ch]           ** NEW **
4653                 move progressdialog to gtk directory
4654
4655 2003-10-04 [christoph]  0.9.6claws5
4656
4657         * src/prefs_toolbar.c
4658         * src/gtk/prefswindow.c
4659                 remove widget_show_all for pages root widget
4660
4661         * src/plugins/spamassassin/spamassassin.[ch]
4662         * src/plugins/spamassassin/spamassassin_gtk.c
4663         * src/plugins/spamassassin/spamassassin_gtk.glade
4664                 add support for new libspamc transports
4665
4666 2003-10-04 [christoph]  0.9.6claws4
4667
4668         * src/plugins/spamassassin/libspamc.[ch]
4669         * src/plugins/spamassassin/spamassassin.c
4670         * src/plugins/spamassassin/utils.[ch]
4671                 update libspamc to version from SpamAssassin 2.60
4672
4673 2003-10-03 [christoph]  0.9.6claws3
4674
4675         * src/send_message.c
4676                 fix missing format string bug found by
4677                 Georgi Guninski <guninski@guninski.com>
4678
4679 2003-10-03 [paul]       0.9.6claws2
4680
4681         * po/zh_CN.po
4682                 update Simpilified Chinese translation, submitted by
4683                 Hansom Young
4684
4685 2003-10-02 [christoph]  0.9.6claws1
4686
4687         * src/imap.c
4688                 add UIDPLUS support for COPY and EXPUNGE
4689
4690 2003-10-02 [paul]       0.9.6claws
4691
4692         * 0.9.6claws released
4693
4694 2003-10-02 [paul]
4695
4696         * po/es.po
4697           po/sk.po
4698                 update Spanish and Slovak translations
4699                 submitted by Ricardo Mones Lastra and Andrej Kacian
4700  
4701 2003-10-02 [paul]       0.9.5claws43
4702
4703         * po/en_GB.po
4704                 update British English translation
4705
4706 2003-10-02 [paul]       0.9.5claws42
4707
4708         * po/hr.po
4709                 update Croatian translation, submitted by Dragan
4710
4711 2003-10-01 [paul]       0.9.5claws41
4712
4713         * po/pl.po
4714           po/sr.po
4715                 update Polish and Serbian translations, submitted by
4716                 Emil and Urke MMI
4717
4718 2003-10-01 [melvin]     0.9.5claws40
4719
4720         * po/fr.po
4721                 Updated French translations
4722
4723 2003-10-01 [melvin]     0.9.5claws39
4724
4725         * src/prefs_fonts.c
4726                 Fixed a Gtk warning
4727
4728         * src/plugins/dillo_prefs.c     
4729                 Quasi unnoticeable UI clean-up.
4730
4731 2003-10-01 [paul]
4732
4733         * tools/README
4734           tools/maildir2sylpheed.pl
4735                 bug fixes, rewrites, submitted by Matthias Förste 
4736                 <itsjustme@users.sourceforge.net>
4737
4738 2003-09-29 [paul]       0.9.5claws38
4739
4740         * src/inc.c
4741                 fix my coding carelessness
4742
4743 2003-09-29 [paul]       0.9.5claws37
4744
4745         * po/POTFILES.in
4746           src/Makefile.am
4747           src/main.c
4748           src/prefs_common.[ch]
4749           src/prefs_fonts.[ch]  ** NEW FILES **
4750                 move Font config options to Other Prefs/Display/Fonts
4751                 (user's current configuration is preserved)
4752
4753 2003-09-29 [paul]       0.9.5claws36
4754
4755         * src/inc.c
4756           src/prefs_account.c
4757                 allow 'local_mbox' value to point to either a directory 
4758                 (/var/mail -  default, new) or a file (/var/mail/username
4759                 - original)
4760
4761 2003-09-28 [paul]       0.9.5claws35
4762
4763         * src/rfc2015.c
4764                 on signature check, where key exists, print the
4765                 Key ID
4766
4767 2003-09-27 [alfons]     0.9.5claws34
4768
4769         * src/action.c
4770                 o make progress bar not fill/expand when resizing dialog
4771                 o use default fixed text font for actions output
4772
4773 2003-09-27 [paul]       0.9.5claws33
4774
4775         * src/prefs_common.[ch]
4776           src/procmsg.c
4777           src/send_message.c
4778                 remove External Program settings from Common Prefs/Send
4779                 as they are now unnecessary due to Local account settings.
4780                 plus a little tidying-up after 0.9.5claws31
4781
4782 2003-09-27 [paul]       0.9.5claws32
4783
4784         * src/prefs_account.c
4785                 o make correction to gui text:
4786                   'Local mailbox file' -> 'Local mailbox directory'
4787                 o give 'local_mbox' option a reasonable default value:
4788                   '/var/mail'
4789                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
4790                   value
4791
4792 2003-09-26 [paul]       0.9.5claws31
4793
4794         * src/inc.c
4795           src/prefs_common.[ch]
4796                 remove 'Incorporate from spool' common pref,
4797                 force creation of a 'Local' account
4798
4799 2003-09-26 [christoph]  0.9.5claws30
4800
4801         * src/folder.c
4802         * src/msgcache.c
4803                 add more NULL pointer checks
4804
4805 2003-09-25 [christoph]  0.9.5claws29
4806
4807         * src/folder.c
4808                 o don't fetch source message to get it's message id
4809                 o immediately scan dest folder when copying a message did not
4810                   return a new message number and not do it when the first message
4811                   without a new message number is found
4812
4813 2003-09-23 [christoph]  0.9.5claws28
4814
4815         * src/compose.c
4816                 fix generating of headers
4817
4818         (patch by David Relson <relson@osagesoftware.com>)
4819
4820 2003-09-23 [paul]       0.9.5claws27
4821
4822         * po/zh_CN.po
4823                 update Simplified Chinese translation. submitted by
4824                 Hansom Young
4825
4826 2003-09-23 [paul]       0.9.5claws26
4827
4828         * tools/Makefile.am
4829           tools/README
4830           tools/vcard2xml.py    ** NEW FILE **
4831                 add a script that converts an evolution vcard to
4832                 sylpheed's xml format
4833                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
4834
4835 2003-09-22 [paul]       0.9.5claws25
4836
4837         * src/plugins/clamav/clamav_plugin.c
4838                 don't skip MULTIPART parts
4839
4840 2003-09-21 [christoph]  0.9.5claws24
4841
4842         * src/alertpanel.c
4843                 remove unneeded include
4844
4845         * src/folder.c
4846                 clean up copy/move mess with duplicated code
4847
4848         * src/imap.c
4849                 fix problem that sometimes the folder was not scanned
4850                 also it was changed
4851
4852 2003-09-21 [christoph]  0.9.5claws23
4853
4854         * src/Makefile.am
4855         * src/logwindow.[ch]                    ** REMOVE **
4856         * src/mainwindow.c
4857         * src/prefs_common.c
4858         * src/gtk/Makefile.am
4859         * src/gtk/logwindow.[ch]                ** ADD **
4860                 make logwindow prefs_common independent and move
4861                 it to gtk directory
4862
4863 2003-09-20 [christoph]  0.9.5claws22
4864
4865         * src/compose.c
4866                 add extra space for address code conversion
4867                 (4 * unconvered size could be too small for short headers)
4868
4869 2003-09-20 [christoph]  0.9.5claws21
4870
4871         * src/compose.c
4872                 increase temp buffer size when writing headers
4873
4874 2003-09-19 [darko]      0.9.5claws20
4875
4876         * src/compose.c
4877                 don't ignore value of 'Save copy of outgoing messages to
4878                 this folder instead of Sent' in message redirect
4879
4880 2003-09-17 [christoph]  0.9.5claws19
4881
4882         * src/compose.c
4883                 use ", " as address seperator for mail headers and pass whole
4884                 header line at once to compose_convert_header to make sure
4885                 it is correctly folded
4886
4887         (closes Bug 64 Problem when sending to many recipients)
4888
4889 2003-09-17 [hoa]        0.9.5claws18
4890         
4891         * src/matcher.[ch]
4892           src/matcher_parser_parse.y
4893           src/prefs_matcher.c
4894                 changed the keyword used for command execution in condition
4895                 keyword is changed from "execute" to "test"
4896                 so that it is not the same as the one used for action.
4897                 This will fix a bug when using filtering dialog.
4898                 All semantic in the code is also changed to reflect
4899                 the keyword change.
4900
4901 2003-09-17 [paul]
4902         
4903         * sync with 0.9.6 release
4904
4905 2003-09-17 [paul]       0.9.5claws17
4906
4907         * sync with 0.9.5cvs8
4908                 see ChangeLog 2003-09-16 and 2003-09-17
4909
4910 2003-09-16 [paul]       0.9.5claws16
4911
4912         * sync with 0.9.5cvs6
4913                 see ChangeLog 2003-09-16
4914
4915 2003-09-15 [paul]       0.9.5claws15
4916
4917         * sync with 0.9.5cvs5
4918                 see ChangeLog 2003-09-15
4919
4920 2003-09-14 [alfons]     0.9.5claws14
4921
4922         * src/inc.c
4923                 make "Go to inbox after receiving new mail" again;
4924                 regression of a sync, restored to sylpheed main 
4925                 behaviour. (misses still some bits)
4926
4927 2003-09-14 [alfons]     0.9.5claws13
4928
4929         * src/prefs_filtering_action.c
4930                 o add proper message if empty execute command line
4931                 o don't select first action item after registering a
4932                   new action to prevent (what seems to be a GTK) bug
4933                   #36, "filtering will only accept one action change 
4934                   per invocation".
4935
4936 2003-09-14 [alfons]     0.9.5claws12
4937
4938         * src/prefs_filtering.c
4939         * src/prefs_filtering_action.c
4940         * src/prefs_matcher.c
4941                 fix function signature for key_pressed_event signal handlers
4942
4943 2003-09-14 [alfons]     0.9.5claws11
4944
4945         * src/mainwindow.c
4946                 fix regression caused by fix for invalid bug #7
4947                 (should fix #246, "Multiple selections are deselected when 
4948                 moving from search window to main window")
4949                 
4950 2003-09-14 [alfons]     0.9.5claws10
4951         
4952         * src/actions.[ch]
4953         * src/filtering.[ch]
4954         * src/prefs_actions.c
4955                 allow `filtering actions` in actions; only for advanced users
4956                 right now: try for example, "%as{mark color 2}" 
4957         
4958 2003-09-13 [paul]       0.9.5claws9
4959         
4960         * po/pl.po
4961           po/zh_CN.po   ** NEW FILE **
4962                 update Polish translation, submitted by Emil 
4963                 <eminowbl@posejdon.wpk.p.lodz.pl>
4964                 add new Simplified Chinese translation, submitted by
4965                 Hansom Young <hansom_young@yahoo.com>
4966
4967 2003-09-12 [alfons]     0.9.5claws8
4968
4969         * src/summaryview.c
4970                 don't open separate message views when View | Separate message view
4971                 is active 
4972                 (please look carefully for any navigation regressions)
4973
4974 2003-09-11 [alfons]     0.9.5claws7
4975
4976         * src/mainwindow.c
4977                 make default message view, opened by View | Separate message 
4978                 view, look like a claws message view (which includes a menu
4979                 bar and a toolbar)
4980                 (fixes bug #298, "message view loses tool bar") 
4981
4982 2003-09-11 [christoph]  0.9.5claws6
4983
4984         * src/folderview.c
4985                 fix double deleting of newsgroup folders
4986
4987         (closes Bug 305 crash after deleting of a newsgroup)
4988
4989 2003-09-11 [paul]       0.9.5claws5
4990
4991         * src/rfc2015.c
4992           src/common/utils.h
4993                 more sync'ing from 0.9.5cvs2
4994
4995 2003-09-11 [christoph]  0.9.5claws4
4996
4997         * src/compose.c
4998         * src/rfc2015.c
4999         * src/common/utils.h
5000                 fix sync with 0.9.5cvs2
5001
5002 2003-09-11 [paul]       0.9.5claws3
5003
5004         * sync with 0.9.5cvs4
5005                 see ChangeLog 2003-09-11
5006
5007 2003-09-11 [paul]       0.9.5claws2
5008
5009         * sync with 0.9.5cvs2
5010                 see ChangeLog 2003-09-05
5011                 
5012 2003-09-11 [paul]       0.9.5claws1
5013
5014         * sync with 0.9.5cvs3
5015                 see ChangeLog 2003-09-10
5016
5017 2003-09-10 [paul]       0.9.5claws
5018
5019         * 0.9.5claws released
5020
5021 2003-09-10 [paul]       0.9.4claws78
5022
5023         * src/Makefile.am
5024                 add missing files
5025
5026 2003-09-10 [melvin]     0.9.4claws77
5027
5028         * po/fr.po
5029                 Updated French translations
5030
5031 2003-09-10 [paul]       0.9.4claws76
5032
5033         * po/es.po
5034           po/sk.po
5035           po/sr.po
5036                 update Spanish, Slovak, and Serbian translations.
5037                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5038                 and Urke MMI
5039                 
5040         * AUTHORS
5041                 add translation team section
5042
5043 2003-09-09 [christoph]  0.9.4claws75
5044
5045         * src/folder.c
5046                 free item->prefs in folder_item_destroy
5047
5048 2003-09-09 [alfons]     0.9.4claws74
5049
5050         * src/folderview.c
5051                 o proper check for root node sorting
5052                 o remove unnecessary gtk_ctree_remove_node 
5053
5054         (should fix bug #300, "crash while moving folder")      
5055
5056 2003-09-08 [christoph]  0.9.4claws73
5057
5058         * src/folderview.c
5059                 o fix double adding of IMAP FolderItems to GtkCTree
5060                 o fix crash then mbox folder is removed
5061
5062 2003-09-08 [christoph]  0.9.4claws72
5063
5064         * src/folder.c
5065         * src/folderview.c
5066         * src/mainwindow.c
5067                 fix new folder notification
5068
5069         * src/mbox_folder.c
5070                 fix cache path
5071
5072 2003-09-08 [christoph]  0.9.4claws71
5073
5074         * src/compose.c
5075                 replace '\n' and '\r' before removing trailing spaces
5076
5077         * src/folder.[ch]
5078         * src/folderview.c
5079                 add information about new or removed items in folder tree change
5080                 notification and use this in folderview to add and remove only
5081                 the appected items and not refresh the whole tree
5082
5083 2003-09-07 [match]      0.9.4claws70
5084
5085         * src/Makefile.am
5086         * src/addr_compl.c
5087         * src/addressbook.c
5088         * src/addressitem.h
5089         * src/addrindex.c
5090         * src/addritem.c
5091         * src/addritem.h
5092         * src/addrquery.c                       ** NEW **
5093         * src/addrquery.h
5094         * src/ldapquery.c
5095         * src/ldapserver.c
5096         * src/stock_pixmap.c
5097         * src/stock_pixmap.h
5098         * src/pixmaps/address_search.xpm        ** NEW **
5099                 re-introduce Lookup button for LDAP 'static' searches.
5100
5101 2003-09-07 [alfons]     0.9.4claws69
5102         
5103         * src/summaryview.c
5104                 abandon setting usize for messageview because it gives layout problems
5105                 with the quick search bar and the headerview; fixes assorted UI glitches:
5106                 
5107                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5108                 o bug #280, "Window resiizes for line length but does not revert"
5109
5110 2003-09-07 [christoph]  0.9.4claws68
5111
5112         * src/compose.c
5113                 o make sure we don't have any newlines in header values
5114                 o check custom headers for spaces and newlines and ignore
5115                   malformed header names
5116
5117 2003-09-06 [christoph]  0.9.4claws67
5118
5119         * src/folder.c
5120         * src/folderview.c
5121                 invoke notification hook for folder tree changes after append
5122                 and remove folder
5123
5124         (closes Bug 294 Crash while moving folder with many subdirectories)
5125
5126 2003-09-06 [christoph]  0.9.4claws66
5127
5128         * src/folder.c
5129                 destroy folder's MsgCache if FolderItem is removed to make sure
5130                 it is not saved when the FolderItem is destroyed
5131
5132 2003-09-06 [christoph]  0.9.4claws65
5133
5134         * src/plugins/clamav/clamav_plugin.c
5135                 fix copy & paste bug
5136
5137 2003-09-05 [christoph]  0.9.4claws64
5138
5139         * src/folder.c
5140         * src/messageview.[ch]
5141         * src/procmsg.[ch]
5142         * src/summaryview.c
5143                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5144                 by MessageView to clear it when the message is deleted. Should
5145                 work even if messages are deleted in MainWindow or by
5146                 processing.
5147
5148 2003-09-05 [alfons]     0.9.4claws63
5149
5150         * src/messageview.c
5151                 deleting a message in a message view frees its msginfo, make 
5152                 messageview_update_all() aware of that (should fix bug #293,
5153                 "deleting message caused crash")
5154
5155 2003-09-05 [melvin]     0.9.4claws62
5156
5157         * src/action.c
5158                 Improve synchronous action exit code (fixes 
5159                 a ~5 seconds delay after action exit on RedHat 9)
5160
5161 2003-09-04 [christoph]  0.9.4claws61
5162
5163         * src/compose.c
5164         * src/rfc2015.c
5165         * src/common/utils.[ch]
5166                 add util function to create mime boundary and use it
5167                 in compose and gpg code
5168
5169 2003-09-04 [alfons]     0.9.4claws60
5170
5171         * src/folder.c
5172                 source folder item's GNode should already have been freed in 
5173                 a previous call to src->folder->klass->remove_folder()
5174                 (should fix bug #287, "crash when moving folders")
5175
5176 2003-09-03 [thorsten]   0.9.4claws59
5177
5178         * src/plugins/spamassassin/spamassassin_gtk.c
5179                 fix compile error
5180
5181 2003-09-03 [christoph]  0.9.4claws58
5182
5183         * src/plugins/spamassassin/spamassassin.[ch]
5184         * src/plugins/spamassassin/spamassassin_gtk.c
5185                 add timeout config option
5186
5187 2003-09-03 [paul]       0.9.4claws57
5188
5189         * po/sk.po      ** NEW FILE **
5190                 add Slovak translation. Submitted by Andrej Kacian 
5191                 <andrej@kacian.sk>
5192
5193 2003-09-03 [paul]       0.9.4claws56
5194
5195         * src/plugins/clamav/clamav_plugin_gtk.c
5196                 gui tweaks: replace a label with a tooltip, modify the
5197                 text, use gtk_check_button_new(); instead of
5198                 gtk_check_button_new_with_label("");
5199
5200 2003-09-02 [alfons]     0.9.4claws55
5201
5202         * src/gtk/filesel.c
5203                 remember last used dir when attaching multiple files (should fix
5204                 bug #290, "Attach File does not remember directory")
5205
5206 2003-09-01 [paul]       0.9.4claws54
5207
5208         * po/es.po
5209                 updated by Ricardo Mones Lastra
5210
5211 2003-09-01 [alfons]     0.9.4claws53
5212
5213         * src/gtk/gtkaspell.[ch]
5214                 be pedantic and strict and use const gchar * instead of guchar *
5215
5216 2003-09-01 [alfons]     0.9.4claws52
5217
5218         * src/mainwindow.c
5219         * src/summaryviewc.
5220                 re-enable Save As when multiple messages are selected
5221
5222 2003-09-01 [paul]       0.9.4claws51
5223
5224         * src/textview.c
5225                 g_free(trimmed_uri);
5226
5227 2003-09-01 [paul]       0.9.4claws50
5228
5229         * sync with 0.9.4cvs13
5230                 see ChangeLog 2003-09-01
5231
5232 2003-09-01 [paul]       0.9.4claws49
5233
5234         * src/textview.c
5235                 trim uri before sending to the statusbar
5236                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5237                 in the message window causes main S-C window to enlarge 
5238                 past screen edges'
5239
5240 2003-09-01 [paul]       0.9.4claws48
5241
5242         * sync with 0.9.4cvs12
5243                 see ChangeLog 2003-09-01
5244
5245 2003-08-30 [christoph]  0.9.4claws47
5246
5247         * src/compose.c
5248         * src/folder_item_prefs.[ch]
5249         * src/prefs_folder_item.c
5250         * src/gtk/gtkaspell.[ch]
5251                 commit per folder dictionary patch by
5252                 Paul Evans <nerd@freeuk.com>
5253
5254 2003-08-30 [christoph]  0.9.4claws46
5255
5256         * src/plugins/spamassassin/spamassassin_gtk.c
5257         * src/plugins/spamassassin/spamassassin_gtk.glade
5258                 reduce GUI clutter by placing hints into tooltips
5259
5260 2003-08-30 [paul]       0.9.4claws45
5261
5262         * src/compose.c
5263                 add 'Content-Disposition: inline' to a text/plain
5264                 part when using PGP/MIME signing
5265
5266 2003-08-30 [paul]       0.9.4claws44
5267
5268         * src/prefs_common.c
5269           src/prefs_spelling.c
5270           src/prefs_spelling.glade
5271                 reduce GUI clutter by placing hints into tooltips
5272
5273 2003-08-29 [christoph]  0.9.4claws43
5274
5275         * configure.ac
5276                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5277
5278         * src/stock_pixmap.c
5279                 change unecessary warning into a debug message
5280
5281         * src/plugins/clamav/Makefile.am
5282                 Fix error "-I$(CLAMAV_LIBS)"
5283
5284 2003-08-29 [christoph]  0.9.4claws42
5285
5286         * intl/Makefile.in
5287         * src/Makefile.am
5288         * src/matcher.h
5289         * src/common/Makefile.am
5290         * src/common/passcrypt.c
5291                 commit fixes and patches for some of the IRIX problems found by
5292                 Ivan Rayner <ivanr@sgi.com>
5293
5294 2003-08-29 [paul]       0.9.4claws41
5295
5296         * src/prefs_filtering.c
5297                 add 'Top' and 'Bottom' buttons, based on changes in
5298                 src/prefs_filter.c in 0.9.4cvs11.
5299
5300 2003-08-27 [christoph]  0.9.4claws40
5301
5302         * src/folderview.c
5303                 fix bug that the current summary settings were copied to the
5304                 wrong folder item, when the folder item prefs are opened.
5305                 Copying is not required because summary settings and
5306                 folder_item_prefs do not contain the same settings
5307
5308 2003-08-27 [thorsten]   0.9.4claws39
5309
5310         * src/imap.c
5311                 fix compile error
5312
5313 2003-08-26 [paul]       0.9.4claws38
5314
5315         * sync with 0.9.4cvs9
5316                 see ChangeLog 2003-08-26
5317
5318 2003-08-25 [paul]       0.9.4claws37
5319
5320         * sync with 0.9.4cvs8
5321                 see ChangeLog 2003-08-25
5322
5323 2003-08-24 [christoph]  0.9.4claws36
5324
5325         * src/prefs_filtering.c
5326                 shouldn't remove items from a GSList while iterating over the
5327                 list (makes cur invalid and cur->next not accessable)
5328
5329         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5330          crashed)
5331
5332 2003-08-23 [christoph]  0.9.4claws35
5333
5334         * src/news.c
5335                 news folders should be scanned when opened
5336
5337 2003-08-22 [christoph]  0.9.4claws34
5338
5339         * src/prefs_folder_item.c
5340                 use macro to assign strings that always frees the old string
5341
5342         * src/gtk/gtkaspell.[ch]
5343                 add gtkaspell_set_dictionary_menu_active_item() to set active
5344                 item in dictionary option menu
5345
5346         * src/prefs_spelling.c
5347                 use gtkaspell_set_dictionary_menu_active_item() to select
5348                 dictionary
5349
5350 2003-08-21 [christoph]  0.9.4claws33
5351
5352         * src/folder.[ch]
5353         * src/imap.c
5354         * src/mbox_folder.c
5355         * src/mh.c
5356         * src/news.c
5357                 optimize folder system
5358
5359         * src/gtk/gtkstext.c
5360                 fix division by zero when font has 0 width for ' '
5361
5362 2003-08-21 [paul]       0.9.4claws32
5363
5364         * sync with 0.9.4cvs7
5365                 see ChangeLog 2003-08-20
5366
5367 2003-08-19 [paul]       0.9.4claws31
5368
5369         * src/common/defs.h
5370                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5371                 SYLDOC_FAQ_HTML_INDEX.
5372         * src/manual.c
5373                 use LC_MESSAGES instead of LC_ALL to find the current
5374                 language
5375
5376           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5377
5378 2003-08-19 [paul]       0.9.4claws30
5379
5380         * po/bg.po
5381                 updated by George Danchev
5382
5383 2003-08-18 [luke]       0.9.4claws29
5384         * src/mimeview.[ch]
5385         * src/gtk/gtkvscrollbutton.[ch]
5386                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5387                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5388                 o removed horizontal separator between icons
5389
5390 2003-08-17 [christoph]  0.9.4claws28
5391
5392         * src/procmsg.c
5393                 no subject threading when the subject has no reply prefix
5394
5395 2003-08-16 [christoph]  0.9.4claws27
5396
5397         * src/mainwindow.c
5398                 remember and restore window sizes and position when the main
5399                 window is hidden or shown
5400
5401         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5402          minimised/reopened using trayicon)
5403
5404 2003-08-16 [paul]       0.9.4claws26
5405
5406         * src/crash.c
5407                 add #include "defs.h"
5408
5409 2003-08-16 [paul]       0.9.4claws25
5410
5411         * src/plugins/clamav/clamav_plugin.c
5412                 reword a debug_print
5413                 
5414         * src/plugins/dillo_viewer/dillo_prefs.c
5415                 cosmetic: change the labels' text, add tooltips, and
5416                 left-align the hint
5417
5418 2003-08-15 [christoph]  0.9.4claws24
5419
5420         * src/news.c
5421                 complete last change (forgot some changes)
5422
5423 2003-08-15 [christoph]  0.9.4claws23
5424
5425         * src/news.c
5426                 o check number of messages and don't return a 0 message
5427                   when no messages are available
5428                 o don't parse xref header anymore
5429
5430         (closes Bug 203 I'm not getting any news)
5431
5432 2003-08-15 [paul]       0.9.4claws22
5433
5434         * src/common/defs.h
5435           src/crash.c
5436                 update and define claws bugzilla location
5437
5438 2003-08-15 [paul]       0.9.4claws21
5439
5440         * po/ru.po
5441                 update submitted by Ruslan N. Balkin
5442
5443 2003-08-14 [christoph]  0.9.4claws20
5444
5445         * src/procmsg.c
5446                 fix search for oldest node in subject threading
5447
5448 2003-08-14 [christoph]  0.9.4claws19
5449
5450         * src/procmsg.c
5451         * src/common/utils.h
5452                 add possibility to check all nodes with the same subject for
5453                 subject threading, not only the oldest node. Should not break
5454                 threads anymore if the oldest node is thread_by_subject_max_age
5455                 days older then parent, because it can now find a child of
5456                 oldest node as new parent.
5457
5458 2003-08-11 [christoph]  0.9.4claws18
5459
5460         * src/plugins/spamassassin/spamassassin.c
5461                 run spam check in background process
5462
5463 2003-08-10 [alfons]     0.9.4claws17
5464
5465         * src/summaryview.c
5466                 make `Select All' sensitive too
5467
5468 2003-08-10 [christoph]  0.9.4claws16
5469
5470         * src/imap.c
5471                 add more checks in imap_close
5472
5473 2003-08-09 [alfons]     0.9.4claws15
5474
5475         * src/prefs_spelling.c
5476                 no spell checking UI if not requested
5477
5478 2003-08-09 [alfons]     0.9.4claws14
5479
5480         * src/gtk/prefswindow.c
5481                 make it compile
5482
5483 2003-08-09 [christoph]  0.9.4claws13
5484
5485         * src/prefs_spelling.c
5486         * src/gtk/prefswindow.[ch]
5487         * src/plugins/clamav/clamav_plugin_gtk.c
5488         * src/plugins/spamassassin/spamassassin_gtk.c
5489                 sort prefs pages by heighest weight in tree
5490
5491 2003-08-09 [paul]       0.9.4claws12
5492
5493         * sync with 0.9.4cvs6
5494                 see ChangeLog 2003-08-07
5495                 
5496         * AUTHORS
5497                 add Leandro and Luke to claws-branch section
5498
5499 2003-08-09 [christoph]  0.9.4claws11
5500
5501         * src/gtk/Makefile.am
5502         * src/gtk/colorsel.[ch]                 ** NEW **
5503                 create a color selection dialog that can be used as a simple
5504                 function call with it's own gtk main loop like filesel.[ch]
5505
5506         * src/Makefile.am
5507         * src/main.c
5508         * src/prefs_common.c
5509         * src/prefs_spelling.[ch]               ** NEW **
5510         * src/prefs_spelling.glade              ** NEW **
5511         * src/gtk/gtkutils.[ch]
5512                 move "Spell Checker" prefs to new prefs dialog
5513
5514         * src/prefs_folder_item.c
5515                 use new colorsel dialog
5516
5517 2003-08-08 [paul]       0.9.4claws10
5518
5519         * src/inc.c
5520                 clear the progress bar unconditionally
5521
5522 2003-08-08 [paul]       0.9.4claws9
5523
5524         * sync with 0.9.4cvs4
5525                 see ChangeLog 2003-07-31
5526
5527 2003-08-07 [christoph]  0.9.4claws8
5528
5529         * configure.ac
5530                 fix bug in image viewer plugin part
5531
5532         * src/imap.c
5533                 don't execute close command if the folder item is not selected
5534
5535 2003-08-07 [hoa]        0.9.4claws7
5536
5537         * src/filtering.[ch]
5538         * src/matcher_parser.h
5539         * src/matcher_parser_parse.y
5540                 can define several actions for each filtering rule
5541                 can import old versions of filtering rules
5542
5543         * src/prefs_filtering.c
5544                 call to a new dialog box to define actions
5545
5546         * src/prefs_filtering_action.[ch]
5547                 dialog box to define actions for filtering rules
5548
5549 2003-08-06 [christoph]  0.9.4claws6
5550
5551         * src/imap.c
5552                 make sure source folder is selected when copying messages
5553
5554 2003-08-06 [christoph]  0.9.4claws5
5555
5556         * sync with 0.9.4cvs2
5557                 see ChangeLog 2003-07-29                
5558
5559 2003-08-05 [paul]       0.9.4claws4
5560
5561         * sync with 0.9.4cvs3
5562                 see ChangeLog 2003-07-30
5563
5564 2003-08-04 [match]      0.9.4claws3
5565
5566         * po/POTFILES.in
5567                 export of LDIF files.
5568
5569 2003-08-04 [match]      0.9.4claws2
5570
5571         * src/ldif.[ch]
5572                 support for export LDIF. documented.
5573         * src/importldif.[ch]
5574         * src/exportldif.[ch]
5575                 add tooltips. documented.
5576         * src/exphtmldlg.[ch]
5577         * src/common/xmlprops.[ch]
5578                 documented.
5579         * src/exportldif.[ch]                   ** NEW **
5580         * src/expldifdlg.[ch]                   ** NEW **
5581         * src/addressbook.[ch]
5582         * src/Makefile.am
5583                 export of LDIF files.
5584                 documented.
5585
5586 2003-08-04 [christoph]  0.9.4claws1
5587
5588         * .cvsignore
5589         * Makefile.am
5590         * configure.ac
5591         * sylpheed-claws.pc.in                  ** NEW **
5592         * src/Makefile.am
5593         * src/common/Makefile.am
5594         * src/gtk/Makefile.am
5595                 install sylpheed header files in $(pkgincludedir) and create a
5596                 pkg-config file to allow building a plugin without the source
5597                 package
5598
5599 2003-08-04 [paul]       0.9.4claws
5600
5601         * version 0.9.4claws
5602
5603 2003-08-04 [paul]       0.9.3claws97
5604
5605         * po/es.po
5606                 update Spanish translation. Submitted by Ricardo
5607                 Mones Lastra.
5608
5609 2003-08-03 [paul]       0.9.3claws96
5610
5611         * po/hr.po
5612           po/sr.po
5613                 update Croatian and Serbian translations. Submitted by
5614                 Dragan and Urke MMI respectively
5615
5616 2003-08-03 [alfons]     0.9.3claws95
5617
5618         * src/summaryview.c
5619                 mark flag has precedence over important flag - seems
5620                 to have been changed in sync of 0.9.3claws45. this fixes
5621                 a regression where messages that were scored as important
5622                 don't show their mark flags. (using the same column for
5623                 both importance as mark flags is the real problem
5624                 ofcourse)
5625
5626 2003-08-03 [melvin]     0.9.3claws94
5627
5628         * po/fr.po
5629                 Updated French translations.
5630
5631 2003-08-03 [melvin]     0.9.3claws93
5632
5633         * src/Makefile.am
5634                 Fixed typo introduced after 0.9.3claws92 
5635                 that prevented compilation
5636                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5637                 CPPFLAGS and YFLAGS to allow user setting these.
5638         * src/common/Makefile.am
5639         * src/gtk/Makefile.am
5640         * src/plugins/clamav/Makefile.am
5641         * src/plugins/demo/Makefile.am
5642         * src/plugins/dillo_viewer/Makefile.am
5643         * src/plugins/image_viewer/Makefile.am
5644         * src/plugins/mathml_viewer/Makefile.am
5645         * src/plugins/spamassassin/Makefile.am
5646         * src/plugins/trayicon/Makefile.am
5647         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5648                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5649                 CPPFLAGS and YFLAGS to allow user setting these.
5650
5651 2003-08-02 [christoph]  0.9.3claws92
5652
5653         * configure.ac
5654                 o rearrange plugin tests
5655                 o add test for clamav.h to ClamAV tests
5656
5657 2003-08-02 [luke]       0.9.3claws91
5658
5659         * src/mimeview.c
5660                 o fixed appearance of icon list when toggling back from the 
5661                   ctree
5662                 o toggling of icons using the keyboard works correctly
5663                 o fixed all other keyboard shortcuts to work when icons are
5664                   active
5665         
5666         * src/messageview.c
5667                 o fixed bug 4 - focus lost when changing messageview view type
5668
5669 2003-08-02 [christoph]  0.9.3claws90
5670
5671         * src/common/hooks.c
5672                 fix crash when pointer stored in hash table could get invalid
5673                 when a plugin is unloaded
5674
5675 2003-08-01 [christoph]  0.9.3claws89
5676
5677         * configure.ac
5678                 o try to build all plugins (except spamassassin) by default
5679                 o don't build a plugin if a dependency check fails
5680
5681         * src/common/hooks.c
5682                 fix warning
5683
5684 2003-08-01 [match]      0.9.3claws88
5685
5686         * src/importldif.c
5687                 allow single click field selection. document code.
5688
5689 2003-08-01 [christoph]  0.9.3claws87
5690
5691         * src/plugins/clamav/clamav_plugin.c
5692         * src/plugins/clamav/clamav_plugin_gtk.c
5693         * src/plugins/dillo_viewer/dillo_viewer.c
5694         * src/plugins/image_viewer/plugin.c
5695         * src/plugins/mathml_viewer/mathml_viewer.c
5696         * src/plugins/spamassassin/spamassassin.c
5697         * src/plugins/spamassassin/spamassassin_gtk.c
5698         * src/plugins/trayicon/trayicon.c
5699                 add version check to all plugins
5700
5701 2003-08-01 [hoa]        0.9.3claws86
5702
5703         * src/prefs_filtering.c
5704                 fixed a cosmetic bug, during creation of dialog box,
5705                 wrong widgets were shown after creation.
5706
5707 2003-08-01 [luke]       0.9.3claws85
5708
5709         * src/mainwindow.c
5710                 o fixed visibility of icons/mimeview after toggling separate
5711                   message/folder view (factored out some similar code too).
5712
5713
5714 2003-07-31 [alfons]     0.9.3claws84
5715
5716         * src/mimeview.c
5717                 tweak icon box UI a bit more, now allowing right-clicks actions
5718                 getting the relevant mime data too; should fix #250, "Can't save 
5719                 attachments sometimes".
5720
5721 2003-07-30 [alfons]     0.9.3claws83
5722
5723         * src/compose.c
5724                 don't do auto-save-draft inside key press handler, but rather
5725                 schedule it half of a second later; should fix #67, "autosave 
5726                 make re-rediting message crazy"
5727
5728 2003-07-30 [christoph]  0.9.3claws82
5729
5730         * src/plugins/trayicon/trayicon.c
5731                 process pending events before unloading the plugin
5732
5733         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
5734
5735 2003-07-30 [alfons]     0.9.3claws81
5736
5737         * src/common/hooks.c
5738                 parameter 2 of g_hook_destroy() should really be a hook id
5739
5740 2003-07-30 [alfons]     0.9.3claws80
5741
5742         * src/common/plugin.c
5743                 fix a possibly harmful function signature mismatch 
5744                 for plugin_done
5745
5746 2003-07-30 [alfons]     0.9.3claws79
5747
5748         * src/common/hooks[.ch]
5749                 const correctness
5750
5751 2003-07-30 [darko]      0.9.3claws78
5752
5753         * src/summaryview.c
5754                 make it compile again
5755
5756 2003-07-30 [luke]       0.9.3claws77
5757
5758         * src/crash.c
5759         * src/main.c
5760                 o added/moved signal handlers for SIGTERM (normal kill command) 
5761                   and SIGINT (ctl-c) to be used even without 
5762                   --enable-crash-dialog, fixing bug 166
5763
5764         * src/summaryview.c
5765                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
5766                   bug 227
5767
5768         * src/mainwindow.c
5769                 o changed sensitivity condition for 'Next new' and 'Next 
5770                   unread', fixing bug 8
5771
5772 2003-07-29 [alfons]     0.9.3claws76
5773
5774         * src/common/utils.[ch]
5775                 add generate_msgid()
5776         * src/messageview.c
5777                 save ack'ed RRR; fixes #205, "return receipt is not saved in
5778                 sent folder".
5779
5780 2003-07-29 [alfons]     0.9.3claws75
5781
5782         * src/messageview.c
5783                 fix a memleak (claws-only)
5784
5785 2003-07-29 [alfons]     0.9.3claws74
5786
5787         * src/mimeview.[ch]
5788         * src/gtk/gtkvscrollbutton.[ch]
5789                 fix UI glitch where mime icon toolbox' scroll position is not 
5790                 reset after switching to another message
5791                 
5792
5793 2003-07-29 [paul]       0.9.3claws73
5794
5795         * src/prefs_folder_item.c
5796                 split the prefs into 2 separate pages
5797
5798 2003-07-29 [paul]       0.9.3claws72
5799
5800         * src/compose.c
5801                 prepend "\n\n" to a signature without a separator too
5802
5803 2003-07-29 [paul]       0.9.3claws71
5804
5805         * src/compose.c
5806                 fix bug where changing to an account without an auto-sig
5807                 from an initial account without an auto-sig would insert 
5808                 2 blank lines at the cursor point
5809                 fix bug where changing to an account with an auto-sig
5810                 from an initial account without an auto-sig would insert
5811                 the sig at the cursor point
5812
5813 2003-07-29 [paul]       0.9.3claws70
5814
5815         * src/folderview.c
5816                 use the colour from the folder pref unless the folder
5817                 has new messages
5818
5819 2003-07-29 [alfons]     0.9.3claws69
5820
5821         * src/procmsg.[ch]
5822         * src/messageview.c
5823         * src/procheader.c
5824                 rewrite return receipt request work a little bit (the former 
5825                 implementation presumably depended too much on the UI setting
5826                 flags). (we're losing the old pending flag.) 
5827
5828 2003-07-28 [christoph]  0.9.3claws68
5829
5830         * src/folder.c
5831         * src/imap.c
5832         * src/mh.c
5833         * src/procmsg.[ch]
5834                 fix copy to IMAP folder from other folder
5835
5836 2003-07-28 [christoph]  0.9.3claws67
5837
5838         * src/procmsg.c
5839                 fix sync of procmsg_get_message_file_list
5840
5841 2003-07-28 [christoph]  0.9.3claws66
5842
5843         * sync with 0.9.3cvs14
5844                 see ChangeLog 2003-07-18
5845         * sync with 0.9.3cvs17
5846                 see ChangeLog 2003-07-23
5847
5848         (closes Bug 234 segmentation fault after sending out mail via
5849          smtp(auth))
5850
5851 2003-07-28 [paul]       0.9.3claws65
5852
5853         * po/es.po
5854                 update Spanish translation, submitted by Ricardo Mones
5855                 Lastra
5856
5857 2003-07-28 [christoph]  0.9.3claws64
5858
5859         * src/folder.[ch]
5860         * src/imap.c
5861         * src/mh.c
5862                 return new message numbers as a GRelation instead of a GSList
5863                 that has to be in the same order as the input list. A list
5864                 would make it hard for IMAP to optimize oepration by sorting
5865                 the input list. The returned list would have to be reordered
5866                 to match the same order that input list has.
5867
5868         * src/gtk/gtkaspell.c
5869                 fix missing return value, could cause a crash when garbage is
5870                 on the stack that is used as the expected return value
5871
5872 2003-07-28 [paul]       0.9.3claws63
5873
5874         * sync with 0.9.4cvs1
5875                 see ChangeLog 2003-07-28
5876
5877 2003-07-27 [alfons]     0.9.3claws62
5878
5879         * src/mimeview.c
5880                 tweak it more to make icon list act like a check button group
5881
5882 2003-07-27 [christoph]  0.9.3claws61
5883
5884         * sync with 0.9.3cvs20
5885                 see ChangeLog 2003-07-25
5886
5887 2003-07-27 [paul]       0.9.3claws60
5888
5889         * src/procmsg.c
5890                 re-commit changes from 0.9.3claws58 -
5891                 accidently removed in 0.9.3claws59
5892
5893 2003-07-27 [paul]       0.9.3claws59
5894
5895         * src/procmsg.[ch]
5896                 a sync from 0.9.3cvs17
5897                 see ChangeLog 2003-07-23
5898
5899 2003-07-27 [alfons]     0.9.3claws58
5900
5901         * src/procmsg.c
5902                 add missing header members to MsgInfo; fixes the problem of 
5903                 not displaying X-Faces, as noticed by Ricardo Mones
5904
5905 2003-07-26 [christoph]  0.9.3claws57
5906
5907         * sync with 0.9.3cvs18
5908                 see ChangeLog 2003-07-24
5909
5910 2003-07-26 [christoph]  0.9.3claws56
5911
5912         * sync with 0.9.3cvs17
5913                 see ChangeLog 2003-07-23
5914
5915 2003-07-26 [christoph]  0.9.3claws55
5916
5917         * src/folder.[ch]
5918         * src/imap.c
5919         * src/mbox_folder.c
5920         * src/mh.c
5921         * src/news.c
5922                 add support for copy function that copy multiple messages
5923                 (not implemented yet)
5924
5925         * src/summaryview.c
5926                 add missing return value
5927
5928 2003-07-26 [paul]       0.9.3claws54
5929
5930         * tools/multiwebsearch.pl
5931                 do whitespace substitution before passing the string
5932                 to the browser. fixes bug with browsers that don't
5933                 do whitespace conversion themselves.
5934
5935 2003-07-25 [christoph]  0.9.3claws53
5936
5937         * src/folder.[ch]
5938         * src/imap.c
5939         * src/mh.c
5940                 rewrite adding of multiple messages to a folder for
5941                 claws' folder system
5942
5943 2003-07-25 [luke]       0.9.3claws52
5944
5945         * src/mimeview.c
5946                 o icon toggles set correctly on leaving ctree mimeview
5947
5948 2003-07-25 [paul]       0.9.3claws51
5949
5950         * partial sync with 0.9.3cvs21 [src/main.c]
5951                 see ChangeLog 2003-07-25
5952
5953 2003-07-24 [paul]       0.9.3claws50
5954
5955         * tools/maildir2sylpheed.pl
5956                 fix typo
5957
5958 2003-07-24 [paul]       0.9.3claws49
5959
5960         * src/mimeview.c
5961                 increase the gutter size of paned so that the panes
5962                 can be resized
5963                 
5964         * src/plugins/demo/demo.c
5965                 squeeze in another typo fix
5966
5967 2003-07-24 [paul]       0.9.3claws48
5968
5969         * src/plugins/demo/demo.c
5970           src/prefs_account.c
5971                 small changes to the English
5972                 
5973         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
5974           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
5975           src/Makefile.am
5976           src/stock_pixmap.c
5977                 rename the misspelled icon
5978
5979 2003-07-23 [alfons]     0.9.3claws47
5980
5981         * src/mimeview.c
5982                 make icon list look like a list of toggles
5983
5984 2003-07-23 [luke]       0.9.3claws46
5985
5986         * src/pixmaps/mimeview_gpg_expired.xpm
5987         * src/pixmaps/mimeview_gpg_failed.xpm
5988         * src/pixmaps/mimeview_gpg_passed.xpm
5989         * src/pixmaps/mimeview_text_html.xpm
5990         * src/pixmaps/mimeview_image.xpm
5991                 o all icons the same size
5992
5993         * src/mimeview.[ch]
5994                 o mimeview ctree arranged vertically above the viewer
5995                 o icons changed to buttons
5996                 o can use keyboard to select an icon (Enter)
5997                 o resize icon list to width of icons
5998
5999         *  src/gtk/gtkvscrollbutton.c
6000                 o sensitivity of buttons reacts to position
6001
6002 2003-07-23 [christoph]  0.9.3claws45
6003
6004         * sync with 0.9.3cvs14 (incomplete)
6005                 see ChangeLog 2003-07-17
6006
6007 2003-07-23 [alfons]     0.9.3claws44
6008
6009         * src/folder.c
6010         * src/procmsg.h
6011                 sync with my local tree to restore some claws-only things
6012
6013 2003-07-23 [paul]       0.9.3claws43
6014
6015         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6016           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6017           src/Makefile.am
6018           src/mimeview.c
6019           src/procmime.h
6020           src/rfc2015.c
6021           src/stock_pixmap.[ch]
6022                 indicate missing keys and expired sigs/keys
6023                 in mime view column
6024
6025 2003-07-23 [paul]       0.9.3claws42
6026
6027         * src/compose.c
6028                 Redirect fixes: enable automatic account selection and
6029                 do not append signature to message on changing account
6030                 fixes Bug[s] #248
6031
6032 2003-07-23 [paul]       0.9.3claws41
6033
6034         * sync with 0.9.3cvs16
6035                 see ChangeLog 2003-07-23
6036
6037 2003-07-23 [alfons]     0.9.3claws40
6038
6039         * src/inc.c
6040                 give progress dialog a main window, and give it the first 
6041                 one (presumably the only one). fixes bug #247, "segfault on 
6042                 pop-before-smtp" 
6043
6044 2003-07-22 [alfons]     0.9.3claws39
6045
6046         * src/summaryview.c
6047                 shift-space scrolls up
6048
6049 2003-07-22 [paul]       0.9.3claws38
6050
6051         * sync with 0.9.3cvs15
6052                 see ChangeLog 2003-07-22
6053
6054 2003-07-20 [alfons]     0.9.3claws37
6055
6056         * src/compose.c
6057                 put menu inside #ifdef USE_ASPELL..#endif
6058
6059 2003-07-20 [christoph]  0.9.3claws36
6060
6061         * src/procmsg.c
6062                 fix wrong flags in MsgInfo returned by
6063                 procmsg_msginfo_get_full_info()
6064
6065         (closes Bug 221 Deleting messages from the Message View gives incorrect
6066          new/unread message counts in the folder view)
6067
6068         * src/plugins/spamassassin/spamassassin_gtk.c
6069                 add gettext macro for prefs page title
6070
6071 2003-07-20 [paul]       0.9.3claws35
6072
6073         * src/mimeview.c
6074                 redraw icon list on signature check
6075
6076 2003-07-20 [christoph]  0.9.3claws34
6077
6078         * src/Makefile.am
6079         * src/account.c
6080         * src/folder.[ch]
6081         * src/folder_item_prefs.[ch]            ** NEW **
6082         * src/folderview.c
6083         * src/mainwindow.c
6084         * src/mh.c
6085         * src/prefs_gtk.c
6086         * src/prefs_scoring.c
6087         * src/summaryview.c
6088         * src/prefs_folder_item.[ch]
6089                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6090                   Properties dialog
6091                 o use prefswindow for folder properties
6092
6093         * src/gtk/prefswindow.[ch]
6094                 change implementation to use an invisible notebook instead
6095                 of unparenting widgets
6096
6097 2003-07-20 [christoph]  0.9.3claws33
6098
6099         * src/compose.h
6100         * src/folder.c
6101         * src/folderview.h
6102         * src/headerview.h
6103         * src/prefs_filtering.h
6104         * src/prefs_folder_item.[ch]
6105         * src/procmime.h
6106         * src/procmsg.h
6107         * src/summaryview.h
6108                 clean up header mess
6109                 (always use 1. typedefs, 2. #includes, 3. structures)
6110
6111         * src/common/version.h.in
6112                 add casts for constants
6113
6114         * src/plugins/demo/demo.c
6115                 fix typo
6116
6117         * src/plugins/spamassassin/spamassassin.c
6118                 remove unused variable
6119
6120 2003-07-20 [alfons]     0.9.3claws32
6121
6122         * src/mimeview.c
6123                 o make icon buttons respond on left click
6124                 o minor cosmetic change
6125
6126 2003-07-19 [luke]       0.9.3claws31
6127
6128         * src/mimeview.[ch]
6129         * src/gtk/gtkvscrollbutton.c
6130         * src/messageview.c
6131                 o improved mimeview behaviour when selecting a new message
6132                 o plus code cleanups to remove compile warnings
6133
6134
6135 2003-07-19 [alfons]     0.9.3claws30
6136
6137         * src/procmsg.c
6138         * src/compose.c
6139         * src/common/utils.[ch]
6140                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6141
6142 2003-07-19 [alfons]     0.9.3claws29
6143
6144         * src/prefs_folder_item.c
6145                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6146                 string pointers
6147
6148 2003-07-19 [luke]       0.9.3claws28
6149
6150         * src/messageview.c
6151         * src/mimeview.[ch]
6152         * src/procmime.h
6153         * src/rfc2015.c
6154         * src/stock_pixmap.[ch]
6155         * src/gtk/Makefile.am
6156         * src/Makefile.am
6157         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6158         * src/pixmaps/mime_*.xpm                ** NEW **
6159                 o mimeview rearrangement with a new icon shortcut bar
6160
6161 2003-07-19 [alfons]     0.9.3claws27
6162
6163         * src/folderview.c
6164                 o plug leaking nodes_to_recollapse
6165                 o add folderview_recollapse_all_nodes() (not used yet)
6166
6167 2003-07-19 [alfons]     0.9.3claws26
6168
6169         * src/compose.c
6170         * src/common/utils.c
6171                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6172                 for both forwarding as replying
6173
6174 2003-07-18 [christoph]  0.9.3claws25
6175
6176         * configure.ac
6177         * src/common/sylpheed.[ch]
6178         * src/common/version.h.in
6179                 add version in numeric form to allow easy comparison
6180
6181         * src/plugins/demo/demo.c
6182                 add version check
6183                 - sylpheed version > plugin version => never allowed, sylpheed
6184                   could contain unknown API changes
6185                 - sylpheed version < minimum version required => don't load,
6186                   API required not available (if linking does not fail)
6187
6188 2003-07-18 [alfons]     0.9.3claws24
6189         
6190         * src/common/plugin.[ch]
6191                 const correctness
6192
6193 2003-07-18 [christoph]  0.9.3claws23
6194
6195         * src/common/hooks.c
6196                 fix crash when hooks where unregisted
6197
6198         * src/plugins/trayicon/trayicon.c
6199                 unregister detroy signal before destroying the widget
6200                 (still crashes when the plugin is unloaded)
6201
6202 2003-07-18 [alfons]     0.9.3claws22
6203         
6204         * src/folderview.c
6205                 delay expanding folder tree during drags until timeout triggered
6206                 (needs perhaps some tweaking, so testing is welcome)
6207
6208 2003-07-17 [alfons]     0.9.3claws21
6209
6210         * src/folderview.c
6211                 clean up cruft
6212
6213 2003-07-17 [christoph]  0.9.3claws20
6214
6215         * src/common/session.c
6216                 fix opening of SSL connections
6217
6218         * src/plugins/image_viewer/Makefile.am
6219                 add OPENSSL_CFLAGS (we should find a better solution to remove
6220                 this dependencies if they are not required)
6221
6222         * src/plugins/spamassassin/spamassassin.c
6223                 remove setlocale workaround (fixed in libspamc)
6224
6225         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6226          if spell checking enabled)
6227
6228 2003-07-17 [alfons]     0.9.3claws19
6229
6230         * src/common/hooks.[ch]
6231         * src/plugins/clamav/clamav_plugin.c
6232         * src/plugins/spamassassin/spamassassin.c
6233         * src/plugins/trayicon/trayicon.c
6234                 fix signedness muck 
6235
6236 2003-07-17 [alfons]     0.9.3claws18
6237
6238         * src/procmime.c
6239                 plug memleak
6240
6241 2003-07-17 [alfons]     0.9.3claws17
6242
6243         * src/inc.c
6244                 plug memleak
6245
6246 2003-07-17 [paul]       0.9.3claws16
6247
6248         * src/common/defs.h
6249           src/mainwindow.c
6250           src/manual.[ch]
6251                 add link to the Claws site's FAQ page, after the suggestion
6252                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6253                 Move url strings to defs.h
6254                 
6255         * src/mainwindow.c
6256                 fix typo to prevent "unknown menu entry" warnings
6257
6258 2003-07-17 [alfons]     0.9.3claws15
6259
6260         * src/folderview.[ch]
6261         * src/summaryview.[ch]
6262         * src/mimeview.[ch]
6263                 plug DnD leaks 
6264
6265 2003-07-17 [paul]       0.9.3claws14
6266
6267         * src/inc.c
6268                 remove two instances of 'GTK_EVENTS_FLUSH' because
6269                 they are unnecessary and probably cause a stack overflow
6270
6271 2003-07-16 [christoph]  0.9.3claws13
6272
6273         * src/mimeview.[ch]
6274                 use an invisible GTK notebook to switch between viewers
6275                 instead of reparenting widgets
6276
6277 2003-07-16 [christoph]  0.9.3claws12
6278
6279         * src/folder.c
6280                 move folder_item_update_freeze() to correct place in
6281                 folder_item_scan_full()
6282
6283 2003-07-16 [paul]       0.9.3claws11
6284
6285         * sync with 0.9.3cvs12
6286                 see ChangeLog 2003-07-14 and 2003-07-15
6287
6288 2003-07-16 [christoph]  0.9.3claws10
6289
6290         * src/imap.[ch]
6291         * src/prefs_account.[ch]
6292                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6293
6294 2003-07-15 [alfons]     0.9.3claws9
6295
6296         * src/main.c
6297                 make --config-dir do something useful
6298
6299 2003-07-15 [alfons]     0.9.3claws8
6300
6301         * src/procmsg.c
6302                 o fix a bug where 'last' didn't really point to the last message
6303                   in the top level list of children, but to the last threaded
6304                   message. 
6305                 
6306                 o clean up and make it easier to sync
6307
6308 2003-07-15 [alfons]     0.9.3claws7
6309
6310         * src/mainwindow.c
6311                 make correct menu items sensitive       
6312
6313 2003-07-14 [alfons]     0.9.3claws6
6314
6315         * src/procmsg.c
6316                 tune the threader so it will not subject-thread any message
6317                 without a subject prefix (this will not thread correctly if 
6318                 a parent is delivered after their childs, but it looks 
6319                 better right now)
6320
6321 2003-07-13 [christoph]  0.9.3claws5
6322
6323         * src/mainwindow.c
6324                 group "Add mailbox *..." menu items in submenu
6325
6326 2003-07-13 [alfons]     0.9.3claws4
6327
6328         * src/summaryview.c
6329                 correct summary_toggle_pressed() signature and make sure
6330                 signal is not passed on
6331
6332 2003-07-13 [alfons]     0.9.3claws3
6333
6334         * src/summaryview.c
6335                 o for now don't pass on keys when they we're handled by 
6336                   ctree::key_press_event
6337                 o clean up
6338
6339 2003-07-13 [alfons]     0.9.3claws2
6340         
6341         * src/main.c
6342                 add command line option "--config-dir" to get the current 
6343                 configuration dir
6344
6345 2003-07-12 [alfons]     0.9.3claws1
6346
6347         * src/matcher.[ch]
6348         * src/matcher_parser_parse.y
6349         * src/prefs_filtering.c
6350         * src/filtering.c
6351                 add "Lock" filter action to lock messages;
6352
6353         * src/filtering.c       
6354                 remove debug_print()    
6355         * src/prefs_filtering.c
6356                 re-organize matcher part 9: 
6357                 make action text entries easily extendible;
6358                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6359                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6360
6361 2003-07-12 [paul]
6362
6363         * tools/README
6364                 update old information and add missing
6365                 information
6366
6367 2003-07-12 [paul]       0.9.3claws
6368
6369         * 0.9.3claws released
6370         
6371 2003-07-12 [paul]       0.9.0claws103
6372
6373         * src/Makefile.am
6374                 add addrquery.h
6375
6376 2003-07-12 [melvin]     0.9.0claws102
6377
6378         * src/messageview.c
6379                 Fixed bug #215: Show MIME tab for single text/html messages. 
6380                 
6381 2003-07-12 [paul]       0.9.0claws101
6382
6383         * man/sylpheed.1
6384                 updated
6385
6386 2003-07-12 [paul]       0.9.0claws100
6387
6388         * po/es.po
6389           po/hr.po
6390           po/pl.po
6391           po/sr.po
6392                 update Spanish, Croatian, Polish, Serbian translations.
6393                 submitted by Ricardo Mones Lastra, Dragan, Witold
6394                 Wladyslaw Wojciech Wilk, Urke MMI
6395
6396 2003-07-12 [melvin]     0.9.0claws99
6397
6398         * po/fr.po
6399                 Updated French translations.
6400
6401 2003-07-12 [paul]       0.9.0claws98
6402
6403         * src/addressbook.c
6404                 disable 'Lookup' button as it has no effect
6405
6406 2003-07-11 [alfons]     0.9.0claws97
6407         
6408         * src/summaryview.c
6409                 summary_searchbar_pressed() should return TRUE to signal that
6410                 event was handled. when returning void, the return value passed
6411                 to GTK is actually random, but maybe FALSE, in which case the
6412                 event is handled by parent
6413                 
6414 2003-07-10 [paul]       0.9.0claws96
6415
6416         * ac/missing/gettext.m4
6417                 update to version 0.12
6418
6419 2003-07-10 [paul]       0.9.0claws95
6420
6421         * src/plugins/clamav/clamav_plugin.c
6422                 fix bug where multipart/alternative messages
6423                 would slip through without being scanned
6424
6425 2003-07-10 [christoph]  0.9.0claws94
6426
6427         * src/folder.c
6428                 correct check if folder supports removing when a message is
6429                 moved. if not the message is only copied.
6430
6431         (closes Bug 132 crash on startup in newsgroups folders)
6432
6433 2003-07-09 [alfons]     0.9.0claws93
6434
6435         * configure.ac
6436         * src/common/defs.h
6437                 --with-config-dir (default .sylpheed)
6438
6439 2003-07-09 [christoph]  0.9.0claws92
6440
6441         * configure.ac
6442                 use PKG_CHECK_MODULES to check for gtkmathview
6443                 (version 0.4.2 now required)
6444
6445 2003-07-08 [melvin]     0.9.0claws91
6446
6447         * src/action.c
6448                 Implemented a progress bar that counts the number of completed
6449                 tasks when the action runs more than one command.
6450
6451 2003-07-08 [alfons]     0.9.0claws90
6452
6453         * src/procmsg.c
6454                 if queued message has an invalid Message-Id, don't try to
6455                 find message it refers to (fixes #209 "crash when processing 
6456                 in folder")
6457
6458 2003-07-08 [paul]       0.9.0claws89
6459
6460         * sync with 0.9.3cvs2
6461                 see ChangeLog 2003-07-08
6462
6463 2003-07-08 [match]      0.9.0claws88
6464
6465         * src/ldapctrl.c
6466                 extend LDAP search for first/last name by parsing search term.
6467
6468 2003-07-08 [alfons]     0.9.0claws87
6469
6470         * src/send_message.c
6471                 fix bug #208 "Status message stuck when sending on POP3 account"
6472
6473 2003-07-07 [paul]       0.9.0claws86
6474
6475         * po/hr.po
6476                 new Croatian translation, submitted by
6477                 Dragan <drleskov@inet.hr>
6478
6479 2003-07-07 [paul]       0.9.0claws85
6480
6481         * sync with 0.9.3cvs1
6482                 see ChangeLog 2003-07-07
6483
6484 2003-07-05 [christoph]  0.9.0claws84
6485
6486         * src/Makefile.am
6487         * src/messageview.c
6488         * src/mimeview.[ch]
6489         * src/stock_pixmap.[ch]
6490         * src/pixmaps/messageview_text.xpm              ** NEW **
6491                 move mimeview tabs to the right side and use icons
6492                 instead of text to save some space
6493
6494         (patch by Luke Plant <lukeplant@softhome.net>)
6495
6496 2003-07-05 [christoph]  0.9.0claws83
6497
6498         * src/inc.c
6499                 add NULL pointer checks
6500
6501         (patch by Luke Plant <lukeplant@softhome.net>)
6502         (closes Bug 204 0.9.0 quits on authentication error?!)
6503
6504 2003-07-05 [alfons]     0.9.0claws82
6505
6506         * configure.ac
6507                 take the clue in bug #202 "./configure script - 
6508                 'if test' comparison failure" reported by John Kristoff. 
6509
6510 2003-07-04 [christoph]  0.9.0claws81
6511
6512         * src/plugins/spamassassin/spamassassin.c
6513                 set timeout for spam check
6514
6515 2003-07-04 [christoph]  0.9.0claws80
6516
6517         * src/main.c
6518                 destroy all FolderItems when shutting down to
6519                 allow folders to clean up
6520
6521 2003-07-04 [melvin]     0.9.0claws79
6522
6523         * src/gtk/gtkaspell.c
6524                 Fixed bug #184 "Entering non-ascii character deletes
6525                 previous char if spell checking enabled": this makes
6526                 the spell checking in multibytes (e.g. UTF-8)locales work.
6527                 (Patch by Luke Plant).
6528                 
6529 2003-07-04 [christoph]  0.9.0claws78
6530
6531         * sync with 0.9.2cvs1
6532                 see ChangeLog 2003-06-10
6533
6534 2003-07-04 [paul]       0.9.0claws77
6535
6536         * sync with 0.9.3 release
6537                 see ChangeLog 2003-07-04
6538
6539 2003-07-03 [christoph]  0.9.0claws76
6540
6541         * src/folder.[ch]
6542         * src/imap.c
6543         * src/mbox_folder.c
6544         * src/mh.c
6545         * src/news.c
6546                 move folder_item_get_path() stuff into a folder virtual function
6547
6548         * src/procmsg.c
6549                 use folder_item_fetch_msg() to get message and do not contruct
6550                 the filename from path and number
6551
6552 2003-07-03 [paul]       0.9.0claws75
6553
6554         * sync with 0.9.2cvs12
6555                 see ChangeLog 2003-07-03
6556
6557 2003-07-02 [paul]       0.9.0claws74
6558
6559         * src/messageview.c
6560                 fix text-selection for replying
6561
6562 2003-07-02 [paul]       0.9.0claws73
6563
6564         * sync with 0.9.2cvs11
6565                 see ChangeLog 2003-07-02
6566
6567 2003-07-02 [paul]       0.9.0claws72
6568
6569         * src/procmsg.c
6570                 revert last commit because it breaks more
6571                 than it fixes
6572
6573 2003-07-02 [paul]       0.9.0claws71
6574
6575         * src/procmsg.c
6576                 fix thread by subject/sort by date
6577
6578 2003-07-01 [paul]       0.9.0claws70
6579
6580         * sync with 0.9.2cvs10
6581                 see ChangeLog 2003-07-01
6582
6583 2003-06-30 [paul]       0.9.0claws69
6584
6585         * sync with 0.9.2cvs9
6586                 see ChangeLog 2003-06-30
6587
6588 2003-06-28 [match]      0.9.0claws68
6589
6590         * src/addressbook.c
6591                 fix null ptr.
6592
6593 2003-06-27 [paul]       0.9.0claws67
6594
6595         * sync with 0.9.2cvs7
6596                 see ChangeLog 2003-06-27
6597
6598 2003-06-26 [christoph]  0.9.0claws66
6599
6600         * src/folder.c
6601                 freeze folder updates while a folder is scanned
6602
6603         (closes Bug 185 New message counter)
6604
6605 2003-06-26 [darko]      0.9.0claws65
6606
6607         * src/ldapserver.c
6608                 fix infinite loop when adding a new LDAP server
6609
6610 2003-06-26 [paul]       0.9.0claws64
6611
6612         * sync with 0.9.2cvs6
6613                 see ChangeLog 2003-06-26
6614
6615 2003-06-26 [paul]       0.9.0claws63
6616
6617         * sync with 0.9.2cvs5
6618                 see ChangeLog 2003-06-25 and 2003-06-26
6619
6620 2003-06-25 [match]      0.9.0claws62
6621
6622         * src/addr_compl.c
6623                 Fixed tab/backtab for dropped-down completion list to
6624                 move next/previous field. (close bug 147)
6625
6626 2003-06-25 [christoph]  0.9.0claws61
6627
6628         * src/addr_compl.[ch]
6629         * src/addrindex.[ch]
6630         * src/folderview.c
6631         * src/inc.c
6632         * src/news.c
6633         * src/summaryview.c
6634         * src/toolbar.c
6635                 fix warnings
6636
6637 2003-06-25 [leandro]    0.9.0claws60
6638
6639         * src/compose.c
6640                 o cleanups
6641                 o gray out "Message/Remove references" menu item if not
6642                   replying to a message
6643
6644 2003-06-24 [leandro]    0.9.0claws59
6645
6646         * src/compose.[ch]
6647                 o removed "Message/Create new thread" menu item
6648                 o added "Message/Remove references" menu item
6649                   (it's off by default and will not check anymore
6650                    if the subject changed)
6651
6652 2003-06-23 [alfons]     0.9.0claws58
6653
6654         * src/procmsg.c
6655                 try better grouping messages threaded by subject based on their age.
6656                 still not perfect - because the message tree is not sorted by date.  
6657
6658 2003-06-23 [thorsten]   0.9.0claws57
6659
6660         * src/pop.[ch]
6661                 added mail_receive_hook to allow modifications
6662                 directly after retrieval (e.g. adding headers).
6663
6664 2003-06-23 [paul]       0.9.0claws56
6665
6666         * src/sourcewindow.c
6667                  enable the use of Ctrl+A to select all text in
6668                  the sourcewindow
6669                  Patch submitted by Ivan Francolin Martinez
6670                  <ivanfm@users.sourceforge.net>
6671
6672 2003-06-22 [christoph]  0.9.0claws55
6673
6674         * src/folder.[ch]
6675                 o add notification hook for folder tree changes
6676                 o invoke hooks after folder tree scanning
6677
6678         * src/folderview.[ch]
6679                 register hook for folder tree changes that
6680                 updates the ctree
6681
6682         (there are more places that should be updated, like add, remove 
6683          or move folder)
6684
6685         (closes Bug 164 Crash on rebuild folder tree)
6686         (closes Bug 190 Crash on 'rebuilding folder tree')
6687
6688 2003-06-21 [leandro]    0.9.0claws54
6689
6690         * src/compose.[ch]
6691                 create a new thread if subject changes
6692                 (it's on by default, can be disabled in Message menu)
6693
6694 2003-06-21 [alfons]     0.9.0claws53
6695
6696         * src/summaryview.c
6697                 quiet little compiler
6698
6699 2003-06-21 [christoph]  0.9.0claws52
6700
6701         update gettext stuff to version 0.12
6702
6703 2003-06-19 [alfons]     0.9.0claws51
6704
6705         * src/common/log.c
6706         * src/common/plugin.c
6707                 move defs.h before glib.h to prevent MIN/MAX redefs
6708
6709 2003-06-19 [alfons]
6710
6711         * src/addressbook.c
6712                 translatable
6713
6714 2003-06-19 [match]      0.9.0claws50
6715
6716         * src/addressbook.[ch]
6717         * src/addrindex.[ch]
6718         * src/addr_compl.[ch]
6719         * src/editldap.[ch]
6720         * src/editldap_basedn.[ch]
6721         * src/addritem.[ch]
6722         * src/ldapquery.h
6723                 re-implemented dynamic LDAP search. works without
6724                 slowdown on display sender with addressbook
6725                 option.
6726         * src/addrbook.c
6727                 documented code.
6728
6729 2003-06-19 [paul]       0.9.0claws49
6730
6731         * src/compose.c
6732                 fix Bug #136 'Nonprovided quotation marks crash claws'
6733                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
6734
6735 2003-06-19 [alfons]     0.9.0claws48
6736
6737         * src/prefs_common.[ch]
6738         * src/procmsg.c
6739                 restrict threading by subject by checking thread for
6740                 age (prefs_common.thread_by_subject_max_age)
6741
6742 2003-06-18 [christoph]  0.9.0claws47
6743
6744         * src/imap.c
6745                 fix memory leak in imap_cmd_fetch()
6746
6747 2003-06-18 [christoph]  0.9.0claws46
6748
6749         * src/prefs_gtk.c
6750                 fix memory leak in prefs_set_default() when used multiple
6751                 times or after prefs have been read
6752
6753 2003-06-18 [christoph]  0.9.0claws45
6754
6755         * src/common/plugin.c
6756                 fix memory leak in plugin_unload()
6757
6758 2003-06-18 [christoph]  0.9.0claws44
6759
6760         * src/imap.c
6761                 fix memory leak in imap_cmd_ok()
6762
6763 2003-06-18 [christoph]  0.9.0claws43
6764
6765         * src/folder.c
6766                 stop messages that are downloaded from POP3 and added to
6767                 an IMAP inbox from being filtered twice (first by POP3
6768                 and again when IMAP folder is scaned to get the UID of
6769                 the APPEND operation when no UIDPLUS is available)
6770
6771 2003-06-18 [alfons]
6772
6773         * tools/Makefile.am
6774                 phoenix <- firebird     
6775
6776 2003-06-18 [paul]
6777
6778         * tools/launch_phoenix          ** REMOVED **
6779           tools/launch_firebird         ** NEW **
6780                 renamed and edited to reflect the browser's name change from
6781                 'phoenix' to 'firebird'
6782
6783 2003-06-18 [paul]       0.9.0claws42
6784
6785         * sync with 0.9.2cvs2
6786                 see ChangeLog 2003-06-16
6787
6788 2003-06-17 [alfons]     0.9.0claws41
6789
6790         * src/procmsg.c
6791                 prevent threading problems when a node is an ancestor (parent / great parent),
6792                 which mostly happens with circular references (thanks to Phillipe Gramoullé
6793                 for finding an sample set of messages)
6794
6795 2003-06-16 [christoph]  0.9.0claws40
6796
6797         * src/main.c
6798                 don't popup main window on --receive or --receive-all
6799
6800         * src/mainwindow.[ch]
6801         * src/plugins/trayicon/trayicon.c
6802                 allow hiding of main window by clicking on the trayicon
6803                 (doesn't work correctly in seperate window mode and may
6804                  cause unexpected GTK problems I couldn't find yet)
6805
6806         * src/common/ssl.c
6807                 remove incorrect warning
6808
6809 2003-06-15 [alfons]     0.9.0claws39
6810
6811         * src/gtk/gtkstext.c
6812                 don't output debug text;
6813                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
6814                 for pointing this out);
6815
6816 2003-06-14 [alfons]     0.9.0claws38
6817         
6818         * src/messageview.c
6819                 remove printf() and make one if..else comply with coding style
6820
6821 2003-06-14 [alfons]     0.9.0claws37
6822
6823         * AUTHORS
6824                 add Martin Wicke
6825         * src/action.c
6826         * src/messageview.[ch]
6827         * src/summaryview.c
6828                 apply patch #754162 "Quoting messages filtered by actions" submitted
6829                 by Martin Wicke, which allows quoting message body changed by an
6830                 action (Thanks!).
6831
6832 2003-06-13 [alfons]     0.9.0claws36
6833
6834         * src/utils.c
6835                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
6836                 use case insensitive regexp (suggested by Ivan Martinez)
6837
6838 2003-06-13 [christoph]  0.9.0claws35
6839
6840         * configure.ac
6841         * src/plugins/trayicon/Makefile.am
6842         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
6843         * src/plugins/trayicon/trayicon.c
6844         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
6845         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
6846         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
6847         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
6848         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
6849         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
6850                 replace my own EggTrayIcon backport with the backport
6851                 used by (l|x)mule and gabber.
6852
6853 2003-06-13 [alfons]     0.9.0claws34
6854
6855         * AUTHORS
6856         * src/common/utils.c
6857                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
6858
6859 2003-06-13 [alfons]     0.9.0claws33
6860
6861         * src/compose.c
6862                 clean up a little bit
6863
6864 2003-06-12 [alfons]     0.9.0claws32
6865
6866         * src/compose.c
6867                 const correctness fix
6868
6869         * src/common/sylpheed.[ch]
6870                 () -> (void)
6871                 prevent redef MIN/MAX
6872                 
6873         * src/common/utils.[ch]
6874                 () -> (void)
6875
6876 2003-06-12 [melvin]     0.9.0claws31
6877
6878         * src/compose.c
6879                 Updated to take into accounts changes in GtkAspell.
6880
6881 2003-06-12 [alfons]     0.9.0claws30
6882
6883         * src/compose.c
6884         * src/procmsg.c
6885         * src/common/utils.[ch]
6886                 handle reply subject prefixes better (initial 
6887                 suggestion by Robert Story adapted and enhanced 
6888                 using regexps)
6889
6890 2003-06-12 [melvin]     0.9.0claws29
6891
6892         * src/compose.c
6893                 Use new gtkaspell_checkers_strerror() to get the speller's
6894                 error message instead of accessing the (now private)
6895                 checkers structure.
6896                 Minor code clean up
6897
6898         * src/main.c
6899                 Use #ifdef instead of #if for USE_ASPELL
6900                 Use the new spell checkers init/quit functions 
6901
6902         * src/gtk/gtkaspell.c
6903                 Use #ifdef instead of #if for USE_ASPELL
6904                 Moved in the majority of GtkAspell structures that were
6905                 exported before by gtkaspell.h
6906         
6907         * src/gtk/gktaspell.h
6908                 Made gtkaspell.h contain only the necessary data to be
6909                 publicized by moving many structures to gtkaspell.c.
6910                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
6911                 gtkaspell_checkers_new(): replaced by...
6912                 gtkaspell_checkers_init(): new function for initialization
6913                 gtkaspell_checkers_delete(): replaced by...
6914                 gtkaspell_checkers_quit(): new function
6915                 gtkaspell_checkers_strerror(): new function that returns
6916                 the checker's last error message.
6917                 
6918 2003-06-11 [melvin]     0.9.0claws28
6919
6920         * po/POTFILES.in
6921                 Updated to take into account gtkaspell.c migration to
6922                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
6923
6924 2003-06-10 [alfons]     0.9.0claws27
6925
6926         * src/filtering.[ch]
6927         * src/folder.c
6928         * src/matcher.c
6929         * src/scoring.[ch]
6930                 - try fixing bug #18 (any brave testers?)
6931                 - add more robustness by refusing previously 
6932                   unchecked NULL pointers 
6933
6934 2003-06-10 [alfons]     0.9.0claws26
6935
6936         * src/procmsg.c
6937                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
6938
6939 2003-06-09 [alfons]     0.9.0claws25
6940
6941         * src/prefs_common.c
6942                 fix bug #163 "Icon switching doesnt work properly" by 
6943                 preventing early freeing of prefs_common.pixmap_theme_path.
6944
6945 2003-06-09 [christoph]  0.9.0claws24
6946
6947         * src/gtk/gtkaspell.c
6948                 revert Thorsten's fix and add forgotten g_strdup for
6949                 aspell path (it should not be possible to alter the path a
6950                 GtkASpell uses from outside)
6951
6952 2003-06-09 [thorsten]   0.9.0claws23
6953
6954         * src/gtk/gtkaspell.c
6955                 dont free prefs_common.aspell_path when closing compose
6956
6957 2003-06-08 [colin]      0.9.0claws22
6958
6959         * src/plugins/spamassassin/spamassassin.c
6960                 fix prefs types
6961
6962 2003-06-07 [christoph]  0.9.0claws21
6963
6964         * src/Makefile.am
6965         * src/compose.c
6966         * src/gtkaspell.[ch]            ** REMOVE **
6967         * src/gtk/Makefile.am
6968         * src/gtk/gtkaspell.[ch]        ** NEW **
6969                 o make gtkaspell independent from sylpheed's prefs
6970                 o move gtkaspell.[ch] to gtk directory
6971
6972 2003-06-07 [christoph]  0.9.0claws20
6973
6974         * src/Makefile.am
6975         * src/crash.c
6976         * src/export.c
6977         * src/filesel.[ch]              ** REMOVE **
6978         * src/folder.c
6979         * src/main.[ch]
6980         * src/common/sylpheed.[ch]
6981         * src/gtk/Makefile.am
6982         * src/gtk/filesel.[ch]          ** NEW **
6983         * src/gtk/pluginwindow.c
6984         * src/gtk/sslcertwindow.c
6985                 move filesel.[ch] to gtk directory
6986
6987 2003-06-07 [alfons]     0.9.0claws19
6988
6989         * src/filesel.c
6990                 make (multi) file selection dialog work again (Claws-only)
6991
6992 2003-06-07 [thorsten]   0.9.0claws18
6993
6994         * po/de.po
6995                 fix typos
6996
6997 2003-06-07 [alfons]     0.9.0claws17
6998
6999         * configure.ac
7000         * src/mimeview.c
7001                 detect apache mishap in which case don't include fnmatch.h
7002                 if regex.h is already included
7003
7004 2003-06-06 [christoph]  0.9.0claws16
7005
7006         * configure.ac
7007         * src/mimeview.h
7008                 add check for fnmatch.h and include it when available
7009
7010         * src/mimeview.[ch]
7011                 fix wrong case sensitivity of Content-Types
7012
7013         * src/gtk/Makefile.am
7014                 need the same include paths in gtk directory as in
7015                 common directory because .h files in common can
7016                 include files from these directories, when included
7017                 in gtk's .h or .c files
7018
7019 2003-06-06 [alfons]     0.9.0claws15
7020
7021         * src/mimeview.c
7022         * src/summaryview.c
7023                 make it compile again because of regex.h / fnmatch.h 
7024                 include problems (related to recent mime stuff, can
7025                 someone check this?)
7026
7027 2003-06-06 [thorsten]   0.9.0claws14
7028
7029         * src/folderview.c
7030                 possible use of uninitialized pointer while dragging
7031
7032 2003-06-06 [paul]       0.9.0claws13
7033
7034         * src/compose.c
7035                 fix bug where the insert sig button would be effective
7036                 only when auto_sig was set
7037
7038 2003-06-06 [paul]       0.9.0claws12
7039
7040         * sync with 0.9.2 release
7041
7042 2003-06-02 [paul]       0.9.0claws11
7043
7044         * sync with 0.9.1cvs1
7045                 see ChangeLog 2003-06-02
7046                 
7047         * po/de.po
7048                 update by Jens
7049
7050 2003-06-01 [christoph]  0.9.0claws10
7051
7052         * src/account.c
7053                 don't use substring search to find accounts by email address
7054
7055         (closes Bug 169 Overly loose matching of "From" address)
7056
7057 2003-05-31 [christoph]  0.9.0claws9
7058
7059         * doc-src/rfc2683.txt
7060         * src/imap.c
7061                 limit IMAP command length as recommended in RFC2683
7062                 (message number lists will be split into multiple imap
7063                 sets, the limit of 1000 octets is not a hard limit)
7064
7065         (closes Bug 161 sylpheed-claws exits with segfault when logging
7066          in to certain imap-servers)
7067
7068 2003-05-29 [alfons]     0.9.0claws8
7069
7070         * src/toolbar.[ch]
7071                 add print button (calling summary_print());
7072                 fine tune setting tooltip text;
7073                 (if someone needs other buttons, please take these 
7074                 commits as a guide, instead of bothering us - also
7075                 see 0.8.11claws150) 
7076
7077 2003-05-29 [darko]      0.9.0claws7
7078
7079         * src/compose.c
7080                 fix crash when word wrapping kicks in due to
7081                 changed text by spell checker
7082
7083 2003-05-29 [paul]       0.9.0claws6
7084
7085         * src/compose.c
7086                 fix bug where changing account would insert
7087                 sig even if auto_sig was FALSE
7088                 
7089         * ChangeLog
7090           ChangeLog.jp
7091           INSTALL
7092                 sync with 0.9.1 release
7093
7094 2003-05-28 [christoph]  0.9.0claws5
7095
7096         * src/imap.c
7097                 fix truncation of too long commands
7098
7099         (closes Bug 167 IMAP hangs trying to get envelope
7100          information in imap_get_uncached_messages)
7101
7102 2003-05-27 [paul]       0.9.0claws4
7103
7104         * tools/Makefile.am
7105           tools/maildir2sylpheed.pl     ** NEW FILE **
7106                 add kmail to sylpheed mailbox conversion script
7107
7108 2003-05-27 [paul]       0.9.0claws3
7109
7110         * sync with 0.9.0cvs10
7111                 see ChangeLog 2003-05-26
7112
7113 2003-05-26 [paul]       0.9.0claws2
7114
7115         * sync with 0.9.0cvs9
7116                 see ChangeLog 2003-05-26
7117
7118 2003-05-24 [paul]       0.9.0claws1
7119
7120         * sync with 0.9.0cvs8
7121                 see ChangeLog 2003-05-23
7122
7123 2003-05-24 [paul]       0.9.0claws
7124
7125         * version 0.9.0claws released
7126
7127 2003-05-24 [paul]       0.8.11claws177
7128
7129         * src/plugins/dillo-viewer/Makefile.am
7130           src/plugins/traycon/Makefile.am
7131                 add missing files
7132                 
7133         * po/bg.po
7134           po/en_GB.po
7135           po/es.po
7136           po/it.po
7137           po/pt_BR.po
7138           po/ru.po
7139           po/sr.po
7140                 update Bulgarian, British English, Spanish, Italian, 
7141                 Brazilian Portuguese, Russian, and Serbian translations, 
7142                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7143                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7144                 Ruslan N. Balkin, and Urke MMI
7145
7146 2003-05-23 [melvin]     0.8.11claws176
7147
7148         * po/fr.po
7149                 Updated French translations
7150
7151 2003-05-22 [paul]       0.8.11claws175
7152
7153         * src/Makefile.am
7154           src/addrbook.[ch]
7155           src/addrcache.[ch]
7156           src/addr_compl.[ch]
7157           src/adressbook.[ch]
7158           src/addrindex.[ch]
7159           src/addritem.[ch]
7160           src/editaddress.c
7161           src/editgroup.c
7162           src/editldap_basedn.c
7163           src/editldap.c
7164           src/jpilot.c
7165           src/vcard.c
7166                 revert to get ldap into it previous working state
7167                 
7168         * po/zh_TW.Big5.po
7169                 new Taiwanese translation,
7170                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7171
7172 2003-05-22 [christoph]  0.8.11claws174
7173
7174         * src/plugins/spamassassin/libspamc.[ch]
7175                 sync libspamc with SpamAssaain release 2.55
7176
7177 2003-05-22 [paul]       0.8.11claws173
7178
7179         * sync with 0.9.0cvs7
7180                 see ChangeLog 2003-05-22
7181                 
7182         * src/summaryview.c
7183                 revert change in 0.8.11claws172: follow
7184                 Hiroyuki's decision and that's the end of it.
7185
7186 2003-05-21 [paul]       0.8.11claws172
7187
7188         * src/summaryview.c
7189                 fix discrepency between open_unread_on_enter
7190                 and always_show_msg
7191
7192 2003-05-21 [paul]       0.8.11claws171
7193
7194         * sync with 0.9.0cvs6
7195                 see ChangeLog 2003-05-21
7196
7197 2003-05-21 [paul]       0.8.11claws170
7198
7199         * sync with 0.9.0cvs5
7200                 see ChangeLog 2003-05-21
7201
7202 2003-05-20 [paul]       0.8.11claws169
7203
7204         * sync with 0.9.0cvs4
7205                 see ChangeLog 2003-05-20
7206                 fixes bug #152, 'encoding of IMAP folders names'
7207
7208 2003-05-20 [paul]       0.8.11claws168
7209
7210         * sync with 0.9.0cvs3
7211                 see ChangeLog 2003-05-20
7212                 
7213         * src/tools/convert_mbox.pl
7214                 minor change in the comments, submitted by Fred Marton
7215
7216 2003-05-19 [paul]       0.8.11claws167
7217
7218         * src/plugins/clamav/Makefile.am
7219           configure.ac
7220                 link clamav_lib to the plugin and not to the main program
7221
7222 2003-05-19 [christoph]
7223
7224         * src/Makefile.am
7225                 add -export-dynamic for linking
7226
7227 2003-05-19 [paul]       0.8.11claws166
7228
7229         * sync with 0.9.0cvs1
7230                 see ChangeLog 2003-05-19
7231
7232 2003-05-19 [paul]       0.8.11claws165
7233
7234         * src/inc.c
7235                 fix 'pop before smtp' timeout
7236
7237 2003-05-18 [alfons]     0.8.11claws164
7238
7239         * src/prefs_matcher.c
7240                 put "execute" action command line ("expression") in edit box
7241
7242 2003-05-18 [christoph]  0.8.11claws163
7243
7244         * src/mimeview.[ch]
7245         * src/plugins/dillo_viewer/dillo_viewer.c
7246         * src/plugins/image_viewer/viewer.c
7247         * src/plugins/mathml_viewer/mathml_viewer.c
7248                 let a viewer have a list of Content-Types
7249
7250 2003-05-18 [paul]       0.8.11claws162
7251
7252         * src/prefs_filtering.c
7253                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7254                 and REDIRECT actions
7255
7256 2003-05-17 [christoph]
7257
7258         * README.claws
7259                 o remove dynamic signatures that was syned with main
7260                 o add infos about no longer "build in" image viewer
7261                 o update bugtracker URL
7262
7263 2003-05-17 [christoph]  0.8.11claws161
7264
7265         * src/folder.c
7266         * src/folderview.c
7267         * src/imap.c
7268                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7269                 for every folder after rebuilding the folder tree.
7270
7271         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7272          messages)
7273
7274 2003-05-17 [christoph]  0.8.11claws160
7275
7276         * src/imap.c
7277                 don't use STATUS command on current folder to check for
7278                 content changes. imap_cmd_ok() now tracks changes to
7279                 folder and number of existing messages.
7280
7281 2003-05-17 [paul]       0.8.11claws159
7282
7283         * src/plugins/clamav/clamav_plugin.c
7284                 remove unnecessary debug_print
7285
7286 2003-05-16 [thorsten]   0.8.11claws158
7287
7288         * src/plugins/demo.c
7289                 included missing intl.h
7290
7291 2003-05-16 [paul]       0.8.11claws157
7292
7293         * po/POTFILES.in
7294                 remove non-existant entries
7295         
7296         * src/plugins/clamav/clamav_plugin.c
7297           src/plugins/clamav/clamav_plugin_gtk.c
7298           src/plugins/dillo_viewer/dillo_prefs.c
7299           src/plugins/dillo_viewer/dillo_viewer.c
7300                 gettextise
7301
7302 2003-05-16 [christoph]  0.8.11claws156
7303
7304         * po/POTFILES.in
7305                 include plugin .c files for translation until I
7306                 find a better solution to have plugins have their
7307                 own textdomain
7308         * src/plugins/demo/demo.c
7309         * src/plugins/image_viewer/plugin.c
7310         * src/plugins/mathml_viewer/mathml_viewer.c
7311         * src/plugins/spamassassin/spamassassin.c
7312         * src/plugins/spamassassin/spamassassin_gtk.c
7313         * src/plugins/trayicon/trayicon.c
7314                 add gettext macros for plugin name and description
7315
7316 2003-05-16 [paul]
7317
7318         * sync with 0.9.0
7319
7320 2003-05-16 [paul]       0.8.11claws155
7321
7322         * sync with lastest 0.9.0pre1
7323                 see ChangeLog 2003-05-16
7324
7325 2003-05-15 [paul]       0.8.11claws154
7326
7327         * sync with latest 0.9.0pre1
7328                 see ChangeLog 2003-05-14 and 2003-05-15
7329
7330 2003-05-14 [christoph]  0.8.11claws153
7331
7332         * src/plugins/image_viewer/viewer.c
7333         * src/plugins/image_viewer/viewer.glade         ** NEW **
7334         * src/plugins/image_viewer/viewerprefs.c
7335                 make it possible to disable the autoload function in the
7336                 imageviewer again
7337
7338 2003-05-14 [christoph]  0.8.11claws152
7339
7340         * src/folder.c
7341                 fix folder update after adding a message
7342
7343 2003-05-13 [alfons]     0.8.11claws151
7344
7345         * src/common/session.c
7346                 remove debug traces
7347                 
7348         * src/addrcache.[ch]
7349         * src/filtering.[ch]
7350         * src/folder.[c]
7351         * src/gtkaspell.[ch]
7352         * src/imap.[ch]
7353         * src/mbox_folder.[ch]
7354         * src/mh.[ch]
7355         * src/mimeview.h
7356         * src/msgcache.[ch]
7357         * src/news.[ch]
7358         * src/passphrase.[ch]
7359         * src/prefs_common.[ch]
7360         * src/prefs_gtk.[ch]
7361         * src/procmsg.c
7362         * src/scoring.[ch]
7363                 be pedantic; (in prototypes () implies (int))
7364
7365 2003-05-13 [alfons]     0.8.11claws150
7366
7367         * src/prefs_toolbar.[ch]
7368         * src/summaryview.[ch]
7369         * src/toolbar.[ch]
7370                 change misleading text in toolbar prefs;
7371                 add toolbar action for ignore thread (toggles ignore thread flag);
7372                 clean up a little bit;
7373
7374 2003-05-12 [paul]
7375
7376         * tools/convert_mbox.pl
7377                 bug fixed by Fred Marton
7378
7379 2003-05-12 [paul]
7380
7381         * sync with 0.9.0pre1
7382
7383 2003-05-09 [paul]       0.8.11claws149
7384
7385         * sync with 0.8.11cvs43
7386                 see ChangeLog 2003-05-09
7387
7388 2003-05-08 [christoph]  0.8.11claws148
7389
7390         * src/imap.[ch]
7391                 o use CAPABILIY as first command and check for PREAUTH
7392                   information in the response to it
7393                 o rewrite all imap_cmd_* functions to use an IMAPSession
7394                   instead of a SockInfo as parameter
7395                 o do STARTTLS after fetching and checking the server
7396                   capabilities
7397
7398 2003-05-08 [paul]       0.8.11claws147
7399
7400         * tools/Makefile.am
7401           tools/README
7402           tools/convert_mbox.pl         ** NEW FILE **
7403                 add mbox conversion script. Submitted by 
7404                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7405
7406 2003-05-07 [christoph]
7407
7408         * doc-src/glade.txt
7409         * src/gtk/pluginwindow.glade
7410         * src/plugins/image_viewer/viewerprefs.glade
7411         * src/plugins/spamassassin/spamassassin_gtk.glade
7412                 add glade files for user interfaces and a description how
7413                 to use glade to create the sylpheed code
7414
7415 2003-05-07 [paul]       0.8.11claws146
7416
7417         * sync with 0.8.11cvs41
7418                 see ChangeLog 2003-05-07
7419
7420 2003-05-06 [christoph]  0.8.11claws145
7421
7422         * src/main.c
7423         * src/plugins/image_viewer/viewer.c
7424                 fix usage of imlib in imageviewer plugin
7425
7426         * src/gtk/prefswindow.c
7427                 handle window close event correctly
7428
7429 2003-05-06 [paul]       0.8.11claws144
7430
7431         * src/common/ssl.c
7432                 fix typo introduced in sync
7433
7434 2003-05-06 [paul]       0.8.11claws143
7435
7436         * sync with 0.8.11cvs39
7437                 see ChangeLog 2003-05-06
7438
7439 2003-05-06 [paul]       0.8.11claws142
7440
7441         * AUTHORS
7442           po/cs.po
7443                 updated Czech translation, submitted by 
7444                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7445                 
7446         * src/plugins/clamav/clamav_plugin_gtk.c
7447                 clean up
7448
7449 2003-05-03 [alfons]     0.8.11claws141
7450
7451         * src/compose.[ch]
7452                 make paste as quotation work even when the call to 
7453                 text_inserted() was deferred (fixes bug #140 "Paste 
7454                 as quotation does not work when using "external" 
7455                 clipboard")
7456
7457 2003-05-03 [thorsten]   0.8.11claws140
7458
7459         * src/addrquery.h
7460           src/ldapquery.h
7461           src/mainwindow.c
7462                 removed C++ comments
7463         * src/addr_compl.c
7464                 function with non-int retval/param used before
7465                 implementation/declaration
7466
7467 2003-05-02 [paul]       0.8.11claws139
7468
7469         * src/addr_compl.[ch]
7470           src/addressbook.[ch]
7471           src/addrindex.c
7472           src/summaryview.c
7473                 revert match's changes to (finally) remove the bug where
7474                 opening a folder causes massive slowdown when using the 
7475                 'Display sender using address book' option
7476
7477 2003-05-01 [melvin]     0.8.11claws138
7478
7479         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7480         * src/plugins/dillo_viewer/dillo_viewer.c
7481                 Fixed bug where "Cancel" button from prefs issued
7482                 warnings.
7483                 Comply a little more to coding style
7484
7485 2003-05-01 [paul]       0.8.11claws137
7486
7487         * sync with 0.8.11cvs38
7488                 see ChangeLog 2003-05-01
7489
7490 2003-05-01 [paul]       0.8.11claws136
7491
7492         * po/bg.po
7493                 updated by George Danchev
7494
7495 2003-04-30 [christoph]  0.8.11claws135
7496
7497         * src/plugins/dillo_viewer/dillo_prefs.c
7498         * src/plugins/image_viewer/viewerprefs.c
7499         * src/plugins/spamassassin/spamassassin_gtk.c
7500                 remove gtk_widget_ref() calls for widgets in
7501                 glade code
7502
7503 2003-04-30 [paul]       0.8.11claws134
7504
7505         * src/addrindex.c
7506                 ok, this time a better fix for the bug where opening folder
7507                 has massive slowdown when using the 'Display sender using 
7508                 address book' option
7509
7510 2003-04-30 [paul]       0.8.11claws133
7511
7512         * src/addrindex.c
7513                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7514         
7515 2003-04-30 [melvin]     0.8.11claws132
7516
7517         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7518
7519         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7520                 Preferences for the dillo plugin
7521         * src/plugins/dillo_viewer/dillo_viewer.c
7522                 Support for preferences
7523         * src/plugins/dillo_viewer/Makefile.am
7524                 Added dillo_prefs.[ch]
7525
7526 2003-04-30 [alfons]     0.8.11claws131
7527
7528         * src/common/plugin.[ch]
7529                 see? this ANSI C'fication immediately gives us type
7530                 checking for free.
7531
7532 2003-04-30 [alfons]     0.8.11claws130
7533
7534         * src/common/plugin.[ch]
7535         * src/plugins/clamav/clamav_plugin.[ch]
7536         * src/plugins/clamav/clamav_plugin_gtk.c
7537         * src/plugins/demo/demo.c
7538         * src/plugins/dillo_viewer/dillo_viewer.c
7539         * src/plugins/image_viewer/plugin.c
7540         * src/plugins/image_viewer/viewer.[ch]
7541         * src/plugins/image_viewer/viewerprefs.[ch]
7542         * src/plugins/mathml_viewer/mathml_viewer.c
7543         * src/plugins/spamassassin/spamassassin.[ch]
7544         * src/plugins/spamassassin/spamassassin_gtk.c
7545         * src/plugins/trayicon/trayicon.c
7546                 clean up
7547
7548 2003-04-30 [alfons]     0.8.11claws129
7549
7550         * src/common/utils.c
7551                 make is_ascii_str() fail gracefully when NULL pointer
7552                 is passed
7553
7554 2003-04-30 [paul]       0.8.11claws128
7555
7556         * src/addrindex.c
7557                 fix bug where opening folder has massive slowdown when
7558                 using the 'Display sender using address book' option
7559
7560 2003-04-30 [paul]       0.8.11claws127
7561
7562         * src/plugins/clamav/clamav_plugin.c
7563           src/plugins/clamav/clamav_plugin_gtk.c
7564           src/plugins/demo/demo.c
7565           src/plugins/dillo_viewer/dillo_viewer.c
7566           src/plugins/image_viewer/plugin.c
7567           src/plugins/mathml_viewer/mathml_viewer.c
7568           src/plugins/spamassassin/spamassassin.c
7569           src/plugins/spamassassin/spamassassin_gtk.c
7570           src/plugins/trayicon/trayicon.c
7571                 get rid of eye-hurting function signatures
7572
7573 2003-04-30 [paul]       0.8.11claws126
7574
7575         * src/plugins/trayicon/trayicon.c
7576                 add description
7577                 
7578         * src/mimeview.c
7579                 be more descriptive
7580
7581 2003-04-30 [paul]       0.8.11claws125
7582
7583         * configure.ac
7584                 arrange the plugins in reverse alphabetical order
7585                 
7586         * src/plugins/clamav/clamav_plugin.[ch]
7587           src/plugins/clamav/clamav_plugin_gtk.c
7588                 rename some params
7589                 resize max_size window
7590                 re-arrange the order of some gui elements
7591                 improve descriptions
7592         
7593         * src/plugins/image_viewer/plugin.c
7594           src/plugins/mathml_viewer/mathml_viewer.c
7595                 add descriptions
7596                 
7597         * src/plugins/spamassassin/spamassassin_gtk.c
7598                 resize max_size window
7599                 re-arrange the order of some gui elements
7600                 
7601         * src/messageview.c
7602           src/mimeview.c
7603                 correct typos
7604
7605 2003-04-30 [alfons]     0.8.11claws124
7606
7607         * src/imap.c
7608                 fix a leak found while browsing Martin Kluge's 
7609                 valgrind log (Claws only)
7610
7611 2003-04-29 [darko]      0.8.11claws123
7612
7613         * src/gtk/gtkstext.h
7614                 include wchar.h if it is available, fixes compilation
7615                 on HP-UX systems
7616
7617 2003-04-29 [melvin]     0.8.11claws122
7618
7619         * src/prefs_actions.c
7620                 Improved help text of Actions' syntax
7621
7622 2003-04-28 [paul]       0.8.11claws121
7623
7624         * src/action.c
7625                 a better fix for the crash when performing an action
7626                 on a mime part
7627
7628 2003-04-28 [paul]       0.8.11claws120
7629
7630         * src/action.c
7631                 fix crash when performing an action on a
7632                 mime part
7633
7634 2003-04-28 [paul]       0.8.11claws119
7635
7636         * sync with 0.8.11cvs36
7637                 see ChangeLog 2003-04-28
7638
7639 2003-04-27 [paul]       0.8.11claws118
7640
7641         * more sync with 0.8.11cvs35
7642                 see ChangeLog 2003-04-25
7643
7644 2003-04-26 [christoph]  0.8.11claws117
7645
7646         * src/folder.c
7647                 fix remove virtual check
7648
7649 2003-04-26 [paul]       0.8.11claws116
7650
7651         * src/messageview.c
7652                 fix return-receipt, make it work again
7653
7654 2003-04-26 [paul]       0.8.11claws115
7655
7656         * src/mimeview.c
7657                 restore double-clicking of the [application/pgp-signature 
7658                 (Select "Check signature" to check)] line in the message view,
7659                 broken in recent sync
7660
7661 2003-04-26 [christoph]  0.8.11claws114
7662
7663         * src/folder.c
7664                 check if remove virtual really exists before
7665                 calling the function
7666
7667 2003-04-25 [match]      0.8.11claws113
7668
7669         * src/addrindex.c
7670         * src/addrbook.c
7671         * src/ldapquery.[ch]
7672         * src/ldapctrl.[ch]
7673                 fix memleak.
7674         * src/ldapserver.[ch]
7675                 fix memleak. fix segfault.
7676                 plug a Claws memleak
7677
7678 2003-04-25 [alfons]     0.8.11claws112
7679
7680         * src/folder.c
7681                 plug a Claws memleak
7682
7683 2003-04-25 [alfons]     0.8.11claws111
7684
7685         * src/common/session.c
7686                 plug a memleak
7687
7688 2003-04-25 [paul]       0.8.11claws110
7689
7690         * sync with 0.8.11cvs35
7691                 see ChangeLog 2003-04-24 and 2003-04-25
7692                 
7693         * src/gtk/pluginwindow.c
7694                 correct another strange float value
7695
7696 2003-04-24 [christoph]  0.8.11claws109
7697
7698         * src/folder.c
7699                 freeze folder item updates when unsetting new flags
7700
7701         * src/gtk/pluginwindow.c
7702                 correct strange float value
7703
7704 2003-04-23 [paul]       0.8.11claws108
7705
7706         * sync with 0.8.11cvs33
7707                 see ChangeLog 2003-04-23
7708
7709 2003-04-22 [paul]       0.8.11claws107
7710
7711         * src/Makefile.am
7712           src/messageview.c
7713           src/mimeview.c
7714           src/pgptext.[ch]      ** REMOVED **
7715                 remove pgptext.[ch] as its not used any more
7716
7717 2003-04-22 [paul]       0.8.11claws106
7718
7719         * sync with 0.8.11cvs31
7720                 see ChangeLog 2003-04-21 and 2003-04-22
7721
7722 2003-04-21 [alfons]     0.8.11claws105
7723
7724         * src/main.c
7725                 No access to GTK structures if we're a spawned child
7726                 (and clean up code a little bit...) Should fix #126.
7727
7728 2003-04-21 [melvin]     0.8.11claws104
7729
7730         * src/plugins/dillo_viewer/README
7731                 Improved slightly the text.
7732
7733 2003-04-21 [melvin]     0.8.11claws103
7734
7735         * src/plugins/dillo_viewer/README *** NEW ***
7736                 Added a README file for the Dillo plugin
7737
7738 2003-04-20 [paul]
7739
7740         * tools/README
7741           tools/outlook2sylpheed.pl
7742                 updated and improved by Ricardo Mones Lastra
7743
7744 2003-04-18 [oliver]     0.8.11claws102
7745
7746         * src/inc.c 
7747         * src/prefs_account.h
7748                 remove Pop3SessionType (used by selective download)
7749         * src/prefs_toolbar.c
7750                 enable set Default Toolbar button
7751
7752 2003-04-18 [paul]       0.8.11claws101
7753
7754         * sync with 0.8.11cvs29
7755                 see ChangeLog 2003-04-18
7756
7757 2003-04-17 [paul]       0.8.11claws100
7758
7759         * src/prefs_common.[ch]
7760           src/summaryview.c
7761                 remove 'Open next message on deletion' option,
7762                 as the same effect can now be achieved via the
7763                 'Always open messages in summary when selected'
7764                 option.
7765
7766 2003-04-17 [paul]       0.8.11claws99
7767
7768         * sync with 0.8.11cvs28
7769                 see ChangeLog 2003-04-17
7770
7771 2003-04-17 [christoph]  0.8.11claws98
7772
7773         * ac/spamassassin.m4
7774         * src/plugins/spamassassin/libspamc.[ch]
7775         * src/plugins/spamassassin/utils.[ch]
7776                 sync libspamc with SpamAssassin project
7777
7778 2003-04-17 [christoph]  0.8.11claws97
7779
7780         * src/common/socket.h
7781         * src/gtk/sslcertwindow.h
7782                 rename old USE_SSL to USE_OPENSSL
7783
7784 2003-04-17 [paul]       0.8.11claws96
7785
7786         * src/prefs_common.h
7787                 use gulong for P_COLOR so that it compiles/runs on
7788                 64-bit systems. Patch submitted by James Noyes
7789                 <jnoyes-claws@retrogeeks.com>
7790                 
7791         * po/de.po
7792                 updated by Jens
7793
7794 2003-04-17 [paul]       0.8.11claws95
7795
7796         * sync with 0.8.11cvs27
7797                 see ChangeLog 2003-04-16
7798
7799 2003-04-15 [paul]       0.8.11claws94
7800
7801         * src/prefs_common.[ch]
7802                 rearrange to stop the window getting too long:
7803                         move Receive dialog stuff to Receive tab
7804                         move Send dialog to Send tab
7805                         remove Dialogs frame
7806                 rename 'Open messages in summary with cursor keys' to
7807                 'Always open messages in summary when selected', as its
7808                 more appropriate
7809
7810 2003-04-15 [paul]       0.8.11claws93
7811
7812         * src/prefs_common.[ch]
7813           src/summaryview.c
7814                 add new option '/Interface/Open next message on deletion'
7815
7816 2003-04-15 [paul]       0.8.11claws92
7817
7818         * src/summaryview.[ch]
7819                 add /Mark/Lock and /Mark/Unlock to the pop-up
7820                 menu. Patch submitted by Ivan Francolin Martinez
7821                 <ivanfm@users.sourceforge.net>
7822
7823 2003-04-15 [paul]       0.8.11claws91
7824
7825         * sync with 0.8.11cvs24
7826                 see ChangeLog 2003-04-15
7827
7828 2003-04-14 [jens]       0.8.11claws90
7829
7830         * updated German translation and some corrections from
7831                 Roland Bless <bless@tm.uka.de>
7832
7833 2003-04-14 [paul]       0.8.11claws89
7834
7835         * sync with 0.8.11cvs22
7836                 see ChangeLog 2003-04-14
7837
7838 2003-04-13 [paul]       0.8.11claws88
7839
7840         * src/plugins/clamav/clamav_plugin.c
7841                 fix memory leaks
7842                 clean up
7843
7844 2003-04-12 [paul]       0.8.11claws87
7845
7846         * src/plugins/clamav/clamav_plugin.c
7847                 activate enable/disable archive scanning option
7848                 
7849         * src/plugins/clamav/.cvsignore         ** NEW FILE **
7850
7851 2003-04-12 [paul]       0.8.11claws86
7852
7853         * src/plugins/Makefile.am
7854           src/plugins/clamav/Makefile.am                ** NEW FILE **
7855           src/plugins/clamav/README                     ** NEW FILE ** 
7856           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
7857           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
7858                 add Clam AntiVirus plugin
7859
7860 2003-04-12 [paul]       0.8.11claws85
7861
7862         * sync with 0.8.11cvs21
7863                 see ChangeLog 2003-04-11
7864
7865 2003-04-11 [paul]       0.8.11claws84
7866
7867         * po/es.po
7868                 update Spanish translation. Submitted by Ricardo
7869                 Mones Lastra.
7870
7871 2003-04-10 [christoph]  0.8.11claws83
7872
7873         * src/mbox.c
7874                 fix typo that did not move unfiltered mails to destination
7875                 folder
7876
7877         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
7878          when filtering from spool)
7879
7880 2003-04-10 [christoph]  0.8.11claws82
7881
7882         * src/imap.c
7883                 use BODY.PEEK instead of BODY in in message fetch operation
7884                 to make sure the IMAP server does not set the \Seen flag for
7885                 messages. Sylpheed does that later itself, when the message
7886                 is opened in sylpheed
7887
7888         (closes Bug 111 Claws destroys unread marks)
7889
7890 2003-04-09 [oliver]     0.8.11claws81
7891         
7892         * src/folder.c
7893                 fix crash in folder_destroy
7894         * README.claws
7895                 remove selective download
7896
7897 2003-04-09 [christoph]  0.8.11claws80
7898
7899         * src/imap.c
7900                 fix crash in imap_get_msginfo() when then fetched message
7901                 is not found
7902
7903         (closes Bug 110 Crash during mail composition)
7904
7905 2003-04-08 [christoph]  0.8.11claws79
7906
7907         * src/folder.c
7908         * src/prefs_account.c
7909                 Filter new messages that are found in an INBOX folder
7910                 when 'Filter messages on receiving' is enabled in the
7911                 Folder's AccountPrefs. This allows to use Sylpheed's
7912                 filtering engine for IMAP folders where messages are
7913                 added to the INBOX by a MTA
7914
7915 2003-04-08 [paul]       0.8.11claws78
7916
7917         * src/procmsg.h
7918                 clean up after last commit
7919
7920 2003-04-08 [paul]       0.8.11claws77
7921
7922         * sync with 0.8.11cvs20
7923                 see ChangeLog 2003-04-07 and 2003-04-08
7924
7925 2003-04-07 [christoph]  0.8.11claws76
7926
7927         * src/filtering.[ch]
7928         * src/inc.[ch]
7929         * src/mbox.c
7930         * src/procmsg.[ch]
7931                 add procmsg_msginfo_filter() to execute filtering actions
7932
7933 2003-04-06 [christoph]  0.8.11claws75
7934
7935         * src/imap.c
7936                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
7937
7938 2003-04-06 [christoph]  0.8.11claws74
7939
7940         * src/common/utils.[ch]
7941                 add g_int_compare() function for slist sorting
7942
7943         * src/imap.c
7944                 fetch all MsgInfos with one command in imap_get_msginfos()
7945                 using an imap set with a list of ranges
7946
7947         * src/news.c
7948                 use new g_int_compare() function
7949
7950 2003-04-06 [thorsten]   0.8.11claws73
7951
7952         * src/mh.c
7953                 corrected implementation of mh_folder_destroy()
7954
7955 2003-04-05 [christoph]  0.8.11claws72
7956
7957         * src/account.c
7958         * src/folder.[ch]
7959         * src/folderview.c
7960         * src/imap.c
7961         * src/inc.c
7962         * src/main.c
7963         * src/mainwindow.c
7964         * src/mbox_folder.c
7965         * src/mh.c
7966         * src/mimeview.h
7967         * src/msgcache.[ch]
7968         * src/news.c
7969         * src/procmime.h
7970         * src/procmsg.[ch]
7971         * src/setup.c
7972         * src/gtk/gtkutils.c
7973                 o rename structure field names class and new to klass and
7974                   new_msgs, to allow including files in C++
7975                 o add 'extern "C"' block to some header files
7976                 o add MsgInfoList and MsgNumberList as alias for GSList for
7977                   developers to know what type of list is expected
7978
7979         * src/plugins/image_viewer/plugin.c
7980         * src/plugins/image_viewer/viewer.[ch]
7981         * src/plugins/image_viewer/viewerprefs.[ch]
7982                 rename function names to prevent conflicts
7983
7984 2003-04-05 [paul]       0.8.11claws71
7985
7986         * sync with 0.8.11cvs18
7987                 see ChangeLog 2003-04-03 and 2003-04-04
7988
7989 2003-04-02 [christoph]  0.8.11claws70
7990
7991         * src/folder.[ch]
7992         * src/imap.[ch]
7993         * src/mbox_folder.[ch]
7994         * src/mh.[ch]
7995         * src/news.[ch]
7996                 o Make all virtual folder functions private
7997                 o remove unused folder code
7998
7999         * src/common/socket.[ch]
8000         * src/summaryview.c
8001                 fix warnings
8002
8003 2003-03-30 [alfons]     0.8.11claws69
8004
8005         * src/send_message.c
8006                 remove two debug traces and see if people still report
8007                 errors
8008
8009 2003-03-30 [alfons]     0.8.11claws68
8010
8011         * src/send_message.c
8012         * src/commons/session.c
8013                 add more debug traces
8014
8015 2003-03-30 [christoph]  0.8.11claws67
8016
8017         * src/folder.c
8018                 change processing folder name from .processing to processing
8019
8020         * src/common/ssl.c
8021                 disable SSL certificate check because it causes Xlib error
8022                 when the child process want's to open an GTK window
8023
8024 2003-03-30 [christoph]  0.8.11claws66
8025
8026         * src/folder.c
8027                 don't use default folder for processing folder item because
8028                 it can be a non local folder
8029
8030         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8031
8032 2003-03-30 [alfons]     0.8.11claws65
8033
8034         * src/send_message.c
8035                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8036                 to generate bad code for 'send_send_data_progressive': When
8037                 called from 'send_send_data_finished', the 'data' pointer is
8038                 cleared just before the assignment to the dialog pointer
8039
8040 2003-03-29 [christoph]  0.8.11claws64
8041
8042         * src/common/prefs.h
8043         * src/plugins/image_viewer/Makefile.am
8044         * src/plugins/image_viewer/plugin.c
8045         * src/plugins/image_viewer/viewer.[ch]
8046         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8047                 add PrefsPage for ImageViewer
8048
8049 2003-03-28 [thorsten]   0.8.11claws63
8050
8051         * src/common/session.c
8052                 added some comments
8053
8054 2003-03-28 [paul]       0.8.11claws62
8055
8056         * sync with 0.8.11cvs16
8057                 see ChangeLog 2003-03-28
8058
8059 2003-03-28 [paul]       0.8.11claws61
8060
8061         * sync with 0.8.11cvs15
8062                 see ChangeLog 2003-03-28
8063
8064 2003-03-27 [christoph]  0.8.11claws60
8065
8066         * src/folder.c
8067         * src/imap.c
8068         * src/common/socket.[ch]
8069                 set socket state to DISCONNECTED when any operation
8070                 fails to allow reconnecting in IMAP code without
8071                 checking the return code of all calls to the command
8072                 functions
8073
8074         * src/folderview.c
8075         * src/summaryview.c
8076                 remove some more stuff that depends on specific
8077                 folder types
8078
8079 2003-03-27 [paul]       0.8.11claws59
8080
8081         * sync with 0.8.11cvs14
8082                 see ChangeLog 2003-03-27
8083                 
8084         * src/selective_download.[ch]   ** REMOVED **
8085                 really removed
8086
8087 2003-03-27 [christoph]  0.8.11claws58
8088
8089         * src/folder.c
8090                 fix handling of tmp_flags in flag copy function
8091
8092 2003-03-27 [paul]       0.8.11claws57
8093
8094         * sync with 0.8.11cvs13
8095                 see ChangeLog 2003-03-27
8096
8097 2003-03-27 [oliver]     0.8.11claws56
8098
8099         * src/maiwindow.c
8100                 remove sel_download_cb
8101
8102 2003-03-27 [oliver]     0.8.11claws55
8103         
8104         * src/inc.c
8105                 remove POP3_TOP
8106         
8107 2003-03-26 [oliver]     0.8.11claws54
8108
8109         *src/pop.h
8110                 remove POP3_TOP*
8111         * README.claws
8112                 remove selective donwload readme
8113
8114 2003-03-26 [oliver]     0.8.11claws53
8115         * src/matcher.[ch]
8116         * src/matcher_parser_parse.y 
8117         * src/pop.c 
8118         * src/prefs_account.[ch]
8119         * src/prefs_filtering.c
8120                 remove selective donwload
8121
8122 2003-03-26 [oliver]     0.8.11claws52
8123
8124         * src/inc.[ch] 
8125         * src/filtering.c 
8126         * src/mainwindow.c 
8127                 remove selective donwload
8128
8129 2003-03-26 [oliver]     0.8.11claws51
8130         
8131         * src/Makefile.am
8132         * src/selective_download.[ch]   ** REMOVE **    
8133
8134 2003-03-26 [christoph]  0.8.11claws50
8135
8136         * src/news.c
8137                 fix NEWS that got broken by a sync with sylpheed-main
8138
8139 2003-03-26 [christoph]  0.8.11claws49
8140
8141         * src/mimeview.c
8142                 fix mime type guessing when no mime type is found for a file
8143
8144 2003-03-25 [christoph]  0.8.11claws48
8145
8146         * src/mimeview.c
8147         * src/procmime.c
8148                 remove mime type guessing from mime parser and use
8149                 name based mime types in viewer lookup for mime type
8150                 application/octet-stream
8151
8152 2003-03-25 [christoph]  0.8.11claws47
8153
8154         * doc-src/readme.txt
8155         * doc-src/rfc2554.txt
8156                 add RFC about SMTP AUTH
8157
8158         * src/send_message.c
8159         * src/common/smtp.[ch]
8160                 add extra error code for authentication errors and
8161                 clear temporary password when this error occurs
8162
8163         (closes Bug 84 authentication failure while sending should
8164          prompt for password again)
8165
8166 2003-03-25 [christoph]  0.8.11claws46
8167
8168         * configure.ac
8169         * src/Makefile.am
8170         * src/imageview.[ch]                            ** REMOVE **
8171         * src/messageview.[ch]
8172         * src/mimeview.[ch]
8173         * src/prefs_common.[ch]
8174         * src/textview.c
8175         * src/plugins/Makefile.am
8176         * src/plugins/image_viewer/.cvsignore           ** NEW **
8177         * src/plugins/image_viewer/Makefile.am          ** NEW **
8178         * src/plugins/image_viewer/plugin.c             ** NEW **
8179         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8180                 move image viewer into a plugin (building is enabled by default)
8181                 [ToDo: Prefs for resize and autoview]
8182
8183 2003-03-25 [paul]       0.8.11claws45
8184
8185         * sync with 0.8.11cvs12
8186                 see ChangeLog 2003-03-26
8187
8188 2003-03-25 [paul]       0.8.11claws44
8189
8190         * sync with 0.8.11cvs11
8191                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8192                 
8193         Note: Selective Download is broken.
8194                 
8195 2003-03-22 [christoph]  0.8.11claws43
8196
8197         * src/folder.c
8198                 code cleanup for flags copying
8199
8200 2003-03-22 [christoph]  0.8.11claws42
8201
8202         * src/plugins/trayicon/trayicon.c
8203                 fix setting the transparent area when the window size
8204                 is forced by the system tray
8205
8206 2003-03-22 [christoph]  0.8.11claws41
8207
8208         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8209         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8210         * src/plugins/trayicon/newmail.xpm              ** NEW **
8211         * src/plugins/trayicon/nomail.xpm               ** NEW **
8212         * src/plugins/trayicon/trayicon.c
8213         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8214                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8215                 o add icon for unread mails
8216                 o set transparency for window
8217
8218 2003-03-22 [christoph]  0.8.11claws40
8219
8220         * src/news.c
8221                 init news session to prevent crash when session is closed
8222
8223 2003-03-22 [christoph]  0.8.11claws39
8224
8225         * src/imap.c
8226         * src/common/session.[ch]
8227                 Init session data to make sure we don't have invalid pointers
8228                 for read_ch and write_ch when new multi process sessions are
8229                 not used
8230
8231         * src/main.c
8232         * src/common/plugin.c
8233         * src/common/sylpheed.c
8234         * src/plugins/demo/demo.c
8235         * src/plugins/dillo_viewer/dillo_viewer.c
8236         * src/plugins/mathml_viewer/mathml_viewer.c
8237         * src/plugins/spamassassin/spamassassin.c
8238         * src/plugins/spamassassin/spamassassin_gtk.c
8239                 add plugin types to allow loading plugins at different times
8240                 (and maybe for different frontends), because it's not good to
8241                 load GTK-Plugins gefore gtk_init was called
8242
8243         * configure.ac
8244         * src/plugins/Makefile.am
8245         * src/plugins/trayicon/.cvsignore               ** NEW **
8246         * src/plugins/trayicon/Makefile.am              ** NEW **
8247         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8248         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8249         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8250         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8251         * src/plugins/trayicon/trayicon.c               ** NEW **
8252                 New Trayicon plugin that shows an icon in a systray that uses
8253                 XEMBED protocol like Gnome's systray. Icon shows if there
8254                 are new mails and a tooltip shows information about new,
8255                 unread and total messages.
8256
8257 2003-03-22 [paul]       0.8.11claws38
8258
8259         * src/common/smtp.c
8260                 fix ESMTP AUTH CRAM-MD5
8261                 [sync with main (still version 0.8.11cvs6), see
8262                  ChangeLog 2003-03-22]
8263
8264 2003-03-21 [colin]      0.8.11claws37
8265
8266         * src/send_message.c
8267                 Fix USE_SSL => USE_OPENSSL
8268
8269 2003-03-21 [colin]      0.8.11claws36
8270
8271         * src/folderview.c
8272                 Fix counts in drag and dropped subfolders
8273
8274 2003-03-21 [colin]      0.8.11claws35
8275
8276         * src/folder.c 
8277         * src/folderview.c
8278                 speed up a bit folder dnd
8279
8280 2003-03-20 [alfons]     0.8.11claws34
8281
8282         * src/main.c
8283         * src/toolbar.c
8284         * src/procmsg.c
8285                 don't send locked queue messages
8286                 (feature request "[ 705245 ] Locking message in outbox 
8287                  should prevent sending")
8288
8289 2003-03-20 [christoph]  0.8.11claws33
8290
8291         * src/folder.c
8292                 remove NEW and UNREAD flag in special folders when scanning
8293                 
8294         * src/common/smtp.c
8295                 fix ESMTP AUTH CRAM-MD5
8296
8297 2003-03-20 [paul]       0.8.11claws32
8298
8299         * src/prefs_account.c
8300                 Re-write 'Tunnel command to open connection' as
8301                 'Use command to communicate with server', and disable
8302                 it for all except IMAP accounts
8303
8304 2003-03-20 [paul]       0.8.11claws31
8305
8306         * sync with 0.8.11cvs6
8307                 see ChangeLog 2003-03-20
8308
8309 2003-03-19 [match]      0.8.11claws30
8310
8311         * src/addritem.[ch]
8312                 include documentation. minor refactoring.
8313         * src/addr_compl.[ch]
8314         * src/addrindex.[ch]
8315         * src/addresbook.[ch]
8316         * src/summaryview.c
8317                 re-enable address lookup (was disabled in
8318                 0.8.11claws20).
8319
8320 2003-03-19 [christoph]  0.8.11claws29
8321
8322         * src/procmsg.c
8323                 add temp flag handling, will make moving and copying
8324                 messages possible again
8325
8326         * src/folder.c
8327                 correct calulation of folder stats
8328
8329 2003-03-18 [match]      0.8.11claws28
8330
8331         * src/editgroup.h
8332                 remove case sensitive comparison (closes bug 80).
8333
8334 2003-03-18 [christoph]  0.8.11claws27
8335
8336         * src/imap.c
8337                 fix imap using a tunnel command
8338
8339         (closes bug 87)
8340
8341 2003-03-18 [christoph]  0.8.11claws26
8342
8343         * src/folder.[ch]
8344         * src/imap.c
8345         * src/procmsg.[ch]
8346                 rewrite flag handling for folders
8347
8348 2003-03-18 [christoph]  0.8.11claws25
8349
8350         * src/folder.c
8351         * src/procmsg.c
8352         * src/summaryview.c
8353                 unset NEW and UNREAD flags when message is ignored, to make
8354                 sure messages don't show up as unread on other IMAP clients,
8355                 because the IGNORE_THREAD flag can not be syncronized through
8356                 the IMAP folder
8357
8358 2003-03-17 [christoph]  0.8.11claws24
8359
8360         * src/imap.c
8361                 don't use recursion to fetch uids when the number of messages
8362                 does not match. Moved code into subfunction that is used
8363                 again when needed, to prevent an endless loop.
8364
8365 2003-03-17 [thorsten]   0.8.11claws23
8366
8367         * src/imageview.[ch]
8368                 export imageview_get_resized_size() (for plugins)
8369         * src/prefs_common.[ch]
8370                 added prefs_common_get() (for plugins)
8371
8372 2003-03-17 [christoph]  0.8.11claws22
8373
8374         * src/imap.c
8375                 o remove UID guessing from copy code
8376                 o support UIDPLUS extension for APPEND command
8377
8378 2003-03-17 [paul]       0.8.11claws21
8379
8380         * src/gtk/about.c
8381                 remove 'Compiled-plugins' section.
8382                 
8383         * src/plugins/dillo_viewer/dillo_viewer.c
8384                 slight change to description text
8385
8386 2003-03-16 [match]      0.8.11claws20
8387         * src/ldapserver.[ch]           ** NEW **
8388         * src/ldapctrl.[ch]             ** NEW **
8389         * src/ldapquery.[ch]            ** NEW **
8390         * src/ldaputil.[ch]             ** NEW **
8391         * src/addrcindex.[ch]           ** NEW **
8392         * src/addrquery.h               ** NEW **
8393         * src/addritem.[ch]
8394         * src/addrcache.[ch]
8395         * src/addrindex.[ch]
8396         * src/addr_compl.[ch]
8397         * src/addressbook.[ch]
8398         * src/addrbook.[ch]
8399         * src/editgroup.c
8400         * src/editaddress.c
8401         * src/editldap.c
8402         * src/editldap_basedn.c
8403         * src/vcard.c
8404         * src/jpilot.c
8405         * src/Makefile.am
8406                 included dynamic LDAP queries. improved address
8407                 completion.
8408
8409 2003-03-16 [paul]       0.8.11claws19
8410
8411         * tools/multiwebsearch.pl
8412                 fix a fatal typo
8413
8414 2003-03-16 [christoph]  0.8.11claws18
8415
8416         * src/mimeview.c
8417         * src/plugins/dillo_viewer/dillo_viewer.c
8418         * src/plugins/mathml_viewer/mathml_viewer.c
8419                 make unregistering of MimeViewerFactorys possible
8420
8421 2003-03-16 [alfons]     0.8.11claws17
8422
8423         * configure.ac
8424                 correct typo
8425
8426 2003-03-16 [melvin]     0.8.11claws16
8427
8428         * src/plugins/dillo_viewer.c
8429                 Fixed bug where it was not possible to view more than
8430                 one text/html attachment per message (bug discovered
8431                 by Christoph Hohmann).
8432
8433 2003-03-15 [melvin]     0.8.11claws15
8434
8435         * src/prefs_actions.c
8436                 Fixed compilation warnings.
8437
8438 2003-03-15 [melvin]     0.8.11claws14
8439
8440         * src/plugins/Makefile.am
8441         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8442         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8443         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8444                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8445                 newer (http://dillo.auriga.wearlab.de/).
8446
8447 2003-03-15 [christoph]  0.8.11claws13
8448
8449         * src/imap.c
8450                 don't query imap folder for attributes because we already
8451                 for them from imap_status
8452
8453         * src/mimeview.[ch]
8454                 add support for plugable MimeViewers (unloading Viewers
8455                 not yet complete)
8456
8457         * src/plugins/Makefile.am
8458         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8459         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8460         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8461                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8462                 widget from http://helm.cs.unibo.it/mml-widget/
8463
8464 2003-03-14 [christoph]  0.8.11claws12
8465
8466         * src/folder.[ch]
8467                 o error return code's should better be negative
8468                 o replace printf with debug_print
8469
8470         * src/imap.c
8471                 improve IMAP folder scan by checking UID-NEXT
8472
8473         * src/summaryview.c
8474                 remove check that are unnecessary in my opinion
8475
8476 2003-03-13 [christoph]  0.8.11claws11
8477
8478         * src/folder.[ch]
8479         * src/foldersel.c
8480         * src/folderview.c
8481         * src/imap.c
8482         * src/mbox_folder.c
8483         * src/mh.c
8484         * src/news.c
8485         * src/prefs_scoring.c
8486         * src/summaryview.c
8487                 use a common function to get a displayable name
8488                 for a FolderItem
8489
8490 2003-03-13 [paul]       0.8.11claws10
8491
8492         * tools/Makefile.am
8493           tools/README
8494           tools/multiwebsearch.conf     ** NEW FILE **
8495           tools/multiwebsearch.pl       ** NEW FILE **
8496                 add multiwebsearch Actions script
8497
8498 2003-03-13 [colin]      0.8.11claws9
8499
8500         * src/compose.c
8501                 Remove leading emtpy lines from quoted text
8502                 before quoting it
8503
8504 2003-03-13 [melvin]     0.8.11claws8
8505
8506         * src/prefs_actions.c
8507                 Fixed a memory leak
8508                 Code clean ups
8509                 Added Cancel and OK buttons
8510                 Corrected help text
8511
8512 2003-03-13 [christoph]  0.8.11claws7
8513
8514         * src/account.c
8515         * src/folder.[ch]
8516         * src/imap.c
8517         * src/mainwindow.c
8518         * src/mbox_folder.c
8519         * src/mh.c
8520         * src/news.c
8521         * src/setup.c
8522                 replace more folder type stuff with folder class stuff
8523
8524 2003-03-13 [melvin]     0.8.11claws6
8525
8526         * src/prefs_actions.c
8527                 Added new tokens:
8528                 %u: user provided argument
8529                 %h: user provided argument (hidden on input)
8530                 %s: current text selection in the message view 
8531
8532 2003-03-13 [paul]       0.8.11claws5
8533
8534         * sync with 0.8.11cvs5
8535                 see ChangeLog 2003-03-11, 2003-03-12
8536
8537 2003-03-12 [christoph]  0.8.11claws4
8538
8539         * src/folder.c
8540                 use folder class idstr when writing folderlist.xml
8541
8542         * src/folder.h
8543         * src/imap.c
8544         * src/news.c
8545                 replace folder type checks with folder class checks
8546
8547 2003-03-12 [christoph]  0.8.11claws3
8548
8549         * src/folder.[ch]
8550         * src/imap.[ch]
8551         * src/main.c
8552         * src/mbox_folder.[ch]
8553         * src/mh.[ch]
8554         * src/news.[ch]
8555                 o create a list of known folder classes in the folder system
8556                 o use folder class id strings for folder item identifiers
8557
8558 2003-03-12 [christoph]  0.8.11claws2
8559
8560         * src/imap.c
8561                 fix imap uid validity check
8562
8563 2003-03-12 [christoph]  0.8.11claws1
8564
8565         * src/account.c
8566         * src/folder.[ch]
8567         * src/foldersel.c
8568         * src/folderview.c
8569         * src/imap.c
8570         * src/mainwindow.c
8571         * src/mbox_folder.c
8572         * src/mh.c
8573         * src/news.c
8574         * src/prefs_scoring.c
8575         * src/procmsg.c
8576         * src/setup.c
8577         * src/summaryview.c
8578                 initial restructuring of folder system, seperating
8579                 folders and folder classes
8580
8581 2003-03-12 [paul]       0.8.11claws
8582
8583         0.8.11claws release
8584
8585 2003-03-12 [christoph]
8586
8587         * src/gtk/prefswindow.c
8588                 fix translation of "Page Index"
8589
8590 2003-03-12 [paul]       0.8.10claws110
8591
8592         a sync from 0.8.11cvs4 before the release
8593
8594         * src/common/utils.c
8595                 subject_compare_for_sort(): allow null strings (fixes
8596                 summary sorting).
8597
8598 2003-03-11 [paul]       0.8.10claws109
8599
8600         * po/es.po
8601                 update Spanish translation, submitted by
8602                 Ricardo Mones Lastra
8603
8604 2003-03-11 [melvin]     0.8.10claws108
8605
8606         * po/fr.po
8607                 Updated French translations
8608
8609 2003-03-11 [paul]       0.8.10claws107
8610
8611         * manual/en/Makefile.am
8612           manual/en/*.html
8613                 update English manual, add a new page
8614                 updated by Francois Barriere <fbarriere@atmel.fr>
8615                 
8616         * po/bg.po
8617           po/it.po
8618           po/sr.po
8619                 update Bulgarian, Italian, and Serbian translations
8620                 submitted by George Danchev, Alessandro Maestri, and
8621                 Urke MMI
8622
8623 2003-03-10 [paul]       0.8.10claws106
8624
8625         * src/gtk/about.c
8626           src/gtk/prefswindow.c
8627                 make some strings translatable
8628
8629 2003-03-10 [darko]      0.8.10claws105
8630
8631         * src/compose.c
8632                 code cleanup to make Hiro happy
8633
8634 2003-03-10 [paul]       0.8.10claws104
8635
8636         * sync with 0.8.11cvs2
8637                 see ChangeLog 2003-03-10
8638
8639 2003-03-09 [melvin]     0.8.10claws103
8640
8641         * src/textview.c
8642                 textview_set_font(): fix for message display in
8643                 UTF-8 locales (thanks to Sergey Vlasov).
8644                 (was unintentionnaly reverted in 0.8.6claws6)   
8645
8646 2003-03-08 [darko]      0.8.10claws102
8647
8648         * src/compose.c
8649                 fix infinite loop in wrapping as reported
8650                 by happycactus
8651                 obsoletes patch #696482
8652
8653 2003-03-08 [christoph]  0.8.10claws101
8654
8655         * src/imap.c
8656                 add workaround for IMAP servers that do not
8657                 support the "UID SEARCH UID" command
8658
8659 2003-03-07 [christoph]  0.8.10claws100
8660
8661         * src/plugins/spamassassin/spamassassin.[ch]
8662         * src/plugins/spamassassin/spamassassin_gtk.c
8663                 code cleanup
8664
8665 2003-03-07 [paul]       0.8.10claws99
8666
8667         * po/es.po
8668                 updated Spanish translation, submitted by
8669                 Ricardo Mones Lastra
8670
8671 2003-03-07 [christoph]  0.8.10claws98
8672
8673         * src/send.c
8674                 fix in 0.8.10claws94 was wrong
8675                 local delivery does not require escaping, remove escaping
8676                 code to make signatures of mails with "." lines valid
8677                 
8678                 NOTE: requires that sendmail is executed with "-i" option,
8679                       what is the default now, but has to be changed in all
8680                       exsiting accounts)
8681
8682 2003-03-07 [paul]       0.8.10claws97
8683
8684         * sync with 0.8.11 release
8685                 see ChangeLog 2003-03-07
8686
8687 2003-03-06 [paul]       0.8.10claws96
8688
8689         * src/compose.c
8690                 revert commit 0.8.10claws92
8691
8692 2003-03-06 [paul]       0.8.10claws95
8693
8694         * src/folderview.c
8695                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
8696
8697         * src/gtkaspell.c
8698                 fix bug 74, 'Crash opening editor window with pseudo-color
8699                 display'
8700                 
8701         Patches submitted by Kevin Vigor <kevin@vigor.nu>
8702
8703 2003-03-06 [christoph]  0.8.10claws94
8704
8705         * src/send.c
8706                 fix rfc2821 (4.5.2) violation in SMTP data sending,
8707                 all lines starting with a period get an extra period
8708                 inserted
8709                 (found by Simon 'corecode' Schubert)
8710
8711 2003-03-06 [paul]       0.8.10claws93
8712
8713         * src/folderview.c
8714                 if configured font can't be loaded fall back to gtk
8715                 default. (with thanks to Christoph)
8716                 
8717                 closes long-standing bug 15 'Crashes on startup'
8718
8719 2003-03-06 [paul]       0.8.10claws92
8720
8721         * src/compose.c
8722                 freeze text before autosave and thaw afterwards
8723                 fixes bug 67 'autosave make re-rediting message crazy'
8724
8725 2003-03-06 [christoph]  0.8.10claws91
8726
8727         * src/compose.c
8728                 ignore address comment in dupe check for Cc-list
8729
8730         (closes reopened bug 47 Replying to message strips name part of
8731          e-mail addresses of Cc: lines)
8732
8733 2003-03-06 [paul]       0.8.10claws90
8734
8735         * src/Makefile.am
8736                 remove reference to gtkxtext.h as its no longer in
8737                 the repository
8738
8739 2003-03-06 [paul]       0.8.10claws89
8740
8741         * sync with 0.8.10cvs25
8742                 see ChangeLog 2003-03-06
8743
8744 2003-03-06 [oliver]     0.8.10claws88
8745         
8746         * src/messageview.c
8747                 remove include
8748
8749 2003-03-06 [oliver]     0.8.10claws87
8750         
8751         * src/folderview.c 
8752                 remove changes introduced inclaws74
8753         * src/messageview.c
8754                 another attempt to sanely delete and update
8755                 messages deleted in separate messageview
8756
8757 2003-03-05 [christoph]  0.8.10claws86
8758
8759         * src/summaryview.c
8760                 check if "From" matches any account's address if
8761                 addressbook completion of addresses is disabled too
8762
8763         (closes Bug 70 "Display recipient in from" doesn't check
8764          folder's default account)
8765
8766 2003-03-05 [christoph]  0.8.10claws85
8767
8768         * src/compose.c
8769         * src/common/utils.[ch]
8770                 don't strip address comments when building Cc lists
8771
8772         (closes Bug 47 Replying to message strips name part of e-mail addresses
8773          of Cc: lines)
8774
8775         * src/folder.c
8776                 fix return value of copy function
8777
8778 2003-03-05 [christoph]  0.8.10claws84
8779
8780         * src/imap.c
8781                 don't ask imap server for non rfc822 headers
8782
8783         (closes bug 71 IMAP FETCH asks for FROM header field twice)
8784
8785         * src/imap.c
8786                 destroy session on socket error to allow reconnecting
8787
8788 2003-03-05 [christoph]  0.8.10claws83
8789
8790         * configure.ac
8791                 fix building with gnome when no prefix is set
8792
8793         (closes bug 66 Gnome directory is set to NONE)
8794
8795 2003-03-05 [paul]       0.8.10claws82
8796
8797         * sync with 0.8.10cvs23
8798                 see ChangeLog 2003-03-05
8799
8800 2003-03-04 [christoph]  0.8.10claws81
8801
8802         * src/folder.c
8803                 o fix moving and copying when folder returns 0 for new
8804                   message number
8805                 o remove some code for single message copy and move
8806                   operations and use functions for multiple messages
8807
8808         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
8809
8810         * src/news.c
8811                 remove unused include
8812
8813 2003-03-04 [paul]       0.8.10claws80
8814
8815         * src/gtk/about.c
8816                 list 'Compiled plugins'
8817
8818 2003-03-03 [christoph]  0.8.10claws79
8819
8820         * src/news.[ch]
8821                 have to multiply the percentage of the current fetch with
8822                 the percentage that it has of the total fetch operation
8823                 for correct values
8824
8825 2003-03-03 [christoph]  0.8.10claws78
8826
8827         * src/news.c
8828                 fix calculation of expected lines for progress indicator
8829
8830 2003-03-03 [christoph]  0.8.10claws77
8831
8832         * src/summaryview.c
8833         * src/common/utils.c
8834                 fix segfault when opening the root news folder
8835
8836 2003-03-03 [christoph]  0.8.10claws76
8837
8838         * src/mainwindow.[ch]
8839         * src/common/Makefile.am
8840         * src/common/progressindicator.[ch]
8841                 add UI independent progress indicator handling
8842
8843         * src/news.[ch]
8844                 use new progress indicator for message info fetching
8845
8846         * src/common/hooks.h
8847                 code cleanup
8848
8849 2003-03-03 [oliver]     0.8.10claws75
8850
8851         * src/toolbar.c
8852         * src/compose.c
8853                 removed commented code
8854
8855 2003-03-03 [oliver]     0.8.10claws74
8856
8857         * src/toolbar.[ch]
8858                 cleanups and refactoring
8859         * src/compose.[ch]
8860                 compose_reply_mode reply & forwarding interface for
8861                 toolbar buttons
8862         * src/folderview.c
8863                 act on messages marked for deletion in folderview_selected
8864                 based on prefs_common.immediate_exec since a message might 
8865                 have been deleted by messageview in a folder we are changing 
8866                 to (does anybody understand what I'm on about ?)
8867
8868 2003-03-03 [oliver]     0.8.10claws73
8869         
8870         * src/messageview.[ch]
8871                 new functions
8872                 - messageview_delete: delete message shown in messagview
8873                 - messageview_update_view: update messageview to currently 
8874                   selected summaryview message
8875                 - add separate messageview to msgview_list in order to update 
8876                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
8877         * src/summaryview.[ch]
8878                 summary_get_selection returns a list of selected msgs
8879                 in summaryview
8880         * src/mainwindow.c
8881                 toolbar reply refactoring
8882
8883 2003-03-03 [paul]       0.8.10claws72
8884
8885         * sync with 0.8.10cvs21
8886                 see ChangeLog 2003-03-03
8887
8888 2003-03-02 [christoph]  0.8.10claws71
8889
8890         * src/common/passcrypt.c
8891                 use POSIX includes
8892
8893 2003-03-02 [christoph]  0.8.10claws70
8894
8895         * configure.ac
8896         * src/prefs_account.c
8897         * src/prefs_gtk.[ch]
8898         * src/common/.cvsignore
8899         * src/common/Makefile.am
8900         * src/common/passcrypt.c                ** NEW **
8901         * src/common/passcrypt.h.in             ** NEW **
8902                 Implement password encryption in config files
8903                 using unix encrypt and setkey functions. The crypt
8904                 key can be set as a configure parameter. Old
8905                 passwords will be converted if they do not begin
8906                 with '!'
8907
8908 2003-03-02 [paul]       0.8.10claws69
8909
8910         * src/prefs_account.c
8911                 fix compile error
8912
8913 2003-03-01 [thorsten]   0.8.10claws68
8914
8915         * po/el.po
8916           po/hr.po
8917           po/it.po
8918           po/nl.po
8919           po/sr.po
8920           po/sv.po
8921                 corrected format strings
8922         * po/en_GB.po
8923                 corrected headers
8924                 (fix compile errors with GNU gettext-0.11.5)
8925
8926 2003-03-01 [oliver]     0.8.10claws67
8927
8928         * src/summaryview.c
8929                 menu callbacks call toolbar_menu_reply
8930
8931 2003-03-01 [oliver]     0.8.10claws66
8932
8933         * src/mainwindow.c
8934         * src/messageview.c
8935                 menu callbacks call toolbar_menu_reply
8936         * src/toolbar.[ch]
8937                 callbacks from menu handled by toolbar_menu_reply
8938
8939 2003-03-01 [paul]       0.8.10claws65
8940
8941         * src/addressbook.c
8942                 revert commit 0.8.10claws54 - breaks editing of
8943                 addressbook.
8944                 
8945         * po/bg.po
8946                 update Bulgarian translation, submitted by
8947                 George Danchev
8948
8949 2003-02-28 [christoph]  0.8.10claws64
8950
8951         * src/account.c
8952         * src/addressadd.c
8953         * src/compose.c
8954         * src/gtkaspell.c
8955         * src/gtkxtext.h                ** REMOVE **
8956         * src/imap.c
8957         * src/matcher.[ch]
8958         * src/mh.c
8959         * src/news.c
8960         * src/pine.c
8961         * src/prefs_common.c
8962         * src/prefs_matcher.c
8963         * src/procheader.[ch]
8964         * src/procmsg.[ch]
8965         * src/toolbar.c
8966         * src/common/ssl_certificate.c
8967         * src/gtk/colorlabel.c
8968         * src/gtk/menu.c
8969                 o fix warnings
8970                 o remove code obsoleted by new cache and folder system rework
8971
8972 2003-02-28 [oliver]     0.8.10claws63
8973         
8974         * src/toolbar.[ch]
8975                 * fix bug where reply in Messageview replied to 
8976                 Message displayed in summaryview
8977                 (reportedd via ML by chinatinte at gmx dot ch)
8978                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
8979                 didn't work in separate MessageView Toolbar
8980                 (wondering if anybody uses this at all ?)
8981         * src/summaryview.[ch]
8982                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
8983                 (generalize reply and forward code);
8984         * src/messageview.c 
8985                 remove focus_in event which updated summaryview to messageview
8986
8987 2003-02-28 [paul]       0.8.10claws62
8988
8989         * po/Makefile.in.in
8990                 add the --check option
8991                 Patch submitted by Ricardo Mones Lastra
8992
8993 2003-02-28 [paul]       0.8.10claws61
8994
8995         * src/prefs_account.c
8996                 re-order 'Signature' items
8997
8998 2003-02-28 [paul]       0.8.10claws60
8999
9000         * sync with 0.8.10cvs20
9001                 see ChangeLog 2003-02-28
9002
9003 2003-02-28 [paul]       0.8.10claws59
9004
9005         * po/POTFILES.in
9006                 update to reflect recent movement of files
9007
9008 2003-02-28 [paul]       0.8.10claws58
9009
9010         * sync with 0.8.10cvs19
9011                 see ChangeLog 2003-02-28
9012
9013 2003-02-27 [martin]     0.8.10claws57
9014
9015         * src/prefs_matcher.c 
9016                 fix segfault in prefs_matcher_ok() when the
9017                 last entry is deleted and prevents that the
9018                 message "entry not saved" comes up after deleting
9019                 an entry
9020
9021 2003-02-27 [martin]     0.8.10claws56
9022
9023         * src/prefs_filtering.c 
9024                 fix segfault in prefs_filtering_ok() when the
9025                 last entry is deleted and prevents that the
9026                 message "entry not saved" comes up after deleting
9027                 an entry
9028
9029 2003-02-27 [paul]       0.8.10claws55
9030
9031         * sync with 0.8.10cvs18
9032                 see ChangeLog 2003-02-27
9033
9034 2003-02-27 [paul]       0.8.10claws54
9035
9036         * src/addressbook.c
9037                 fix bug where the address book crashes with 
9038                 multiple lookups.
9039                 Patch [687729] submitted by David Frager 
9040                 <dbfrager@users.sourceforge.net>
9041
9042 2003-02-25 [christoph]  0.8.10claws53
9043
9044         * src/Makefile.am
9045         * src/colorlabel.[ch]           ** REMOVE **
9046         * src/gtk/Makefile.am
9047         * src/gtk/colorlabel.[ch]       ** NEW **
9048                 move colorlabel files to gtk directory
9049
9050         * src/esmtp.[ch]                ** REMOVE **
9051                 has been merged into smtp.[ch] in 0.7.5
9052
9053 2003-02-25 [christoph]  0.8.10claws52
9054
9055         * src/Makefile.am
9056         * src/about.[ch]                ** REMOVE **
9057         * src/gtk/Makefile.am
9058         * src/gtk/about.[ch]            ** NEW **
9059                 move about files to gtk directory
9060
9061 2003-02-25 [christoph]  0.8.10claws51
9062
9063         * src/folder.c
9064                 some code optimization of folder scanning code
9065
9066         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9067
9068 2003-02-25 [christoph]  0.8.10claws50
9069
9070         * src/main.c
9071         * src/common/sylpheed.c
9072                 add command line parameter parsing to common code
9073
9074 2003-02-24 [christoph]
9075
9076         * Makefile.am
9077         * configure.ac
9078                 fix gnome prefix problems, the configure script now removed
9079                 `gnome-config --prefix` from `gnome-config --datadir`
9080                 and adds $(prefix} instead
9081
9082         (closes Bug 24 Makefile does not respect prefix when installing
9083          GNOME data)
9084
9085 2003-02-24 [christoph]  0.8.10claws49
9086
9087         * src/news.c
9088                 check for valid session before trying to authenticate
9089
9090         (closes Bug 60 crash if "authenticate on logon" is activated
9091          and newsserver-hostname is not valid)
9092
9093 2003-02-24 [melvin]     0.8.10claws48
9094
9095         * src/prefs_actions.c
9096                 Make sure all user's input is sent to the action and then
9097                 close the socket..
9098
9099 2003-02-23 [alfons]     0.8.10claws46
9100
9101         * src/summaryview.c
9102                 also wait cursor when deleting files
9103
9104 2003-02-23 [paul]
9105
9106         * tools/freshmeat_search.pl
9107           tools/google_search.pl
9108                 scripts should now work for any browser/browser command line
9109
9110 2003-02-22 [christoph]  0.8.10claws45
9111
9112         * src/procmsg.c
9113                 fix IMAP flag setting, IMAP flag is not handled correctly
9114                 anymore by the folder system and information about the
9115                 folder should not be saved in the MsgInfo (in my opinion)
9116
9117         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9118
9119 2003-02-22 [christoph]  0.8.10claws44
9120
9121         * src/summaryview.c
9122                 fix spelling of "label" ;-)
9123
9124 2003-02-22 [thorsten]   0.8.10claws43
9125
9126         * src/mimeview.c
9127           src/prefs_common.[ch]
9128           src/procmime.[ch]
9129                 do not use description as attachment name
9130
9131 2003-02-22 [alfons]     0.8.10claws42
9132
9133         * src/summaryview.c
9134                 freeze/thaw folder item updates when changing color labels,
9135                 and put a wait cursors on
9136
9137 2003-02-22 [thorsten]   0.8.10claws41
9138
9139         * src/mimeview.c
9140                 save-all fixes: crash if invoked on multipart container,
9141                 mimeinfo access, pathseparators, error dialog
9142
9143 2003-02-21 [alfons]     0.8.10claws40
9144
9145         * src/prefs_gtk.c
9146                 remove unused var
9147
9148 2003-02-21 [colin]      0.8.10claws39
9149
9150         * src/send.c
9151                 Fix smtp logging
9152
9153 2003-02-21 [colin]      0.8.10claws38
9154
9155         * src/summaryview.c
9156                 Freeze/thaw folderItem updates when filtering messages 
9157                 via Tools/Filter messages
9158
9159 2003-02-21 [paul]       0.8.10claws37
9160
9161         * src/compose.c
9162                 revert commit 0.8.10claws26, there are ulterior motives
9163                 for users to set a Reply-To header when posting to
9164                 newsgroups
9165
9166 2003-02-21 [paul]       0.8.10claws36
9167
9168         * sync with 0.8.10cvs17
9169                 see ChangeLog 2003-02-21
9170
9171 2003-02-20 [christoph]  0.8.10claws35
9172
9173         * src/imap.c
9174                 IMAP UID fetch speedup using SEARCH
9175
9176         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9177
9178         * src/imap.c
9179                 fix problem with UIDs in IMAP UID cache that no longer existed
9180
9181 2003-02-20 [christoph]  0.8.10claws34
9182
9183         * src/imap.c
9184         * src/procheader.c
9185         * src/procheader.h
9186                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9187
9188         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9189
9190         * src/imap.c
9191                 Rewrite imap_cmd_gen_recv use sock_getline instead
9192                 of sock_gets to avoid problems with too long reply
9193                 lines
9194     
9195 2003-02-20 [colin]      0.8.10claws33
9196         
9197         * src/prefs_account.c
9198                 Better wording
9199
9200 2003-02-20 [colin]      0.8.10claws32
9201
9202         * src/compose.c
9203                 Remove useless '&& !to_sender' 
9204
9205 2003-02-20 [darko]
9206
9207         * AUTHORS
9208                 change my e-mail address
9209
9210 2003-02-19 [colin]      0.8.10claws31
9211
9212         * src/prefs_common.c
9213                 X11 style colors for every configurable color
9214
9215 2003-02-19 [alfons]     0.8.10claws30
9216
9217         * src/prefs_gtk.[ch]
9218         * src/prefs_common.c
9219                 for color_new accept both plain integers and X11 style color
9220                 names (as found in /usr/lib/X11/rgb.txt)
9221
9222 2003-02-19 [paul]       0.8.10claws29
9223
9224         * src/mainwindow.c
9225                 add tooltips to online/offline button and account selector
9226                 button
9227
9228 2003-02-19 [paul]       0.8.10claws28
9229
9230         * src/folder.c
9231           src/news.c
9232           src/prefs_account.[ch]
9233           src/prefs_common.[ch]
9234                 move 'Maximum number of articles to download' to
9235                 account prefs.
9236                 clean up account prefs gui a little by hiding entries
9237                 rather then greying out entries
9238
9239 2003-02-19 [hiro]       0.8.10claws27
9240
9241         * src/common/utils.c
9242                 fix bug #54 'yesterdays date is displayed in the message 
9243                 summary window'
9244
9245 2003-02-19 [paul]       0.8.10claws26
9246
9247         * src/compose.c
9248                 fix bug reported in Feature Request [688596] 
9249                 'Reply-to header in news'
9250
9251 2003-02-18 [paul]       0.8.10claws25
9252
9253         * src/select-keys.c
9254                 add a 'List all keys' button to key selection dialog
9255
9256 2003-02-18 [colin]      0.8.10claws24
9257         
9258         * src/stock_pixmap.c
9259                 fix compile error
9260
9261 2003-02-18 [colin]      0.8.10claws23
9262
9263         * src/common/smtp.[ch]
9264           src/prefs_account.c
9265                 Try to starttls if it seems to be the only
9266                 way to authenticate a user
9267
9268 2003-02-18 [paul]       0.8.10claws22
9269
9270         * src/Makefile.am
9271           src/folderview.c
9272           src/stock_pixmap.[ch]
9273           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9274           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9275                 as a Drafts folder is a special folder allow it to have
9276                 its own unique icons
9277
9278 2003-02-18 [colin]      0.8.10claws21
9279
9280         * src/imap.c
9281                 Fix port selection when using starttls
9282
9283 2003-02-18 [paul]       0.8.10claws20
9284
9285         * src/mainwindow.c
9286           src/prefs_common.[ch]
9287                 make blue the default new mail colour
9288
9289 2003-02-18 [paul]       0.8.10claws19
9290
9291         * sync with 0.8.10cvs14
9292                 see ChangeLog 2003-02-18
9293
9294 2003-02-17 [jens]       0.8.10claws18
9295
9296         * src/common/md5.c
9297                 fixed a compile problem with gcc 3.3
9298                 works on 2.95.3 too (testet on PPC as it is big endian)
9299
9300 2003-02-17 [paul]       0.8.10claws17
9301
9302         * sync with 0.8.10cvs13
9303                 see ChangeLog 2003-02-17
9304
9305 2003-02-17 [paul]       0.8.10claws16
9306
9307         * sync with 0.8.10cvs12
9308                 see ChangeLog 2003-02-17
9309
9310 2003-02-16 [match]      0.8.10claws15
9311
9312         * src/addressbook.c
9313                 Eliminates reloading of address data when items
9314                 deleted or added. Applied submitted by
9315                 Luke Plant <lukeplant@softhome.net>
9316
9317 2003-02-16 [paul]       0.8.10claws14
9318
9319         * src/news.c
9320                 when a 'protocol error' is encountered disconnect from
9321                 the server. This means that the user can carry on viewing
9322                 other articles and doesn't have to either wait until the
9323                 server timesout or quit sylpheed.
9324                 Fixes bug #53 'Unable to read messages in newsgroups, 
9325                 displayed message doesn't change'
9326
9327 2003-02-15 [christoph]  0.8.10claws13
9328
9329         * src/imap.c
9330                 fix bug that stopped scanning of folders when an
9331                 IMAP folder was empty
9332
9333         (closes bug 46 stop scan messages in folders after empty folder)
9334
9335 2003-02-15 [paul]
9336
9337         * tools/Makefile.am
9338           tools/README
9339           tools/freshmeat_search.pl     ** NEW FILE **
9340           tools/google_search.pl        ** NEW FILE **
9341                 Add 2 Actions scripts which search freshmeat/google
9342                 for the selected text using the browser configured
9343                 in sylpheedrc.
9344                 
9345         Note: These scripts are very dependent on the format of the
9346         browser command and may not work on every occasion. Testing
9347         is welcome. 
9348
9349 2003-02-14 [alfons]     0.8.10claws12
9350
9351         * src/compose.c
9352                 fix breakage because of uninitialized account pointer.
9353                 please verify.
9354
9355 2003-02-14 [paul]       0.8.10claws11
9356
9357         * src/compose.c
9358           src/prefs_account.[ch]
9359           src/prefs_common.[ch]
9360                 move signature settings to Account Prefs
9361
9362 2003-02-14 [paul]       0.8.10claws10
9363
9364         * sync with 0.8.10cvs11
9365                 see ChangeLog 2003-02-14
9366
9367 2003-02-13 [thorsten]   0.8.10claws9
9368
9369         * src/news.c
9370                 revert news progressbar (GUI separation)
9371
9372 2003-02-13 [paul]       0.8.10claws8
9373
9374         * src/compose.c
9375                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9376                 paragraph 1
9377
9378 2003-02-13 [paul]       0.8.10claws7
9379
9380         * src/compose.[ch]
9381           src/summaryview.c
9382                 fix 'Follow-up and Reply-to' so that it creates a reply to
9383                 the newsgroup and the sender. If the message has the keyword
9384                 'poster' in the Followup-To header, all replies go to the
9385                 sender, re: RFC 1036, Section 2.2.3
9386                 rename all instances of 'ignore_replyto' to 'to_sender', both
9387                 were previously used, now we use just one.
9388
9389 2003-02-13 [paul]       0.8.10claws6
9390
9391         * sync with 0.8.10cvs9
9392                 see ChangeLog 2003-02-13
9393
9394 2003-02-13 [paul]       0.8.10claws5
9395
9396         * configure.ac
9397                 show which plugins are configured in the configure
9398                 output.
9399
9400 2003-02-12 [thorsten]   0.8.10claws4
9401
9402         * src/news.c
9403                 show progress while fetching news headers
9404
9405 2003-02-12 [christoph]  0.8.10claws3
9406
9407         * configure.ac
9408         * src/plugins/Makefile.am
9409                 use AM_CONDITIONAL to enable plugins, automake correctly
9410                 manages this when creating distdir
9411
9412 2003-02-12 [christoph]  0.8.10claws2
9413
9414         * ac/spamassassin.m4
9415         * src/plugins/spamassassin/Makefile.am
9416                 fix building SpamAssassin plugin without OpenSSL
9417
9418 2003-02-12 [paul]       0.8.10claws1
9419
9420         * ac/Makefile.am
9421           src/Makefile.am
9422           src/plugins/Makefile.am
9423                 fix failure of 'make release'
9424
9425 2003-02-12 [paul]       0.8.10claws
9426
9427         * 0.8.10claws released
9428
9429 2003-02-12 [paul]       0.8.9claws56
9430
9431         * po/bg.po
9432           po/es.po
9433           po/it.po
9434           po/ru.po
9435           po/sr.po
9436                 updated translations by George Danchev, Ricardo Mones Lastra,
9437                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9438                 
9439         * sylpheed.spec.in
9440                 Allow the building of RPMs by a regular user. Submitted
9441                 by Sergei Astanin
9442
9443 2003-02-11 [alfons]     0.8.9claws55
9444
9445         * src/colorlabel.c
9446                 don't use pixmaps for label color rect but draw rectangles
9447                 so we can respect the color map of palette based visuals
9448                 (fixes the long time crashes on Suns - thanks to Andreas
9449                 Engel and Steve O'Hara-Smith for testing)
9450
9451 2003-02-11 [christoph]  0.8.9claws54
9452
9453         * src/matcher_parser_parse.y
9454                 correct bug where filering rules of not existing folders in
9455                 matcherrc were added to global filtering
9456                 
9457         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9458          main filter-rules after removing directory, http://bugs.debian.org/180253)
9459         
9460 2003-02-11 [paul]       0.8.9claws53
9461
9462         * sync with 0.8.10cvs7
9463                 see ChangeLog 2003-02-09
9464
9465 2003-02-11 [melvin]     0.8.9claws52
9466
9467         * po/fr.po
9468                 Updated French tranlsations
9469
9470 2003-02-10 [paul]       0.8.9claws51
9471
9472         * sylpheed.spec.in
9473                 correct --enable-openssl
9474                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9475
9476 2003-02-09 [martin]     0.8.9claws50
9477
9478         * src/prefs_matcher.c
9479                 fix segfault in prefs_matcher_substitute_cb() when
9480                 no row is selected
9481
9482 2003-02-09 [paul]       0.8.9claws49
9483
9484         * src/folderview.c
9485                 fix bug where a newsgroup folder's processing rules were
9486                 merged with the global filtering rules when the newsgroup
9487                 folder was deleted, causing some seriously bad results,
9488                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9489
9490 2003-02-08 [melvin]     0.8.9claws48
9491
9492         * src/compose.c
9493                 Corrected and modified an alert message.
9494
9495 2003-02-07 [paul]       0.8.9claws47
9496
9497         * src/folderview.c
9498                 fix bug where both an 'Account properties' window and a
9499                 'Folder properties' window were opened when clicking on
9500                 'Properties' in an NNTP or IMAP folder's popup menu.
9501
9502 2003-02-07 [paul]       0.8.9claws46
9503
9504         * sync with 0.8.10cvs6
9505                 see ChangeLog 2003-02-06
9506
9507 2003-02-06 [christoph]  0.8.9claws45
9508
9509         * src/mbox.c
9510                 freeze folder updates while importing mbox files
9511                 (closes bug 43 importing mbox took hours)
9512                 
9513         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9514
9515 2003-02-06 [thorsten]   0.8.9claws44
9516
9517         * po/de.po
9518                 Updated german translations
9519
9520 2003-02-06 [thorsten]   0.8.9claws43
9521
9522         * src/news.h
9523                 use guint for message numbers (fix count in grouplist dialog)
9524
9525 2003-02-05 [paul]       0.8.9claws42
9526
9527         * sync with 0.8.10cvs2
9528                 see ChangeLog 2003-02-05
9529
9530 2003-02-04 [colin]      0.8.9claws41
9531
9532         * src/prefs_common.[ch]
9533           src/procmsg.c
9534           src/summaryview.c
9535                 Add an option to disable threading by subject
9536
9537 2003-02-04 [christoph]  0.8.9claws40
9538
9539         * src/inc.c
9540                 only abort fetching mails from multiple accounts when the
9541                 error is fatal and does not allow to check any more accounts
9542                 (currently only disk full error)
9543
9544         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9545          receive mails for other accouts)
9546
9547 2003-02-04 [christoph]  0.8.9claws39
9548
9549         * src/folder.c
9550                 first add the new message to the cache, then
9551                 send the update notification
9552
9553         (closes bug 39 after sending message folderview doesnt get updated)
9554
9555 2003-02-04 [colin]      0.8.9claws38
9556
9557         * src/inc.c
9558                 _really_ fix this Connecting... status
9559
9560 2003-02-04 [paul]       0.8.9claws37
9561
9562         * sync with 0.8.10
9563                 see ChangeLog 2003-02-04
9564
9565 2003-02-04 [paul]       0.8.9claws36
9566
9567         * sync with 0.8.9cvs6
9568                 see ChangeLog 2003-02-03
9569
9570 2003-02-04 [paul]       0.8.9claws35
9571
9572         * po/pt_BR.po
9573                 updated by André Filipe de Assunção e Brito 
9574                 <bedecko@netsite.com.br>
9575
9576 2003-02-03 [thorsten]   0.8.9claws34
9577
9578         * po/de.po
9579                 Updated german translations
9580
9581 2003-02-02 [paul]       0.8.9claws33
9582
9583         * po/es.po
9584                 updated by Ricardo Mones Lastra
9585
9586 2003-02-02 [thorsten]   0.8.9claws32
9587
9588         * src/mh.c
9589                 Fix mh_get_msginfo() segfault if file is inaccessible
9590
9591 2003-01-31 [colin]      0.8.9claws31
9592
9593         * src/procheader.c
9594                 Fix last commit's bug
9595
9596 2003-01-31 [colin]      0.8.9claws30
9597
9598         * src/procheader.c
9599                 Missing a change for gpg-signed messages
9600
9601 2003-01-31 [paul]       0.8.9claws29
9602
9603         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
9604           src/procheader.c
9605           src/stock_pixmap.[ch]
9606           src/summaryview.c
9607                 indicate GnuPG signed messages by displaying an icon
9608                 in the Attachment column.
9609
9610 2003-01-31 [paul]       0.8.9claws28
9611
9612         * sync with 0.8.9cvs4
9613                 see ChangeLog 2003-01-31
9614
9615 2003-01-31 [alfons]     0.8.9claws27
9616
9617         * src/textview.c
9618                 tune URI parser to accept mailto URLs with a '?'
9619                 (patch from Ruslan Balkin)
9620
9621 2003-01-31 [colin]      0.8.9claws26
9622
9623         * src/summaryview.c
9624                 Fix a leak introduced in claws24
9625
9626 2003-01-31 [colin]      0.8.9claws25
9627
9628         * src/summaryview.c
9629                 Freeze/Thaw folder updates when deleting dups
9630
9631 2003-01-31 [colin]      0.8.9claws24
9632         
9633         * src/addr_compl.c
9634           src/summaryview.c
9635           src/msgcache.c
9636                 little speed improvements
9637
9638 2003-01-31 [colin]      0.8.9claws23
9639
9640         * src/summaryview.c
9641                 Fix segfault when forwarding nothing
9642                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
9643                 
9644 2003-01-30 [paul]       0.8.9claws22
9645
9646         * sync with 0.8.9cvs3
9647                 see ChangeLog 2003-01-30
9648
9649 2003-01-30 [paul]       0.8.9claws21
9650
9651         * sync with 0.8.9cvs2
9652                 see ChangeLog 2003-01-30
9653
9654 2003-01-29 [paul]       0.8.9claws20
9655
9656         * sync with 0.8.9cvs1
9657                 see ChangeLog 2003-01-29
9658
9659 2003-01-28 [paul]       0.8.9claws19
9660
9661         * po/POTFILES.in
9662                 update to reflect changes. 
9663                 thanks to Ricardo Mones Lastra
9664
9665 2003-01-27 [christoph]  0.8.9claws18
9666
9667         * ac/openssl.m4
9668         * ac/spamassassin.m4
9669         * src/plugins/spamassassin/README
9670         * src/plugins/spamassassin/libspamc.[ch]
9671         * src/plugins/spamassassin/utils.[ch]
9672                 updated to latest libspamc
9673
9674 2003-01-27 [christoph]  0.8.9claws17
9675
9676         * src/folder.c
9677                 fix wrong use of procheader_get_header_fields
9678
9679 2003-01-27 [christoph]  0.8.9claws16
9680
9681         * src/news.c
9682         * src/prefs_account.[ch]
9683         * src/common/nntp.[ch]
9684                 allow to force authentication for NNTP servers
9685
9686         Patch submitted by Florian Mickler <dmk@d-labs.de>
9687
9688 2003-01-26 [paul]       0.8.9claws15
9689
9690         * src/summaryview.c
9691                 speed up of marking messages as read
9692                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
9693
9694 2003-01-26 [christoph]  0.8.9claws14
9695
9696         * src/Makefile.am
9697         * src/mgutils.[ch]              ** REMOVE **
9698         * src/xml.[ch]                  ** REMOVE **
9699         * src/xmlprops.[ch]             ** REMOVE **
9700         * src/common/Makefile.am
9701         * src/common/mgutils.[ch]       ** NEW **
9702         * src/common/xml.[ch]           ** NEW **
9703         * src/common/xmlprops.[ch]      ** NEW **
9704                 move xml files to common directory
9705
9706 2003-01-26 [christoph]  0.8.9claws13
9707
9708         * src/plugins/spamassassin/spamassassin_gtk.c
9709                 only set gtk entry text if string is available
9710
9711 2003-01-26 [melvin]     0.8.9claws12
9712
9713         * src/description_window.c
9714                 Allow resizing of the window
9715                 Allow automatic horizontal scroll bar
9716                 Do not vertically expand and fill
9717
9718 2003-01-26 [christoph]  0.8.9claws11
9719
9720         * src/Makefile.am
9721         * src/gtkutils.[ch]             ** REMOVE **
9722         * src/common/sylpheed.c
9723         * src/gtk/Makefile.am
9724         * src/gtk/description_window.c
9725         * src/gtk/gtkutils.[ch]         ** NEW **
9726         * src/gtk/prefswindow.c
9727                 move gtkutils to gtk directory
9728
9729 2003-01-26 [paul]       0.8.9claws10
9730
9731         * src/summaryview.c
9732                 rename summary_unread_clicked() to summary_status_clicked()
9733
9734 2003-01-26 [melvin]     0.8.9claws9
9735
9736         * src/prefs_actions.c
9737                 Cosmetical changes to the help text
9738
9739 2003-01-26 [paul]       0.8.9claws8
9740
9741         * src/folder.[ch]
9742           src/mainwindow.c
9743           src/prefs_common.c
9744           src/prefs_sumamry_column.c
9745           summaryview.[ch]
9746                 rename the 'Unread' column to 'Status'
9747
9748 2003-01-25 [match]      0.8.9claws7
9749
9750         * src/mgutils.[ch]
9751                 removed reference to LDAP constants. removed error2string.
9752                 included functions to support LDAP dynamic queries.
9753         * src/syldap.h
9754                 moved LDAP constants here.
9755         * src/addressbook.c
9756         * src/addrindex.c
9757         * src/importldif.c
9758                 removed references to LDAP constants and references to
9759                 error2string.
9760
9761 2003-01-25 [paul]       0.8.9claws6
9762
9763         * src/summaryview.c
9764                 summary_thread_build(), summary_thread_init(): remove 
9765                 unneeded reference to summaryview->folder_item
9766
9767 2003-01-25 [christoph]  0.8.9claws5
9768
9769         * src/gtk/description_window.c
9770                 o allow description texts to expand over multiple columns
9771                 o translate all columns
9772         * src/prefs_actions.c
9773                 change syntax description to use new multi column feature
9774
9775         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9776
9777 2003-01-25 [match]      0.8.9claws4
9778
9779         * src/vcard.c
9780                 fixed bug with Quoted-Printable
9781
9782 2003-01-25 [paul]       0.8.9claws3
9783
9784         * src/folder.[ch]
9785           src/summaryview.[ch]
9786                 implement per-folder collapsed/expanded threads setting
9787                 
9788         * src/prefs_common.c
9789                 remove global collapsed/expanded threads option
9790
9791 2003-01-25 [christoph]  0.8.9claws2
9792
9793         * po/POTFILES.in
9794                 add pluginwindow and prefswindow
9795         * src/compose.c
9796                 make send respond correctly to messages that could be added
9797                 to the queue folder, but the UID of the message is unknown
9798         * src/folder.c
9799         * src/imap.c
9800                 don't return guessed UIDs in imap_add_msg anymore. We return
9801                 0 to tell the folder system it was appened but the UID is
9802                 unknown. Folder system now get's the UID by scaning the folder
9803                 and searching the cache for the Message-ID
9804                 (closes bug #29 Messages queued, but not sent)
9805
9806 2003-01-25 [paul]       0.8.9claws1
9807
9808         * src/codeconv.c
9809                 conv_encode_header():  fix bug when long headers with 8-bit
9810                 characters are used, so that the encoded words are wrapped.
9811                 If the space in the original text falls on the wrap boundary,
9812                 it can be lost.
9813                 Patch by Sergey Vlasov.
9814                 
9815         * src/folderview.c
9816                  fix bug where a change to the sorting method or thread view
9817                  of a folder's messages is lost if simpify-subject is set and
9818                  toggled on or off.
9819                  Patch by Luke Plant.
9820
9821 2003-01-24 [paul]       0.8.9claws
9822
9823         * sylpheed-0.8.9claws released
9824         
9825         * Makefile.am
9826           sylpheed.spec.in
9827                 remove reference to 'INSTALL.jp'
9828
9829 2003-01-23 [paul]       0.8.8claws128
9830
9831         * po/es.po
9832           po/it.po
9833           po/ru.po
9834           po/sr.po
9835                 updated translations. submitted by Ricardo Mones Lastra,
9836                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
9837
9838 2003-01-23 [colin]      0.8.8claws127
9839
9840         * src/compose.c
9841                 Fix drafted and queued news articles re-edition
9842
9843 2003-01-23 [melvin]     0.8.8claws126
9844
9845         * po/fr.po
9846                 Updated French translations
9847
9848 2003-01-23 [colin]      0.8.8claws125
9849
9850         * src/inc.c
9851                 Fix "Connecting to..." status message
9852
9853 2003-01-22 [paul]       0.8.8claws124
9854
9855         * po/bg.po
9856                 updated by George Danchev
9857                 
9858         * src/folder.c
9859                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
9860                 and folder deletion
9861
9862 2003-01-21 [paul]       0.8.8claws123
9863
9864         * po/bg.po
9865                 updated by George Danchev
9866                 
9867         * src/about.c
9868                 its now 2003
9869                 
9870         * src/toolbar.c
9871                 don't translate 'Separator'
9872                 
9873         * src/plugins/spamassassin/Makefile.am
9874                 add aspell to CPPFLAGS
9875                 
9876         * src/plugins/spamassassin/spamassassin.c
9877           src/plugins/spamassassin/spamassassin_gtk.c
9878                 set correct default for spamassassin_receive_spam
9879                 slightly re-word descriptions and some
9880                 other minor changes
9881
9882 2003-01-19 [alfons]     0.8.8claws122
9883                 
9884         * src/mimeview.c
9885                 mimeview_save_as(): we might as well show the file name for
9886                 the single case "Save As" too
9887
9888 2003-01-19 [alfons]     0.8.8claws121
9889
9890         * src/crash.c
9891                 change bug tracker URL to bugzilla URL
9892
9893 2003-01-19 [alfons]     0.8.8claws120
9894
9895         * src/mimeview.c
9896                 mimeview_save_all(): display name of file before overwriting;
9897                 continue saving all, even when one overwrite was cancelled
9898
9899 2003-01-19 [christoph]  0.8.8claws119
9900
9901         * src/summaryview.c
9902         * src/procmsg.[ch]
9903                 fix wrong usage of procmsg_find_children in summaryview
9904                 by using procmsg_update_unread_children instead of
9905                 summaryview_update_unread_children
9906
9907 2003-01-19 [christoph]  0.8.8claws118
9908
9909         * src/procmsg.c
9910                 fix infinite loop in procmsg_find_children
9911                  (closes bug #25 sylpheed crashes on delete.)
9912
9913         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9914
9915 2003-01-19 [paul]       0.8.8claws117
9916
9917         * po/pt_BR.po
9918                 updated by Ivan Francolin Martinez
9919
9920 2003-01-18 [melvin]     0.8.8claws116
9921
9922         * src/prefs_actions.c
9923                 Removed syntax limitation of only one '&' at the end of command.
9924                         Now actions that contain '>/dev/null 2>&1' are possible.
9925
9926 2003-01-18 [melvin]     0.8.8claws115
9927
9928         * src/prefs_actions.c
9929                 Actions IO dialog: when the action ends
9930                 the "Close" button now has focus and [Escape] closes the
9931                 window.
9932
9933 2003-01-18 [christoph]  0.8.8claws114
9934
9935         * src/procmsg.c
9936                 o add debug output when MsgInfos are really freed
9937                 o free GSLists in procmsg_find_children and
9938                   procmsg_update_unread_children
9939
9940 2003-01-18 [christoph]  0.8.8claws113
9941
9942         * src/mainwindow.c
9943                 reorder Configuration menu
9944
9945 2003-01-18 [christoph]  0.8.8claws112
9946
9947         * src/compose.c
9948                 fix applying templates to forwarded messages
9949
9950         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
9951
9952 2003-01-17 [christoph]  0.8.8claws111
9953
9954         * src/folder.c
9955                 destroy folder items, when a folder item is removed
9956
9957 2003-01-17 [christoph]  0.8.8claws110
9958
9959         * src/folder.c
9960                 fix wrong folder stats update when ignored message is
9961                 deleted
9962
9963 2003-01-17 [colin]      0.8.8claws109
9964         
9965         * src/mainwindow.c
9966         * src/summaryview.c
9967                 Quicksearch bugfixes: 
9968                 - hide help button at startup if not extended
9969                 - switch to extended when looking for replies
9970
9971 2003-01-17 [paul]
9972
9973         * sync with 0.8.9 release
9974
9975 2003-01-17 [paul]       0.8.8claws108
9976
9977         * sync with 0.8.8cvs11
9978                 see ChangeLog 2003-01-17
9979
9980 2003-01-16 [colin]      0.8.8claws107
9981
9982         * src/procmsg.c
9983                 Changed encryption test to re-ask passphrase
9984                 if an encrypted message hasn't been decrypted
9985                 Fixes bug #5
9986
9987 2003-01-16 [christoph]  0.8.8claws106
9988
9989         * src/prefs_gtk.c
9990         * src/prefs_toolbar.c
9991         * src/gtk/prefswindow.h
9992         * src/plugins/spamassassin/spamassassin_gtk.c
9993                 remove page destroy function that is not used anymore
9994
9995 2003-01-16 [paul]       0.8.8claws105
9996
9997         * sync with 0.8.8cvs9
9998                 see ChangeLog 2002-01-16
9999
10000 2003-01-16 [colin]      0.8.8claws104
10001
10002         * src/compose.[ch]
10003                 Fix bug with autosaved drafts for IMAP, when draft
10004                 folder is specified - fixes bugzilla bug #20
10005
10006 2003-01-15 [paul]       0.8.8claws103
10007
10008         * src/compose.[ch]
10009           src/procmsg.c
10010                 store folder and message-id of message forwarding
10011                 in queue header and set forward flag after sending
10012
10013 2003-01-15 [paul]       0.8.8claws102
10014
10015         * sync with 0.8.8cvs8
10016                 see ChangeLog 2002-01-15
10017
10018 2003-01-15 [colin]      0.8.8claws101
10019
10020         * src/Makefile.am
10021                 Fix linking with GNU libiconv
10022
10023 2003-01-15 [darko]      0.8.8claws100
10024
10025         * src/pine.c
10026                 fix crash when importing pine address book
10027                 entry with an empty name (reported by DY
10028                 <dybulk at tri8.net>)
10029
10030 2003-01-14 [paul]       0.8.8claws99
10031
10032         * configure.in  ** REMOVED **
10033           configure.ac  ** NEW FILE **
10034                 rename configure.in to configure.ac, as it is now
10035                 preferred
10036
10037 2003-01-14 [melvin]     0.8.8claws98
10038
10039         * src/folderview.c
10040                 folderview_check_new(): More precise function description
10041
10042 2003-01-14 [melvin]     0.8.8claws97
10043
10044         * src/folderview.c
10045                 folderview_check_new(): return the number of new messages 
10046                         since last check.
10047         * src/inc.c
10048                 inc_account_mail(): Disable counting of new messages for IMAP
10049                         and NNTP until bug [19] and [14] are fixed.
10050
10051 2003-01-14 [paul]       0.8.8claws96
10052
10053         * sync with 0.8.8cvs6
10054                 see ChangeLog 2003-01-14
10055
10056 2003-01-13 [alfons]     0.8.8claws95
10057
10058         * src/textview.c
10059                 tune email address validation (c. 0.8.8claws89): if . is 
10060                 just one char away from @, the address is invalid too 
10061                 (correctly rejects addresses like foo@.com)
10062
10063 2003-01-13 [paul]       0.8.8claws94
10064
10065         * src/messageview.c
10066           src/toolbar.c
10067                 fixes to the Message View toolbar and menu:
10068                 fix non-functioning Forward button
10069                 make Reply button consider default_reply_list
10070                 remove 'Follow-up...' menu entry
10071                 add 'Forward' and 'Redirect' menu entries
10072
10073 2003-01-13 [melvin]     0.8.8claws93
10074
10075         * src/inc.c
10076                 Fixed typo that could make new messages count incorrect.
10077
10078 2003-01-13 [melvin]     0.8.8claws92
10079
10080         * src/folderview.[ch]
10081                 folderview_check_new(): return the number of new messages.
10082         * src/inc.c
10083                 Should fix bug [14] where new mail notification worked 
10084                         incorrectly with IMAP accounts.
10085                 inc_spool_account(): return number of new msgs, or -1 on error
10086                 inc_all_spool(): return number of new msgs
10087                 
10088 2003-01-13 [melvin]     0.8.8claws91
10089
10090         * src/prefs_actions.c
10091                 Justify help text.
10092
10093 2003-01-12 [thorsten]   0.8.8claws90
10094
10095         * src/common/prefs.c
10096                 close file before rename
10097
10098 2003-01-12 [alfons]     0.8.8claws89
10099
10100         * AUTHORS
10101                 add Christian Mertes
10102         * src/common/utils.[ch]
10103                 g_stricase_hash(), g_stricase_equal(): functions for 
10104                 case insensitive hash tables
10105         * src/textview.c
10106                 use top level domain names to validate email address, based
10107                 on a patch by Christian Mertes (thanks!), but changed 
10108                 implementation to use a hash table 
10109
10110 2003-01-12 [paul]       0.8.8claws88
10111
10112         * po/bg.po
10113                 updated by George Danchev
10114
10115 2003-01-12 [alfons]     0.8.8claws87
10116
10117         * src/summaryview.c
10118                 delete / execute performance: use new style folder update
10119
10120 2003-01-12 [paul]       0.8.8claws86
10121
10122         * sync with 0.8.8cvs5
10123                 see ChangeLog 2003-01-13 (!)
10124
10125 2003-01-12 [alfons]     0.8.8claws85
10126
10127         * src/filtering.c
10128         * src/matcher_parser_parse.y
10129                 prepare change_score filtering action
10130         * src/matcher.[ch]
10131                 give up const-correctness on functions that call non-const-correct functions;
10132                 several casts to gpointer in g_free();
10133                 add change_score;
10134
10135 2003-01-12 [christoph]  0.8.8claws84
10136
10137         * src/compose.c
10138                 fix 2 warnings
10139
10140         * src/gtk/prefswindow.[ch]
10141         * src/plugins/spamassassin/spamassassin_gtk.c
10142                 changed the call of the widget create function
10143                 for PrefsPages, because sometimes the widget
10144                 create function needs a widget that already has
10145                 been attached to a window (to create GDK pixmaps
10146                 for exmaple). So we simply pass the GtkWindow as
10147                 the second parameter now.
10148
10149         * src/main.c
10150         * src/mainwindow.c
10151         * src/prefs_toolbar.[ch]
10152                 rewrite Toolbar Preferences using the new
10153                 prefs window
10154
10155 2003-01-11 [alfons]     0.8.8claws83
10156
10157         * src/addressadd.c
10158                 fix crash when adding sender to addressbook because status bar
10159                 isn't there (the status bar doesn't seem to be used though,
10160                 but I'll let Match decide what to do with it)
10161
10162 2003-01-11 [colin]      0.8.8claws82
10163
10164         * src/main.c
10165           src/toolbar.c
10166                 Two useless changes reversed
10167
10168 2003-01-11 [colin]      0.8.8claws81
10169
10170         * src/mainwindow.c
10171           src/mainwindow.h
10172                 Add mainwindow_get_mainwindow()
10173         * src/alertpanel.c
10174           src/alertpanel.h
10175                 Add alertpanel_error_log() 
10176         * src/compose.c
10177           src/inc.c
10178           src/messageview.c
10179           src/toolbar.c
10180           src/main.c
10181           src/procmsg.c
10182                 Network errors get a View Log button
10183
10184 2003-01-10 [alfons]     0.8.8claws80
10185
10186         * src/prefs_toolbar.c
10187         * src/toolbar.c
10188                 use the translatable string for "Separator" as file name for
10189                 separator toolbar items (probably make this uppercase?)
10190
10191 2003-01-10 [alfons]     0.8.8claws79
10192
10193         * src/prefs_toolbar.c
10194                 put right A_SEPARATOR description string in "displayed
10195                 toolbar items list" so manually added separators are
10196                 saved correctly (bug #10, "Adding a separator to the main 
10197                 toolbar fails, entry in xml file is wrong")
10198
10199 2003-01-10 [christoph]  0.8.8claws78
10200
10201         * src/imap.c
10202                 o fix warnings
10203                 o use CAPABILITY to check if NAMESPACE is available
10204
10205 2003-01-10 [christoph]  0.8.8claws77
10206
10207         * src/imap.[ch]
10208                 apply UIDPLUS IMAP extension support patch
10209
10210         Patch submitted by Simon 'corecode' Schubert
10211
10212 2003-01-10 [paul]       0.8.8claws76
10213
10214         * src/folderview.c
10215                 a sync from main which fixes the news account folders'
10216                 Properties bug
10217
10218 2003-01-10 [christoph]  0.8.8claws75
10219
10220         * src/folder.c
10221                 don't accept 0 as a valid uid returned by copy and move
10222                 functions. 0 means the message was copied or moved but the
10223                 new uid could not be fetched. It is not an error condition
10224                 for the copy or move operation.
10225
10226 2003-01-10 [paul]       0.8.8claws74
10227
10228         * src/prefs_filtering.c
10229                 change English used in Alert when entry is not
10230                 saved.
10231                 
10232         * sync with 0.8.8cvs4
10233                 see ChangeLog 2003-01-10
10234
10235 2003-01-10 [darko]      0.8.8claws73
10236
10237         * src/pine.c
10238                 fix crash when importing address book entry
10239                 without a valid address
10240
10241 2003-01-09 [alfons]     0.8.8claws72
10242
10243         * src/inc.c
10244                 filtering performance: use new style folder update
10245
10246 2003-01-09 [christoph]  0.8.8claws71
10247
10248         * src/compose.c
10249         * src/gtk/menu.[ch]
10250                 fix wrong selecting of mime encoding type, when
10251                 opening property dialog of attachments in the
10252                 compose window. 7bit was always selected and that
10253                 destoryed files with 8bit data.
10254                 (closes bug #9 Sylpheed-claws destroys attachments when
10255                  changing MIME-types)
10256
10257 2003-01-09 [paul]       0.8.8claws70
10258
10259         * sync with 0.8.8cvs3
10260                 see ChangeLog 2003-01-09
10261
10262 2003-01-08 [alfons]     0.8.8claws69
10263         
10264         * src/addressadd.c
10265                 apply patch by Kim Schulz to fix build breakage
10266                 because of missing variable
10267
10268 2003-01-08 [paul]       0.8.8claws68
10269
10270         * sync with 0.8.8cvs2
10271                 see ChangeLog 2002-01-08
10272
10273 2003-01-08 [paul]       0.8.8claws67
10274
10275         * po/it.po
10276                 updated by Alessandro Maestri
10277                 
10278         * src/addressadd.c
10279                 when using 'Add sender to addressbook' allow
10280                 name to be edited and remarks to be entered
10281                 Patch submitted by Luke Plant
10282
10283 2003-01-08 [darko]      0.8.8claws66
10284
10285         * README.claws, src/summaryview.c
10286                 fix description for marked messages
10287
10288 2003-01-08 [paul]
10289
10290         * tools/Makefile.am
10291           tools/launch_phoenix  ** NEW FILE **
10292                 add script that enables using Phoenix as the default
10293                 web browser. 
10294                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10295                 
10296         * tools/OOo2sylpheed.pl
10297                 remove full path to sylpheed executable, just 'sylpheed'
10298                 will do
10299                 
10300         * tools/README
10301                 add launch_phoenix informtion and re-arrange and compress
10302                 the data a little
10303
10304 2003-01-07 [christoph]  0.8.8claws65
10305
10306         * src/folder.c
10307                 fix update for source folder when moving messages
10308         * src/procmsg.[ch]
10309         * src/summaryview.c
10310                 use function to set to_folder for message infos and
10311                 automatically update the op_count for old and new
10312                 folder
10313
10314 2003-01-07 [melvin]     0.8.8claws64
10315
10316         * src/prefs_actions.c
10317                 Fixed bug where an '%p' Action on a displayed image crashed 
10318                         Sylpheed
10319                 Code clean up (get rid of duplicated code and removed unnecessary 
10320                                 structure member)
10321
10322 2003-01-07 [christoph]  0.8.8claws63
10323
10324         * src/compose.c
10325         * src/folder.[ch]
10326         * src/folderview.c
10327         * src/import.c
10328         * src/inc.c
10329         * src/main.c
10330         * src/mainwindow.c
10331         * src/messageview.c
10332         * src/prefs_folder_item.c
10333         * src/procmsg.c
10334         * src/summaryview.c
10335         * src/toolbar.c
10336                 o remove all folder update triggering from the UI code. The folder
10337                   system should know much better when a folder needs an update.
10338                 o to prevent multiple updates in a row the folder updates can be
10339                   frozen for some time.
10340
10341                 Note: - Please verify that no updates are missing
10342                       - Check where freeze/thaws should be added
10343
10344 2003-01-07 [christoph]  0.8.8claws62
10345
10346         * src/prefs_actions.c
10347                 don't translate empty strings
10348
10349         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10350
10351 2003-01-06 [christoph]  0.8.8claws61
10352
10353         * src/prefs_actions.c
10354                 mark strings for gettext
10355         * src/prefs_matcher.c
10356                 use new description window for Execute action and
10357                 match condition in Filtering
10358
10359         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10360
10361 2003-01-06 [alfons]     0.8.8claws60
10362
10363         keep myself inspired to re-organize matcher part 8; 
10364         yes, more to come (I need to move out the descriptive
10365         text for actions to matcher.c, or at least make it not
10366         depend on the wicked ordering)
10367
10368         * src/prefs_matcher.c
10369                 add documentation so others may comprehend the
10370                 UI part of the conditions
10371                 
10372 2003-01-06 [christoph]  0.8.8claws59
10373
10374         * src/prefs_actions.c
10375                 use new description window for syntax help
10376         * src/gtk/description_window.c
10377                 fix display of descriptions with column count != 2
10378
10379         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10380
10381 2003-01-06 [christoph]  0.8.8claws58
10382
10383         * src/quote_fmt.c
10384         * src/summaryview.[ch]
10385         * src/gtk/Makefile.am
10386         * src/gtk/description_window.[ch]       ** NEW **
10387                 use a generic window to display syntax descriptions
10388                 currently used in quote_fmt and summaryview (new description
10389                 for extended quick search)
10390
10391         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10392
10393 2003-01-06 [paul]       0.8.8claws57
10394
10395         * sync with 0.8.8cvs1
10396                 see ChangeLog 2003-01-06
10397
10398 2003-01-06 [christoph]  0.8.8claws56
10399
10400         * src/mainwindow.c
10401         * src/prefs_gtk.[ch]
10402         * src/gtk/prefswindow.[ch]
10403         * src/plugins/spamassassin/spamassassin_gtk.c
10404                 o remove page management from prefswindow, pages
10405                   will be an argument to prefswindow_open
10406                 o prefswindow_open gets a datapointer that is
10407                   passed to the widget_create function to allow
10408                   creation of prefswindow for specific items
10409
10410 2003-01-06 [colin]      0.8.8claws55
10411         
10412         * src/summaryview.c
10413                 We don't want regexp in the reply-finder, 
10414                 because MIDs can contain !,$,. and so on
10415
10416 2003-01-06 [jens]       0.8.8claws54
10417
10418         * src/jpilot.c
10419                 fixed a wrong free in jpilot_read_db_files
10420
10421 2003-01-06 [alfons]     0.8.8claws53
10422
10423         re-organize matcher part 8; more to come
10424        
10425         * src/matcher.c
10426                 matcherprop_to_string(): put g_free()s before the
10427                 switch-case break to fix memleaks                
10428
10429 2003-01-06 [colin]      0.8.8claws52
10430
10431         * src/summaryview.c
10432                 cleanup & reply-finder now displays the first 
10433                 matching message
10434
10435 2003-01-05 [alfons]     0.8.8claws51
10436
10437         re-organize matcher part 7; more to come
10438
10439         * src/matcher.[ch]
10440                 fixes for constant correctness;
10441                 more documentation;
10442
10443 2003-01-05 [alfons]     0.8.8claws50
10444
10445         re-organize matcher part 6; more to come
10446         
10447         * src/matcher.[ch]
10448                 fixes for constant correctness;
10449                 more documentation;
10450         * src/filtering.c
10451                 fix for constant correctness
10452
10453 2003-01-05 [colin]      0.8.8claws49
10454
10455         * src/account.[ch]
10456                 Add account_get_reply_account function
10457         * src/compose.c
10458                 Use account_get_reply_account function 
10459         * src/summaryview.c
10460                 Basic reply-finder - click on the replied
10461                 icon gets you to the outbox using quick-search
10462
10463 2003-01-05 [paul]       0.8.8claws48
10464
10465         * src/prefs_common.c
10466                 small change to English
10467                 
10468         * src/prefs_filtering.c
10469                 prefs_filtering_action_select(): improve logic and uniformity
10470                 of gui
10471
10472 2003-01-05 [alfons]     0.8.8claws47
10473
10474         fine tune solution to focus problems (bug #7)
10475
10476         * src/mainwindow.c
10477                 mainwindow_focus_in_event(): remove grab event check
10478         * src/summaryview.c
10479                 summary_button_pressed(): move selection on right-click
10480                 too. we can't possibly move the selection back after
10481                 canceling a dialog, because gtk's incomplete focus 
10482                 management. whether this is a good solution, only time
10483                 will tell.
10484
10485 2003-01-05 [christoph]  0.8.8claws46
10486
10487         * src/imap.c
10488                 fix crash when no imap connection could be established
10489
10490 2003-01-05 [paul]       0.8.8claws45
10491
10492         * src/mainwindow.c
10493           src/sumamryview.c
10494           src/gtk/menu.[ch]
10495                 fix bug 605957 'shortcuts in popup-menu'
10496                 make user-defined shortcuts work
10497                 show shortcuts that are already defined
10498                 in the main menu
10499                 Patch submitted by Luke Plant
10500
10501 2003-01-05 [alfons]     0.8.8claws44
10502
10503         * src/mainwindow.c
10504                 focus_in_event handler should not select summary view row 
10505                 when another window (menu, dialog) grabbed for events 
10506                 (bug #7, "[0.8.8claws42] Message summary focus") 
10507
10508 2003-01-04 [christoph]  0.8.8claws43
10509
10510         * src/procmsg.c
10511                 update save folder after adding the sent message
10512                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10513
10514 2003-01-02 [christoph]  0.8.8claws42
10515
10516         * src/common/plugin.c
10517                 fix unloading of all plugins and unload
10518                 plugins in reverse order
10519                 
10520         * src/gtk/pluginwindow.c
10521                 implement function of load and unload button
10522
10523         * src/gtk/prefswindow.c
10524         * src/gtk/prefswindow.h
10525                 rename register function and add new unregister
10526                 function
10527
10528         * src/plugins/spamassassin/spamassassin_gtk.c
10529                 unregister prefs page and update for changes in
10530                 src/gtk/prefswindow.c
10531
10532 2003-01-02 [paul]       0.8.8claws41
10533
10534         * po/es.po
10535                 updated by Ricardo Mones Lastra
10536
10537 2003-01-02 [paul]
10538
10539         * tools/tb2sylpheed
10540                 fixes and improvements by Urke MMI
10541
10542 2003-01-02 [thorsten]   0.8.8claws40
10543
10544         * src/procmsg.c
10545                 fixed wrong return value
10546
10547 2003-01-02 [thorsten]   0.8.8claws39
10548
10549         * src/prefs.c
10550                 fixed printing wrong variable
10551
10552 2003-01-02 [thorsten]   0.8.8claws38
10553
10554         * src/prefs.c
10555                 fixed acessing members of freed pfile struct
10556
10557 2003-01-02 [thorsten]   0.8.8claws37
10558
10559         * src/procmsg.c
10560                 detect loops across several messages
10561                 as suggested by Christoph Hohmann
10562
10563 2003-01-01 [match]      0.8.8claws36
10564
10565         * src/addrindex.c
10566                 fixed another memory leak.
10567
10568 2003-01-01 [match]      0.8.8claws35
10569
10570         * src/jpilot.[ch]
10571                 fixed memory leaks. applied Doxygen comments.
10572
10573 2003-01-01 [thorsten]   0.8.8claws34
10574
10575         * src/procmsg.c
10576                 inhibit endless loop if msg references itself
10577                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
10578
10579 2003-01-01 [christoph]  0.8.8claws33
10580
10581         * src/mainwindow.c
10582         * src/gtk/Makefile.am
10583         * src/gtk/pluginwindow.c                ** NEW **
10584         * src/gtk/pluginwindow.h                ** NEW **
10585                 add plugin window
10586
10587         * src/plugins/demo/demo.c
10588         * src/plugins/spamassassin/spamassassin.c
10589         * src/plugins/spamassassin/spamassassin_gtk.c
10590                 write better plugin descriptions
10591
10592 2002-12-31 [christoph]  0.8.8claws32
10593
10594         * src/gtk/prefswindow.c
10595         * src/plugins/spamassassin/spamassassin_gtk.c
10596                 some small improvements to GTK code
10597
10598 2002-12-31 [christoph]  0.8.8claws31
10599
10600         * src/plugins/spamassassin/spamassassin_gtk.c
10601                 enable folder select button
10602
10603 2002-12-31 [christoph]  0.8.8claws30
10604
10605         * src/mainwindow.c
10606         * src/gtk/Makefile.am
10607         * src/gtk/prefswindow.c                         ** NEW **
10608         * src/gtk/prefswindow.h                         ** NEW **
10609                 add new prefs window
10610
10611         * src/common/plugin.c
10612                 don't try to load empty config lines
10613         
10614         * src/plugins/spamassassin/Makefile.am
10615         * src/plugins/spamassassin/spamassassin.c
10616         * src/plugins/spamassassin/spamassassin.h       ** NEW **
10617         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
10618                 GTK config for SpamAssassin Plugin using
10619                 the new prefs window
10620
10621 2002-12-31 [paul]       0.8.8claws29
10622
10623         * po/POTFILES.in
10624                 remove obsolete entry 'src/menu.c'
10625
10626 2002-12-31 [alfons]     0.8.8claws28
10627
10628         * src/matcher.[ch]
10629         * src/matcher_parser_parse.y
10630         * src/prefs_matcher.c
10631                 add "ignore_thread" and "~ignore_thread" condition so it's
10632                 possible to make the actions / scoring operate on the ignore
10633                 thread flag
10634
10635 2002-12-31 [christoph]  0.8.8claws27
10636
10637         * src/addrbook.c
10638         * src/addrindex.c
10639         * src/folder.c
10640         * src/matcher.c
10641         * src/prefs_account.c
10642         * src/prefs_actions.c
10643         * src/prefs_customheader.c
10644         * src/prefs_display_header.c
10645         * src/prefs_gtk.c
10646         * src/procmime.c
10647         * src/toolbar.c
10648         * src/xmlprops.c
10649         * src/common/prefs.[ch]
10650                 extend prefs file handling for reading and automatic handling
10651                 of blocks. When reading prefs_set_block_label will automatically
10652                 move on to the block. When writing it will copy all other blocks
10653                 automatically
10654
10655         * src/common/plugin.c
10656                 Now loading plugin filenames from [Plugins] block in
10657                 sylpheed rc file
10658
10659 2002-12-30 [christoph]  0.8.8claws26
10660
10661         * src/common/hooks.[ch]
10662                 return abort status to caller of hooks_invoke
10663                 
10664         * src/inc.[ch]
10665                 invoke message filtering hook and stop
10666                 default handling when filter returns abort
10667
10668         * src/common/plugin.[ch]
10669         * src/plugins/demo/demo.c
10670                 modify plugin loader, because resolving symbols for strings
10671                 does not work correctly
10672         
10673         * configure.in
10674         * ac/spamassassin.m4                            ** NEW **
10675         * src/plugins/spamassassin/.cvsignore           ** NEW **
10676         * src/plugins/spamassassin/Makefile.am          ** NEW **
10677         * src/plugins/spamassassin/README               ** NEW **
10678         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
10679         * src/plugins/spamassassin/spamassassin.c       ** NEW **
10680         * src/plugins/spamassassin/utils.[ch]           ** NEW **
10681                 add spamassassin plugin, see src/plugins/spamassassin/README
10682                 for details
10683
10684 2002-12-29 [alfons]     0.8.8claws25
10685
10686         * src/mainwindow.c
10687                 when moving focus from a message view to the main 
10688                 window, don't forget to select the summary node
10689                 of the displayed message. should fix "[ 659103 ] 
10690                 focus-follows-mouse confuses sylpheed"
10691
10692 2002-12-29 [christoph]  0.8.8claws24
10693
10694         * src/Makefile.am
10695         * src/stringtable.[ch]          ** REMOVE **
10696         * src/common/Makefile.am
10697         * src/common/stringtable.[ch]   ** NEW **
10698                 move stringtable files to common directory
10699
10700 2002-12-29 [christoph]  0.8.8claws23
10701
10702         * src/Makefile.am
10703         * src/menu.[ch]                 ** REMOVE **
10704         * src/gtk/Makefile.am
10705         * src/gtk/menu.[ch]             ** NEW **
10706                 move menu files to gtk directory
10707
10708 2002-12-29 [match]      0.8.8claws22
10709
10710         * src/addressbook.c
10711         * src/syldap.c
10712                 moved UI specific code out of LDAP code into addressbook
10713                 UI code. fixed memory leak.
10714
10715 2002-12-29 [christoph]  0.8.8claws21
10716
10717         * src/folder.c
10718                 only check for IGNORED parent message when message is
10719                 not IGNORED itself
10720
10721 2002-12-29 [alfons]     0.8.8claws20
10722
10723         * src/summaryview.c
10724                 set gtksctree's anchor correct (immediate execute
10725                 changes the tree's layout, and anchor points at 
10726                 the incorrect row). fixes "[ 657233 ] multiple msg 
10727                 delete sometimes off by 1".
10728                 we probably have to look for more tree layout /
10729                 anchor glitches.
10730
10731 2002-12-29 [paul]       0.8.8claws19
10732
10733         * src/summaryview.c
10734                 fix bug [ 659054 ] incorrect sorting of 'From' column
10735                 when using 'display sender using address book'
10736                 thanks to Alfons and Luke Plant
10737
10738 2002-12-29 [christoph]  0.8.8claws18
10739
10740         * src/folder.c
10741         * src/procmsg.[ch]
10742                 check parent messages for IGNORE THREAD flag, when adding,
10743                 moving or copying messages to a folder
10744
10745 2002-12-27 [alfons]     0.8.8claws17
10746
10747         re-organize matcher part 5; more to come
10748
10749         * src/matcher.c
10750                 hash keywords in matchparser_tab 
10751
10752 2002-12-27 [alfons]     0.8.8claws16
10753
10754         re-organize matcher part 4; more to come
10755
10756         * src/matcher_parser.h
10757         * src/matcher_parser_lex.l
10758         * src/matcher_parser_parse.y
10759                 cleanup
10760
10761 2002-12-27 [alfons]     0.8.8claws15
10762
10763         re-organize matcher part 3; more to come
10764
10765         * src/matcher.[ch]
10766                 cleanup
10767
10768 2002-12-27 [alfons]     0.8.8claws14
10769
10770         re-organize matcher part 2; more to come but this should
10771         work. cc me if there are any regressions.
10772
10773         * src/matcher.h
10774                 add prototype for get_matchparser_tab_id()
10775         * src/matcher_parser_lex.l
10776                 look up keywords using matchparser_tab_id();
10777
10778 2002-12-27 [alfons]     0.8.8claws12
10779
10780         re-organize matcher part 1
10781
10782         * src/matcher.h
10783                 map yacc generated constants to sylpheed matcher constants
10784         * src/matcher.c
10785                 add function to find a matcher constant from a string
10786
10787 2002-12-27 [christoph]  0.8.8claws11
10788
10789         * src/compose.c
10790                 MENUITEM_ADD casts the 4th argument from integer to pointer
10791                 so it probably should not be a pointer, this means we
10792                 should use account id for it and not the account's pointer
10793
10794 2002-12-27 [paul]       0.8.8claws10
10795
10796         * src/mainwindow.c
10797                 remove unneeded 'GtkWidget *vbox'
10798                 
10799         * src/summaryview.c
10800                 further sync with 0.8.8 - make sort
10801                 by recipient work as expected
10802                 
10803         * NEWS
10804                 sync with 0.8.8
10805
10806 2002-12-27 [paul]       0.8.8claws9
10807
10808         * po/pt_BR.po
10809                 updated by Ivan F. Martinez
10810                 
10811 2002-12-27 [darko]      0.8.8claws8
10812
10813         * src/common/utils.c
10814                 added locked pattern to extended search
10815
10816 2002-12-27 [alfons]     0.8.8claws7
10817
10818         * src/prefs_matcher.[ch]
10819                 clean up
10820
10821 2002-12-26 [alfons]     0.8.8claws6
10822
10823         * src/matcher.[ch]
10824         * src/matcher_parser_lex.l
10825         * src/matcher_parser_parse.y
10826         * src/prefs_matcher.c
10827                 allow color label as a condition in the matcher
10828
10829 2002-12-26 [oliver]     0.8.8claws5
10830         
10831         * src/toolbar.c 
10832                 enable Addressbook for Main and Messageview
10833         * src/prefs_actions.c
10834                 enable actions in Messageview
10835
10836 2002-12-26 [christoph]  0.8.8claws4
10837
10838         * src/common/plugin.c
10839                 add a little debug output
10840         * configure.in
10841         * src/plugins/demo/Makefile.am
10842                 better use of automake
10843
10844 2002-12-26 [christoph]  0.8.8claws3
10845
10846         * src/Makefile.am
10847         * src/common/Makefile.am
10848                 fix "make distdir"
10849
10850 2002-12-26 [christoph]  0.8.8claws2
10851
10852         * configure.in
10853                 sort configure checks into common / gtk / plugins
10854         * po/POTFILES.in
10855                 add src/prefs_gtk.c
10856         * src/Makefile.am
10857                 add plugins SUBDIR
10858         * src/main.c
10859         * src/common/sylpheed.[ch]
10860                 added now sylpheed_done function for shutdown
10861         * src/common/Makefile.am
10862         * src/common/plugin.[ch]                ** NEW **
10863                 plugin loader and unloader
10864         * src/plugins/.cvsignore                ** NEW **
10865         * src/plugins/Makefile.am               ** NEW **
10866                 build plugins
10867         * src/plugins/demo/.cvsignore           ** NEW **
10868         * src/plugins/demo/Makefile.am          ** NEW **
10869         * src/plugins/demo/demo.c               ** NEW **
10870                 small demo plugin that installs a logtext hook and
10871                 outputs the log text to stdout
10872
10873 2002-12-26 [paul]       0.8.8claws1
10874
10875         * po/es.po
10876                 updated by Ricardo Mones Lastra
10877
10878 2002-12-26 [paul]       0.8.8claws
10879
10880         * 0.8.8claws released
10881
10882 2002-12-26 [paul]       0.8.7claws12
10883
10884         * po/bg.po
10885                 updated by George Danchev
10886
10887 2002-12-26 [paul]       0.8.7claws11
10888
10889         * po/POTFILES.in
10890                 remove unneeded 'src/prefs.c' entry 
10891
10892 2002-12-26 [paul]       0.8.7claws10
10893
10894         * src/codeconv.c
10895           src/mainwindow.c
10896                 sync with 0.8.8 release
10897         
10898         * src/folder.[ch]
10899           src/mh.c
10900           src/summaryview.c
10901                 partial sync with 0.8.8 release
10902         
10903
10904 2002-12-25 [alfons]     0.8.7claws9
10905
10906         * src/matcher.[ch]
10907         * src/matcher_parser_lex.l
10908         * src/matcher_parser_parse.y
10909         * src/prefs_matcher.c
10910                 add locked flag to possible filtering / matcher 
10911                 conditions (also a good example what should be
10912                 done to add a simple boolean condition)
10913
10914 2002-12-25 [christoph]  0.8.7claws8
10915
10916         * src/Makefile.am
10917         * src/account.[ch]
10918         * src/addrbook.c
10919         * src/addressbook.c
10920         * src/addrindex.c
10921         * src/filtering.c
10922         * src/folder.c
10923         * src/matcher.c
10924         * src/prefs.[ch]                ** REMOVE **
10925         * src/prefs_account.c
10926         * src/prefs_actions.c
10927         * src/prefs_common.c
10928         * src/prefs_customheader.c
10929         * src/prefs_display_header.c
10930         * src/prefs_filtering.c
10931         * src/prefs_folder_item.c
10932         * src/prefs_gtk.[ch]            ** NEW **
10933         * src/prefs_matcher.c
10934         * src/prefs_scoring.c
10935         * src/prefs_summary_column.c
10936         * src/procmime.c
10937         * src/selective_download.c
10938         * src/toolbar.c
10939         * src/common/Makefile.am
10940         * src/common/prefs.[ch]         ** NEW **
10941                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
10942
10943 2002-12-24 [alfons]     0.8.7claws7
10944
10945         * src/summaryview.c
10946                 summary_thread_build(): fix real cause of the crash mentioned in
10947                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
10948                 this way we get meaningful ctree nodes 
10949
10950 2002-12-24 [oliver]     0.8.7claws6
10951
10952         * src/mainwindow.[ch]
10953         * src/messageview.[ch]
10954         * src/compose.[ch]
10955         * src/inc.c
10956         * src/summaryview.c
10957                 changes to use updated toolbar handling
10958                 
10959 2002-12-24 [oliver]     0.8.7claws5
10960
10961         * src/toolbar.[ch]
10962                 generic toolbar handling
10963                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
10964         * src/prefs_toolbar.[ch]
10965                 adjust to handling
10966         
10967 2002-12-24 [oliver]     0.8.7claws4
10968         
10969         * src/stock_pixmap.[ch]
10970                 move SYLPHEED_LOGO to end of list in order 
10971                 to remove it from Custom Toolbar`s Icon View
10972
10973 2002-12-24 [alfons]     0.8.7claws3
10974
10975         * src/summaryview.c
10976                 summary_thread_build(): fix crash because of focus != selection 
10977                 after threading. when deleting the selection, gtk tries but fails 
10978                 to find the correct focusable element. we now force the selection
10979                 to be focused. this should solve the infamous bug reported by 
10980                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
10981                 a test case is available. 
10982
10983 2002-12-24 [darko]      0.8.7claws2
10984
10985         * src/summaryview.c
10986                 don't crash when unmarking message with unread children
10987
10988 2002-12-23 [christoph]  0.8.7claws1
10989
10990         * src/Makefile.am
10991         * src/common/Makefile.am
10992                 update Makefiles for moved intl.h, version.h and defs.h
10993         * src/imap.c
10994                 rewrite imap_session_get to avoid duplicate code
10995
10996 2002-12-23 [paul]       0.8.7claws
10997
10998         * Santa-Claws released
10999         
11000         * po/hu.po
11001           po/ru.po
11002                 squeeze in updated Hungarian and Russian translations.
11003                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11004
11005 2002-12-23 [paul]       0.8.6claws129
11006
11007         * po/pl.po
11008                 updated by Witold Wladyslaw Wojciech Wilk
11009
11010 2002-12-23 [paul]       0.8.6claws128
11011
11012         * src/quote_fmt_parse.y
11013                 fix typo and add licence header
11014
11015 2002-12-23 [paul]       0.8.6claws127
11016
11017         * po/en_GB.po
11018                 updated
11019
11020 2002-12-23 [paul]       0.8.6claws126
11021
11022         * po/it.po
11023                 updated translation, submitted by Alessandro Maestri
11024                 
11025 2002-12-23 [paul]       0.8.6claws125
11026
11027         * src/quote_fmt_parse.y
11028                 fix signature-stripping on replies bug. match
11029                 '-- \n' and not '-- '.
11030
11031 2002-12-22 [paul]       0.8.6claws124
11032
11033         * po/bg.po
11034           po/es.po
11035           po/sr.po
11036                 updated translations. submitted by George Danchev,
11037                 Ricardo Mones Lastra, and Urke MMI respectively
11038
11039 2002-12-21 [paul]       0.8.6claws123
11040
11041         * src/addrbook.c
11042                 fix coding style
11043
11044 2002-12-21 [paul]       0.8.6claws122
11045
11046         * src/addrbook.c
11047                 fix bug [643638] where if a person is in one or more
11048                 addressbook groups editing that person's email 
11049                 address results in removal from those groups.
11050                 Patch submitted by Luke Plant.
11051
11052 2002-12-20 [christoph]  0.8.6claws121
11053
11054         * src/common/utils.c
11055         * src/summaryview.c
11056                 reimplement expand_search_string using GString to
11057                 prevent crashs caused by miscalculated string
11058                 lengths reported by Paul
11059
11060 2002-12-20 [christoph]  0.8.6claws120
11061
11062         * src/summaryview.c
11063                 don't use "changed" to check if op_count has to be changed as it
11064                 is also set when the message has unread children
11065                 (closes bug [ 653221 ] crash while deleting duplicates)
11066
11067 2002-12-20 [paul]       0.8.6claws119
11068
11069         * sync with 0.8.6cvs27
11070                 see ChangeLog 2002-12-20
11071
11072 2002-12-20 [paul]       0.8.6claws118
11073
11074         * sync with 0.8.6cvs26
11075                 see ChangeLog 2002-12-19 and 2002-12-20
11076
11077 2002-12-19 [alfons]     0.8.6claws117
11078
11079         * src/textview.c
11080                 fix incorrect parsing of email addresses, submitted by 
11081                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11082                 name display if it contains @".
11083
11084 2002-12-18 [paul]       0.8.6claws116
11085
11086         * sync with 0.8.6cvs23
11087                 see ChangeLog 2002-12-18
11088
11089 2002-12-18 [paul]       0.8.6claws115
11090
11091         * src/Makefile.am
11092         * src/account.c
11093         * src/codeconv.c
11094         * src/gtkutils.[ch]
11095         * src/imap.c
11096                 sync with 0.8.6cvs22.
11097                 see ChangeLog 2002-12-17 and 2002-12-18
11098
11099 2002-12-17 [christoph]  0.8.6claws114
11100
11101         * src/imap.c
11102                 o don't create a session if imap greeting fails
11103                 o don't close socket when authentication fails
11104                   this is done by imap_session_destroy
11105
11106 2002-12-17 [thorsten]   0.8.6claws113
11107
11108         * tools/Makefile.am
11109           tools/README
11110           tools/google_msgid.pl ** NEW FILE **
11111                 Added "search for message-id" script and doc
11112
11113 2002-12-17 [thorsten]   0.8.6claws112
11114
11115         * po/hu.po
11116                 Updated hungarian translation
11117                 (updated by Gal Zoltan)
11118
11119 2002-12-16 [christoph]  0.8.6claws111
11120
11121         * src/addr_compl.c
11122                 remove stupid addressbook dump to debug output
11123         * src/mh.c
11124                 fix memory leak found by Hiro
11125
11126 2002-12-14 [paul]       0.8.6claws110
11127
11128         * src/compose.c
11129                 fix menubar sensitivity on send
11130                 
11131         * src/prefs_filtering.c
11132         * src/prefs_matcher.c
11133         * src/prefs_scoring.c
11134                 Fix english ;)
11135                 
11136         * src/common/quoted-printable.h
11137                 sync: fix typo
11138         
11139 2002-12-13 [christoph]  0.8.6claws109
11140
11141         * src/Makefile.am
11142         * src/manage_window.[ch]        ** REMOVE **
11143         * src/gtk/Makefile.am
11144         * src/gtk/manage_window.[ch]    ** NEW **
11145                 move manage_window files to gtk directory
11146
11147 2002-12-13 [christoph]  0.8.6claws108
11148
11149         * src/Makefile.am
11150         * src/gtkshruler.[ch]           ** REMOVE **
11151         * src/gtk/Makefile.am
11152         * src/gtk/gtkshruler.[ch]       ** NEW **
11153                 move gtkshruler files to gtk directory
11154
11155 2002-12-13 [christoph]  0.8.6claws107
11156
11157         * src/Makefile.am
11158         * src/compose.c
11159         * src/gtkstext.[ch]             ** REMOVE **
11160         * src/gtkutils.[ch]
11161         * src/textview.c
11162         * src/gtk/gtkstext.[ch]         ** NEW **
11163         * src/gtk/Makefile.am
11164                 o move stext functions to gtkstext.c to remove
11165                   dependency of gtkutils
11166                 o move gtkstext files to gtk directory
11167
11168         * src/gtk/Makefile.am
11169         * src/gtk/sslcertwindow.[ch]
11170                 UI stuff can always depend on common code so
11171                 it's ok to add ../common to include path
11172
11173 2002-12-13 [colin]      0.8.6claws106
11174
11175         * src/summaryview.c
11176                 Disconnect sighandlers for mainwindow when
11177                 quicksearch has the focus
11178                 Fix bug #653231
11179         * src/mainwindow.[ch]
11180                 Make key_pressed callback public, to be able
11181                 to disconnect it
11182
11183 2002-12-13 [christoph]  0.8.6claws105
11184
11185         * src/mh.c
11186                 create .mh_sequences file in new MH folders
11187                 (closes feature request [ 523162 ] MH folders should
11188                  get a .mh_sequences)
11189
11190 2002-12-13 [colin]      0.8.6claws104
11191
11192         * src/summaryview.c
11193                 Better handling of quicksearch show/hide
11194                 (basically the button stays under the mouse 
11195                  when toggled)
11196
11197 2002-12-13 [paul]       0.8.6claws103
11198
11199         * sync with 0.8.6cvs17
11200                 see ChangeLog 2002-12-13
11201
11202 2002-12-13 [paul]       0.8.6claws102
11203
11204         * po/es.po
11205                 updated by Ricardo Mones Lastra
11206
11207 2002-12-11 [colin]       0.8.6claws101
11208
11209         * src/folder.c
11210                 remove statusbar stuff
11211           src/folderview.c
11212                 set statusbar verbosity when moving folders
11213
11214 2002-12-11 [colin]       0.8.6claws100
11215         * src/prefs_filtering.c
11216         * src/prefs_matcher.c
11217         * src/prefs_scoring.c
11218                 Fix english ;)
11219
11220 2002-12-11 [colin]       0.8.6claws99
11221
11222         * src/prefs_common.[ch]
11223                 Add summary_quicksearch_type
11224         * src/summaryview.c
11225                 Save last used quicksearch type
11226
11227 2002-12-11 [jens]       0.8.6claws98
11228         * src/prefs_filtering.c
11229         * src/prefs_matcher.c
11230         * src/prefs_scoring.c
11231                 added dialog for incomplete rules in scoring, filtering and
11232                 matcher to ask wheather really close
11233
11234 2002-12-11 [colin]      0.8.6claws97
11235
11236         * src/folder.c
11237                 Fix folder dnd statusbar logging
11238
11239 2002-12-10 [christoph]  0.8.6claws96
11240
11241         * src/compose.c
11242         * src/folder.c
11243         * src/imap.c
11244         * src/inc.c
11245         * src/main.c
11246         * src/mainwindow.c
11247         * src/news.c
11248         * src/send.c
11249         * src/statusbar.[ch]
11250         * src/common/hooks.c
11251         * src/common/log.[ch]
11252                 o handle verbose logging in statusbar directly in statusbar code
11253                   and common code does not need any knowledge about a statusbar
11254                 o remove direct calls to statusbar_(puts|pop)_all functions
11255
11256 2002-12-10 [jens]       0.8.6claws95
11257
11258         * src/*.c
11259                 removed gettext from g_warnings
11260         * po/POTFILES.in
11261                 cleaned and updated
11262         * po/de.po
11263                 updated
11264
11265 2002-12-10 [colin]      0.8.6claws94
11266
11267         * src/main.c
11268                 finish crash dialog fix
11269
11270 2002-12-10 [colin]      0.8.6claws93
11271
11272         * src/main.c
11273                 "Fix" "sylpheed already running" instead of
11274                 crash dialog appearing after a crash
11275
11276 2002-12-10 [colin]      0.8.6claws92
11277
11278         * po/POTFILES.in
11279                 add src/gtk/sslcertwindow.c
11280
11281 2002-12-10 [paul]       0.8.6claws91
11282
11283         * po/POTFILES.in
11284                 updated to reflect recent changes
11285                 submitted by Alessandro Maestri
11286
11287 2002-12-09 [christoph]  0.8.6claws90
11288
11289         * src/Makefile.am
11290         * src/smtp.[ch]                 ** REMOVE **
11291         * src/common/Makefile.am
11292         * src/common/smtp.[ch]          ** NEW **
11293                 move smtp files to common directory
11294
11295 2002-12-09 [christoph]  0.8.6claws89
11296
11297         * src/Makefile.am
11298         * src/session.[ch]              ** REMOVE **
11299         * src/common/Makefile.am
11300         * src/common/session.[ch]       ** NEW **
11301                 move session files to common directory
11302
11303 2002-12-09 [paul]       0.8.6claws88
11304
11305         * src/account.c
11306                 fix bug [649746] edit accounts: move account reverted
11307                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11308
11309 2002-12-09 [colin]      0.8.6claws87
11310
11311         * src/ssl_certificate.c
11312                 cleanup
11313
11314 2002-12-09 [colin]      0.8.6claws86
11315
11316         * src/ssl.c
11317                 Try to open the cert.pem database and 
11318                 issue a warning if it isn't there
11319
11320 2002-12-09 [colin]      0.8.6claws85
11321
11322         * src/common/ssl_certificate.c
11323         * src/gtk/sslcertwindow.c
11324                 Warning fixes
11325
11326 2002-12-09 [colin]      0.8.6claws84
11327
11328         * src/ssl_certificate.[ch] ** REMOVED **
11329         * src/common/ssl_certificate.[ch] ** NEW **
11330         * src/Makefile.am
11331         * src/common/Makefile.am
11332                 Moved ssl_certificate.[ch] to common
11333         * src/common/ssl.c 
11334                 Put back needed include
11335         * src/gtk/sslcertwindow.[ch]
11336                 Changed ssl_certificate.h include
11337         
11338 2002-12-09 [colin]      0.8.6claws83
11339
11340         * src/gtk/sslcertwindow.[ch]
11341                 Implement hook for certificate acception
11342         * src/ssl_certificate.[ch]
11343                 Implement hook for certificate acception
11344         * src/common/ssl.c
11345                 Reenable certificate acception check
11346         * src/mainwindow.c
11347                 Register sslcertwindow's hook
11348         
11349 2002-12-08 [christoph]  0.8.6claws82
11350
11351         * src/about.c
11352         * src/addr_compl.c
11353         * src/codeconv.c
11354         * src/manual.c
11355         * src/undo.c
11356         * src/common/utils.c
11357                 o add missing includes
11358                 o fix warnings
11359         * src/.cvsignore
11360         * src/common/.cvsignore
11361         * src/common/version.h          ** REMOVE **
11362                 remove autogenerated file
11363
11364 2002-12-08 [paul]       0.8.6claws81
11365
11366         * src/stringtable.c
11367                 put back needed include
11368
11369 2002-12-08 [colin]      0.8.6claws80
11370         
11371         * src/gtk/sslcertwindow.c
11372                 Cleaner popups when asking
11373         * src/ssl_certificate.c
11374         * src/prefs_common.[ch]
11375                 remove ssl certificate pref
11376                 put back needed include
11377         * src/undo.c
11378                 put back needed include
11379
11380 2002-12-08 [christoph]  0.8.6claws79
11381
11382         * src/folderview.c
11383         * src/logwindow.c
11384         * src/statusbar.c
11385         * src/summaryview.c
11386                 only abort hook invokation if required data is missing not
11387                 if our own data pointer is NULL, update hookfunction for
11388                 log window
11389
11390 2002-12-08 [paul]       0.8.6claws78
11391
11392         * src/about.c
11393         * src/addrcache.c
11394         * src/addrclip.c
11395         * src/addr_compl.c
11396         * src/addrselect.c
11397         * src/codeconv.c
11398         * src/colorlabel.c
11399         * src/enriched.c
11400         * src/esmtp.c
11401         * src/exporthtml.c
11402         * src/headerview.c
11403         * src/imageview.c
11404         * src/manual.c
11405         * src/noticeview.c
11406         * src/pgptext.c
11407         * src/scoring.c
11408         * src/sourcewindow.c
11409         * src/stringtable.c
11410         * src/undo.c
11411                 clean up: remove unneccesary includes
11412
11413 2002-12-08 [christoph]  0.8.6claws77
11414
11415         * src/folderview.c
11416         * src/statusbar.c
11417         * src/summaryview.c
11418         * src/common/hooks.[ch]
11419                 hook functions now have a gboolean return value, if a hook
11420                 returns TRUE it will stop executing of any more hooks in
11421                 the same hooklist for this invokation
11422
11423 2002-12-08 [colin]      0.8.6claws76
11424         
11425         * src/main.c
11426                 put back argv0 for CRASH_DIALOG
11427
11428 2002-12-08 [christoph]  0.8.6claws75
11429
11430         * src/Makefile.am
11431         * src/about.c
11432         * src/account.c
11433         * src/crash.c
11434         * src/esmtp.h
11435         * src/imap.[ch]
11436         * src/inc.c
11437         * src/main.c
11438         * src/mainwindow.c
11439         * src/news.c
11440         * src/pop.[ch]
11441         * src/prefs_account.[ch]
11442         * src/prefs_common.[ch]
11443         * src/send.[ch]
11444         * src/smtp.[ch]
11445         * src/ssl_certificate.[ch]
11446         * src/ssl_manager.[ch]
11447         * src/common/Makefile.am
11448         * src/common/log.c
11449         * src/common/nntp.[ch]
11450         * src/common/socket.[ch]
11451         * src/common/ssl.[ch]
11452         * src/gtk/sslcertwindow.[ch]
11453         * ac/openssl.m4
11454                 use new autoconf script to detect OpenSSL with extra parameters
11455                 to specify the location of libs and includes, also remove USE_SSL
11456                 to USE_OPENSSL
11457
11458         * src/common/sylpheed.[ch]
11459         * src/common/version.h.in
11460                 start seperation of common code initialization seperated from gui
11461
11462         * src/summaryview.c
11463                 The function that is called when a color label changes
11464                 should not change the color lable again
11465
11466 2002-12-08 [colin]      0.8.6claws74
11467
11468         * src/gtk/sslcertwindow.c
11469                 warning fixes
11470
11471 2002-12-08 [colin]      0.8.6claws73
11472
11473         * src/statusbar.c
11474           src/common/log.h
11475                 Register a hook for statusbar_puts_all
11476         * src/common/log.c
11477                 invoke statusbar_puts_all's hook
11478         
11479 2002-12-08 [colin]      0.8.6claws72
11480
11481         * src/ssl_certificate.c
11482                 Put back a badly-removed include
11483
11484 2002-12-08 [colin]      0.8.6claws71
11485
11486         * src/gtk/sslcertwindow.[ch]    ** NEW **
11487                 new certificate presentation
11488         * src/gtk/Makefile.am
11489                 add new files
11490         * src/ssl_certificate.[ch]
11491                 gtk cleanup, made utility functions public
11492         * src/ssl_manager.c
11493                 use new cert presentation
11494
11495 2002-12-07 [christoph]  0.8.6claws70
11496
11497         * src/Makefile.am
11498         * src/nntp.[ch]                 ** REMOVE **
11499         * src/common/Makefile.am
11500         * src/common/nntp.[ch]          ** NEW **
11501                 move nntp files to common directory
11502
11503 2002-12-07 [christoph]  0.8.6claws69
11504
11505         * src/procmsg.[ch]
11506         * src/summaryview.c
11507                 implement msginfo update callback using sylpheed's new
11508                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11509
11510 2002-12-06 [christoph]  0.8.6claws68
11511
11512         * src/editgroup.c
11513                 This patch changes the 'Edit Group Details' dialog to
11514                 allow extended selections in either pane, so that
11515                 addresses can be added or removed from a group more
11516                 quickly and easily. (it actually is a net decrease in
11517                 file size, as some unnecessary functions have been
11518                 removed). 
11519                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11520
11521 2002-12-06 [christoph]  0.8.6claws67
11522
11523         * src/Makefile.am
11524         * src/template.[ch]             ** REMOVE **
11525         * src/common/Makefile.am
11526         * src/common/template.[ch]      ** NEW **
11527                 move template files to common directory
11528
11529         * src/nntp.c
11530                 add missing log.h include
11531
11532 2002-12-06 [melvin]     0.8.6claws66
11533
11534         * src/prefs_actions.c
11535                 Added the trailing ">" syntax to insert command's output
11536                 without replacing old text (in contrast to trailing "|").
11537
11538 2002-12-05 [colin]      0.8.6claws65
11539         
11540         * src/common/utils.c
11541                 Don't modify original search_string or it'll change
11542                 the next iterations in the for()
11543
11544 2002-12-05 [darko]      0.8.6claws64
11545
11546         * src/common/utils.c
11547                 proper check for filtering commands, found by Colin
11548
11549 2002-12-05 [darko]      0.8.6claws63
11550
11551         * src/common/utils.c
11552                 check proper string for NULL pointer, found by Colin
11553
11554 2002-12-05 [darko]      0.8.6claws62
11555
11556         * src/common/utils.[ch]
11557                 expand_search_string(): new function
11558                 converts Mutt-like patterns to Sylpheed's
11559                 filtering engine
11560         * src/summaryview.c
11561                 use expand_search_string() to allow Mutt-like
11562                 patterns in extended search
11563         * README.claws
11564                 document extended option in quick search
11565
11566 2002-12-05 [paul]       0.8.6claws61
11567
11568         * sync with 0.8.6cvs16
11569                 see ChangeLog 2002-12-05
11570                 
11571         * po/POTFILES.in
11572                 clean up
11573
11574 2002-12-04 [christoph]  0.8.6claws60
11575
11576         * src/imap.[ch]
11577                 put imap authentication code into a new function and
11578                 remove it from imap_session_new that will allow to
11579                 send other commands before authentication
11580
11581 2002-12-04 [christoph]  0.8.6claws59
11582
11583         * src/imap.[ch]
11584                 use already existing method to prevent unneeded IMAP
11585                 folder selects. Set imap_select parameters to NULL
11586                 in some functions if the values are not required.
11587
11588         * src/xml.h
11589                 remove no longer required include
11590
11591 2002-12-04 [paul]       0.8.6claws58
11592
11593         * po/es.po
11594                 updated by Ricardo Mones Lastra
11595                 
11596         * configure.in
11597           po/hu.po      ** NEW FILE **
11598                 initial Hungarian translation, submitted
11599                 by Gál Zoltán <galzoli@hu.inter.net>
11600
11601 2002-12-03 [christoph]  0.8.6claws57
11602
11603         * src/Makefile.am
11604         * src/gtksctree.[ch]            ** REMOVE **
11605         * src/gtk/Makefile.am
11606         * src/gtk/gtksctree.[ch]        ** NEW **
11607                 move gtksctree files to gtk directory
11608
11609 2002-12-03 [christoph]  0.8.6claws56
11610
11611         * src/Makefile.am
11612         * src/md5.[ch]                  ** REMOVE **
11613         * srm/common/Makefile.am
11614         * src/common/md5.[ch]           ** NEW **
11615                 move md5 files to common directory
11616
11617         * src/gtkstext.c
11618                 remove not required #include
11619
11620 2002-12-03 [sergey]     0.8.6claws55
11621
11622         * src/gtkutils.c
11623         * src/gtkutils.h
11624                 gtkut_window_popup(): new function.
11625         * src/mainwindow.c
11626                 main_window_popup(): use gtkut_window_popup() to raise
11627                 window without changing its position.
11628                 (see sylpheed-main ML message [sylpheed:17247])
11629
11630 2002-12-03 [sergey]     0.8.6claws54
11631
11632         * src/send.c
11633                 send_message_local(): removed first-dot escaping
11634                 (SMTP-only, not needed for sending through pipe)
11635
11636 2002-12-03 [paul]       0.8.6claws53
11637
11638         * po/POTFILES.in
11639                 update to reflect recent changes (thanks
11640                 to Ricardo Mones Lastra)
11641                 
11642         * tools/filter_conv.pl
11643                  fix problem with quoted strings. Patch submitted
11644                  by Luke Plant <lukeplant@softhome.net>
11645
11646 2002-12-03 [paul]       0.8.6claws52
11647
11648         * sync with 0.8.6cvs15
11649                 see ChangeLog 2002-12-03
11650
11651 2002-12-02 [christoph]  0.8.6claws51
11652
11653         * src/logwindow.[ch]
11654         * src/common/log.[ch]
11655                 implement logging using a hook function
11656
11657         * src/folderview.c
11658         * src/folder.[ch]
11659                 define hooklist name in header file to avoid
11660                 errors caused by wrong spelling of hooklist names
11661
11662         * src/toolbar.c
11663                 fix warnings
11664
11665 2002-12-02 [christoph]  0.8.6claws50
11666
11667         * src/common/Makefile.am
11668                 add src/common/hooks.[ch]
11669
11670         * src/common/hooks.[ch]
11671                 implement a simple hook system using glib's hook functions
11672
11673         * src/folder.[ch]
11674         * src/folderview.c
11675                 use new hook system for folder item updates
11676
11677 2002-12-02 [christoph]  0.8.6claws49
11678
11679         * doc-src/ui_seperation.txt     ** NEW **
11680                 information for ui seperation
11681
11682         * src/Makefile.am
11683                 remove files that were moved to common
11684                 include common directory by default for the header files
11685
11686         * src/inc.c
11687         * src/common/socket.c
11688         * src/automaton.[ch]
11689                 implement automaton using g_io_*-functions instead of
11690                 gdk_input_add to make it ui independent
11691
11692         * src/codeconv.c
11693         * src/compose.c
11694         * src/ldif.c
11695         * src/pgptext.c
11696         * src/procmime.c
11697         * src/rfc2015.c
11698         * src/smtp.c
11699         * src/unmime.c
11700                 remove common/ prefix because directory is now in
11701                 include path
11702
11703         * src/compose.c
11704         * src/folder.c
11705         * src/folderview.c
11706         * src/mainwindow.c
11707         * src/messageview.c
11708         * src/prefs_common.c
11709         * src/procmsg.c
11710         * src/rfc2015.c
11711                 fix warnings
11712
11713         * src/imap.c
11714         * src/inc.c
11715         * src/news.c
11716         * src/pop.c
11717         * src/send.c
11718         * src/smtp.c
11719         * src/ssl_certificate.c
11720                 add log.h header file for logging functions
11721
11722         * src/main.c
11723         * src/common/utils.c
11724         * src/summaryview.c
11725         * src/xml.c
11726                 o move debug_mode to common/utils.c
11727                 o add functions to set and get debug_mode
11728
11729         * src/defs.h                    ** REMOVE **
11730         * src/intl.h                    ** REMOVE **
11731         * src/socket.[ch]               ** REMOVE **
11732         * src/ssl.[ch]                  ** REMOVE **
11733         * src/utils.[ch]                ** REMOVE **
11734                 replaced by new files in src/common/
11735         
11736         * src/common/Makefile.am
11737                 add new files in src/common/
11738
11739         * src/common/defs.h             ** NEW **
11740         * src/common/intl.h             ** NEW **
11741         * src/common/log.[ch]           ** NEW **
11742         * src/common/socket.[ch]        ** NEW **
11743         * src/common/ssl.[ch]           ** NEW **
11744         * src/common/utils.[ch]         ** NEW **
11745                 replacement for files in src/
11746
11747 2002-12-02 [colin]      0.8.6claws48
11748
11749         * src/folderview.c
11750                 Scroll folderview if necessary during dnd
11751
11752 2002-12-02 [colin]      0.8.6claws47
11753
11754         * src/folder.[ch]
11755                 Add check to verify a move is within a single mailbox
11756         * src/folderview.c
11757                 Add specific error string for this check
11758
11759 2002-12-02 [colin]      0.8.6claws46
11760
11761         * src/folder.c
11762                 Add a test to folder moving, remove a statusbar_print
11763         * src/folderview.c
11764                 Add Move folder... context-menu item
11765                 Factorize folder moving code
11766                 Enable folder DND for mbox
11767
11768 2002-12-01 [christoph]  0.8.6claws45
11769
11770         * ac/aspell.m4
11771                 remove conf.aspelltest if the version check fails
11772
11773 2002-11-30 [christoph]  0.8.6claws44
11774
11775         * autogen.sh
11776                 run libtoolize --force in autogen to create missing
11777                 libtool scripts
11778
11779 2002-11-30 [christoph]  0.8.6claws43
11780
11781         * src/Makefile.am
11782         * src/pgptext.c
11783         * src/procmime.c
11784         * src/rfc2015.c
11785         * src/uuencode.[ch]             ** REMOVED **
11786         * src/common/Makefile.am
11787         * src/common/uuencode.[ch]      ** NEW **
11788                 move uuen/decoder to common directory
11789
11790 2002-11-30 [christoph]  0.8.6claws42
11791
11792         * src/Makefile.am
11793         * src/base64.[ch]               ** REMOVED **
11794         * src/codeconv.c
11795         * src/compose.c
11796         * src/ldif.c
11797         * src/pgptext.c
11798         * src/procmime.c
11799         * src/rfc2015.c
11800         * src/smtp.c
11801         * src/unmime.c
11802         * src/common/Makefile.am
11803         * src/common/base64.[ch]        ** NEW **
11804                 move base64 en/decoder to common directory
11805
11806 2002-11-30 [christoph]  0.8.6claws41
11807
11808         * src/common                    ** NEW **
11809                 new directory for UI independent code
11810         * src/gtk                       ** NEW **
11811                 new directory for GTK frontend
11812         * src/common/.cvsignore         ** NEW **
11813         * src/gtk/.cvsignore            ** NEW **
11814                 ignore build files
11815         * src/common/Makefile.am        ** NEW **
11816         * src/gtk/Makefile.am           ** NEW **
11817                 automake files to build new seperated stuff
11818         * src/Makefile.am
11819                 the binary will currently still be build with the
11820                 files in src, so we include the code from the
11821                 subdirs for now after building the libs there
11822
11823 2002-11-30 [paul]       0.8.6claws40
11824
11825         * src/compose.c
11826                 fix bug [642731] 'Wrong selected account with drafted mail'
11827
11828 2002-11-29 [oliver]     0.8.6claws39
11829         
11830         * src/messageview.c
11831                 o update summaryview when switching between different
11832                   messageviews          
11833         * src/toolbar.c  
11834                 o check if messageview holds already removed msg
11835                   from summaryview
11836                 
11837
11838 2002-11-29 [oliver]     0.8.6claws38
11839
11840         * src/toolbar.c 
11841                 remove not needed variables and includes
11842                 make messageview stay opened and move to next when msgs are deleted 
11843
11844 2002-11-29 [oliver]     0.8.6claws37
11845         
11846         * src/toolbar.c 
11847                 disable compose button (messageview toolbar) by default
11848                 deleted msgs are moved to trash
11849         
11850 2002-11-29 [melvin]     0.8.6claws36
11851
11852         * configure.in
11853                 Increased minimal gpgme version to 0.3.10 (Zombies out)
11854                 and to detect signatures expirations (gpgme 0.3.6)
11855
11856         * src/main.c
11857                 Use non obsolescent function for Gpgme engine checking.
11858
11859         * src/rfc2015.c
11860                 Inform about expired signatures or signatures which key
11861                 has expired. Expiration date is displayed.
11862
11863         * src/sigstatus.c
11864                 Inform about expired signatures or signatures which key
11865                 has expired.
11866
11867 2002-11-28 [paul]       0.8.6claws35
11868
11869         * src/folderview.c
11870                 re-instate 'Check for new messages' in Newsgroup
11871                 folders right-click menu, after a suggestion from
11872                 Tim Mann <timmann@users.sourceforge.net>
11873
11874         * src/main.c
11875                 after a crash check only local folders for new
11876                 messages
11877
11878 2002-11-28 [paul]       0.8.6claws34
11879
11880         * configure.in
11881                 apply patch that fixes the checking of GTK with XIM 
11882                 support on different OSs, such as FreeBSD. Patch 
11883                 submitted by Topia <topia@users.sourceforge.net>
11884                 
11885 2002-11-28 [paul]       0.8.6claws33
11886
11887         * src/mainwindow.c
11888           src/prefs_common.c
11889           src/prefs_toolbar.c
11890                 more changes to the English
11891
11892 2002-11-28 [paul]       0.8.6claws32
11893
11894         * sync with 0.8.6cvs13
11895                 see ChangeLog 2002-11-28 (no sync needed
11896                 for src/compose.c)
11897
11898 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
11899         
11900         * src/mainwindow.[ch]
11901                 add patch by Ivan F. Martinez introducing messageview Toolbar
11902                 some changes and committed by oliver    
11903
11904 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
11905
11906         * src/messageview.[ch]
11907                 add patch by Ivan F. Martinez introducing messageview Toolbar
11908                 some changes and committed by oliver    
11909
11910 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
11911
11912         * src/compose.[ch]
11913                 add patch by Ivan F. Martinez introducing messageview Toolbar
11914                 some changes and committed by oliver    
11915
11916 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
11917         
11918         * src/toolbar.[ch]
11919                 add patch by Ivan F. Martinez introducing messageview Toolbar
11920                 some changes and committed by oliver
11921
11922 2002-11-28 [oliver]     0.8.6claws27
11923         
11924         * src/prefs_toolbar.[ch]
11925                 getting ready for messageview toolbar
11926                 free mem allocated by gettext
11927                 change prefs_toolbar to prefs_toolbar_open
11928  
11929 2002-11-28 [thorsten]   0.8.6claws26
11930
11931         * src/imageview.[ch]
11932                 cleaned up conflicting declarations of
11933                 imageview_show_image()
11934
11935 2002-11-28 [paul]       0.8.6claws25
11936
11937         * src/grouplistdialog.c
11938           src/prefs_common.c
11939           src/prefs_summary_column.c
11940                 a few more improvements to the English
11941
11942 2002-11-28 [colin]      0.8.6claws24
11943
11944         * man/sylpheed.1
11945                 A few updates to command-line parameters
11946
11947 2002-11-28 [colin]      0.8.6claws23
11948
11949         * src/prefs_filtering.c
11950                 Fix problems with prefs_filtering_delete_path:
11951                 a) if the first rule is removed, original pointers
11952                    weren't updated (leading to segfaults)
11953                 b) it was always global_processing updated in case
11954                    of removed path was parent of rule path
11955
11956 2002-11-27 [paul]       0.8.6claws22
11957
11958         * src/mainwindow.c
11959           src/prefs_account.c
11960           src/prefs_actions.c
11961           src/prefs_common.c
11962           src/prefs_customheader.c
11963           src/prefs_display_header.c
11964           src/prefs_filtering.c
11965           src/prefs_folder_item.c
11966           src/prefs_matcher.c
11967           src/prefs_scoring.c
11968           src/prefs_summary_column.c
11969           src/prefs_template.c
11970           src/prefs_toolbar.c
11971                  improve the English in the GUI
11972
11973 2002-11-27 [colin]      0.8.6claws21
11974
11975         * src/folder.c
11976                 Fix processing renaming problems happening after
11977                 last commit
11978
11979 2002-11-27 [colin]      0.8.6claws20
11980
11981         * src/folder.c
11982                 recursive move now deletes src each subfolder after 
11983                 having moved it
11984         * src/folderview.c
11985                 Use identifier instead of path during dnd (enables
11986                 IMAP folder dnd)
11987
11988 2002-11-27 [paul]       0.8.6claws19
11989
11990         * src/main.c
11991                 apply patch that does command-line processing 
11992                 BEFORE gtk_init, allowing claws to run from 
11993                 shell-scripts in non-X environment (e.g. crontab 
11994                 or ip-up, ip-down scripts). Patch submitted by
11995                 Ruslan N. Balkin <baron@dartel.ru>
11996                 
11997         * po/it.po
11998                 updated by Alessandro Maestri
11999
12000 2002-11-27 [paul]       0.8.6claws18
12001
12002         * sync with 0.8.6cvs12
12003           src/prefs_common.c
12004                 Differences are that main uses a 'Receive dialog'
12005                 frame on the Interface tab, whereas claws groups all 
12006                 the dialogs together in a 'Dialogs' frame.
12007
12008 2002-11-27 [colin]      0.8.6claws17
12009
12010         * src/prefs_matcher.c
12011                 Fix Execute criteria's NOT flag
12012
12013
12014 2002-11-26 [christoph]  0.8.6claws16
12015
12016         * src/ssl.c
12017                 rewrite the ssl code a little bit, only use one
12018                 SSL context, set default certificates' file/path
12019
12020 2002-11-26 [thorsten]   0.8.6claws15
12021
12022         * src/compose.c
12023                 default-reply-to didn't work for ml-reply
12024
12025 2002-11-26 [melvin]     0.8.6claws14
12026
12027         * src/prefs_actions.c
12028                 Made pipe-actions ignore short headers in message view
12029                 Made trailing-pipe-actions write in the message view with
12030                 the same font as the original message
12031
12032 2002-11-26 [paul]       0.8.6claws13
12033
12034         * src/compose.c
12035                 this time commit the correct file
12036
12037 2002-11-26 [paul]       0.8.6claws12
12038
12039         * sync with 0.8.6cvs11
12040           src/quote_fmt_parse.y  
12041                 no sync needed
12042           src/account.[ch]       
12043                 not sync'ed
12044           src/compose.c
12045                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12046                 on draft mode.
12047                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12048                 header
12049                 
12050         see ChangeLog 2002-11-25 and 2002-11-26
12051
12052 2002-11-26 [colin]      0.8.6claws11
12053
12054         * src/folderview.c
12055                 Fix collapsed folder not auto-expanding during
12056                 mail dnd, if it was the source folder.
12057
12058 2002-11-25 [colin]      0.8.6claws10
12059
12060         * src/folderview.[ch]
12061                 Variable renaming and cleaning (slist of nodes 
12062                 to be re-collapsed is stored in FolderView)
12063
12064 2002-11-25 [paul]       0.8.6claws9
12065
12066         * src/prefs_common.[ch]
12067                 fix breakage caused by last commit
12068
12069 2002-11-25 [paul]       0.8.6claws8
12070
12071         * sync with 0.8.6cvs4
12072                 see ChangeLog 2002-11-21
12073
12074 2002-11-25 [paul]       0.8.6claws7
12075
12076         * sync with 0.8.6cvs4
12077                 see ChangeLog 2002-11-20
12078
12079 2002-11-25 [paul]       0.8.6claws6
12080
12081         * sync with 0.8.6cvs3
12082                 see ChangeLog 2002-11-18
12083
12084 2002-11-25 [colin]      0.8.6claws5
12085
12086         * src/gtkutils.[ch]
12087                 Add gtkut_ctree_node_is_parent()
12088         * src/folderview.c
12089                 Spring-loaded folders
12090
12091 2002-11-25 [colin]      0.8.6claws4
12092
12093         * src/utils.[ch]
12094                 Add slist_concat_unique(), function to merge
12095                 two GSList filtering dups
12096         * src/folder.[ch]
12097         * src/summaryview.[ch]
12098         * src/folderview.c
12099         * src/main.c
12100                 Add detection/update/display of unread answers
12101                 to marked mails
12102         * src/procmsg.[ch]
12103                 Add procmsg_find_children()
12104                 Add procmsg_msg_has_marked_parent()
12105
12106 2002-11-25 [colin]      0.8.6claws3
12107
12108         * src/ssl_certificate.[ch]
12109                 Allow checking a certificate without a DNS
12110                 lookup
12111                 Allow to forget a cert (by deleting it)
12112                 Make ssl_certificate_destroy_public
12113         * src/ssl_manager.[ch] ** NEW FILES **
12114                 Gui to manage (display/remove) certificates
12115         * src/prefs_common.[ch]
12116                 Add a pref to allow silent acceptation of
12117                 trusted certificates or not (based on the
12118                 "I want to know what's going on" principle)
12119         * src/mainwindow.c
12120                 Add SSL manager in Tools menu
12121         * src/Makefile.am
12122                 Add the new files to the build
12123         * po/POTFILES.in
12124                 Add ssl_manager.c to translations
12125
12126 2002-11-25 [colin]      0.8.6claws2
12127
12128         * src/summaryview.[ch]
12129                 Add S_SEARCH_EXTENDED to the quick search, which 
12130                 allows to search using filtering syntax.
12131
12132 2002-11-25 [colin]      0.8.6claws1
12133
12134         * src/summaryview.c
12135                 Deletion of duplicates now prefer deleting
12136                 the unread dup (fixes feature-request 638989).
12137
12138 2002-11-24 [paul]       0.8.6claws
12139
12140         * po/es.po
12141           po/pl.po
12142           po/ru.po
12143           po/sr.po
12144                 updated by Ricardo Mones Lastra,
12145                 Witold Wladyslaw Wojciech Wilk,
12146                 Ruslan N. Balkin, and  Urke MMI 
12147                 respectively
12148
12149 2002-11-24 [paul]       0.8.5claws182
12150
12151         * po/bg.po
12152                 updated by George Danchev
12153
12154 2002-11-23 [alfons]     0.8.5claws181
12155
12156         * src/imap.c
12157                 tiny memory leak found by browsing Dimitar's 
12158                 valgrind report
12159
12160 2002-11-23 [paul]       0.8.5claws180
12161
12162         * po/it.po
12163                 updated by Alessandro Maestri
12164
12165 2002-11-22 [christoph]  0.8.5claws179
12166
12167         * src/compose.c
12168         * src/inc.c
12169         * src/prefs_filtering.c
12170         * src/summaryview.c
12171                 more warning fixes
12172
12173 2002-11-22 [alfons]     0.8.5claws178
12174
12175         * src/summaryview.c
12176                 summary_execute_delete_func(): if message is deleted, make 
12177                 sure to also remove its entry in the subject hash table. 
12178                 fixes a corner case bug.
12179
12180 2002-11-22 [paul]       0.8.5claws177
12181
12182         * .cvsignore
12183                 add 'autom4te.cache'
12184                 
12185         * ltconfig      ** REMOVED **
12186                 not needed
12187
12188 2002-11-22 [paul]       0.8.5claws176
12189
12190         * src/textview.c
12191                 textview_set_font(): fix for message display in
12192                 UTF-8 locales (thanks to Sergey Vlasov).
12193                 
12194         * AUTHORS
12195                 add new team members and contributors
12196
12197
12198 2002-11-21 [colin]      0.8.5claws175
12199
12200         * src/procmsg.[ch]
12201                 Add procmsg_remove_special_headers()
12202         * src/mh.c
12203                 Use procmsg_remove_special_headers() for 
12204                 previous fix
12205
12206 2002-11-21 [colin]      0.8.5claws174
12207
12208         * src/mh.c
12209                 Fix moving/copying from queue/draft folders
12210                 for MH folders
12211
12212 2002-11-21 [christoph]  0.8.5claws173
12213
12214         * src/crash.c
12215         * src/filtering.c
12216         * src/logwindow.c
12217         * src/main.c
12218         * src/matcher_parser_lex.[hl]
12219         * src/mbox.c
12220         * src/mbox_folder.[ch]
12221         * src/prefs_filtering.c
12222         * src/procheader.c
12223         * src/quote_fmt_lex.l
12224         * src/ssl.c
12225                 fix all warnings except the warnings in lex and yacc files
12226
12227 2002-11-20 [christoph]  0.8.5claws172
12228
12229         * src/imap.c
12230                 fix MsgInfo retrieval for IMAP draft and queue folders
12231                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12232
12233 2002-11-19 [christoph]  0.8.5claws171
12234
12235         * src/compose.c
12236                 fix segfault, when draft saving does not get
12237                 the MsgInfo of the new message
12238                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12239
12240 2002-11-19 [christoph]  0.8.5claws170
12241
12242         * src/procmsg.c
12243                 add parameter check for flag setting function
12244                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12245
12246 2002-11-18 [paul]       0.8.5claws169
12247
12248         * src/compose.c
12249                 more sensitivity fixes to redirect mode:
12250                 * disable toolbar draft button
12251                 * allow only Address book in the Tools menu
12252                 * disable editing of message by the spell
12253                   checker
12254
12255 2002-11-18 [paul]       0.8.5claws168
12256
12257         * src/compose.c
12258                 fix sensitivity of menu items in compose_redirect():
12259                 allow only the necessary items 
12260
12261 2002-11-18 [paul]       0.8.5claws167
12262
12263         * src/compose.c
12264                 fix bug [ 603259 ] 'attachment got lost on bounce'
12265
12266 2002-11-18 [paul]       0.8.5claws166
12267
12268         * po/ru.po
12269                 updated by Ruslan N. Balkin <baron@dartel.ru>
12270
12271 2002-11-18 [colin]      0.8.5claws165
12272
12273         * src/main.c
12274           src/defs.h
12275                 Remove old filtering stuff
12276
12277
12278 2002-11-17 [oliver]     0.8.5claws164
12279
12280         * src/toolbar.h
12281                 remove not needed typedef 
12282
12283 2002-11-17 [oliver]     0.8.5claws163
12284
12285         * src/toolbar.c
12286                 make toolbar's on click events translatable
12287
12288 2002-11-15 [colin]      0.8.5claws162
12289
12290         * src/summaryview.c
12291                 Revert too-soon integration of a feature
12292
12293 2002-11-15 [christoph]  0.8.5claws161
12294
12295         * src/imap.c
12296                 use main's implementation of imap_get_msginfo
12297
12298 2002-11-15 [christoph]  0.8.5claws160
12299
12300         * src/compose.c
12301         * src/folder.[ch]
12302         * src/imap.c
12303         * src/mbox_folder.c
12304         * src/mh.c
12305         * src/news.c
12306         * src/procmsg.c
12307         * src/summaryview.c
12308                 replace claws' fetch_msginfo with main's get_msginfo
12309                 (use main's implementation where possible)
12310
12311 2002-11-15 [colin]      0.8.5claws159
12312
12313         * src/ssl_certificate.c
12314                 Missed a check
12315
12316 2002-11-16 [melvin]     0.8.5claws158
12317
12318         * po/fr.po
12319                 Updated French translations.
12320
12321 2002-11-16 [colin]      0.8.5claws157
12322
12323         * src/ssl_certificate.c
12324                 Check for missing parts in the certificates
12325
12326 2002-11-15 [colin]      0.8.5claws156
12327
12328         * src/folderview.c
12329                 Preventive fix (missing check) found by
12330                 Alfons
12331
12332 2002-11-15 [paul]
12333
12334         * NEWS
12335                 sync with 0.8.6 release
12336
12337 2002-11-15 [colin]      0.8.5claws155
12338
12339         * src/folder.[ch]
12340           src/folderview.c
12341                 Fix error handling of folder_item_move_to()
12342                 (thanks to Alfons!)
12343
12344 2002-11-15 [colin]      0.8.5claws154
12345
12346         * src/folder.[ch]
12347           src/folderview.c
12348                 folder_item_move_to() sets an error message instead
12349                 of having GUI stuff in folder.c
12350
12351 2002-11-15 [colin]      0.8.5claws153
12352
12353         * src/procmsg.[ch]
12354                 Implemented a callback for MsgInfo updates, 
12355                 heavily copy/pasted from Christoph's folder 
12356                 callback system
12357         * src/summaryview.[ch]
12358                 Register summary_update_msg as callback
12359
12360 2002-11-14 [colin]      0.8.5claws152
12361         
12362         * src/procmsg.c
12363                 Update the FolderItem after sending (fixes 617593)
12364
12365 2002-11-14 [christoph]  0.8.5claws151
12366
12367         * src/folder.c
12368                 fix wrong position of NULL pointer check found
12369                 by Sergey
12370
12371 2002-11-14 [christoph]  0.8.5claws150
12372
12373         * src/folder.c
12374                 fix segfault when deleting messages from IMAP folders
12375                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12376
12377 2002-11-14 [colin]      0.8.5claws149
12378
12379         * src/compose.c
12380                 Forwarding was also ignoring the folder's default account.
12381
12382 2002-11-14 [colin]      0.8.5claws148
12383
12384         * src/compose.c
12385                 Fix sent folder not set to folder properties when 
12386                 forwarding.
12387
12388 2002-11-14 [thorsten]   0.8.5claws147
12389
12390         * src/inc.c
12391                 inc_start(): Files were not moved from .processing to inbox,
12392                 if no global processing rule existed
12393
12394 2002-11-14 [colin]      0.8.5claws146
12395
12396         * src/ssl_certificate
12397                 Fix file operations
12398
12399 2002-11-14 [paul]       0.8.5claws145
12400
12401         * po/it.po
12402                 updated by Alessandro Maestri
12403
12404 2002-11-13 [alfons]     0.8.5claws144
12405
12406         * src/folder.c
12407                 folder_item_close(): only mark messages unread
12408                 when a folder has new messages 
12409
12410 2002-11-13 [keith]      0.8.5claws143
12411
12412         * src/imap.c
12413                 Fix problem moving or copying between
12414                 IMAP folders
12415
12416 2002-11-13 [colin]      0.8.5claws142
12417
12418         * src/matcher_parser_parse.y
12419                 Fix rule problem when " don't match
12420
12421 2002-11-13 [christoph]  0.8.5claws141
12422
12423         * src/folder.c
12424         * src/folderview.c
12425                 moved cache saving to folder_item_close
12426                 the folderview should not have to deal with
12427                 this things
12428
12429 2002-11-13 [christoph]  0.8.5claws140
12430
12431         * src/summaryview.c
12432                 moved setting of important score to
12433                 summary_set_prefs_from_folderitem
12434
12435 2002-11-13 [colin]      0.8.5claws139
12436
12437         * src/matcher_parser_parse.y
12438                 Fix a segfault in the parser (happening when
12439                 a good expression had been tested and a bad 
12440                 one arrives)
12441
12442 2002-11-13 [paul]       0.8.5claws138
12443
12444         * sync with 0.8.5cvs24
12445                 see ChangeLog 2002-11-13
12446                 
12447         * po/pt_BR.po
12448                 updated by Fabio Jr. Beneditto
12449
12450 2002-11-13 [colin]      0.8.5claws137
12451         
12452         * src/msgcache.c
12453           src/defs.h
12454           src/procmsg.[ch]
12455                 Revert last commit, problem
12456
12457 2002-11-13 [colin]      0.8.5claws136
12458
12459         * src/msgcache.c
12460                 Remove duplicated code
12461         * src/defs.h
12462                 Bumped CACHE_VERSION and MARK_VERSION
12463         * src/procmsg.[ch]
12464                 Network endian for cache and mark files
12465
12466 2002-11-12 [colin]      0.8.5claws135
12467
12468         * src/inc.c
12469                 Fix the "socket error" dialog which disappeared
12470
12471 2002-11-12 [colin]      0.8.5claws134
12472
12473         * src/msgcache.c
12474                 Reverse last commit which had performance 
12475                 problems, but still reverse the list
12476
12477 2002-11-12 [colin]      0.8.5claws133
12478
12479         * src/msgcache.c
12480                 Reverse list order
12481
12482 2002-11-12 [melvin]     0.8.5claws132
12483
12484         * src/compose.c
12485                 Added a check for a NULL prefs_common.dictionary
12486
12487 2002-11-12 [colin]      0.8.5claws131
12488
12489         * src/ssl_certificate.[ch]
12490                 Use FQDN hostname
12491
12492 2002-11-12 [colin]      0.8.5claws130
12493
12494         * src/ssl_certificate.[ch]
12495                 Take connection port into account for 
12496                 checking certificates (a single hostname
12497                 could have multiple servers with multiple
12498                 certificates)
12499         * src/ssl.c
12500                 Pass the port to ssl_certificate_check
12501
12502 2002-11-12 [paul]       0.8.5claws129
12503
12504         * src/folder.c
12505                 fix a typo in last commit
12506
12507 2002-11-12 [paul]       0.8.5claws128
12508
12509         * sync with 0.8.5cvs23
12510                 see ChangeLog entry 2002-11-12
12511
12512 2002-11-11 [colin]      0.8.5claws127
12513
12514         * src/ssl_certificate.c
12515                 Cleaner messages
12516                 Don't popup, instead log error, if the 
12517                 corresponding pref is checked
12518         * src/ssl_certificate.h
12519                 include <openssl/objects/h>
12520
12521 2002-11-11 [colin]      0.8.5claws126
12522
12523         * src/ssl_certificate.h
12524                 _Really_ clean it
12525
12526 2002-11-11 [colin]      0.8.5claws125
12527         
12528         * src/ssl_certificate.c
12529                 Fixed leak
12530
12531 2002-11-11 [colin]      0.8.5claws124
12532
12533         * src/ssl.c
12534                 Cleaned a bit
12535         * src/ssl_certificate.[ch]
12536                 Cleaned a bit (better use of SSL API)
12537                 (This will cause non-recognition of saved 
12538                  certificates of claws12[23]...)
12539
12540 2002-11-11 [paul]       0.8.5claws123
12541         
12542         * po/es.po
12543                 updated by Ricardo Mones Lastra
12544
12545 2002-11-11 [colin]      0.8.5claws122
12546
12547         * src/ssl.c
12548                 Fix a typo
12549
12550 2002-11-11 [colin]      0.8.5claws121
12551
12552         * src/ssl_certificate.[ch] ** NEW FILES **
12553         * src/ssl.[ch]
12554                 Check SSL certificates presented to us
12555         * src/Makefile.am
12556                 Add ssl_certificate.[ch]
12557         * po/POTFILES.in
12558                 Add ssl_certificate.c
12559
12560 2002-11-11 [paul]       0.8.5claws120
12561
12562         * sync with 0.8.5cvs22
12563                 see ChangeLog 2002-11-11
12564
12565 2002-11-11 [paul]       0.8.5claws119
12566
12567         * sync with 0.8.5cvs21
12568                 see ChangeLog 2002-11-11
12569
12570 2002-11-10 [jens]       0.8.5claws118
12571
12572         * src/folder.c
12573         * src/folderview.c
12574                 corrected some typing
12575         * po/de.po
12576                 updated german translation
12577         * sylpheed.spec.in
12578                 cleaned up specfile and adjusted it for claws
12579
12580 2002-11-10 [colin]      0.8.5claws117
12581
12582         * src/summaryview.c
12583                 a STATUSBAR_PUSH/POP fix
12584
12585 2002-11-10 [colin]      0.8.5claws116
12586
12587         * src/prefs_folder_item.c
12588                 Fix hanging after opening folder properties
12589
12590 2002-11-10 [hoa]        0.8.5claws115
12591
12592         * src/matcher_parser_lex.l
12593         * src/matcher_parser_parse.y
12594                 config file for scoring and filtering is no more trashed
12595                 when there is a syntax error in a filtering rule when
12596                 editing it in a dialog.
12597
12598 2002-11-09 [colin]      0.8.5claws114
12599
12600         * src/mbox_folder.c
12601                 Added missing initialisation of folder->destroy()
12602
12603 2002-11-09 [colin]      0.8.5claws113
12604
12605         * src/folder.c
12606           src/folderview.c
12607                 Fix the status bar messages
12608
12609 2002-11-09 [colin]      0.8.5claws112
12610
12611         * src/folderview.c
12612                 Fix hangs after folder dnd, happening after 
12613                 claws109.
12614
12615 2002-11-09 [christoph]  0.8.5claws111
12616
12617         * src/folderview.c
12618                 just changed order of calls (reverse order of
12619                 associated calls)
12620         * src/inc.c
12621                 lock inc when checking only one account, otherwise
12622                 inc all could be executed at the same time
12623
12624 2002-11-09 [christoph]  0.8.5claws110
12625
12626         * src/folderview.c
12627                 better unlock the mouse cursor before calling
12628                 summary_show because it changes the cursor too
12629
12630 2002-11-09 [christoph]  0.8.5claws109
12631
12632         * src/folder.[ch]
12633         * src/folderview.c
12634                 add functions to open and close a folder
12635                 o opending will execute scanning for remote folders
12636                   and processing
12637                 o closing will unset new flag for messages
12638
12639 2002-11-09 [colin]      0.8.5claws108
12640
12641         * src/folder.c
12642                 Add a call to prefs_matcher_write_config to 
12643                 avoid non-leaf folders filtering settings to be
12644                 lost
12645
12646 2002-11-09 [paul]       0.8.5claws107
12647
12648         * src/prefs_account.c
12649                 re-word a label
12650
12651 2002-11-09 [colin]      0.8.5claws106
12652
12653         * src/folderview.c
12654                 Minor esthetic fix
12655
12656 2002-11-09 [colin]      0.8.5claws105
12657
12658         * src/folderview.c
12659                 Fix prefs_filtering deletion for MH folders (same
12660                 reason as below)
12661         * src/prefs_filtering.c
12662                 Fix prefs_filtering renaming and deletion for 
12663                 folder-based processing rules.  
12664
12665 2002-11-09 [christoph]  0.8.5claws104
12666
12667         * src/compose.c
12668         * src/folder.[ch]
12669         * src/folderview.[ch]
12670         * src/import.c
12671         * src/inc.c
12672         * src/main.c
12673         * src/mainwindow.c
12674         * src/messageview.c
12675         * src/prefs_folder_item.c
12676         * src/procmsg.c
12677         * src/summaryview.c
12678                 implement a callback system for folder item updates
12679
12680 2002-11-09 [colin]      0.8.5claws103
12681
12682         * src/folderview.c
12683                 Fix prefs_filtering renaming for MH folders (we
12684                 shouldn't rename by path as another folder could
12685                 have the same hierarchy).
12686
12687 2002-11-09 [colin]      0.8.5claws102
12688
12689         * src/folder.c
12690                 Fix a leak found by Christoph, use better variable
12691                 names
12692
12693 2002-11-09 [colin]      0.8.5claws101
12694
12695         * src/folder.c
12696                 One more fix for processing rules
12697
12698 2002-11-08 [colin]      0.8.5claws100
12699         
12700         * src/matcher.c
12701                 Don't copy the compiled regexp (will be reevaluated)
12702         * src/folderview.c
12703                 Lock folderview while moving
12704         * src/folder.c
12705                 Provide info on what's happening to the user
12706
12707 2002-11-08 [colin]      0.8.5claws99
12708
12709         * src/folderview.c
12710                 Fix folder reordering after a move if parent is 
12711                 root
12712         * src/scoring.[ch]
12713                 Add function to copy a ScoringProp
12714         * src/prefs_folder_item.c
12715                 Copy scoring rules when copying a folder prefs
12716
12717 2002-11-08 [colin]      0.8.5claws98
12718
12719         * src/folderview.c
12720                 Fixes in case of failure
12721         * src/filtering.[ch]    
12722                 Add function to duplicate a FilteringProp
12723         * src/matcher.[ch]
12724                 Add function to duplicate a MatcherProp
12725         * src/prefs_folder_item.c
12726                 Save folder's processing rules when copying 
12727                 its prefs
12728
12729 2002-11-08 [colin]      0.8.5claws97
12730         
12731         * src/folderview.c
12732                 Sort after move
12733         * src/folder.c 
12734                 Change a printf to debug_print
12735
12736 2002-11-08 [colin]      0.8.5claws96
12737
12738         * src/folder.c
12739           src/folderview.c
12740                 Fix segfaults, call me stupido
12741         
12742
12743 2002-11-08 [colin]      0.8.5claws95
12744
12745         *src/folder.c
12746                 Added forgotten prefs to save when moving folders
12747
12748 2002-11-08 [colin]      0.8.5claws94
12749
12750         * src/folder.c
12751                 Fixes to folder DND (prefs copy)
12752         * src/folderview.c
12753                 Optimization for folder DND (don't rescan whole tree)
12754                 Added folderview_create_folder_node() for this 
12755                 optimization, so de-duped a bit the code
12756         * src/prefs_folder_item.[ch]
12757                 Added prefs_folder_item_copy_prefs()    
12758           
12759 2002-11-08 [paul]       0.8.5claws93
12760
12761         * src/prefs_account.c
12762           tools/README
12763           tools/kmail2sylpheed_v2.pl
12764                 correct some typos
12765
12766 2002-11-08 [paul]       0.8.5claws92
12767
12768         * src/compose.c
12769           src/prefs_account.[ch]
12770                 remove account options 'clearsign' and 'ascii_armored',
12771                 replace with 'default_gnupg_mode' to prevent mixed-mode
12772                 Privacy settings
12773
12774 2002-11-08 [paul]       0.8.5claws91
12775
12776         * src/compose.[ch]
12777                 re-implement GnuPG 'on-the-fly' mode selection,
12778                 disallow mixed-mode
12779
12780 2002-11-08 [colin]      0.8.5claws90
12781
12782         * src/folderview.c
12783           src/prefs_folder_item.c
12784                 Change "Property" to "Properties"
12785
12786 2002-11-07 [colin]      0.8.5claws89
12787
12788         * src/folderview.c
12789           src/folder.c
12790                 Allow folder dropping to a root folder
12791
12792 2002-11-07 [paul]       0.8.5claws88
12793
12794         * src/compose.c
12795                 revert last commit
12796
12797 2002-11-07 [paul]       0.8.5claws87
12798
12799         * src/compose.c
12800                 fix reply-to-list bug. closes bug report
12801                 "[633382] reply-to-list broken in recent cvs"
12802
12803 2002-11-07 [paul]       0.8.5claws86
12804
12805         * src/compose.c
12806                 add a forgotten '#if USE_GPGME ... #endif'
12807
12808 2002-11-07 [paul]       0.8.5claws85
12809
12810         * sync with 0.8.5cvs20
12811                 see ChangeLog 2002-11-07
12812
12813 2002-11-07 [colin]      0.8.5claws84
12814
12815         * src/folder.[ch]
12816                 Change folder_item_move_to to return the newly 
12817                 created folderitem.
12818         * src/folderview.c
12819                 Select the new folderitem after moving.
12820
12821 2002-11-07 [colin]      0.8.5claws83
12822
12823         * src/prefs_filtering.c
12824                 Fix rule rewriting when moving a leaf folder to a 
12825                 shorter path
12826
12827 2002-11-07 [colin]      0.8.5claws82
12828
12829         * src/prefs_filtering.c
12830                 fix a leak
12831
12832 2002-11-07 [colin]      0.8.5claws81
12833
12834         * src/folder.[ch]
12835                 Add folder_item_move_to() function to move a 
12836                 folderitem into another one (updates matcher etc)
12837         * src/folderview.c
12838                 Add folder drag'n drop (context menu to come)
12839                 [Should be dataloss free, but Please backup before 
12840                  trying !]
12841
12842 2002-11-06 [colin]      0.8.5claws80
12843
12844         * src/mh.c
12845                 mh_create_folder() returns NULL if can't create
12846                 directory hierarchy
12847
12848 2002-11-06 [paul]       0.8.5claws79
12849
12850         * src/compose.[ch]
12851                 allow 'on-the-fly' changing of the type of encryption 
12852                 and/or signing used (mime/ascii) via the compose window
12853
12854 2002-11-06 [paul]       0.8.5claws78
12855
12856         * sync with 0.8.5cvs19
12857                 see ChangeLog 2002-11-06 for src/account.c: 
12858                 account_get_special_folder()
12859                 
12860 2002-11-05 [alfons]     0.8.5claws77
12861
12862         * src/crash.c
12863                 very minor cleanups: nothing to see here, move on. :-)
12864
12865 2002-11-05 [colin]      0.8.5claws76
12866
12867         * src/main.c
12868                 Changes choices if compose windows are opened to
12869                 Discard, Draft, Don't quit
12870
12871 2002-11-05 [thorsten]   0.8.5claws75
12872
12873         * src/compose.c
12874                 reenabled default_reply_to folder option
12875
12876 2002-11-05 [colin]      0.8.5claws74
12877
12878         * src/compose.[ch] 
12879                 add compose_draft()
12880         * src/crash.c
12881                 add SIGTERM handler
12882         * src/main.[ch]
12883                 add clean_quit() for the SIGTERM handler
12884
12885 2002-11-05 [paul]       0.8.5claws73
12886         
12887         * po/es.po
12888                 updated by Ricardo Mones Lastra
12889
12890 2002-11-05 [melvin]     0.8.5claws72
12891
12892         * src/logwindow.c
12893                 Fixed log-clipping bug #616795.
12894                 To stop logging in the log window use 0 length.
12895         * src/prefs_common.c
12896                 Added a label to inform about the 0 log length behaviour.
12897
12898 2002-11-05 [paul]       0.8.5claws71
12899
12900         * sync with 0.8.5cvs17
12901                 see ChangeLog 2002-11-05
12902
12903 2002-11-04 [paul]       0.8.5claws70
12904
12905         * sylpheed-128x128.png
12906           sylpheed-64x64.png
12907           sylpheed.png
12908                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
12909                 <nikai@users.sourceforge.net>
12910                 
12911         * po/bg.po
12912                 updated by George Danchev
12913
12914 2002-11-03 [thorsten]   0.8.5claws69
12915
12916         * src/main.c
12917           src/mimeview.c
12918           src/rfc2015.h
12919                 add check if gpg is active
12920
12921 2002-11-03 [thorsten]   0.8.5claws68
12922
12923         * src/toolbar.h
12924                 removed GSList declaration causing trouble on MacOS-X
12925                 (submitted by alfons, reported by xfesty)
12926
12927 2002-11-01 [paul]       0.8.5claws67
12928
12929         * src/mainwindow.c
12930                 remove last remnants of main's filter code
12931
12932 2002-11-01 [paul]       0.8.5claws66
12933
12934         * tools/filter_conv.pl
12935                 fix bug where user-defined headers were ignored
12936
12937 2002-11-01 [paul]       0.8.5claws65
12938
12939         * src/logwindow.c
12940                 make a debug_print() not translatable
12941
12942 2002-10-31 [melvin]     0.8.5claws64
12943
12944         * ac/aspell.m4
12945                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
12946                 not run any GNU/aspell test.  The dictionary path will
12947                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
12948                 was given, in which case, it will be $prefix/lib/aspell/
12949         * configure.in
12950                 Fixed typo in commentary (Aspell code).
12951
12952 2002-10-31 [paul]       0.8.5claws63
12953
12954         * po/POTFILES.in
12955                 remove src/filter.c and src/prefs_filter.c
12956                 thanks to Ricardo for reminding me
12957
12958 2002-10-31 [colin]      0.8.5claws62
12959
12960         * src/mbox_folder.c
12961                 Plug some leaks
12962
12963 2002-10-31 [paul]       0.8.5claws61
12964
12965         * src/prefs_filter.[ch] ** REMOVED **
12966           src/filter.[ch]       ** REMOVED **
12967           
12968         * src/Makefile.am
12969           src/folderview.c
12970           src/inc.c
12971           src/main.c
12972           src/mainwindow.c
12973           src/mbox.c
12974           src/prefs_common.c
12975           src/prefs_filtering.c
12976           src/summaryview.[ch]
12977                 remove main's 'filter' code
12978                 
12979         README.claws
12980                 update to reflect removal of main's filter
12981
12982 2002-10-31 [paul]       0.8.5claws60
12983
12984         * src/summaryview.c
12985                 remove check for global_processing in summary_filter_open(). 
12986                 This fixes the bug where if the user uses the right-click 
12987                 'Create filter rule...' and doesn't have any filter rules 
12988                 already defined in claws' advanced filtering, the newly 
12989                 created filter rule goes to main's filtering which is 
12990                 inaccessible through the gui. Now the filter rule gets added
12991                 to claws' filtering by default.
12992
12993 2002-10-28 [melvin]     0.8.5claws59
12994
12995         * src/prefs_actions.c
12996                 Fixed bug #627322 where MIME parts were not always
12997                 correctly passed to a %p action
12998                 Display an error dialog when message filename is not found.
12999
13000 2002-10-28 [melvin]     0.8.5claws58
13001
13002         * src/prefs_common.c
13003                 Readded a missing function declaration lost in 0.8.3claws34
13004
13005 2002-10-28 [paul]       0.8.5claws57
13006
13007         * sync with 0.8.5cvs15
13008                 see ChangeLog 2002-10-28 and 2002-10-25
13009                 
13010         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13011
13012 2002-10-27 [oliver]     0.8.5claws56
13013
13014         * src/pop.c
13015                 plug leak in pop3_top_recv
13016
13017 2002-10-26 [christoph]  0.8.5claws55
13018
13019         * src/folder.c
13020                 set need_update folder flag when messages are added
13021                 (closes bug [ 626922 ] folder not updated after receiving)
13022
13023 2002-10-25 [melvin]     0.8.5claws54
13024
13025         * src/imageview.c
13026                 Fixed a memleak introduced in the scaling code.
13027
13028 2002-10-24 [alfons]     0.8.5claws53
13029
13030         * src/filtering.c
13031                 make filtering's forward message action forward from the 
13032                 correct account
13033                 (closes bug [628089 ] Filter -> Forward from address problem
13034                 reported by Oktay)
13035
13036 2002-10-24 [christoph]  0.8.5claws52
13037
13038         * src/mainwindow.c
13039         * src/manual.[ch]
13040                 o use manual of current locale or english if current
13041                   locale is not available (and english is available)
13042                 o also link to sylpheed doc project manuals
13043
13044 2002-10-23 [paul]       0.8.5claws51
13045
13046         * tools/README
13047           tools/kmail2sylpheed_v2.pl
13048                 add new version of kmail addressbook importer script.
13049                 works with newer versions of Kmail/KAddressBook which
13050                 have new and rearranged data.
13051
13052 2002-10-23 [martin]     0.8.5claws50
13053
13054         * src/folderview.c
13055         * src/summaryview.c
13056         * src/utils.h
13057         * src/utils.c
13058                 added length parameter to get_abbrev_newsgroup_name()
13059                 changed this function so that it abbreviates the newsgroup
13060                 names only so long it is smaller than the length parameter
13061                 (for better reading of some newsgroup names and space efficiency)
13062
13063 2002-10-22 [colin]      0.8.5claws49
13064
13065         *src/foldersel.c
13066                 Revert Alfons' last modification (after voting ;-))
13067
13068 2002-10-21 [alfons]     0.8.5claws48
13069
13070         * src/foldersel.c
13071                 folder view in folder selection dialog reflects state of
13072                 folder view in main window
13073
13074 2002-10-18 [alfons]     0.8.5claws47
13075
13076         * src/mbox.c
13077                 drop imported messages in folder selected by user,
13078                 and not in the inbox
13079                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13080
13081 2002-10-18 [alfons]     0.8.5claws46
13082
13083         * src/compose.c
13084                 make automagic reply work correctly for email accounts 
13085                 (whether it's viable to do a full sync with Hiro's 
13086                 compose.c is still under discussion)
13087
13088 2002-10-18 [melvin]     0.8.5claws45
13089
13090         * src/prefs_actions.c
13091                 Fixed bug #622275 where asynchroneous actions left 
13092                 zombies processes
13093                 Made (synchroneous) actions' input be displayed live.
13094
13095 2002-10-18 [christoph]  0.8.5claws44
13096
13097         * src/textview.c
13098                 don't add a newline in the textview in front of the
13099                 first textpart if header display is disabled
13100                 (closes bug [ 603385 ] disabled header display leaves blank
13101                  lin)
13102
13103 2002-10-18 [christoph]  0.8.5claws43
13104
13105         * src/folder.[ch]
13106         * src/imap.c
13107         * src/mbox_folder.c
13108         * src/mh.c
13109         * src/news.c
13110                 folder->get_num_list now returns an error code
13111                 (closes bug [ 609424 ] News cache cleared on failure)
13112                 
13113 2002-10-17 [colin]      0.8.5claws42
13114         
13115         * src/news.c
13116                 Changed a printf by debug_print
13117
13118 2002-10-16 [paul]       
13119
13120         * tools/OOo2sylpheed.pl
13121                 allow for spaces in the name of the
13122                 file to be attached.
13123
13124 2002-10-16 [colin]      0.8.5claws41
13125
13126         * src/main.c
13127                 Use a tristate to change online mode
13128
13129 2002-10-16 [paul]       0.8.5claws40
13130
13131         * po/es.po
13132                 updated by Ricardo Mones Lastra
13133
13134 2002-10-16 [colin]      0.8.5claws39
13135
13136         * src/main.c
13137           src/mainwindow.[ch]
13138                 Added --online and --offline command-line
13139                 switches
13140
13141 2002-10-15 [christoph]  0.8.5claws38
13142
13143         * src/procmime.c
13144                 set mimeinfo->name to NULL after g_free to
13145                 avoid double freeing with g_free
13146
13147 2002-10-14 [christoph]  0.8.5claws37
13148
13149         * src/compose.c
13150         * src/filtering.c
13151         * src/summaryview.c
13152                 remove calls to folder->change_flags that are now
13153                 done by procmsg flag functions (seems it is not
13154                 used by any foldertype anyway)
13155         * src/folder.c
13156                 init folder->change_flags with NULL
13157
13158 2002-10-14 [christoph]  0.8.5claws36
13159
13160         * src/folder.[ch]
13161         * src/imap.[ch]
13162                 use virtual functions for folder item new and destroy
13163                 functions
13164
13165 2002-10-14 [melvin]     0.8.5claws35
13166
13167         * src/compose.c
13168                 Added a test to not run the spell checker if no default
13169                 dictionary is available. No dialog is displayed though.
13170
13171 2002-10-14 [melvin]     0.8.5claws34
13172
13173         * src/gtkaspell.c
13174                 Fixed bug in dictionary list context menu where
13175                 "More..." pointed to an emtpy submenu if the
13176                 number of dictionaries is a multiple of 15
13177                 Removed unneeded code in suggestions list creation
13178
13179 2002-10-14 [paul]       0.8.5claws33
13180
13181         * po/bg.po
13182                 updated by George Danchev
13183
13184 2002-10-13 [hoa]        0.8.5claws32
13185
13186         * src/matcher.[ch]
13187           src/matcher_parser_parser.y
13188                 removed the escaped string from internal structure
13189                 of matcher.
13190
13191 2002-10-12 [colin]      0.8.5claws31
13192
13193         * src/gtksctree.[ch]
13194           src/summaryview.c
13195                 Removed useless function gtksctree_reanchor
13196
13197 2002-10-12 [alfons]     0.8.5claws30
13198         
13199         * sync with remaining main changes 2002-10-09 - 2002-10-11
13200         - drop changes to src/compose.c (requires claws specific changes)
13201         
13202 2002-10-12 [alfons]     0.8.5claws29
13203         
13204         * sync with main changes of 2002-10-08
13205         - drop changes to src/compose.c (requires claws specific changes)
13206         - drop changes to src/summaryview.c (requires changes to compose.c)     
13207
13208 2002-10-12 [alfons]     0.8.5claws28
13209         
13210         * sync with main changes of 2002-10-07
13211
13212 2002-10-12 [alfons]     0.8.5claws27
13213
13214         * sync with main changes of 2002-10-04
13215         - drop changes to src/compose.c (requires claws specific changes)
13216         - drop changes to src/prefs_folder_item.c (claws implementation
13217           seems to be working)
13218
13219 2002-10-12 [colin]      0.8.5claws26
13220
13221         * src/mainwindow.c
13222                 Fix folder-flicker when space-reading, introduced 
13223                 in claws22.
13224
13225 2002-10-12 [colin]      0.8.5claws25
13226
13227         * src/compose.c
13228                 Save account address when saving as draft.
13229                 (closes bug 621838)
13230
13231 2002-10-12 [colin]      0.8.5claws24
13232
13233         * src/summaryview.c
13234                 Fix the problem consisting of no message selected
13235                 after the last message in a folder has been moved.
13236
13237 2002-10-12 [paul]       0.8.5claws23
13238
13239         * src/compose.c
13240           src/prefs_template.c
13241           src/template.[ch]
13242                 add Cc and Bcc to templates. Patch submitted by
13243                 John L. Males.
13244
13245 2002-10-12 [colin]      0.8.5claws22
13246
13247         * src/folderview.c
13248                 Fix a bug after "Check for new messages":
13249                 If a folder was opened, it was still selected at
13250                 the end of the check, but displayed empty.
13251         * src/mainwindow.c
13252                 Remove unnecessary check
13253
13254 2002-10-12 [paul]
13255
13256         * tools/README
13257                 be more verbose in the description of
13258                 OOo2sylpheed.pl
13259                 
13260
13261 2002-10-11 [colin]      0.8.5claws21
13262
13263         * src/mainwindow.c
13264                 Make space work (better) when no mail is selected
13265
13266 2002-10-11 [colin]      0.8.5claws20
13267
13268         * src/inc.c
13269           src/news.c
13270                 fix warnings
13271
13272 2002-10-11 [colin]      0.8.5claws19
13273
13274         * src/mainwindow.c
13275                 revert 0.8.5claws6 changes as i couldn't get to
13276                 anything satisfying
13277
13278 2002-10-11 [melvin]     0.8.5claws18
13279
13280         * src/compose.c
13281                 Removed buggy and unused macro (should have been committed in
13282                 0.8.5claws17)
13283
13284 2002-10-11 [melvin]     0.8.5claws17
13285
13286         * src/compose.c
13287                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13288
13289 2002-10-11 [thorsten]   0.8.5claws16 
13290
13291         * src/folderview.c
13292                 remove rescan warning
13293
13294 2002-10-11 [colin]      0.8.5claws15 
13295
13296         * src/procheader.c
13297                 fix a segfault that happens if conv_unmime_header
13298                 fails (should be better to find out why it fails)
13299
13300 2002-10-11 [christoph]  0.8.5claws14
13301
13302         * src/summaryview.c
13303                 update folderview stats after ignore/unignore thread
13304
13305 2002-10-11 [hoa]        0.8.5claws13
13306
13307         * src/quote_fmt_parse.y
13308                 Fixed a yacc/bison syntax error
13309         * src/matcher.c
13310                 Escaping of string is fixed.
13311
13312 2002-10-11 [colin]      0.8.5claws12
13313
13314         * src/imageview.c
13315                 Resize images to fit
13316
13317 2002-10-11 [paul]       0.8.5claws11
13318
13319         * po/es.po
13320                 updated by Ricardo Mones Lastra
13321
13322 2002-10-10 [alfons]     0.8.5claws10
13323
13324         * src/compose.c
13325                 allow dropping files by "moving" files from a file manager,
13326                 not only by the more cumbersome "copying". the latter 
13327                 mostly implies holding down the Control button
13328
13329 2002-10-10 [christoph]  0.8.5claws9
13330
13331         * src/summaryview.c
13332                 update folders after thread building for ignored threads
13333
13334 2002-10-10 [christoph]  0.8.5claws8
13335
13336         * config/.cvsignore
13337                 added Makefile
13338         * src/filtering.[ch]
13339         * src/folder.[ch]
13340         * src/folderview.[ch]
13341         * src/import.c
13342         * src/inc.[ch]
13343         * src/mbox.[ch]
13344         * src/procmsg.c
13345         * src/summaryview.[ch]
13346                 o added new flag need_update to FolderItem
13347                 o removed folder_table from various functions from tracking
13348                   folder updates
13349                 o set need_update flags in folder.c's move, copy and delete
13350                   functions and procmsg's flags functions
13351                 o added function folderview_update_items_when_required that
13352                   updates all folders with need_update set
13353                 o call folderview_update_items_when_required instead of
13354                   folderview_update_item_foreach
13355
13356 2002-10-09 [sergey]     0.8.5claws7
13357
13358         * src/compose.c
13359                 Strip CRs whel loading the text into editor in reedit mode.
13360
13361 2002-10-09 [colin]      0.8.5claws6
13362
13363         * src/mainwindow.c
13364                 Make Space work when no mail is selected
13365
13366 2002-10-09 [colin]      0.8.5claws5
13367
13368         * src/gtksctree.[ch]
13369                 Fix range_select
13370                 Add gtk_sctree_reanchor() 
13371         * src/summaryview.c
13372                 Use gtk_sctree_reanchor() - better fix for 
13373                 bug 60413
13374
13375 2002-10-09 [colin]      0.8.5claws4
13376
13377         * src/summaryview.c
13378                 Fix shift-click select after delete problem
13379                 (closes bug 60413)
13380
13381 2002-10-08 [thorsten]   0.8.5claws3
13382
13383         * src/summaryview.c
13384                 exclude current msg from -hide read messages-
13385
13386 2002-10-08 [colin]      0.8.5claws2
13387
13388         * src/inc.[ch]
13389           src/pop.c
13390           src/recv.c
13391                 Differentiate socket errors from disk full
13392                 errors
13393
13394 2002-10-08 [christoph]  0.8.5claws1
13395
13396         * Makefile.am
13397         * configure.in
13398                 modifications for new config directory
13399
13400         * config.guess  ** REMOVED **
13401         * config.sub    ** REMOVED **
13402         * install-sh    ** REMOVED **
13403         * ltmain.sh     ** REMOVED **
13404         * missing       ** REMOVED **
13405         * mkinstalldirs ** REMOVED **
13406                 these files are autogenerated by automake
13407                 when you run autogen.sh
13408
13409         * config/.cvsignore     ** NEW FILE **
13410         * config/Makefile.am    ** NEW FILE **
13411                 ignore autogenerated files
13412                 create a Makefile in this directory
13413
13414 2002-10-08 [paul]       0.8.5claws
13415
13416         * 0.8.5claws release
13417         
13418         * src/compose.c
13419           src/procheader.c
13420           src/procmsg.c
13421                 fix quote reply format for newsgroups reply bug
13422                 (thanks to Hoa)
13423                 
13424         * po/en_GB.po
13425           po/pl.po
13426                 updated by me and Witold Wladyslaw Wojciech Wilk
13427                 repectively
13428
13429 2002-10-07 [paul]       0.8.3claws53
13430
13431         * po/it.po
13432           po/pt_BR.po
13433           po/sr.po
13434                 updated messages catalogs, submitted by
13435                 Alessandro Maestri, Fabio Jr.Beneditto 
13436                 and Urke MMI, respectively.
13437
13438 2002-10-07 [christoph]  0.8.3claws52
13439
13440         * src/folder.[ch]
13441         * src/folderview.c
13442         * src/mainwindow.c
13443                 fix new folder ghost message bug
13444                 (closes bug [ 619722 ] wrong count for newly created folders)
13445
13446 2002-10-07 [christoph]  0.8.3claws51
13447
13448         * src/compose.c
13449                 fix news posting problem
13450
13451 2002-10-07 [melvin]     0.8.3claws50
13452
13453         * po/fr.po
13454                 Updated French translation
13455
13456 2002-10-05 [christoph]  0.8.3claws49
13457
13458         * src/gtkstext.c
13459                 check if line_start_cache is set in gtk_stext_update_text
13460                 (closes bug [ 618119 ] crash while doing search in folder)
13461
13462 2002-10-05 [christoph]  0.8.3claws48
13463
13464         * src/imap.c
13465         * src/news.c
13466         * src/utils.c
13467         * src/utils.h
13468                 implement cache cleanups for claws' folder system
13469                 (closes bug [ 595916 ] imapcache not cleaned up)
13470
13471 2002-10-05 [melvin]     0.8.3claws47
13472
13473         * src/prefs_actions.c
13474                 Made the help text more clear for the %p token
13475
13476 2002-10-04 [paul]       0.8.3claws46
13477
13478         * sync with 0.8.5
13479                 see ChangeLog 2002-10-02 and 2002-10-03
13480
13481 2002-10-04 [christoph]  0.8.3claws45
13482
13483         * src/inc.c
13484                 fix segfault caused by pop before smtp
13485                 call to inc_account_mail with NULL
13486                 pointer for mainwin
13487
13488 2002-10-04 [paul]       0.8.3claws44
13489
13490         * configure.in
13491                 sync the LDAP detection from 0.8.5cvs1
13492
13493 2002-10-02 [christoph]  0.8.3claws43
13494
13495         * po/de.po
13496                 fix small spelling error
13497
13498 2002-10-02 [melvin]     0.8.3claws42
13499
13500         * ac/aspell.m4
13501                 Behave better and say "no" when test program cannot be run.
13502
13503 2002-10-02 [paul]       0.8.3claws41
13504
13505         * sync with 0.8.4cvs1
13506                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13507                 
13508         * src/summaryview.c
13509                 toggle the behavior of Reply menuitem between
13510                 normal reply and reply-to-list
13511
13512 2002-10-01 [sergey]     0.8.3claws40
13513
13514         * src/compose.c
13515                 Convert newlines in the message text to the canonical form
13516                 before base64 encoding (RFC2045 compliance, fixes some
13517                 interoperability issues with Evolution 1.0.3)
13518
13519 2002-09-29 [colin]      0.8.3claws39
13520
13521         * src/summaryview.c
13522                 Fix an unwanted copy/paste
13523
13524 2002-09-29 [colin]      0.8.3claws38
13525
13526         * src/mainwindow.c
13527                 Renamed "Custom toolbar" to "Customize toolbar"
13528                 Renamed "Show all header" to "Show all headers"
13529                 Renamed "Set diplay item" to "Set displayed items"
13530         * src/prefs_common.c
13531                 Renamed "Show all header" to "Show all headers"
13532         * src/prefs_summary_column.c
13533                 Renamed "diplay item" to "displayed items"
13534
13535 2002-09-29 [colin]      0.8.3claws37
13536
13537         * src/mainwindow.[ch]
13538                 online/offline status pixmaps follow theme
13539                 changes
13540         * src/summaryview.[ch]
13541                 quicksearch pixmap follows theme changes
13542
13543 2002-09-29 [thorsten]   0.8.3claws36
13544
13545         * src/compose.c
13546           src/prefs_folder_item.[ch]
13547                 add default_reply_to folder option (closes patch 581044)
13548
13549 2002-09-29 [christoph]  0.8.3claws35
13550
13551         * acconfig.h    ** REMOVED **
13552         * configure.in
13553         * ac/aspell.m4
13554         * ac/check-type.m4
13555         * ac/gnupg-check-typedef.m4
13556                 fix autoheader 2.50 warning
13557
13558 2002-09-29 [christoph]  0.8.3claws34
13559
13560         * major code cleanup (part 2)
13561         
13562                 - unused variables removed
13563                 - unused functions removed
13564                 - uninitialized variables checked
13565                 - missing return statements added
13566                 - missing function return types added
13567                 - added parentheses around assignment
13568                   when suggested by gcc
13569
13570 2002-09-29 [alfons]     0.8.3claws33
13571
13572         * src/logwindow.c
13573                 log_window_clear(): only bracket gtk_text_forward_delete() 
13574                 with gtk_text_freeze() / gtk_text_thaw() (see if this
13575                 works around GTK text bug)
13576
13577 2002-09-29 [paul]       0.8.3claws32
13578
13579         * po/bg.po
13580           po/sr.po
13581                 updated by George Danchev and Urke MMI
13582                 respectively
13583
13584 2002-09-27 [christoph]  0.8.3claws31
13585
13586         * doc-src/readme.txt
13587         * doc-src/rfc1806.txt   ** REMOVED **
13588         * doc-src/rfc2183.txt   ** NEW FILE **
13589         * doc-src/rfc2980.txt   ** NEW FILE **
13590                 update rfcs
13591
13592 2002-09-27 [melvin]     0.8.3claws30
13593
13594         * ac/aspell.m4
13595                 Fixed typo which could break linking
13596
13597 2002-09-27 [melvin]     0.8.3claws29
13598
13599         * ac/aspell.m4
13600                 Improved GNU/aspell checking. 
13601                 Fixed bug #614490
13602
13603 2002-09-27 [paul]       0.8.3claws28
13604
13605         * sync with 0.8.3cvs8
13606                 see ChangeLog 2002-09-27
13607
13608 2002-09-26 [colin]      0.8.3claws27
13609
13610         * src/toolbar.[ch]
13611           src/mainwindow.[ch]
13612                 Add "Reply to Mailing-list" to the toolbar
13613
13614 2002-09-26 [christoph]  0.8.3claws26
13615
13616         * src/summaryview.c
13617                 Fix wrong message counts in summaryview status
13618
13619 2002-09-26 [paul]       0.8.3claws25
13620
13621         * sync with 0.8.3cvs7
13622                 see ChangeLog 2002-09-26
13623
13624 2002-09-26 [paul]       0.8.3claws24
13625
13626         * sync with 0.8.3cvs6
13627                 see ChangeLog 2002-09-25
13628
13629 2002-09-25 [christoph]  0.8.3claws23
13630
13631         * src/prefs_common.c
13632         * src/prefs_folder_item.c
13633         * src/prefs_scoring.c
13634                 Renamed "kill score" to "hide score" in GUI
13635                 and prefs files
13636
13637 2002-09-25 [paul]       0.8.3claws22
13638
13639         * sync with 0.8.3cvs5
13640                 see ChangeLog 2002-09-24
13641
13642 2002-09-24 [alfons]     0.8.3claws21
13643
13644         patch by Satoshi Nagayasu: allows appending / saving multiple 
13645         selected files (closes "[ 612279 ] save multiple mesg(s) in 
13646         'Save as ...'")
13647
13648         * AUTHORS
13649                 add Satoshi Nagayasu
13650         * src/summaryview.c
13651                 summary_save_as(): allow saving selected files to
13652                 one file
13653                 summary_set_menu_sensitive: enable "Save As..." when
13654                 multiple files are selected
13655         * src/utils.[ch]
13656                 append_file(): new function
13657
13658 2002-09-24 [colin]      0.8.3claws20
13659
13660         * src/procmime.c
13661                 Fix segfault when mimeinfo doesn't have a 
13662                 content_type. 
13663
13664 2002-09-24 [colin]      0.8.3claws19
13665
13666         * src/prefs_common.[ch]
13667                 Add a preference to display send dialog or not
13668         * src/send.c
13669                 Display send dialog according to preference
13670
13671 2002-09-24 [colin]      0.8.3claws18
13672
13673         * src/compose.[ch]
13674                 Disable user actions when sending
13675
13676 2002-09-24 [colin]      0.8.3claws17
13677
13678         * src/procmime.c
13679                 Do not display name or filename for attachments
13680                 with an application/pgp-signature type
13681                 (security flaw, see bug 537413)
13682
13683 2002-09-23 [colin]      0.8.3claws16
13684
13685         * src/editaddress.c
13686                 Initialize entry_email, entry_alias and 
13687                 entry_remarks to first email address of the list
13688
13689 2002-09-23 [colin]      0.83claws15
13690
13691         * src/compose.c
13692                 Drop pgp-signature when reediting a signed queued
13693                 message
13694
13695 2002-09-23 [melvin]     0.8.3claws14
13696
13697         * po/fr.po
13698                 Updated French translation
13699
13700 2002-09-23 [melvin]     0.8.3claws13
13701
13702         * src/mainwindow.c
13703                 Made custom toolbar menu labels more consistent
13704         * src/prefs_toolbar.c
13705                 Made custom toolbar window title more consistent
13706
13707 2002-09-22 [colin]      0.8.3claws12
13708
13709         * src/inc.c
13710                 Initialize session type to normal before getting 
13711                 mail (fixes strange Get behaviour)
13712         * src/prefs_account.h
13713                 Move STYPE_POP_BEFORE_SMTP to last position to 
13714                 avoid other side-effects
13715
13716 2002-09-22 [colin]      0.8.3claws11
13717
13718         * src/prefs_account.c
13719                 Fix pop_bfr_smtp_tm_entry sensivity when switching
13720                 from pop3 to apop or vice-versa
13721
13722 2002-09-22 [colin]      0.8.3claws10
13723         
13724         * src/prefs_account.[ch]
13725                 Add an option for the POP before SMTP timeout
13726         * src/inc.c
13727                 Remember time of last POP connection
13728         * src/send.c
13729                 Do POP before SMTP only if timeout reached
13730
13731 2002-09-22 [oliver]     0.8.3claws9
13732         
13733         * README.claws
13734                 explain custom toolbar
13735
13736 2002-09-22 [oliver]     0.8.3claws8
13737
13738         * src/prefs_actions.[ch]
13739         custom toolbar for compose      
13740                 actions callback from compose toolbar
13741         * src/folderview.c
13742                 remove include toolbar.h
13743
13744 2002-09-22 [oliver]     0.8.3claws7
13745         
13746         * src/prefs_toolbar.[ch]
13747                 custom toolbar for compose
13748                 - generic prefs_toolbar handles both
13749                   Mainwin's toolbar as well as Compose toolbar          
13750
13751 2002-09-22 [oliver]     0.8.3claws6
13752         
13753         * src/toolbar.[ch]
13754                 custom toolbar for compose
13755                 restructure toolbar.[ch]
13756
13757 2002-09-22 [oliver]     0.8.3claws5
13758
13759         * src/compose.[ch]
13760                 custom toolbar for compose
13761
13762 2002-09-22 [oliver]     0.8.3claws4
13763         
13764         * src/mainwindow.[ch]
13765                 custom toolbar for compose 
13766                 move mainwin toolbar back to mainwindow
13767
13768 2002-09-22 [alfons]     0.8.3claws3
13769
13770         * src/procmsg.c
13771                 :%sno/if(/if (/gc
13772                 :%sno/for(/for (/gc
13773                 (beautify)
13774
13775 2002-09-22 [alfons]     0.8.3claws2
13776         
13777         * src/procmsg.c
13778                 procmsg_save_to_outbox(): don't unlink message file from queue;
13779                 callers should do it using folder_item_remove_msg()
13780
13781 2002-09-22 [colin]      0.8.3claws1
13782
13783         * src/mimeview.[ch]
13784                 Made mimeview_check_signature() public
13785         * src/textview.c
13786                 Made GPG signatures verifiable by clicking
13787                 the [application/pgp-signature] in the Text
13788                 view
13789
13790 2002-09-22 [paul]       0.8.3claws
13791
13792         * po/bg.po
13793           po/en_GB.po
13794           po/es.po
13795           po/it.po
13796           po/pl.po
13797           po/pt_BR.po
13798           po/sr.po
13799                 updated translations, submitted by George Danchev,
13800                 me, Ricardo Mones Lastra, Alessandro Maestri,
13801                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
13802                 and Urke MMI, respectively.     
13803
13804 2002-09-22 [alfons]     0.8.2claws65
13805
13806         * src/procmsg.c
13807         * src/pgptext.c
13808                 no furry valgrinds have been used to plug these memleaks
13809
13810 2002-09-20 [paul]       0.8.2claws64
13811
13812         * sync with 0.8.3cvs4
13813                 'Select thread' re-implemented 
13814                 see ChangeLog 2002-09-20
13815
13816 2002-09-21 [alfons]     0.8.2claws63
13817
13818         * src/compose.c
13819                 compose_send(): plug unnoticed memleak
13820
13821 2002-09-20 [alfons]     0.8.2claws62
13822
13823         * src/addr_compl.c
13824                 replace_address_in_edit(): strict check for NULL address to
13825                 fix "[ 607348 ] Segfault in address completion". My guess is
13826                 that this happens with an empty address book, but it's good
13827                 to have this check here anyway
13828                 
13829                 completion_window_button_press(): free string returned 
13830                 from the internal cache
13831
13832 2002-09-20 [christoph]  0.8.2claws61
13833
13834         * src/procmime.h
13835                 added ENC_BINARY to EncodingType
13836         * src/procmime.c
13837                 the string returned by procmime_get_encoding_str
13838                 should not depend on the order of values in the
13839                 EncodingType definition
13840         * doc-src/rfc1806.txt   ** NEW FILE **
13841                 Added rfc1806 about MIME Content-Disposition
13842                 Extension
13843
13844 2002-09-19 [paul]       0.8.2claws60
13845
13846         * sync with 0.8.2cvs3
13847                 see ChangeLog 2002-09-19
13848
13849 2002-09-19 [paul]       0.8.2claws59
13850
13851         * src/prefs_folder_item.c
13852                 revert to Darko's original alignment of colour
13853                 selector button
13854                 add a colon to folder_color label
13855                 
13856         * src/compose.c
13857                 add Colin's patch (with Hiro's modifications) to 
13858                 force BASE64 encoding for 8-bit text when signing
13859                 (sync with 0.8.3cvs2)
13860
13861 2002-09-18 [alfons]     0.8.2claws58
13862
13863         * src/compose.c
13864                 :%sno/if(/if (/gc
13865                 :%sno/for(/for (/gc
13866                 (beautify a little bit)
13867
13868 2002-09-18 [christoph]  0.8.2claws57
13869
13870         * src/pine.c
13871                 fix handling of fgetc return value
13872
13873 2002-09-17 [alfons]     0.8.2claws56
13874         
13875         * src/summaryview.c
13876                 summary_sort(): check non-NULL summaryview->folder_item when no 
13877                 folder is selected at all
13878                 (closes "[ 610344 ] sort label make syl Crash")
13879
13880 2002-09-17 [alfons]     0.8.2claws55
13881         
13882         * src/compose.c
13883                 beautify a little bit
13884
13885 2002-09-17 [christoph]  0.8.2claws54
13886
13887         * src/folder.c
13888                 initialize max values for cache and folder
13889                 when cache or folder is empty
13890
13891 2002-09-15 [colin]      0.8.2claws53
13892
13893         * src/compose.c
13894                 Fix a leak (thanks Alfons!) and cleaned
13895                 variables names for custom headers
13896
13897 2002-09-15 [colin]      0.8.2claws52
13898
13899         * src/compose.c
13900                 Fix custom headers recognition when
13901                 prefs_common.trans_hdr is on
13902
13903 2002-09-15 [colin]      0.8.2claws51
13904
13905         * src/compose.c
13906                 Allow dynamically-added custom headers
13907                 Yet not reparsed if reedited
13908
13909 2002-09-15 [alfons]     0.8.2claws50
13910
13911         * src/prefs_account.c
13912                 fix warnings
13913
13914 2002-09-15 [colin]      0.8.2claws49
13915         
13916         * src/prefs_account.c
13917                 fix pop_before_smtp sensitivity
13918
13919 2002-09-15 [colin]      0.8.2claws48
13920
13921         * src/inc.[ch]
13922                 add inc_pop_before_smtp()
13923                 allow MainWindow to be undefined in 
13924                 inc_account_mail() and inc_start()
13925         * src/pop.c
13926           src/prefs_account.h
13927                 add STYPE_POP_BEFORE_SMTP session type
13928         * src/prefs_account.c
13929                 activated pop before smtp option
13930         * src/send.c
13931                 do pop before smtp if the relevant option 
13932                 is set
13933
13934 2002-09-15 [paul]       0.8.2claws47
13935
13936         * sync with 0.8.3
13937                 see ChangeLog 2002-09-15
13938
13939 2002-09-14 [paul]       0.8.2claws46
13940
13941         * po/bg.po
13942                 updated Bulgarian translation, submitted by
13943                 George Danchev
13944
13945 2002-09-13 [paul]       0.8.2claws45
13946
13947         * src/compose.c
13948                 merge claws' select_account() with main's
13949                 (new) compose_select_account(). [sync with
13950                 0.8.2cvs15, see ChangeLog 2002-09-11]
13951
13952 2002-09-12 [christoph]  0.8.2claws44
13953
13954         * src/filter.c
13955                 allocate 1 elements of FolderItem not 0
13956
13957 2002-09-12 [colin]      0.8.2claws43
13958
13959         * src/compose.c
13960                 Fix bug #590825 (obey Follow-up: poster)
13961
13962 2002-09-12 [colin]      0.8.2claws42
13963
13964         * src/procmime.c
13965                 Fix bug #557009 (wrong headers for messages 
13966                 forwarded as attachments)
13967
13968 2002-09-11 [colin]      0.8.2claws41
13969         
13970         * src/compose.c
13971                 Put SCF: pseudo-header on top of message
13972                 Set draft tmp_flag when saved as draft
13973
13974         * src/procmsg.c
13975           src/procheader.c
13976                 Skip after first \n\n for beginning of real message
13977                 for drafts too
13978
13979 2002-09-11 [christoph]  0.8.2claws40
13980
13981         * src/filtering.c
13982                 use procmsg flag functions in filtering or processing
13983                 will cause incorrect folder message counts
13984
13985 2002-09-11 [colin]      0.8.2claws39
13986
13987         * src/compose.c
13988                 Fix bug #550175 - wrong save folder when reediting
13989                 drafts
13990
13991 2002-09-11 [paul]       0.8.2claws38
13992
13993         * sync with 0.8.2cvs14
13994                 see ChangeLog 2002-09-11
13995
13996 2002-09-11 [colin]      0.8.2claws37
13997
13998         * src/folder.c
13999                 Fix a typo (seeming to cause new/unread status to
14000                 be lost)
14001
14002 2002-09-10 [christoph]  0.8.2claws36
14003
14004         * src/compose.c
14005                 compose_redirect should not use compose_generic_new
14006                 because that does more stuff than expected including
14007                 opening the external editor
14008                 (closes bug "[ 526608 ] bounced messages appear blank
14009                  in editor")
14010
14011 2002-09-10 [christoph]  0.8.2claws35
14012
14013         * src/folder.c
14014                 fix problem with too large message number range
14015                 causing a crash in folder_item_scan
14016
14017 2002-09-10 [paul]       0.8.2claws34
14018
14019         * sync with 0.8.2cvs13
14020                 see ChangeLog 2002-09-10
14021
14022 2002-09-10 [christoph]  0.8.2claws33
14023
14024         * src/msgcache.c
14025                 set MsgInfo TmpFlags for queue and draft folders
14026                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14027
14028 2002-09-10 [paul]       0.8.2claws32
14029
14030         * AUTHORS
14031           po/bg.po      ** NEW FILE **
14032                 new Bulgarian translation submitted by
14033                 George Danchev <danchev@spnet.net>
14034                 
14035         * tools/Makefile.am
14036           tools/README
14037           tools/tb2sylpheed     ** NEW FILE **
14038                 add script that converts an addressbook exported
14039                 from The Bat! into a Sylpheed addressbook. Submitted
14040                 by Urke MMI <urke-kg@eunet.yu>
14041
14042 2002-09-10 [paul]       0.8.2claws31
14043
14044         * sync with 0.8.2cvs12
14045                 see ChangeLog 2002-09-10
14046
14047 2002-09-06 [paul]       0.8.2claws30
14048
14049         * src/prefs_common.c
14050                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14051                 
14052         * tools/Makefile.am
14053           tools/README
14054           tools/ldif-to-xml.py  ** REMOVED **
14055                 remove obsolete python script
14056
14057 2002-09-06 [paul]       0.8.2claws29
14058
14059         * sync with 0.8.2cvs10
14060                 see ChangeLog 2002-09-06
14061
14062 2002-09-04 [paul]       0.8.2claws28
14063
14064         * sync with 0.8.2cvs9
14065                 see ChangeLog 2002-08-04
14066
14067 2002-09-04 [colin]      0.8.2claws27 
14068
14069         * src/prefs_common.[ch]
14070                 Added signature color configuration
14071         * src/textview.c
14072                 Use user-specified signature color
14073
14074 2002-09-03 [colin]      0.8.2claws26
14075
14076         * src/prefs_common.[ch]
14077                 Added autosave and autosave_length prefs
14078         * src/compose.c
14079                 Added compose_remove_draft()
14080                 Auto-save drafts according to the prefs
14081         * src/main.c
14082                 Added a crash-indicator file, allowing to check
14083                 for new messages on startup if Sylpheed crashed
14084                 (makes saved drafts "reappear")
14085
14086 2002-09-03 [colin]      0.8.2claws25
14087
14088         * src/textview.[ch]
14089                 Grey the signature
14090
14091 2002-09-03 [paul]       0.8.2claws24
14092
14093         * sync with 0.8.2cvs8
14094                 see ChangeLog 2002-09-02 and 2002-09-03
14095
14096 2002-09-03 [darko]      0.8.2claws23
14097
14098         * src/folderview.c
14099                 use normal style when creating new folder to pick
14100                 proper font size 
14101
14102 2002-09-02 [melvin]     0.8.2claws22
14103
14104         * src/gtkaspell.m4
14105                 removed some obsolete code
14106
14107 2002-09-02 [melvin]     0.8.2claws21
14108
14109         * ac/aspell.m4
14110                 fixed test's equality sign (== to =)
14111
14112 2002-09-02 [alfons]     0.8.2claws20
14113
14114         * src/folder.c
14115         * src/mh.c
14116                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14117                 as folder->destroy virtual as suggested by Hiro
14118                 (the mh.c code seems to have been lost around mh.c.1.21)
14119
14120 2002-09-02 [paul]       0.8.2claws19
14121
14122         * po/pt_BR.po
14123                 updated by Fabio Jr. Beneditto
14124                 
14125         * src/defs.h
14126                 use 'http://claws.sylpheed.org' for homepage link. 
14127                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14128
14129 2002-09-01 [alfons]     0.8.2claws18
14130
14131         * src/mh.c
14132                 plug memleak related to one Martin Kluge found
14133
14134 2002-08-31 [paul]       0.8.2claws17
14135
14136         * sync with 0.8.2cvs6
14137                 see ChangeLog 2002-08-30
14138
14139 2002-08-31 [alfons]     0.8.2claws16
14140
14141         * src/folder.c
14142                 folder_destroy(): remove mailbox from folderlist even if it has
14143                 no destroy virtual
14144
14145 2002-08-31 [alfons]     0.8.2claws15
14146
14147         * src/folder.c
14148                 :%sno/if(/if (/gc
14149                 :%sno/for(/for (/gc
14150                 (being pedantic I know)
14151
14152 2002-08-31 [alfons]     0.8.2claws14
14153
14154         * src/folder.c
14155                 check for NULL pointers returned from folder->fetch_msginfo virtual
14156                 (should solve some reported crashes)
14157
14158 2002-08-30 [alfons]     0.8.2claws13
14159
14160         * acconfig.h
14161         * configure.in
14162         * src/crash.c
14163                 enable crash dialog on compilation time
14164                 (--enable-crash-dialog configure option)
14165
14166 2002-08-30 [alfons]     0.8.2claws12
14167
14168         * AUTHORS
14169                 add Martin Kluge
14170         * src/mh.c
14171                 apply memory leak plug patch by Martin Kluge
14172                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14173                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14174                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14175
14176 2002-08-30 [darko]      0.8.2claws11
14177
14178         * src/folderview.c
14179                 copy Gtk style from normal style to match
14180                 font size for coloured folders
14181
14182 2002-08-29 [alfons]     0.8.2claws10
14183
14184         * sylpheed.desktop
14185                 Type=Internet <- Type=Application
14186                 (reported by Michael Schwendt, see:
14187                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14188                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14189
14190 2002-08-29 [paul]       0.8.2claws9
14191
14192         * sync with 0.8.2cvs5
14193                 see ChangeLog 2002-08-29
14194
14195 2002-08-29 [colin]      0.8.2claws8
14196
14197         * src/summaryview.c
14198                 Added a sanity check in summary_select_thread
14199                 Should fix bug 601605
14200
14201 2002-08-29 [colin]      0.8.2claws7
14202
14203         * src/main.c
14204                 Revert claws6 changes regarding bug #591676
14205
14206 2002-08-28 [colin]      0.8.2claws6
14207         
14208         * src/main.c
14209                 Ignore cache for queue folderitems
14210                 Fix bug #591676
14211
14212 2002-08-28 [melvin]     0.8.2claws5
14213
14214         * README.claws
14215                 Fixed typos.
14216
14217 2002-08-28 [melvin]     0.8.2claws4
14218
14219         * README.claws
14220                 Updated a bit the text concerning the spell checker
14221
14222 2002-08-28 [melvin]     0.8.2claws3
14223
14224         Merged the GNU_aspell_branch:
14225                 Support of new GNU/aspell is now included and the old pspell
14226                 is not supported anymore.
14227                 See README.claws
14228
14229         * README.claws
14230                 Updated spell checker text to reflect the switch to GNU/aspell
14231
14232         * ac/aspell.m4          *** NEW ***
14233         * src/gtkaspell.[ch]    *** NEW *** 
14234         * ac/pspell.m4          *** DELETED *** 
14235         * src/gtkspell.[ch]     *** DELETED ***
14236
14237         * ac/Makefile.am
14238                 Updated for GNU/aspell support
14239
14240         * po/POTFILES.in
14241                 Replaced gtkspell.c by gtkaspell.c
14242
14243         * acconfig.h
14244         * src/Makefile.am
14245         * src/about.c
14246         * src/compose.[ch]
14247         * src/crash.c
14248         * src/main.c
14249         * src/prefs_common.[ch]
14250                 Updated for GNU/aspell support
14251
14252 2002-08-28 [paul]       0.8.2claws2
14253
14254         * sync with 0.8.2cvs4
14255                 see ChangeLog 2002-08-27 and 2002-08-28
14256
14257 2002-08-28 [colin]      0.8.2claws1
14258
14259         * src/summary_search.c
14260                 Added "AND search"
14261
14262 2002-08-28 [jens]       0.8.2claws
14263
14264         *po/de.po
14265                 Updated German translations
14266
14267 2002-08-27 [melvin]     0.8.2claws
14268
14269         * po/fr.po
14270                 Updated French translations
14271
14272 2002-08-27 [paul]       0.8.2claws
14273
14274         * sync with 0.8.2 main release
14275
14276         * po/en_GB.po
14277           po/es.po
14278           po/it.po
14279           po/pl.po
14280           po/pt_BR.po
14281           po/sr.po
14282                 updated message catalogs submitted by
14283                 Ricardo Mones Lastra, Alessandro Maestri,
14284                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14285                 Beneditto and Urke MMI  
14286
14287 2002-08-27 [hoa]        0.8.1claws123
14288
14289         * src/mainwindow.[ch]
14290         * src/summaryview.[ch]
14291                 removed the "filter setting" menu option.
14292                 add a "cancel a news message" menu option.
14293
14294 2002-08-26 [martin]     0.8.1claws122
14295
14296         * ChangeLog.claws
14297                 changed string under 0.8.1claws79 changed by myself
14298                 i'm sorry alfons :(
14299
14300 2002-08-26 [martin]     0.8.1claws121
14301
14302         * src/crash.c
14303                 added kill command to debuggerrc to start crash dialog
14304
14305 2002-08-26 [paul]       0.8.1claws120
14306
14307         * sync with 0.8.1cvs31
14308                 see ChangeLog 2002-08-26
14309
14310 2002-08-25 [alfons]     0.8.1claws119
14311
14312         * src/procmsg.c
14313                 fix bug that didn't send out correct headers to news server
14314                 when sending news article and email from queue (bug reported
14315                 and patch provided by Tim Mann; closes bug 
14316                 "[ 583196 ] 0.7.8claws can't post news")
14317
14318 2002-08-25 [alfons]     0.8.1claws118
14319
14320         * src/selective_download.c
14321                 mark two strings as translatable
14322                 (thanks to Urke MMI for pointing this out)
14323
14324 2002-08-25 [alfons]     0.8.1claws117
14325
14326         * src/summaryview.c
14327                 treat sent boxes as special and allow sorting them by addressee
14328                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14329                 submitted by Steve Lamb)
14330
14331 2002-08-24 [alfons]     0.8.1claws116
14332
14333         * src/matcher.c
14334                 fix memleak reported by Martin Kluge
14335                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14336
14337 2002-08-24 [oliver]     0.8.1claws115
14338
14339         * src/prefs_toolbar.c
14340                 o code cleanup as suggested by Alfons
14341                 o memleak fix
14342
14343 2002-08-24 [alfons]     0.8.1claws114
14344
14345         * src/summaryview.c
14346                 o fix another memory leak reported by Martin Kluge
14347                   (see "[ 599568 ] Small Memory Leak")
14348                 o remove 'from' variable from 'summary_set_header()'; we can
14349                   do with just 'to' 
14350
14351 2002-08-24 [paul]       0.8.1claws113
14352
14353         * sync with 0.8.1cvs30
14354                 see ChangeLog 2002-08-23
14355
14356 2002-08-24 [alfons]     0.8.1claws112
14357
14358         * src/summaryview.c
14359                 remove unnecessary allocations for search bar fixing leaks
14360                 reported by Martin Kluge
14361                 (see "[ 599451 ] Further memory leaks?")
14362
14363 2002-08-24 [alfons]     0.8.1claws111
14364
14365         * src/main.c
14366                 make get_socket_name() public for crash.c
14367         * src/crash.c
14368                 o make report bug button work (goes to claws' 
14369                   bug tracker at sf.net)
14370                 o introduce function for doing important stuff just
14371                   before claws goes down
14372                 o clean up code 
14373
14374 2002-08-24 [alfons]     0.8.1claws110
14375
14376         * src/compose.c
14377                 move cursor to "To" entry when forwarding as attachment
14378                 (reported and solved by Steve Lamb, closes bug report
14379                 "[ 592880 ] Forward as attachment; cursor not in to")
14380
14381 2002-08-24 [colin]      0.8.1claws109
14382
14383         * src/mainwindow.c
14384                 fix quick search visibility after GUI (de)separations.
14385
14386 2002-08-23 [colin]      0.8.1claws108
14387
14388         * src/mainwindow.c
14389                 fix header pane visibility after folderview or
14390                 messageview (de)separation
14391
14392 2002-08-23 [paul]       0.8.1claws107
14393
14394         * src/mainwindow.[ch]
14395           src/toolbar.c
14396                 give full control of display or non-display 
14397                 of the Execute icon to Custom toolbar settings.
14398                 add new sensitivity condition to maninwindow.h: 
14399                 M_DELAY_EXEC
14400
14401         * ChangeLog
14402           ChangeLog.jp
14403           NEWS
14404                 more sync with 0.8.1cvs29
14405
14406 2002-08-23 [melvin]     0.8.1claws106
14407
14408         * src/alertpanel.c
14409                 Readded support for custom widget in alertpanel lost in last
14410                 sync.
14411
14412 2002-08-23 [paul]       0.8.1claws105
14413
14414         * sync with 0.8.1cvs29
14415                 see ChangeLog 2002-08-23
14416
14417 2002-08-23 [colin]      0.8.1claws104
14418
14419         * src/summaryview.c
14420                 Fix folder and search pixmaps exchanging positions
14421                 after theme or toolbar changes. Thank to Oliver for 
14422                 reporting this.
14423
14424 2002-08-23 [colin]      0.8.1claws103
14425
14426         * src/mainwindow.c
14427           src/messageview.[ch]
14428           src/noticeview.[ch]
14429           src/summaryview.c
14430                 Changed messageview_create() and noticeview_create()
14431                 to avoid the last gdk_warning
14432
14433 2002-08-22 [colin]      0.8.1claws102
14434
14435         * src/summaryview.c
14436                 Fix my new `Creating pixmap from xpm' warning
14437
14438 2002-08-22 [colin]      0.8.1claws101
14439
14440         * src/mainwindow.c
14441                 Fix some of the gdk warnings
14442
14443 2002-08-22 [colin]      0.8.1claws100
14444
14445         * src/Makefile.am
14446         * src/stock_pixmap.c
14447         * src/stock_pixmap.h
14448         * src/pixmaps/quicksearch.xpm *ADDED*
14449                 Add the quicksearch pixmap
14450         * src/mainwindow.c
14451         * src/summaryview.c
14452         * src/summaryview.h
14453                 Make quicksearch bar visible/hidden via a button
14454
14455 2002-08-22 [christoph]  0.8.1claws99
14456
14457         * src/folder.c
14458                 fix folder update for newsgroups with message
14459                 numbers below minimum number of articles to fetch
14460                 (closes bug #598445)
14461
14462 2002-08-22 [paul]       0.8.1claws98
14463
14464         * sync with 0.8.1cvs28
14465                 see ChangeLog 2002-08-22
14466
14467 2002-08-21 [alfons]     0.8.1claws97
14468
14469         * src/crash.c
14470                 use bt instead of bt full which seems to work 
14471                 better, and bt full doesn't give a great deal 
14472                 of information anyway
14473
14474 2002-08-21 [colin]      0.8.1claws96
14475
14476         * src/summaryview.c
14477                 fix summaryview_searchtype_changed prototype
14478
14479 2002-08-21 [christoph]  0.8.1claws95
14480
14481         * src/mainwindow.c
14482                 o fix broken menu update for sorting type, we have to
14483                   get this info from the summaryview now
14484                 o removed setting of threaded state in menu callback
14485         * src/summaryview.[ch]
14486                 more summaryview/folderitem seperation for
14487                 threading option
14488         * configure.in
14489                 removed not required --with-compiler-flags option
14490
14491 2002-08-21 [oliver]     0.8.1claws94
14492         
14493         * src/toolbar.h 
14494                 o rename toolbar.xml to toolbar_main.xml
14495                   since toolbar_compose.xml might come up 
14496                   any time soon
14497         * README.claws
14498                 add custom toolbar              
14499
14500 2002-08-21 [darko]      0.8.1claws93
14501
14502         * src/procmsg.c
14503                 don't reset tmp flags for messages copied
14504                 to sent folder
14505
14506 2002-08-21 [colin]      0.8.1claws92
14507         
14508         * src/prefs_filtering.c
14509                 fix renaming rules on folder rename 
14510                 when folder is not a leaf folder
14511
14512 2002-08-21 [paul]       0.8.1claws91
14513
14514         * src/prefs_folder_item.c
14515                 fix alignment of colour selector
14516
14517 2002-08-21 [paul]       0.8.1claws90
14518
14519         * sync with 0.8.1cvs27
14520                 see ChangeLog 2002-08-21
14521
14522 2002-08-21 [paul]       0.8.1claws89
14523
14524         * src/summaryview.c
14525                 fix crash when changing field type in
14526                 Quick search bar
14527
14528 2002-08-21 [colin]      0.8.1claws88
14529
14530         * src/summaryview.c
14531                 Made quick search case-insensitive
14532
14533 2002-08-21 [paul]       0.8.1claws87
14534
14535         * sync with 0.8.1cvs26
14536                 see ChangeLog 2002-08-21
14537
14538 2002-08-20 [christoph]  0.8.1claws86
14539
14540         * src/folderview.c
14541         * src/main.c
14542         * src/summaryview.[ch]
14543                 more summaryview/folderitem seperation for
14544                 sort_key and sort_type
14545         * src/procmsg.c
14546                 added missing return statement
14547
14548 2002-08-20 [colin]      0.8.1claws85
14549
14550         * src/summaryview.[ch]
14551                 Added a quick search box
14552         * src/mainwindow.c
14553         * src/prefs_common.[ch]
14554                 Added a show/hide option for the quick search
14555
14556 2002-08-20 [oliver]     0.8.1claws84
14557         
14558         * src/mainwindow.c
14559                 remove toolbar_create_popups
14560         * src/toolbar.[ch]
14561                 o remove toolbar_create_popups
14562                 o fix toolbar_set_sensitive 
14563                   (Bug reports #596834 and #596832)     
14564         * src/prefs_toolbar.c
14565                 o add "Set default" button
14566                 o align label and text + combo widgets
14567
14568 2002-08-20 [hoa]        0.8.1claws83bis
14569
14570         * src/imap.c
14571                 fixed a bug in imap_fetch_msginfo() in case there is no
14572                 current folder.
14573
14574 2002-08-20 [darko]      0.8.1claws83
14575
14576         * src/folderview.c
14577                 copy the color style of folder view so it
14578                 works with GTK themes
14579
14580 2002-08-20 [darko]      0.8.1claws82
14581
14582         * src/folder.h
14583         * src/folderview.c
14584         * src/prefs_folder_item.[hc]
14585                 don't use UI stuff in folder.h
14586
14587 2002-08-20 [darko]      0.8.1claws81
14588
14589         * src/folder.h
14590         * src/prefs_folder_item.h
14591         * src/folderview.c
14592         * src/prefs_folder_item.c
14593                 ability to set folder color in folderview
14594
14595 2002-08-19 [alfons]     0.8.1claws80
14596
14597         * src/summaryview.c
14598                 fix one of the earlier memleaks reported by Martin Kluge
14599
14600 2002-08-19 [alfons]     0.8.1claws79
14601
14602         * src/mainwindow.c
14603                 hide notice view when selecting seperate folder
14604                 view (reported by Urke MMI)
14605
14606 2002-08-19 [christoph]  0.8.1claws78
14607
14608         * src/folderview.c
14609         * src/prefs_folder_item.h
14610         * src/summaryview.[ch]
14611                 o add summary_set_prefs_from_folderitem to set
14612                   summaryview prefs (first step to remove all
14613                   references to the folderitem in summaryview)
14614                 o moved compiled regex stuff from folderitem prefs
14615                   to summaryview code
14616
14617 2002-08-19 [paul]       0.8.1claws77
14618
14619         * src/compose.c
14620                 add check for '.' to QUOTE_IF_REQUIRED
14621
14622 2002-08-19 [paul]       0.8.1claws76
14623
14624         * src/inc.c
14625                 sync with 0.8.1cvs25 (plug memory leak)
14626
14627         * src/prefs_toolbar.c
14628                 re-order prefs_toolbar_cancel()
14629
14630 2002-08-18 [alfons]     0.8.1claws75
14631
14632         * src/inc.c
14633         * src/matcher.c
14634                 plug other memleaks reported by Martin Kluge
14635
14636 2002-08-18 [paul]       0.8.1claws74
14637
14638         * po/pt_BR.po
14639                 updated by Fabio Jr. Beneditto
14640
14641 2002-08-18 [paul]       0.8.1claws73
14642
14643         * src/toolbar.[ch]
14644                 fix bug where tooltips were displayed untranslated              
14645
14646         * src/prefs_toolbar.c
14647                 fix bug where clicking 'Cancel' creates an icon & text
14648                 toolbar regardless of prefs
14649         
14650
14651 2002-08-17 [oliver]     0.8.1claws72
14652
14653         * src/prefs_toolbar.c
14654                 update toolbar on CANCEL
14655                 bug reported by Martin Kluge
14656         * src/toolbar.c
14657                 toolbar_destroy memleak fixed           
14658
14659 2002-08-17 [alfons]     0.8.1claws71
14660
14661         * src/toolbar.c
14662                 plug another memleak reported by Martin Kluge
14663
14664 2002-08-16 [alfons]     0.8.1claws70
14665
14666         * src/crash.c
14667                 use execvp() correctly (suggested by wwp; thanks!)
14668
14669 2002-08-16 [alfons]     0.8.1claws69
14670
14671         * src/gtksctree.c
14672                 plug memory leak reported by Kim Schultz & Martin Kluge
14673
14674 2002-08-16 [paul]       0.8.1claws68
14675
14676         * po/es.po
14677                 updated by Ricardo Mones Lastra
14678
14679 2002-08-16 [paul]       0.8.1claws67
14680
14681         * src/toolbar.h
14682                 fix bug where 'Compose News' icon showed wrong
14683                 tooltip
14684
14685 2002-08-16 [paul]       0.8.1claws66
14686
14687         * sync with 0.8.1cvs24
14688                 see ChangeLog 2002-08-16
14689
14690         * po/it.po
14691                 updated by Alessandro Maestri
14692
14693 2002-08-15 [paul]       0.8.1claws65
14694
14695         * po/sr.po
14696                 updated by Urke MMI
14697
14698 2002-08-15 [paul]       0.8.1claws64
14699
14700         * src/*.c
14701                 don't translate debug info
14702
14703         * src/matcher.[ch]
14704                 add copyright info
14705
14706 2002-08-15 [paul]       0.8.1claws63
14707
14708         * src/prefs_toolbar.c
14709                 fix bug where clicking 'OK' creates an icon & text
14710                 toolbar regardless of prefs
14711
14712 2002-08-14 [alfons]     0.8.1claws62
14713
14714         * src/main.c
14715                 add global var that has the full argv[0]
14716         * src/crash.c
14717                 o execvp the correct sylpheed by using argv0
14718                   and setting the correct work dir
14719                 o other tweaks  
14720
14721 2002-08-14 [oliver]     0.8.1claws61
14722         
14723         * enable/disable Toolbar Action Buttons 
14724         * code cleanups
14725         * src/mainwindow.c
14726         * src/toolbar.[ch]      
14727         * src/prefs_toolbar.c   
14728
14729 2002-08-14 [melvin]     0.8.1claws60
14730
14731         * po/fr.po
14732                 Updated French translations
14733
14734 2002-08-14 [melvin]     0.8.1claws59
14735
14736         * src/crash.c
14737                 Made bug report not translatable
14738         * src/exporthtml.c
14739                 Fixed exporthtml_build_filespec() return value
14740         * src/foldersel.c
14741                 Fixed incorrect include file
14742         * src/gtkspell.c
14743         * src/prefs_actions.c
14744         * src/prefs_toolbar.c
14745                 Made debug info not translatable
14746         * src/mutt.c
14747         * src/quote_fmt.c
14748                 Added missing includes
14749         * src/prefs_common.c
14750                 Fixed typo
14751
14752 2002-08-14 [paul]       0.8.1claws58
14753
14754         * faq/es/sylpheed-faq.html
14755           faq/es/sylpheed-faq-[1-3].html
14756           faq/es/sylpheed-faq-4.html     **NEW FILE **
14757                 update Spanish FAQ
14758
14759 2002-08-13 [christoph]  0.8.1claws57
14760
14761         * src/procmsg.c
14762                 ignore thread fix that did not mark all
14763                 child nodes of a ignored thread as
14764                 ignored. Does not work perfectly yet,
14765                 but it is better now
14766
14767 2002-08-13 [alfons]     0.8.1claws56
14768
14769         * src/crash.c
14770                 o implement 'save crash log'
14771                 o some tweaks
14772
14773 2002-08-13 [melvin]     0.8.1claws55
14774
14775         * src/main.c
14776                 removed unrequired "execinfo.h" header
14777
14778 2002-08-12 [paul]       0.8.1claws54
14779
14780         * faq/en/sylpheed-faq.html
14781           faq/en/sylpheed-faq-[1-3].html
14782           faq/en/sylpheed-faq-4.html     **NEW FILE **
14783                 update English FAQ
14784
14785 2002-08-12 [alfons]     0.8.1claws53
14786
14787         * po/POTFILES.in
14788                 add crash.c to translatables
14789         * src/crash.c
14790                 bring in Leandro's crash dialog
14791
14792 2002-08-11 [alfons]     0.8.1claws52
14793
14794         * src/crash.c
14795                 clean up some warnings
14796
14797 2002-08-11 [alfons]     0.8.1claws51
14798
14799         * acconfig.h
14800         * configure.in
14801         * src/crash.[ch]        ** NEW FILES **
14802         * src/main.c            
14803                 initial gdb crash handler
14804
14805 2002-08-11 [paul]       0.8.1claws50
14806
14807         * src/prefs_toolbar.c
14808                 replace Up/Down arrow pixmaps with text to be
14809                 consistent across icon themes
14810
14811 2002-08-11 [paul]       0.8.1claws49
14812
14813         * src/prefs_common.c
14814           src/prefs_toolbar.c
14815                 rename 'Pixmap' -> 'Icon'
14816
14817         * src/toolbar.[ch]
14818                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
14819
14820 2002-08-10 [paul]       0.8.1claws48
14821
14822         * src/prefs_toolbar.c
14823                 re-work the UI
14824
14825 2002-08-10 [paul]       0.8.1claws47
14826
14827         * src/main.c
14828                 don't write Processing progress to status bar
14829                 patch submitted by Alexander Evseev
14830
14831         * src/prefs_toolbar.c
14832                 re-position and resize window
14833                 make window assume correct size on first call
14834
14835 2002-08-10 [paul]       0.8.1claws46
14836
14837         * src/mainwindow.c
14838           src/prefs_toolbar.c
14839           src/toolbar.c
14840           src/toolbar.h
14841                 obey coding style
14842                 follow UI text conventions
14843
14844 2002-08-10 [alfons]     0.8.1claws45
14845
14846         * src/toolbar.c
14847                 correct pixmap for delete action
14848
14849 2002-08-10 [paul]       0.8.1claws44
14850
14851         * po/pt_BR.po
14852                 updated by Fabio Jr. Beneditto
14853
14854 2002-08-10 [paul]       0.8.1claws43
14855
14856         * po/POTFILES.in
14857                 add custom toolbar files
14858
14859 2002-08-10 [paul]       0.8.1claws42
14860
14861         * sync with 0.8.1cvs22
14862                 see ChangeLog 2002-08-09
14863
14864 2002-08-09 [paul]       0.8.1claws41
14865
14866         * tools/Makefile.am
14867           tools/README
14868           tools/outlook2sylpheed.pl     ** NEW FILE **
14869                 add script to convert exported Outlook
14870                 contacts list to a Sylpheed addressbook.
14871                 Submitted by Ricardo Mones Lastra.
14872
14873 2002-08-09 [paul]       0.8.1claws40
14874
14875         * AUTHORS
14876           configure.in
14877           po/sr.po      ** NEW FILE **
14878                 add Serbian message catalog. Submitted by
14879                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
14880
14881 2002-08-09 [paul]       0.8.1claws39
14882
14883         * sync with 0.8.1cvs21
14884                 see ChangeLog 2002-08-08
14885
14886 2002-08-08 [oliver]     0.8.1claws38
14887
14888         * src/mainwindow.c
14889                 move Custom Toolbar to Configuration menu
14890
14891 2002-08-08 [oliver]     0.8.1claws37
14892
14893         * src/prefs_toolbar.c
14894                 fix substitute pixmap bug
14895
14896 2002-08-08 [paul]       0.8.1claws36
14897
14898         * sync with 0.8.1cvs19
14899                 see ChangeLog 2002-08-08
14900
14901 2002-08-07 [christoph]  0.8.1claws35
14902
14903         * src/utils.c
14904                 fixed a memory leak in new canonicalize_file_replace
14905
14906 2002-08-07 [christoph]  0.8.1claws34
14907
14908         * src/utils.[ch]
14909                 o canonicalize_file_replace should create the temporary
14910                   file in the same directory as the original file.
14911                 o added get_tmpfile_in_dir that creates a temorary file
14912                   in a specified directory.
14913
14914 2002-08-07 [melvin]     0.8.1claws33
14915
14916         * src/toolbar.c
14917                 fixed bug where 'Article' button acted as 'Email' button.
14918
14919 2002-08-07 [paul]       0.8.1claws32
14920
14921         * sync with 0.8.1.cvs17
14922                 see ChangeLog 2002-08-07
14923
14924 2002-08-07 [colin]      0.8.1claws31
14925         
14926         * src/news.c
14927                 fix mass-cancel problem
14928
14929 2002-08-07 [thorsten]   0.8.1claws30
14930
14931         * src/prefs_toolbar.c
14932                 fix: crash on replace or add new button
14933         * src/toolbar.c
14934                 fix: close xmlfile after reading
14935         * src/utils.c
14936                 fix: unlink() file before rename()
14937
14938 2002-08-06 [paul]       0.8.1claws29
14939
14940         * sync with 0.8.cvs15
14941                 see ChangeLog 2002-08-06
14942
14943 2002-08-06 [oliver]     0.8.1claws28
14944
14945         * src/toolbar.c
14946         * src/prefs_toolbar.c
14947                 fixed empty toolbar issue
14948
14949 2002-08-06 [oliver]     0.8.1claws27
14950
14951         * Custom Toolbar Final 
14952         * src/folderview.c
14953         * src/inc.c
14954         * src/summaryview.c
14955                 o toolbar stuff now lives in src/toolbar.[ch]
14956                 o main_window_toolbar_* functions are renamed to
14957                   toolbar_* reflecting their new source file
14958         * src/mainwindow.[ch]
14959                 o remove toolbar stuff  
14960
14961 2002-08-06 [oliver]     0.8.1claws26
14962         
14963         * src/Makefile.am
14964         * src/prefs_toolbar.[ch]        **New File**
14965         * src/toolbar.[ch]              **New File**
14966                 o prefs_toolbar.[ch] custom toolbar frontend
14967                 o toolbar.[ch]       backend 
14968
14969 2002-08-06 [oliver]     0.8.1claws25
14970
14971         * src/prefs_actions.[ch]
14972                 o new exported function actions_execute
14973
14974 2002-08-06 [paul]       0.8.1claws24
14975
14976         * sync with 0.8.1cvs4
14977                 see ChangeLog 2002-08-06
14978
14979 2002-08-06 [paul]       0.8.1claws23
14980
14981         * sync with 0.8.1cvs13
14982                 see ChangeLog 2002-08-06
14983
14984 2002-08-06 [paul]       0.8.1claws22
14985
14986         * sync with 0.8.1cvs12
14987                 see ChangeLog 2002-08-05 and 2002-08-06
14988
14989 2002-08-06 [match]      0.8.1claws21
14990
14991         * src/addrclip.c
14992                 improvements to cut/copy/paste address
14993
14994 2002-08-05 [match]      0.8.1claws20
14995
14996         * src/addritem.[ch]
14997         * src/addrcache.c
14998         * src/addrbook.c
14999         * src/editaddress.c
15000         * src/addressbook.c
15001                 fixes to improve cut/copy/paste
15002
15003 2002-08-06 [melvin]     0.8.1claws19
15004
15005         * src/account.[ch]
15006                 account_find_all_from_address(): new function that returns the
15007                 list of all accounts that are matched in an address.
15008         * src/alertpanel.[ch]
15009                 alertpanel() now accepts a custom widget
15010                 alertpanel_with_widget(): new function that pops up a panel with
15011                 a custom widget in it 
15012         * src/gtkutils.[ch]
15013                 gtkut_account_menu_new(): new function that allows the selection
15014                 of an account from a list of accounts.
15015         * src/messageview.c
15016                 Extended Return Receipt notification to select the correct 
15017                 account and to make a security test on the Delivery-Notification
15018                 address which should be the same as the Return-Path.
15019
15020 2002-08-06 [thorsten]   0.8.1claws18
15021
15022         * src/mimeview.c
15023                 attach_all: save unnamed as "noname.%d",
15024                 dont free static dirname
15025
15026 2002-08-05 [alfons]     0.8.1claws17
15027
15028         * configure.in
15029                 detect XIM by trying to link rather than compile a XIM program
15030
15031 2002-08-05 [oliver]     0.8.1claws16
15032                 
15033         * src/stock_pixmap.[ch]
15034                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15035                 o new func to retrieve pixmaps
15036
15037 2002-08-05 [paul]       0.8.1claws15
15038
15039         * sync with 0.8.1cvs10
15040                 see ChangeLog 2002-08-05
15041
15042 2002-08-04 [alfons]     0.8.1claws14
15043
15044         * src/textview.c
15045                 see if this plugs memleak
15046
15047 2002-08-04 [melvin]     0.8.1claws13
15048
15049         * src/gtkspell.c
15050                 fixed bug that could crash Sylpheed when highlighting
15051                 all misspelled words.
15052
15053 2002-08-03 [melvin]     0.8.1claws12
15054
15055         * src/prefs_actions.c
15056                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15057         * src/messageview.c
15058                 fixed bug where the Return Receipt was sent to
15059                 Delivery-Notification-To address even if it was not present
15060
15061 2002-08-02 [alfons]     0.8.1claws11
15062
15063         * src/prefs_actions.c
15064                 o more check for NULLs
15065                 o put create_io_dialog() in right conditional block
15066
15067 2002-08-02 [paul]       0.8.1claws10
15068
15069         * po/es.po
15070                 updated by Ricardo Mones Lastra
15071
15072 2002-08-01 [christoph]  0.8.1claws9
15073
15074         * src/folder.c
15075                 don't free the cache of the opened
15076                 folder in the summaryview
15077         * src/summaryview.c
15078                 don't unset flags, if it is not required
15079
15080 2002-08-01 [paul]       0.8.1claws8
15081
15082         * sync with 0.8.1cvs8
15083                 see ChangeLog entry 2002-08-01
15084
15085 2002-08-01 [paul]       0.8.1claws7
15086
15087         * sync with 0.8.1cvs7
15088                 see ChangeLog 2002-07-31 and 2002-08-01
15089
15090 2002-07-31 [christoph]  0.8.1claws6
15091
15092         * src/mainwindow.c
15093                 forgot to update menu sensitivity
15094                 function for new menu entry
15095
15096 2002-07-31 [alfons]     0.8.1claws5
15097
15098         * src/main.c
15099                 check folder item and its path for NULL on
15100                 initial processing
15101
15102 2002-07-31 [christoph]  0.8.1claws4
15103
15104         * src/folder.c
15105                 check if folder_item_get_msginfo in
15106                 folder_item_remove_msg returned NULL
15107         * src/imap.c
15108                 better clear the uid cache in the
15109                 uid validity check function and delete
15110                 cached messages
15111
15112 2002-07-31 [paul]       0.8.1claws3
15113
15114         * man/sylpheed.1
15115                 add the '--attach' option and a few other
15116                 minor changes
15117
15118 2002-07-31 [paul]       0.8.1claws2
15119
15120         * sync with 0.8.1cvs5
15121                 see ChangeLog 2002-07-31
15122
15123 2002-07-31 [christoph]  0.8.1claws1
15124
15125         * src/folderview.[ch]
15126         * src/mainwindow.c
15127                 replace "Rescan all folders..." with
15128                 "Check all folders for new messages..."
15129
15130 2002-07-30 [paul]       0.8.1claws
15131
15132         * version 0.8.1claws released
15133
15134 2002-07-30 [paul]       0.8.0claws29
15135
15136         * tools/OOo2sylpheed.pl ** NEW FILE **
15137           tools/README
15138                 add script to enable sending documents as
15139                 attachments from OpenOffice.org
15140
15141 2002-07-30 [melvin]     0.8.0claws28
15142
15143         * src/prefs_actions.c
15144                 Made the actions' input/output dialog display
15145                 without delay.
15146
15147 2002-07-30 [christoph]  0.8.0claws27
15148
15149         * src/procmsg.c
15150                 check if folder_item_get_msginfo in
15151                 procmsg_save_to_outbox returned NULL
15152
15153 2002-07-30 [paul]       0.8.0claws26
15154
15155         * sync with 0.8.1cvs4
15156                 see ChangeLog 2002-07-29
15157
15158 2002-07-29 [thorsten]   0.8.0claws25
15159
15160         * README.claws
15161                 added selective download, delete on server
15162
15163 2002-07-29 [paul]       0.8.0claws24
15164
15165         * sync with 0.8.1cvs3
15166                 see ChangeLog 2002-07-29
15167
15168 2002-07-27 [christoph]  0.8.0claws23
15169
15170         * src/folder.c
15171                 add extra check if fetching the msginfo
15172                 returned NULL
15173
15174 2002-07-27 [paul]       0.8.0claws22
15175
15176         * sync with 0.8.1cvs2
15177                 see ChangeLog 2002-07-26
15178
15179 2002-07-27 [christoph]  0.8.0claws21
15180
15181         * src/imap.c
15182                 add another check if a valid msginfo
15183                 was returned
15184
15185 2002-07-26 [hoa]        0.8.0claws20
15186
15187         * src/folder.c
15188                 Fixed a condition in folder_item_destroy()
15189
15190         * src/imap.c
15191                 Fixed an error in IMAP protocol
15192
15193 2002-07-26 [alfons]     0.8.0claws19
15194
15195         * src/folder.c
15196                 ofcourse compare with identifier, not the path
15197
15198 2002-07-26 [alfons]     0.8.0claws18
15199
15200         * src/folder.c
15201                 use folder item identifier for saving / restoring
15202                 preferences because folder->path might not be unique
15203
15204 2002-07-26 [melvin]     0.8.0claws17
15205
15206         * src/logwindow.c
15207                 Fixed a crash introduced in 0.8.0claws5 when log is 
15208                 cut under 80 characters.
15209
15210 2002-07-26 [paul]       0.8.0claws16
15211
15212         * sync with 0.8.1cvs1
15213                 see ChangeLog 2002-07-26
15214
15215 2002-07-26 [christoph]  0.8.0claws15
15216
15217         * src/imap.[ch]
15218                 imap folder now remembers the last selected
15219                 folder and imap_fetch_msginfo skips selecting
15220                 the folder if it is already selected
15221
15222 2002-07-26 [christoph]  0.8.0claws14
15223
15224         * src/folder.c
15225         * src/folderview.c
15226         * src/imap.c
15227                 fix imap folder rescanning
15228
15229 2002-07-25 [christoph]  0.8.0claws13
15230
15231         * src/filter.c
15232         * src/folder.[ch]
15233         * src/folderview.c
15234         * src/imap.[ch]
15235         * src/mainwindow.c
15236         * src/mbox_folder.c
15237         * src/mh.c
15238         * src/news.c
15239                 implement imap uid cache and uid validity check
15240
15241 2002-07-25 [alfons]     0.8.0claws12
15242
15243         * src/summaryview.c
15244                 fix a brown paper bag bug, and also add some more
15245                 checks
15246
15247 2002-07-25 [christoph]  0.8.0claws11
15248
15249         * src/folder.c
15250                 don't mix copy, fetch_msginfo and remove
15251                 operations in folder item copy and move
15252                 operations
15253
15254 2002-07-25 [christoph]  0.8.0claws10
15255
15256         * src/folderview.c
15257         * src/mainwindow.c
15258         * src/prefs_folder_item.c
15259         * src/summaryview.[ch]
15260                 remove no longer required parameter update_cache from
15261                 summary_show
15262
15263 2002-07-25 [paul]       0.8.0claws9
15264
15265         * sync with 0.8.1
15266         
15267         * AUTHORS
15268                 a few corrections
15269
15270 2002-07-24 [alfons]     0.8.0claws8
15271
15272         * src/summaryview.c
15273                 sort correctly when using simplified subject line
15274                 (closes feature request "[ 585141 ] applying regexp to subject 
15275                 before sort" submitted by Alexandra Walford)
15276
15277 2002-07-24 [paul]       0.8.0claws7
15278
15279         * sync with 0.8.0cvs3
15280                 see ChangeLog 2002-07-24
15281
15282 2002-07-23 [christoph]  0.8.0claws6
15283
15284         * src/folder.c
15285         * src/folder.h
15286         * src/summaryview.c
15287         * src/summaryview.h
15288         * src/main.c
15289                 o separate processing and summaryview
15290                 o removed summary_write_cache from summaryview
15291                 o removed summaryview->killed_messages, because we don't have
15292                   to keep a list of killed messages anymore. New cache will
15293                   keep the hidden messages in cache anyway
15294         * src/folderview.c
15295         * src/inc.c
15296         * src/selective_download.c
15297                 o removed unnecessary summary_write_cache calls
15298         * src/procmsg.c
15299                 o don't set ignore thread flag in procmsg_get_thread_tree
15300                   if it is already set
15301         * src/mainwindow.c
15302         * src/statusbar.h
15303                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15304                   they are used in different files
15305
15306 2002-07-23 [melvin]     0.8.0claws5
15307
15308         * src/addressbook.c
15309         * src/addrgather.c
15310         * src/editaddress.c
15311         * src/editgroup.c
15312         * src/editldap_basedn.c
15313         * src/importldif.c
15314         * src/prefs_common.c
15315                 Fixed few memory leak (gtk_editable_get_chars returns
15316                 an allocated string)
15317         * src/logwindow.c
15318                 Fixed few memory leak (gtk_editable_get_chars returns
15319                 an allocated string) and modified a little the log cutting
15320                 loop.
15321         * src/compose.c
15322                 Replaced a call to an obsolete function gtk_entry_get_text()
15323                 by gtk_editable_get_chars()
15324         * src/send.c
15325                 Removed a debug printf
15326
15327 2002-07-23 [christoph]  0.8.0claws4
15328
15329         * src/filesel.c
15330                 fix another g_dirname memory leak
15331
15332 2002-07-23 [christoph]  0.8.0claws3
15333
15334         * src/mh.c
15335                 fixed a memory leak in mh_fetch_msginfo
15336                 fixed crash when message header could not be
15337                 parsed
15338
15339 2002-07-23 [paul]       0.8.0claws2
15340
15341         * sync with 0.8.0cvs2
15342                 see ChangeLog 2002-07-23
15343
15344 2002-07-23 [paul]       0.8.0claws1
15345
15346         * sync with 0.8.0cvs1
15347                 see ChangeLog 2002-07-23
15348
15349 2002-07-23 [paul]       0.8.0claws
15350
15351         * release of 0.8.0claws