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