freeze clist in summaryview when performing potentially expensive list walking
[claws.git] / ChangeLog.claws
1 2005-01-24 [colin]      1.0.0cvs13
2
3         * src/summaryview.c
4                 Freeze clist during operations involving message
5                 lists.
6
7 2005-01-24 [paul]       1.0.0cvs12
8
9         * ChangeLog
10         * ChangeLog.jp
11         * src/messageview.c
12         * src/mh.c
13         * src/common/utils.c
14                 sync with main, see ChangeLog 2005-01-19
15
16 2005-01-24 [colin]      1.0.0cvs11
17
18         * src/procheader.c
19                 Fix build with MIPSpro compiler.
20                 Patch by Ivan Rayner <ivanr@sgi.com>
21
22 2005-01-24 [colin]      1.0.0cvs10
23
24         * src/folderview.c
25                 Use (+) in collapsed folders with quicksearch-
26                 matching subfolders
27
28 2005-01-23 [holger]     1.0.0cvs9
29
30         * src/crash.c
31                 Include missing header file
32
33 2005-01-22 [colin]      1.0.0cvs8
34
35         * src/summaryview.c
36         * src/gtk/quicksearch.c
37                 Make recursive quicksearch work in
38                 root folders (and code fixes)
39
40 2005-01-21 [colin]      1.0.0cvs7
41
42         * src/summaryview.c
43                 Set cursor to wait while looking in subfolders
44
45 2005-01-21 [colin]      1.0.0cvs6
46
47         * src/summaryview.c
48                 Don't clear quicksearch if recursion is on,
49                 even if !sticky
50
51 2005-01-21 [colin]      1.0.0cvs5
52
53         * src/gtk/quicksearch.c
54         * src/prefs_common.c
55         * src/prefs_common.h
56                 Add option to recurse or not
57
58 2005-01-21 [colin]      1.0.0cvs4
59
60         * src/folder.h
61         * src/folderview.c
62         * src/folderview.h
63         * src/summaryview.c
64         * src/gtk/quicksearch.c
65         * src/gtk/quicksearch.h
66                 Make quicksearch recursive - results materialized
67                 by search icons in the folderview.
68
69 2005-01-20 [holger]     1.0.0cvs3
70
71         * src/addrindex.c
72         * src/addrindex.h
73                 Add addrindex_load_person_attribute() (for plugins)
74
75 2005-01-19 [colin]      1.0.0cvs2
76
77         * src/mbox.c
78         * src/mbox.h
79         * src/mainwindow.c
80         * src/summaryview.c
81         * src/summaryview.h
82                 Add an easy way to export specific messages
83                 to an mbox file.
84
85 2005-01-19 [paul]       1.0.0cvs1
86
87         * po/ja.po
88         * po/ko.po
89                 updated by  Rui Hirokawa and
90                 SungHyun Nam
91
92 2005-01-18 [paul]       1.0.0
93
94         * version 1.0.0 released
95
96 2005-01-17 [thorsten]   0.9.13cvs38
97
98         * src/crash.c
99         * src/gtk/pluginwindow.c
100                 return value of filesel should not be free()d
101
102 2005-01-17 [paul]       0.9.13cvs37
103
104         * AUTHORS
105         * po/es.po
106         * po/fr.po
107         * po/hr.po
108         * po/it.po
109         * po/pt_BR.po
110         * po/sk.po
111         * po/sr.po
112                 update translations. submitted by Ricardo Mones
113                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
114                 Frederico Goncalves Guimaraes, Andrej Kacian,
115                 Aleksandar Urosevic
116
117 2005-01-16 [colin]      0.9.13cvs36
118
119         * src/prefs_toolbar.c
120                 Fix two leaks, both found by Alfons.
121
122 2005-01-15 [paul]       0.9.13cvs35
123
124         * src/gtk/pluginwindow.c
125                 fix 2 memleaks, patch by Alfons
126
127 2005-01-15 [paul]       0.9.13cvs34
128
129         * ChangeLog
130         * ChangeLog.jp
131         * src/common/template.c
132                 sync with main, see ChangeLog 2005-01-11
133                 (fix potential memory corruption bug)
134
135 2005-01-14 [colin]      0.9.13cvs33
136
137         * src/html.c
138         * src/msgcache.c
139                 Fix coding style issues from the last patch
140
141 2005-01-14 [colin]      0.9.13cvs32
142
143         * src/msgcache.c
144                 Fix possible double free, avoid putting 8k on the stack
145         * src/html.c
146         * src/html.h
147                 Fix links with tags inside, add some entities
148         * AUTHORS
149                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
150
151 2005-01-09 [thorsten]   0.9.13cvs31
152
153         * tools/calypso_convert.pl
154                 support nested subdirs (possible in recent calypso versions)
155                 fix "change of readonly value" error with perl >= 5.8
156
157 2005-01-08 [colin]      0.9.13cvs30
158
159         * src/prefs_filtering_action.c
160                 Plug leak - patch by Alfons
161
162 2005-01-07 [paul]       0.9.13cvs29
163
164         * ChangeLog
165         * ChangeLog.jp
166         * src/pop.c
167         * src/pop.h
168                 sync with main, see ChangeLog 2005-01-06
169
170 2005-01-06 [colin]      0.9.13cvs28
171
172         * src/prefs_matcher.c
173                 Plug leak. Patch by Alfons
174
175 2005-01-04 [christoph]  0.9.13cvs27
176
177         * src/folderview.c
178         * src/imap_gtk.c
179         * src/news_gtk.c
180                 Create extra popup menu entries for account settings
181
182         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
183
184 2005-01-03 [colin]      0.9.13cvs26
185
186         * src/main.c
187                 Plugins should be loaded before --receive or --receive-all 
188                 is processed. 
189                 Patch by Felix Eckhofer <felix-ml@tribut.de>
190
191 2005-01-03 [colin]      0.9.13cvs25
192
193         * src/pop.c
194         * src/pop.h
195                 Add data_len member, because we can get NULs from network
196                 Patch by Alfons
197
198 2005-01-01 [colin]      0.9.13cvs24
199
200         * src/procmime.c
201                 Fix possible memleak in corner case - found by
202                 Martin Kluge, patch by Alfons
203
204 2004-12-30 [colin]      0.9.13cvs23
205
206         * src/account.c
207                 Fix prototypes - patch by Alfons
208
209 2004-12-30 [paul]       0.9.13cvs22
210
211         * ChangeLog
212         * ChangeLog.jp
213         * NEWS
214         * src/account.c
215                 sync with main 1.0.0.
216                 see ChangeLog 2004-12-22
217
218 2004-12-18 [paul]       0.9.13cvs21
219
220         * AUTHORS
221         * ChangeLog
222         * ChangeLog.jp
223         * src/action.c
224                 sync with main, see ChangeLog 2004-12-17
225
226 2004-12-17 [thorsten]   0.9.13cvs20
227
228         * src/compose.c
229                 protect trailing spaces when signing message
230
231 2004-12-16 [paul]       0.9.13cvs19
232
233         * ChangeLog
234         * ChangeLog.jp
235         * NEWS
236         * src/compose.c
237         * src/syldap.c
238                 sync with main 1.0.0rc
239                 see ChangeLog 2004-12-15
240
241 2004-12-14 [colin]      0.9.13cvs18
242
243         * src/gtk/prefswindow.c
244                 Fix build. Sorry :)
245
246 2004-12-14 [colin]      0.9.13cvs17
247
248         * src/gtk/gtkutils.c
249         * src/gtk/gtkutils.h
250         * src/gtk/prefswindow.c
251                 Catch Enter in prefswindow while in text
252                 widget. Patch by Alfons.
253
254 2004-12-14 [paul]       0.9.13cvs16
255
256         * ChangeLog
257         * ChangeLog.jp
258         * src/action.c
259         * src/compose.c
260         * src/common/utils.c
261                 sync with main, see ChangeLog entries 2004-12-10
262                 and 2004-12-13
263
264         * po/ru.po
265                 updated by Pavlo Bohmat
266
267 2004-12-13 [thorsten]   0.9.13cvs15
268
269         * src/plugins/spamassassin/libspamc.c
270                 fix memleak
271
272 2004-12-13 [colin]      0.9.13cvs14
273
274         * src/gtk/prefswindow.c
275         * src/gtk/pluginwindow.c
276                 Fix key_pressed handlers
277
278 2004-12-11 [colin]      0.9.13cvs13
279
280         * src/quote_fmt_parse.y
281                 Rework quote_fmt_parse to use less local 
282                 arrays in local blocks, so it doesn't 
283                 freak out IBM's stack protector. Patch
284                 by Alfons.
285
286 2004-12-10 [colin]      0.9.13cvs12
287
288         * src/messageview.c
289                 Fix logic error
290         * src/mainwindow.c
291                 Fix corruptions when de-separating messageview
292
293 2004-12-10 [paul]       0.9.13cvs11
294
295         * src/prefs_themes.c
296                 use a different set of icons for the Preview
297
298 2004-12-09 [colin]      0.9.13cvs10
299
300         * src/procmime.c
301                 Fix procmime_encode_content doing horribly wrong
302                 stuff when encoding to B64 from memory
303
304 2004-12-08 [colin]      0.9.13cvs9
305
306         * src/gtk/colorlabel.c
307                 Fix color label off-by-one
308                 Patch by Alfons
309
310 2004-12-08 [hoa]        0.9.13cvs8
311
312         * src/quote_fmt_parse.y
313                 really fix buffer overflow
314
315 2004-12-08 [colin]      0.9.13cvs7
316
317         * src/matcher_parser_parse.y
318         * src/msgcache.c
319         * src/prefs_matcher.c
320         * src/procheader.c
321         * src/matcher.c
322         * src/common/defs.h
323                 Cache total_size and use that to speed up
324                 'partial' match.
325                 Add 'partial' to the list of useable stuff
326                 in filtering
327
328 2004-12-08 [paul]
329
330         * po/sr.po
331                 updated by URKE MMI
332
333 2004-12-08 [colin]      0.9.13cvs6
334
335         * src/textview.c
336                 Fix possible boundary overrun in
337                 get_email_part(). Patch by Alfons
338
339 2004-12-08 [hoa]        0.9.13cvs5
340
341         * src/quote_fmt_parse.y
342                 fix buffer overflow
343                 http://bugs.gentoo.org/show_bug.cgi?id=67253
344
345 2004-12-07 [thorsten]   0.9.13cvs4
346
347         * src/procmime.c
348                 fix leak introduced with 0.9.13cvs1
349
350 2004-12-07 [keith]      0.9.13cvs3
351
352         * src/procmime.c
353                 Fix typo
354
355 2004-12-07 [colin]      0.9.13cvs2
356
357         * AUTHORS
358         * src/prefs_account.c
359         * src/common/smtp.c
360         * src/common/smtp.h
361                 Add SMTP PLAIN authentication. Patch by 
362                 George Michaelson <ggm@apnic.net>
363
364 2004-12-07 [thorsten]   0.9.13cvs1
365
366         * src/procmime.c
367                 [Bug 650] reply button causes crash
368                 Patch partly by David Relson
369
370 2004-12-06 [paul]       0.9.13
371
372         0.9.13 released
373
374 2004-12-06 [paul]
375
376         * po/sk.po
377                 updated by Andrej Kacian
378         * INSTALL
379         * README.claws
380                 updated
381         
382 2004-12-06 [christoph]
383
384         * configure.ac
385                 move GPGME check to PGP/MIME plugin checks
386
387 2004-12-06 [colin]      0.9.12cvs187
388
389         * src/compose.c
390                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
391
392 2004-12-06 [paul]       0.9.12cvs186
393
394         * INSTALL
395         * README.claws
396                 updated
397         * po/es.po
398         * po/fr.po
399         * po/it.po
400         * po/ja.po
401         * po/pt_BR.po
402         * po/zh_CN.po
403                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
404                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
405                 and Yang Guilong
406
407 2004-12-05 [paul]       0.9.12cvs185
408
409         * INSTALL
410         * Makefile.am
411         * README.claws
412                 update
413         * TODO.claws    **REMOVED**
414                 removed, use the wiki instead
415         * tools/Makefile.am
416         * tools/README
417                 remove newscache_conv.pl from the release package
418                 and notes as it is broken and not currently maintained
419         * tools/filter_conv.pl
420                 use --config-dir to find claws' config dir
421         * tools/kdeservicemenu/README
422         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
423         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
424                 make a top-level menu entry
425
426 2004-12-04 [paul]       0.9.12cvs184
427
428         * src/addrharvest.c
429                 conv_unmime_header_overwrite(name)
430
431 2004-12-04 [colin]      0.9.12cvs183
432
433         * src/compose.c
434                 Fix saving of compose window position
435                 when sending mail. Patch by Alfons.
436
437 2004-12-04 [paul]       0.9.12cvs182
438
439         * ChangeLog
440         * ChangeLog.jp
441         * INSTALL
442         * NEWS
443         * README
444         * README.jp
445         * doc/manual/ja/Makefile.am
446         * doc/manual/ja/sylpheed-1.html
447         * doc/manual/ja/sylpheed-10.html
448         * doc/manual/ja/sylpheed-11.html
449         * doc/manual/ja/sylpheed-12.html
450         * doc/manual/ja/sylpheed-13.html
451         * doc/manual/ja/sylpheed-14.html
452         * doc/manual/ja/sylpheed-15.html
453         * doc/manual/ja/sylpheed-16.html
454         * doc/manual/ja/sylpheed-17.html
455         * doc/manual/ja/sylpheed-18.html
456         * doc/manual/ja/sylpheed-19.html
457         * doc/manual/ja/sylpheed-2.html
458         * doc/manual/ja/sylpheed-20.html
459         * doc/manual/ja/sylpheed-3.html
460         * doc/manual/ja/sylpheed-4.html
461         * doc/manual/ja/sylpheed-5.html
462         * doc/manual/ja/sylpheed-6.html
463         * doc/manual/ja/sylpheed-7.html
464         * doc/manual/ja/sylpheed-8.html
465         * doc/manual/ja/sylpheed-9.html
466         * doc/manual/ja/sylpheed.html
467         * doc/manual/ja/sylpheed.sgml
468         * src/Makefile.am
469         * src/procmime.c
470         * src/pixmaps/regular.xpm **REMOVED**
471                 sync with main 1.0.0beta4, including: "canonicalize text files
472                 before encoding to BASE64, and uncanonicalize after decoding
473                 to conform with RFC 2045" 
474
475 2004-12-03 [christoph]  0.9.12cvs181
476
477         * src/compose.c
478                 build the Privacy System menu without GtkItemFactory to
479                 allow '/' in Privacy System names
480
481         * src/plugins/pgpmime/pgpmime.c
482         * src/plugins/pgpmime/plugin.c
483                 Update description and change Privacy System name
484
485 2004-12-03 [paul]
486
487         * src/pixmaps/dir_close.xpm
488         * src/pixmaps/dir_open.xpm
489         * src/pixmaps/drafts_close.xpm
490         * src/pixmaps/drafts_open.xpm
491         * src/pixmaps/group.xpm
492         * src/pixmaps/unread.xpm
493                 update icons (sync with main (adjust hue))      
494
495 2004-12-02 [paul]       0.9.12cvs180
496
497         * ChangeLog
498         * ChangeLog.jp
499         * src/Makefile.am
500         * src/pop.c
501         * src/common/utils.c
502         * src/common/utils.h
503         * src/pixmaps/folder.xpm **REMOVED**
504                 sync with main
505                 fixes bug 644 'extra CRs in subject line break filtering' 
506
507 2004-12-02 [colin]      0.9.12cvs179
508
509         * src/compose.c
510                 Prevent duplicate edition of queued
511                 and drafted mails
512
513 2004-12-02 [colin]      0.9.12cvs178
514
515         * src/compose.c
516                 Fix quote linewrapping ignoring pref
517                 Patch by Alfons
518
519 2004-11-30 [colin]      0.9.12cvs177
520
521         * src/gtk/prefswindow.c
522         * src/gtk/pluginwindow.c
523                 Add shortcut keys to prefs window
524                 and plugin window. Patch by Fabien Vantard.
525
526 2004-11-29 [colin]      0.9.12cvs176
527
528         * src/folderview.c
529                 Fix disappearing separators in folderview's popup
530
531 2004-11-29 [colin]      0.9.12cvs175
532
533         * src/procmime.c
534                 Another format bug
535
536 2004-11-29 [colin]      0.9.12cvs174
537
538         * src/pop.c
539                 Fix format string
540
541 2004-11-26 [colin]      0.9.12cvs173
542
543         * src/common/smtp.c
544         * src/common/smtp.h
545                 Use ESMTP for all servers advertising it
546                 Add SIZE= parameter to MAIL command for 
547                 ESMTP servers
548
549 2004-11-24 [colin]      0.9.12cvs172
550
551         * src/plugins/pgpmime/pgpmime.c
552                 Forgot one :(
553
554 2004-11-24 [colin]      0.9.12cvs171
555
556         * src/plugins/pgpmime/pgpmime.c
557                 Fix numerous GpgmeGtk leaks
558
559 2004-11-24 [colin]      0.9.12cvs170
560
561         * src/plugins/pgpmime/pgpmime.c
562                 Fix numerous GpgmeCtx leaks
563
564 2004-11-24 [colin]      0.9.12cvs169
565
566         * src/plugins/pgpmime/plugin.c
567                 Update requirements
568         * src/plugins/trayicon/Makefile.am
569         * src/plugins/trayicon/newmarkedmail.xpm
570         * src/plugins/trayicon/trayicon.c
571         * src/plugins/trayicon/unreadmarkedmail.xpm
572                 Add new icons when there are unread marked mails
573                 answers
574
575 2004-11-23 [thorsten]   0.9.12cvs168
576
577         * src/plugins/pgpmime/plugin.c
578                 typo: plugin_init instead of plugin_done
579
580 2004-11-23 [thorsten]   0.9.12cvs167
581
582         * commitHelper
583                 o add me
584         * src/partial_download.c
585         * src/partial_download.h
586                 o fix path for includes
587
588 2004-11-23 [colin]      0.9.12cvs166
589
590         * src/procmime.c
591                 Uh, changed API.
592
593 2004-11-23 [colin]      0.9.12cvs165
594
595         * src/procmime.c
596                 Fix mime headers wrapping
597
598 2004-11-23 [christoph]  0.9.12cvs164
599
600         * src/common/Makefile.am
601         * src/common/partial_download.[ch]
602         * src/Makefile.am
603         * src/partial_download.[ch]
604         * src/folderview.c
605                 move to src because it depends on src stuff
606
607         * src/codeconv.c
608         * src/common/base64.h
609                 move B64LEN macro to base64.h
610
611         * src/compose.c
612         * src/privacy.[ch]
613                 add PrefsAccount to sign-function parameters
614
615         * src/main.c
616         * src/prefs_account.[ch]
617         * src/gtk/prefswindow.[ch]
618                 o use new prefswindow for account prefs
619                 o add possibility to add new pages to account prefs
620
621         * src/plugins/pgpmime/prefs_gpg.[ch]
622         * src/plugins/pgpmime/prefs_gpg.glade
623                 add account prefs for GPG
624
625         * src/plugins/pgpmime/pgpmime.c
626         * src/plugins/pgpmime/sgpgme.[ch]
627                 create signers list based on the GPG account prefs
628
629 2004-11-23 [colin]      0.9.12cvs163
630
631         * src/main.c
632                 Fix cursor going from normal to wait
633                 as many times as there are folders
634                 (very noticeable on exported displays)
635
636 2004-11-23 [colin]      0.9.12cvs162
637
638         * src/msgcache.c
639                 HEAD needs this leak fix too
640
641 2004-11-22 [luke]       0.9.12cvs161
642
643         * src/gtk/gtkstext.c
644                 'Up' key moves one line (not one paragraph) like 'Down'
645
646 2004-11-22 [paul]       0.9.12cvs160
647
648         * src/prefs_themes.c
649                 fix oversized GtkFrames
650
651 2004-11-19 [paul]       0.9.12cvs159
652
653         * src/prefs_common.c
654                 update prefs_keybind_apply_clicked()
655
656 2004-11-18 [paul]       0.9.12cvs158
657
658         * src/compose.c
659         * src/messageview.c
660         * src/common/utils.c
661         * src/common/utils.h
662                 use Message-ID format like that previously
663                 used in compose_generate_msgid()
664
665 2004-11-17 [christoph]  0.9.12cvs157
666
667         * src/mainwindow.c
668         * src/prefs_common.c
669                 integrate "Common preferences" into new preferences dialog
670
671 2004-11-17 [colin]      0.9.12cvs156
672
673         * src/prefs_account.c
674         * src/prefs_account.h
675         * src/procmsg.c
676                 Add an option to let the user choose to store encrypted
677                 mail as clear text or encrypted.
678
679 2004-11-17 [colin]      0.9.12cvs155
680
681         * src/compose.c
682         * src/toolbar.c
683                 Be verbose when sending fails
684         * src/procmsg.c
685                 Fix procmsg_send_queue returning 0 when there's an error
686                 Don't send messages to be encrypted to nobody 
687
688
689 2004-11-17 [colin]      0.9.12cvs154
690
691         * src/privacy.c
692                 Fix more pointer confusion
693
694 2004-11-17 [paul]       0.9.12cvs153
695
696         * src/procmime.h
697                 forgotten in sync with main 1.0.0beta3
698
699
700 2004-11-17 [paul]       0.9.12cvs152
701
702         * ChangeLog
703         * ChangeLog.jp
704         * NEWS
705         * src/compose.c
706         * src/jpilot.c
707         * src/procmime.c
708                 sync with main 1.0.0beta3
709                 see ChangeLog 2004-11-15 and 2004-11-16
710
711 2004-11-17 [colin]      0.9.12cvs151
712
713         * src/plugins/pgpmime/pgpmime.c
714                 Remove debug printf
715
716 2004-11-17 [colin]      0.9.12cvs150
717
718         * src/plugins/pgpmime/pgpmime.c
719                 Fix off-by-one causing segs
720
721 2004-11-17 [colin]      0.9.12cvs149
722
723         * src/procmsg.c
724                 < Reboot_> don't compare pointers to NULL with !
725                 So, use the other form to bring consistency.
726                 Also fix coding style.
727
728 2004-11-16 [colin]      0.9.12cvs148
729
730         * src/procmsg.c
731                 Fix the fix :)
732
733 2004-11-16 [colin]      0.9.12cvs147
734
735         * src/procmsg.c
736                 Fix leaks in procmsg_send_message_queue
737
738 2004-11-12 [paul]       0.9.12cvs146
739
740         * src/prefs_account.c
741         * src/procmime.c
742         * src/procmime.h
743                 fix sync breakage 
744
745 2004-11-12 [paul]
746
747         * src/pixmaps/complete.xpm
748         * src/pixmaps/continue.xpm
749                 small sync with main, see ChangeLog 2004-11-11
750
751 2004-11-11 [paul]       0.9.12cvs145
752
753         * ChangeLog
754         * ChangeLog.jp
755         * src/account.c
756         * src/folderview.c
757         * src/folderview.h
758         * src/imap.c
759         * src/imap_gtk.c
760         * src/inc.c
761         * src/mainwindow.c
762         * src/mh_gtk.c
763         * src/news_gtk.c
764         * src/pop.c
765         * src/prefs_account.c
766         * src/prefs_account.h
767         * src/prefs_ext_prog.c
768         * src/procmsg.c
769         * src/procmsg.h
770         * src/summary_search.c
771         * src/summaryview.c
772         * src/textview.c
773         * src/common/defs.h
774         * src/common/utils.c
775         * src/common/utils.h
776         * src/gtk/menu.c
777         * src/gtk/menu.h
778                 sync with main 1.0.0beta2 (plus 4)
779
780 2004-11-09 [christoph]  0.9.12cvs144
781
782         * src/compose.c
783         * src/prefs_account.[ch]
784                 add option menu to select default privacy system
785
786         * src/plugins/pgpmime/pgpmime.c
787                 better memory allocation
788
789         * src/folder.c
790                 syncronize flags when scanning a folder
791
792 2004-11-08 [colin]      0.9.12cvs143
793
794         * src/summaryview.c
795                 Prevent useless folder count updates while 
796                 quicksearch is running. It is really annoying 
797                 while quicksearch is running a full-mail
798                 scan, like 'b foo', in a big folder.
799
800 2004-11-08 [colin]      0.9.12cvs142
801
802         * src/textview.c
803                 Really fix these mail URIs
804
805 2004-11-08 [colin]      0.9.12cvs141
806
807         * src/textview.c
808                 fix "colin@colino.net" <colin@colino.net> 
809                 types of URIs
810
811 2004-11-06 [colin]      0.9.12cvs140
812
813         * src/compose.c
814                 Don't ask for passphrase if not sending
815
816 2004-11-05 [christoph]  0.9.12cvs139
817
818         * src/compose.c
819                 o encode text content of composed mails
820         * src/procmime.c
821                 o allow encoding of MimeInfos that are stored in memory buffers
822                 
823
824 2004-11-03 [paul]       0.9.12cvs138
825
826         * po/POTFILES.in
827                 add 'src/plugins/pgpmime/prefs_gpg.c'.
828                 Patch submitted by Fabien Vantard
829
830         * src/prefs_ext_prog.c
831                 fix typos. Patch submitted by Fabien Vantard
832
833         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
834         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
835                 add German, Spanish, Italian, Brazilian Portuguese,
836                 and Slovak translations. Submitted by Thomas Gilgin,
837                 J. José del Río 'partymola', Andrea Spadaccini,
838                 Frederico Goncalves Guimaraes, and Andrej Kacian
839
840 2004-11-01 [christoph]  0.9.12cvs137
841
842         * src/procmime.c
843                 implement RFC2231's parameter encoding
844
845 2004-10-29 [colin]      0.9.12cvs136
846
847         * src/common/utils.c
848                 Fix boundary delimiter (a Pine user gets this:
849                 > Malformed message: Unexpected characters at end of parameters:
850                 > =_Thu__28_Oct_2)
851
852 2004-10-29 [paul]
853
854         * tools/textviewer.sh
855                 fix typo. patch submitted by Johann Koenig 
856                 <explosive@hvc.rr.com>
857
858 2004-10-29 [paul]
859
860         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
861         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
862                 add French translations, submitted by Fabien Vantard
863
864 2004-10-28 [christoph]  0.9.12cvs135
865
866         * doc/src/rfc2231.txt                           ** NEW **
867         * src/procmime.c
868         * src/common/quoted-printable.c
869         * src/common/utils.[ch]
870                 implement RFC2231's parameter decoding
871
872 2004-10-27 [paul]
873
874         * tools/kdeservicemenu/README
875         * tools/kdeservicemenu/install.sh
876         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
877         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
878         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
879                 output files to /tmp instead of littering the
880                 current dir
881                 add uninstall function
882                 refactor
883
884 2004-10-26 [christoph]  0.9.12cvs134
885
886         * src/procmime.c
887                 better check if parameters have to be in quoted string
888
889 2004-10-25 [paul]
890
891         * tools/kdeservicemenu/README
892         * tools/kdeservicemenu/install.sh
893         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
894         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
895         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
896                 add files for Sylpheed Service Menu in Konqueror
897
898 2004-10-22 [paul]       0.9.12cvs133
899
900         * src/compose.c
901         * src/prefs_common.c
902         * src/prefs_common.h
903         * src/prefs_wrapping.c
904                 remove 'smart wrapping'
905
906 2004-10-21 [colin]      0.9.12cvs132
907
908         * src/compose.c
909                 Remove extraneous separator in Options
910
911 2004-10-21 [colin]      0.9.12cvs131
912
913         * src/compose.c
914                 Replace "unknown" attachments by "application/octet-stream"
915                 Be a bit more defensive when using strchr
916
917 2004-10-20 [paul]
918
919         * po/ru.po
920                 updated by Pavlo Bohmat
921
922 2004-10-19 [christoph]  0.9.12cvs130
923
924         * src/compose.c
925                 fix wrong menu entry path
926
927         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
928
929         * src/gtk/menu.c
930                 add extra check for missing menu entries
931
932 2004-10-19 [christoph]  0.9.12cvs129
933
934         * src/compose.c
935         * src/common/utils.c
936                 use utils' generate_msgid() in compose.c
937
938 2004-10-18 [christoph]  0.9.12cvs128
939
940         * src/plugins/pgpmime/passphrase.c
941         * src/plugins/pgpmime/pgpmime.c
942         * src/plugins/pgpmime/prefs_gpg.[ch]
943         * src/plugins/pgpmime/prefs_gpg.glade
944         * src/plugins/pgpmime/sgpgme.c
945                 add GPG prefs
946
947 2004-10-18 [christoph]  0.9.12cvs127
948
949         * src/addrbook.c
950         * src/addrcache.c
951         * src/addressbook.c
952         * src/codeconv.c
953         * src/compose.c
954         * src/customheader.c
955         * src/editaddress.c
956         * src/editgroup.c
957         * src/exporthtml.c
958         * src/folder.c
959         * src/folderview.c
960         * src/imap.c
961         * src/jpilot.c
962         * src/main.c
963         * src/matcher_parser_parse.y
964         * src/mbox.c
965         * src/pop.c
966         * src/prefs_account.c
967         * src/prefs_gtk.c
968         * src/prefs_msg_colors.c
969         * src/procheader.c
970         * src/procmime.[ch]
971         * src/procmsg.c
972         * src/summaryview.c
973         * src/textview.c
974         * src/common/base64.c
975         * src/common/partial_download.c
976         * src/common/socket.c
977         * src/common/sylpheed.c
978         * src/common/utils.[ch]
979         * src/gtk/filesel.c
980         * src/gtk/pluginwindow.c
981         * src/gtk/quicksearch.c
982         * src/plugins/pgpmime/pgpmime.c
983         * src/plugins/pgpmime/plugin.c
984         * src/plugins/pgpmime/select-keys.c
985         * src/plugins/pgpmime/sgpgme.c
986         * src/plugins/spamassassin/libspamc.c
987         * src/plugins/trayicon/trayicon.c
988         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
989         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
990                 o don't use any GNU C extensions
991                 o fix warnings
992                 o replace some non-POSIX functions
993
994         * src/plugins/spamassassin/spamassassin.[ch]
995         * src/plugins/spamassassin/spamassassin_gtk.c
996         * src/plugins/clamav/clamav_plugin.[ch]
997         * src/plugins/clamav/clamav_plugin_gtk.c
998                 replace statusbar_print_all() from common code because it is a
999                 GUI function
1000
1001 2004-10-17 [paul]
1002
1003         * po/es.po
1004         * po/ko.po
1005         * AUTHORS
1006                 update Spanish and Korean translations,
1007                 submitted by Ricardo Mones Lastra and
1008                 SungHyun Nam
1009
1010 2004-10-13 [colin]      0.9.12cvs126
1011
1012         * src/compose.c
1013                 Don't convert message to forced encoding when 
1014                 drafting, plus minor magic-values cleanup.
1015
1016 2004-10-13 [colin]      0.9.12cvs125
1017
1018         * po/POTFILES.in
1019                 Update POTFILES.in to reflect the source
1020                 place changes
1021
1022 2004-10-08 [christoph]  0.9.12cvs124
1023
1024         * m4/spamassassin.m4
1025                 fix libspamc OpenSSL
1026
1027         * src/compose.c
1028                 rearrange the compose menu
1029
1030 2004-10-08 [christoph]  0.9.12cvs123
1031
1032         * src/Makefile.am
1033         * src/account.c
1034         * src/compose.[ch]
1035         * src/crash.c
1036         * src/main.c
1037         * src/mimeview.c
1038         * src/passphrase.[ch]                           ** REMOVE **
1039         * src/prefs_account.[ch]
1040         * src/prefs_common.[ch]
1041         * src/privacy.[ch]
1042         * src/procmime.[ch]
1043         * src/procmsg.c
1044         * src/rfc2015.[ch]                              ** REMOVE **
1045         * src/select-keys.[ch]                          ** REMOVE **
1046         * src/common/utils.[ch]
1047         * src/gtk/about.c
1048         * src/plugins/pgpmime/Makefile.am
1049         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1050         * src/plugins/pgpmime/pgpmime.c
1051         * src/plugins/pgpmime/plugin.c
1052         * src/plugins/pgpmime/prefs_gpg.[ch]
1053         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1054         * src/plugins/pgpmime/sgpgme.[ch]
1055                 o Add new MIME-Writer
1056                 o extend PrivacySystem with sign and encrypt functions
1057                 o extend PGP/MIME plugin with sign and encrypt functions
1058                 o integrate extended Privacy API in Compose and Sending process
1059
1060 2004-10-04 [colin]      0.9.12cvs122
1061
1062         * src/mainwindow.c
1063         * src/messageview.c
1064         * src/messageview.h
1065         * src/textview.c
1066                 Make forced encoding limited to messageview and
1067                 apply only to parts displayed using textview
1068
1069 2004-10-04 [colin]      0.9.12cvs121
1070
1071         * src/summaryview.c
1072                 Fix bug #605 (collapsed threads re-expand when moving or
1073                 deleting mails)
1074
1075 2004-10-03 [colin]      0.9.12cvs120
1076
1077         * src/summaryview.c
1078                 Fix bug #602
1079
1080 2004-10-02 [colin]      0.9.12cvs119
1081
1082         * src/mainwindow.c
1083         * src/messageview.c
1084         * src/prefs_common.h
1085         * src/procmime.c
1086         * src/procmime.h
1087         * src/textview.c
1088                 Clean up forced charset feature
1089                 Add forced decode
1090
1091 2004-10-01 [colin]      0.9.12cvs118
1092
1093         * src/mimeview.c
1094                 Better fix for Save all: skip multipart mails' first 
1095                 text part
1096
1097 2004-10-01 [colin]      0.9.12cvs117
1098
1099         * src/mimeview.c
1100                 Only save attachments in Save All
1101
1102 2004-10-01 [paul]       0.9.12cvs116
1103
1104         * ChangeLog
1105         * ChangeLog.jp
1106         * src/account.c
1107         * src/prefs_common.c
1108         * src/gtk/colorlabel.c
1109                 sync with main 0.9.12cvs17
1110
1111 2004-09-30 [colin]      0.9.12cvs115
1112
1113         * src/stock_pixmap.c
1114         * src/stock_pixmap.h
1115         * src/folderview.c
1116         * src/Makefile.am
1117         * src/pixmaps/read.xpm
1118                 Add icon for total # column
1119
1120 2004-09-29 [colin]      0.9.12cvs114
1121
1122         * src/compose.c
1123                 Don't close compose until message is sent if 
1124                 Show Send Dialog is Always
1125
1126 2004-09-29 [paul]       0.9.12cvs113
1127
1128         * src/quote_fmt_parse.y
1129                 In the quotation templates recognise sender's first and last 
1130                 names (%F %L) when the name is in the format "Duck, Donald".
1131                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1132
1133
1134 2004-09-28 [colin]      0.9.12cvs112
1135
1136         * src/mainwindow.c
1137                 Put back mnemonic
1138         * src/folderview.c
1139                 Fix Empty trash being visible-invisible-visible...
1140
1141 2004-09-28 [colin]      0.9.12cvs111
1142
1143         * src/mainwindow.c
1144                 Relabel Empty all Trash folders
1145
1146 2004-09-28 [colin]      0.9.12cvs110
1147
1148         * src/folderview.c
1149                 Add contextual Empty trash menu
1150         * src/mainwindow.c
1151                 Revert cvs109 which was useless
1152
1153 2004-09-28 [colin]      0.9.12cvs109
1154
1155         * src/mainwindow.c
1156                 Fix uninialized var
1157
1158 2004-09-28 [colin]      0.9.12cvs108
1159
1160         * src/addressbook.c
1161                 Fix triple-click
1162
1163 2004-09-28 [colin]      0.9.12cvs107
1164
1165         * src/addressbook.c
1166                 Fix double-click on entries
1167
1168 2004-09-28 [colin]      0.9.12cvs106
1169
1170         * src/inc.c
1171                 Reintroduce folder_item update freeze on incorporation
1172
1173 2004-09-27 [christoph]  0.9.12cvs105
1174
1175         * src/folderview.c
1176                 right-align new and unread column
1177
1178 2004-09-27 [paul]
1179
1180         * 0.9.12b released
1181
1182 2004-09-27 [paul]       0.9.12cvs104
1183
1184         * src/main.c
1185                 revert 0.9.12cvs101, it causes another segfault
1186
1187 2004-09-23 [christoph]  0.9.12cvs103
1188
1189         * src/plugins/spamassassin/libspamc.[ch]
1190         * src/plugins/spamassassin/utils.[ch]
1191                 update libspamc to SpamAssassin 3.0.0
1192
1193 2004-09-17 [paul]       0.9.12cvs102
1194
1195         * ChangeLog
1196         * ChangeLog.jp
1197         * src/inc.c
1198                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1199  
1200
1201 2004-09-17 [colin]      0.9.12cvs101
1202
1203         * src/main.c
1204                 Fix segfaults when quitting. valgrind says:
1205                         ==12144== Invalid read of size 4
1206                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1207                         [...]
1208                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1209                         [...]
1210                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1211
1212
1213 2004-09-13 [christoph]  0.9.12cvs100
1214
1215         * src/folder.c
1216                 add NULL pointer checks to fix segfault when messages can
1217                 not be fetched
1218
1219 2004-09-08 [colin]      0.9.12cvs99
1220
1221         * src/account.c
1222                 Remove a debug printf
1223
1224 2004-09-08 [christoph]  0.9.12cvs98
1225
1226         * src/procmsg.[ch]
1227                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1228                 if the message structure has been scanned
1229
1230         * src/folder.c
1231                 o scan structure when the mail is fetched for the first time
1232                   to prevent unnecessary fetching of messages while scanning
1233                   the folder for messages
1234                 o revert 0.9.12cvs24
1235
1236         * src/plugins/pgpmime/pgpmime.c
1237                 check signature if auto signature checking is enabled when the
1238                 signature status is requested for first time and not when
1239                 checking if a part has a signature
1240
1241 2004-09-07 [colin]      0.9.12cvs97
1242
1243         * src/inc.c
1244                 Change session error messages so that they
1245                 are a bit more helpful (the origin of the
1246                 error is not apparent if one isn't in 
1247                 front of Sylpheed when it happens).
1248
1249 2004-09-06 [colin]      0.9.12cvs96
1250
1251         * src/toolbar.c
1252                 Fix graying out Redirect in non english languages
1253                 Patch by Fabien Vantard
1254
1255 2004-09-06 [colin]      0.9.12cvs95
1256
1257         * src/summaryview.c
1258         * src/mimeview.c
1259                 Fix dropped URIs
1260
1261 2004-09-06 [colin]      0.9.12cvs94
1262
1263         * src/addressbook.c
1264         * src/addressitem.h
1265         * src/addritem.c
1266         * src/addritem.h
1267                 Add basic drag and drop to addressbook
1268
1269 2004-09-03 [colin]      0.9.12cvs93
1270
1271         * src/summaryview.c
1272                 Next/Prev unread message should start
1273                 from next/prev node (especially if 
1274                 mark_as_read_delay != 0)
1275
1276 2004-09-03 [colin]      0.9.12cvs92
1277
1278         * src/prefs_common.c
1279         * src/prefs_common.h
1280         * src/summaryview.c
1281                 Add an hidden 'mark_as_read_delay' pref 
1282
1283 2004-09-02 [colin]      0.9.12cvs91
1284
1285         * src/gtk/menu.c
1286                 Add unduplicated menu entries (fixes bug 532)
1287                 Patch by Fabien Vantard
1288
1289 2004-09-02 [colin]      0.9.12cvs90
1290
1291         * src/account.c
1292                 Fix bug 582 (broken auto account selection)
1293
1294 2004-09-02 [colin]      0.9.12cvs89
1295
1296         * src/addrindex.c
1297                 Free deleted queries too
1298
1299 2004-09-02 [colin]      0.9.12cvs88
1300
1301         * src/ldapquery.c
1302                 Fix freezes in LDAP, due to memory corruption
1303                 after deletion of a query (and not removing it
1304                 from the corresponding list of queries).
1305                 Very probably fixes bug 567 and bug 569
1306
1307 2004-09-02 [colin]      0.9.12cvs87
1308
1309         * src/prefs_spelling.c
1310                 Fix bug with aspell prefs init, where spell checking
1311                 is enabled at first but dictionary not specified. Use
1312                 LANG's dictionary by default.
1313
1314 2004-09-01 [colin]      0.9.12cvs86
1315
1316         * src/filtering.c
1317         * src/imap.c
1318         * src/prefs_matcher.c
1319         * src/stock_pixmap.c
1320                 Fix more nasty uninitialized variables
1321
1322 2004-08-31 [colin]      0.9.12cvs85
1323
1324         * src/folder.c
1325                 Fix memory corruption when entering procmsg_msginfo_free()
1326                 with unitialized msginfo. Thanks Valgrind.
1327
1328 2004-08-29 [colin]      0.9.12cvs84
1329
1330         * src/mimeview.c
1331                 Don't escape filenames before saving - that's 
1332                 not dangerous. By the way, fix the leak.
1333
1334 2004-08-27 [paul]       0.9.12cvs83
1335
1336         * src/mh.c
1337         * src/procheader.c
1338         * src/procmsg.c
1339         * src/procmsg.h
1340         * src/common/utils.c
1341         * src/gtk/menu.h
1342                 sync with main 0.9.12cvs6, see ChangeLog
1343                 2004-08-24, 2004-08-25, 2004-08-26
1344
1345
1346 2004-08-26 [paul]
1347
1348         * po/ja.po
1349                 updated by Rui Hirokawa
1350
1351 2004-08-25 [colin]      0.9.12cvs82
1352
1353         * src/plugins/pgpmime/pgpmime.c
1354                 Fix leak on non-combined encrypted messages
1355
1356 2004-08-25 [colin]      0.9.12cvs81
1357
1358         * src/plugins/pgpmime/pgpmime.c
1359         * src/plugins/pgpmime/sgpgme.c
1360         * src/plugins/pgpmime/sgpgme.h
1361                 Handle combined encryption/signature
1362
1363 2004-08-24 [colin]      0.9.12cvs80
1364
1365         * src/folder.c
1366                 Set mime flags on non multipart messages too
1367
1368 2004-08-23 [christoph]  0.9.12cvs79
1369
1370         * src/compose.c
1371                 create message header in memory as GString before writing it
1372                 to the message file
1373
1374 2004-08-23 [colin]      0.9.12cvs78
1375
1376         * src/rfc2015.c
1377         * src/rfc2015.h
1378         * src/compose.c
1379                 Fix (again) bug 197: inline encryption broken
1380
1381 2004-08-23 [paul]
1382
1383         * po/zh_CN.po
1384                 updated by Hansom Young
1385
1386 2004-08-23 [paul]
1387
1388         * 0.9.12a released
1389
1390 2004-08-23 [colin]      0.9.12cvs77
1391
1392         * src/imap.c
1393                 Try and fix bug 577 (session->last_access_time is broken since 
1394                 sync with main 0.9.12cvs2). 
1395                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1396
1397 2004-08-23 [paul]
1398
1399         * po/es.po
1400         * po/fr.po
1401         * po/pl.po
1402         * po/pt_BR.po
1403         * po/sk.po
1404         * po/sr.po
1405                 update translations. submitted by Ricardo
1406                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1407                 Frederico Goncalves Guimaraes, Andrej Kacian,
1408                 Urke MMI
1409
1410 2004-08-22 [paul]       0.9.12cvs76
1411
1412         * src/plugins/trayicon/trayicon.c
1413                 fix formatting bug in trayicon_popup_menu_entries[]
1414
1415
1416 2004-08-22 [paul]       0.9.12cvs75
1417
1418         * m4/Makefile.am
1419                 remove reference to openssl.m4
1420
1421
1422 2004-08-21 [colin]      0.9.12cvs74
1423
1424         * src/compose.c
1425                 Fix bug 576 (Duplicate auto-bcc on reedit)
1426
1427 2004-08-21 [colin]      0.9.12cvs73
1428
1429         * src/toolbar.c
1430                 Grey out Redirect in the toolbar when selection is
1431                 multiple. Fixes bug 520
1432
1433 2004-08-21 [colin]      0.9.12cvs72
1434
1435         * src/compose.c
1436                 Save Sign, Encrypt and Mode status when drafting or queuing
1437                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1438                 state)
1439
1440 2004-08-21 [colin]      0.9.12cvs71
1441
1442         * src/summaryview.c
1443                 Fix bug 494 (Messages are always opened in summary 
1444                 view when right clicked.) Also fixes bug 508.
1445
1446 2004-08-21 [colin]      0.9.12cvs70
1447
1448         * src/compose.c
1449                 When using inline encryption, don't use QP or Base64:
1450                 the mail will be encrypted to a 7bit string.
1451                 Fixes bug 197
1452
1453 2004-08-21 [colin]      0.9.12cvs69
1454
1455         * src/compose.c
1456                 Fix inline-signing with 8bit chars: data must be 
1457                 converted to Quoted-printable before signing.
1458
1459 2004-08-21 [colin]      0.9.12cvs68
1460
1461         * src/compose.c
1462                 Remove 'Message/Save to draft folder'
1463                 and 'Message/Save and keep editing' to 
1464                 put a single 'File/Save' command.
1465                 Fixes bug 224
1466
1467 2004-08-21 [colin]      0.9.12cvs67
1468
1469         * src/mainwindow.c
1470                 Fix bug 222 (Summary view state not retained between sessions)
1471
1472 2004-08-20 [colin]      0.9.12cvs66
1473
1474         * src/codeconv.c
1475                 Fix bug 574 (empty cur_locale is not enough)
1476
1477 2004-08-20 [paul]
1478
1479         * src/plugins/pgpmime/plugin.c
1480                 modify PGP/MIME plugin's description
1481
1482 2004-08-16 [colin]      0.9.12cvs65
1483
1484         * src/common/ssl.c
1485                 Fix version comparison
1486
1487 2004-08-16 [colin]      0.9.12cvs64
1488
1489         * src/common/ssl.c
1490                 I meant 2.2.
1491
1492 2004-08-16 [colin]      0.9.12cvs63
1493
1494         * src/common/ssl.c
1495                 People with glibc 2.1 have had problems with non-blocking
1496                 SSL_connect. Disable it for glibc < 2.2.
1497
1498 2004-08-16 [colin]      0.9.12cvs62
1499
1500         * src/common/ssl.c
1501                 Fix format error
1502
1503 2004-08-13 [colin]      0.9.12cvs61
1504
1505         * src/plugins/pgpmime/plugin.c
1506                 Add plugin's description
1507
1508 2004-08-12 [christoph]  0.9.12cvs60
1509
1510         * src/folderutils.c
1511                 fix bug that did not thaw folder updates when deleting
1512                 duplicates in empty folders
1513
1514 2004-08-12 [colin]      0.9.12cvs59
1515
1516         * src/plugins/trayicon/trayicon.c
1517                 Add a context menu with most common operations
1518
1519 2004-08-12 [colin]      0.9.12cvs58
1520
1521         * configure.ac
1522         * sylpheed.desktop
1523         * src/Makefile.am
1524         * src/main.c
1525                 Add support for Freedesktop.org's startup notification
1526
1527 2004-08-10 [colin]      0.9.12cvs57
1528
1529         * src/main.c
1530         * src/common/socket.c
1531         * src/common/ssl.c
1532         * src/common/sylpheed.c
1533         * src/common/sylpheed.h
1534                 Put back the ssl connect nonblocking...
1535                 without the race condition
1536
1537 2004-08-09 [colin]      0.9.12cvs56
1538
1539         * src/main.c
1540         * src/common/ssl.c
1541         * src/common/sylpheed.c
1542         * src/common/sylpheed.h
1543                 Reverting previous commit, doesn't work 
1544
1545 2004-08-09 [colin]      0.9.12cvs55
1546
1547         * src/main.c
1548         * src/common/ssl.c
1549         * src/common/sylpheed.c
1550         * src/common/sylpheed.h
1551                 Make SSL_connect nonblocking, using a thread
1552
1553 2004-08-09 [paul]       0.9.12cvs54
1554
1555         * po/POTFILES.in
1556                 reflect new location of sgpgme.c
1557         * src/main.c
1558                 sync with main, see ChangeLog 2004-08-09
1559
1560 2004-08-08 [christoph]  0.9.12cvs53
1561
1562         * src/folderutils.c
1563                 freeze FolderItem updates while deleting duplicate messages
1564
1565 2004-08-08 [christoph]  0.9.12cvs52
1566
1567         * configure.ac
1568         * src/Makefile.am
1569         * src/main.c
1570         * src/pgpmime.c
1571         * src/pgpmime.h
1572         * src/sgpgme.c
1573         * src/sgpgme.h
1574         * src/plugins/Makefile.am
1575         * src/plugins/pgpmime/.cvsignore
1576         * src/plugins/pgpmime/Makefile.am
1577         * src/plugins/pgpmime/pgpmime.c
1578         * src/plugins/pgpmime/pgpmime.h
1579         * src/plugins/pgpmime/plugin.c
1580         * src/plugins/pgpmime/sgpgme.c
1581         * src/plugins/pgpmime/sgpgme.h
1582                 new plugin for PGP/MIME
1583
1584 2004-08-07 [christoph]  0.9.12cvs51
1585
1586         * src/folder.c
1587                 disable immediate folder change notification on opened folders
1588                 until SummaryView can handle it quickly
1589
1590 2004-08-07 [colin]      0.9.12cvs50
1591
1592         * src/pop.c
1593         * src/common/partial_download.c
1594                 fix warnings
1595
1596 2004-08-07 [colin]      0.9.12cvs49
1597
1598         * src/Makefile.am
1599         * src/account.c
1600         * src/addressbook.c
1601         * src/alertpanel.c
1602         * src/alertpanel.h
1603         * src/compose.c
1604         * src/exphtmldlg.c
1605         * src/expldifdlg.c
1606         * src/main.c
1607         * src/message_search.c
1608         * src/messageview.c
1609         * src/pop.c
1610         * src/sgpgme.c
1611         * src/summary_search.c
1612         * src/summaryview.c
1613         * src/textview.c
1614         * src/gtk/sslcertwindow.c
1615         * src/pixmaps/stock_dialog-error.xpm
1616         * src/pixmaps/stock_dialog-info.xpm
1617         * src/pixmaps/stock_dialog-question.xpm
1618         * src/pixmaps/stock_dialog-warning.xpm
1619                 sync new alertpanel from gtk2
1620
1621 2004-08-07 [colin]      0.9.12cvs48
1622
1623         * src/prefs_folder_item.c
1624                 fix memory corruption in folderitem's prefs
1625
1626 2004-08-06 [colin]      0.9.12cvs47
1627
1628         * src/compose.c
1629                 close compose window after queuing, before 
1630                 sending when user presses Send
1631
1632 2004-08-05 [christoph]  0.9.12cvs46
1633
1634         * src/msgcache.c
1635         * src/common/defs.h
1636                 add charset to cache file and convert charset when reading the
1637                 cache if different from internal used charset
1638
1639 2004-08-05 [christoph]  0.9.12cvs45
1640
1641         * src/messageview.c
1642         * src/mimeview.[ch]
1643         * src/procmime.h
1644         * src/common/utils.h
1645                 cleanup (remove unused includes/reorganize)
1646
1647         * src/prefs_ext_prog.c
1648         * src/prefs_folder_item.c
1649         * src/prefs_fonts.c
1650         * src/prefs_msg_colors.c
1651         * src/prefs_spelling.c
1652         * src/prefs_themes.c
1653         * src/prefs_toolbar.c
1654         * src/prefs_wrapping.c
1655         * src/gtk/prefswindow.[ch]
1656         * src/plugins/clamav/clamav_plugin_gtk.c
1657         * src/plugins/dillo_viewer/dillo_prefs.c
1658         * src/plugins/image_viewer/viewerprefs.c
1659         * src/plugins/spamassassin/spamassassin_gtk.c
1660                 change PrefsPage path into an array of strings and don't
1661                 split a single string into parts (better for translation)
1662
1663 2004-08-05 [christoph]  0.9.12cvs44
1664
1665         * src/folder.c
1666                 fix FolderItem's message counts after rebuilding a cache
1667
1668 2004-08-05 [paul]       0.9.12cvs43
1669
1670         * ChangeLog
1671         * ChangeLog.jp
1672         * src/imap.c
1673         * src/news.c
1674         * src/common/nntp.c
1675         * src/common/session.c
1676         * src/common/session.h
1677         * src/common/socket.c
1678                 sync with main 0.9.12cvs2
1679                 see ChangeLog 2004-08-04
1680
1681 2004-08-04 [christoph]  0.9.12cvs42
1682
1683         * configure.ac
1684                 add missing AC_DEFINE(USE_OPENSSL, ...)
1685         * src/folder.c
1686                 use new xml_node_new() function
1687
1688 2004-08-03 [christoph]  0.9.12cvs41
1689
1690         * src/folder.c
1691         * src/localfolder.c
1692         * src/common/xml.[ch]
1693                 sync with main 0.9.12cvs1
1694                 see ChangeLog 2004-07-23
1695
1696 2004-08-03 [christoph]
1697
1698         * configure.ac
1699         * m4/openssl.m4                 ** REMOVE **
1700                 use pkg-config to get OpenSSL CFLAGS and LIBS
1701                 (OpenSSL 0.9.7 is required now)
1702
1703 2004-08-02 [paul]       0.9.12cvs40
1704
1705         * AUTHORS
1706                 update translation team section
1707         * po/pt_BR.po
1708                 updated by Frederico Goncalves Guimaraes
1709                 <fggdebian@yahoo.com.br>
1710
1711 2004-07-29 [colin]      0.9.12cvs39
1712
1713         * src/messageview.c
1714                 Inform the user when a partially 
1715                 downloaded mail isn't on the server
1716                 anymore (due to Mark for deletion)
1717
1718 2004-07-29 [colin]      0.9.12cvs38
1719
1720         * src/messageview.c
1721                 Hide noticeview if necessary
1722
1723 2004-07-27 [colin]      0.9.12cvs37
1724
1725         * src/msgcache.c
1726                 More fixes (i overlook a bit, thanks
1727                 Christoph for spotting it)
1728
1729 2004-07-27 [colin]      0.9.12cvs36
1730
1731         * src/msgcache.c
1732                 Fix wrong test 
1733
1734 2004-07-26 [colin]      0.9.12cvs35
1735
1736         * src/pop.c
1737                 Fix uidl-file parsing when not in new
1738                 format
1739
1740 2004-07-19 [colin]      0.9.12cvs34
1741
1742         * src/compose.c
1743                 Save attachment status when drafting
1744
1745 2004-07-19 [colin]      0.9.12cvs33
1746
1747         * src/folder.h
1748         * src/folderview.c
1749         * src/summaryview.c
1750                 Reverse 0.9.12cvs29 to 31 (folder icon update
1751                 when quicksearch is active)
1752
1753 2004-07-18 [colin]      0.9.12cvs32
1754
1755         * src/pop.c
1756                 Fix partial download bug with "Download all
1757                 messages" option
1758
1759 2004-07-18 [colin]      0.9.12cvs31
1760
1761         * src/folderview.c
1762                 Fix crash
1763
1764 2004-07-17 [colin]      0.9.12cvs30
1765
1766         * src/summaryview.c
1767                 Same, when sticky search is off
1768
1769 2004-07-17 [colin]      0.9.12cvs29
1770
1771         * src/folder.h
1772         * src/folderview.c
1773         * src/summaryview.c
1774                 Update FolderItem icon whenever its summaryview is 
1775                 filtered
1776
1777 2004-07-16 [christoph]  0.9.12cvs28
1778
1779         * src/mimeview.c
1780                 make doubleclick work again
1781
1782 2004-07-16 [christoph]  0.9.12cvs27
1783
1784         * src/mimeview.c
1785                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1786
1787 2004-07-16 [paul]       0.9.12cvs26
1788         
1789         * src/gtk/quicksearch.c
1790         * src/compose.c
1791         * src/customheader.c
1792         * src/messageview.c
1793         * src/news.c
1794         * src/prefs_account.c
1795         * src/prefs_display_header.c
1796         * src/procheader.c
1797                 replace "Message-Id" with "Message-ID"
1798
1799 2004-07-16 [paul]       0.9.12cvs25
1800
1801         * ChangeLog
1802         * ChangeLog.jp
1803         * src/account.c
1804         * src/account.h
1805         * src/folder_item_prefs.c
1806         * src/main.c
1807         * src/pop.c
1808         * src/pop.h
1809         * src/prefs_account.c
1810         * src/prefs_account.h
1811         * src/prefs_common.c
1812         * src/prefs_common.h
1813         * src/prefs_gtk.c
1814         * src/prefs_gtk.h
1815                 sync with main 0.9.12cvs1
1816
1817 2004-07-15 [colin]      0.9.12cvs24
1818
1819         * src/folder.c
1820                 Disable GPG signature check during
1821                 folder move and scan 
1822         (Closes Bug 521 Signature checking slows down Folder-Move)
1823
1824 2004-07-14 [christoph]  0.9.12cvs23
1825
1826         * src/pgpmime.c
1827                 add missing fclose
1828
1829         * src/procmime.c
1830                 add checks if fopen really worked
1831
1832 2004-07-14 [colin]      0.9.12cvs22
1833
1834         * src/pop.c
1835         * src/common/partial_download.c
1836                 Update includes
1837
1838 2004-07-14 [colin]      0.9.12cvs21
1839
1840         * src/folder.c
1841         * src/inc.c
1842         * src/matcher.c
1843         * src/matcher.h
1844         * src/matcher_parser_parse.y
1845         * src/messageview.c
1846         * src/msgcache.c
1847         * src/noticeview.c
1848         * src/noticeview.h
1849         * src/pop.c
1850         * src/pop.h
1851         * src/prefs_matcher.c
1852         * src/procheader.c
1853         * src/procmsg.c
1854         * src/procmsg.h
1855         * src/summaryview.c
1856         * src/common/Makefile.am
1857         * src/common/defs.h
1858         * src/gtk/quicksearch.c
1859         * src/common/partial_download.c ** NEW FILES **
1860         * src/common/partial_download.h ** NEW FILES **
1861                 Partial downloading of pop3 mails
1862
1863 2004-07-13 [christoph]  0.9.12cvs20
1864
1865         * src/mimeview.c
1866                 use "button_release_event" instead of "button_press_event",
1867                 because executing event callbacks while the button is still
1868                 pressed is not good and causes problems
1869
1870 2004-07-12 [colin]      0.9.12cvs19
1871
1872         * src/gtk/quicksearch.c
1873                 Fix a missing status update in quicksearch
1874
1875 2004-07-08 [colin]      0.9.12cvs18
1876
1877         * src/common/smtp.h
1878                 Fix guint vs gint bug
1879
1880 2004-07-08 [colin]      0.9.12cvs17
1881
1882         * src/common/smtp.c
1883                 use to_human_readable() for sizes
1884
1885 2004-07-08 [paul]       0.9.12cvs16
1886
1887         * src/inc.c [1.174]
1888                 fix occasional non-clearance of the statusbar
1889                 (close Bug 531 'SA plugin: status bar does not 
1890                  get cleared in OFFLINE mode')
1891
1892 2004-07-07 [colin]      0.9.12cvs15
1893
1894         * src/prefs_common.c [1.225]
1895         * src/prefs_common.h [1.112]
1896                 Add a hidden summary_quicksearch_sticky preference,
1897                 to allow the quicksearch bar to reset across folders
1898         * src/summaryview.c [1.437]
1899                 Use this preference
1900         * src/gtk/quicksearch.c [1.5]
1901         * src/gtk/quicksearch.h [1.3]
1902                 Add this preference, fix focus when hitting Enter,
1903                 add handling of Esc key to reset
1904
1905 2004-07-06 [colin]      0.9.12cvs14
1906
1907         * src/gtk/quicksearch.c [1.4]
1908                 Add Clear button
1909
1910 2004-07-06 [christoph]  0.9.12cvs13
1911
1912         * src/toolbar.c
1913                 enable next unread button in empty folders if next folder
1914                 dialog is not disabled
1915
1916         (Closes Feature Request [ 755800 ] "next" button enabled in empty
1917          folders)
1918
1919 2004-07-06 [colin]      0.9.12cvs12
1920
1921         * src/common/smtp.c [1.16]
1922                 Display maximum message size in the log
1923
1924 2004-07-06 [paul]       0.9.12cvs11
1925
1926         * src/toolbar.c
1927                 fix typo. (spotted by Fabien Vantard)
1928
1929 2004-07-06 [paul]       0.9.12cvs10
1930
1931         * src/main.c
1932                 terminate cleanly on SIGHUP. Patch submitted by
1933                 Thomas Gilgin <thg@karate-muellheim.de>
1934
1935 2004-07-05 [christoph]  0.9.12cvs9
1936
1937         * src/inc.c
1938                 better replacing of %d in new mail notification command
1939
1940 2004-07-05 [colin]      0.9.12cvs8
1941
1942         * src/common/smtp.[ch]
1943                 Take SIZE (returned by EHLO) into account, and
1944                 avoid sending too big messages
1945
1946 2004-07-04 [paul]       0.9.12cvs7
1947
1948         * src/account.c
1949                 fix auto-account selection on imap/news
1950
1951 2004-07-01 [paul]       0.9.12cvs6
1952
1953         * src/gtk/quicksearch.c
1954                 reveal hidden string in gui
1955                 
1956         * src/compose.c
1957                 fix updating of gpg signing setting on 
1958                 switching accounts
1959
1960 2004-06-30 [darko]      0.9.12cvs5
1961
1962         * src/common/utils.c
1963                 remove expand_search_string()
1964         * src/gtk/quicksearch.c
1965                 remove no longer needed for loop (thanks Christoph)
1966                 add expand_search_string()
1967
1968 2004-06-30 [darko]      0.9.12cvs4
1969
1970         * src/common/utils.c
1971                 allow all filtering expressions in quicksearch
1972
1973         (Closes Bug 519 filtering expr. in quicksearch)
1974
1975 2004-06-30 [christoph]  0.9.12cvs3
1976
1977         * configure.ac
1978                 better 'localedir'
1979
1980         * src/common/intl.h
1981                 allow plugins to define TEXTDOMAIN for the _(...) macro
1982
1983 2004-06-30 [paul]       0.9.12cvs2
1984
1985         * po/POTFILES.in
1986           src/Makefile.am
1987           src/main.c
1988           src/prefs_common.c
1989           src/prefs_msg_colors.[ch]     ** NEW FILES **
1990                 move message colouring options to
1991                 '/Other Preferences/Message View/Colors'
1992
1993 2004-06-30 [paul]       0.9.12cvs1
1994
1995         * po/POTFILES.in
1996           src/Makefile.am
1997           src/main.c
1998           src/prefs_common.c
1999           src/prefs_wrapping.[ch]       ** NEW FILES **
2000                 move message wrapping options to
2001                 /'Other Preferences/Compose/Message Wrapping'
2002
2003 2004-06-28 [paul]       0.9.12
2004
2005         * Sylpheed-Claws 0.9.12 released
2006
2007         * po/es.po
2008           po/fr.po
2009           po/sk.po
2010                 updated by Ricardo Mones Lastra, Fabien Vantard,
2011                 Andrej Kacian
2012
2013 2004-06-27 [paul]       0.9.11cvs19
2014
2015         * src/common/ssl.c
2016                 re-enable certificate check
2017
2018 2004-06-25 [christoph]  0.9.11cvs18
2019
2020         * src/procmsg.h
2021                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2022
2023 2004-06-25 [paul]       0.9.11cvs17
2024
2025         * sync with main 0.9.12cvs1
2026                 see ChangeLog 2004-06-23
2027                 
2028         * src/gtk/menu.c
2029                 remove unused menu_toggle_toggle()
2030
2031 2004-06-23 [christoph]  0.9.11cvs16
2032
2033         * src/folder.c
2034         * src/procheader.c
2035         * src/procmsg.h
2036         * src/summaryview.c
2037                 scan the mime structure of multipart mails for correct
2038                 attachment, encryped and signed (with privacy API) part
2039                 detection
2040
2041         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2042
2043 2004-06-22 [paul]
2044
2045         * po/ru.po
2046                 updated by Pavlo Bohmat
2047
2048 2004-06-20 [christoph]  0.9.11cvs15
2049
2050         * src/inc.c
2051         * src/pop.[ch]
2052                 disconnect after authentication when doing POP before SMTP
2053
2054         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2055
2056 2004-06-19 [christoph]  0.9.11cvs14
2057
2058         * src/folder.c
2059                 fix FolderItem name update
2060
2061         (Closes Bug 511 Folder-Renaming not reflected immediately)
2062
2063 2004-06-17 [paul]       0.9.11cvs13
2064         
2065         * sync with main 0.9.12 release
2066           src/session.c
2067                 session_set_timeout(): fixed a bug that didn't
2068                 reset timeout_tag when interval is 0.
2069
2070 2004-06-16 [christoph]  0.9.11cvs12
2071
2072         * src/textview.c
2073                 correctly clear the URL in the status bar
2074
2075 2004-06-15 [christoph]  0.9.11cvs11
2076
2077         * src/summaryview.c
2078                 add missing gtk_widget_show()
2079
2080 2004-06-11 [christoph]  0.9.11cvs10
2081
2082         * src/plugins/spamassassin/spamassassin.c
2083                 correctly check waitpid return code
2084
2085         (Closes Bug 396 Zombie process when spamassassin is called)
2086
2087 2004-06-10 [christoph]  0.9.11cvs9
2088
2089         * src/mainwindow.c
2090         * src/summaryview.[ch]
2091         * src/gtk/Makefile.am
2092         * src/gtk/quicksearch.c                         ** NEW **
2093                 separate quick search from summaryview
2094
2095 2004-06-09 [christoph]  0.9.11cvs8
2096
2097         * src/inc.c
2098                 remove unused code
2099
2100         * src/textview.c
2101                 get folder for compose default account from MsgInfo and not
2102                 from SummaryView
2103
2104 2004-06-09 [christoph]  0.9.11cvs7
2105
2106         * src/folder.[ch]
2107                 add information about added or removed messages to
2108                 FOLDER_ITEM_UPDATE hook
2109
2110         * src/imap_gtk.c
2111         * src/mh_gtk.c
2112                 scan folder when removing a folder failed instead of
2113                 updating the summaryview
2114
2115 2004-06-08 [paul]       0.9.11cvs6
2116
2117         * sync with main 0.9.11cvs2
2118                 see ChangeLog 2004-06-08
2119
2120 2004-06-07 [christoph]  0.9.11cvs5
2121
2122         * configure.ac
2123         * src/common/Makefile.am
2124                 detect library providing 'encrypt' function
2125
2126 2004-06-07 [paul]       0.9.11cvs4
2127
2128         * src/inc.c
2129                 sync with main, 'code cleanup'
2130                 
2131         * tools/nautilus2sylpheed.sh
2132                 fix whitespace limitation. patch submitted by
2133                 Stephan Sachse <white@teg-clan.de>
2134
2135 2004-06-04 [christoph]  0.9.11cvs3
2136
2137         * src/account.c
2138         * src/action.[ch]
2139         * src/addressbook.c
2140         * src/addrindex.h
2141         * src/folder.h
2142         * src/folder_item_prefs.c
2143         * src/inc.c
2144         * src/main.c
2145         * src/messageview.c
2146         * src/mh_gtk.c
2147         * src/prefs_themes.c
2148         * src/procmime.c
2149         * src/quote_fmt.h
2150         * src/stock_pixmap.c
2151         * src/toolbar.c
2152                 fix compiler warnings
2153
2154 2004-06-03 [paul]       0.9.11cvs2
2155
2156         * src/msgcache.c
2157                 sync with main 0.9.11cvs1: "changed gint32 to
2158                 guint32 for some platforms"
2159
2160 2004-06-02 [christoph]  0.9.11cvs1
2161
2162         * src/common/ssl.c
2163                 fix SSL_CTX variable name for older OpenSSL versions
2164
2165         (Closes Bug 503 fix compilation with older OpenSSL)
2166
2167 2004-05-31 [paul]       0.9.11claws
2168
2169         * 0.9.11claws released
2170
2171 2004-05-31 [paul]       0.9.10claws72
2172
2173         * po/es.po
2174           po/it.po
2175           po/ja.po
2176           po/pl.po
2177           po/sk.po
2178           po/sr.po
2179           po/zh_CN.po
2180                 update translations, submitted by Ricardo Mones Lastra,
2181                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2182                 Urke MMI, and Hansom Young
2183
2184 2004-05-25 [luke]       0.9.10claws71
2185
2186         * AUTHORS
2187         * src/mimeview.c
2188         * src/stockpixmap.[ch]
2189         * src/Makefile.am
2190         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2191         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2192         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2193         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2194         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2195
2196                 o Added privacy emblems from Jesper Shultz 
2197                   <jesper@schultz-net.dk>
2198                 o Overlay emblems onto mimeview icons to indicate
2199                   status of signature and if a message is encrypted
2200         
2201         * src/textview.c
2202                 remove unused color definitions (were used to 
2203                 indicate sig status)
2204
2205 2004-05-25 [paul]       0.9.10claws70
2206
2207         * AUTHORS
2208           tools/Makefile.am
2209           tools/README
2210           tools/nautilus2sylpheed.sh            ** NEW FILE **
2211                 add script to enable sending files from
2212                 nautilus.
2213                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2214                 
2215         * tools/launch_firebird                 ** REMOVED **
2216                 removed as the standard "firefox '%s'" now functions
2217                 correctly
2218
2219 2004-05-23 [paul]       0.9.10claws69
2220
2221         * src/compose.c
2222                 fix %X cursor point segfault
2223                 patch by Christoph
2224
2225 2004-05-23 [christoph]  0.9.10claws68
2226
2227         * src/folder.c
2228                 fix folder moving
2229
2230 2004-05-21 [paul]       0.9.10claws67
2231
2232         * sync with 0.9.10cvs17
2233                 see ChangeLog 2004-05-21
2234
2235 2004-05-20 [paul]       0.9.10claws66
2236
2237         * sync with 0.9.10cvs16
2238                 see ChangeLog 2004-05-19 and 2004-05-20
2239
2240 2004-05-19 [alfons]     0.9.10claws65
2241
2242         * src/summaryview.h
2243                 on some platforms regoff_t is defined as off_t, so 
2244                 pull in sys/types.h
2245
2246 2004-05-19 [paul]       0.9.10claws64
2247
2248         * sync with 0.9.10cvs13
2249                 see ChangeLog 2004-05-18
2250
2251 2004-05-17 [christoph]  0.9.10claws63
2252
2253         * src/folder.c
2254                 search all folders when searching for default folders and
2255                 not return the special folder of the first folder
2256
2257 2004-05-13 [alfons]     0.9.10claws62
2258
2259         * src/summaryview.c
2260                 add a better check to see if a message is a news message
2261                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2262
2263 2004-05-13 [paul]       0.9.10claws61
2264
2265         * src/msgcache.c
2266                 sync with 0.9.10cvs12
2267                 see ChangeLog 2004-05-12
2268
2269 2004-05-12 [alfons]     0.9.10claws60
2270
2271         * src/folderview.c
2272                 release lock in case of folder could not be opened 
2273
2274 2004-05-11 [christoph]  0.9.10claws59
2275
2276         * src/inc.[ch]
2277                 remove unused folderview update stuff from inc.[ch]
2278
2279 2004-05-11 [paul]       0.9.10claws58
2280
2281         * sync with 0.9.10cvs11
2282                 see ChangeLog 2004-05-10 and 2004-05-11
2283
2284 2004-05-09 [christoph]  0.9.10claws57
2285
2286         * src/folderview.c
2287                 check for folder class functions and not folder type to detect
2288                 valid drag targets
2289
2290 2004-05-08 [christoph]  0.9.10claws56
2291
2292         * src/sgpgme.c
2293                 fix date output for signature expire times
2294
2295         (Patch by Edgar Toernig <froese@gmx.de>)
2296
2297 2004-05-06 [christoph]  0.9.10claws55
2298
2299         * src/gtk/prefswindow.c
2300                 change window type to DIALOG
2301
2302         * src/folder.[ch]
2303         * src/folderview.c
2304         * src/news_gtk.c
2305                 o add folder_remove()
2306                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2307                 o add new "sort" field to Folder, no longer sort folders by type
2308                   higher sort values will be first in the folder list, new folders get 0
2309                   and will be added to the end
2310
2311         * src/mainwindow.c
2312         * src/gtk/Makefile.am
2313         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2314                 add dialog to allow users to change the folder order
2315
2316 2004-05-04 [paul]       0.9.10claws54
2317
2318         * src/inc.c
2319                 Display account_name in statusbar when retrieving
2320                 messages from a pop account
2321         * src/prefs_account.c
2322                 display account name in title of prefs_account
2323                 window
2324         * src/prefs_folder_item.c
2325                 display folder name in title of prefs_folder window
2326
2327         all 3 patches submitted by Fabien Vantard
2328
2329         * AUTHORS
2330                 add Fabien Vantard
2331
2332 2004-05-04 [paul]       0.9.10claws53
2333
2334         * src/prefs_actions.c
2335           src/prefs_template.c
2336                 'Esc' Key exits alertpanel
2337                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2338
2339 2004-04-26 [christoph]  0.9.10claws52
2340
2341         * src/gtk/about.c
2342         * src/gtk/colorsel.c
2343         * src/gtk/description_window.c
2344         * src/gtk/filesel.c
2345         * src/gtk/gtkaspell.c
2346         * src/gtk/inputdialog.c
2347         * src/gtk/pluginwindow.c
2348         * src/gtk/progressdialog.c
2349                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2350                   it does not work correctly with xinerama
2351                 o lock incorporation while the plugin window is open
2352
2353 2004-04-23 [paul]       0.9.10claws51
2354
2355         * po/POTFILES.in
2356                 update location of inputdialog.c
2357                 
2358         * src/gtk/about.c
2359                 update Copyright string
2360                 
2361         * src/msgcache.c
2362           src/prefs_common.c
2363           src/prefs_themes.c
2364                 improve the english a little
2365
2366 2004-04-22 [christoph]  0.9.10claws50
2367
2368         * src/folderutils.[ch]
2369                 add folderutils_mark_all_read()
2370
2371         * src/folderview.c
2372                 readd "mark all read" from popup menu, now works
2373                 in all folders and not only the opened folder
2374
2375 2004-04-21 [christoph]  0.9.10claws49
2376
2377         * src/Makefile.am
2378         * src/inputdialog.[ch]                  ** REMOVED **
2379         * src/gtk/Makefile.am
2380         * src/gtk/inputdialog.[ch]              ** NEW **
2381                 move inputdialog.[ch] into gtk directory
2382
2383         * src/mh_gtk.c
2384                 remove check for missing IMAP folder account
2385
2386 2004-04-20 [christoph]  0.9.10claws48
2387
2388         * src/mainwindow.c
2389         * src/foldersel.c
2390                 remove new/rename/delete folder GUI functions because
2391                 they are always active, even for news folders, and can
2392                 not be easily made folder class dependent
2393
2394         * src/gtk/menu.[ch]
2395                 make menu_translate() public
2396
2397         * src/Makefile.am
2398         * src/folder.[ch]
2399         * src/folderview.[ch]
2400         * src/imap_gtk.[ch]                     ** NEW **
2401         * src/main.c
2402         * src/mh_gtk.[ch]                       ** NEW **
2403         * src/news_gtk.[ch]                     ** NEW **
2404                 o dynamically build FolderView popup menus from a folder
2405                   specific part, with callbacks to seperated code, and
2406                   a common part
2407                 o remove the folder class specifiy code from folderview.c
2408
2409 2004-04-15 [luke]       0.9.10claws47
2410
2411         * src/prefs_folder_item.c
2412                 o remove buttons for applying 'scan for new mail'
2413                   and 'process at startup' to sub folders
2414                 o add 'apply to sub folder' check buttons for all
2415                   properties and set folder prefs accordingly
2416                 o replace multiple gtk_widget_show() with one
2417                   gtk_widget_show_all() on container
2418
2419 2004-04-14 [darko]      0.9.10claws46
2420
2421         * src/gtk/Makefile.am
2422         * src/gtk/pluginwindow.c
2423                 load plugins from to $(prefix)/lib/sylpheed/plugins
2424                 in file selection dialog
2425         * src/plugins/clamav/clamav_plugin.c
2426                 const correctness
2427
2428 2004-04-14 [christoph]  0.9.10claws45
2429
2430         * src/folder.c
2431         * src/plugins/image_viewer/viewer.c
2432                 fix g_warnings
2433
2434 2004-04-10 [alfons]     0.9.10claws44
2435         
2436         * src/compose.c
2437                 appropriate auto account selection when forwarding
2438                 (fixes bug #476, "forward as attachment does not listen
2439                 to account rules")
2440
2441 2004-04-09 [alfons]     0.9.10claws43
2442
2443         * src/summaryview.c
2444                 make quick search combo matching case sensitive
2445
2446 2004-04-06 [alfons]     0.9.10claws42
2447
2448         * src/addr_compl.c
2449                 use cursor position to prevent clearing the entire entry
2450
2451 2004-04-06 [alfons]     0.9.10claws41
2452
2453         * src/folderview.c
2454                 fix bug #472, "filter not updated when renaming folder" 
2455
2456 2004-04-06 [alfons]     0.9.10claws40
2457
2458         * src/messageview.[ch]
2459           src/summaryview.c
2460                 reflect changes to Show all headers to main view
2461                 and message view (only affects detached message
2462                 view). see also bug #473, 'Show All Headers 
2463                 "problem"'.
2464
2465 2004-04-03 [alfons]     0.9.10claws39
2466
2467         * src/matcher.c
2468                 free address list
2469
2470 2004-04-03 [alfons]     0.9.10claws38
2471
2472         * src/matcher_parser_parse.y
2473           src/matcher.[ch]
2474                 prepare address look up matcher type; marginally
2475                 tested, and not hooked into the UI yet.
2476
2477                 basically it accepts the result of the left hand
2478                 side of the matcher (the "criteria"):
2479
2480                         from all_in_addressbook ""
2481                         ~to_or_cc any_in_addressbook ""
2482                 
2483                 the first case matches all addresses found in the
2484                 from header, and the second case matches if any
2485                 (at least one) of the addresses in to or cc headers 
2486                 are not in the address book.
2487
2488                 the string argument is not used yet, but is intended
2489                 to match a group of addresses 
2490
2491 2004-04-02 [luke]       0.9.10claws37
2492
2493         * src/prefs_folder_item.c
2494                 Add two buttons to apply 'scan for new mail'
2495                 and 'process at startup' to sub folders
2496
2497 2004-04-02 [luke]
2498         * tools/textviewer.sh
2499                 better filename extension matching plus some support for
2500                 MS Excel, MS Powerpoint and HTML
2501
2502 2004-03-29 [christoph]  0.9.10claws36
2503
2504         * src/folder.h
2505         * src/folderutils.[ch]
2506         * src/mainwindow.c
2507                 add delete duplicates for all folders
2508
2509 2004-03-29 [alfons]     0.9.10claws35
2510
2511         * src/folder.c
2512                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2513                 when selecting top-level folder node (thanks to 
2514                 Alex S. Moore)
2515
2516 2004-03-28 [keith]      0.9.10claws34
2517
2518         * src/textview.c
2519                 prepend "http://" to URIs of the form "www.example.com"
2520
2521 2004-03-28 [paul]       0.9.10claws33
2522
2523         * src/common/nntp.c
2524           src/common/smtp.c
2525           src/folder.c
2526           src/imap.c
2527           src/inc.c
2528           src/news.c
2529           src/pop.c
2530                 revise 'translatable string' policy:
2531                 don't translate debug_print() or log_print(),
2532                 translate log_message() and log_warning()
2533         
2534         * po/zh_CN.po
2535                 update submitted by Hansom Young
2536
2537 2004-03-25 [alfons]     0.9.10claws32
2538
2539         * src/prefs_common.c
2540                 I mean this one: Return the GList...
2541
2542 2004-03-25 [alfons]     0.9.10claws31
2543
2544         * src/prefs_common.h
2545                 add new members at the end of prefs_common, so
2546                 they get properly initialized
2547
2548 2004-03-24 [christoph]  0.9.10claws30
2549
2550         * src/imap.c
2551                 o NULL is a valid GSList
2552
2553 2004-03-24 [alfons]     0.9.10claws29
2554
2555         * src/prefs_common.[ch]
2556           src/summaryview.c
2557           src/common/defs.h
2558                 add history to quick search (patch submitted by 
2559                 Ivan Francolin Martinez - thanks!)
2560
2561 2004-03-24 [alfons]     0.9.10claws28
2562
2563         * src/imap.c
2564                 NULL output pointer parameter
2565
2566 2004-03-21 [alfons]     0.9.10claws27
2567
2568         * src/addrindex.[ch]
2569           src/addr_compl.c
2570                 complete addresses on nicks and aliases
2571
2572 2004-03-21 [alfons]     0.9.10claws26
2573
2574         * src/import.c
2575           src/inc.c
2576           src/mbox.[ch]
2577                 disable filters on import mbox (patch submitted
2578                 by Edgar Toernig)
2579
2580 2004-03-21 [darko]      0.9.10claws25
2581
2582         * src/addr_compl.c
2583                 select the address when only one match is found while
2584                 doing address completion with tab key (feature
2585                 request #914720)
2586
2587 2004-03-21 [alfons]     0.9.10claws24
2588
2589         * src/messageview.c
2590           src/toolbar.c
2591                 don't `navigate-delete` when a summary view's selection does not 
2592                 match the accompanying message view's message
2593
2594 2004-03-20 [alfons]     0.9.10claws23
2595
2596         * src/summaryview.c
2597                 hide ext search button on initial display (should fix bug #459,
2598                 "Toggling quick-search at 1st time: minor UI inconsistency")
2599
2600 2004-03-20 [alfons]     0.9.10claws22
2601
2602         * src/summaryview.[ch]
2603                 add function to get selected msginfo, if there's
2604                 only one selected
2605
2606 2004-03-20 [paul]       0.9.10claws21
2607
2608         * sync with 0.9.10cvs7
2609                 see ChangeLog 2004-03-19
2610
2611 2004-03-19 [paul]       0.9.10claws20
2612
2613         * src/common/nntp.c
2614           src/common/smtp.c
2615           src/common/ssl.c
2616           src/folder.c
2617           src/imap.c
2618           src/inc.c
2619           src/news.c
2620           src/pop.c
2621                 don't translate strings in debug_print(), log_print(),
2622                 log_message(),  and log_warning()
2623
2624 2004-03-19 [alfons]     0.9.10claws19
2625
2626         better next/previous/delete/focus navigation with separate 
2627         message view 
2628         
2629         * src/toolbar.c
2630                 call summaryview_delete() instead of messageview_delete()
2631         * src/messageview.c
2632                 disable messageview_delete()
2633
2634 2004-03-18 [paul]       0.9.10claws18
2635
2636         * sync with 0.9.10cvs6
2637                 see ChangeLog 2004-03-16
2638
2639 2004-03-17 [alfons]     0.9.10claws17
2640
2641         * src/gtk/filesel.c
2642                 remove bogus semicolon after if() (sometimes it pays to
2643                 read LKML :)
2644
2645 2004-03-15 [darko]      0.9.10claws16
2646
2647         * src/gtk/filesel.c
2648                 support full path in place of a filename
2649         * src/mimeview.c
2650                 store directory attachments were saved to and
2651                 use it when saving attachments
2652         * src/prefs_common.[hc]
2653                 store directory attachments were last saved to
2654
2655 2004-03-15 [paul]       0.9.10claws15
2656
2657         * src/folderview.c
2658                 fix bug where unsubscribing a newsgroup would destroy
2659                 (most of the) filtering rules
2660
2661 2004-03-15 [paul]       0.9.10claws14
2662
2663         * src/folderview.c
2664                 fix Bug 458, 'Folder View remaining empty after 
2665                 removing a NEWS account' (was also true of IMAP
2666                 accounts)
2667
2668 2004-03-15 [paul]       0.9.10claws13
2669
2670         * src/folderview.c
2671                 fix folderview invisibility of newly subscribed
2672                 newsgroups
2673
2674 2004-03-13 [paul]       0.9.10claws12
2675
2676         * src/compose.c
2677           src/plugins/dillo_viewer/dillo_prefs.c
2678           src/plugins/image_viewer/viewerprefs.c
2679                 gettextise some forgotten parts
2680
2681 2004-03-13 [alfons]     0.9.10claws11
2682
2683         * src/imap.c
2684                 make sure the correct type is passed to sscanf()
2685
2686 2004-03-13 [paul]       0.9.10claws10
2687
2688         * sync with 0.9.10cvs5
2689                 see ChangeLog 2004-03-02 and 2004-03-12, 
2690                 specifically:
2691                 'always move messages by default when using DnD (except 
2692                 for News folder). Copy messages if Ctrl-key is pressed.'
2693                 and 'added a function to filter selected messages'
2694
2695 2004-03-12 [christoph]  0.9.10claws9
2696
2697         * src/codeconv.c
2698                 add parameter check to conv_unmime_header_overwrite()
2699
2700         * src/imap.c
2701                 o fix spelling
2702                 o fix removing of NEW flag when UNREAD is unset
2703
2704         * src/procmime.c
2705                 decode MIME-headers
2706
2707         (Closes 437 i18n attachment display error.)
2708
2709 2004-03-12 [paul]       0.9.10claws8
2710
2711         * po/it.po
2712                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2713                 
2714         * tools/Makefile.am
2715                 add 'textviewer.sh'
2716
2717 2004-03-12 [alfons]     0.9.10claws7
2718
2719         * src/imap.c
2720                 o quiet compiler and typecast Folder * to IMAP Folder *
2721                 o wake up and fix my previous incompatible type assignment bug
2722
2723 2004-03-12 [alfons]     0.9.10claws6
2724
2725         * src/imap.c
2726                 don't mix up pointers to int, guint32 _and_ 
2727                 unsigned int 
2728
2729 2004-03-12 [christoph]  0.9.10claws5
2730
2731         * src/folderview.c
2732                 Add error requester when renaming a folder failed
2733
2734         * src/imap.c
2735                 Check new FolderItem name for namespace seperator
2736                 before renaming
2737
2738         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2739
2740 2004-03-11 [christoph]  0.9.10claws4
2741
2742         * src/folder.[ch]
2743         * src/imap.c
2744         * src/procmsg.h
2745                 syncronize flags in cache with IMAP folder flags
2746
2747         Adapted a patch submitted by Simon 'corecode' Schubert
2748         <corecode@corecode.ath.cx> 
2749
2750
2751 2004-03-11 [alfons]     0.9.10claws3
2752
2753         * src/textview.[ch]
2754                 remove dead code that at one time controlled display of
2755                 URIs in status bar
2756
2757 2004-03-10 [paul]       0.9.10claws2
2758
2759         * po/it.po
2760                 updated by Lupino <lupin85@email.it>
2761
2762 2004-03-09 [alfons]     0.9.10claws1
2763
2764         * src/matcher.c
2765                 we're not using yywrap, but we may, so close yyin instead
2766                 of initial FILE *
2767
2768 2004-03-08 [paul]       0.9.10claws
2769
2770         * 0.9.10claws released
2771
2772 2004-03-08 [paul]       0.9.9claws41
2773
2774         * po/es.po
2775           po/ja.po
2776           po/ru.po
2777           po/sk.po
2778           po/sr.po
2779           po/zh_CN.po
2780                 update translations. submitted by Ricardo Mones Lastra,
2781                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2782                 Hansom Young
2783
2784 2004-03-06 [paul]       0.9.9claws40
2785
2786         * src/stock_pixmap.c
2787                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2788                 patch submitted by Pawel Pekala
2789
2790 2004-03-06 [alfons]             0.9.9claws39
2791
2792         * src/addrindex.c
2793                 allow nick name completion again 
2794
2795 2004-03-02 [match]              0.9.9claws38
2796
2797         * configure.ac
2798                 added definition of USE_LDAP_TLS to support TLS.
2799         * src/ldapctrl.[ch]
2800         * src/ldapquery.c
2801         * src/ldapserver.[ch]
2802         * src/addressbook.c
2803         * src/addrindex.c
2804         * src/editldap.c
2805                 included LDAP TLS support.
2806
2807 2004-03-02 [christoph]          0.9.9claws37
2808
2809         * src/folder.[ch]
2810                 o add more documentation for FolderClass
2811                 o remove usused FolderClass virtual functions
2812
2813         * src/imap.c
2814         * src/mh.c
2815         * src/news.c
2816                 change creation of FolderClass because static initializations
2817                 for structs suck in C89
2818
2819 2004-03-01 [paul]
2820
2821         * sync with 0.9.10
2822
2823 2004-02-28 [keith]      0.9.9claws36
2824
2825         * src/common/utils.c
2826                 Fix treatment of whitespace in quicksearch bar (leading
2827                 spaces and >1 space between commands and parameters).
2828
2829 2004-02-27 [alfons]     0.9.9claws35
2830
2831         * src/compose.[ch]
2832                 Explicitly remove draft timeout to fix nasty race between 
2833                 compose_send_cb() (which destroys the compose window) and 
2834                 compose_defer_auto_save_draft() (which expects compose 
2835                 window to exist). Should fix Keith's and Fred Marton's
2836                 bug report (#128, "crash after complaining about character
2837                 set conversion")
2838
2839 2004-02-27 [luke]       0.9.9claws34
2840         
2841         * src/folder.c
2842                 Do folder_item_apply_processing() even if no processing
2843                 rules for the folder exist (so global processing is applied)
2844
2845 2004-02-26 [thorsten]   0.9.9claws33
2846
2847         * src/mimeview.c
2848                 Remove misleading static declaration
2849
2850 2004-02-26 [alfons]     0.9.9claws32
2851
2852         * src/procmime.[ch]
2853           src/compose.c
2854           src/mimeview.c
2855           src/textview.c
2856                 use/add procmime_get_content_type_str() as a safe wrapper
2857                 for returning a Content-Type type string; should fix 
2858                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
2859                  - attachments."
2860
2861 2004-02-26 [thorsten]   0.9.9claws31
2862
2863         * src/mimeview.c
2864                 Restructure save_as/save_all
2865
2866 2004-02-26 [alfons]     0.9.9claws30
2867
2868         * src/procmime.c
2869                 clean up (2)
2870
2871 2004-02-26 [alfons]     0.9.9claws29
2872
2873         * src/procmime.c
2874                 clean up (1)
2875
2876 2004-02-24 [luke]
2877
2878         * tools/textviewer.sh
2879                 tweaks from Johann Koenig, recognition of shell
2880                 scripts in particular
2881
2882 2004-02-24 [paul]       0.9.9claws28
2883
2884         * sync with 0.9.9cvs13
2885                 see ChangeLog 2004-02-24
2886
2887 2004-02-23 [paul]       0.9.9claws27
2888
2889         * src/inc.c
2890                 one alertpanel on pop3 authentication error will suffice
2891                 
2892         * src/prefs_fonts.c
2893                 remove unnecessary printf
2894
2895 2004-02-22 [alfons]     0.9.9claws26
2896
2897         * src/messageview.c
2898                 put back a lost check
2899
2900 2004-02-21 [alfons]     0.9.9claws25
2901
2902         * src/folderview.c
2903                 don't forget to save folder properties after renaming folder
2904
2905 2004-02-20 [paul]       0.9.9.claws24
2906
2907         * src/addressbook.c
2908                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
2909                 
2910         * src/inc.c
2911                 complete sync with 0.9.9cvs9's 'update folderview
2912                 progressively'
2913                 
2914         * configure.ac
2915                 require gettext >= 0.12.1
2916
2917 2004-02-17 [match]      0.9.9claws23
2918
2919         * src/compose.c
2920                 keep the peace - change style.
2921
2922 2004-02-17 [alfons]     0.9.9claws22
2923
2924         * src/filtering.c
2925                 make MATCHACTION_STOP cancel filtering / processing;
2926                 clean up and document it to make it a little bit more clear;
2927
2928 2004-02-17 [alfons]     0.9.9claws21
2929
2930         %X marks the cursor spot for reply quote format
2931
2932         * src/quote_fmt_lex.l 
2933           src/quote_fmt.c
2934                 add %X token
2935                 
2936         * src/quote_fmt.h
2937           src/quote_fmt_parse.y
2938                 handle %X token
2939                 
2940         * src/compose.c
2941                 handle %X token for replies only (for now)
2942
2943 2004-02-17 [paul]       0.9.9claws20
2944
2945         * po/sk.po
2946                 updated by Andrej Kacian
2947                 
2948         * src/news.c
2949                 remove unneeded include
2950                 
2951         * src/prefs_fonts.c
2952                 be a little more user-friendly with the labels
2953                 
2954         * configure.ac
2955                 a change forgotten in the last commit: 
2956                 SYLPHEED_ACLOCAL_INCLUDE(m4)
2957
2958 2004-02-17 [paul]       0.9.9claws19
2959
2960         * ac/*                          ** REMOVED **
2961           ac/                           ** REMOVED **
2962           intl/Makefile.in              ** REMOVED **
2963           m4/                           ** NEW **
2964           m4/missing                    ** NEW **
2965           m4/missing/gdk-pixbuf.m4      ** NEW **
2966           m4/missing/gettext.m4         ** NEW **
2967           m4/missing/gpgme.m4           ** NEW **
2968           m4/missing/imlib.m4           ** NEW **
2969           m4/.cvsignore                 ** NEW **
2970           m4/Makefile.am                ** NEW **
2971           m4/README                     ** NEW **
2972           m4/aclocal-include.m4         ** NEW **
2973           m4/aspell.m4                  ** NEW **
2974           m4/check-type.m4              ** NEW **
2975           m4/gnupg-check-typedef.m4     ** NEW **
2976           m4/openssl.m4                 ** NEW **
2977           m4/spamassassin.m4            ** NEW **
2978           po/ChangeLog                  ** REMOVED **
2979           po/Makefile.in.in             ** REMOVED **
2980           po/Rules-quot                 ** REMOVED **
2981           po/boldquot.sed               ** REMOVED **
2982           po/en@boldquot.header         ** REMOVED **
2983           po/en@quot.header             ** REMOVED **
2984           po/insert-header.sin          ** REMOVED **
2985           po/quot.sed                   ** REMOVED **
2986           po/remove-potcdate.sed        ** REMOVED **
2987           po/remove-potcdate.sin        ** REMOVED **
2988           po/stamp-po                   ** REMOVED **
2989           Makefile.am
2990           autogen.sh
2991           configure.ac
2992                 enable building with automake 1.8.x
2993                 add 'autopoint' to autogen.sh and remove all
2994                 auto-generated files, remove ac/ in favour of
2995                 m4/
2996
2997 2004-02-17 [alfons]     0.9.9claws18
2998         
2999         * src/summaryview.c
3000                 MSG_IS_NEWS() is not stored at all, and is bogus
3001
3002 2004-02-17 [martin]     0.9.9claws17
3003
3004         * src/prefs_themes.c
3005                 fix crash when installing wrong theme and output an
3006                 error message
3007
3008 2004-02-16 [christoph]  0.9.9claws16
3009
3010         * src/compose.c
3011         * src/stock_pixmap.[ch]
3012         * src/toolbar.[ch]
3013         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3014                 add "Wrap current paragraph" to compose toolbar
3015
3016 2004-02-15 [alfons]     0.9.9claws15
3017
3018         * src/folderview.c
3019                 refine previous commit to make sure other hook functions
3020                 get their grab of the pie too
3021
3022 2004-02-15 [alfons]     0.9.9claws14
3023
3024         * src/folderview.c
3025                 fix sync breakage so we don't pass invalid pointer types
3026
3027 2004-02-15 [match]      0.9.9claws13
3028
3029         * src/ldapquery.[ch]
3030         * src/ldapserver.h
3031         * src/addrindex.[ch]
3032                 tweak threading calls.
3033         * src/addr_compl.[ch]
3034                 add alias into completion list.
3035         * src/addressbook.c
3036                 fix ldap browse.
3037                 improve context menu behavior.
3038                 change menu sequence.
3039                 add send mail from addressbook.
3040         * src/addrselect.[ch]
3041         * src/compose.[ch]
3042                 add send mail from addressbook.
3043
3044 2004-02-15 [christoph]  0.9.9claws12
3045
3046         * src/folderutils.c
3047                 skip deleting when duplist is empty
3048
3049         * src/folderview.[ch]
3050         * src/mainwindow.c
3051         * src/summaryview.[ch]
3052                 call folderutils_delete_duplicates() from mainwindow code
3053
3054 2004-02-15 [alfons]     0.9.9claws11
3055         
3056         * src/common/utils.c
3057                 add prefix for italian ms o(e) 
3058
3059 2004-02-14 [paul]       0.9.9claws10
3060
3061         * src/foldersel.c
3062                 fix updating of the folder view when creating a
3063                 new folder
3064
3065 2004-02-13 [paul]       0.9.9claws9
3066
3067         * src/plugins/clamav/clamav_plugin.c
3068                 remove GUI code
3069
3070 2004-02-13 [paul]       0.9.9claws8
3071
3072         * sync with 0.9.9cvs9
3073                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3074
3075 2004-02-13 [alfons]     0.9.9claws7
3076
3077         * src/common/utils.c
3078                 fix wrong type of argument for ctype functions (pass unsigned
3079                 char instead of signed char)
3080
3081 2004-02-12 [alfons]     0.9.9claws6
3082
3083         * src/compose.[ch]
3084                 don't select text in header entry when composing to a 
3085                 default address, but rather give the header entry a
3086                 different color / style (same as the folder new color)
3087
3088 2004-02-12 [alfons]     0.9.9claws5
3089
3090         * src/plugins/clamav/clamav_plugin.c
3091                 don't exit(2) on libclamav init error - show a warning.
3092                 (tested by damaging a clamav database file.)
3093
3094 2004-02-12 [paul]       0.9.9claws4
3095
3096         * sync with 0.9.9cvs4
3097                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3098
3099 2004-02-11 [luke]       0.9.9claws3
3100
3101         * src/mimeview.c
3102                 remove redundant check introduced in 0.9.9claws1
3103
3104 2004-02-11 [luke]       0.9.9claws2
3105
3106         * src/mimeview.c
3107                 fix compilation of my previous commit without gpg enabled
3108
3109 2004-02-10 [luke]       0.9.9claws1
3110
3111         * src/mimeview.c
3112                 add borders to icons to indicate the privacy status for
3113                 the message part (unknown/bad/good)
3114
3115 2004-02-06 [paul]       0.9.9claws
3116
3117         0.9.9claws released
3118
3119 2004-02-06 [darko]      0.9.8claws64
3120
3121         * src/compose.c
3122                 don't allow Ctrl+Enter while external editor is active
3123
3124 2004-02-06 [paul]       0.9.8claws63
3125
3126         * po/es.po
3127           po/pl.po
3128           po/sk.po
3129           po/sr.po
3130                 update Spanish, Polish, Slovak, and Serbian translations.
3131                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3132                 and Urke MMI
3133
3134 2004-02-04 [alfons]     0.9.8claws62
3135
3136         * src/compose.c
3137                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3138                 don't have clue yet why the cursor pos is at the end of the
3139                 text.)
3140
3141 2004-02-04 [alfons]     0.9.8claws61
3142
3143         * src/compose.c
3144                 always grab focus when one of the header entries is clicked 
3145                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3146
3147 2004-02-02 [paul]
3148
3149         * ac/missing/gdk-pixbuf.m4
3150           ac/missing/gpgme.m4
3151           ac/missing/imlib.m4
3152                 prevent 'underquoted definition' warnings
3153                 patch submitted by David Relson
3154                 
3155         * src/plugins/clamav/README
3156                 update, improve, correct
3157
3158 2004-01-31 [thorsten]   0.9.8claws60
3159
3160         * src/news.c
3161                 'dir' not initialized if group has no messages
3162
3163 2004-01-29 [christoph]  0.9.8claws59
3164
3165         * src/customheader.[ch]
3166                 add custom_header_is_allowed() to check for disallowed header names
3167                 that must not be overridden by custom headers
3168
3169         * src/compose.c
3170                 always write From: header and use custom_header_is_allowed() to
3171                 check if custom header should be written
3172
3173         * src/prefs_customheader.c
3174                 check if custom header is disallowed using custom_header_is_allowed()
3175
3176         * src/folderutils.c
3177                 destroy message id GHashTable before freeing the MsgInfos
3178
3179 2004-01-29 [paul]       0.9.8claws58
3180
3181         * sync with 0.9.9 release
3182                 see ChangeLog 2004-01-29
3183
3184 2004-01-29 [paul]       0.9.8claws57
3185
3186         * sync with 0.9.8cvs11
3187                 see ChangeLog 2004-01-29
3188
3189 2004-01-28 [christoph]  0.9.8claws56
3190
3191         * src/pgpmime.c
3192         * src/sgpgme.[ch]
3193                 return WARN signature status when signature is not trusted
3194
3195         * src/Makefile.am
3196         * src/folder.c
3197         * src/folderutils.[ch]                  ** NEW **
3198         * src/summaryview.c
3199                 implement delete duplicates summaryview independent
3200
3201 2004-01-28 [paul]       0.9.8claws55
3202
3203         * sync with 0.9.8cvs10
3204                 see Changelog 2004-01-27 and 2004-01-28
3205
3206 2004-01-26 [christoph]  0.9.8claws54
3207
3208         * src/imap.c
3209                 create a root node for the Folder if scan fails because root
3210                 folder does not exist
3211
3212 2004-01-26 [paul]       0.9.8claws53
3213
3214         * sync with 0.9.8cvs7
3215                 see ChangeLog 2004-01-23
3216
3217 2004-01-25 [alfons]     0.9.8claws52
3218
3219         * src/compose.c
3220                 remove left-over constant INDENT_CHARS
3221
3222 2004-01-25 [alfons]     0.9.8claws51
3223
3224         * src/procmime.c
3225                 add NULL pointer check for mimeinfo->node in
3226                 procmime_mimeinfo_parent()
3227
3228 2004-01-25 [darko]      0.9.8claws50
3229
3230         * src/compose.c
3231                 make "Wrap all long lines" toolbar button wrap all
3232                 long lines not just the current line
3233                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3234
3235
3236 2004-01-25 [alfons]     0.9.8claws49
3237
3238         * src/procmime.c
3239                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3240                 necessary anyway, because *scanf() functions neglect white
3241                 space in the input. 
3242                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3243
3244 2004-01-25 [paul]       0.9.8claws48
3245
3246         * src/prefs_ext_prog.c
3247                 apply Alfons' patch to check for NULL pointers
3248                 fixes bug #424
3249
3250 2004-01-25 [paul]       0.9.8claws47
3251
3252         * sync with 0.9.8cvs8
3253                 see ChangeLog 2004-01-23
3254
3255 2004-01-25 [thorsten]   0.9.8claws46
3256
3257         * src/messageview.c
3258                 remove orphaned mimeview unref()
3259
3260 2004-01-23 [christoph]  0.9.8claws45
3261
3262         * src/summaryview.c
3263                 set ctree widget style
3264
3265 2004-01-23 [paul]       0.9.8claws44
3266
3267         * sync with 0.9.8cvs5
3268                 see ChangeLog 2004-01-22
3269
3270 2004-01-23 [alfons]     0.9.8claws43
3271
3272         * src/procmsg.c
3273                 remove redundant code in procmsg_get_thread_tree()
3274
3275 2004-01-21 [christoph]  0.9.8claws42
3276
3277         * src/folderview.c
3278                 set ctree widget style, otherwise GTK does not use the
3279                 the correct vertical size for the list items
3280
3281 2004-01-21 [alfons]     0.9.8claws41
3282
3283         * src/summaryview.c
3284                 GDK_Left should only switch to folderview when
3285                 when summaryview hscrollbar is at the leftmost
3286                 position (fixes bug #420, "Focus error")
3287
3288 2004-01-21 [paul]       0.9.8claws40
3289
3290         * sync with 0.9.8cvs4
3291                 see ChangeLog 2004-01-20
3292
3293 2004-01-20 [christoph]  0.9.8claws39
3294
3295         * src/folderview.c
3296                 remove setting sensitivity for no longer existing
3297                 /Scoring... popup entry
3298
3299 2004-01-20 [keith]      0.9.8claws38
3300
3301         * configure.ac
3302                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3303
3304 2004-01-20 [paul]       0.9.8claws37
3305
3306         * src/prefs_fonts.c
3307                 demystify font settings
3308                 
3309         * src/textview.c
3310                 use textview->msgfont for header->body in
3311                 textview_show_header()
3312
3313 2004-01-20 [paul]       0.9.8claws36
3314
3315         * src/compose.c
3316           src/undo.c
3317                 remove superfluous debug_print's
3318                 
3319         * src/inc.c
3320                 clear the statusbar after LOCAL incorporation
3321
3322 2004-01-20 [paul]       0.9.8claws35
3323
3324         * sync with 0.9.8cvs3
3325                 see ChangeLog 2004-01-20
3326
3327 2004-01-19 [keith]      0.9.8claws34
3328
3329         * src/folderview.c
3330                 don't show 'Search folder...' on popup menu
3331                 if folder has no mails in it
3332
3333 2004-01-17 [keith]      0.9.8claws33
3334
3335         * src/compose.c
3336           src/prefs_common.c
3337           src/prefs_common.h
3338                 store position of compose window in prefs
3339
3340 2004-01-17 [thorsten]   0.9.8claws32
3341
3342         * src/gtk/gtkvscrollbutton.c
3343                 ensure scrollbutton resize event on different gtk versions
3344
3345 2004-01-15 [alfons]     0.9.8claws31
3346         
3347         * src/summaryview.c
3348                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3349                 message as read
3350
3351 2004-01-12 [christoph]  0.9.8claws30
3352
3353         * src/procmime.c
3354                 better MIME-Version check
3355
3356 2004-01-11 [alfons]     0.9.8claws29
3357
3358         * src/procmsg.c
3359                 remove unnecessary but still effective check (could possibly
3360                 lead to some unwanted side effects)
3361
3362 2004-01-11 [alfons]     0.9.8claws28
3363
3364         * src/procmsg.c
3365                 we should not prefer lowest message number while threading 
3366                 (introduced in previous commit)
3367
3368 2004-01-11 [alfons]     0.9.8claws27
3369
3370         * src/procmsg.c
3371                 subject threading fixes:
3372                 
3373                         - make message with lowest message number the
3374                           thread parent,
3375                         - refine recording last node when threading. the last node
3376                           should be the previous one if a node has a thread parent,
3377                           or the current node if not
3378                 
3379                 (there's another threading bug fix coming up)
3380
3381 2004-01-10 [paul]       0.9.8claws26
3382
3383         * src/main.c
3384           src/prefs_ext_prog.c
3385           src/plugins/clamav/clamav_plugin_gtk.c
3386                 minor gui fixes
3387
3388 2004-01-09 [christoph]  0.9.8claws25
3389
3390         * src/Makefile.am
3391         * src/string_match.[ch]                 ** REMOVE **
3392         * src/common/Makefile.am
3393         * src/common/string_match.[ch]          ** NEW **
3394                 move string_match.[ch] to common directory
3395
3396 2004-01-09 [christoph]  0.9.8claws24
3397
3398         * src/pgpmime.c
3399                 add MIME-Version header for the message parser
3400
3401 2004-01-09 [paul]       0.9.8claws23
3402
3403         * po/POTFILES.in
3404           src/Makefile.am
3405           src/main.c
3406           src/prefs_common.c
3407           src/prefs_ext_prog.[ch]       ** NEW FILES **
3408                 move External Command options from 'Common Prefs/Other' to
3409                 'Other Prefs/Message View/External Programs', also reveal
3410                 the hidden options for audio player and image viewer.
3411                 
3412         * src/prefs_common.c
3413                 fix toggling of header pane
3414
3415 2004-01-09 [paul]       0.9.8claws22
3416
3417         * src/compose.c
3418                 when changing account also change the save folder
3419
3420         * src/textview.c
3421                 if a text/plain attachment has 'Content-Disposition: attachment'
3422                 don't display it inline
3423
3424 2004-01-08 [christoph]  0.9.8claws21
3425
3426         * src/procmime.c
3427                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3428                 otherwise thread the message content as one text part and
3429                 don't assume charset US-ASCII which is only specified as
3430                 default for MIME-messages
3431
3432 2004-01-08 [paul]       0.9.8claws20
3433
3434         * src/plugins/clamav/clamav_plugin.c
3435           src/plugins/spamassassin/spamassassin.c
3436                 inform the user what is happening via the statusbar
3437
3438 2004-01-06 [paul]       0.9.8claws19
3439
3440         * po/es.po
3441                 update Spanish translation. submitted by Ricardo
3442                 Mones Lastra
3443
3444 2004-01-05 [paul]       0.9.8claws18
3445
3446         * sync with 0.9.8cvs2
3447                 see ChangeLog 2004-01-05
3448
3449 2004-01-03 [luke]       0.9.8claws17
3450
3451         * src/procheader.c
3452                 Clean up:
3453                 o remove unused functions string_getchar() and file_getchar()
3454                 o remove the getchar_ parameter from generic_get_one_field()
3455                 o add an 'unfold' parameter to generic_get_one_field, to
3456                   be used if no HeaderEntry is supplied
3457                 o procheader_get_one_field_asis() uses
3458                   generic_get_one_field().
3459
3460 2004-01-01 [christoph]  0.9.8claws16
3461
3462         * src/common/xml.[ch]
3463                 o add xml_new_tag() to manage usage counts of strings correctly
3464                 o correct xml_copy_tree() function name
3465
3466         * src/folder.c
3467         * src/main.c
3468                 allow registering and unregistering of FolderClasses anytime
3469
3470 2003-12-31 [christoph]  0.9.8claws15
3471
3472         * src/folder.[ch]
3473         * src/common/xml.[ch]
3474                 keep folderlist.xml data for unloaded FolderClasses
3475
3476 2003-12-30 [luke]       0.9.8claws14
3477
3478         * src/procheader.[ch]
3479                 o added procheader_get_one_field_asis() that does not do
3480                   unfolding
3481                 o fix procheader_get_header_array_asis() to use the above,
3482                   fixing ugliness of headers in textview
3483
3484         * src/compose.c
3485                 o don't unfold headers when redirecting.        
3486
3487 2003-12-30 [paul]       0.9.8claws13
3488
3489         * po/POTFILES.in
3490           src/common/defs.h
3491           src/Makefile.am
3492           src/main.c
3493           src/prefs_common.c
3494           src/prefs_themes.[ch] ** NEW FILES **
3495                 redesign and move Icon Theme selector to
3496                 the new prefs window
3497           
3498         * src/stock_pixmap.c
3499                 fix the old bug where icons are not always
3500                 updated when changing themes
3501         
3502         * src/summaryview.c
3503                 fix bug where the icons on the title row
3504                 of the summary view were not updated
3505         
3506         all patches submitted by Ricardo Mones Lastra
3507
3508 2003-12-30 [hoa]        0.9.8claws12
3509
3510         * src/folder.c
3511                 run preglobal and postglobal processing rules
3512                 even if the folder does not have any rules.
3513
3514 2003-12-28 [paul]       0.9.8claws11
3515
3516         * ac/aspell.m4
3517           ac/check-type.m4
3518           ac/gnupg-check-typedef.m4
3519           ac/openssl.m4
3520           ac/spamassassin.m4
3521                 fix 'underquoted definition' warnings, patch submitted by
3522                 David Relson <relson@osagesoftware.com>
3523                 
3524         * src/common/utils.c
3525                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3526                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3527
3528 2003-12-28 [paul]       0.9.8claws10
3529
3530         * sync with 0.9.8cvs1
3531                 see ChangeLog 2003-12-17
3532
3533 2003-12-27 [christoph]  0.9.8claws9
3534
3535         * src/common/utils.[ch]
3536                 add g_node_map() to map a GNode into a new GNode
3537                 converting all node data's with a function
3538
3539         * src/account.c
3540         * src/folder.[ch]
3541         * src/folderview.c
3542         * src/imap.c
3543         * src/mainwindow.c
3544         * src/summaryview.c
3545                 o use g_node_map() to convert XML <-> Folder
3546                 o remove redundant FolderItem->parent and
3547                   replace it with folder_item_parent()
3548
3549 2003-12-23 [christoph]  0.9.8claws8
3550
3551         * src/folder.[ch]
3552         * src/folderview.c
3553         * src/mainwindow.c
3554         * src/procmsg.c
3555                 o use callback for notifications about added and
3556                   destroyed folders
3557                 o rewrite folderlist saving (new functions to create
3558                   folder from XML tree, and XML tree from folder)
3559
3560         * src/common/xml.[ch]
3561                 add function to save XML trees
3562
3563         * src/prefs_filtering.c
3564                 code cleanup
3565
3566 2003-12-22 [christoph]  0.9.8claws7
3567
3568         * src/prefs_account.[ch]
3569                 add "SMTP only" accounts
3570
3571 2003-12-20 [melvin]     0.9.8claws6
3572
3573         * src/action.[ch]
3574                 Changed the interface for action_update_*_menu() so
3575                 action.c does not need to know the paths of the different
3576                 actions menu (mainwindow, message view and compose window). 
3577
3578         * src/compose.c
3579                 Tiny code cleanup to merge spell checker related code
3580                 compose_update_actions_menu(): new function to update
3581                 the actions menu. Use it in compose_create()
3582
3583         * src/compose.h
3584                 compose_update_actions_menu(): new function to update
3585                 the actions menu. Used also in prefs_actions.c.
3586
3587         * src/mainwindow.[ch]
3588                 main_window_update_actions_menu(): new function to update
3589                 the actions menu. Used in main_window_create() and in
3590                 prefs_actions.c
3591
3592         * src/messageview.[ch]
3593                 messageview_update_actions_menu(): new function to update
3594                 the actions menu. Used in messageview_add_toolbar() and in
3595                 prefs_actions.c
3596                 
3597         * src/prefs_actions.c   
3598                 prefs_actions_ok(): fixed to update the actions menu of
3599                 the separate message view and the compose windows.
3600
3601 2003-12-20 [luke]       0.9.8claws5
3602         * src/procheader.c
3603                 fix unfolding/newline stripping for multiline fields
3604                 in generic_get_one_field()
3605
3606 2003-12-19 [christoph]  0.9.8claws4
3607
3608         * src/summaryview.c
3609                 o code cleanup
3610                 o use subject_compare_for_sort() when comparing
3611                   simplified subjects
3612
3613 2003-12-19 [christoph]  0.9.8claws3
3614
3615         * src/msgcache.c
3616                 more syncing with 0.8.9a
3617
3618 2003-12-19 [christoph]  0.9.8claws2
3619
3620         * src/folder.c
3621                 don't write all FolderItem XML attributes for the root node
3622
3623 2003-12-19 [melvin]     0.9.8claws1
3624
3625         * src/messageview.c
3626                 Added missing menu branch (Tools/Create processing/rule)
3627         * po/fr.po
3628                 Updated French translation for the added string.
3629
3630 2003-12-19 [paul]       0.9.8claws
3631
3632         0.9.8claws released
3633
3634 2003-12-19 [paul]       0.9.7claws51
3635
3636         * po/en_GB.po
3637           po/es.po
3638           po/ja.po
3639           po/pl.po
3640           po/sk.po
3641           po/zh_CN.po
3642                 update translations. submitted by me, Ricardo Mones
3643                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3644                 Hansom Young
3645                 
3646         * src/folder_item_prefs.c
3647                 'enable_processing' set to FALSE by default
3648
3649 2003-12-18 [melvin]     0.9.7claws50
3650
3651         * po/fr.po
3652                 Updated French translation
3653
3654 2003-12-17 [christoph]  0.9.7claws49
3655
3656         * src/procheader.c
3657                 revert discarding of whitespace from 0.9.7claws44
3658
3659                 RFC2822 2.2.3: Unfolding is accomplished by simply
3660                 removing any CRLF that is immediately followed by WSP.
3661
3662 2003-12-17 [paul]       0.9.7claws48
3663
3664         * src/folder.c
3665                 fix new message count
3666                 
3667         * configure.ac
3668                 update autotools macros
3669
3670         * sync with 0.9.8a
3671
3672 2003-12-16 [christoph]  0.9.7claws47
3673
3674         * src/folder.c
3675                 fix folder update before adding MsgInfo to cache
3676                 in add_msginfo_to_cache()
3677
3678         * src/procmsg.c
3679                 remove old call to folder_item_update() that is no
3680                 longer required
3681
3682 2003-12-16 [christoph]  0.9.7claws46
3683
3684         * src/main.c
3685                 make sure the shutdown process only runs once
3686
3687 2003-12-16 [hoa]        0.9.7claws45
3688
3689         * src/mainwindow.c
3690         * src/messageview.c
3691         * src/summaryview.[ch]
3692                 Create filter rules using a message is fixed.
3693                 We can now create processing rules using a message.
3694
3695 2003-12-15 [alfons]     0.9.7claws44
3696
3697         * src/procheader.c
3698                 make sure we discard folding white space
3699
3700 2003-12-15 [luke]       0.9.7claws43
3701         * src/textview.c
3702         * src/mimeview.c
3703                 o use "name" parameter if "filename" doesn't exist
3704
3705 2003-12-14 [alfons]     0.9.7claws42
3706
3707         * src/summaryview.c
3708         * src/common/utils.c
3709                 allow quick finding based on the result of passing
3710                 a message to an external command. E.g:
3711
3712                         X "bogofilter < %F" 
3713                 
3714                 gets me all the spam in a folder.
3715
3716 2003-12-14 [luke]       0.9.7claws41
3717
3718         * src/textview.c
3719         * src/mimeview.c
3720                 o use parameter "filename" instead of "name" in a couple of 
3721                   places for correctness
3722
3723         * src/procmime.c
3724         * src/common/utils.[ch]
3725                 o make temporary filename for attachments safe for %p 
3726                   substitutions in actions.
3727
3728 2003-12-13 [christoph]  0.9.7claws40
3729
3730         * src/main.c
3731                 readd exit(0) to clean_quit() because otherwise sylpheed
3732                 does not always terminate
3733
3734         * src/pgpmime.c
3735         * src/privacy.h
3736                 add an identifier-string for PrivacySystems
3737
3738 2003-12-12 [paul]
3739
3740         * doc/man/sylpheed.1
3741                 update the man page
3742
3743 2003-12-12 [paul]       0.9.7claws39
3744
3745         general clean up
3746         
3747         * configure.ac
3748                 correct and clean up './configure --help' info
3749         
3750         * src/plugins/clamav/clamav_plugin.c
3751           src/plugins/spamassassin/spamassassin.c
3752                 correct plugin_desc(), works with LOCAL, IMAP, and
3753                 POP accounts
3754                 
3755         * src/filtering.c
3756           src/matcher.[ch]
3757           src/matcher_parser_parse.y
3758           src/prefs_filtering_action.c
3759                 use 'Change Score' instead of '(In/De)crease score'.
3760                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3761          
3762          * src/mainwindow.c
3763                 hyphenate: 'Pre-processing', 'Post-processing'
3764                 
3765         * src/prefs_account.c
3766                 change 'Generate Message-ID' to 'Generate Message-Id'
3767                 
3768         * src/prefs_folder_item.c
3769                 change 'Processing on startup:' to 'Process at startup'
3770                 change 'Scan for new mail:' to 'Scan for new mail'
3771                 
3772 2003-12-11 [christoph]  0.9.7claws38
3773
3774         * src/crash.c
3775         * src/main.[ch]
3776                 make sure the clean_exit() funtion is not called again by the
3777                 signal handler while it is already running
3778
3779         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3780
3781         * src/summaryview.c
3782                 fix wrong assertion
3783
3784 2003-12-11 [paul]       0.9.7claws37
3785
3786         * src/compose.c
3787                 'anonymise' Message-Id: header string
3788
3789 2003-12-11 [paul]       0.9.7claws36
3790
3791         * src/plugins/clamav/clamav_plugin.c
3792                 fix (don't break) signature count
3793                 use cl_strerror() instead of deprecated cl_perror()
3794         
3795 2003-12-11 [darko]      0.9.7claws35
3796
3797         * src/summaryview.c
3798                 also update the sort arrow (thanks Christoph)
3799
3800 2003-12-11 [darko]      0.9.7claws34
3801
3802         * src/summaryview.c
3803                 allow reverting to default sort mode (no sort)
3804
3805 2003-12-10 [hoa]        0.9.7claws33
3806
3807         * src/matcher.c
3808                 fixed quotation of string for matcher.
3809
3810 2003-12-08 [paul]       0.9.7claws32
3811
3812         * src/imap.c
3813           src/inc.c
3814                 plug memory leaks (patch by Alfons)
3815
3816 2003-12-08 [christoph]  0.9.7claws31
3817
3818         * src/folder_item_prefs.[ch]
3819         * src/folderview.c
3820         * src/prefs_folder_item.c
3821                 add new FolderItem property to exclude folders from new
3822                 mail checks
3823
3824         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3825
3826 2003-12-07 [paul]       0.9.7claws30
3827
3828         * src/plugins/clamav/clamav_plugin.c
3829                 fix signature count
3830
3831 2003-12-07 [thorsten]   0.9.7claws29
3832
3833         * src/filtering.c
3834                 debug_print some warning if destfolder missing
3835         * src/prefs_filtering.c
3836                 uninitialized filter list when deleting a folder
3837
3838 2003-12-06 [paul]       0.9.7claws28
3839
3840         * src/procheader.c
3841                 add Alfons' patch to trim line feeds
3842
3843 2003-12-06 [paul]       0.9.7claws27
3844
3845         * partial sync with 0.9.7cvs8
3846                 leaving claws' online/offline more or less intact
3847                 see ChangeLog 2003-12-04 and 2003-12-06
3848
3849 2003-12-06 [christoph]  0.9.7claws26
3850
3851         * src/messageview.c
3852         * src/privacy.[ch]
3853                 revert pirvacy API changes
3854
3855 2003-12-05 [alfons]     0.9.7claws25
3856
3857         * src/matcher.[ch]
3858                 clean up my old cruft
3859
3860 2003-12-05 [alfons]     0.9.7claws24
3861
3862         * src/matcher.c
3863                 fix comparison buglet ;-) and make `test` matcher
3864                 work again
3865
3866 2003-12-05 [alfons]     0.9.7claws23
3867
3868         * src/prefs_folder_item.c
3869                 K&R 2nd Ed., page 241 (function parameter identifiers
3870                 starting with an underscore are kind of insulting)
3871
3872 2003-12-05 [hoa]        0.9.7claws22
3873
3874         * src/main.c
3875         * src/mainwindow.[ch]
3876         * src/mainwindow.h
3877                 add destructor for mainwindow so that the last 
3878                 MimeInfo opened in messageview is destroyed when
3879                 exiting sylpheed.
3880
3881 2003-12-05 [hoa]        0.9.7claws21
3882
3883         * src/filtering.[ch]
3884         * src/matcher.[ch]
3885         * src/matcher_parser_lex.l
3886         * src/matcher_parser_parse.y
3887         * src/prefs_actions.c
3888         * src/prefs_filtering.c
3889         * src/common/utils.[ch]
3890                 quote arguments before giving them to command line.
3891                 fixed quote of string in matcher/processing/filtering rules.
3892
3893         * src/messageview.c
3894         * src/privacy.[ch]
3895                 allows decryption to return a new whole 
3896                 MIME message structure.
3897
3898 2003-12-04 [hoa]        0.9.7claws20
3899
3900         * src/filtering.[ch]
3901         * src/folder.c
3902         * src/mainwindow.c
3903         * src/matcher.c
3904         * src/matcher_parser_parse.y
3905         * src/folderview.c
3906                 global rules to run before folder specific rules.
3907                 global rules to run after folder specific rules.
3908                 
3909         * src/messageview.c
3910                 fixed quick addition of rules.
3911         
3912         * src/prefs_filtering.[ch]
3913         * src/summaryview.c
3914                 we can now customize the title for the dialog.
3915                 updated case where we rename of delete folders.
3916
3917         * src/addressbook.c
3918                 got back the function addressbook_browse_entry_cb()
3919                 that is needed in case we compiled with LDAP support.
3920
3921 2003-12-04 [paul]       0.9.7claws19
3922
3923         * sync with 0.9.7cvs6
3924                 see ChangeLog 2003-12-04
3925                 fixes bug 171 'Wrong message decoing: koi8-r and 
3926                 iso8859-5 looks same. Can't read many emails.'
3927
3928 2003-12-04 [paul]       0.9.7claws18
3929
3930         * po/POTFILES.in
3931                 remove 'src/prefs_scoring.c'
3932
3933 2003-12-03 [hoa]        0.9.7claws17
3934
3935         * src/Makefile.am
3936                 compilation of scoring.[ch] and prefs_scoring.[ch]
3937                 is removed.
3938         
3939         * src/filtering.[ch]
3940         * src/folder.c
3941         * src/folder_item_prefs.[ch]
3942         * src/folderview.c
3943         * src/main.c
3944         * src/mainwindow.c
3945         * src/matcher.[ch]
3946         * src/matcher_parser.h
3947         * src/matcher_parser_parse.y
3948         * src/prefs_filtering.[ch]
3949         * src/prefs_filtering_action.c
3950         * src/prefs_folder_item.c
3951         * src/prefs_scoring.[ch]              * REMOVED FILES *
3952         * src/procmsg.[ch]
3953         * src/scoring.[ch]                    * REMOVED FILES *
3954         * src/summaryview.c
3955                 merged scoring and filtering.
3956                 
3957                 Note : compatibility is kept by parsing score like 
3958                   add_score. To get the behaviour of older scoring 
3959                   system, you have to define some equivalent rule :
3960                   "score_lower -9999 hide"
3961                   "score_greater 9999 mark"
3962                   
3963                   To define global rules, you have to define them 
3964                   in the new global processing rules.
3965                   The variable that kept the list filtering rules 
3966                   was "global_processing" and has been renamed into 
3967                   "filtering_rules".
3968                   "global_processing" variable is now the name 
3969                   of the variable that keeps the list of global 
3970                   processing rules.
3971                   In the configuration file, "[global]" section is 
3972                   now for the global processing rules (which includes
3973                   score things and new global processing rules).
3974                   New "[filtering]" section is for the filtering rules.
3975                   
3976                   Before running with this version, during testing 
3977                   phase, ** MAKE A BACKUP ** of your matcherrc file.
3978                   Then, you have to make the following changes :
3979                   - leave all scoring rules in "[global]" section.
3980                   - move all other rules of "[global]" section to
3981                       a new section named "[filtering]".
3982
3983 2003-12-03 [christoph]  0.9.7claws16
3984
3985         * src/procmime.c
3986                 use default Content-Type as specified in RFC2045 if
3987                 Content-Type header is syntactically incorrect
3988
3989 2003-12-03 [christoph]  0.9.7claws15
3990
3991         * src/addressbook.c
3992         * src/addrindex.h
3993         * src/addritem.c
3994         * src/expldifdlg.h
3995         * src/exportldif.c
3996         * src/filtering.c
3997         * src/folder.c
3998         * src/folderview.c
3999         * src/jpilot.c
4000         * src/localfolder.c
4001         * src/matcher.h
4002         * src/matcher_parser_lex.l
4003         * src/matcher_parser_parse.y
4004         * src/news.c
4005         * src/prefs_filtering_action.c
4006         * src/prefs_folder_item.c
4007         * src/prefs_fonts.c
4008         * src/procmsg.c
4009         * src/sgpgme.c
4010                 clean up warnings
4011
4012         * src/procmime.c
4013                 revert 0.9.7claws14 change
4014
4015 2003-12-03 [alfons]     0.9.7claws14
4016
4017         * src/procmime.c
4018                 catch invalid Content-Type with no subtype
4019
4020 2003-12-03 [alfons]     0.9.7claws13
4021
4022         * src/alertpanel.h
4023         * src/setup.c
4024         * src/plugins/image_viewer/plugin.c
4025                 compile again, we need stddef.h for size_t
4026
4027 2003-12-03 [paul]       0.9.7claws12
4028
4029         * src/account.c
4030                 don't allow cloning of accounts with remote folders,
4031                 patch submitted by Ricardo Mones Lastra
4032
4033 2003-12-03 [christoph]  0.9.7claws11
4034
4035         * src/folder.[ch]
4036         * src/imap.c
4037         * src/localfolder.[ch]
4038         * src/mh.c
4039         * src/news.c
4040         * src/common/xml.[ch]
4041                 add set_xml() and get_xml() virtual functions to FolderClass to
4042                 save extra information for Folders (for example the rootpath
4043                 only used by LocalFolder). The folderlist write function no
4044                 longer needs to know the folder type to save this extra
4045                 information.
4046
4047 2003-12-02 [christoph]  0.9.7claws10
4048
4049         * src/Makefile.am
4050         * src/account.c
4051         * src/folder.[ch]
4052         * src/folderview.h
4053         * src/imap.c
4054         * src/localfolder.[ch]          ** NEW **
4055         * src/mainwindow.c
4056         * src/mh.[ch]
4057         * src/news.[ch]
4058         * src/prefs_account.[ch]
4059         * src/prefs_filtering.h
4060         * src/procmsg.h
4061         * src/remotefolder.[ch]         ** NEW **
4062         * src/common/xml.[ch]
4063                 add item_set_xml() and item_get_xml() virtual functions to
4064                 FolderClass to give folders the ability to add extra information
4065                 to the saved FolderItem data. If NULL the default function for
4066                 FolderItem will be used.
4067
4068 2003-11-29 [christoph]  0.9.7claws9
4069
4070         * src/procheader.c
4071                 fix bug in unfolding
4072
4073 2003-11-29 [luke]       0.9.7claws8
4074
4075         * src/textview.c
4076                 fix compilation for non c99 compilers
4077
4078 2003-11-29 [christoph]  0.9.7claws7
4079
4080         * src/procmime.[ch]
4081         * src/mimeview.c
4082                 o unknown disposition types should be handled as
4083                   attachment (RFC2183)
4084                 o missing headers should not default to inline
4085                   (would make "Save All" useless when disposition header
4086                    is not set by the sending mailer)
4087                 o remove old MimeInfo data and cleanup
4088
4089 2003-11-29 [luke]       0.9.7claws6
4090
4091         * src/procmime.[ch]
4092                 re-added parsing of Content-Disposition header
4093                         - removes the old  'gchar* content_disposition'
4094                         - adds a new field 'DispositionType disposition'
4095                         - adds parameters to MimeInfo::parameters
4096
4097         * src/mimeview.c
4098                 use the "filename" parameter for saving, and the new
4099                 MimeInfo::disposition for save all.
4100
4101         * src/compose.c
4102         * src/toolbar.[ch]
4103                 add a 'check spelling' button as a possibility for 
4104                 the compose toolbar
4105
4106         * src/stockpixmap.[ch]
4107         * src/pixmaps/check_spelling.xpm        ** NEW **
4108         * src/Makefile.am
4109                 add a pixmap for use with 'check spelling' button or
4110                 a user defined action
4111
4112         * src/textview.c
4113                 re-apply fixed (I hope) patch for bug 57
4114                 "Hidden URL in HTML Mails"
4115
4116 2003-11-28 [christoph]  0.9.7claws5
4117
4118         * src/procmime.c
4119                 o be more liberal in what we accept as Content-Type parameters
4120                 o ignore comments after parameters
4121
4122         * src/sgpgme.c
4123                 o only free passphrase when an error occurs
4124
4125 2003-11-28 [paul]       0.9.7claws4
4126
4127         * src/account.c
4128                 add 'Clone Account' function. patch submitted by
4129                 Ricardo Mones Lastra
4130
4131 2003-11-27 [thorsten]   0.9.7claws3
4132
4133         * src/mimeview.c
4134                 fix crash if 'save_all' failed twice
4135
4136 2003-11-27 [paul]       0.9.7claws2
4137
4138         * po/POTFILES.in
4139                 fix a typo
4140
4141         * po/zh_CN.po
4142                 update Simplified Chinese translation. submitted by
4143                 Hansom Young
4144
4145 2003-11-27 [paul]       0.9.7claws1
4146
4147         * po/POTFILES.in
4148                 clean up
4149
4150 2003-11-26 [paul]       0.9.7claws
4151
4152         * 0.9.7claws released
4153
4154 2003-11-26 [paul]       0.9.6claws99
4155
4156         * src/Makefile.am
4157                 add reference to pixmaps/mime_message.xpm
4158
4159 2003-11-26 [paul]       0.9.6claws98
4160
4161         * po/POTFILES.in
4162                 remove reference to src/sigstatus.c
4163
4164 2003-11-26 [christoph]  0.9.6claws97
4165
4166         * src/Makefile.am
4167         * src/prefs_common.c
4168         * src/rfc2015.c
4169         * src/sigstatus.[ch]            ** REMOVE **
4170                 remove signature result popup option and window
4171
4172 2003-11-26 [paul]       0.9.6claws96
4173
4174         * po/es.po
4175           po/ja.po
4176           po/pl.po
4177           po/sk.po
4178           po/sr.po
4179                 update translations. submitted by Ricardo Mones Lastra,
4180                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4181
4182 2003-11-25 [christoph]  0.9.6claws95
4183
4184         * src/procmime.c
4185                 display mime structure only in debug mode
4186
4187 2003-11-25 [melvin]     0.9.6claws94
4188
4189         * po/fr.po
4190                 Updated French translations + typos fixes of older
4191                 translations (thanks to Fabien Vantard for pointing
4192                 to some of them)
4193
4194 2003-11-25 [melvin]     0.9.6claws93
4195
4196         * src/editldap.c
4197                 Fixed a couple of typos.
4198
4199 2003-11-24 [paul]       0.9.6claws92
4200
4201         * po/POTFILES.in
4202                 add 'src/textview.c'
4203
4204 2003-11-24 [paul]       0.9.6claws91
4205
4206         * src/sgpgme.c
4207                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4208
4209 2003-11-24 [paul]       0.9.6claws90
4210
4211         * src/plugins/image_viewer/viewer.c
4212                 image_viewer_show_mimepart(): 
4213                 use procmime_mimeinfo_get_parameter() to get the file name
4214
4215 2003-11-24 [paul]       0.9.6claws89
4216
4217         * src/textview.c
4218                 textview_show_mime_part(): rewrite text hint
4219
4220 2003-11-22 [paul]       0.9.6claws88
4221
4222         * sync with 0.9.7cvs5
4223                 see ChangeLog 2003-11-21
4224
4225 2003-11-21 [paul]       0.9.6claws87
4226
4227         * src/mimeview.c
4228                 define shortcut key 'o' for 'Open with...'
4229
4230 2003-11-21 [alfons]     0.9.6claws86
4231
4232         * src/messageview.c
4233                 fix bug #383 'Deleting message from "separate message view" 
4234                 uses local Trash folder'
4235
4236 2003-11-21 [christoph]  0.9.6claws85
4237
4238         * src/mimeview.c
4239                 fix content-type guessing by name parameter when finding
4240                 the correct viewer
4241
4242 2003-11-21 [alfons]     0.9.6claws84
4243
4244         * src/main.c
4245                 no mail incorporation allowed with --offline param.
4246                 fixes bug #374, "--offline ignored"
4247
4248 2003-11-20 [christoph]  0.9.6claws83
4249
4250         * src/mimeinfo.c
4251                 use signed MimeInfo when checking the signature and not
4252                 the selected one
4253
4254 2003-11-19 [alfons]     0.9.6claws82
4255
4256         * src/mainwindow.c
4257                 fix crash when toggling separate views, patch submitted
4258                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4259                 fixes bug #342, "separate views  cause crash"
4260
4261 2003-11-19 [paul]       0.9.6claws81
4262
4263         * src/compose.c
4264                 compose_redirect_write_headers_from_headerlist(): 
4265                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4266                 
4267         * src/main.c
4268                 code cleanup (inherited from 0.9.7cvs4)
4269                 
4270         * tools/tb2sylpheed
4271                 bugfix: added missing attribute-list start. submitted by
4272                 Urke MMI
4273
4274 2003-11-19 [luke]       0.9.6claws80
4275
4276         * src/textview.c
4277                 revert my last commit until I get time to fix it
4278
4279 2003-11-18 [christoph]  0.9.6claws79
4280
4281         * src/mimeview.[ch]
4282                 check parent MimeInfos for signatures and display the
4283                 result of the parent when found
4284
4285         * src/pgpmime.c
4286                 o avoid NULL pointer warnings
4287                 o use procmime_mimeinfo_get_parameter()
4288
4289         * src/sgpgme.c
4290                 small text changes
4291
4292 2003-11-17 [luke]       0.9.6claws78
4293
4294         * src/textview.c
4295                 add check for disguised URLs, fixing bug 57
4296                 "Hidden URL in HTML Mails"
4297
4298 2003-11-16 [christoph]  0.9.6claws77
4299
4300         * src/procmime.c
4301                 fix crash when parsing invalid Content-Type header
4302
4303 2003-11-16 [christoph]  0.9.6claws76
4304
4305         * src/pgpmime.c
4306         * src/privacy.c
4307         * src/procmime.c
4308         * src/sgpgme.[ch]
4309                 implement message decrypting
4310
4311         * src/rfc2015.c
4312                 remove old code
4313
4314 2003-11-14 [luke]       0.9.6claws75
4315
4316         * src/mimeview.c
4317                 fix a couple of problems that treated application/* and
4318                 application/octet-stream the wrong way around
4319                 (since 0.9.6claws10), causing "Open" to do nothing.
4320
4321 2003-11-14 [christoph]  0.9.6claws74
4322
4323         * src/messageview.c
4324         * src/pgpmime.c
4325         * src/privacy.[ch]
4326                 prepare for message part decrypting
4327
4328         * src/sgpgme.c
4329                 add output for expired signatures
4330
4331         * src/rfc2015.c
4332                 remove some old code
4333
4334 2003-11-10 [christoph]  0.9.6claws73
4335
4336         * src/mimeview.c
4337                 add "Full info" button for bad and warn signature status
4338
4339         * src/sgpgme.c
4340                 generate full signature info like gpg's output
4341                 (gpg -v --with-fingerprint --verify)
4342
4343 2003-11-10 [christoph]  0.9.6claws72
4344
4345         * src/mimeview.c
4346         * src/pgpmime.c
4347         * src/privacy.[ch]
4348         * src/sgpgme.[ch]
4349         * src/textview.[ch]
4350                 o add code to view full signature info
4351                 o do automatic signature checks
4352
4353 2003-11-10 [alfons]     0.9.6claws71
4354
4355         * src/summaryview.c
4356                 don't crash when gtkut_font_load() returns invalid font (has
4357                 something to do with locale settings)
4358                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4359
4360 2003-11-09 [alfons]     0.9.6claws70
4361
4362         * src/procmime.c
4363                 plug leak
4364
4365 2003-11-08 [luke]       0.9.6claws69
4366
4367         * src/summaryview.c
4368                 fix some typos
4369
4370         * src/compose.c
4371                 rewrite compose_attach_parts(), fixing various bugs mainly
4372                 to do with re-editing.
4373
4374         * src/mimeview.c
4375                 "save all" now only saves attachments with names/filenames
4376
4377 2003-11-04 [match]      0.9.6claws68
4378
4379         * src/ldapctrl.[ch]
4380                 fix broken LDAP support.
4381
4382         * src/ldapquery.c
4383                 remove printf's.
4384
4385 2003-11-04 [luke]       0.9.6claws67
4386
4387         * src/mimeview.c
4388                 o  fixed bug 4 "focus lost on messages with attachments"
4389                 o  fixed 'Save all' attachments for new mime changes
4390                 o  right clicking on icons consistent with right clicking on
4391                    mime tree
4392                   - fixes a bug where wrong part is saved when you
4393                     choose 'Save as' from popup menu
4394                   - fixes bug 308 "No way to "save all" attachments"
4395                 o  fixed a compiler warning.
4396
4397         * src/textview.c
4398                 o  removed flickering in mime tree when using "n" and "p"
4399                    shortcuts
4400                 o  fixed bug where selecting the textview and pressing e.g.
4401                    'y' causes sylpheed to respond twice.
4402
4403         * src/summaryview.c
4404                 removed hard coding of * and ! shortcuts (which only served
4405                 to cause problems if you tried to redefine the shortcuts)
4406
4407 2003-11-04 [luke]       0.9.6claws66
4408
4409         * src/plugins/image_viewer/viewer.c
4410         * src/plugins/image_viewer/viewerprefs.c
4411         * src/plugins/image_viewer/viewerprefs.glade
4412                 o  allow toggling of image scaling by clicking on image
4413                 o  respond to image's container widget resize
4414
4415         * src/procmime.c
4416                 o  fix bad parsing of message when re-editing/viewing a
4417                    message saved to the drafts folder
4418
4419 2003-11-02 [match]      0.9.6claws65
4420
4421         * src/browseldap.h
4422                 fix if not building LDAP support.
4423         * src/addrindex.c
4424         * src/ldapquery.[ch]
4425         * src/editldap.h
4426                 include support for contains query. feature req 529354.
4427
4428 2003-11-02 [alfons]     0.9.6claws64
4429
4430         * src/browseldap.c
4431                 fix build bustage if not compiling ldap support
4432
4433 2003-11-01 [match]      0.9.6claws63
4434
4435         * po/POTFILES.in
4436         * src/Makefile.am
4437         * src/addr_compl.[ch]
4438         * src/addrbook.c
4439         * src/addrcache.[ch]
4440         * src/addrdefs.h        ** NEW **
4441         * src/addressbook.c
4442         * src/addressitem.h
4443         * src/addrindex.[ch]
4444         * src/addritem.h
4445         * src/addrquery.[ch]
4446         * src/ldapquery.[ch]
4447         * src/ldapserver.[ch]
4448                 refactor LDAP query mechanism.
4449
4450         * src/browseldap.[ch]   ** NEW **
4451         * src/ldaplocate.[ch]   ** NEW **
4452                 add feature to browse LDAP entry that was retrieved using
4453                 an explicit LDAP search.
4454
4455 2003-11-01 [alfons]     0.9.6claws62
4456
4457         * src/prefs_gtk.c
4458                 prefs_write_param(): fail when we see an invalid type; all the
4459                 callers seem to handle this gracefully by reverting changes
4460
4461 2003-10-30 [christoph]  0.9.6claws61
4462
4463         * configure.ac
4464         * ac/openssl.m4
4465         * ac/spamassassin.m4
4466         * src/Makefile.am
4467                 use extra variables for all libraries to make sure plugins
4468                 are only linked with libraries they really need. $LIBS is always
4469                 added to the linking parameters, but we only what the libraries
4470                 listed in the Makefile
4471
4472 2003-10-29 [paul]       0.9.6claws60
4473
4474         * src/mimeview.c
4475                 don't use Subject for unknown part name
4476
4477 2003-10-29 [paul]       0.9.6claws59
4478
4479         * src/compose.c
4480                 get name of attachment(s) when re-editing, fwd'ing or
4481                 redirecting
4482                 
4483         * src/mimeview.c
4484                 get name of attachment(s) when saving
4485
4486 2003-10-29 [hoa]        0.9.6claws58
4487
4488         * src/textview.c
4489                 implemented multipart/alternative in MIME message viewer.
4490
4491 2003-10-28 [christoph]  0.9.6claws57
4492
4493         * configure.ac
4494                 make sure MathML-Viewer is not built with the
4495                 Gtk2 version of GtkMathView
4496
4497 2003-10-28 [paul]       0.9.6claws56
4498
4499         * sync with 0.9.7cvs1
4500                 see ChangeLog 2003-10-28
4501
4502 2003-10-27 [alfons]     0.9.6claws55
4503
4504         * src/matcher_parser_parse.y
4505         * src/gtk/colorlabel.c
4506                 allow setting color label to 0 in filtering/processing rules
4507                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4508
4509 2003-10-26 [alfons]     0.9.6claws54
4510
4511         * src/summary_search.c
4512                 fix misnomer and correct selecting initial search node  
4513
4514 2003-10-26 [christoph]  0.9.6claws53
4515
4516         * src/pgpmime.c
4517         * src/sgpgme.c
4518                 change display of signature info to use only name of
4519                 signer, otherwise the text gets too long.
4520
4521         * src/procmime.c
4522                 don't use MimeInfo's filename to generate tmp filename
4523
4524 2003-10-25 [christoph]  0.9.6claws52
4525
4526         * src/procmime.c
4527                 fix message body searching
4528
4529 2003-10-25 [paul]       0.9.6claws51
4530
4531         * src/compose.c
4532                 use g_basename rather than basename
4533
4534 2003-10-24 [christoph]  0.9.6claws50
4535
4536         * src/sgpgme.c
4537                 change fetching of signature key's trust
4538
4539 2003-10-24 [paul]       0.9.6claws49
4540
4541         * po/sk.po
4542                 update Slovak translation
4543                 submitted by Andrej Kacian
4544                 
4545         * src/mainwindow.c
4546                 remove unknown menu entry /File/Add mailbox/mbox...
4547
4548 2003-10-24 [hoa]        0.9.6claws48
4549
4550         * src/Makefile.am
4551                 removed all references to mbox folders
4552
4553         * src/carray.[ch]               * REMOVED *
4554         * src/chash.[ch]                * REMOVED *
4555         * src/maillock.[ch]             * REMOVED *
4556         * src/mailmbox.[ch]             * REMOVED *
4557         * src/mailmbox_folder.[ch]      * REMOVED *
4558         * src/mailmbox_parse.[ch]       * REMOVED *
4559         * src/mailmbox_types.[ch]       * REMOVED *
4560         * src/mbox_folder.[ch]          * REMOVED *
4561                 remove implementation of mbox folders
4562                 and old mailbox folder.
4563                 mbox folder implementation will be added
4564                 as a plugin so that implementation can be entirely
4565                 synchronized with the files of the project they are
4566                 extracted from (libEtPan!).
4567         
4568         * src/mainwindow.c
4569         * src/folder.c
4570         * src/folderview.[ch]
4571         * src/procmsg.h         
4572                 Disable as much code that references mbox folders
4573                 as possible.
4574                 Some UI thing still need to know that folder is mbox
4575                 (when we have to enter the name of the mailbox and
4576                 we want to add /var/mail/$USER).
4577
4578 2003-10-23 [christoph]  0.9.6claws47
4579
4580         * src/noticeview.c
4581                 don't always display button when noticeview is made visible
4582
4583         * src/mimeview.c
4584         * src/pgpmime.c
4585         * src/privacy.[ch]
4586         * src/sgpgme.[ch]
4587                 get signature information from crypto system
4588
4589 2003-10-22 [paul]       0.9.6claws46
4590
4591         * po/es.po
4592                 updated by Ricardo Mones Lastra
4593
4594 2003-10-22 [paul]       0.9.6claws45
4595
4596         * src/Makefile.am
4597                 update to reflect the changes to the icons that
4598                 happened in 0.9.6claws35
4599
4600 2003-10-22 [alfons]     0.9.6claws44
4601         
4602         * src/carray.h
4603                 inline carray_count() 
4604
4605 2003-10-21 [alfons]     0.9.6claws43
4606
4607         * src/carray.h
4608                 glib wrappers
4609         * src/carray.c
4610                 disable
4611         * src/mailmbox.[ch]
4612         * src/mailmbox_folder.c
4613         * src/mailmbox_parse.c
4614         * src/mailmbox_types.[ch]
4615                 %s/uint32_t/guint
4616
4617 2003-10-21 [luke]       0.9.6claws42
4618
4619         * src/stock_pixmaps.[ch]
4620         * src/mimeview.c
4621         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4622         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4623                 o remove mime_application_octet_stream.xpm icon (it was never
4624                   really needed)
4625                 o remove redundant icon messageview_text.xpm
4626
4627         * src/mainwindow.c
4628                 fix visibility of signature noticeview when toggling 'separate
4629                 message view'
4630
4631 2003-10-21 [christoph]  0.9.6claws41
4632
4633         * src/procmime.c
4634                 decode multipart and rfc822 mime parts to allow further
4635                 parsing when required
4636
4637 2003-10-21 [christoph]  0.9.6claws40
4638
4639         * src/procmime.[ch]
4640         * src/textview.c
4641                 remove obsolete charset parameter in MimeInfo and fix
4642                 TextView to use the charset from the parameter hash table
4643
4644         * src/plugins/dillo_viewer/Makefile.am
4645         * src/plugins/trayicon/Makefile.am
4646                 add OPENSSL_CFLAGS to fix building with using
4647                 --with-openssl-* parameters
4648
4649 2003-10-21 [paul]       0.9.6claws39
4650
4651         * src/prefs_matcher.[ch]
4652                 replace remnants of the old, renamed 'Execute' matchtype
4653                 add a brief description to the Info window
4654
4655 2003-10-21 [hoa]        0.9.6claws38
4656         
4657         * src/Makefile.am
4658         * src/carray.[ch]               * NEW *
4659         * src/chash.[ch]                * NEW *
4660         * src/folder.c
4661         * src/maillock.[ch]             * NEW *
4662         * src/mailmbox.[ch]             * NEW *
4663         * src/mailmbox_folder.[ch]      * NEW *
4664         * src/mailmbox_parse.[ch]       * NEW *
4665         * src/mailmbox_types.[ch]       * NEW *
4666                 implementation of mbox folder with unique message numbers
4667
4668                 made use of libEtPan! implementation of mbox for lower-layer.
4669
4670 2003-10-20 [alfons]     0.9.6claws37
4671
4672         * src/noticeview.c
4673                 fix invalid argument warning
4674         * src/pgpmime.c
4675                 no in place variable
4676
4677 2003-10-20 [paul]       0.9.6claws36
4678
4679         * src/compose.[ch]
4680           src/filtering.c
4681           src/messageview.c
4682                 fix crash when using Forward in Filtering when
4683                 external editor option is set
4684                 
4685                 Patch submitted by Simon 'corecode' Schubert
4686                 <corecode@corecode.ath.cx> 
4687
4688 2003-10-20 [paul]       0.9.6claws35
4689
4690         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4691           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4692           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4693           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4694           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4695           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4696           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4697           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4698           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4699           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4700           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4701           src/mimeview.c
4702           src/stock_pixmap.[ch]
4703                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4704                 icons. add privacy_warn.xpm icon
4705
4706 2003-10-20 [hoa]  0.9.6claws34
4707
4708         * src/folder_item_prefs.[ch]
4709         * src/prefs_folder_item.c
4710         * src/main.c
4711                 Added a property per folder to choose whether we 
4712                 want to apply processing on it on startup or if we
4713                 prefer to wait the folder selection to apply it.
4714         
4715         * src/messageview.c
4716                 fixed C89 compatibility (for old compilers, for
4717                 example gcc 2.95.x).
4718
4719 2003-10-17 [christoph]  0.9.6claws33
4720
4721         * src/mimeview.c
4722         * src/noticeview.[ch]
4723                 change noticeview icon to indicate signature status
4724
4725 2003-10-17 [christoph]  0.9.6claws32
4726
4727         * src/Makefile.am
4728         * src/main.c
4729         * src/mimeview.c
4730         * src/noticeview.c
4731         * src/pgpmime.[ch]                              ** NEW **
4732         * src/privacy.[ch]
4733         * src/rfc2015.c
4734         * src/sgpgme.c                                  ** NEW **
4735                 reimplement PGP/Mime signature checking (unfinished)
4736
4737 2003-10-15 [christoph]  0.9.6claws31
4738
4739         * src/procmime.[ch]
4740                 fix procmime_get_text_content() and
4741                 procmime_get_first_text_content()
4742
4743 2003-10-15 [christoph]  0.9.6claws30
4744
4745         * src/plugins/spamassassin/spamassassin_gtk.c
4746         * src/plugins/spamassassin/spamassassin_gtk.glade
4747                 fix timeout tooltip
4748
4749 2003-10-15 [paul]       0.9.6claws29
4750
4751         * src/messageview.c
4752                 workaround for buggy smtp servers. on sending a
4753                 return receipt strip the name part from the address
4754                 when creating headers
4755                 
4756 2003-10-15 [paul]       0.9.6claws28
4757
4758         * sync with 0.9.7 release
4759                 see ChangeLog 2003-10-15
4760
4761 2003-10-14 [christoph]  0.9.6claws27
4762
4763         * src/plugins/clamav/clamav_plugin.c
4764                 fix clamav plugin
4765
4766 2003-10-14 [christoph]  0.9.6claws26
4767
4768         * src/compose.c
4769         * src/mimeview.c
4770         * src/procmime.[ch]
4771         * src/rfc2015.c
4772         * src/textview.c
4773         * src/plugins/clamav/clamav_plugin.c
4774                 use GNode to create the mime tree (some changes to functions
4775                 that traverse the tree are just quick and dirty. Maybe we
4776                 can find better solutions with g_node_*-functions)
4777
4778 2003-10-14 [luke]       0.9.6claws25
4779
4780         * src/mimeview.c
4781                 fix a navigation bug (stupid typo of mine)
4782
4783 2003-10-14 [christoph]  0.9.6claws24
4784
4785         * src/textview.c
4786                 fix missing last line in plain/text mails
4787
4788 2003-10-13 [luke]       0.9.6claws23
4789
4790         * src/summaryview.c
4791                 fix bug 334 (part 1)
4792
4793 2003-10-13 [kov]        0.9.6claws22
4794
4795         * src/mimeview.c
4796                 error checking when the user enters a non-directory at
4797                 the file selection dialog.
4798                 work-around for users entering directory location without
4799                 adding a leading G_DIR_SEPARATOR.
4800
4801 2003-10-13 [luke]       0.9.6claws21
4802
4803         * src/compose.c
4804                 error reporting for inserting files, including catching
4805                 invalid characters for current locale/encoding
4806
4807 2003-10-13 [paul]       0.9.6claws20
4808
4809         * src/folderview.c
4810                 fix bug #347 'subscribe newsgroups crashes'
4811
4812 2003-10-13 [paul]       0.9.6claws19
4813
4814         * src/compose.c
4815                 when using 'Reply to all' include the 'send replies
4816                 to' folder property
4817                 
4818         * po/ja.po
4819                 update Japanese translation. submitted by Rui Hirokawa 
4820                 <rui_hirokawa@ybb.ne.jp>        
4821
4822 2003-10-13 [hoa]        0.9.6claws18
4823
4824         * src/account.c
4825         * src/compose.c
4826         * src/messageview.c
4827         * src/procheader.c
4828         * src/procheader.h
4829                 rename get_header_from_msginfo() into
4830                 procheader_get_header_from_msginfo() so that we have a
4831                 coherent exported naming.
4832                 avoid parsing of header contained in a string via
4833                 a newly written temporary file.
4834
4835         Patch submitted by Simon 'corecode' Schubert
4836                 <corecode@corecode.ath.cx>
4837
4838 2003-10-12 [hoa]        0.9.6claws17
4839
4840         * src/filtering.c
4841         * src/filtering.h
4842         * src/matcher.c
4843         * src/matcher.h
4844         * src/matcher_parser_parse.y
4845         * src/prefs_filtering_action.c
4846                 added "stop" action : stop applying the filtering rules.
4847                 added "set score" and "increase/decrease score" actions.
4848                 That two last action replace the "change_score" action
4849                 introduced by alfons in 0.8.8claws85.
4850                 "set score" is to set a given score to the message.
4851                 "increase/decrease score" will increase or decrease the
4852                 score if the given value is respectively positive or
4853                 negative. If someone find a some better name for this last
4854                 rule, it can be modified.
4855
4856 2003-10-12 [paul]       0.9.6claws16
4857
4858         * AUTHORS
4859           po/ja.po
4860                 update Japanese translation. submitted by Rui Hirokawa 
4861                 <rui_hirokawa@ybb.ne.jp>
4862
4863 2003-10-12 [christoph]  0.9.6claws15
4864
4865         * src/procmime.c
4866                 fix crash caused by incorrect headers
4867
4868 2003-10-10 [christoph]  0.9.6claws14
4869
4870         * src/main.c
4871         * src/privacy.[ch]
4872         * src/rfc2015.[ch]
4873                 implement detection of signed message parts for rfc2015
4874
4875 2003-10-10 [thorsten]   0.9.6claws13
4876
4877         * src/mimeview.c
4878                 fix typo
4879
4880 2003-10-10 [christoph]  0.9.6claws12
4881
4882         * src/stock_pixmap.[ch]
4883         * src/pixmaps/mime_message.xpm                  ** NEW **
4884                 add a new icon for mime type "message"
4885
4886         * src/privacy.[ch]
4887         * src/procmime.[ch]
4888                 add crypto api
4889
4890         * src/mimeview.c
4891                 o use crypto api
4892                 o add icons for message type mime parts
4893
4894 2003-10-10 [christoph]  0.9.6claws11
4895
4896         * src/mainwindow.c
4897         * src/messageview.[ch]
4898         * src/mimeview.[ch]
4899         * src/procmime.[ch]
4900         * src/procmsg.[ch]
4901         * src/rfc2015.c
4902         * src/summaryview.c
4903         * src/textview.[ch]
4904                 o remove switching between TextView and MimeView in MessageView
4905                   (if required we can hide the icon box and the MimeView will
4906                    look exaxtly like the TextView)
4907                 o temporary remove signature and decrypting GPGME code
4908
4909 2003-10-09 [christoph]  0.9.6claws10
4910
4911         * src/action.c
4912         * src/compose.c
4913         * src/messageview.c
4914         * src/mimeview.c
4915         * src/procmime.[ch]
4916         * src/procmsg.c
4917         * src/rfc2015.c
4918         * src/textview.c
4919         * src/common/utils.[ch]
4920         * src/plugins/clamav/clamav_plugin.c
4921         * src/plugins/dillo_viewer/dillo_viewer.c
4922         * src/plugins/image_viewer/viewer.c
4923         * src/plugins/mathml_viewer/mathml_viewer.c
4924                 new mime parser (several things need fixing)
4925
4926 2003-10-09 [paul]       0.9.6claws9
4927
4928         * src/imap.c
4929                 a little more sync with 0.9.6cvs2 and a tidy up
4930
4931 2003-10-08 [paul]       0.9.6claws8
4932
4933         * sync with 0.9.6cvs2
4934                 see ChangeLog 2003-10-03
4935
4936 2003-10-05 [christoph]  0.9.6claws7
4937
4938         * src/summaryview.c
4939                 don't use flags to check if a message is in a news folder
4940
4941         (closes Bug 282 clicking on folder with copied Messages from News
4942          immediately after having copied them crashes Sylpheed-Claws)
4943
4944 2003-10-05 [christoph]  0.9.6claws6
4945
4946         * src/Makefile.am
4947         * src/progressdialog.[ch]               ** REMOVE **
4948         * src/gtk/Makefile.am
4949         * src/gtk/progressdialog.[ch]           ** NEW **
4950                 move progressdialog to gtk directory
4951
4952 2003-10-04 [christoph]  0.9.6claws5
4953
4954         * src/prefs_toolbar.c
4955         * src/gtk/prefswindow.c
4956                 remove widget_show_all for pages root widget
4957
4958         * src/plugins/spamassassin/spamassassin.[ch]
4959         * src/plugins/spamassassin/spamassassin_gtk.c
4960         * src/plugins/spamassassin/spamassassin_gtk.glade
4961                 add support for new libspamc transports
4962
4963 2003-10-04 [christoph]  0.9.6claws4
4964
4965         * src/plugins/spamassassin/libspamc.[ch]
4966         * src/plugins/spamassassin/spamassassin.c
4967         * src/plugins/spamassassin/utils.[ch]
4968                 update libspamc to version from SpamAssassin 2.60
4969
4970 2003-10-03 [christoph]  0.9.6claws3
4971
4972         * src/send_message.c
4973                 fix missing format string bug found by
4974                 Georgi Guninski <guninski@guninski.com>
4975
4976 2003-10-03 [paul]       0.9.6claws2
4977
4978         * po/zh_CN.po
4979                 update Simpilified Chinese translation, submitted by
4980                 Hansom Young
4981
4982 2003-10-02 [christoph]  0.9.6claws1
4983
4984         * src/imap.c
4985                 add UIDPLUS support for COPY and EXPUNGE
4986
4987 2003-10-02 [paul]       0.9.6claws
4988
4989         * 0.9.6claws released
4990
4991 2003-10-02 [paul]
4992
4993         * po/es.po
4994           po/sk.po
4995                 update Spanish and Slovak translations
4996                 submitted by Ricardo Mones Lastra and Andrej Kacian
4997  
4998 2003-10-02 [paul]       0.9.5claws43
4999
5000         * po/en_GB.po
5001                 update British English translation
5002
5003 2003-10-02 [paul]       0.9.5claws42
5004
5005         * po/hr.po
5006                 update Croatian translation, submitted by Dragan
5007
5008 2003-10-01 [paul]       0.9.5claws41
5009
5010         * po/pl.po
5011           po/sr.po
5012                 update Polish and Serbian translations, submitted by
5013                 Emil and Urke MMI
5014
5015 2003-10-01 [melvin]     0.9.5claws40
5016
5017         * po/fr.po
5018                 Updated French translations
5019
5020 2003-10-01 [melvin]     0.9.5claws39
5021
5022         * src/prefs_fonts.c
5023                 Fixed a Gtk warning
5024
5025         * src/plugins/dillo_prefs.c     
5026                 Quasi unnoticeable UI clean-up.
5027
5028 2003-10-01 [paul]
5029
5030         * tools/README
5031           tools/maildir2sylpheed.pl
5032                 bug fixes, rewrites, submitted by Matthias Förste 
5033                 <itsjustme@users.sourceforge.net>
5034
5035 2003-09-29 [paul]       0.9.5claws38
5036
5037         * src/inc.c
5038                 fix my coding carelessness
5039
5040 2003-09-29 [paul]       0.9.5claws37
5041
5042         * po/POTFILES.in
5043           src/Makefile.am
5044           src/main.c
5045           src/prefs_common.[ch]
5046           src/prefs_fonts.[ch]  ** NEW FILES **
5047                 move Font config options to Other Prefs/Display/Fonts
5048                 (user's current configuration is preserved)
5049
5050 2003-09-29 [paul]       0.9.5claws36
5051
5052         * src/inc.c
5053           src/prefs_account.c
5054                 allow 'local_mbox' value to point to either a directory 
5055                 (/var/mail -  default, new) or a file (/var/mail/username
5056                 - original)
5057
5058 2003-09-28 [paul]       0.9.5claws35
5059
5060         * src/rfc2015.c
5061                 on signature check, where key exists, print the
5062                 Key ID
5063
5064 2003-09-27 [alfons]     0.9.5claws34
5065
5066         * src/action.c
5067                 o make progress bar not fill/expand when resizing dialog
5068                 o use default fixed text font for actions output
5069
5070 2003-09-27 [paul]       0.9.5claws33
5071
5072         * src/prefs_common.[ch]
5073           src/procmsg.c
5074           src/send_message.c
5075                 remove External Program settings from Common Prefs/Send
5076                 as they are now unnecessary due to Local account settings.
5077                 plus a little tidying-up after 0.9.5claws31
5078
5079 2003-09-27 [paul]       0.9.5claws32
5080
5081         * src/prefs_account.c
5082                 o make correction to gui text:
5083                   'Local mailbox file' -> 'Local mailbox directory'
5084                 o give 'local_mbox' option a reasonable default value:
5085                   '/var/mail'
5086                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5087                   value
5088
5089 2003-09-26 [paul]       0.9.5claws31
5090
5091         * src/inc.c
5092           src/prefs_common.[ch]
5093                 remove 'Incorporate from spool' common pref,
5094                 force creation of a 'Local' account
5095
5096 2003-09-26 [christoph]  0.9.5claws30
5097
5098         * src/folder.c
5099         * src/msgcache.c
5100                 add more NULL pointer checks
5101
5102 2003-09-25 [christoph]  0.9.5claws29
5103
5104         * src/folder.c
5105                 o don't fetch source message to get it's message id
5106                 o immediately scan dest folder when copying a message did not
5107                   return a new message number and not do it when the first message
5108                   without a new message number is found
5109
5110 2003-09-23 [christoph]  0.9.5claws28
5111
5112         * src/compose.c
5113                 fix generating of headers
5114
5115         (patch by David Relson <relson@osagesoftware.com>)
5116
5117 2003-09-23 [paul]       0.9.5claws27
5118
5119         * po/zh_CN.po
5120                 update Simplified Chinese translation. submitted by
5121                 Hansom Young
5122
5123 2003-09-23 [paul]       0.9.5claws26
5124
5125         * tools/Makefile.am
5126           tools/README
5127           tools/vcard2xml.py    ** NEW FILE **
5128                 add a script that converts an evolution vcard to
5129                 sylpheed's xml format
5130                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5131
5132 2003-09-22 [paul]       0.9.5claws25
5133
5134         * src/plugins/clamav/clamav_plugin.c
5135                 don't skip MULTIPART parts
5136
5137 2003-09-21 [christoph]  0.9.5claws24
5138
5139         * src/alertpanel.c
5140                 remove unneeded include
5141
5142         * src/folder.c
5143                 clean up copy/move mess with duplicated code
5144
5145         * src/imap.c
5146                 fix problem that sometimes the folder was not scanned
5147                 also it was changed
5148
5149 2003-09-21 [christoph]  0.9.5claws23
5150
5151         * src/Makefile.am
5152         * src/logwindow.[ch]                    ** REMOVE **
5153         * src/mainwindow.c
5154         * src/prefs_common.c
5155         * src/gtk/Makefile.am
5156         * src/gtk/logwindow.[ch]                ** ADD **
5157                 make logwindow prefs_common independent and move
5158                 it to gtk directory
5159
5160 2003-09-20 [christoph]  0.9.5claws22
5161
5162         * src/compose.c
5163                 add extra space for address code conversion
5164                 (4 * unconvered size could be too small for short headers)
5165
5166 2003-09-20 [christoph]  0.9.5claws21
5167
5168         * src/compose.c
5169                 increase temp buffer size when writing headers
5170
5171 2003-09-19 [darko]      0.9.5claws20
5172
5173         * src/compose.c
5174                 don't ignore value of 'Save copy of outgoing messages to
5175                 this folder instead of Sent' in message redirect
5176
5177 2003-09-17 [christoph]  0.9.5claws19
5178
5179         * src/compose.c
5180                 use ", " as address seperator for mail headers and pass whole
5181                 header line at once to compose_convert_header to make sure
5182                 it is correctly folded
5183
5184         (closes Bug 64 Problem when sending to many recipients)
5185
5186 2003-09-17 [hoa]        0.9.5claws18
5187         
5188         * src/matcher.[ch]
5189           src/matcher_parser_parse.y
5190           src/prefs_matcher.c
5191                 changed the keyword used for command execution in condition
5192                 keyword is changed from "execute" to "test"
5193                 so that it is not the same as the one used for action.
5194                 This will fix a bug when using filtering dialog.
5195                 All semantic in the code is also changed to reflect
5196                 the keyword change.
5197
5198 2003-09-17 [paul]
5199         
5200         * sync with 0.9.6 release
5201
5202 2003-09-17 [paul]       0.9.5claws17
5203
5204         * sync with 0.9.5cvs8
5205                 see ChangeLog 2003-09-16 and 2003-09-17
5206
5207 2003-09-16 [paul]       0.9.5claws16
5208
5209         * sync with 0.9.5cvs6
5210                 see ChangeLog 2003-09-16
5211
5212 2003-09-15 [paul]       0.9.5claws15
5213
5214         * sync with 0.9.5cvs5
5215                 see ChangeLog 2003-09-15
5216
5217 2003-09-14 [alfons]     0.9.5claws14
5218
5219         * src/inc.c
5220                 make "Go to inbox after receiving new mail" again;
5221                 regression of a sync, restored to sylpheed main 
5222                 behaviour. (misses still some bits)
5223
5224 2003-09-14 [alfons]     0.9.5claws13
5225
5226         * src/prefs_filtering_action.c
5227                 o add proper message if empty execute command line
5228                 o don't select first action item after registering a
5229                   new action to prevent (what seems to be a GTK) bug
5230                   #36, "filtering will only accept one action change 
5231                   per invocation".
5232
5233 2003-09-14 [alfons]     0.9.5claws12
5234
5235         * src/prefs_filtering.c
5236         * src/prefs_filtering_action.c
5237         * src/prefs_matcher.c
5238                 fix function signature for key_pressed_event signal handlers
5239
5240 2003-09-14 [alfons]     0.9.5claws11
5241
5242         * src/mainwindow.c
5243                 fix regression caused by fix for invalid bug #7
5244                 (should fix #246, "Multiple selections are deselected when 
5245                 moving from search window to main window")
5246                 
5247 2003-09-14 [alfons]     0.9.5claws10
5248         
5249         * src/actions.[ch]
5250         * src/filtering.[ch]
5251         * src/prefs_actions.c
5252                 allow `filtering actions` in actions; only for advanced users
5253                 right now: try for example, "%as{mark color 2}" 
5254         
5255 2003-09-13 [paul]       0.9.5claws9
5256         
5257         * po/pl.po
5258           po/zh_CN.po   ** NEW FILE **
5259                 update Polish translation, submitted by Emil 
5260                 <eminowbl@posejdon.wpk.p.lodz.pl>
5261                 add new Simplified Chinese translation, submitted by
5262                 Hansom Young <hansom_young@yahoo.com>
5263
5264 2003-09-12 [alfons]     0.9.5claws8
5265
5266         * src/summaryview.c
5267                 don't open separate message views when View | Separate message view
5268                 is active 
5269                 (please look carefully for any navigation regressions)
5270
5271 2003-09-11 [alfons]     0.9.5claws7
5272
5273         * src/mainwindow.c
5274                 make default message view, opened by View | Separate message 
5275                 view, look like a claws message view (which includes a menu
5276                 bar and a toolbar)
5277                 (fixes bug #298, "message view loses tool bar") 
5278
5279 2003-09-11 [christoph]  0.9.5claws6
5280
5281         * src/folderview.c
5282                 fix double deleting of newsgroup folders
5283
5284         (closes Bug 305 crash after deleting of a newsgroup)
5285
5286 2003-09-11 [paul]       0.9.5claws5
5287
5288         * src/rfc2015.c
5289           src/common/utils.h
5290                 more sync'ing from 0.9.5cvs2
5291
5292 2003-09-11 [christoph]  0.9.5claws4
5293
5294         * src/compose.c
5295         * src/rfc2015.c
5296         * src/common/utils.h
5297                 fix sync with 0.9.5cvs2
5298
5299 2003-09-11 [paul]       0.9.5claws3
5300
5301         * sync with 0.9.5cvs4
5302                 see ChangeLog 2003-09-11
5303
5304 2003-09-11 [paul]       0.9.5claws2
5305
5306         * sync with 0.9.5cvs2
5307                 see ChangeLog 2003-09-05
5308                 
5309 2003-09-11 [paul]       0.9.5claws1
5310
5311         * sync with 0.9.5cvs3
5312                 see ChangeLog 2003-09-10
5313
5314 2003-09-10 [paul]       0.9.5claws
5315
5316         * 0.9.5claws released
5317
5318 2003-09-10 [paul]       0.9.4claws78
5319
5320         * src/Makefile.am
5321                 add missing files
5322
5323 2003-09-10 [melvin]     0.9.4claws77
5324
5325         * po/fr.po
5326                 Updated French translations
5327
5328 2003-09-10 [paul]       0.9.4claws76
5329
5330         * po/es.po
5331           po/sk.po
5332           po/sr.po
5333                 update Spanish, Slovak, and Serbian translations.
5334                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5335                 and Urke MMI
5336                 
5337         * AUTHORS
5338                 add translation team section
5339
5340 2003-09-09 [christoph]  0.9.4claws75
5341
5342         * src/folder.c
5343                 free item->prefs in folder_item_destroy
5344
5345 2003-09-09 [alfons]     0.9.4claws74
5346
5347         * src/folderview.c
5348                 o proper check for root node sorting
5349                 o remove unnecessary gtk_ctree_remove_node 
5350
5351         (should fix bug #300, "crash while moving folder")      
5352
5353 2003-09-08 [christoph]  0.9.4claws73
5354
5355         * src/folderview.c
5356                 o fix double adding of IMAP FolderItems to GtkCTree
5357                 o fix crash then mbox folder is removed
5358
5359 2003-09-08 [christoph]  0.9.4claws72
5360
5361         * src/folder.c
5362         * src/folderview.c
5363         * src/mainwindow.c
5364                 fix new folder notification
5365
5366         * src/mbox_folder.c
5367                 fix cache path
5368
5369 2003-09-08 [christoph]  0.9.4claws71
5370
5371         * src/compose.c
5372                 replace '\n' and '\r' before removing trailing spaces
5373
5374         * src/folder.[ch]
5375         * src/folderview.c
5376                 add information about new or removed items in folder tree change
5377                 notification and use this in folderview to add and remove only
5378                 the appected items and not refresh the whole tree
5379
5380 2003-09-07 [match]      0.9.4claws70
5381
5382         * src/Makefile.am
5383         * src/addr_compl.c
5384         * src/addressbook.c
5385         * src/addressitem.h
5386         * src/addrindex.c
5387         * src/addritem.c
5388         * src/addritem.h
5389         * src/addrquery.c                       ** NEW **
5390         * src/addrquery.h
5391         * src/ldapquery.c
5392         * src/ldapserver.c
5393         * src/stock_pixmap.c
5394         * src/stock_pixmap.h
5395         * src/pixmaps/address_search.xpm        ** NEW **
5396                 re-introduce Lookup button for LDAP 'static' searches.
5397
5398 2003-09-07 [alfons]     0.9.4claws69
5399         
5400         * src/summaryview.c
5401                 abandon setting usize for messageview because it gives layout problems
5402                 with the quick search bar and the headerview; fixes assorted UI glitches:
5403                 
5404                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5405                 o bug #280, "Window resiizes for line length but does not revert"
5406
5407 2003-09-07 [christoph]  0.9.4claws68
5408
5409         * src/compose.c
5410                 o make sure we don't have any newlines in header values
5411                 o check custom headers for spaces and newlines and ignore
5412                   malformed header names
5413
5414 2003-09-06 [christoph]  0.9.4claws67
5415
5416         * src/folder.c
5417         * src/folderview.c
5418                 invoke notification hook for folder tree changes after append
5419                 and remove folder
5420
5421         (closes Bug 294 Crash while moving folder with many subdirectories)
5422
5423 2003-09-06 [christoph]  0.9.4claws66
5424
5425         * src/folder.c
5426                 destroy folder's MsgCache if FolderItem is removed to make sure
5427                 it is not saved when the FolderItem is destroyed
5428
5429 2003-09-06 [christoph]  0.9.4claws65
5430
5431         * src/plugins/clamav/clamav_plugin.c
5432                 fix copy & paste bug
5433
5434 2003-09-05 [christoph]  0.9.4claws64
5435
5436         * src/folder.c
5437         * src/messageview.[ch]
5438         * src/procmsg.[ch]
5439         * src/summaryview.c
5440                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5441                 by MessageView to clear it when the message is deleted. Should
5442                 work even if messages are deleted in MainWindow or by
5443                 processing.
5444
5445 2003-09-05 [alfons]     0.9.4claws63
5446
5447         * src/messageview.c
5448                 deleting a message in a message view frees its msginfo, make 
5449                 messageview_update_all() aware of that (should fix bug #293,
5450                 "deleting message caused crash")
5451
5452 2003-09-05 [melvin]     0.9.4claws62
5453
5454         * src/action.c
5455                 Improve synchronous action exit code (fixes 
5456                 a ~5 seconds delay after action exit on RedHat 9)
5457
5458 2003-09-04 [christoph]  0.9.4claws61
5459
5460         * src/compose.c
5461         * src/rfc2015.c
5462         * src/common/utils.[ch]
5463                 add util function to create mime boundary and use it
5464                 in compose and gpg code
5465
5466 2003-09-04 [alfons]     0.9.4claws60
5467
5468         * src/folder.c
5469                 source folder item's GNode should already have been freed in 
5470                 a previous call to src->folder->klass->remove_folder()
5471                 (should fix bug #287, "crash when moving folders")
5472
5473 2003-09-03 [thorsten]   0.9.4claws59
5474
5475         * src/plugins/spamassassin/spamassassin_gtk.c
5476                 fix compile error
5477
5478 2003-09-03 [christoph]  0.9.4claws58
5479
5480         * src/plugins/spamassassin/spamassassin.[ch]
5481         * src/plugins/spamassassin/spamassassin_gtk.c
5482                 add timeout config option
5483
5484 2003-09-03 [paul]       0.9.4claws57
5485
5486         * po/sk.po      ** NEW FILE **
5487                 add Slovak translation. Submitted by Andrej Kacian 
5488                 <andrej@kacian.sk>
5489
5490 2003-09-03 [paul]       0.9.4claws56
5491
5492         * src/plugins/clamav/clamav_plugin_gtk.c
5493                 gui tweaks: replace a label with a tooltip, modify the
5494                 text, use gtk_check_button_new(); instead of
5495                 gtk_check_button_new_with_label("");
5496
5497 2003-09-02 [alfons]     0.9.4claws55
5498
5499         * src/gtk/filesel.c
5500                 remember last used dir when attaching multiple files (should fix
5501                 bug #290, "Attach File does not remember directory")
5502
5503 2003-09-01 [paul]       0.9.4claws54
5504
5505         * po/es.po
5506                 updated by Ricardo Mones Lastra
5507
5508 2003-09-01 [alfons]     0.9.4claws53
5509
5510         * src/gtk/gtkaspell.[ch]
5511                 be pedantic and strict and use const gchar * instead of guchar *
5512
5513 2003-09-01 [alfons]     0.9.4claws52
5514
5515         * src/mainwindow.c
5516         * src/summaryviewc.
5517                 re-enable Save As when multiple messages are selected
5518
5519 2003-09-01 [paul]       0.9.4claws51
5520
5521         * src/textview.c
5522                 g_free(trimmed_uri);
5523
5524 2003-09-01 [paul]       0.9.4claws50
5525
5526         * sync with 0.9.4cvs13
5527                 see ChangeLog 2003-09-01
5528
5529 2003-09-01 [paul]       0.9.4claws49
5530
5531         * src/textview.c
5532                 trim uri before sending to the statusbar
5533                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5534                 in the message window causes main S-C window to enlarge 
5535                 past screen edges'
5536
5537 2003-09-01 [paul]       0.9.4claws48
5538
5539         * sync with 0.9.4cvs12
5540                 see ChangeLog 2003-09-01
5541
5542 2003-08-30 [christoph]  0.9.4claws47
5543
5544         * src/compose.c
5545         * src/folder_item_prefs.[ch]
5546         * src/prefs_folder_item.c
5547         * src/gtk/gtkaspell.[ch]
5548                 commit per folder dictionary patch by
5549                 Paul Evans <nerd@freeuk.com>
5550
5551 2003-08-30 [christoph]  0.9.4claws46
5552
5553         * src/plugins/spamassassin/spamassassin_gtk.c
5554         * src/plugins/spamassassin/spamassassin_gtk.glade
5555                 reduce GUI clutter by placing hints into tooltips
5556
5557 2003-08-30 [paul]       0.9.4claws45
5558
5559         * src/compose.c
5560                 add 'Content-Disposition: inline' to a text/plain
5561                 part when using PGP/MIME signing
5562
5563 2003-08-30 [paul]       0.9.4claws44
5564
5565         * src/prefs_common.c
5566           src/prefs_spelling.c
5567           src/prefs_spelling.glade
5568                 reduce GUI clutter by placing hints into tooltips
5569
5570 2003-08-29 [christoph]  0.9.4claws43
5571
5572         * configure.ac
5573                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5574
5575         * src/stock_pixmap.c
5576                 change unecessary warning into a debug message
5577
5578         * src/plugins/clamav/Makefile.am
5579                 Fix error "-I$(CLAMAV_LIBS)"
5580
5581 2003-08-29 [christoph]  0.9.4claws42
5582
5583         * intl/Makefile.in
5584         * src/Makefile.am
5585         * src/matcher.h
5586         * src/common/Makefile.am
5587         * src/common/passcrypt.c
5588                 commit fixes and patches for some of the IRIX problems found by
5589                 Ivan Rayner <ivanr@sgi.com>
5590
5591 2003-08-29 [paul]       0.9.4claws41
5592
5593         * src/prefs_filtering.c
5594                 add 'Top' and 'Bottom' buttons, based on changes in
5595                 src/prefs_filter.c in 0.9.4cvs11.
5596
5597 2003-08-27 [christoph]  0.9.4claws40
5598
5599         * src/folderview.c
5600                 fix bug that the current summary settings were copied to the
5601                 wrong folder item, when the folder item prefs are opened.
5602                 Copying is not required because summary settings and
5603                 folder_item_prefs do not contain the same settings
5604
5605 2003-08-27 [thorsten]   0.9.4claws39
5606
5607         * src/imap.c
5608                 fix compile error
5609
5610 2003-08-26 [paul]       0.9.4claws38
5611
5612         * sync with 0.9.4cvs9
5613                 see ChangeLog 2003-08-26
5614
5615 2003-08-25 [paul]       0.9.4claws37
5616
5617         * sync with 0.9.4cvs8
5618                 see ChangeLog 2003-08-25
5619
5620 2003-08-24 [christoph]  0.9.4claws36
5621
5622         * src/prefs_filtering.c
5623                 shouldn't remove items from a GSList while iterating over the
5624                 list (makes cur invalid and cur->next not accessable)
5625
5626         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5627          crashed)
5628
5629 2003-08-23 [christoph]  0.9.4claws35
5630
5631         * src/news.c
5632                 news folders should be scanned when opened
5633
5634 2003-08-22 [christoph]  0.9.4claws34
5635
5636         * src/prefs_folder_item.c
5637                 use macro to assign strings that always frees the old string
5638
5639         * src/gtk/gtkaspell.[ch]
5640                 add gtkaspell_set_dictionary_menu_active_item() to set active
5641                 item in dictionary option menu
5642
5643         * src/prefs_spelling.c
5644                 use gtkaspell_set_dictionary_menu_active_item() to select
5645                 dictionary
5646
5647 2003-08-21 [christoph]  0.9.4claws33
5648
5649         * src/folder.[ch]
5650         * src/imap.c
5651         * src/mbox_folder.c
5652         * src/mh.c
5653         * src/news.c
5654                 optimize folder system
5655
5656         * src/gtk/gtkstext.c
5657                 fix division by zero when font has 0 width for ' '
5658
5659 2003-08-21 [paul]       0.9.4claws32
5660
5661         * sync with 0.9.4cvs7
5662                 see ChangeLog 2003-08-20
5663
5664 2003-08-19 [paul]       0.9.4claws31
5665
5666         * src/common/defs.h
5667                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5668                 SYLDOC_FAQ_HTML_INDEX.
5669         * src/manual.c
5670                 use LC_MESSAGES instead of LC_ALL to find the current
5671                 language
5672
5673           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5674
5675 2003-08-19 [paul]       0.9.4claws30
5676
5677         * po/bg.po
5678                 updated by George Danchev
5679
5680 2003-08-18 [luke]       0.9.4claws29
5681         * src/mimeview.[ch]
5682         * src/gtk/gtkvscrollbutton.[ch]
5683                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5684                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5685                 o removed horizontal separator between icons
5686
5687 2003-08-17 [christoph]  0.9.4claws28
5688
5689         * src/procmsg.c
5690                 no subject threading when the subject has no reply prefix
5691
5692 2003-08-16 [christoph]  0.9.4claws27
5693
5694         * src/mainwindow.c
5695                 remember and restore window sizes and position when the main
5696                 window is hidden or shown
5697
5698         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5699          minimised/reopened using trayicon)
5700
5701 2003-08-16 [paul]       0.9.4claws26
5702
5703         * src/crash.c
5704                 add #include "defs.h"
5705
5706 2003-08-16 [paul]       0.9.4claws25
5707
5708         * src/plugins/clamav/clamav_plugin.c
5709                 reword a debug_print
5710                 
5711         * src/plugins/dillo_viewer/dillo_prefs.c
5712                 cosmetic: change the labels' text, add tooltips, and
5713                 left-align the hint
5714
5715 2003-08-15 [christoph]  0.9.4claws24
5716
5717         * src/news.c
5718                 complete last change (forgot some changes)
5719
5720 2003-08-15 [christoph]  0.9.4claws23
5721
5722         * src/news.c
5723                 o check number of messages and don't return a 0 message
5724                   when no messages are available
5725                 o don't parse xref header anymore
5726
5727         (closes Bug 203 I'm not getting any news)
5728
5729 2003-08-15 [paul]       0.9.4claws22
5730
5731         * src/common/defs.h
5732           src/crash.c
5733                 update and define claws bugzilla location
5734
5735 2003-08-15 [paul]       0.9.4claws21
5736
5737         * po/ru.po
5738                 update submitted by Ruslan N. Balkin
5739
5740 2003-08-14 [christoph]  0.9.4claws20
5741
5742         * src/procmsg.c
5743                 fix search for oldest node in subject threading
5744
5745 2003-08-14 [christoph]  0.9.4claws19
5746
5747         * src/procmsg.c
5748         * src/common/utils.h
5749                 add possibility to check all nodes with the same subject for
5750                 subject threading, not only the oldest node. Should not break
5751                 threads anymore if the oldest node is thread_by_subject_max_age
5752                 days older then parent, because it can now find a child of
5753                 oldest node as new parent.
5754
5755 2003-08-11 [christoph]  0.9.4claws18
5756
5757         * src/plugins/spamassassin/spamassassin.c
5758                 run spam check in background process
5759
5760 2003-08-10 [alfons]     0.9.4claws17
5761
5762         * src/summaryview.c
5763                 make `Select All' sensitive too
5764
5765 2003-08-10 [christoph]  0.9.4claws16
5766
5767         * src/imap.c
5768                 add more checks in imap_close
5769
5770 2003-08-09 [alfons]     0.9.4claws15
5771
5772         * src/prefs_spelling.c
5773                 no spell checking UI if not requested
5774
5775 2003-08-09 [alfons]     0.9.4claws14
5776
5777         * src/gtk/prefswindow.c
5778                 make it compile
5779
5780 2003-08-09 [christoph]  0.9.4claws13
5781
5782         * src/prefs_spelling.c
5783         * src/gtk/prefswindow.[ch]
5784         * src/plugins/clamav/clamav_plugin_gtk.c
5785         * src/plugins/spamassassin/spamassassin_gtk.c
5786                 sort prefs pages by heighest weight in tree
5787
5788 2003-08-09 [paul]       0.9.4claws12
5789
5790         * sync with 0.9.4cvs6
5791                 see ChangeLog 2003-08-07
5792                 
5793         * AUTHORS
5794                 add Leandro and Luke to claws-branch section
5795
5796 2003-08-09 [christoph]  0.9.4claws11
5797
5798         * src/gtk/Makefile.am
5799         * src/gtk/colorsel.[ch]                 ** NEW **
5800                 create a color selection dialog that can be used as a simple
5801                 function call with it's own gtk main loop like filesel.[ch]
5802
5803         * src/Makefile.am
5804         * src/main.c
5805         * src/prefs_common.c
5806         * src/prefs_spelling.[ch]               ** NEW **
5807         * src/prefs_spelling.glade              ** NEW **
5808         * src/gtk/gtkutils.[ch]
5809                 move "Spell Checker" prefs to new prefs dialog
5810
5811         * src/prefs_folder_item.c
5812                 use new colorsel dialog
5813
5814 2003-08-08 [paul]       0.9.4claws10
5815
5816         * src/inc.c
5817                 clear the progress bar unconditionally
5818
5819 2003-08-08 [paul]       0.9.4claws9
5820
5821         * sync with 0.9.4cvs4
5822                 see ChangeLog 2003-07-31
5823
5824 2003-08-07 [christoph]  0.9.4claws8
5825
5826         * configure.ac
5827                 fix bug in image viewer plugin part
5828
5829         * src/imap.c
5830                 don't execute close command if the folder item is not selected
5831
5832 2003-08-07 [hoa]        0.9.4claws7
5833
5834         * src/filtering.[ch]
5835         * src/matcher_parser.h
5836         * src/matcher_parser_parse.y
5837                 can define several actions for each filtering rule
5838                 can import old versions of filtering rules
5839
5840         * src/prefs_filtering.c
5841                 call to a new dialog box to define actions
5842
5843         * src/prefs_filtering_action.[ch]
5844                 dialog box to define actions for filtering rules
5845
5846 2003-08-06 [christoph]  0.9.4claws6
5847
5848         * src/imap.c
5849                 make sure source folder is selected when copying messages
5850
5851 2003-08-06 [christoph]  0.9.4claws5
5852
5853         * sync with 0.9.4cvs2
5854                 see ChangeLog 2003-07-29                
5855
5856 2003-08-05 [paul]       0.9.4claws4
5857
5858         * sync with 0.9.4cvs3
5859                 see ChangeLog 2003-07-30
5860
5861 2003-08-04 [match]      0.9.4claws3
5862
5863         * po/POTFILES.in
5864                 export of LDIF files.
5865
5866 2003-08-04 [match]      0.9.4claws2
5867
5868         * src/ldif.[ch]
5869                 support for export LDIF. documented.
5870         * src/importldif.[ch]
5871         * src/exportldif.[ch]
5872                 add tooltips. documented.
5873         * src/exphtmldlg.[ch]
5874         * src/common/xmlprops.[ch]
5875                 documented.
5876         * src/exportldif.[ch]                   ** NEW **
5877         * src/expldifdlg.[ch]                   ** NEW **
5878         * src/addressbook.[ch]
5879         * src/Makefile.am
5880                 export of LDIF files.
5881                 documented.
5882
5883 2003-08-04 [christoph]  0.9.4claws1
5884
5885         * .cvsignore
5886         * Makefile.am
5887         * configure.ac
5888         * sylpheed-claws.pc.in                  ** NEW **
5889         * src/Makefile.am
5890         * src/common/Makefile.am
5891         * src/gtk/Makefile.am
5892                 install sylpheed header files in $(pkgincludedir) and create a
5893                 pkg-config file to allow building a plugin without the source
5894                 package
5895
5896 2003-08-04 [paul]       0.9.4claws
5897
5898         * version 0.9.4claws
5899
5900 2003-08-04 [paul]       0.9.3claws97
5901
5902         * po/es.po
5903                 update Spanish translation. Submitted by Ricardo
5904                 Mones Lastra.
5905
5906 2003-08-03 [paul]       0.9.3claws96
5907
5908         * po/hr.po
5909           po/sr.po
5910                 update Croatian and Serbian translations. Submitted by
5911                 Dragan and Urke MMI respectively
5912
5913 2003-08-03 [alfons]     0.9.3claws95
5914
5915         * src/summaryview.c
5916                 mark flag has precedence over important flag - seems
5917                 to have been changed in sync of 0.9.3claws45. this fixes
5918                 a regression where messages that were scored as important
5919                 don't show their mark flags. (using the same column for
5920                 both importance as mark flags is the real problem
5921                 ofcourse)
5922
5923 2003-08-03 [melvin]     0.9.3claws94
5924
5925         * po/fr.po
5926                 Updated French translations.
5927
5928 2003-08-03 [melvin]     0.9.3claws93
5929
5930         * src/Makefile.am
5931                 Fixed typo introduced after 0.9.3claws92 
5932                 that prevented compilation
5933                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5934                 CPPFLAGS and YFLAGS to allow user setting these.
5935         * src/common/Makefile.am
5936         * src/gtk/Makefile.am
5937         * src/plugins/clamav/Makefile.am
5938         * src/plugins/demo/Makefile.am
5939         * src/plugins/dillo_viewer/Makefile.am
5940         * src/plugins/image_viewer/Makefile.am
5941         * src/plugins/mathml_viewer/Makefile.am
5942         * src/plugins/spamassassin/Makefile.am
5943         * src/plugins/trayicon/Makefile.am
5944         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5945                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5946                 CPPFLAGS and YFLAGS to allow user setting these.
5947
5948 2003-08-02 [christoph]  0.9.3claws92
5949
5950         * configure.ac
5951                 o rearrange plugin tests
5952                 o add test for clamav.h to ClamAV tests
5953
5954 2003-08-02 [luke]       0.9.3claws91
5955
5956         * src/mimeview.c
5957                 o fixed appearance of icon list when toggling back from the 
5958                   ctree
5959                 o toggling of icons using the keyboard works correctly
5960                 o fixed all other keyboard shortcuts to work when icons are
5961                   active
5962         
5963         * src/messageview.c
5964                 o fixed bug 4 - focus lost when changing messageview view type
5965
5966 2003-08-02 [christoph]  0.9.3claws90
5967
5968         * src/common/hooks.c
5969                 fix crash when pointer stored in hash table could get invalid
5970                 when a plugin is unloaded
5971
5972 2003-08-01 [christoph]  0.9.3claws89
5973
5974         * configure.ac
5975                 o try to build all plugins (except spamassassin) by default
5976                 o don't build a plugin if a dependency check fails
5977
5978         * src/common/hooks.c
5979                 fix warning
5980
5981 2003-08-01 [match]      0.9.3claws88
5982
5983         * src/importldif.c
5984                 allow single click field selection. document code.
5985
5986 2003-08-01 [christoph]  0.9.3claws87
5987
5988         * src/plugins/clamav/clamav_plugin.c
5989         * src/plugins/clamav/clamav_plugin_gtk.c
5990         * src/plugins/dillo_viewer/dillo_viewer.c
5991         * src/plugins/image_viewer/plugin.c
5992         * src/plugins/mathml_viewer/mathml_viewer.c
5993         * src/plugins/spamassassin/spamassassin.c
5994         * src/plugins/spamassassin/spamassassin_gtk.c
5995         * src/plugins/trayicon/trayicon.c
5996                 add version check to all plugins
5997
5998 2003-08-01 [hoa]        0.9.3claws86
5999
6000         * src/prefs_filtering.c
6001                 fixed a cosmetic bug, during creation of dialog box,
6002                 wrong widgets were shown after creation.
6003
6004 2003-08-01 [luke]       0.9.3claws85
6005
6006         * src/mainwindow.c
6007                 o fixed visibility of icons/mimeview after toggling separate
6008                   message/folder view (factored out some similar code too).
6009
6010
6011 2003-07-31 [alfons]     0.9.3claws84
6012
6013         * src/mimeview.c
6014                 tweak icon box UI a bit more, now allowing right-clicks actions
6015                 getting the relevant mime data too; should fix #250, "Can't save 
6016                 attachments sometimes".
6017
6018 2003-07-30 [alfons]     0.9.3claws83
6019
6020         * src/compose.c
6021                 don't do auto-save-draft inside key press handler, but rather
6022                 schedule it half of a second later; should fix #67, "autosave 
6023                 make re-rediting message crazy"
6024
6025 2003-07-30 [christoph]  0.9.3claws82
6026
6027         * src/plugins/trayicon/trayicon.c
6028                 process pending events before unloading the plugin
6029
6030         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6031
6032 2003-07-30 [alfons]     0.9.3claws81
6033
6034         * src/common/hooks.c
6035                 parameter 2 of g_hook_destroy() should really be a hook id
6036
6037 2003-07-30 [alfons]     0.9.3claws80
6038
6039         * src/common/plugin.c
6040                 fix a possibly harmful function signature mismatch 
6041                 for plugin_done
6042
6043 2003-07-30 [alfons]     0.9.3claws79
6044
6045         * src/common/hooks[.ch]
6046                 const correctness
6047
6048 2003-07-30 [darko]      0.9.3claws78
6049
6050         * src/summaryview.c
6051                 make it compile again
6052
6053 2003-07-30 [luke]       0.9.3claws77
6054
6055         * src/crash.c
6056         * src/main.c
6057                 o added/moved signal handlers for SIGTERM (normal kill command) 
6058                   and SIGINT (ctl-c) to be used even without 
6059                   --enable-crash-dialog, fixing bug 166
6060
6061         * src/summaryview.c
6062                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6063                   bug 227
6064
6065         * src/mainwindow.c
6066                 o changed sensitivity condition for 'Next new' and 'Next 
6067                   unread', fixing bug 8
6068
6069 2003-07-29 [alfons]     0.9.3claws76
6070
6071         * src/common/utils.[ch]
6072                 add generate_msgid()
6073         * src/messageview.c
6074                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6075                 sent folder".
6076
6077 2003-07-29 [alfons]     0.9.3claws75
6078
6079         * src/messageview.c
6080                 fix a memleak (claws-only)
6081
6082 2003-07-29 [alfons]     0.9.3claws74
6083
6084         * src/mimeview.[ch]
6085         * src/gtk/gtkvscrollbutton.[ch]
6086                 fix UI glitch where mime icon toolbox' scroll position is not 
6087                 reset after switching to another message
6088                 
6089
6090 2003-07-29 [paul]       0.9.3claws73
6091
6092         * src/prefs_folder_item.c
6093                 split the prefs into 2 separate pages
6094
6095 2003-07-29 [paul]       0.9.3claws72
6096
6097         * src/compose.c
6098                 prepend "\n\n" to a signature without a separator too
6099
6100 2003-07-29 [paul]       0.9.3claws71
6101
6102         * src/compose.c
6103                 fix bug where changing to an account without an auto-sig
6104                 from an initial account without an auto-sig would insert 
6105                 2 blank lines at the cursor point
6106                 fix bug where changing to an account with an auto-sig
6107                 from an initial account without an auto-sig would insert
6108                 the sig at the cursor point
6109
6110 2003-07-29 [paul]       0.9.3claws70
6111
6112         * src/folderview.c
6113                 use the colour from the folder pref unless the folder
6114                 has new messages
6115
6116 2003-07-29 [alfons]     0.9.3claws69
6117
6118         * src/procmsg.[ch]
6119         * src/messageview.c
6120         * src/procheader.c
6121                 rewrite return receipt request work a little bit (the former 
6122                 implementation presumably depended too much on the UI setting
6123                 flags). (we're losing the old pending flag.) 
6124
6125 2003-07-28 [christoph]  0.9.3claws68
6126
6127         * src/folder.c
6128         * src/imap.c
6129         * src/mh.c
6130         * src/procmsg.[ch]
6131                 fix copy to IMAP folder from other folder
6132
6133 2003-07-28 [christoph]  0.9.3claws67
6134
6135         * src/procmsg.c
6136                 fix sync of procmsg_get_message_file_list
6137
6138 2003-07-28 [christoph]  0.9.3claws66
6139
6140         * sync with 0.9.3cvs14
6141                 see ChangeLog 2003-07-18
6142         * sync with 0.9.3cvs17
6143                 see ChangeLog 2003-07-23
6144
6145         (closes Bug 234 segmentation fault after sending out mail via
6146          smtp(auth))
6147
6148 2003-07-28 [paul]       0.9.3claws65
6149
6150         * po/es.po
6151                 update Spanish translation, submitted by Ricardo Mones
6152                 Lastra
6153
6154 2003-07-28 [christoph]  0.9.3claws64
6155
6156         * src/folder.[ch]
6157         * src/imap.c
6158         * src/mh.c
6159                 return new message numbers as a GRelation instead of a GSList
6160                 that has to be in the same order as the input list. A list
6161                 would make it hard for IMAP to optimize oepration by sorting
6162                 the input list. The returned list would have to be reordered
6163                 to match the same order that input list has.
6164
6165         * src/gtk/gtkaspell.c
6166                 fix missing return value, could cause a crash when garbage is
6167                 on the stack that is used as the expected return value
6168
6169 2003-07-28 [paul]       0.9.3claws63
6170
6171         * sync with 0.9.4cvs1
6172                 see ChangeLog 2003-07-28
6173
6174 2003-07-27 [alfons]     0.9.3claws62
6175
6176         * src/mimeview.c
6177                 tweak it more to make icon list act like a check button group
6178
6179 2003-07-27 [christoph]  0.9.3claws61
6180
6181         * sync with 0.9.3cvs20
6182                 see ChangeLog 2003-07-25
6183
6184 2003-07-27 [paul]       0.9.3claws60
6185
6186         * src/procmsg.c
6187                 re-commit changes from 0.9.3claws58 -
6188                 accidently removed in 0.9.3claws59
6189
6190 2003-07-27 [paul]       0.9.3claws59
6191
6192         * src/procmsg.[ch]
6193                 a sync from 0.9.3cvs17
6194                 see ChangeLog 2003-07-23
6195
6196 2003-07-27 [alfons]     0.9.3claws58
6197
6198         * src/procmsg.c
6199                 add missing header members to MsgInfo; fixes the problem of 
6200                 not displaying X-Faces, as noticed by Ricardo Mones
6201
6202 2003-07-26 [christoph]  0.9.3claws57
6203
6204         * sync with 0.9.3cvs18
6205                 see ChangeLog 2003-07-24
6206
6207 2003-07-26 [christoph]  0.9.3claws56
6208
6209         * sync with 0.9.3cvs17
6210                 see ChangeLog 2003-07-23
6211
6212 2003-07-26 [christoph]  0.9.3claws55
6213
6214         * src/folder.[ch]
6215         * src/imap.c
6216         * src/mbox_folder.c
6217         * src/mh.c
6218         * src/news.c
6219                 add support for copy function that copy multiple messages
6220                 (not implemented yet)
6221
6222         * src/summaryview.c
6223                 add missing return value
6224
6225 2003-07-26 [paul]       0.9.3claws54
6226
6227         * tools/multiwebsearch.pl
6228                 do whitespace substitution before passing the string
6229                 to the browser. fixes bug with browsers that don't
6230                 do whitespace conversion themselves.
6231
6232 2003-07-25 [christoph]  0.9.3claws53
6233
6234         * src/folder.[ch]
6235         * src/imap.c
6236         * src/mh.c
6237                 rewrite adding of multiple messages to a folder for
6238                 claws' folder system
6239
6240 2003-07-25 [luke]       0.9.3claws52
6241
6242         * src/mimeview.c
6243                 o icon toggles set correctly on leaving ctree mimeview
6244
6245 2003-07-25 [paul]       0.9.3claws51
6246
6247         * partial sync with 0.9.3cvs21 [src/main.c]
6248                 see ChangeLog 2003-07-25
6249
6250 2003-07-24 [paul]       0.9.3claws50
6251
6252         * tools/maildir2sylpheed.pl
6253                 fix typo
6254
6255 2003-07-24 [paul]       0.9.3claws49
6256
6257         * src/mimeview.c
6258                 increase the gutter size of paned so that the panes
6259                 can be resized
6260                 
6261         * src/plugins/demo/demo.c
6262                 squeeze in another typo fix
6263
6264 2003-07-24 [paul]       0.9.3claws48
6265
6266         * src/plugins/demo/demo.c
6267           src/prefs_account.c
6268                 small changes to the English
6269                 
6270         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6271           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6272           src/Makefile.am
6273           src/stock_pixmap.c
6274                 rename the misspelled icon
6275
6276 2003-07-23 [alfons]     0.9.3claws47
6277
6278         * src/mimeview.c
6279                 make icon list look like a list of toggles
6280
6281 2003-07-23 [luke]       0.9.3claws46
6282
6283         * src/pixmaps/mimeview_gpg_expired.xpm
6284         * src/pixmaps/mimeview_gpg_failed.xpm
6285         * src/pixmaps/mimeview_gpg_passed.xpm
6286         * src/pixmaps/mimeview_text_html.xpm
6287         * src/pixmaps/mimeview_image.xpm
6288                 o all icons the same size
6289
6290         * src/mimeview.[ch]
6291                 o mimeview ctree arranged vertically above the viewer
6292                 o icons changed to buttons
6293                 o can use keyboard to select an icon (Enter)
6294                 o resize icon list to width of icons
6295
6296         *  src/gtk/gtkvscrollbutton.c
6297                 o sensitivity of buttons reacts to position
6298
6299 2003-07-23 [christoph]  0.9.3claws45
6300
6301         * sync with 0.9.3cvs14 (incomplete)
6302                 see ChangeLog 2003-07-17
6303
6304 2003-07-23 [alfons]     0.9.3claws44
6305
6306         * src/folder.c
6307         * src/procmsg.h
6308                 sync with my local tree to restore some claws-only things
6309
6310 2003-07-23 [paul]       0.9.3claws43
6311
6312         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6313           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6314           src/Makefile.am
6315           src/mimeview.c
6316           src/procmime.h
6317           src/rfc2015.c
6318           src/stock_pixmap.[ch]
6319                 indicate missing keys and expired sigs/keys
6320                 in mime view column
6321
6322 2003-07-23 [paul]       0.9.3claws42
6323
6324         * src/compose.c
6325                 Redirect fixes: enable automatic account selection and
6326                 do not append signature to message on changing account
6327                 fixes Bug[s] #248
6328
6329 2003-07-23 [paul]       0.9.3claws41
6330
6331         * sync with 0.9.3cvs16
6332                 see ChangeLog 2003-07-23
6333
6334 2003-07-23 [alfons]     0.9.3claws40
6335
6336         * src/inc.c
6337                 give progress dialog a main window, and give it the first 
6338                 one (presumably the only one). fixes bug #247, "segfault on 
6339                 pop-before-smtp" 
6340
6341 2003-07-22 [alfons]     0.9.3claws39
6342
6343         * src/summaryview.c
6344                 shift-space scrolls up
6345
6346 2003-07-22 [paul]       0.9.3claws38
6347
6348         * sync with 0.9.3cvs15
6349                 see ChangeLog 2003-07-22
6350
6351 2003-07-20 [alfons]     0.9.3claws37
6352
6353         * src/compose.c
6354                 put menu inside #ifdef USE_ASPELL..#endif
6355
6356 2003-07-20 [christoph]  0.9.3claws36
6357
6358         * src/procmsg.c
6359                 fix wrong flags in MsgInfo returned by
6360                 procmsg_msginfo_get_full_info()
6361
6362         (closes Bug 221 Deleting messages from the Message View gives incorrect
6363          new/unread message counts in the folder view)
6364
6365         * src/plugins/spamassassin/spamassassin_gtk.c
6366                 add gettext macro for prefs page title
6367
6368 2003-07-20 [paul]       0.9.3claws35
6369
6370         * src/mimeview.c
6371                 redraw icon list on signature check
6372
6373 2003-07-20 [christoph]  0.9.3claws34
6374
6375         * src/Makefile.am
6376         * src/account.c
6377         * src/folder.[ch]
6378         * src/folder_item_prefs.[ch]            ** NEW **
6379         * src/folderview.c
6380         * src/mainwindow.c
6381         * src/mh.c
6382         * src/prefs_gtk.c
6383         * src/prefs_scoring.c
6384         * src/summaryview.c
6385         * src/prefs_folder_item.[ch]
6386                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6387                   Properties dialog
6388                 o use prefswindow for folder properties
6389
6390         * src/gtk/prefswindow.[ch]
6391                 change implementation to use an invisible notebook instead
6392                 of unparenting widgets
6393
6394 2003-07-20 [christoph]  0.9.3claws33
6395
6396         * src/compose.h
6397         * src/folder.c
6398         * src/folderview.h
6399         * src/headerview.h
6400         * src/prefs_filtering.h
6401         * src/prefs_folder_item.[ch]
6402         * src/procmime.h
6403         * src/procmsg.h
6404         * src/summaryview.h
6405                 clean up header mess
6406                 (always use 1. typedefs, 2. #includes, 3. structures)
6407
6408         * src/common/version.h.in
6409                 add casts for constants
6410
6411         * src/plugins/demo/demo.c
6412                 fix typo
6413
6414         * src/plugins/spamassassin/spamassassin.c
6415                 remove unused variable
6416
6417 2003-07-20 [alfons]     0.9.3claws32
6418
6419         * src/mimeview.c
6420                 o make icon buttons respond on left click
6421                 o minor cosmetic change
6422
6423 2003-07-19 [luke]       0.9.3claws31
6424
6425         * src/mimeview.[ch]
6426         * src/gtk/gtkvscrollbutton.c
6427         * src/messageview.c
6428                 o improved mimeview behaviour when selecting a new message
6429                 o plus code cleanups to remove compile warnings
6430
6431
6432 2003-07-19 [alfons]     0.9.3claws30
6433
6434         * src/procmsg.c
6435         * src/compose.c
6436         * src/common/utils.[ch]
6437                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6438
6439 2003-07-19 [alfons]     0.9.3claws29
6440
6441         * src/prefs_folder_item.c
6442                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6443                 string pointers
6444
6445 2003-07-19 [luke]       0.9.3claws28
6446
6447         * src/messageview.c
6448         * src/mimeview.[ch]
6449         * src/procmime.h
6450         * src/rfc2015.c
6451         * src/stock_pixmap.[ch]
6452         * src/gtk/Makefile.am
6453         * src/Makefile.am
6454         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6455         * src/pixmaps/mime_*.xpm                ** NEW **
6456                 o mimeview rearrangement with a new icon shortcut bar
6457
6458 2003-07-19 [alfons]     0.9.3claws27
6459
6460         * src/folderview.c
6461                 o plug leaking nodes_to_recollapse
6462                 o add folderview_recollapse_all_nodes() (not used yet)
6463
6464 2003-07-19 [alfons]     0.9.3claws26
6465
6466         * src/compose.c
6467         * src/common/utils.c
6468                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6469                 for both forwarding as replying
6470
6471 2003-07-18 [christoph]  0.9.3claws25
6472
6473         * configure.ac
6474         * src/common/sylpheed.[ch]
6475         * src/common/version.h.in
6476                 add version in numeric form to allow easy comparison
6477
6478         * src/plugins/demo/demo.c
6479                 add version check
6480                 - sylpheed version > plugin version => never allowed, sylpheed
6481                   could contain unknown API changes
6482                 - sylpheed version < minimum version required => don't load,
6483                   API required not available (if linking does not fail)
6484
6485 2003-07-18 [alfons]     0.9.3claws24
6486         
6487         * src/common/plugin.[ch]
6488                 const correctness
6489
6490 2003-07-18 [christoph]  0.9.3claws23
6491
6492         * src/common/hooks.c
6493                 fix crash when hooks where unregisted
6494
6495         * src/plugins/trayicon/trayicon.c
6496                 unregister detroy signal before destroying the widget
6497                 (still crashes when the plugin is unloaded)
6498
6499 2003-07-18 [alfons]     0.9.3claws22
6500         
6501         * src/folderview.c
6502                 delay expanding folder tree during drags until timeout triggered
6503                 (needs perhaps some tweaking, so testing is welcome)
6504
6505 2003-07-17 [alfons]     0.9.3claws21
6506
6507         * src/folderview.c
6508                 clean up cruft
6509
6510 2003-07-17 [christoph]  0.9.3claws20
6511
6512         * src/common/session.c
6513                 fix opening of SSL connections
6514
6515         * src/plugins/image_viewer/Makefile.am
6516                 add OPENSSL_CFLAGS (we should find a better solution to remove
6517                 this dependencies if they are not required)
6518
6519         * src/plugins/spamassassin/spamassassin.c
6520                 remove setlocale workaround (fixed in libspamc)
6521
6522         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6523          if spell checking enabled)
6524
6525 2003-07-17 [alfons]     0.9.3claws19
6526
6527         * src/common/hooks.[ch]
6528         * src/plugins/clamav/clamav_plugin.c
6529         * src/plugins/spamassassin/spamassassin.c
6530         * src/plugins/trayicon/trayicon.c
6531                 fix signedness muck 
6532
6533 2003-07-17 [alfons]     0.9.3claws18
6534
6535         * src/procmime.c
6536                 plug memleak
6537
6538 2003-07-17 [alfons]     0.9.3claws17
6539
6540         * src/inc.c
6541                 plug memleak
6542
6543 2003-07-17 [paul]       0.9.3claws16
6544
6545         * src/common/defs.h
6546           src/mainwindow.c
6547           src/manual.[ch]
6548                 add link to the Claws site's FAQ page, after the suggestion
6549                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6550                 Move url strings to defs.h
6551                 
6552         * src/mainwindow.c
6553                 fix typo to prevent "unknown menu entry" warnings
6554
6555 2003-07-17 [alfons]     0.9.3claws15
6556
6557         * src/folderview.[ch]
6558         * src/summaryview.[ch]
6559         * src/mimeview.[ch]
6560                 plug DnD leaks 
6561
6562 2003-07-17 [paul]       0.9.3claws14
6563
6564         * src/inc.c
6565                 remove two instances of 'GTK_EVENTS_FLUSH' because
6566                 they are unnecessary and probably cause a stack overflow
6567
6568 2003-07-16 [christoph]  0.9.3claws13
6569
6570         * src/mimeview.[ch]
6571                 use an invisible GTK notebook to switch between viewers
6572                 instead of reparenting widgets
6573
6574 2003-07-16 [christoph]  0.9.3claws12
6575
6576         * src/folder.c
6577                 move folder_item_update_freeze() to correct place in
6578                 folder_item_scan_full()
6579
6580 2003-07-16 [paul]       0.9.3claws11
6581
6582         * sync with 0.9.3cvs12
6583                 see ChangeLog 2003-07-14 and 2003-07-15
6584
6585 2003-07-16 [christoph]  0.9.3claws10
6586
6587         * src/imap.[ch]
6588         * src/prefs_account.[ch]
6589                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6590
6591 2003-07-15 [alfons]     0.9.3claws9
6592
6593         * src/main.c
6594                 make --config-dir do something useful
6595
6596 2003-07-15 [alfons]     0.9.3claws8
6597
6598         * src/procmsg.c
6599                 o fix a bug where 'last' didn't really point to the last message
6600                   in the top level list of children, but to the last threaded
6601                   message. 
6602                 
6603                 o clean up and make it easier to sync
6604
6605 2003-07-15 [alfons]     0.9.3claws7
6606
6607         * src/mainwindow.c
6608                 make correct menu items sensitive       
6609
6610 2003-07-14 [alfons]     0.9.3claws6
6611
6612         * src/procmsg.c
6613                 tune the threader so it will not subject-thread any message
6614                 without a subject prefix (this will not thread correctly if 
6615                 a parent is delivered after their childs, but it looks 
6616                 better right now)
6617
6618 2003-07-13 [christoph]  0.9.3claws5
6619
6620         * src/mainwindow.c
6621                 group "Add mailbox *..." menu items in submenu
6622
6623 2003-07-13 [alfons]     0.9.3claws4
6624
6625         * src/summaryview.c
6626                 correct summary_toggle_pressed() signature and make sure
6627                 signal is not passed on
6628
6629 2003-07-13 [alfons]     0.9.3claws3
6630
6631         * src/summaryview.c
6632                 o for now don't pass on keys when they we're handled by 
6633                   ctree::key_press_event
6634                 o clean up
6635
6636 2003-07-13 [alfons]     0.9.3claws2
6637         
6638         * src/main.c
6639                 add command line option "--config-dir" to get the current 
6640                 configuration dir
6641
6642 2003-07-12 [alfons]     0.9.3claws1
6643
6644         * src/matcher.[ch]
6645         * src/matcher_parser_parse.y
6646         * src/prefs_filtering.c
6647         * src/filtering.c
6648                 add "Lock" filter action to lock messages;
6649
6650         * src/filtering.c       
6651                 remove debug_print()    
6652         * src/prefs_filtering.c
6653                 re-organize matcher part 9: 
6654                 make action text entries easily extendible;
6655                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6656                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6657
6658 2003-07-12 [paul]
6659
6660         * tools/README
6661                 update old information and add missing
6662                 information
6663
6664 2003-07-12 [paul]       0.9.3claws
6665
6666         * 0.9.3claws released
6667         
6668 2003-07-12 [paul]       0.9.0claws103
6669
6670         * src/Makefile.am
6671                 add addrquery.h
6672
6673 2003-07-12 [melvin]     0.9.0claws102
6674
6675         * src/messageview.c
6676                 Fixed bug #215: Show MIME tab for single text/html messages. 
6677                 
6678 2003-07-12 [paul]       0.9.0claws101
6679
6680         * man/sylpheed.1
6681                 updated
6682
6683 2003-07-12 [paul]       0.9.0claws100
6684
6685         * po/es.po
6686           po/hr.po
6687           po/pl.po
6688           po/sr.po
6689                 update Spanish, Croatian, Polish, Serbian translations.
6690                 submitted by Ricardo Mones Lastra, Dragan, Witold
6691                 Wladyslaw Wojciech Wilk, Urke MMI
6692
6693 2003-07-12 [melvin]     0.9.0claws99
6694
6695         * po/fr.po
6696                 Updated French translations.
6697
6698 2003-07-12 [paul]       0.9.0claws98
6699
6700         * src/addressbook.c
6701                 disable 'Lookup' button as it has no effect
6702
6703 2003-07-11 [alfons]     0.9.0claws97
6704         
6705         * src/summaryview.c
6706                 summary_searchbar_pressed() should return TRUE to signal that
6707                 event was handled. when returning void, the return value passed
6708                 to GTK is actually random, but maybe FALSE, in which case the
6709                 event is handled by parent
6710                 
6711 2003-07-10 [paul]       0.9.0claws96
6712
6713         * ac/missing/gettext.m4
6714                 update to version 0.12
6715
6716 2003-07-10 [paul]       0.9.0claws95
6717
6718         * src/plugins/clamav/clamav_plugin.c
6719                 fix bug where multipart/alternative messages
6720                 would slip through without being scanned
6721
6722 2003-07-10 [christoph]  0.9.0claws94
6723
6724         * src/folder.c
6725                 correct check if folder supports removing when a message is
6726                 moved. if not the message is only copied.
6727
6728         (closes Bug 132 crash on startup in newsgroups folders)
6729
6730 2003-07-09 [alfons]     0.9.0claws93
6731
6732         * configure.ac
6733         * src/common/defs.h
6734                 --with-config-dir (default .sylpheed)
6735
6736 2003-07-09 [christoph]  0.9.0claws92
6737
6738         * configure.ac
6739                 use PKG_CHECK_MODULES to check for gtkmathview
6740                 (version 0.4.2 now required)
6741
6742 2003-07-08 [melvin]     0.9.0claws91
6743
6744         * src/action.c
6745                 Implemented a progress bar that counts the number of completed
6746                 tasks when the action runs more than one command.
6747
6748 2003-07-08 [alfons]     0.9.0claws90
6749
6750         * src/procmsg.c
6751                 if queued message has an invalid Message-Id, don't try to
6752                 find message it refers to (fixes #209 "crash when processing 
6753                 in folder")
6754
6755 2003-07-08 [paul]       0.9.0claws89
6756
6757         * sync with 0.9.3cvs2
6758                 see ChangeLog 2003-07-08
6759
6760 2003-07-08 [match]      0.9.0claws88
6761
6762         * src/ldapctrl.c
6763                 extend LDAP search for first/last name by parsing search term.
6764
6765 2003-07-08 [alfons]     0.9.0claws87
6766
6767         * src/send_message.c
6768                 fix bug #208 "Status message stuck when sending on POP3 account"
6769
6770 2003-07-07 [paul]       0.9.0claws86
6771
6772         * po/hr.po
6773                 new Croatian translation, submitted by
6774                 Dragan <drleskov@inet.hr>
6775
6776 2003-07-07 [paul]       0.9.0claws85
6777
6778         * sync with 0.9.3cvs1
6779                 see ChangeLog 2003-07-07
6780
6781 2003-07-05 [christoph]  0.9.0claws84
6782
6783         * src/Makefile.am
6784         * src/messageview.c
6785         * src/mimeview.[ch]
6786         * src/stock_pixmap.[ch]
6787         * src/pixmaps/messageview_text.xpm              ** NEW **
6788                 move mimeview tabs to the right side and use icons
6789                 instead of text to save some space
6790
6791         (patch by Luke Plant <lukeplant@softhome.net>)
6792
6793 2003-07-05 [christoph]  0.9.0claws83
6794
6795         * src/inc.c
6796                 add NULL pointer checks
6797
6798         (patch by Luke Plant <lukeplant@softhome.net>)
6799         (closes Bug 204 0.9.0 quits on authentication error?!)
6800
6801 2003-07-05 [alfons]     0.9.0claws82
6802
6803         * configure.ac
6804                 take the clue in bug #202 "./configure script - 
6805                 'if test' comparison failure" reported by John Kristoff. 
6806
6807 2003-07-04 [christoph]  0.9.0claws81
6808
6809         * src/plugins/spamassassin/spamassassin.c
6810                 set timeout for spam check
6811
6812 2003-07-04 [christoph]  0.9.0claws80
6813
6814         * src/main.c
6815                 destroy all FolderItems when shutting down to
6816                 allow folders to clean up
6817
6818 2003-07-04 [melvin]     0.9.0claws79
6819
6820         * src/gtk/gtkaspell.c
6821                 Fixed bug #184 "Entering non-ascii character deletes
6822                 previous char if spell checking enabled": this makes
6823                 the spell checking in multibytes (e.g. UTF-8)locales work.
6824                 (Patch by Luke Plant).
6825                 
6826 2003-07-04 [christoph]  0.9.0claws78
6827
6828         * sync with 0.9.2cvs1
6829                 see ChangeLog 2003-06-10
6830
6831 2003-07-04 [paul]       0.9.0claws77
6832
6833         * sync with 0.9.3 release
6834                 see ChangeLog 2003-07-04
6835
6836 2003-07-03 [christoph]  0.9.0claws76
6837
6838         * src/folder.[ch]
6839         * src/imap.c
6840         * src/mbox_folder.c
6841         * src/mh.c
6842         * src/news.c
6843                 move folder_item_get_path() stuff into a folder virtual function
6844
6845         * src/procmsg.c
6846                 use folder_item_fetch_msg() to get message and do not contruct
6847                 the filename from path and number
6848
6849 2003-07-03 [paul]       0.9.0claws75
6850
6851         * sync with 0.9.2cvs12
6852                 see ChangeLog 2003-07-03
6853
6854 2003-07-02 [paul]       0.9.0claws74
6855
6856         * src/messageview.c
6857                 fix text-selection for replying
6858
6859 2003-07-02 [paul]       0.9.0claws73
6860
6861         * sync with 0.9.2cvs11
6862                 see ChangeLog 2003-07-02
6863
6864 2003-07-02 [paul]       0.9.0claws72
6865
6866         * src/procmsg.c
6867                 revert last commit because it breaks more
6868                 than it fixes
6869
6870 2003-07-02 [paul]       0.9.0claws71
6871
6872         * src/procmsg.c
6873                 fix thread by subject/sort by date
6874
6875 2003-07-01 [paul]       0.9.0claws70
6876
6877         * sync with 0.9.2cvs10
6878                 see ChangeLog 2003-07-01
6879
6880 2003-06-30 [paul]       0.9.0claws69
6881
6882         * sync with 0.9.2cvs9
6883                 see ChangeLog 2003-06-30
6884
6885 2003-06-28 [match]      0.9.0claws68
6886
6887         * src/addressbook.c
6888                 fix null ptr.
6889
6890 2003-06-27 [paul]       0.9.0claws67
6891
6892         * sync with 0.9.2cvs7
6893                 see ChangeLog 2003-06-27
6894
6895 2003-06-26 [christoph]  0.9.0claws66
6896
6897         * src/folder.c
6898                 freeze folder updates while a folder is scanned
6899
6900         (closes Bug 185 New message counter)
6901
6902 2003-06-26 [darko]      0.9.0claws65
6903
6904         * src/ldapserver.c
6905                 fix infinite loop when adding a new LDAP server
6906
6907 2003-06-26 [paul]       0.9.0claws64
6908
6909         * sync with 0.9.2cvs6
6910                 see ChangeLog 2003-06-26
6911
6912 2003-06-26 [paul]       0.9.0claws63
6913
6914         * sync with 0.9.2cvs5
6915                 see ChangeLog 2003-06-25 and 2003-06-26
6916
6917 2003-06-25 [match]      0.9.0claws62
6918
6919         * src/addr_compl.c
6920                 Fixed tab/backtab for dropped-down completion list to
6921                 move next/previous field. (close bug 147)
6922
6923 2003-06-25 [christoph]  0.9.0claws61
6924
6925         * src/addr_compl.[ch]
6926         * src/addrindex.[ch]
6927         * src/folderview.c
6928         * src/inc.c
6929         * src/news.c
6930         * src/summaryview.c
6931         * src/toolbar.c
6932                 fix warnings
6933
6934 2003-06-25 [leandro]    0.9.0claws60
6935
6936         * src/compose.c
6937                 o cleanups
6938                 o gray out "Message/Remove references" menu item if not
6939                   replying to a message
6940
6941 2003-06-24 [leandro]    0.9.0claws59
6942
6943         * src/compose.[ch]
6944                 o removed "Message/Create new thread" menu item
6945                 o added "Message/Remove references" menu item
6946                   (it's off by default and will not check anymore
6947                    if the subject changed)
6948
6949 2003-06-23 [alfons]     0.9.0claws58
6950
6951         * src/procmsg.c
6952                 try better grouping messages threaded by subject based on their age.
6953                 still not perfect - because the message tree is not sorted by date.  
6954
6955 2003-06-23 [thorsten]   0.9.0claws57
6956
6957         * src/pop.[ch]
6958                 added mail_receive_hook to allow modifications
6959                 directly after retrieval (e.g. adding headers).
6960
6961 2003-06-23 [paul]       0.9.0claws56
6962
6963         * src/sourcewindow.c
6964                  enable the use of Ctrl+A to select all text in
6965                  the sourcewindow
6966                  Patch submitted by Ivan Francolin Martinez
6967                  <ivanfm@users.sourceforge.net>
6968
6969 2003-06-22 [christoph]  0.9.0claws55
6970
6971         * src/folder.[ch]
6972                 o add notification hook for folder tree changes
6973                 o invoke hooks after folder tree scanning
6974
6975         * src/folderview.[ch]
6976                 register hook for folder tree changes that
6977                 updates the ctree
6978
6979         (there are more places that should be updated, like add, remove 
6980          or move folder)
6981
6982         (closes Bug 164 Crash on rebuild folder tree)
6983         (closes Bug 190 Crash on 'rebuilding folder tree')
6984
6985 2003-06-21 [leandro]    0.9.0claws54
6986
6987         * src/compose.[ch]
6988                 create a new thread if subject changes
6989                 (it's on by default, can be disabled in Message menu)
6990
6991 2003-06-21 [alfons]     0.9.0claws53
6992
6993         * src/summaryview.c
6994                 quiet little compiler
6995
6996 2003-06-21 [christoph]  0.9.0claws52
6997
6998         update gettext stuff to version 0.12
6999
7000 2003-06-19 [alfons]     0.9.0claws51
7001
7002         * src/common/log.c
7003         * src/common/plugin.c
7004                 move defs.h before glib.h to prevent MIN/MAX redefs
7005
7006 2003-06-19 [alfons]
7007
7008         * src/addressbook.c
7009                 translatable
7010
7011 2003-06-19 [match]      0.9.0claws50
7012
7013         * src/addressbook.[ch]
7014         * src/addrindex.[ch]
7015         * src/addr_compl.[ch]
7016         * src/editldap.[ch]
7017         * src/editldap_basedn.[ch]
7018         * src/addritem.[ch]
7019         * src/ldapquery.h
7020                 re-implemented dynamic LDAP search. works without
7021                 slowdown on display sender with addressbook
7022                 option.
7023         * src/addrbook.c
7024                 documented code.
7025
7026 2003-06-19 [paul]       0.9.0claws49
7027
7028         * src/compose.c
7029                 fix Bug #136 'Nonprovided quotation marks crash claws'
7030                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7031
7032 2003-06-19 [alfons]     0.9.0claws48
7033
7034         * src/prefs_common.[ch]
7035         * src/procmsg.c
7036                 restrict threading by subject by checking thread for
7037                 age (prefs_common.thread_by_subject_max_age)
7038
7039 2003-06-18 [christoph]  0.9.0claws47
7040
7041         * src/imap.c
7042                 fix memory leak in imap_cmd_fetch()
7043
7044 2003-06-18 [christoph]  0.9.0claws46
7045
7046         * src/prefs_gtk.c
7047                 fix memory leak in prefs_set_default() when used multiple
7048                 times or after prefs have been read
7049
7050 2003-06-18 [christoph]  0.9.0claws45
7051
7052         * src/common/plugin.c
7053                 fix memory leak in plugin_unload()
7054
7055 2003-06-18 [christoph]  0.9.0claws44
7056
7057         * src/imap.c
7058                 fix memory leak in imap_cmd_ok()
7059
7060 2003-06-18 [christoph]  0.9.0claws43
7061
7062         * src/folder.c
7063                 stop messages that are downloaded from POP3 and added to
7064                 an IMAP inbox from being filtered twice (first by POP3
7065                 and again when IMAP folder is scaned to get the UID of
7066                 the APPEND operation when no UIDPLUS is available)
7067
7068 2003-06-18 [alfons]
7069
7070         * tools/Makefile.am
7071                 phoenix <- firebird     
7072
7073 2003-06-18 [paul]
7074
7075         * tools/launch_phoenix          ** REMOVED **
7076           tools/launch_firebird         ** NEW **
7077                 renamed and edited to reflect the browser's name change from
7078                 'phoenix' to 'firebird'
7079
7080 2003-06-18 [paul]       0.9.0claws42
7081
7082         * sync with 0.9.2cvs2
7083                 see ChangeLog 2003-06-16
7084
7085 2003-06-17 [alfons]     0.9.0claws41
7086
7087         * src/procmsg.c
7088                 prevent threading problems when a node is an ancestor (parent / great parent),
7089                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7090                 for finding an sample set of messages)
7091
7092 2003-06-16 [christoph]  0.9.0claws40
7093
7094         * src/main.c
7095                 don't popup main window on --receive or --receive-all
7096
7097         * src/mainwindow.[ch]
7098         * src/plugins/trayicon/trayicon.c
7099                 allow hiding of main window by clicking on the trayicon
7100                 (doesn't work correctly in seperate window mode and may
7101                  cause unexpected GTK problems I couldn't find yet)
7102
7103         * src/common/ssl.c
7104                 remove incorrect warning
7105
7106 2003-06-15 [alfons]     0.9.0claws39
7107
7108         * src/gtk/gtkstext.c
7109                 don't output debug text;
7110                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7111                 for pointing this out);
7112
7113 2003-06-14 [alfons]     0.9.0claws38
7114         
7115         * src/messageview.c
7116                 remove printf() and make one if..else comply with coding style
7117
7118 2003-06-14 [alfons]     0.9.0claws37
7119
7120         * AUTHORS
7121                 add Martin Wicke
7122         * src/action.c
7123         * src/messageview.[ch]
7124         * src/summaryview.c
7125                 apply patch #754162 "Quoting messages filtered by actions" submitted
7126                 by Martin Wicke, which allows quoting message body changed by an
7127                 action (Thanks!).
7128
7129 2003-06-13 [alfons]     0.9.0claws36
7130
7131         * src/utils.c
7132                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7133                 use case insensitive regexp (suggested by Ivan Martinez)
7134
7135 2003-06-13 [christoph]  0.9.0claws35
7136
7137         * configure.ac
7138         * src/plugins/trayicon/Makefile.am
7139         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7140         * src/plugins/trayicon/trayicon.c
7141         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7142         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7143         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7144         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7145         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7146         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7147                 replace my own EggTrayIcon backport with the backport
7148                 used by (l|x)mule and gabber.
7149
7150 2003-06-13 [alfons]     0.9.0claws34
7151
7152         * AUTHORS
7153         * src/common/utils.c
7154                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7155
7156 2003-06-13 [alfons]     0.9.0claws33
7157
7158         * src/compose.c
7159                 clean up a little bit
7160
7161 2003-06-12 [alfons]     0.9.0claws32
7162
7163         * src/compose.c
7164                 const correctness fix
7165
7166         * src/common/sylpheed.[ch]
7167                 () -> (void)
7168                 prevent redef MIN/MAX
7169                 
7170         * src/common/utils.[ch]
7171                 () -> (void)
7172
7173 2003-06-12 [melvin]     0.9.0claws31
7174
7175         * src/compose.c
7176                 Updated to take into accounts changes in GtkAspell.
7177
7178 2003-06-12 [alfons]     0.9.0claws30
7179
7180         * src/compose.c
7181         * src/procmsg.c
7182         * src/common/utils.[ch]
7183                 handle reply subject prefixes better (initial 
7184                 suggestion by Robert Story adapted and enhanced 
7185                 using regexps)
7186
7187 2003-06-12 [melvin]     0.9.0claws29
7188
7189         * src/compose.c
7190                 Use new gtkaspell_checkers_strerror() to get the speller's
7191                 error message instead of accessing the (now private)
7192                 checkers structure.
7193                 Minor code clean up
7194
7195         * src/main.c
7196                 Use #ifdef instead of #if for USE_ASPELL
7197                 Use the new spell checkers init/quit functions 
7198
7199         * src/gtk/gtkaspell.c
7200                 Use #ifdef instead of #if for USE_ASPELL
7201                 Moved in the majority of GtkAspell structures that were
7202                 exported before by gtkaspell.h
7203         
7204         * src/gtk/gktaspell.h
7205                 Made gtkaspell.h contain only the necessary data to be
7206                 publicized by moving many structures to gtkaspell.c.
7207                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7208                 gtkaspell_checkers_new(): replaced by...
7209                 gtkaspell_checkers_init(): new function for initialization
7210                 gtkaspell_checkers_delete(): replaced by...
7211                 gtkaspell_checkers_quit(): new function
7212                 gtkaspell_checkers_strerror(): new function that returns
7213                 the checker's last error message.
7214                 
7215 2003-06-11 [melvin]     0.9.0claws28
7216
7217         * po/POTFILES.in
7218                 Updated to take into account gtkaspell.c migration to
7219                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7220
7221 2003-06-10 [alfons]     0.9.0claws27
7222
7223         * src/filtering.[ch]
7224         * src/folder.c
7225         * src/matcher.c
7226         * src/scoring.[ch]
7227                 - try fixing bug #18 (any brave testers?)
7228                 - add more robustness by refusing previously 
7229                   unchecked NULL pointers 
7230
7231 2003-06-10 [alfons]     0.9.0claws26
7232
7233         * src/procmsg.c
7234                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7235
7236 2003-06-09 [alfons]     0.9.0claws25
7237
7238         * src/prefs_common.c
7239                 fix bug #163 "Icon switching doesnt work properly" by 
7240                 preventing early freeing of prefs_common.pixmap_theme_path.
7241
7242 2003-06-09 [christoph]  0.9.0claws24
7243
7244         * src/gtk/gtkaspell.c
7245                 revert Thorsten's fix and add forgotten g_strdup for
7246                 aspell path (it should not be possible to alter the path a
7247                 GtkASpell uses from outside)
7248
7249 2003-06-09 [thorsten]   0.9.0claws23
7250
7251         * src/gtk/gtkaspell.c
7252                 dont free prefs_common.aspell_path when closing compose
7253
7254 2003-06-08 [colin]      0.9.0claws22
7255
7256         * src/plugins/spamassassin/spamassassin.c
7257                 fix prefs types
7258
7259 2003-06-07 [christoph]  0.9.0claws21
7260
7261         * src/Makefile.am
7262         * src/compose.c
7263         * src/gtkaspell.[ch]            ** REMOVE **
7264         * src/gtk/Makefile.am
7265         * src/gtk/gtkaspell.[ch]        ** NEW **
7266                 o make gtkaspell independent from sylpheed's prefs
7267                 o move gtkaspell.[ch] to gtk directory
7268
7269 2003-06-07 [christoph]  0.9.0claws20
7270
7271         * src/Makefile.am
7272         * src/crash.c
7273         * src/export.c
7274         * src/filesel.[ch]              ** REMOVE **
7275         * src/folder.c
7276         * src/main.[ch]
7277         * src/common/sylpheed.[ch]
7278         * src/gtk/Makefile.am
7279         * src/gtk/filesel.[ch]          ** NEW **
7280         * src/gtk/pluginwindow.c
7281         * src/gtk/sslcertwindow.c
7282                 move filesel.[ch] to gtk directory
7283
7284 2003-06-07 [alfons]     0.9.0claws19
7285
7286         * src/filesel.c
7287                 make (multi) file selection dialog work again (Claws-only)
7288
7289 2003-06-07 [thorsten]   0.9.0claws18
7290
7291         * po/de.po
7292                 fix typos
7293
7294 2003-06-07 [alfons]     0.9.0claws17
7295
7296         * configure.ac
7297         * src/mimeview.c
7298                 detect apache mishap in which case don't include fnmatch.h
7299                 if regex.h is already included
7300
7301 2003-06-06 [christoph]  0.9.0claws16
7302
7303         * configure.ac
7304         * src/mimeview.h
7305                 add check for fnmatch.h and include it when available
7306
7307         * src/mimeview.[ch]
7308                 fix wrong case sensitivity of Content-Types
7309
7310         * src/gtk/Makefile.am
7311                 need the same include paths in gtk directory as in
7312                 common directory because .h files in common can
7313                 include files from these directories, when included
7314                 in gtk's .h or .c files
7315
7316 2003-06-06 [alfons]     0.9.0claws15
7317
7318         * src/mimeview.c
7319         * src/summaryview.c
7320                 make it compile again because of regex.h / fnmatch.h 
7321                 include problems (related to recent mime stuff, can
7322                 someone check this?)
7323
7324 2003-06-06 [thorsten]   0.9.0claws14
7325
7326         * src/folderview.c
7327                 possible use of uninitialized pointer while dragging
7328
7329 2003-06-06 [paul]       0.9.0claws13
7330
7331         * src/compose.c
7332                 fix bug where the insert sig button would be effective
7333                 only when auto_sig was set
7334
7335 2003-06-06 [paul]       0.9.0claws12
7336
7337         * sync with 0.9.2 release
7338
7339 2003-06-02 [paul]       0.9.0claws11
7340
7341         * sync with 0.9.1cvs1
7342                 see ChangeLog 2003-06-02
7343                 
7344         * po/de.po
7345                 update by Jens
7346
7347 2003-06-01 [christoph]  0.9.0claws10
7348
7349         * src/account.c
7350                 don't use substring search to find accounts by email address
7351
7352         (closes Bug 169 Overly loose matching of "From" address)
7353
7354 2003-05-31 [christoph]  0.9.0claws9
7355
7356         * doc-src/rfc2683.txt
7357         * src/imap.c
7358                 limit IMAP command length as recommended in RFC2683
7359                 (message number lists will be split into multiple imap
7360                 sets, the limit of 1000 octets is not a hard limit)
7361
7362         (closes Bug 161 sylpheed-claws exits with segfault when logging
7363          in to certain imap-servers)
7364
7365 2003-05-29 [alfons]     0.9.0claws8
7366
7367         * src/toolbar.[ch]
7368                 add print button (calling summary_print());
7369                 fine tune setting tooltip text;
7370                 (if someone needs other buttons, please take these 
7371                 commits as a guide, instead of bothering us - also
7372                 see 0.8.11claws150) 
7373
7374 2003-05-29 [darko]      0.9.0claws7
7375
7376         * src/compose.c
7377                 fix crash when word wrapping kicks in due to
7378                 changed text by spell checker
7379
7380 2003-05-29 [paul]       0.9.0claws6
7381
7382         * src/compose.c
7383                 fix bug where changing account would insert
7384                 sig even if auto_sig was FALSE
7385                 
7386         * ChangeLog
7387           ChangeLog.jp
7388           INSTALL
7389                 sync with 0.9.1 release
7390
7391 2003-05-28 [christoph]  0.9.0claws5
7392
7393         * src/imap.c
7394                 fix truncation of too long commands
7395
7396         (closes Bug 167 IMAP hangs trying to get envelope
7397          information in imap_get_uncached_messages)
7398
7399 2003-05-27 [paul]       0.9.0claws4
7400
7401         * tools/Makefile.am
7402           tools/maildir2sylpheed.pl     ** NEW FILE **
7403                 add kmail to sylpheed mailbox conversion script
7404
7405 2003-05-27 [paul]       0.9.0claws3
7406
7407         * sync with 0.9.0cvs10
7408                 see ChangeLog 2003-05-26
7409
7410 2003-05-26 [paul]       0.9.0claws2
7411
7412         * sync with 0.9.0cvs9
7413                 see ChangeLog 2003-05-26
7414
7415 2003-05-24 [paul]       0.9.0claws1
7416
7417         * sync with 0.9.0cvs8
7418                 see ChangeLog 2003-05-23
7419
7420 2003-05-24 [paul]       0.9.0claws
7421
7422         * version 0.9.0claws released
7423
7424 2003-05-24 [paul]       0.8.11claws177
7425
7426         * src/plugins/dillo-viewer/Makefile.am
7427           src/plugins/traycon/Makefile.am
7428                 add missing files
7429                 
7430         * po/bg.po
7431           po/en_GB.po
7432           po/es.po
7433           po/it.po
7434           po/pt_BR.po
7435           po/ru.po
7436           po/sr.po
7437                 update Bulgarian, British English, Spanish, Italian, 
7438                 Brazilian Portuguese, Russian, and Serbian translations, 
7439                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7440                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7441                 Ruslan N. Balkin, and Urke MMI
7442
7443 2003-05-23 [melvin]     0.8.11claws176
7444
7445         * po/fr.po
7446                 Updated French translations
7447
7448 2003-05-22 [paul]       0.8.11claws175
7449
7450         * src/Makefile.am
7451           src/addrbook.[ch]
7452           src/addrcache.[ch]
7453           src/addr_compl.[ch]
7454           src/adressbook.[ch]
7455           src/addrindex.[ch]
7456           src/addritem.[ch]
7457           src/editaddress.c
7458           src/editgroup.c
7459           src/editldap_basedn.c
7460           src/editldap.c
7461           src/jpilot.c
7462           src/vcard.c
7463                 revert to get ldap into it previous working state
7464                 
7465         * po/zh_TW.Big5.po
7466                 new Taiwanese translation,
7467                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7468
7469 2003-05-22 [christoph]  0.8.11claws174
7470
7471         * src/plugins/spamassassin/libspamc.[ch]
7472                 sync libspamc with SpamAssaain release 2.55
7473
7474 2003-05-22 [paul]       0.8.11claws173
7475
7476         * sync with 0.9.0cvs7
7477                 see ChangeLog 2003-05-22
7478                 
7479         * src/summaryview.c
7480                 revert change in 0.8.11claws172: follow
7481                 Hiroyuki's decision and that's the end of it.
7482
7483 2003-05-21 [paul]       0.8.11claws172
7484
7485         * src/summaryview.c
7486                 fix discrepency between open_unread_on_enter
7487                 and always_show_msg
7488
7489 2003-05-21 [paul]       0.8.11claws171
7490
7491         * sync with 0.9.0cvs6
7492                 see ChangeLog 2003-05-21
7493
7494 2003-05-21 [paul]       0.8.11claws170
7495
7496         * sync with 0.9.0cvs5
7497                 see ChangeLog 2003-05-21
7498
7499 2003-05-20 [paul]       0.8.11claws169
7500
7501         * sync with 0.9.0cvs4
7502                 see ChangeLog 2003-05-20
7503                 fixes bug #152, 'encoding of IMAP folders names'
7504
7505 2003-05-20 [paul]       0.8.11claws168
7506
7507         * sync with 0.9.0cvs3
7508                 see ChangeLog 2003-05-20
7509                 
7510         * src/tools/convert_mbox.pl
7511                 minor change in the comments, submitted by Fred Marton
7512
7513 2003-05-19 [paul]       0.8.11claws167
7514
7515         * src/plugins/clamav/Makefile.am
7516           configure.ac
7517                 link clamav_lib to the plugin and not to the main program
7518
7519 2003-05-19 [christoph]
7520
7521         * src/Makefile.am
7522                 add -export-dynamic for linking
7523
7524 2003-05-19 [paul]       0.8.11claws166
7525
7526         * sync with 0.9.0cvs1
7527                 see ChangeLog 2003-05-19
7528
7529 2003-05-19 [paul]       0.8.11claws165
7530
7531         * src/inc.c
7532                 fix 'pop before smtp' timeout
7533
7534 2003-05-18 [alfons]     0.8.11claws164
7535
7536         * src/prefs_matcher.c
7537                 put "execute" action command line ("expression") in edit box
7538
7539 2003-05-18 [christoph]  0.8.11claws163
7540
7541         * src/mimeview.[ch]
7542         * src/plugins/dillo_viewer/dillo_viewer.c
7543         * src/plugins/image_viewer/viewer.c
7544         * src/plugins/mathml_viewer/mathml_viewer.c
7545                 let a viewer have a list of Content-Types
7546
7547 2003-05-18 [paul]       0.8.11claws162
7548
7549         * src/prefs_filtering.c
7550                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7551                 and REDIRECT actions
7552
7553 2003-05-17 [christoph]
7554
7555         * README.claws
7556                 o remove dynamic signatures that was syned with main
7557                 o add infos about no longer "build in" image viewer
7558                 o update bugtracker URL
7559
7560 2003-05-17 [christoph]  0.8.11claws161
7561
7562         * src/folder.c
7563         * src/folderview.c
7564         * src/imap.c
7565                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7566                 for every folder after rebuilding the folder tree.
7567
7568         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7569          messages)
7570
7571 2003-05-17 [christoph]  0.8.11claws160
7572
7573         * src/imap.c
7574                 don't use STATUS command on current folder to check for
7575                 content changes. imap_cmd_ok() now tracks changes to
7576                 folder and number of existing messages.
7577
7578 2003-05-17 [paul]       0.8.11claws159
7579
7580         * src/plugins/clamav/clamav_plugin.c
7581                 remove unnecessary debug_print
7582
7583 2003-05-16 [thorsten]   0.8.11claws158
7584
7585         * src/plugins/demo.c
7586                 included missing intl.h
7587
7588 2003-05-16 [paul]       0.8.11claws157
7589
7590         * po/POTFILES.in
7591                 remove non-existant entries
7592         
7593         * src/plugins/clamav/clamav_plugin.c
7594           src/plugins/clamav/clamav_plugin_gtk.c
7595           src/plugins/dillo_viewer/dillo_prefs.c
7596           src/plugins/dillo_viewer/dillo_viewer.c
7597                 gettextise
7598
7599 2003-05-16 [christoph]  0.8.11claws156
7600
7601         * po/POTFILES.in
7602                 include plugin .c files for translation until I
7603                 find a better solution to have plugins have their
7604                 own textdomain
7605         * src/plugins/demo/demo.c
7606         * src/plugins/image_viewer/plugin.c
7607         * src/plugins/mathml_viewer/mathml_viewer.c
7608         * src/plugins/spamassassin/spamassassin.c
7609         * src/plugins/spamassassin/spamassassin_gtk.c
7610         * src/plugins/trayicon/trayicon.c
7611                 add gettext macros for plugin name and description
7612
7613 2003-05-16 [paul]
7614
7615         * sync with 0.9.0
7616
7617 2003-05-16 [paul]       0.8.11claws155
7618
7619         * sync with lastest 0.9.0pre1
7620                 see ChangeLog 2003-05-16
7621
7622 2003-05-15 [paul]       0.8.11claws154
7623
7624         * sync with latest 0.9.0pre1
7625                 see ChangeLog 2003-05-14 and 2003-05-15
7626
7627 2003-05-14 [christoph]  0.8.11claws153
7628
7629         * src/plugins/image_viewer/viewer.c
7630         * src/plugins/image_viewer/viewer.glade         ** NEW **
7631         * src/plugins/image_viewer/viewerprefs.c
7632                 make it possible to disable the autoload function in the
7633                 imageviewer again
7634
7635 2003-05-14 [christoph]  0.8.11claws152
7636
7637         * src/folder.c
7638                 fix folder update after adding a message
7639
7640 2003-05-13 [alfons]     0.8.11claws151
7641
7642         * src/common/session.c
7643                 remove debug traces
7644                 
7645         * src/addrcache.[ch]
7646         * src/filtering.[ch]
7647         * src/folder.[c]
7648         * src/gtkaspell.[ch]
7649         * src/imap.[ch]
7650         * src/mbox_folder.[ch]
7651         * src/mh.[ch]
7652         * src/mimeview.h
7653         * src/msgcache.[ch]
7654         * src/news.[ch]
7655         * src/passphrase.[ch]
7656         * src/prefs_common.[ch]
7657         * src/prefs_gtk.[ch]
7658         * src/procmsg.c
7659         * src/scoring.[ch]
7660                 be pedantic; (in prototypes () implies (int))
7661
7662 2003-05-13 [alfons]     0.8.11claws150
7663
7664         * src/prefs_toolbar.[ch]
7665         * src/summaryview.[ch]
7666         * src/toolbar.[ch]
7667                 change misleading text in toolbar prefs;
7668                 add toolbar action for ignore thread (toggles ignore thread flag);
7669                 clean up a little bit;
7670
7671 2003-05-12 [paul]
7672
7673         * tools/convert_mbox.pl
7674                 bug fixed by Fred Marton
7675
7676 2003-05-12 [paul]
7677
7678         * sync with 0.9.0pre1
7679
7680 2003-05-09 [paul]       0.8.11claws149
7681
7682         * sync with 0.8.11cvs43
7683                 see ChangeLog 2003-05-09
7684
7685 2003-05-08 [christoph]  0.8.11claws148
7686
7687         * src/imap.[ch]
7688                 o use CAPABILIY as first command and check for PREAUTH
7689                   information in the response to it
7690                 o rewrite all imap_cmd_* functions to use an IMAPSession
7691                   instead of a SockInfo as parameter
7692                 o do STARTTLS after fetching and checking the server
7693                   capabilities
7694
7695 2003-05-08 [paul]       0.8.11claws147
7696
7697         * tools/Makefile.am
7698           tools/README
7699           tools/convert_mbox.pl         ** NEW FILE **
7700                 add mbox conversion script. Submitted by 
7701                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7702
7703 2003-05-07 [christoph]
7704
7705         * doc-src/glade.txt
7706         * src/gtk/pluginwindow.glade
7707         * src/plugins/image_viewer/viewerprefs.glade
7708         * src/plugins/spamassassin/spamassassin_gtk.glade
7709                 add glade files for user interfaces and a description how
7710                 to use glade to create the sylpheed code
7711
7712 2003-05-07 [paul]       0.8.11claws146
7713
7714         * sync with 0.8.11cvs41
7715                 see ChangeLog 2003-05-07
7716
7717 2003-05-06 [christoph]  0.8.11claws145
7718
7719         * src/main.c
7720         * src/plugins/image_viewer/viewer.c
7721                 fix usage of imlib in imageviewer plugin
7722
7723         * src/gtk/prefswindow.c
7724                 handle window close event correctly
7725
7726 2003-05-06 [paul]       0.8.11claws144
7727
7728         * src/common/ssl.c
7729                 fix typo introduced in sync
7730
7731 2003-05-06 [paul]       0.8.11claws143
7732
7733         * sync with 0.8.11cvs39
7734                 see ChangeLog 2003-05-06
7735
7736 2003-05-06 [paul]       0.8.11claws142
7737
7738         * AUTHORS
7739           po/cs.po
7740                 updated Czech translation, submitted by 
7741                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7742                 
7743         * src/plugins/clamav/clamav_plugin_gtk.c
7744                 clean up
7745
7746 2003-05-03 [alfons]     0.8.11claws141
7747
7748         * src/compose.[ch]
7749                 make paste as quotation work even when the call to 
7750                 text_inserted() was deferred (fixes bug #140 "Paste 
7751                 as quotation does not work when using "external" 
7752                 clipboard")
7753
7754 2003-05-03 [thorsten]   0.8.11claws140
7755
7756         * src/addrquery.h
7757           src/ldapquery.h
7758           src/mainwindow.c
7759                 removed C++ comments
7760         * src/addr_compl.c
7761                 function with non-int retval/param used before
7762                 implementation/declaration
7763
7764 2003-05-02 [paul]       0.8.11claws139
7765
7766         * src/addr_compl.[ch]
7767           src/addressbook.[ch]
7768           src/addrindex.c
7769           src/summaryview.c
7770                 revert match's changes to (finally) remove the bug where
7771                 opening a folder causes massive slowdown when using the 
7772                 'Display sender using address book' option
7773
7774 2003-05-01 [melvin]     0.8.11claws138
7775
7776         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7777         * src/plugins/dillo_viewer/dillo_viewer.c
7778                 Fixed bug where "Cancel" button from prefs issued
7779                 warnings.
7780                 Comply a little more to coding style
7781
7782 2003-05-01 [paul]       0.8.11claws137
7783
7784         * sync with 0.8.11cvs38
7785                 see ChangeLog 2003-05-01
7786
7787 2003-05-01 [paul]       0.8.11claws136
7788
7789         * po/bg.po
7790                 updated by George Danchev
7791
7792 2003-04-30 [christoph]  0.8.11claws135
7793
7794         * src/plugins/dillo_viewer/dillo_prefs.c
7795         * src/plugins/image_viewer/viewerprefs.c
7796         * src/plugins/spamassassin/spamassassin_gtk.c
7797                 remove gtk_widget_ref() calls for widgets in
7798                 glade code
7799
7800 2003-04-30 [paul]       0.8.11claws134
7801
7802         * src/addrindex.c
7803                 ok, this time a better fix for the bug where opening folder
7804                 has massive slowdown when using the 'Display sender using 
7805                 address book' option
7806
7807 2003-04-30 [paul]       0.8.11claws133
7808
7809         * src/addrindex.c
7810                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7811         
7812 2003-04-30 [melvin]     0.8.11claws132
7813
7814         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7815
7816         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7817                 Preferences for the dillo plugin
7818         * src/plugins/dillo_viewer/dillo_viewer.c
7819                 Support for preferences
7820         * src/plugins/dillo_viewer/Makefile.am
7821                 Added dillo_prefs.[ch]
7822
7823 2003-04-30 [alfons]     0.8.11claws131
7824
7825         * src/common/plugin.[ch]
7826                 see? this ANSI C'fication immediately gives us type
7827                 checking for free.
7828
7829 2003-04-30 [alfons]     0.8.11claws130
7830
7831         * src/common/plugin.[ch]
7832         * src/plugins/clamav/clamav_plugin.[ch]
7833         * src/plugins/clamav/clamav_plugin_gtk.c
7834         * src/plugins/demo/demo.c
7835         * src/plugins/dillo_viewer/dillo_viewer.c
7836         * src/plugins/image_viewer/plugin.c
7837         * src/plugins/image_viewer/viewer.[ch]
7838         * src/plugins/image_viewer/viewerprefs.[ch]
7839         * src/plugins/mathml_viewer/mathml_viewer.c
7840         * src/plugins/spamassassin/spamassassin.[ch]
7841         * src/plugins/spamassassin/spamassassin_gtk.c
7842         * src/plugins/trayicon/trayicon.c
7843                 clean up
7844
7845 2003-04-30 [alfons]     0.8.11claws129
7846
7847         * src/common/utils.c
7848                 make is_ascii_str() fail gracefully when NULL pointer
7849                 is passed
7850
7851 2003-04-30 [paul]       0.8.11claws128
7852
7853         * src/addrindex.c
7854                 fix bug where opening folder has massive slowdown when
7855                 using the 'Display sender using address book' option
7856
7857 2003-04-30 [paul]       0.8.11claws127
7858
7859         * src/plugins/clamav/clamav_plugin.c
7860           src/plugins/clamav/clamav_plugin_gtk.c
7861           src/plugins/demo/demo.c
7862           src/plugins/dillo_viewer/dillo_viewer.c
7863           src/plugins/image_viewer/plugin.c
7864           src/plugins/mathml_viewer/mathml_viewer.c
7865           src/plugins/spamassassin/spamassassin.c
7866           src/plugins/spamassassin/spamassassin_gtk.c
7867           src/plugins/trayicon/trayicon.c
7868                 get rid of eye-hurting function signatures
7869
7870 2003-04-30 [paul]       0.8.11claws126
7871
7872         * src/plugins/trayicon/trayicon.c
7873                 add description
7874                 
7875         * src/mimeview.c
7876                 be more descriptive
7877
7878 2003-04-30 [paul]       0.8.11claws125
7879
7880         * configure.ac
7881                 arrange the plugins in reverse alphabetical order
7882                 
7883         * src/plugins/clamav/clamav_plugin.[ch]
7884           src/plugins/clamav/clamav_plugin_gtk.c
7885                 rename some params
7886                 resize max_size window
7887                 re-arrange the order of some gui elements
7888                 improve descriptions
7889         
7890         * src/plugins/image_viewer/plugin.c
7891           src/plugins/mathml_viewer/mathml_viewer.c
7892                 add descriptions
7893                 
7894         * src/plugins/spamassassin/spamassassin_gtk.c
7895                 resize max_size window
7896                 re-arrange the order of some gui elements
7897                 
7898         * src/messageview.c
7899           src/mimeview.c
7900                 correct typos
7901
7902 2003-04-30 [alfons]     0.8.11claws124
7903
7904         * src/imap.c
7905                 fix a leak found while browsing Martin Kluge's 
7906                 valgrind log (Claws only)
7907
7908 2003-04-29 [darko]      0.8.11claws123
7909
7910         * src/gtk/gtkstext.h
7911                 include wchar.h if it is available, fixes compilation
7912                 on HP-UX systems
7913
7914 2003-04-29 [melvin]     0.8.11claws122
7915
7916         * src/prefs_actions.c
7917                 Improved help text of Actions' syntax
7918
7919 2003-04-28 [paul]       0.8.11claws121
7920
7921         * src/action.c
7922                 a better fix for the crash when performing an action
7923                 on a mime part
7924
7925 2003-04-28 [paul]       0.8.11claws120
7926
7927         * src/action.c
7928                 fix crash when performing an action on a
7929                 mime part
7930
7931 2003-04-28 [paul]       0.8.11claws119
7932
7933         * sync with 0.8.11cvs36
7934                 see ChangeLog 2003-04-28
7935
7936 2003-04-27 [paul]       0.8.11claws118
7937
7938         * more sync with 0.8.11cvs35
7939                 see ChangeLog 2003-04-25
7940
7941 2003-04-26 [christoph]  0.8.11claws117
7942
7943         * src/folder.c
7944                 fix remove virtual check
7945
7946 2003-04-26 [paul]       0.8.11claws116
7947
7948         * src/messageview.c
7949                 fix return-receipt, make it work again
7950
7951 2003-04-26 [paul]       0.8.11claws115
7952
7953         * src/mimeview.c
7954                 restore double-clicking of the [application/pgp-signature 
7955                 (Select "Check signature" to check)] line in the message view,
7956                 broken in recent sync
7957
7958 2003-04-26 [christoph]  0.8.11claws114
7959
7960         * src/folder.c
7961                 check if remove virtual really exists before
7962                 calling the function
7963
7964 2003-04-25 [match]      0.8.11claws113
7965
7966         * src/addrindex.c
7967         * src/addrbook.c
7968         * src/ldapquery.[ch]
7969         * src/ldapctrl.[ch]
7970                 fix memleak.
7971         * src/ldapserver.[ch]
7972                 fix memleak. fix segfault.
7973                 plug a Claws memleak
7974
7975 2003-04-25 [alfons]     0.8.11claws112
7976
7977         * src/folder.c
7978                 plug a Claws memleak
7979
7980 2003-04-25 [alfons]     0.8.11claws111
7981
7982         * src/common/session.c
7983                 plug a memleak
7984
7985 2003-04-25 [paul]       0.8.11claws110
7986
7987         * sync with 0.8.11cvs35
7988                 see ChangeLog 2003-04-24 and 2003-04-25
7989                 
7990         * src/gtk/pluginwindow.c
7991                 correct another strange float value
7992
7993 2003-04-24 [christoph]  0.8.11claws109
7994
7995         * src/folder.c
7996                 freeze folder item updates when unsetting new flags
7997
7998         * src/gtk/pluginwindow.c
7999                 correct strange float value
8000
8001 2003-04-23 [paul]       0.8.11claws108
8002
8003         * sync with 0.8.11cvs33
8004                 see ChangeLog 2003-04-23
8005
8006 2003-04-22 [paul]       0.8.11claws107
8007
8008         * src/Makefile.am
8009           src/messageview.c
8010           src/mimeview.c
8011           src/pgptext.[ch]      ** REMOVED **
8012                 remove pgptext.[ch] as its not used any more
8013
8014 2003-04-22 [paul]       0.8.11claws106
8015
8016         * sync with 0.8.11cvs31
8017                 see ChangeLog 2003-04-21 and 2003-04-22
8018
8019 2003-04-21 [alfons]     0.8.11claws105
8020
8021         * src/main.c
8022                 No access to GTK structures if we're a spawned child
8023                 (and clean up code a little bit...) Should fix #126.
8024
8025 2003-04-21 [melvin]     0.8.11claws104
8026
8027         * src/plugins/dillo_viewer/README
8028                 Improved slightly the text.
8029
8030 2003-04-21 [melvin]     0.8.11claws103
8031
8032         * src/plugins/dillo_viewer/README *** NEW ***
8033                 Added a README file for the Dillo plugin
8034
8035 2003-04-20 [paul]
8036
8037         * tools/README
8038           tools/outlook2sylpheed.pl
8039                 updated and improved by Ricardo Mones Lastra
8040
8041 2003-04-18 [oliver]     0.8.11claws102
8042
8043         * src/inc.c 
8044         * src/prefs_account.h
8045                 remove Pop3SessionType (used by selective download)
8046         * src/prefs_toolbar.c
8047                 enable set Default Toolbar button
8048
8049 2003-04-18 [paul]       0.8.11claws101
8050
8051         * sync with 0.8.11cvs29
8052                 see ChangeLog 2003-04-18
8053
8054 2003-04-17 [paul]       0.8.11claws100
8055
8056         * src/prefs_common.[ch]
8057           src/summaryview.c
8058                 remove 'Open next message on deletion' option,
8059                 as the same effect can now be achieved via the
8060                 'Always open messages in summary when selected'
8061                 option.
8062
8063 2003-04-17 [paul]       0.8.11claws99
8064
8065         * sync with 0.8.11cvs28
8066                 see ChangeLog 2003-04-17
8067
8068 2003-04-17 [christoph]  0.8.11claws98
8069
8070         * ac/spamassassin.m4
8071         * src/plugins/spamassassin/libspamc.[ch]
8072         * src/plugins/spamassassin/utils.[ch]
8073                 sync libspamc with SpamAssassin project
8074
8075 2003-04-17 [christoph]  0.8.11claws97
8076
8077         * src/common/socket.h
8078         * src/gtk/sslcertwindow.h
8079                 rename old USE_SSL to USE_OPENSSL
8080
8081 2003-04-17 [paul]       0.8.11claws96
8082
8083         * src/prefs_common.h
8084                 use gulong for P_COLOR so that it compiles/runs on
8085                 64-bit systems. Patch submitted by James Noyes
8086                 <jnoyes-claws@retrogeeks.com>
8087                 
8088         * po/de.po
8089                 updated by Jens
8090
8091 2003-04-17 [paul]       0.8.11claws95
8092
8093         * sync with 0.8.11cvs27
8094                 see ChangeLog 2003-04-16
8095
8096 2003-04-15 [paul]       0.8.11claws94
8097
8098         * src/prefs_common.[ch]
8099                 rearrange to stop the window getting too long:
8100                         move Receive dialog stuff to Receive tab
8101                         move Send dialog to Send tab
8102                         remove Dialogs frame
8103                 rename 'Open messages in summary with cursor keys' to
8104                 'Always open messages in summary when selected', as its
8105                 more appropriate
8106
8107 2003-04-15 [paul]       0.8.11claws93
8108
8109         * src/prefs_common.[ch]
8110           src/summaryview.c
8111                 add new option '/Interface/Open next message on deletion'
8112
8113 2003-04-15 [paul]       0.8.11claws92
8114
8115         * src/summaryview.[ch]
8116                 add /Mark/Lock and /Mark/Unlock to the pop-up
8117                 menu. Patch submitted by Ivan Francolin Martinez
8118                 <ivanfm@users.sourceforge.net>
8119
8120 2003-04-15 [paul]       0.8.11claws91
8121
8122         * sync with 0.8.11cvs24
8123                 see ChangeLog 2003-04-15
8124
8125 2003-04-14 [jens]       0.8.11claws90
8126
8127         * updated German translation and some corrections from
8128                 Roland Bless <bless@tm.uka.de>
8129
8130 2003-04-14 [paul]       0.8.11claws89
8131
8132         * sync with 0.8.11cvs22
8133                 see ChangeLog 2003-04-14
8134
8135 2003-04-13 [paul]       0.8.11claws88
8136
8137         * src/plugins/clamav/clamav_plugin.c
8138                 fix memory leaks
8139                 clean up
8140
8141 2003-04-12 [paul]       0.8.11claws87
8142
8143         * src/plugins/clamav/clamav_plugin.c
8144                 activate enable/disable archive scanning option
8145                 
8146         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8147
8148 2003-04-12 [paul]       0.8.11claws86
8149
8150         * src/plugins/Makefile.am
8151           src/plugins/clamav/Makefile.am                ** NEW FILE **
8152           src/plugins/clamav/README                     ** NEW FILE ** 
8153           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8154           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8155                 add Clam AntiVirus plugin
8156
8157 2003-04-12 [paul]       0.8.11claws85
8158
8159         * sync with 0.8.11cvs21
8160                 see ChangeLog 2003-04-11
8161
8162 2003-04-11 [paul]       0.8.11claws84
8163
8164         * po/es.po
8165                 update Spanish translation. Submitted by Ricardo
8166                 Mones Lastra.
8167
8168 2003-04-10 [christoph]  0.8.11claws83
8169
8170         * src/mbox.c
8171                 fix typo that did not move unfiltered mails to destination
8172                 folder
8173
8174         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8175          when filtering from spool)
8176
8177 2003-04-10 [christoph]  0.8.11claws82
8178
8179         * src/imap.c
8180                 use BODY.PEEK instead of BODY in in message fetch operation
8181                 to make sure the IMAP server does not set the \Seen flag for
8182                 messages. Sylpheed does that later itself, when the message
8183                 is opened in sylpheed
8184
8185         (closes Bug 111 Claws destroys unread marks)
8186
8187 2003-04-09 [oliver]     0.8.11claws81
8188         
8189         * src/folder.c
8190                 fix crash in folder_destroy
8191         * README.claws
8192                 remove selective download
8193
8194 2003-04-09 [christoph]  0.8.11claws80
8195
8196         * src/imap.c
8197                 fix crash in imap_get_msginfo() when then fetched message
8198                 is not found
8199
8200         (closes Bug 110 Crash during mail composition)
8201
8202 2003-04-08 [christoph]  0.8.11claws79
8203
8204         * src/folder.c
8205         * src/prefs_account.c
8206                 Filter new messages that are found in an INBOX folder
8207                 when 'Filter messages on receiving' is enabled in the
8208                 Folder's AccountPrefs. This allows to use Sylpheed's
8209                 filtering engine for IMAP folders where messages are
8210                 added to the INBOX by a MTA
8211
8212 2003-04-08 [paul]       0.8.11claws78
8213
8214         * src/procmsg.h
8215                 clean up after last commit
8216
8217 2003-04-08 [paul]       0.8.11claws77
8218
8219         * sync with 0.8.11cvs20
8220                 see ChangeLog 2003-04-07 and 2003-04-08
8221
8222 2003-04-07 [christoph]  0.8.11claws76
8223
8224         * src/filtering.[ch]
8225         * src/inc.[ch]
8226         * src/mbox.c
8227         * src/procmsg.[ch]
8228                 add procmsg_msginfo_filter() to execute filtering actions
8229
8230 2003-04-06 [christoph]  0.8.11claws75
8231
8232         * src/imap.c
8233                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8234
8235 2003-04-06 [christoph]  0.8.11claws74
8236
8237         * src/common/utils.[ch]
8238                 add g_int_compare() function for slist sorting
8239
8240         * src/imap.c
8241                 fetch all MsgInfos with one command in imap_get_msginfos()
8242                 using an imap set with a list of ranges
8243
8244         * src/news.c
8245                 use new g_int_compare() function
8246
8247 2003-04-06 [thorsten]   0.8.11claws73
8248
8249         * src/mh.c
8250                 corrected implementation of mh_folder_destroy()
8251
8252 2003-04-05 [christoph]  0.8.11claws72
8253
8254         * src/account.c
8255         * src/folder.[ch]
8256         * src/folderview.c
8257         * src/imap.c
8258         * src/inc.c
8259         * src/main.c
8260         * src/mainwindow.c
8261         * src/mbox_folder.c
8262         * src/mh.c
8263         * src/mimeview.h
8264         * src/msgcache.[ch]
8265         * src/news.c
8266         * src/procmime.h
8267         * src/procmsg.[ch]
8268         * src/setup.c
8269         * src/gtk/gtkutils.c
8270                 o rename structure field names class and new to klass and
8271                   new_msgs, to allow including files in C++
8272                 o add 'extern "C"' block to some header files
8273                 o add MsgInfoList and MsgNumberList as alias for GSList for
8274                   developers to know what type of list is expected
8275
8276         * src/plugins/image_viewer/plugin.c
8277         * src/plugins/image_viewer/viewer.[ch]
8278         * src/plugins/image_viewer/viewerprefs.[ch]
8279                 rename function names to prevent conflicts
8280
8281 2003-04-05 [paul]       0.8.11claws71
8282
8283         * sync with 0.8.11cvs18
8284                 see ChangeLog 2003-04-03 and 2003-04-04
8285
8286 2003-04-02 [christoph]  0.8.11claws70
8287
8288         * src/folder.[ch]
8289         * src/imap.[ch]
8290         * src/mbox_folder.[ch]
8291         * src/mh.[ch]
8292         * src/news.[ch]
8293                 o Make all virtual folder functions private
8294                 o remove unused folder code
8295
8296         * src/common/socket.[ch]
8297         * src/summaryview.c
8298                 fix warnings
8299
8300 2003-03-30 [alfons]     0.8.11claws69
8301
8302         * src/send_message.c
8303                 remove two debug traces and see if people still report
8304                 errors
8305
8306 2003-03-30 [alfons]     0.8.11claws68
8307
8308         * src/send_message.c
8309         * src/commons/session.c
8310                 add more debug traces
8311
8312 2003-03-30 [christoph]  0.8.11claws67
8313
8314         * src/folder.c
8315                 change processing folder name from .processing to processing
8316
8317         * src/common/ssl.c
8318                 disable SSL certificate check because it causes Xlib error
8319                 when the child process want's to open an GTK window
8320
8321 2003-03-30 [christoph]  0.8.11claws66
8322
8323         * src/folder.c
8324                 don't use default folder for processing folder item because
8325                 it can be a non local folder
8326
8327         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8328
8329 2003-03-30 [alfons]     0.8.11claws65
8330
8331         * src/send_message.c
8332                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8333                 to generate bad code for 'send_send_data_progressive': When
8334                 called from 'send_send_data_finished', the 'data' pointer is
8335                 cleared just before the assignment to the dialog pointer
8336
8337 2003-03-29 [christoph]  0.8.11claws64
8338
8339         * src/common/prefs.h
8340         * src/plugins/image_viewer/Makefile.am
8341         * src/plugins/image_viewer/plugin.c
8342         * src/plugins/image_viewer/viewer.[ch]
8343         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8344                 add PrefsPage for ImageViewer
8345
8346 2003-03-28 [thorsten]   0.8.11claws63
8347
8348         * src/common/session.c
8349                 added some comments
8350
8351 2003-03-28 [paul]       0.8.11claws62
8352
8353         * sync with 0.8.11cvs16
8354                 see ChangeLog 2003-03-28
8355
8356 2003-03-28 [paul]       0.8.11claws61
8357
8358         * sync with 0.8.11cvs15
8359                 see ChangeLog 2003-03-28
8360
8361 2003-03-27 [christoph]  0.8.11claws60
8362
8363         * src/folder.c
8364         * src/imap.c
8365         * src/common/socket.[ch]
8366                 set socket state to DISCONNECTED when any operation
8367                 fails to allow reconnecting in IMAP code without
8368                 checking the return code of all calls to the command
8369                 functions
8370
8371         * src/folderview.c
8372         * src/summaryview.c
8373                 remove some more stuff that depends on specific
8374                 folder types
8375
8376 2003-03-27 [paul]       0.8.11claws59
8377
8378         * sync with 0.8.11cvs14
8379                 see ChangeLog 2003-03-27
8380                 
8381         * src/selective_download.[ch]   ** REMOVED **
8382                 really removed
8383
8384 2003-03-27 [christoph]  0.8.11claws58
8385
8386         * src/folder.c
8387                 fix handling of tmp_flags in flag copy function
8388
8389 2003-03-27 [paul]       0.8.11claws57
8390
8391         * sync with 0.8.11cvs13
8392                 see ChangeLog 2003-03-27
8393
8394 2003-03-27 [oliver]     0.8.11claws56
8395
8396         * src/maiwindow.c
8397                 remove sel_download_cb
8398
8399 2003-03-27 [oliver]     0.8.11claws55
8400         
8401         * src/inc.c
8402                 remove POP3_TOP
8403         
8404 2003-03-26 [oliver]     0.8.11claws54
8405
8406         *src/pop.h
8407                 remove POP3_TOP*
8408         * README.claws
8409                 remove selective donwload readme
8410
8411 2003-03-26 [oliver]     0.8.11claws53
8412         * src/matcher.[ch]
8413         * src/matcher_parser_parse.y 
8414         * src/pop.c 
8415         * src/prefs_account.[ch]
8416         * src/prefs_filtering.c
8417                 remove selective donwload
8418
8419 2003-03-26 [oliver]     0.8.11claws52
8420
8421         * src/inc.[ch] 
8422         * src/filtering.c 
8423         * src/mainwindow.c 
8424                 remove selective donwload
8425
8426 2003-03-26 [oliver]     0.8.11claws51
8427         
8428         * src/Makefile.am
8429         * src/selective_download.[ch]   ** REMOVE **    
8430
8431 2003-03-26 [christoph]  0.8.11claws50
8432
8433         * src/news.c
8434                 fix NEWS that got broken by a sync with sylpheed-main
8435
8436 2003-03-26 [christoph]  0.8.11claws49
8437
8438         * src/mimeview.c
8439                 fix mime type guessing when no mime type is found for a file
8440
8441 2003-03-25 [christoph]  0.8.11claws48
8442
8443         * src/mimeview.c
8444         * src/procmime.c
8445                 remove mime type guessing from mime parser and use
8446                 name based mime types in viewer lookup for mime type
8447                 application/octet-stream
8448
8449 2003-03-25 [christoph]  0.8.11claws47
8450
8451         * doc-src/readme.txt
8452         * doc-src/rfc2554.txt
8453                 add RFC about SMTP AUTH
8454
8455         * src/send_message.c
8456         * src/common/smtp.[ch]
8457                 add extra error code for authentication errors and
8458                 clear temporary password when this error occurs
8459
8460         (closes Bug 84 authentication failure while sending should
8461          prompt for password again)
8462
8463 2003-03-25 [christoph]  0.8.11claws46
8464
8465         * configure.ac
8466         * src/Makefile.am
8467         * src/imageview.[ch]                            ** REMOVE **
8468         * src/messageview.[ch]
8469         * src/mimeview.[ch]
8470         * src/prefs_common.[ch]
8471         * src/textview.c
8472         * src/plugins/Makefile.am
8473         * src/plugins/image_viewer/.cvsignore           ** NEW **
8474         * src/plugins/image_viewer/Makefile.am          ** NEW **
8475         * src/plugins/image_viewer/plugin.c             ** NEW **
8476         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8477                 move image viewer into a plugin (building is enabled by default)
8478                 [ToDo: Prefs for resize and autoview]
8479
8480 2003-03-25 [paul]       0.8.11claws45
8481
8482         * sync with 0.8.11cvs12
8483                 see ChangeLog 2003-03-26
8484
8485 2003-03-25 [paul]       0.8.11claws44
8486
8487         * sync with 0.8.11cvs11
8488                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8489                 
8490         Note: Selective Download is broken.
8491                 
8492 2003-03-22 [christoph]  0.8.11claws43
8493
8494         * src/folder.c
8495                 code cleanup for flags copying
8496
8497 2003-03-22 [christoph]  0.8.11claws42
8498
8499         * src/plugins/trayicon/trayicon.c
8500                 fix setting the transparent area when the window size
8501                 is forced by the system tray
8502
8503 2003-03-22 [christoph]  0.8.11claws41
8504
8505         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8506         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8507         * src/plugins/trayicon/newmail.xpm              ** NEW **
8508         * src/plugins/trayicon/nomail.xpm               ** NEW **
8509         * src/plugins/trayicon/trayicon.c
8510         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8511                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8512                 o add icon for unread mails
8513                 o set transparency for window
8514
8515 2003-03-22 [christoph]  0.8.11claws40
8516
8517         * src/news.c
8518                 init news session to prevent crash when session is closed
8519
8520 2003-03-22 [christoph]  0.8.11claws39
8521
8522         * src/imap.c
8523         * src/common/session.[ch]
8524                 Init session data to make sure we don't have invalid pointers
8525                 for read_ch and write_ch when new multi process sessions are
8526                 not used
8527
8528         * src/main.c
8529         * src/common/plugin.c
8530         * src/common/sylpheed.c
8531         * src/plugins/demo/demo.c
8532         * src/plugins/dillo_viewer/dillo_viewer.c
8533         * src/plugins/mathml_viewer/mathml_viewer.c
8534         * src/plugins/spamassassin/spamassassin.c
8535         * src/plugins/spamassassin/spamassassin_gtk.c
8536                 add plugin types to allow loading plugins at different times
8537                 (and maybe for different frontends), because it's not good to
8538                 load GTK-Plugins gefore gtk_init was called
8539
8540         * configure.ac
8541         * src/plugins/Makefile.am
8542         * src/plugins/trayicon/.cvsignore               ** NEW **
8543         * src/plugins/trayicon/Makefile.am              ** NEW **
8544         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8545         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8546         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8547         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8548         * src/plugins/trayicon/trayicon.c               ** NEW **
8549                 New Trayicon plugin that shows an icon in a systray that uses
8550                 XEMBED protocol like Gnome's systray. Icon shows if there
8551                 are new mails and a tooltip shows information about new,
8552                 unread and total messages.
8553
8554 2003-03-22 [paul]       0.8.11claws38
8555
8556         * src/common/smtp.c
8557                 fix ESMTP AUTH CRAM-MD5
8558                 [sync with main (still version 0.8.11cvs6), see
8559                  ChangeLog 2003-03-22]
8560
8561 2003-03-21 [colin]      0.8.11claws37
8562
8563         * src/send_message.c
8564                 Fix USE_SSL => USE_OPENSSL
8565
8566 2003-03-21 [colin]      0.8.11claws36
8567
8568         * src/folderview.c
8569                 Fix counts in drag and dropped subfolders
8570
8571 2003-03-21 [colin]      0.8.11claws35
8572
8573         * src/folder.c 
8574         * src/folderview.c
8575                 speed up a bit folder dnd
8576
8577 2003-03-20 [alfons]     0.8.11claws34
8578
8579         * src/main.c
8580         * src/toolbar.c
8581         * src/procmsg.c
8582                 don't send locked queue messages
8583                 (feature request "[ 705245 ] Locking message in outbox 
8584                  should prevent sending")
8585
8586 2003-03-20 [christoph]  0.8.11claws33
8587
8588         * src/folder.c
8589                 remove NEW and UNREAD flag in special folders when scanning
8590                 
8591         * src/common/smtp.c
8592                 fix ESMTP AUTH CRAM-MD5
8593
8594 2003-03-20 [paul]       0.8.11claws32
8595
8596         * src/prefs_account.c
8597                 Re-write 'Tunnel command to open connection' as
8598                 'Use command to communicate with server', and disable
8599                 it for all except IMAP accounts
8600
8601 2003-03-20 [paul]       0.8.11claws31
8602
8603         * sync with 0.8.11cvs6
8604                 see ChangeLog 2003-03-20
8605
8606 2003-03-19 [match]      0.8.11claws30
8607
8608         * src/addritem.[ch]
8609                 include documentation. minor refactoring.
8610         * src/addr_compl.[ch]
8611         * src/addrindex.[ch]
8612         * src/addresbook.[ch]
8613         * src/summaryview.c
8614                 re-enable address lookup (was disabled in
8615                 0.8.11claws20).
8616
8617 2003-03-19 [christoph]  0.8.11claws29
8618
8619         * src/procmsg.c
8620                 add temp flag handling, will make moving and copying
8621                 messages possible again
8622
8623         * src/folder.c
8624                 correct calulation of folder stats
8625
8626 2003-03-18 [match]      0.8.11claws28
8627
8628         * src/editgroup.h
8629                 remove case sensitive comparison (closes bug 80).
8630
8631 2003-03-18 [christoph]  0.8.11claws27
8632
8633         * src/imap.c
8634                 fix imap using a tunnel command
8635
8636         (closes bug 87)
8637
8638 2003-03-18 [christoph]  0.8.11claws26
8639
8640         * src/folder.[ch]
8641         * src/imap.c
8642         * src/procmsg.[ch]
8643                 rewrite flag handling for folders
8644
8645 2003-03-18 [christoph]  0.8.11claws25
8646
8647         * src/folder.c
8648         * src/procmsg.c
8649         * src/summaryview.c
8650                 unset NEW and UNREAD flags when message is ignored, to make
8651                 sure messages don't show up as unread on other IMAP clients,
8652                 because the IGNORE_THREAD flag can not be syncronized through
8653                 the IMAP folder
8654
8655 2003-03-17 [christoph]  0.8.11claws24
8656
8657         * src/imap.c
8658                 don't use recursion to fetch uids when the number of messages
8659                 does not match. Moved code into subfunction that is used
8660                 again when needed, to prevent an endless loop.
8661
8662 2003-03-17 [thorsten]   0.8.11claws23
8663
8664         * src/imageview.[ch]
8665                 export imageview_get_resized_size() (for plugins)
8666         * src/prefs_common.[ch]
8667                 added prefs_common_get() (for plugins)
8668
8669 2003-03-17 [christoph]  0.8.11claws22
8670
8671         * src/imap.c
8672                 o remove UID guessing from copy code
8673                 o support UIDPLUS extension for APPEND command
8674
8675 2003-03-17 [paul]       0.8.11claws21
8676
8677         * src/gtk/about.c
8678                 remove 'Compiled-plugins' section.
8679                 
8680         * src/plugins/dillo_viewer/dillo_viewer.c
8681                 slight change to description text
8682
8683 2003-03-16 [match]      0.8.11claws20
8684         * src/ldapserver.[ch]           ** NEW **
8685         * src/ldapctrl.[ch]             ** NEW **
8686         * src/ldapquery.[ch]            ** NEW **
8687         * src/ldaputil.[ch]             ** NEW **
8688         * src/addrcindex.[ch]           ** NEW **
8689         * src/addrquery.h               ** NEW **
8690         * src/addritem.[ch]
8691         * src/addrcache.[ch]
8692         * src/addrindex.[ch]
8693         * src/addr_compl.[ch]
8694         * src/addressbook.[ch]
8695         * src/addrbook.[ch]
8696         * src/editgroup.c
8697         * src/editaddress.c
8698         * src/editldap.c
8699         * src/editldap_basedn.c
8700         * src/vcard.c
8701         * src/jpilot.c
8702         * src/Makefile.am
8703                 included dynamic LDAP queries. improved address
8704                 completion.
8705
8706 2003-03-16 [paul]       0.8.11claws19
8707
8708         * tools/multiwebsearch.pl
8709                 fix a fatal typo
8710
8711 2003-03-16 [christoph]  0.8.11claws18
8712
8713         * src/mimeview.c
8714         * src/plugins/dillo_viewer/dillo_viewer.c
8715         * src/plugins/mathml_viewer/mathml_viewer.c
8716                 make unregistering of MimeViewerFactorys possible
8717
8718 2003-03-16 [alfons]     0.8.11claws17
8719
8720         * configure.ac
8721                 correct typo
8722
8723 2003-03-16 [melvin]     0.8.11claws16
8724
8725         * src/plugins/dillo_viewer.c
8726                 Fixed bug where it was not possible to view more than
8727                 one text/html attachment per message (bug discovered
8728                 by Christoph Hohmann).
8729
8730 2003-03-15 [melvin]     0.8.11claws15
8731
8732         * src/prefs_actions.c
8733                 Fixed compilation warnings.
8734
8735 2003-03-15 [melvin]     0.8.11claws14
8736
8737         * src/plugins/Makefile.am
8738         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8739         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8740         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8741                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8742                 newer (http://dillo.auriga.wearlab.de/).
8743
8744 2003-03-15 [christoph]  0.8.11claws13
8745
8746         * src/imap.c
8747                 don't query imap folder for attributes because we already
8748                 for them from imap_status
8749
8750         * src/mimeview.[ch]
8751                 add support for plugable MimeViewers (unloading Viewers
8752                 not yet complete)
8753
8754         * src/plugins/Makefile.am
8755         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8756         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8757         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8758                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8759                 widget from http://helm.cs.unibo.it/mml-widget/
8760
8761 2003-03-14 [christoph]  0.8.11claws12
8762
8763         * src/folder.[ch]
8764                 o error return code's should better be negative
8765                 o replace printf with debug_print
8766
8767         * src/imap.c
8768                 improve IMAP folder scan by checking UID-NEXT
8769
8770         * src/summaryview.c
8771                 remove check that are unnecessary in my opinion
8772
8773 2003-03-13 [christoph]  0.8.11claws11
8774
8775         * src/folder.[ch]
8776         * src/foldersel.c
8777         * src/folderview.c
8778         * src/imap.c
8779         * src/mbox_folder.c
8780         * src/mh.c
8781         * src/news.c
8782         * src/prefs_scoring.c
8783         * src/summaryview.c
8784                 use a common function to get a displayable name
8785                 for a FolderItem
8786
8787 2003-03-13 [paul]       0.8.11claws10
8788
8789         * tools/Makefile.am
8790           tools/README
8791           tools/multiwebsearch.conf     ** NEW FILE **
8792           tools/multiwebsearch.pl       ** NEW FILE **
8793                 add multiwebsearch Actions script
8794
8795 2003-03-13 [colin]      0.8.11claws9
8796
8797         * src/compose.c
8798                 Remove leading emtpy lines from quoted text
8799                 before quoting it
8800
8801 2003-03-13 [melvin]     0.8.11claws8
8802
8803         * src/prefs_actions.c
8804                 Fixed a memory leak
8805                 Code clean ups
8806                 Added Cancel and OK buttons
8807                 Corrected help text
8808
8809 2003-03-13 [christoph]  0.8.11claws7
8810
8811         * src/account.c
8812         * src/folder.[ch]
8813         * src/imap.c
8814         * src/mainwindow.c
8815         * src/mbox_folder.c
8816         * src/mh.c
8817         * src/news.c
8818         * src/setup.c
8819                 replace more folder type stuff with folder class stuff
8820
8821 2003-03-13 [melvin]     0.8.11claws6
8822
8823         * src/prefs_actions.c
8824                 Added new tokens:
8825                 %u: user provided argument
8826                 %h: user provided argument (hidden on input)
8827                 %s: current text selection in the message view 
8828
8829 2003-03-13 [paul]       0.8.11claws5
8830
8831         * sync with 0.8.11cvs5
8832                 see ChangeLog 2003-03-11, 2003-03-12
8833
8834 2003-03-12 [christoph]  0.8.11claws4
8835
8836         * src/folder.c
8837                 use folder class idstr when writing folderlist.xml
8838
8839         * src/folder.h
8840         * src/imap.c
8841         * src/news.c
8842                 replace folder type checks with folder class checks
8843
8844 2003-03-12 [christoph]  0.8.11claws3
8845
8846         * src/folder.[ch]
8847         * src/imap.[ch]
8848         * src/main.c
8849         * src/mbox_folder.[ch]
8850         * src/mh.[ch]
8851         * src/news.[ch]
8852                 o create a list of known folder classes in the folder system
8853                 o use folder class id strings for folder item identifiers
8854
8855 2003-03-12 [christoph]  0.8.11claws2
8856
8857         * src/imap.c
8858                 fix imap uid validity check
8859
8860 2003-03-12 [christoph]  0.8.11claws1
8861
8862         * src/account.c
8863         * src/folder.[ch]
8864         * src/foldersel.c
8865         * src/folderview.c
8866         * src/imap.c
8867         * src/mainwindow.c
8868         * src/mbox_folder.c
8869         * src/mh.c
8870         * src/news.c
8871         * src/prefs_scoring.c
8872         * src/procmsg.c
8873         * src/setup.c
8874         * src/summaryview.c
8875                 initial restructuring of folder system, seperating
8876                 folders and folder classes
8877
8878 2003-03-12 [paul]       0.8.11claws
8879
8880         0.8.11claws release
8881
8882 2003-03-12 [christoph]
8883
8884         * src/gtk/prefswindow.c
8885                 fix translation of "Page Index"
8886
8887 2003-03-12 [paul]       0.8.10claws110
8888
8889         a sync from 0.8.11cvs4 before the release
8890
8891         * src/common/utils.c
8892                 subject_compare_for_sort(): allow null strings (fixes
8893                 summary sorting).
8894
8895 2003-03-11 [paul]       0.8.10claws109
8896
8897         * po/es.po
8898                 update Spanish translation, submitted by
8899                 Ricardo Mones Lastra
8900
8901 2003-03-11 [melvin]     0.8.10claws108
8902
8903         * po/fr.po
8904                 Updated French translations
8905
8906 2003-03-11 [paul]       0.8.10claws107
8907
8908         * manual/en/Makefile.am
8909           manual/en/*.html
8910                 update English manual, add a new page
8911                 updated by Francois Barriere <fbarriere@atmel.fr>
8912                 
8913         * po/bg.po
8914           po/it.po
8915           po/sr.po
8916                 update Bulgarian, Italian, and Serbian translations
8917                 submitted by George Danchev, Alessandro Maestri, and
8918                 Urke MMI
8919
8920 2003-03-10 [paul]       0.8.10claws106
8921
8922         * src/gtk/about.c
8923           src/gtk/prefswindow.c
8924                 make some strings translatable
8925
8926 2003-03-10 [darko]      0.8.10claws105
8927
8928         * src/compose.c
8929                 code cleanup to make Hiro happy
8930
8931 2003-03-10 [paul]       0.8.10claws104
8932
8933         * sync with 0.8.11cvs2
8934                 see ChangeLog 2003-03-10
8935
8936 2003-03-09 [melvin]     0.8.10claws103
8937
8938         * src/textview.c
8939                 textview_set_font(): fix for message display in
8940                 UTF-8 locales (thanks to Sergey Vlasov).
8941                 (was unintentionnaly reverted in 0.8.6claws6)   
8942
8943 2003-03-08 [darko]      0.8.10claws102
8944
8945         * src/compose.c
8946                 fix infinite loop in wrapping as reported
8947                 by happycactus
8948                 obsoletes patch #696482
8949
8950 2003-03-08 [christoph]  0.8.10claws101
8951
8952         * src/imap.c
8953                 add workaround for IMAP servers that do not
8954                 support the "UID SEARCH UID" command
8955
8956 2003-03-07 [christoph]  0.8.10claws100
8957
8958         * src/plugins/spamassassin/spamassassin.[ch]
8959         * src/plugins/spamassassin/spamassassin_gtk.c
8960                 code cleanup
8961
8962 2003-03-07 [paul]       0.8.10claws99
8963
8964         * po/es.po
8965                 updated Spanish translation, submitted by
8966                 Ricardo Mones Lastra
8967
8968 2003-03-07 [christoph]  0.8.10claws98
8969
8970         * src/send.c
8971                 fix in 0.8.10claws94 was wrong
8972                 local delivery does not require escaping, remove escaping
8973                 code to make signatures of mails with "." lines valid
8974                 
8975                 NOTE: requires that sendmail is executed with "-i" option,
8976                       what is the default now, but has to be changed in all
8977                       exsiting accounts)
8978
8979 2003-03-07 [paul]       0.8.10claws97
8980
8981         * sync with 0.8.11 release
8982                 see ChangeLog 2003-03-07
8983
8984 2003-03-06 [paul]       0.8.10claws96
8985
8986         * src/compose.c
8987                 revert commit 0.8.10claws92
8988
8989 2003-03-06 [paul]       0.8.10claws95
8990
8991         * src/folderview.c
8992                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
8993
8994         * src/gtkaspell.c
8995                 fix bug 74, 'Crash opening editor window with pseudo-color
8996                 display'
8997                 
8998         Patches submitted by Kevin Vigor <kevin@vigor.nu>
8999
9000 2003-03-06 [christoph]  0.8.10claws94
9001
9002         * src/send.c
9003                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9004                 all lines starting with a period get an extra period
9005                 inserted
9006                 (found by Simon 'corecode' Schubert)
9007
9008 2003-03-06 [paul]       0.8.10claws93
9009
9010         * src/folderview.c
9011                 if configured font can't be loaded fall back to gtk
9012                 default. (with thanks to Christoph)
9013                 
9014                 closes long-standing bug 15 'Crashes on startup'
9015
9016 2003-03-06 [paul]       0.8.10claws92
9017
9018         * src/compose.c
9019                 freeze text before autosave and thaw afterwards
9020                 fixes bug 67 'autosave make re-rediting message crazy'
9021
9022 2003-03-06 [christoph]  0.8.10claws91
9023
9024         * src/compose.c
9025                 ignore address comment in dupe check for Cc-list
9026
9027         (closes reopened bug 47 Replying to message strips name part of
9028          e-mail addresses of Cc: lines)
9029
9030 2003-03-06 [paul]       0.8.10claws90
9031
9032         * src/Makefile.am
9033                 remove reference to gtkxtext.h as its no longer in
9034                 the repository
9035
9036 2003-03-06 [paul]       0.8.10claws89
9037
9038         * sync with 0.8.10cvs25
9039                 see ChangeLog 2003-03-06
9040
9041 2003-03-06 [oliver]     0.8.10claws88
9042         
9043         * src/messageview.c
9044                 remove include
9045
9046 2003-03-06 [oliver]     0.8.10claws87
9047         
9048         * src/folderview.c 
9049                 remove changes introduced inclaws74
9050         * src/messageview.c
9051                 another attempt to sanely delete and update
9052                 messages deleted in separate messageview
9053
9054 2003-03-05 [christoph]  0.8.10claws86
9055
9056         * src/summaryview.c
9057                 check if "From" matches any account's address if
9058                 addressbook completion of addresses is disabled too
9059
9060         (closes Bug 70 "Display recipient in from" doesn't check
9061          folder's default account)
9062
9063 2003-03-05 [christoph]  0.8.10claws85
9064
9065         * src/compose.c
9066         * src/common/utils.[ch]
9067                 don't strip address comments when building Cc lists
9068
9069         (closes Bug 47 Replying to message strips name part of e-mail addresses
9070          of Cc: lines)
9071
9072         * src/folder.c
9073                 fix return value of copy function
9074
9075 2003-03-05 [christoph]  0.8.10claws84
9076
9077         * src/imap.c
9078                 don't ask imap server for non rfc822 headers
9079
9080         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9081
9082         * src/imap.c
9083                 destroy session on socket error to allow reconnecting
9084
9085 2003-03-05 [christoph]  0.8.10claws83
9086
9087         * configure.ac
9088                 fix building with gnome when no prefix is set
9089
9090         (closes bug 66 Gnome directory is set to NONE)
9091
9092 2003-03-05 [paul]       0.8.10claws82
9093
9094         * sync with 0.8.10cvs23
9095                 see ChangeLog 2003-03-05
9096
9097 2003-03-04 [christoph]  0.8.10claws81
9098
9099         * src/folder.c
9100                 o fix moving and copying when folder returns 0 for new
9101                   message number
9102                 o remove some code for single message copy and move
9103                   operations and use functions for multiple messages
9104
9105         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9106
9107         * src/news.c
9108                 remove unused include
9109
9110 2003-03-04 [paul]       0.8.10claws80
9111
9112         * src/gtk/about.c
9113                 list 'Compiled plugins'
9114
9115 2003-03-03 [christoph]  0.8.10claws79
9116
9117         * src/news.[ch]
9118                 have to multiply the percentage of the current fetch with
9119                 the percentage that it has of the total fetch operation
9120                 for correct values
9121
9122 2003-03-03 [christoph]  0.8.10claws78
9123
9124         * src/news.c
9125                 fix calculation of expected lines for progress indicator
9126
9127 2003-03-03 [christoph]  0.8.10claws77
9128
9129         * src/summaryview.c
9130         * src/common/utils.c
9131                 fix segfault when opening the root news folder
9132
9133 2003-03-03 [christoph]  0.8.10claws76
9134
9135         * src/mainwindow.[ch]
9136         * src/common/Makefile.am
9137         * src/common/progressindicator.[ch]
9138                 add UI independent progress indicator handling
9139
9140         * src/news.[ch]
9141                 use new progress indicator for message info fetching
9142
9143         * src/common/hooks.h
9144                 code cleanup
9145
9146 2003-03-03 [oliver]     0.8.10claws75
9147
9148         * src/toolbar.c
9149         * src/compose.c
9150                 removed commented code
9151
9152 2003-03-03 [oliver]     0.8.10claws74
9153
9154         * src/toolbar.[ch]
9155                 cleanups and refactoring
9156         * src/compose.[ch]
9157                 compose_reply_mode reply & forwarding interface for
9158                 toolbar buttons
9159         * src/folderview.c
9160                 act on messages marked for deletion in folderview_selected
9161                 based on prefs_common.immediate_exec since a message might 
9162                 have been deleted by messageview in a folder we are changing 
9163                 to (does anybody understand what I'm on about ?)
9164
9165 2003-03-03 [oliver]     0.8.10claws73
9166         
9167         * src/messageview.[ch]
9168                 new functions
9169                 - messageview_delete: delete message shown in messagview
9170                 - messageview_update_view: update messageview to currently 
9171                   selected summaryview message
9172                 - add separate messageview to msgview_list in order to update 
9173                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9174         * src/summaryview.[ch]
9175                 summary_get_selection returns a list of selected msgs
9176                 in summaryview
9177         * src/mainwindow.c
9178                 toolbar reply refactoring
9179
9180 2003-03-03 [paul]       0.8.10claws72
9181
9182         * sync with 0.8.10cvs21
9183                 see ChangeLog 2003-03-03
9184
9185 2003-03-02 [christoph]  0.8.10claws71
9186
9187         * src/common/passcrypt.c
9188                 use POSIX includes
9189
9190 2003-03-02 [christoph]  0.8.10claws70
9191
9192         * configure.ac
9193         * src/prefs_account.c
9194         * src/prefs_gtk.[ch]
9195         * src/common/.cvsignore
9196         * src/common/Makefile.am
9197         * src/common/passcrypt.c                ** NEW **
9198         * src/common/passcrypt.h.in             ** NEW **
9199                 Implement password encryption in config files
9200                 using unix encrypt and setkey functions. The crypt
9201                 key can be set as a configure parameter. Old
9202                 passwords will be converted if they do not begin
9203                 with '!'
9204
9205 2003-03-02 [paul]       0.8.10claws69
9206
9207         * src/prefs_account.c
9208                 fix compile error
9209
9210 2003-03-01 [thorsten]   0.8.10claws68
9211
9212         * po/el.po
9213           po/hr.po
9214           po/it.po
9215           po/nl.po
9216           po/sr.po
9217           po/sv.po
9218                 corrected format strings
9219         * po/en_GB.po
9220                 corrected headers
9221                 (fix compile errors with GNU gettext-0.11.5)
9222
9223 2003-03-01 [oliver]     0.8.10claws67
9224
9225         * src/summaryview.c
9226                 menu callbacks call toolbar_menu_reply
9227
9228 2003-03-01 [oliver]     0.8.10claws66
9229
9230         * src/mainwindow.c
9231         * src/messageview.c
9232                 menu callbacks call toolbar_menu_reply
9233         * src/toolbar.[ch]
9234                 callbacks from menu handled by toolbar_menu_reply
9235
9236 2003-03-01 [paul]       0.8.10claws65
9237
9238         * src/addressbook.c
9239                 revert commit 0.8.10claws54 - breaks editing of
9240                 addressbook.
9241                 
9242         * po/bg.po
9243                 update Bulgarian translation, submitted by
9244                 George Danchev
9245
9246 2003-02-28 [christoph]  0.8.10claws64
9247
9248         * src/account.c
9249         * src/addressadd.c
9250         * src/compose.c
9251         * src/gtkaspell.c
9252         * src/gtkxtext.h                ** REMOVE **
9253         * src/imap.c
9254         * src/matcher.[ch]
9255         * src/mh.c
9256         * src/news.c
9257         * src/pine.c
9258         * src/prefs_common.c
9259         * src/prefs_matcher.c
9260         * src/procheader.[ch]
9261         * src/procmsg.[ch]
9262         * src/toolbar.c
9263         * src/common/ssl_certificate.c
9264         * src/gtk/colorlabel.c
9265         * src/gtk/menu.c
9266                 o fix warnings
9267                 o remove code obsoleted by new cache and folder system rework
9268
9269 2003-02-28 [oliver]     0.8.10claws63
9270         
9271         * src/toolbar.[ch]
9272                 * fix bug where reply in Messageview replied to 
9273                 Message displayed in summaryview
9274                 (reportedd via ML by chinatinte at gmx dot ch)
9275                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9276                 didn't work in separate MessageView Toolbar
9277                 (wondering if anybody uses this at all ?)
9278         * src/summaryview.[ch]
9279                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9280                 (generalize reply and forward code);
9281         * src/messageview.c 
9282                 remove focus_in event which updated summaryview to messageview
9283
9284 2003-02-28 [paul]       0.8.10claws62
9285
9286         * po/Makefile.in.in
9287                 add the --check option
9288                 Patch submitted by Ricardo Mones Lastra
9289
9290 2003-02-28 [paul]       0.8.10claws61
9291
9292         * src/prefs_account.c
9293                 re-order 'Signature' items
9294
9295 2003-02-28 [paul]       0.8.10claws60
9296
9297         * sync with 0.8.10cvs20
9298                 see ChangeLog 2003-02-28
9299
9300 2003-02-28 [paul]       0.8.10claws59
9301
9302         * po/POTFILES.in
9303                 update to reflect recent movement of files
9304
9305 2003-02-28 [paul]       0.8.10claws58
9306
9307         * sync with 0.8.10cvs19
9308                 see ChangeLog 2003-02-28
9309
9310 2003-02-27 [martin]     0.8.10claws57
9311
9312         * src/prefs_matcher.c 
9313                 fix segfault in prefs_matcher_ok() when the
9314                 last entry is deleted and prevents that the
9315                 message "entry not saved" comes up after deleting
9316                 an entry
9317
9318 2003-02-27 [martin]     0.8.10claws56
9319
9320         * src/prefs_filtering.c 
9321                 fix segfault in prefs_filtering_ok() when the
9322                 last entry is deleted and prevents that the
9323                 message "entry not saved" comes up after deleting
9324                 an entry
9325
9326 2003-02-27 [paul]       0.8.10claws55
9327
9328         * sync with 0.8.10cvs18
9329                 see ChangeLog 2003-02-27
9330
9331 2003-02-27 [paul]       0.8.10claws54
9332
9333         * src/addressbook.c
9334                 fix bug where the address book crashes with 
9335                 multiple lookups.
9336                 Patch [687729] submitted by David Frager 
9337                 <dbfrager@users.sourceforge.net>
9338
9339 2003-02-25 [christoph]  0.8.10claws53
9340
9341         * src/Makefile.am
9342         * src/colorlabel.[ch]           ** REMOVE **
9343         * src/gtk/Makefile.am
9344         * src/gtk/colorlabel.[ch]       ** NEW **
9345                 move colorlabel files to gtk directory
9346
9347         * src/esmtp.[ch]                ** REMOVE **
9348                 has been merged into smtp.[ch] in 0.7.5
9349
9350 2003-02-25 [christoph]  0.8.10claws52
9351
9352         * src/Makefile.am
9353         * src/about.[ch]                ** REMOVE **
9354         * src/gtk/Makefile.am
9355         * src/gtk/about.[ch]            ** NEW **
9356                 move about files to gtk directory
9357
9358 2003-02-25 [christoph]  0.8.10claws51
9359
9360         * src/folder.c
9361                 some code optimization of folder scanning code
9362
9363         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9364
9365 2003-02-25 [christoph]  0.8.10claws50
9366
9367         * src/main.c
9368         * src/common/sylpheed.c
9369                 add command line parameter parsing to common code
9370
9371 2003-02-24 [christoph]
9372
9373         * Makefile.am
9374         * configure.ac
9375                 fix gnome prefix problems, the configure script now removed
9376                 `gnome-config --prefix` from `gnome-config --datadir`
9377                 and adds $(prefix} instead
9378
9379         (closes Bug 24 Makefile does not respect prefix when installing
9380          GNOME data)
9381
9382 2003-02-24 [christoph]  0.8.10claws49
9383
9384         * src/news.c
9385                 check for valid session before trying to authenticate
9386
9387         (closes Bug 60 crash if "authenticate on logon" is activated
9388          and newsserver-hostname is not valid)
9389
9390 2003-02-24 [melvin]     0.8.10claws48
9391
9392         * src/prefs_actions.c
9393                 Make sure all user's input is sent to the action and then
9394                 close the socket..
9395
9396 2003-02-23 [alfons]     0.8.10claws46
9397
9398         * src/summaryview.c
9399                 also wait cursor when deleting files
9400
9401 2003-02-23 [paul]
9402
9403         * tools/freshmeat_search.pl
9404           tools/google_search.pl
9405                 scripts should now work for any browser/browser command line
9406
9407 2003-02-22 [christoph]  0.8.10claws45
9408
9409         * src/procmsg.c
9410                 fix IMAP flag setting, IMAP flag is not handled correctly
9411                 anymore by the folder system and information about the
9412                 folder should not be saved in the MsgInfo (in my opinion)
9413
9414         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9415
9416 2003-02-22 [christoph]  0.8.10claws44
9417
9418         * src/summaryview.c
9419                 fix spelling of "label" ;-)
9420
9421 2003-02-22 [thorsten]   0.8.10claws43
9422
9423         * src/mimeview.c
9424           src/prefs_common.[ch]
9425           src/procmime.[ch]
9426                 do not use description as attachment name
9427
9428 2003-02-22 [alfons]     0.8.10claws42
9429
9430         * src/summaryview.c
9431                 freeze/thaw folder item updates when changing color labels,
9432                 and put a wait cursors on
9433
9434 2003-02-22 [thorsten]   0.8.10claws41
9435
9436         * src/mimeview.c
9437                 save-all fixes: crash if invoked on multipart container,
9438                 mimeinfo access, pathseparators, error dialog
9439
9440 2003-02-21 [alfons]     0.8.10claws40
9441
9442         * src/prefs_gtk.c
9443                 remove unused var
9444
9445 2003-02-21 [colin]      0.8.10claws39
9446
9447         * src/send.c
9448                 Fix smtp logging
9449
9450 2003-02-21 [colin]      0.8.10claws38
9451
9452         * src/summaryview.c
9453                 Freeze/thaw folderItem updates when filtering messages 
9454                 via Tools/Filter messages
9455
9456 2003-02-21 [paul]       0.8.10claws37
9457
9458         * src/compose.c
9459                 revert commit 0.8.10claws26, there are ulterior motives
9460                 for users to set a Reply-To header when posting to
9461                 newsgroups
9462
9463 2003-02-21 [paul]       0.8.10claws36
9464
9465         * sync with 0.8.10cvs17
9466                 see ChangeLog 2003-02-21
9467
9468 2003-02-20 [christoph]  0.8.10claws35
9469
9470         * src/imap.c
9471                 IMAP UID fetch speedup using SEARCH
9472
9473         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9474
9475         * src/imap.c
9476                 fix problem with UIDs in IMAP UID cache that no longer existed
9477
9478 2003-02-20 [christoph]  0.8.10claws34
9479
9480         * src/imap.c
9481         * src/procheader.c
9482         * src/procheader.h
9483                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9484
9485         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9486
9487         * src/imap.c
9488                 Rewrite imap_cmd_gen_recv use sock_getline instead
9489                 of sock_gets to avoid problems with too long reply
9490                 lines
9491     
9492 2003-02-20 [colin]      0.8.10claws33
9493         
9494         * src/prefs_account.c
9495                 Better wording
9496
9497 2003-02-20 [colin]      0.8.10claws32
9498
9499         * src/compose.c
9500                 Remove useless '&& !to_sender' 
9501
9502 2003-02-20 [darko]
9503
9504         * AUTHORS
9505                 change my e-mail address
9506
9507 2003-02-19 [colin]      0.8.10claws31
9508
9509         * src/prefs_common.c
9510                 X11 style colors for every configurable color
9511
9512 2003-02-19 [alfons]     0.8.10claws30
9513
9514         * src/prefs_gtk.[ch]
9515         * src/prefs_common.c
9516                 for color_new accept both plain integers and X11 style color
9517                 names (as found in /usr/lib/X11/rgb.txt)
9518
9519 2003-02-19 [paul]       0.8.10claws29
9520
9521         * src/mainwindow.c
9522                 add tooltips to online/offline button and account selector
9523                 button
9524
9525 2003-02-19 [paul]       0.8.10claws28
9526
9527         * src/folder.c
9528           src/news.c
9529           src/prefs_account.[ch]
9530           src/prefs_common.[ch]
9531                 move 'Maximum number of articles to download' to
9532                 account prefs.
9533                 clean up account prefs gui a little by hiding entries
9534                 rather then greying out entries
9535
9536 2003-02-19 [hiro]       0.8.10claws27
9537
9538         * src/common/utils.c
9539                 fix bug #54 'yesterdays date is displayed in the message 
9540                 summary window'
9541
9542 2003-02-19 [paul]       0.8.10claws26
9543
9544         * src/compose.c
9545                 fix bug reported in Feature Request [688596] 
9546                 'Reply-to header in news'
9547
9548 2003-02-18 [paul]       0.8.10claws25
9549
9550         * src/select-keys.c
9551                 add a 'List all keys' button to key selection dialog
9552
9553 2003-02-18 [colin]      0.8.10claws24
9554         
9555         * src/stock_pixmap.c
9556                 fix compile error
9557
9558 2003-02-18 [colin]      0.8.10claws23
9559
9560         * src/common/smtp.[ch]
9561           src/prefs_account.c
9562                 Try to starttls if it seems to be the only
9563                 way to authenticate a user
9564
9565 2003-02-18 [paul]       0.8.10claws22
9566
9567         * src/Makefile.am
9568           src/folderview.c
9569           src/stock_pixmap.[ch]
9570           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9571           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9572                 as a Drafts folder is a special folder allow it to have
9573                 its own unique icons
9574
9575 2003-02-18 [colin]      0.8.10claws21
9576
9577         * src/imap.c
9578                 Fix port selection when using starttls
9579
9580 2003-02-18 [paul]       0.8.10claws20
9581
9582         * src/mainwindow.c
9583           src/prefs_common.[ch]
9584                 make blue the default new mail colour
9585
9586 2003-02-18 [paul]       0.8.10claws19
9587
9588         * sync with 0.8.10cvs14
9589                 see ChangeLog 2003-02-18
9590
9591 2003-02-17 [jens]       0.8.10claws18
9592
9593         * src/common/md5.c
9594                 fixed a compile problem with gcc 3.3
9595                 works on 2.95.3 too (testet on PPC as it is big endian)
9596
9597 2003-02-17 [paul]       0.8.10claws17
9598
9599         * sync with 0.8.10cvs13
9600                 see ChangeLog 2003-02-17
9601
9602 2003-02-17 [paul]       0.8.10claws16
9603
9604         * sync with 0.8.10cvs12
9605                 see ChangeLog 2003-02-17
9606
9607 2003-02-16 [match]      0.8.10claws15
9608
9609         * src/addressbook.c
9610                 Eliminates reloading of address data when items
9611                 deleted or added. Applied submitted by
9612                 Luke Plant <lukeplant@softhome.net>
9613
9614 2003-02-16 [paul]       0.8.10claws14
9615
9616         * src/news.c
9617                 when a 'protocol error' is encountered disconnect from
9618                 the server. This means that the user can carry on viewing
9619                 other articles and doesn't have to either wait until the
9620                 server timesout or quit sylpheed.
9621                 Fixes bug #53 'Unable to read messages in newsgroups, 
9622                 displayed message doesn't change'
9623
9624 2003-02-15 [christoph]  0.8.10claws13
9625
9626         * src/imap.c
9627                 fix bug that stopped scanning of folders when an
9628                 IMAP folder was empty
9629
9630         (closes bug 46 stop scan messages in folders after empty folder)
9631
9632 2003-02-15 [paul]
9633
9634         * tools/Makefile.am
9635           tools/README
9636           tools/freshmeat_search.pl     ** NEW FILE **
9637           tools/google_search.pl        ** NEW FILE **
9638                 Add 2 Actions scripts which search freshmeat/google
9639                 for the selected text using the browser configured
9640                 in sylpheedrc.
9641                 
9642         Note: These scripts are very dependent on the format of the
9643         browser command and may not work on every occasion. Testing
9644         is welcome. 
9645
9646 2003-02-14 [alfons]     0.8.10claws12
9647
9648         * src/compose.c
9649                 fix breakage because of uninitialized account pointer.
9650                 please verify.
9651
9652 2003-02-14 [paul]       0.8.10claws11
9653
9654         * src/compose.c
9655           src/prefs_account.[ch]
9656           src/prefs_common.[ch]
9657                 move signature settings to Account Prefs
9658
9659 2003-02-14 [paul]       0.8.10claws10
9660
9661         * sync with 0.8.10cvs11
9662                 see ChangeLog 2003-02-14
9663
9664 2003-02-13 [thorsten]   0.8.10claws9
9665
9666         * src/news.c
9667                 revert news progressbar (GUI separation)
9668
9669 2003-02-13 [paul]       0.8.10claws8
9670
9671         * src/compose.c
9672                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9673                 paragraph 1
9674
9675 2003-02-13 [paul]       0.8.10claws7
9676
9677         * src/compose.[ch]
9678           src/summaryview.c
9679                 fix 'Follow-up and Reply-to' so that it creates a reply to
9680                 the newsgroup and the sender. If the message has the keyword
9681                 'poster' in the Followup-To header, all replies go to the
9682                 sender, re: RFC 1036, Section 2.2.3
9683                 rename all instances of 'ignore_replyto' to 'to_sender', both
9684                 were previously used, now we use just one.
9685
9686 2003-02-13 [paul]       0.8.10claws6
9687
9688         * sync with 0.8.10cvs9
9689                 see ChangeLog 2003-02-13
9690
9691 2003-02-13 [paul]       0.8.10claws5
9692
9693         * configure.ac
9694                 show which plugins are configured in the configure
9695                 output.
9696
9697 2003-02-12 [thorsten]   0.8.10claws4
9698
9699         * src/news.c
9700                 show progress while fetching news headers
9701
9702 2003-02-12 [christoph]  0.8.10claws3
9703
9704         * configure.ac
9705         * src/plugins/Makefile.am
9706                 use AM_CONDITIONAL to enable plugins, automake correctly
9707                 manages this when creating distdir
9708
9709 2003-02-12 [christoph]  0.8.10claws2
9710
9711         * ac/spamassassin.m4
9712         * src/plugins/spamassassin/Makefile.am
9713                 fix building SpamAssassin plugin without OpenSSL
9714
9715 2003-02-12 [paul]       0.8.10claws1
9716
9717         * ac/Makefile.am
9718           src/Makefile.am
9719           src/plugins/Makefile.am
9720                 fix failure of 'make release'
9721
9722 2003-02-12 [paul]       0.8.10claws
9723
9724         * 0.8.10claws released
9725
9726 2003-02-12 [paul]       0.8.9claws56
9727
9728         * po/bg.po
9729           po/es.po
9730           po/it.po
9731           po/ru.po
9732           po/sr.po
9733                 updated translations by George Danchev, Ricardo Mones Lastra,
9734                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9735                 
9736         * sylpheed.spec.in
9737                 Allow the building of RPMs by a regular user. Submitted
9738                 by Sergei Astanin
9739
9740 2003-02-11 [alfons]     0.8.9claws55
9741
9742         * src/colorlabel.c
9743                 don't use pixmaps for label color rect but draw rectangles
9744                 so we can respect the color map of palette based visuals
9745                 (fixes the long time crashes on Suns - thanks to Andreas
9746                 Engel and Steve O'Hara-Smith for testing)
9747
9748 2003-02-11 [christoph]  0.8.9claws54
9749
9750         * src/matcher_parser_parse.y
9751                 correct bug where filering rules of not existing folders in
9752                 matcherrc were added to global filtering
9753                 
9754         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9755          main filter-rules after removing directory, http://bugs.debian.org/180253)
9756         
9757 2003-02-11 [paul]       0.8.9claws53
9758
9759         * sync with 0.8.10cvs7
9760                 see ChangeLog 2003-02-09
9761
9762 2003-02-11 [melvin]     0.8.9claws52
9763
9764         * po/fr.po
9765                 Updated French tranlsations
9766
9767 2003-02-10 [paul]       0.8.9claws51
9768
9769         * sylpheed.spec.in
9770                 correct --enable-openssl
9771                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9772
9773 2003-02-09 [martin]     0.8.9claws50
9774
9775         * src/prefs_matcher.c
9776                 fix segfault in prefs_matcher_substitute_cb() when
9777                 no row is selected
9778
9779 2003-02-09 [paul]       0.8.9claws49
9780
9781         * src/folderview.c
9782                 fix bug where a newsgroup folder's processing rules were
9783                 merged with the global filtering rules when the newsgroup
9784                 folder was deleted, causing some seriously bad results,
9785                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9786
9787 2003-02-08 [melvin]     0.8.9claws48
9788
9789         * src/compose.c
9790                 Corrected and modified an alert message.
9791
9792 2003-02-07 [paul]       0.8.9claws47
9793
9794         * src/folderview.c
9795                 fix bug where both an 'Account properties' window and a
9796                 'Folder properties' window were opened when clicking on
9797                 'Properties' in an NNTP or IMAP folder's popup menu.
9798
9799 2003-02-07 [paul]       0.8.9claws46
9800
9801         * sync with 0.8.10cvs6
9802                 see ChangeLog 2003-02-06
9803
9804 2003-02-06 [christoph]  0.8.9claws45
9805
9806         * src/mbox.c
9807                 freeze folder updates while importing mbox files
9808                 (closes bug 43 importing mbox took hours)
9809                 
9810         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9811
9812 2003-02-06 [thorsten]   0.8.9claws44
9813
9814         * po/de.po
9815                 Updated german translations
9816
9817 2003-02-06 [thorsten]   0.8.9claws43
9818
9819         * src/news.h
9820                 use guint for message numbers (fix count in grouplist dialog)
9821
9822 2003-02-05 [paul]       0.8.9claws42
9823
9824         * sync with 0.8.10cvs2
9825                 see ChangeLog 2003-02-05
9826
9827 2003-02-04 [colin]      0.8.9claws41
9828
9829         * src/prefs_common.[ch]
9830           src/procmsg.c
9831           src/summaryview.c
9832                 Add an option to disable threading by subject
9833
9834 2003-02-04 [christoph]  0.8.9claws40
9835
9836         * src/inc.c
9837                 only abort fetching mails from multiple accounts when the
9838                 error is fatal and does not allow to check any more accounts
9839                 (currently only disk full error)
9840
9841         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9842          receive mails for other accouts)
9843
9844 2003-02-04 [christoph]  0.8.9claws39
9845
9846         * src/folder.c
9847                 first add the new message to the cache, then
9848                 send the update notification
9849
9850         (closes bug 39 after sending message folderview doesnt get updated)
9851
9852 2003-02-04 [colin]      0.8.9claws38
9853
9854         * src/inc.c
9855                 _really_ fix this Connecting... status
9856
9857 2003-02-04 [paul]       0.8.9claws37
9858
9859         * sync with 0.8.10
9860                 see ChangeLog 2003-02-04
9861
9862 2003-02-04 [paul]       0.8.9claws36
9863
9864         * sync with 0.8.9cvs6
9865                 see ChangeLog 2003-02-03
9866
9867 2003-02-04 [paul]       0.8.9claws35
9868
9869         * po/pt_BR.po
9870                 updated by André Filipe de Assunção e Brito 
9871                 <bedecko@netsite.com.br>
9872
9873 2003-02-03 [thorsten]   0.8.9claws34
9874
9875         * po/de.po
9876                 Updated german translations
9877
9878 2003-02-02 [paul]       0.8.9claws33
9879
9880         * po/es.po
9881                 updated by Ricardo Mones Lastra
9882
9883 2003-02-02 [thorsten]   0.8.9claws32
9884
9885         * src/mh.c
9886                 Fix mh_get_msginfo() segfault if file is inaccessible
9887
9888 2003-01-31 [colin]      0.8.9claws31
9889
9890         * src/procheader.c
9891                 Fix last commit's bug
9892
9893 2003-01-31 [colin]      0.8.9claws30
9894
9895         * src/procheader.c
9896                 Missing a change for gpg-signed messages
9897
9898 2003-01-31 [paul]       0.8.9claws29
9899
9900         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
9901           src/procheader.c
9902           src/stock_pixmap.[ch]
9903           src/summaryview.c
9904                 indicate GnuPG signed messages by displaying an icon
9905                 in the Attachment column.
9906
9907 2003-01-31 [paul]       0.8.9claws28
9908
9909         * sync with 0.8.9cvs4
9910                 see ChangeLog 2003-01-31
9911
9912 2003-01-31 [alfons]     0.8.9claws27
9913
9914         * src/textview.c
9915                 tune URI parser to accept mailto URLs with a '?'
9916                 (patch from Ruslan Balkin)
9917
9918 2003-01-31 [colin]      0.8.9claws26
9919
9920         * src/summaryview.c
9921                 Fix a leak introduced in claws24
9922
9923 2003-01-31 [colin]      0.8.9claws25
9924
9925         * src/summaryview.c
9926                 Freeze/Thaw folder updates when deleting dups
9927
9928 2003-01-31 [colin]      0.8.9claws24
9929         
9930         * src/addr_compl.c
9931           src/summaryview.c
9932           src/msgcache.c
9933                 little speed improvements
9934
9935 2003-01-31 [colin]      0.8.9claws23
9936
9937         * src/summaryview.c
9938                 Fix segfault when forwarding nothing
9939                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
9940                 
9941 2003-01-30 [paul]       0.8.9claws22
9942
9943         * sync with 0.8.9cvs3
9944                 see ChangeLog 2003-01-30
9945
9946 2003-01-30 [paul]       0.8.9claws21
9947
9948         * sync with 0.8.9cvs2
9949                 see ChangeLog 2003-01-30
9950
9951 2003-01-29 [paul]       0.8.9claws20
9952
9953         * sync with 0.8.9cvs1
9954                 see ChangeLog 2003-01-29
9955
9956 2003-01-28 [paul]       0.8.9claws19
9957
9958         * po/POTFILES.in
9959                 update to reflect changes. 
9960                 thanks to Ricardo Mones Lastra
9961
9962 2003-01-27 [christoph]  0.8.9claws18
9963
9964         * ac/openssl.m4
9965         * ac/spamassassin.m4
9966         * src/plugins/spamassassin/README
9967         * src/plugins/spamassassin/libspamc.[ch]
9968         * src/plugins/spamassassin/utils.[ch]
9969                 updated to latest libspamc
9970
9971 2003-01-27 [christoph]  0.8.9claws17
9972
9973         * src/folder.c
9974                 fix wrong use of procheader_get_header_fields
9975
9976 2003-01-27 [christoph]  0.8.9claws16
9977
9978         * src/news.c
9979         * src/prefs_account.[ch]
9980         * src/common/nntp.[ch]
9981                 allow to force authentication for NNTP servers
9982
9983         Patch submitted by Florian Mickler <dmk@d-labs.de>
9984
9985 2003-01-26 [paul]       0.8.9claws15
9986
9987         * src/summaryview.c
9988                 speed up of marking messages as read
9989                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
9990
9991 2003-01-26 [christoph]  0.8.9claws14
9992
9993         * src/Makefile.am
9994         * src/mgutils.[ch]              ** REMOVE **
9995         * src/xml.[ch]                  ** REMOVE **
9996         * src/xmlprops.[ch]             ** REMOVE **
9997         * src/common/Makefile.am
9998         * src/common/mgutils.[ch]       ** NEW **
9999         * src/common/xml.[ch]           ** NEW **
10000         * src/common/xmlprops.[ch]      ** NEW **
10001                 move xml files to common directory
10002
10003 2003-01-26 [christoph]  0.8.9claws13
10004
10005         * src/plugins/spamassassin/spamassassin_gtk.c
10006                 only set gtk entry text if string is available
10007
10008 2003-01-26 [melvin]     0.8.9claws12
10009
10010         * src/description_window.c
10011                 Allow resizing of the window
10012                 Allow automatic horizontal scroll bar
10013                 Do not vertically expand and fill
10014
10015 2003-01-26 [christoph]  0.8.9claws11
10016
10017         * src/Makefile.am
10018         * src/gtkutils.[ch]             ** REMOVE **
10019         * src/common/sylpheed.c
10020         * src/gtk/Makefile.am
10021         * src/gtk/description_window.c
10022         * src/gtk/gtkutils.[ch]         ** NEW **
10023         * src/gtk/prefswindow.c
10024                 move gtkutils to gtk directory
10025
10026 2003-01-26 [paul]       0.8.9claws10
10027
10028         * src/summaryview.c
10029                 rename summary_unread_clicked() to summary_status_clicked()
10030
10031 2003-01-26 [melvin]     0.8.9claws9
10032
10033         * src/prefs_actions.c
10034                 Cosmetical changes to the help text
10035
10036 2003-01-26 [paul]       0.8.9claws8
10037
10038         * src/folder.[ch]
10039           src/mainwindow.c
10040           src/prefs_common.c
10041           src/prefs_sumamry_column.c
10042           summaryview.[ch]
10043                 rename the 'Unread' column to 'Status'
10044
10045 2003-01-25 [match]      0.8.9claws7
10046
10047         * src/mgutils.[ch]
10048                 removed reference to LDAP constants. removed error2string.
10049                 included functions to support LDAP dynamic queries.
10050         * src/syldap.h
10051                 moved LDAP constants here.
10052         * src/addressbook.c
10053         * src/addrindex.c
10054         * src/importldif.c
10055                 removed references to LDAP constants and references to
10056                 error2string.
10057
10058 2003-01-25 [paul]       0.8.9claws6
10059
10060         * src/summaryview.c
10061                 summary_thread_build(), summary_thread_init(): remove 
10062                 unneeded reference to summaryview->folder_item
10063
10064 2003-01-25 [christoph]  0.8.9claws5
10065
10066         * src/gtk/description_window.c
10067                 o allow description texts to expand over multiple columns
10068                 o translate all columns
10069         * src/prefs_actions.c
10070                 change syntax description to use new multi column feature
10071
10072         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10073
10074 2003-01-25 [match]      0.8.9claws4
10075
10076         * src/vcard.c
10077                 fixed bug with Quoted-Printable
10078
10079 2003-01-25 [paul]       0.8.9claws3
10080
10081         * src/folder.[ch]
10082           src/summaryview.[ch]
10083                 implement per-folder collapsed/expanded threads setting
10084                 
10085         * src/prefs_common.c
10086                 remove global collapsed/expanded threads option
10087
10088 2003-01-25 [christoph]  0.8.9claws2
10089
10090         * po/POTFILES.in
10091                 add pluginwindow and prefswindow
10092         * src/compose.c
10093                 make send respond correctly to messages that could be added
10094                 to the queue folder, but the UID of the message is unknown
10095         * src/folder.c
10096         * src/imap.c
10097                 don't return guessed UIDs in imap_add_msg anymore. We return
10098                 0 to tell the folder system it was appened but the UID is
10099                 unknown. Folder system now get's the UID by scaning the folder
10100                 and searching the cache for the Message-ID
10101                 (closes bug #29 Messages queued, but not sent)
10102
10103 2003-01-25 [paul]       0.8.9claws1
10104
10105         * src/codeconv.c
10106                 conv_encode_header():  fix bug when long headers with 8-bit
10107                 characters are used, so that the encoded words are wrapped.
10108                 If the space in the original text falls on the wrap boundary,
10109                 it can be lost.
10110                 Patch by Sergey Vlasov.
10111                 
10112         * src/folderview.c
10113                  fix bug where a change to the sorting method or thread view
10114                  of a folder's messages is lost if simpify-subject is set and
10115                  toggled on or off.
10116                  Patch by Luke Plant.
10117
10118 2003-01-24 [paul]       0.8.9claws
10119
10120         * sylpheed-0.8.9claws released
10121         
10122         * Makefile.am
10123           sylpheed.spec.in
10124                 remove reference to 'INSTALL.jp'
10125
10126 2003-01-23 [paul]       0.8.8claws128
10127
10128         * po/es.po
10129           po/it.po
10130           po/ru.po
10131           po/sr.po
10132                 updated translations. submitted by Ricardo Mones Lastra,
10133                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10134
10135 2003-01-23 [colin]      0.8.8claws127
10136
10137         * src/compose.c
10138                 Fix drafted and queued news articles re-edition
10139
10140 2003-01-23 [melvin]     0.8.8claws126
10141
10142         * po/fr.po
10143                 Updated French translations
10144
10145 2003-01-23 [colin]      0.8.8claws125
10146
10147         * src/inc.c
10148                 Fix "Connecting to..." status message
10149
10150 2003-01-22 [paul]       0.8.8claws124
10151
10152         * po/bg.po
10153                 updated by George Danchev
10154                 
10155         * src/folder.c
10156                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10157                 and folder deletion
10158
10159 2003-01-21 [paul]       0.8.8claws123
10160
10161         * po/bg.po
10162                 updated by George Danchev
10163                 
10164         * src/about.c
10165                 its now 2003
10166                 
10167         * src/toolbar.c
10168                 don't translate 'Separator'
10169                 
10170         * src/plugins/spamassassin/Makefile.am
10171                 add aspell to CPPFLAGS
10172                 
10173         * src/plugins/spamassassin/spamassassin.c
10174           src/plugins/spamassassin/spamassassin_gtk.c
10175                 set correct default for spamassassin_receive_spam
10176                 slightly re-word descriptions and some
10177                 other minor changes
10178
10179 2003-01-19 [alfons]     0.8.8claws122
10180                 
10181         * src/mimeview.c
10182                 mimeview_save_as(): we might as well show the file name for
10183                 the single case "Save As" too
10184
10185 2003-01-19 [alfons]     0.8.8claws121
10186
10187         * src/crash.c
10188                 change bug tracker URL to bugzilla URL
10189
10190 2003-01-19 [alfons]     0.8.8claws120
10191
10192         * src/mimeview.c
10193                 mimeview_save_all(): display name of file before overwriting;
10194                 continue saving all, even when one overwrite was cancelled
10195
10196 2003-01-19 [christoph]  0.8.8claws119
10197
10198         * src/summaryview.c
10199         * src/procmsg.[ch]
10200                 fix wrong usage of procmsg_find_children in summaryview
10201                 by using procmsg_update_unread_children instead of
10202                 summaryview_update_unread_children
10203
10204 2003-01-19 [christoph]  0.8.8claws118
10205
10206         * src/procmsg.c
10207                 fix infinite loop in procmsg_find_children
10208                  (closes bug #25 sylpheed crashes on delete.)
10209
10210         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10211
10212 2003-01-19 [paul]       0.8.8claws117
10213
10214         * po/pt_BR.po
10215                 updated by Ivan Francolin Martinez
10216
10217 2003-01-18 [melvin]     0.8.8claws116
10218
10219         * src/prefs_actions.c
10220                 Removed syntax limitation of only one '&' at the end of command.
10221                         Now actions that contain '>/dev/null 2>&1' are possible.
10222
10223 2003-01-18 [melvin]     0.8.8claws115
10224
10225         * src/prefs_actions.c
10226                 Actions IO dialog: when the action ends
10227                 the "Close" button now has focus and [Escape] closes the
10228                 window.
10229
10230 2003-01-18 [christoph]  0.8.8claws114
10231
10232         * src/procmsg.c
10233                 o add debug output when MsgInfos are really freed
10234                 o free GSLists in procmsg_find_children and
10235                   procmsg_update_unread_children
10236
10237 2003-01-18 [christoph]  0.8.8claws113
10238
10239         * src/mainwindow.c
10240                 reorder Configuration menu
10241
10242 2003-01-18 [christoph]  0.8.8claws112
10243
10244         * src/compose.c
10245                 fix applying templates to forwarded messages
10246
10247         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10248
10249 2003-01-17 [christoph]  0.8.8claws111
10250
10251         * src/folder.c
10252                 destroy folder items, when a folder item is removed
10253
10254 2003-01-17 [christoph]  0.8.8claws110
10255
10256         * src/folder.c
10257                 fix wrong folder stats update when ignored message is
10258                 deleted
10259
10260 2003-01-17 [colin]      0.8.8claws109
10261         
10262         * src/mainwindow.c
10263         * src/summaryview.c
10264                 Quicksearch bugfixes: 
10265                 - hide help button at startup if not extended
10266                 - switch to extended when looking for replies
10267
10268 2003-01-17 [paul]
10269
10270         * sync with 0.8.9 release
10271
10272 2003-01-17 [paul]       0.8.8claws108
10273
10274         * sync with 0.8.8cvs11
10275                 see ChangeLog 2003-01-17
10276
10277 2003-01-16 [colin]      0.8.8claws107
10278
10279         * src/procmsg.c
10280                 Changed encryption test to re-ask passphrase
10281                 if an encrypted message hasn't been decrypted
10282                 Fixes bug #5
10283
10284 2003-01-16 [christoph]  0.8.8claws106
10285
10286         * src/prefs_gtk.c
10287         * src/prefs_toolbar.c
10288         * src/gtk/prefswindow.h
10289         * src/plugins/spamassassin/spamassassin_gtk.c
10290                 remove page destroy function that is not used anymore
10291
10292 2003-01-16 [paul]       0.8.8claws105
10293
10294         * sync with 0.8.8cvs9
10295                 see ChangeLog 2002-01-16
10296
10297 2003-01-16 [colin]      0.8.8claws104
10298
10299         * src/compose.[ch]
10300                 Fix bug with autosaved drafts for IMAP, when draft
10301                 folder is specified - fixes bugzilla bug #20
10302
10303 2003-01-15 [paul]       0.8.8claws103
10304
10305         * src/compose.[ch]
10306           src/procmsg.c
10307                 store folder and message-id of message forwarding
10308                 in queue header and set forward flag after sending
10309
10310 2003-01-15 [paul]       0.8.8claws102
10311
10312         * sync with 0.8.8cvs8
10313                 see ChangeLog 2002-01-15
10314
10315 2003-01-15 [colin]      0.8.8claws101
10316
10317         * src/Makefile.am
10318                 Fix linking with GNU libiconv
10319
10320 2003-01-15 [darko]      0.8.8claws100
10321
10322         * src/pine.c
10323                 fix crash when importing pine address book
10324                 entry with an empty name (reported by DY
10325                 <dybulk at tri8.net>)
10326
10327 2003-01-14 [paul]       0.8.8claws99
10328
10329         * configure.in  ** REMOVED **
10330           configure.ac  ** NEW FILE **
10331                 rename configure.in to configure.ac, as it is now
10332                 preferred
10333
10334 2003-01-14 [melvin]     0.8.8claws98
10335
10336         * src/folderview.c
10337                 folderview_check_new(): More precise function description
10338
10339 2003-01-14 [melvin]     0.8.8claws97
10340
10341         * src/folderview.c
10342                 folderview_check_new(): return the number of new messages 
10343                         since last check.
10344         * src/inc.c
10345                 inc_account_mail(): Disable counting of new messages for IMAP
10346                         and NNTP until bug [19] and [14] are fixed.
10347
10348 2003-01-14 [paul]       0.8.8claws96
10349
10350         * sync with 0.8.8cvs6
10351                 see ChangeLog 2003-01-14
10352
10353 2003-01-13 [alfons]     0.8.8claws95
10354
10355         * src/textview.c
10356                 tune email address validation (c. 0.8.8claws89): if . is 
10357                 just one char away from @, the address is invalid too 
10358                 (correctly rejects addresses like foo@.com)
10359
10360 2003-01-13 [paul]       0.8.8claws94
10361
10362         * src/messageview.c
10363           src/toolbar.c
10364                 fixes to the Message View toolbar and menu:
10365                 fix non-functioning Forward button
10366                 make Reply button consider default_reply_list
10367                 remove 'Follow-up...' menu entry
10368                 add 'Forward' and 'Redirect' menu entries
10369
10370 2003-01-13 [melvin]     0.8.8claws93
10371
10372         * src/inc.c
10373                 Fixed typo that could make new messages count incorrect.
10374
10375 2003-01-13 [melvin]     0.8.8claws92
10376
10377         * src/folderview.[ch]
10378                 folderview_check_new(): return the number of new messages.
10379         * src/inc.c
10380                 Should fix bug [14] where new mail notification worked 
10381                         incorrectly with IMAP accounts.
10382                 inc_spool_account(): return number of new msgs, or -1 on error
10383                 inc_all_spool(): return number of new msgs
10384                 
10385 2003-01-13 [melvin]     0.8.8claws91
10386
10387         * src/prefs_actions.c
10388                 Justify help text.
10389
10390 2003-01-12 [thorsten]   0.8.8claws90
10391
10392         * src/common/prefs.c
10393                 close file before rename
10394
10395 2003-01-12 [alfons]     0.8.8claws89
10396
10397         * AUTHORS
10398                 add Christian Mertes
10399         * src/common/utils.[ch]
10400                 g_stricase_hash(), g_stricase_equal(): functions for 
10401                 case insensitive hash tables
10402         * src/textview.c
10403                 use top level domain names to validate email address, based
10404                 on a patch by Christian Mertes (thanks!), but changed 
10405                 implementation to use a hash table 
10406
10407 2003-01-12 [paul]       0.8.8claws88
10408
10409         * po/bg.po
10410                 updated by George Danchev
10411
10412 2003-01-12 [alfons]     0.8.8claws87
10413
10414         * src/summaryview.c
10415                 delete / execute performance: use new style folder update
10416
10417 2003-01-12 [paul]       0.8.8claws86
10418
10419         * sync with 0.8.8cvs5
10420                 see ChangeLog 2003-01-13 (!)
10421
10422 2003-01-12 [alfons]     0.8.8claws85
10423
10424         * src/filtering.c
10425         * src/matcher_parser_parse.y
10426                 prepare change_score filtering action
10427         * src/matcher.[ch]
10428                 give up const-correctness on functions that call non-const-correct functions;
10429                 several casts to gpointer in g_free();
10430                 add change_score;
10431
10432 2003-01-12 [christoph]  0.8.8claws84
10433
10434         * src/compose.c
10435                 fix 2 warnings
10436
10437         * src/gtk/prefswindow.[ch]
10438         * src/plugins/spamassassin/spamassassin_gtk.c
10439                 changed the call of the widget create function
10440                 for PrefsPages, because sometimes the widget
10441                 create function needs a widget that already has
10442                 been attached to a window (to create GDK pixmaps
10443                 for exmaple). So we simply pass the GtkWindow as
10444                 the second parameter now.
10445
10446         * src/main.c
10447         * src/mainwindow.c
10448         * src/prefs_toolbar.[ch]
10449                 rewrite Toolbar Preferences using the new
10450                 prefs window
10451
10452 2003-01-11 [alfons]     0.8.8claws83
10453
10454         * src/addressadd.c
10455                 fix crash when adding sender to addressbook because status bar
10456                 isn't there (the status bar doesn't seem to be used though,
10457                 but I'll let Match decide what to do with it)
10458
10459 2003-01-11 [colin]      0.8.8claws82
10460
10461         * src/main.c
10462           src/toolbar.c
10463                 Two useless changes reversed
10464
10465 2003-01-11 [colin]      0.8.8claws81
10466
10467         * src/mainwindow.c
10468           src/mainwindow.h
10469                 Add mainwindow_get_mainwindow()
10470         * src/alertpanel.c
10471           src/alertpanel.h
10472                 Add alertpanel_error_log() 
10473         * src/compose.c
10474           src/inc.c
10475           src/messageview.c
10476           src/toolbar.c
10477           src/main.c
10478           src/procmsg.c
10479                 Network errors get a View Log button
10480
10481 2003-01-10 [alfons]     0.8.8claws80
10482
10483         * src/prefs_toolbar.c
10484         * src/toolbar.c
10485                 use the translatable string for "Separator" as file name for
10486                 separator toolbar items (probably make this uppercase?)
10487
10488 2003-01-10 [alfons]     0.8.8claws79
10489
10490         * src/prefs_toolbar.c
10491                 put right A_SEPARATOR description string in "displayed
10492                 toolbar items list" so manually added separators are
10493                 saved correctly (bug #10, "Adding a separator to the main 
10494                 toolbar fails, entry in xml file is wrong")
10495
10496 2003-01-10 [christoph]  0.8.8claws78
10497
10498         * src/imap.c
10499                 o fix warnings
10500                 o use CAPABILITY to check if NAMESPACE is available
10501
10502 2003-01-10 [christoph]  0.8.8claws77
10503
10504         * src/imap.[ch]
10505                 apply UIDPLUS IMAP extension support patch
10506
10507         Patch submitted by Simon 'corecode' Schubert
10508
10509 2003-01-10 [paul]       0.8.8claws76
10510
10511         * src/folderview.c
10512                 a sync from main which fixes the news account folders'
10513                 Properties bug
10514
10515 2003-01-10 [christoph]  0.8.8claws75
10516
10517         * src/folder.c
10518                 don't accept 0 as a valid uid returned by copy and move
10519                 functions. 0 means the message was copied or moved but the
10520                 new uid could not be fetched. It is not an error condition
10521                 for the copy or move operation.
10522
10523 2003-01-10 [paul]       0.8.8claws74
10524
10525         * src/prefs_filtering.c
10526                 change English used in Alert when entry is not
10527                 saved.
10528                 
10529         * sync with 0.8.8cvs4
10530                 see ChangeLog 2003-01-10
10531
10532 2003-01-10 [darko]      0.8.8claws73
10533
10534         * src/pine.c
10535                 fix crash when importing address book entry
10536                 without a valid address
10537
10538 2003-01-09 [alfons]     0.8.8claws72
10539
10540         * src/inc.c
10541                 filtering performance: use new style folder update
10542
10543 2003-01-09 [christoph]  0.8.8claws71
10544
10545         * src/compose.c
10546         * src/gtk/menu.[ch]
10547                 fix wrong selecting of mime encoding type, when
10548                 opening property dialog of attachments in the
10549                 compose window. 7bit was always selected and that
10550                 destoryed files with 8bit data.
10551                 (closes bug #9 Sylpheed-claws destroys attachments when
10552                  changing MIME-types)
10553
10554 2003-01-09 [paul]       0.8.8claws70
10555
10556         * sync with 0.8.8cvs3
10557                 see ChangeLog 2003-01-09
10558
10559 2003-01-08 [alfons]     0.8.8claws69
10560         
10561         * src/addressadd.c
10562                 apply patch by Kim Schulz to fix build breakage
10563                 because of missing variable
10564
10565 2003-01-08 [paul]       0.8.8claws68
10566
10567         * sync with 0.8.8cvs2
10568                 see ChangeLog 2002-01-08
10569
10570 2003-01-08 [paul]       0.8.8claws67
10571
10572         * po/it.po
10573                 updated by Alessandro Maestri
10574                 
10575         * src/addressadd.c
10576                 when using 'Add sender to addressbook' allow
10577                 name to be edited and remarks to be entered
10578                 Patch submitted by Luke Plant
10579
10580 2003-01-08 [darko]      0.8.8claws66
10581
10582         * README.claws, src/summaryview.c
10583                 fix description for marked messages
10584
10585 2003-01-08 [paul]
10586
10587         * tools/Makefile.am
10588           tools/launch_phoenix  ** NEW FILE **
10589                 add script that enables using Phoenix as the default
10590                 web browser. 
10591                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10592                 
10593         * tools/OOo2sylpheed.pl
10594                 remove full path to sylpheed executable, just 'sylpheed'
10595                 will do
10596                 
10597         * tools/README
10598                 add launch_phoenix informtion and re-arrange and compress
10599                 the data a little
10600
10601 2003-01-07 [christoph]  0.8.8claws65
10602
10603         * src/folder.c
10604                 fix update for source folder when moving messages
10605         * src/procmsg.[ch]
10606         * src/summaryview.c
10607                 use function to set to_folder for message infos and
10608                 automatically update the op_count for old and new
10609                 folder
10610
10611 2003-01-07 [melvin]     0.8.8claws64
10612
10613         * src/prefs_actions.c
10614                 Fixed bug where an '%p' Action on a displayed image crashed 
10615                         Sylpheed
10616                 Code clean up (get rid of duplicated code and removed unnecessary 
10617                                 structure member)
10618
10619 2003-01-07 [christoph]  0.8.8claws63
10620
10621         * src/compose.c
10622         * src/folder.[ch]
10623         * src/folderview.c
10624         * src/import.c
10625         * src/inc.c
10626         * src/main.c
10627         * src/mainwindow.c
10628         * src/messageview.c
10629         * src/prefs_folder_item.c
10630         * src/procmsg.c
10631         * src/summaryview.c
10632         * src/toolbar.c
10633                 o remove all folder update triggering from the UI code. The folder
10634                   system should know much better when a folder needs an update.
10635                 o to prevent multiple updates in a row the folder updates can be
10636                   frozen for some time.
10637
10638                 Note: - Please verify that no updates are missing
10639                       - Check where freeze/thaws should be added
10640
10641 2003-01-07 [christoph]  0.8.8claws62
10642
10643         * src/prefs_actions.c
10644                 don't translate empty strings
10645
10646         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10647
10648 2003-01-06 [christoph]  0.8.8claws61
10649
10650         * src/prefs_actions.c
10651                 mark strings for gettext
10652         * src/prefs_matcher.c
10653                 use new description window for Execute action and
10654                 match condition in Filtering
10655
10656         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10657
10658 2003-01-06 [alfons]     0.8.8claws60
10659
10660         keep myself inspired to re-organize matcher part 8; 
10661         yes, more to come (I need to move out the descriptive
10662         text for actions to matcher.c, or at least make it not
10663         depend on the wicked ordering)
10664
10665         * src/prefs_matcher.c
10666                 add documentation so others may comprehend the
10667                 UI part of the conditions
10668                 
10669 2003-01-06 [christoph]  0.8.8claws59
10670
10671         * src/prefs_actions.c
10672                 use new description window for syntax help
10673         * src/gtk/description_window.c
10674                 fix display of descriptions with column count != 2
10675
10676         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10677
10678 2003-01-06 [christoph]  0.8.8claws58
10679
10680         * src/quote_fmt.c
10681         * src/summaryview.[ch]
10682         * src/gtk/Makefile.am
10683         * src/gtk/description_window.[ch]       ** NEW **
10684                 use a generic window to display syntax descriptions
10685                 currently used in quote_fmt and summaryview (new description
10686                 for extended quick search)
10687
10688         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10689
10690 2003-01-06 [paul]       0.8.8claws57
10691
10692         * sync with 0.8.8cvs1
10693                 see ChangeLog 2003-01-06
10694
10695 2003-01-06 [christoph]  0.8.8claws56
10696
10697         * src/mainwindow.c
10698         * src/prefs_gtk.[ch]
10699         * src/gtk/prefswindow.[ch]
10700         * src/plugins/spamassassin/spamassassin_gtk.c
10701                 o remove page management from prefswindow, pages
10702                   will be an argument to prefswindow_open
10703                 o prefswindow_open gets a datapointer that is
10704                   passed to the widget_create function to allow
10705                   creation of prefswindow for specific items
10706
10707 2003-01-06 [colin]      0.8.8claws55
10708         
10709         * src/summaryview.c
10710                 We don't want regexp in the reply-finder, 
10711                 because MIDs can contain !,$,. and so on
10712
10713 2003-01-06 [jens]       0.8.8claws54
10714
10715         * src/jpilot.c
10716                 fixed a wrong free in jpilot_read_db_files
10717
10718 2003-01-06 [alfons]     0.8.8claws53
10719
10720         re-organize matcher part 8; more to come
10721        
10722         * src/matcher.c
10723                 matcherprop_to_string(): put g_free()s before the
10724                 switch-case break to fix memleaks                
10725
10726 2003-01-06 [colin]      0.8.8claws52
10727
10728         * src/summaryview.c
10729                 cleanup & reply-finder now displays the first 
10730                 matching message
10731
10732 2003-01-05 [alfons]     0.8.8claws51
10733
10734         re-organize matcher part 7; more to come
10735
10736         * src/matcher.[ch]
10737                 fixes for constant correctness;
10738                 more documentation;
10739
10740 2003-01-05 [alfons]     0.8.8claws50
10741
10742         re-organize matcher part 6; more to come
10743         
10744         * src/matcher.[ch]
10745                 fixes for constant correctness;
10746                 more documentation;
10747         * src/filtering.c
10748                 fix for constant correctness
10749
10750 2003-01-05 [colin]      0.8.8claws49
10751
10752         * src/account.[ch]
10753                 Add account_get_reply_account function
10754         * src/compose.c
10755                 Use account_get_reply_account function 
10756         * src/summaryview.c
10757                 Basic reply-finder - click on the replied
10758                 icon gets you to the outbox using quick-search
10759
10760 2003-01-05 [paul]       0.8.8claws48
10761
10762         * src/prefs_common.c
10763                 small change to English
10764                 
10765         * src/prefs_filtering.c
10766                 prefs_filtering_action_select(): improve logic and uniformity
10767                 of gui
10768
10769 2003-01-05 [alfons]     0.8.8claws47
10770
10771         fine tune solution to focus problems (bug #7)
10772
10773         * src/mainwindow.c
10774                 mainwindow_focus_in_event(): remove grab event check
10775         * src/summaryview.c
10776                 summary_button_pressed(): move selection on right-click
10777                 too. we can't possibly move the selection back after
10778                 canceling a dialog, because gtk's incomplete focus 
10779                 management. whether this is a good solution, only time
10780                 will tell.
10781
10782 2003-01-05 [christoph]  0.8.8claws46
10783
10784         * src/imap.c
10785                 fix crash when no imap connection could be established
10786
10787 2003-01-05 [paul]       0.8.8claws45
10788
10789         * src/mainwindow.c
10790           src/sumamryview.c
10791           src/gtk/menu.[ch]
10792                 fix bug 605957 'shortcuts in popup-menu'
10793                 make user-defined shortcuts work
10794                 show shortcuts that are already defined
10795                 in the main menu
10796                 Patch submitted by Luke Plant
10797
10798 2003-01-05 [alfons]     0.8.8claws44
10799
10800         * src/mainwindow.c
10801                 focus_in_event handler should not select summary view row 
10802                 when another window (menu, dialog) grabbed for events 
10803                 (bug #7, "[0.8.8claws42] Message summary focus") 
10804
10805 2003-01-04 [christoph]  0.8.8claws43
10806
10807         * src/procmsg.c
10808                 update save folder after adding the sent message
10809                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10810
10811 2003-01-02 [christoph]  0.8.8claws42
10812
10813         * src/common/plugin.c
10814                 fix unloading of all plugins and unload
10815                 plugins in reverse order
10816                 
10817         * src/gtk/pluginwindow.c
10818                 implement function of load and unload button
10819
10820         * src/gtk/prefswindow.c
10821         * src/gtk/prefswindow.h
10822                 rename register function and add new unregister
10823                 function
10824
10825         * src/plugins/spamassassin/spamassassin_gtk.c
10826                 unregister prefs page and update for changes in
10827                 src/gtk/prefswindow.c
10828
10829 2003-01-02 [paul]       0.8.8claws41
10830
10831         * po/es.po
10832                 updated by Ricardo Mones Lastra
10833
10834 2003-01-02 [paul]
10835
10836         * tools/tb2sylpheed
10837                 fixes and improvements by Urke MMI
10838
10839 2003-01-02 [thorsten]   0.8.8claws40
10840
10841         * src/procmsg.c
10842                 fixed wrong return value
10843
10844 2003-01-02 [thorsten]   0.8.8claws39
10845
10846         * src/prefs.c
10847                 fixed printing wrong variable
10848
10849 2003-01-02 [thorsten]   0.8.8claws38
10850
10851         * src/prefs.c
10852                 fixed acessing members of freed pfile struct
10853
10854 2003-01-02 [thorsten]   0.8.8claws37
10855
10856         * src/procmsg.c
10857                 detect loops across several messages
10858                 as suggested by Christoph Hohmann
10859
10860 2003-01-01 [match]      0.8.8claws36
10861
10862         * src/addrindex.c
10863                 fixed another memory leak.
10864
10865 2003-01-01 [match]      0.8.8claws35
10866
10867         * src/jpilot.[ch]
10868                 fixed memory leaks. applied Doxygen comments.
10869
10870 2003-01-01 [thorsten]   0.8.8claws34
10871
10872         * src/procmsg.c
10873                 inhibit endless loop if msg references itself
10874                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
10875
10876 2003-01-01 [christoph]  0.8.8claws33
10877
10878         * src/mainwindow.c
10879         * src/gtk/Makefile.am
10880         * src/gtk/pluginwindow.c                ** NEW **
10881         * src/gtk/pluginwindow.h                ** NEW **
10882                 add plugin window
10883
10884         * src/plugins/demo/demo.c
10885         * src/plugins/spamassassin/spamassassin.c
10886         * src/plugins/spamassassin/spamassassin_gtk.c
10887                 write better plugin descriptions
10888
10889 2002-12-31 [christoph]  0.8.8claws32
10890
10891         * src/gtk/prefswindow.c
10892         * src/plugins/spamassassin/spamassassin_gtk.c
10893                 some small improvements to GTK code
10894
10895 2002-12-31 [christoph]  0.8.8claws31
10896
10897         * src/plugins/spamassassin/spamassassin_gtk.c
10898                 enable folder select button
10899
10900 2002-12-31 [christoph]  0.8.8claws30
10901
10902         * src/mainwindow.c
10903         * src/gtk/Makefile.am
10904         * src/gtk/prefswindow.c                         ** NEW **
10905         * src/gtk/prefswindow.h                         ** NEW **
10906                 add new prefs window
10907
10908         * src/common/plugin.c
10909                 don't try to load empty config lines
10910         
10911         * src/plugins/spamassassin/Makefile.am
10912         * src/plugins/spamassassin/spamassassin.c
10913         * src/plugins/spamassassin/spamassassin.h       ** NEW **
10914         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
10915                 GTK config for SpamAssassin Plugin using
10916                 the new prefs window
10917
10918 2002-12-31 [paul]       0.8.8claws29
10919
10920         * po/POTFILES.in
10921                 remove obsolete entry 'src/menu.c'
10922
10923 2002-12-31 [alfons]     0.8.8claws28
10924
10925         * src/matcher.[ch]
10926         * src/matcher_parser_parse.y
10927         * src/prefs_matcher.c
10928                 add "ignore_thread" and "~ignore_thread" condition so it's
10929                 possible to make the actions / scoring operate on the ignore
10930                 thread flag
10931
10932 2002-12-31 [christoph]  0.8.8claws27
10933
10934         * src/addrbook.c
10935         * src/addrindex.c
10936         * src/folder.c
10937         * src/matcher.c
10938         * src/prefs_account.c
10939         * src/prefs_actions.c
10940         * src/prefs_customheader.c
10941         * src/prefs_display_header.c
10942         * src/prefs_gtk.c
10943         * src/procmime.c
10944         * src/toolbar.c
10945         * src/xmlprops.c
10946         * src/common/prefs.[ch]
10947                 extend prefs file handling for reading and automatic handling
10948                 of blocks. When reading prefs_set_block_label will automatically
10949                 move on to the block. When writing it will copy all other blocks
10950                 automatically
10951
10952         * src/common/plugin.c
10953                 Now loading plugin filenames from [Plugins] block in
10954                 sylpheed rc file
10955
10956 2002-12-30 [christoph]  0.8.8claws26
10957
10958         * src/common/hooks.[ch]
10959                 return abort status to caller of hooks_invoke
10960                 
10961         * src/inc.[ch]
10962                 invoke message filtering hook and stop
10963                 default handling when filter returns abort
10964
10965         * src/common/plugin.[ch]
10966         * src/plugins/demo/demo.c
10967                 modify plugin loader, because resolving symbols for strings
10968                 does not work correctly
10969         
10970         * configure.in
10971         * ac/spamassassin.m4                            ** NEW **
10972         * src/plugins/spamassassin/.cvsignore           ** NEW **
10973         * src/plugins/spamassassin/Makefile.am          ** NEW **
10974         * src/plugins/spamassassin/README               ** NEW **
10975         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
10976         * src/plugins/spamassassin/spamassassin.c       ** NEW **
10977         * src/plugins/spamassassin/utils.[ch]           ** NEW **
10978                 add spamassassin plugin, see src/plugins/spamassassin/README
10979                 for details
10980
10981 2002-12-29 [alfons]     0.8.8claws25
10982
10983         * src/mainwindow.c
10984                 when moving focus from a message view to the main 
10985                 window, don't forget to select the summary node
10986                 of the displayed message. should fix "[ 659103 ] 
10987                 focus-follows-mouse confuses sylpheed"
10988
10989 2002-12-29 [christoph]  0.8.8claws24
10990
10991         * src/Makefile.am
10992         * src/stringtable.[ch]          ** REMOVE **
10993         * src/common/Makefile.am
10994         * src/common/stringtable.[ch]   ** NEW **
10995                 move stringtable files to common directory
10996
10997 2002-12-29 [christoph]  0.8.8claws23
10998
10999         * src/Makefile.am
11000         * src/menu.[ch]                 ** REMOVE **
11001         * src/gtk/Makefile.am
11002         * src/gtk/menu.[ch]             ** NEW **
11003                 move menu files to gtk directory
11004
11005 2002-12-29 [match]      0.8.8claws22
11006
11007         * src/addressbook.c
11008         * src/syldap.c
11009                 moved UI specific code out of LDAP code into addressbook
11010                 UI code. fixed memory leak.
11011
11012 2002-12-29 [christoph]  0.8.8claws21
11013
11014         * src/folder.c
11015                 only check for IGNORED parent message when message is
11016                 not IGNORED itself
11017
11018 2002-12-29 [alfons]     0.8.8claws20
11019
11020         * src/summaryview.c
11021                 set gtksctree's anchor correct (immediate execute
11022                 changes the tree's layout, and anchor points at 
11023                 the incorrect row). fixes "[ 657233 ] multiple msg 
11024                 delete sometimes off by 1".
11025                 we probably have to look for more tree layout /
11026                 anchor glitches.
11027
11028 2002-12-29 [paul]       0.8.8claws19
11029
11030         * src/summaryview.c
11031                 fix bug [ 659054 ] incorrect sorting of 'From' column
11032                 when using 'display sender using address book'
11033                 thanks to Alfons and Luke Plant
11034
11035 2002-12-29 [christoph]  0.8.8claws18
11036
11037         * src/folder.c
11038         * src/procmsg.[ch]
11039                 check parent messages for IGNORE THREAD flag, when adding,
11040                 moving or copying messages to a folder
11041
11042 2002-12-27 [alfons]     0.8.8claws17
11043
11044         re-organize matcher part 5; more to come
11045
11046         * src/matcher.c
11047                 hash keywords in matchparser_tab 
11048
11049 2002-12-27 [alfons]     0.8.8claws16
11050
11051         re-organize matcher part 4; more to come
11052
11053         * src/matcher_parser.h
11054         * src/matcher_parser_lex.l
11055         * src/matcher_parser_parse.y
11056                 cleanup
11057
11058 2002-12-27 [alfons]     0.8.8claws15
11059
11060         re-organize matcher part 3; more to come
11061
11062         * src/matcher.[ch]
11063                 cleanup
11064
11065 2002-12-27 [alfons]     0.8.8claws14
11066
11067         re-organize matcher part 2; more to come but this should
11068         work. cc me if there are any regressions.
11069
11070         * src/matcher.h
11071                 add prototype for get_matchparser_tab_id()
11072         * src/matcher_parser_lex.l
11073                 look up keywords using matchparser_tab_id();
11074
11075 2002-12-27 [alfons]     0.8.8claws12
11076
11077         re-organize matcher part 1
11078
11079         * src/matcher.h
11080                 map yacc generated constants to sylpheed matcher constants
11081         * src/matcher.c
11082                 add function to find a matcher constant from a string
11083
11084 2002-12-27 [christoph]  0.8.8claws11
11085
11086         * src/compose.c
11087                 MENUITEM_ADD casts the 4th argument from integer to pointer
11088                 so it probably should not be a pointer, this means we
11089                 should use account id for it and not the account's pointer
11090
11091 2002-12-27 [paul]       0.8.8claws10
11092
11093         * src/mainwindow.c
11094                 remove unneeded 'GtkWidget *vbox'
11095                 
11096         * src/summaryview.c
11097                 further sync with 0.8.8 - make sort
11098                 by recipient work as expected
11099                 
11100         * NEWS
11101                 sync with 0.8.8
11102
11103 2002-12-27 [paul]       0.8.8claws9
11104
11105         * po/pt_BR.po
11106                 updated by Ivan F. Martinez
11107                 
11108 2002-12-27 [darko]      0.8.8claws8
11109
11110         * src/common/utils.c
11111                 added locked pattern to extended search
11112
11113 2002-12-27 [alfons]     0.8.8claws7
11114
11115         * src/prefs_matcher.[ch]
11116                 clean up
11117
11118 2002-12-26 [alfons]     0.8.8claws6
11119
11120         * src/matcher.[ch]
11121         * src/matcher_parser_lex.l
11122         * src/matcher_parser_parse.y
11123         * src/prefs_matcher.c
11124                 allow color label as a condition in the matcher
11125
11126 2002-12-26 [oliver]     0.8.8claws5
11127         
11128         * src/toolbar.c 
11129                 enable Addressbook for Main and Messageview
11130         * src/prefs_actions.c
11131                 enable actions in Messageview
11132
11133 2002-12-26 [christoph]  0.8.8claws4
11134
11135         * src/common/plugin.c
11136                 add a little debug output
11137         * configure.in
11138         * src/plugins/demo/Makefile.am
11139                 better use of automake
11140
11141 2002-12-26 [christoph]  0.8.8claws3
11142
11143         * src/Makefile.am
11144         * src/common/Makefile.am
11145                 fix "make distdir"
11146
11147 2002-12-26 [christoph]  0.8.8claws2
11148
11149         * configure.in
11150                 sort configure checks into common / gtk / plugins
11151         * po/POTFILES.in
11152                 add src/prefs_gtk.c
11153         * src/Makefile.am
11154                 add plugins SUBDIR
11155         * src/main.c
11156         * src/common/sylpheed.[ch]
11157                 added now sylpheed_done function for shutdown
11158         * src/common/Makefile.am
11159         * src/common/plugin.[ch]                ** NEW **
11160                 plugin loader and unloader
11161         * src/plugins/.cvsignore                ** NEW **
11162         * src/plugins/Makefile.am               ** NEW **
11163                 build plugins
11164         * src/plugins/demo/.cvsignore           ** NEW **
11165         * src/plugins/demo/Makefile.am          ** NEW **
11166         * src/plugins/demo/demo.c               ** NEW **
11167                 small demo plugin that installs a logtext hook and
11168                 outputs the log text to stdout
11169
11170 2002-12-26 [paul]       0.8.8claws1
11171
11172         * po/es.po
11173                 updated by Ricardo Mones Lastra
11174
11175 2002-12-26 [paul]       0.8.8claws
11176
11177         * 0.8.8claws released
11178
11179 2002-12-26 [paul]       0.8.7claws12
11180
11181         * po/bg.po
11182                 updated by George Danchev
11183
11184 2002-12-26 [paul]       0.8.7claws11
11185
11186         * po/POTFILES.in
11187                 remove unneeded 'src/prefs.c' entry 
11188
11189 2002-12-26 [paul]       0.8.7claws10
11190
11191         * src/codeconv.c
11192           src/mainwindow.c
11193                 sync with 0.8.8 release
11194         
11195         * src/folder.[ch]
11196           src/mh.c
11197           src/summaryview.c
11198                 partial sync with 0.8.8 release
11199         
11200
11201 2002-12-25 [alfons]     0.8.7claws9
11202
11203         * src/matcher.[ch]
11204         * src/matcher_parser_lex.l
11205         * src/matcher_parser_parse.y
11206         * src/prefs_matcher.c
11207                 add locked flag to possible filtering / matcher 
11208                 conditions (also a good example what should be
11209                 done to add a simple boolean condition)
11210
11211 2002-12-25 [christoph]  0.8.7claws8
11212
11213         * src/Makefile.am
11214         * src/account.[ch]
11215         * src/addrbook.c
11216         * src/addressbook.c
11217         * src/addrindex.c
11218         * src/filtering.c
11219         * src/folder.c
11220         * src/matcher.c
11221         * src/prefs.[ch]                ** REMOVE **
11222         * src/prefs_account.c
11223         * src/prefs_actions.c
11224         * src/prefs_common.c
11225         * src/prefs_customheader.c
11226         * src/prefs_display_header.c
11227         * src/prefs_filtering.c
11228         * src/prefs_folder_item.c
11229         * src/prefs_gtk.[ch]            ** NEW **
11230         * src/prefs_matcher.c
11231         * src/prefs_scoring.c
11232         * src/prefs_summary_column.c
11233         * src/procmime.c
11234         * src/selective_download.c
11235         * src/toolbar.c
11236         * src/common/Makefile.am
11237         * src/common/prefs.[ch]         ** NEW **
11238                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11239
11240 2002-12-24 [alfons]     0.8.7claws7
11241
11242         * src/summaryview.c
11243                 summary_thread_build(): fix real cause of the crash mentioned in
11244                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11245                 this way we get meaningful ctree nodes 
11246
11247 2002-12-24 [oliver]     0.8.7claws6
11248
11249         * src/mainwindow.[ch]
11250         * src/messageview.[ch]
11251         * src/compose.[ch]
11252         * src/inc.c
11253         * src/summaryview.c
11254                 changes to use updated toolbar handling
11255                 
11256 2002-12-24 [oliver]     0.8.7claws5
11257
11258         * src/toolbar.[ch]
11259                 generic toolbar handling
11260                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11261         * src/prefs_toolbar.[ch]
11262                 adjust to handling
11263         
11264 2002-12-24 [oliver]     0.8.7claws4
11265         
11266         * src/stock_pixmap.[ch]
11267                 move SYLPHEED_LOGO to end of list in order 
11268                 to remove it from Custom Toolbar`s Icon View
11269
11270 2002-12-24 [alfons]     0.8.7claws3
11271
11272         * src/summaryview.c
11273                 summary_thread_build(): fix crash because of focus != selection 
11274                 after threading. when deleting the selection, gtk tries but fails 
11275                 to find the correct focusable element. we now force the selection
11276                 to be focused. this should solve the infamous bug reported by 
11277                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11278                 a test case is available. 
11279
11280 2002-12-24 [darko]      0.8.7claws2
11281
11282         * src/summaryview.c
11283                 don't crash when unmarking message with unread children
11284
11285 2002-12-23 [christoph]  0.8.7claws1
11286
11287         * src/Makefile.am
11288         * src/common/Makefile.am
11289                 update Makefiles for moved intl.h, version.h and defs.h
11290         * src/imap.c
11291                 rewrite imap_session_get to avoid duplicate code
11292
11293 2002-12-23 [paul]       0.8.7claws
11294
11295         * Santa-Claws released
11296         
11297         * po/hu.po
11298           po/ru.po
11299                 squeeze in updated Hungarian and Russian translations.
11300                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11301
11302 2002-12-23 [paul]       0.8.6claws129
11303
11304         * po/pl.po
11305                 updated by Witold Wladyslaw Wojciech Wilk
11306
11307 2002-12-23 [paul]       0.8.6claws128
11308
11309         * src/quote_fmt_parse.y
11310                 fix typo and add licence header
11311
11312 2002-12-23 [paul]       0.8.6claws127
11313
11314         * po/en_GB.po
11315                 updated
11316
11317 2002-12-23 [paul]       0.8.6claws126
11318
11319         * po/it.po
11320                 updated translation, submitted by Alessandro Maestri
11321                 
11322 2002-12-23 [paul]       0.8.6claws125
11323
11324         * src/quote_fmt_parse.y
11325                 fix signature-stripping on replies bug. match
11326                 '-- \n' and not '-- '.
11327
11328 2002-12-22 [paul]       0.8.6claws124
11329
11330         * po/bg.po
11331           po/es.po
11332           po/sr.po
11333                 updated translations. submitted by George Danchev,
11334                 Ricardo Mones Lastra, and Urke MMI respectively
11335
11336 2002-12-21 [paul]       0.8.6claws123
11337
11338         * src/addrbook.c
11339                 fix coding style
11340
11341 2002-12-21 [paul]       0.8.6claws122
11342
11343         * src/addrbook.c
11344                 fix bug [643638] where if a person is in one or more
11345                 addressbook groups editing that person's email 
11346                 address results in removal from those groups.
11347                 Patch submitted by Luke Plant.
11348
11349 2002-12-20 [christoph]  0.8.6claws121
11350
11351         * src/common/utils.c
11352         * src/summaryview.c
11353                 reimplement expand_search_string using GString to
11354                 prevent crashs caused by miscalculated string
11355                 lengths reported by Paul
11356
11357 2002-12-20 [christoph]  0.8.6claws120
11358
11359         * src/summaryview.c
11360                 don't use "changed" to check if op_count has to be changed as it
11361                 is also set when the message has unread children
11362                 (closes bug [ 653221 ] crash while deleting duplicates)
11363
11364 2002-12-20 [paul]       0.8.6claws119
11365
11366         * sync with 0.8.6cvs27
11367                 see ChangeLog 2002-12-20
11368
11369 2002-12-20 [paul]       0.8.6claws118
11370
11371         * sync with 0.8.6cvs26
11372                 see ChangeLog 2002-12-19 and 2002-12-20
11373
11374 2002-12-19 [alfons]     0.8.6claws117
11375
11376         * src/textview.c
11377                 fix incorrect parsing of email addresses, submitted by 
11378                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11379                 name display if it contains @".
11380
11381 2002-12-18 [paul]       0.8.6claws116
11382
11383         * sync with 0.8.6cvs23
11384                 see ChangeLog 2002-12-18
11385
11386 2002-12-18 [paul]       0.8.6claws115
11387
11388         * src/Makefile.am
11389         * src/account.c
11390         * src/codeconv.c
11391         * src/gtkutils.[ch]
11392         * src/imap.c
11393                 sync with 0.8.6cvs22.
11394                 see ChangeLog 2002-12-17 and 2002-12-18
11395
11396 2002-12-17 [christoph]  0.8.6claws114
11397
11398         * src/imap.c
11399                 o don't create a session if imap greeting fails
11400                 o don't close socket when authentication fails
11401                   this is done by imap_session_destroy
11402
11403 2002-12-17 [thorsten]   0.8.6claws113
11404
11405         * tools/Makefile.am
11406           tools/README
11407           tools/google_msgid.pl ** NEW FILE **
11408                 Added "search for message-id" script and doc
11409
11410 2002-12-17 [thorsten]   0.8.6claws112
11411
11412         * po/hu.po
11413                 Updated hungarian translation
11414                 (updated by Gal Zoltan)
11415
11416 2002-12-16 [christoph]  0.8.6claws111
11417
11418         * src/addr_compl.c
11419                 remove stupid addressbook dump to debug output
11420         * src/mh.c
11421                 fix memory leak found by Hiro
11422
11423 2002-12-14 [paul]       0.8.6claws110
11424
11425         * src/compose.c
11426                 fix menubar sensitivity on send
11427                 
11428         * src/prefs_filtering.c
11429         * src/prefs_matcher.c
11430         * src/prefs_scoring.c
11431                 Fix english ;)
11432                 
11433         * src/common/quoted-printable.h
11434                 sync: fix typo
11435         
11436 2002-12-13 [christoph]  0.8.6claws109
11437
11438         * src/Makefile.am
11439         * src/manage_window.[ch]        ** REMOVE **
11440         * src/gtk/Makefile.am
11441         * src/gtk/manage_window.[ch]    ** NEW **
11442                 move manage_window files to gtk directory
11443
11444 2002-12-13 [christoph]  0.8.6claws108
11445
11446         * src/Makefile.am
11447         * src/gtkshruler.[ch]           ** REMOVE **
11448         * src/gtk/Makefile.am
11449         * src/gtk/gtkshruler.[ch]       ** NEW **
11450                 move gtkshruler files to gtk directory
11451
11452 2002-12-13 [christoph]  0.8.6claws107
11453
11454         * src/Makefile.am
11455         * src/compose.c
11456         * src/gtkstext.[ch]             ** REMOVE **
11457         * src/gtkutils.[ch]
11458         * src/textview.c
11459         * src/gtk/gtkstext.[ch]         ** NEW **
11460         * src/gtk/Makefile.am
11461                 o move stext functions to gtkstext.c to remove
11462                   dependency of gtkutils
11463                 o move gtkstext files to gtk directory
11464
11465         * src/gtk/Makefile.am
11466         * src/gtk/sslcertwindow.[ch]
11467                 UI stuff can always depend on common code so
11468                 it's ok to add ../common to include path
11469
11470 2002-12-13 [colin]      0.8.6claws106
11471
11472         * src/summaryview.c
11473                 Disconnect sighandlers for mainwindow when
11474                 quicksearch has the focus
11475                 Fix bug #653231
11476         * src/mainwindow.[ch]
11477                 Make key_pressed callback public, to be able
11478                 to disconnect it
11479
11480 2002-12-13 [christoph]  0.8.6claws105
11481
11482         * src/mh.c
11483                 create .mh_sequences file in new MH folders
11484                 (closes feature request [ 523162 ] MH folders should
11485                  get a .mh_sequences)
11486
11487 2002-12-13 [colin]      0.8.6claws104
11488
11489         * src/summaryview.c
11490                 Better handling of quicksearch show/hide
11491                 (basically the button stays under the mouse 
11492                  when toggled)
11493
11494 2002-12-13 [paul]       0.8.6claws103
11495
11496         * sync with 0.8.6cvs17
11497                 see ChangeLog 2002-12-13
11498
11499 2002-12-13 [paul]       0.8.6claws102
11500
11501         * po/es.po
11502                 updated by Ricardo Mones Lastra
11503
11504 2002-12-11 [colin]       0.8.6claws101
11505
11506         * src/folder.c
11507                 remove statusbar stuff
11508           src/folderview.c
11509                 set statusbar verbosity when moving folders
11510
11511 2002-12-11 [colin]       0.8.6claws100
11512         * src/prefs_filtering.c
11513         * src/prefs_matcher.c
11514         * src/prefs_scoring.c
11515                 Fix english ;)
11516
11517 2002-12-11 [colin]       0.8.6claws99
11518
11519         * src/prefs_common.[ch]
11520                 Add summary_quicksearch_type
11521         * src/summaryview.c
11522                 Save last used quicksearch type
11523
11524 2002-12-11 [jens]       0.8.6claws98
11525         * src/prefs_filtering.c
11526         * src/prefs_matcher.c
11527         * src/prefs_scoring.c
11528                 added dialog for incomplete rules in scoring, filtering and
11529                 matcher to ask wheather really close
11530
11531 2002-12-11 [colin]      0.8.6claws97
11532
11533         * src/folder.c
11534                 Fix folder dnd statusbar logging
11535
11536 2002-12-10 [christoph]  0.8.6claws96
11537
11538         * src/compose.c
11539         * src/folder.c
11540         * src/imap.c
11541         * src/inc.c
11542         * src/main.c
11543         * src/mainwindow.c
11544         * src/news.c
11545         * src/send.c
11546         * src/statusbar.[ch]
11547         * src/common/hooks.c
11548         * src/common/log.[ch]
11549                 o handle verbose logging in statusbar directly in statusbar code
11550                   and common code does not need any knowledge about a statusbar
11551                 o remove direct calls to statusbar_(puts|pop)_all functions
11552
11553 2002-12-10 [jens]       0.8.6claws95
11554
11555         * src/*.c
11556                 removed gettext from g_warnings
11557         * po/POTFILES.in
11558                 cleaned and updated
11559         * po/de.po
11560                 updated
11561
11562 2002-12-10 [colin]      0.8.6claws94
11563
11564         * src/main.c
11565                 finish crash dialog fix
11566
11567 2002-12-10 [colin]      0.8.6claws93
11568
11569         * src/main.c
11570                 "Fix" "sylpheed already running" instead of
11571                 crash dialog appearing after a crash
11572
11573 2002-12-10 [colin]      0.8.6claws92
11574
11575         * po/POTFILES.in
11576                 add src/gtk/sslcertwindow.c
11577
11578 2002-12-10 [paul]       0.8.6claws91
11579
11580         * po/POTFILES.in
11581                 updated to reflect recent changes
11582                 submitted by Alessandro Maestri
11583
11584 2002-12-09 [christoph]  0.8.6claws90
11585
11586         * src/Makefile.am
11587         * src/smtp.[ch]                 ** REMOVE **
11588         * src/common/Makefile.am
11589         * src/common/smtp.[ch]          ** NEW **
11590                 move smtp files to common directory
11591
11592 2002-12-09 [christoph]  0.8.6claws89
11593
11594         * src/Makefile.am
11595         * src/session.[ch]              ** REMOVE **
11596         * src/common/Makefile.am
11597         * src/common/session.[ch]       ** NEW **
11598                 move session files to common directory
11599
11600 2002-12-09 [paul]       0.8.6claws88
11601
11602         * src/account.c
11603                 fix bug [649746] edit accounts: move account reverted
11604                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11605
11606 2002-12-09 [colin]      0.8.6claws87
11607
11608         * src/ssl_certificate.c
11609                 cleanup
11610
11611 2002-12-09 [colin]      0.8.6claws86
11612
11613         * src/ssl.c
11614                 Try to open the cert.pem database and 
11615                 issue a warning if it isn't there
11616
11617 2002-12-09 [colin]      0.8.6claws85
11618
11619         * src/common/ssl_certificate.c
11620         * src/gtk/sslcertwindow.c
11621                 Warning fixes
11622
11623 2002-12-09 [colin]      0.8.6claws84
11624
11625         * src/ssl_certificate.[ch] ** REMOVED **
11626         * src/common/ssl_certificate.[ch] ** NEW **
11627         * src/Makefile.am
11628         * src/common/Makefile.am
11629                 Moved ssl_certificate.[ch] to common
11630         * src/common/ssl.c 
11631                 Put back needed include
11632         * src/gtk/sslcertwindow.[ch]
11633                 Changed ssl_certificate.h include
11634         
11635 2002-12-09 [colin]      0.8.6claws83
11636
11637         * src/gtk/sslcertwindow.[ch]
11638                 Implement hook for certificate acception
11639         * src/ssl_certificate.[ch]
11640                 Implement hook for certificate acception
11641         * src/common/ssl.c
11642                 Reenable certificate acception check
11643         * src/mainwindow.c
11644                 Register sslcertwindow's hook
11645         
11646 2002-12-08 [christoph]  0.8.6claws82
11647
11648         * src/about.c
11649         * src/addr_compl.c
11650         * src/codeconv.c
11651         * src/manual.c
11652         * src/undo.c
11653         * src/common/utils.c
11654                 o add missing includes
11655                 o fix warnings
11656         * src/.cvsignore
11657         * src/common/.cvsignore
11658         * src/common/version.h          ** REMOVE **
11659                 remove autogenerated file
11660
11661 2002-12-08 [paul]       0.8.6claws81
11662
11663         * src/stringtable.c
11664                 put back needed include
11665
11666 2002-12-08 [colin]      0.8.6claws80
11667         
11668         * src/gtk/sslcertwindow.c
11669                 Cleaner popups when asking
11670         * src/ssl_certificate.c
11671         * src/prefs_common.[ch]
11672                 remove ssl certificate pref
11673                 put back needed include
11674         * src/undo.c
11675                 put back needed include
11676
11677 2002-12-08 [christoph]  0.8.6claws79
11678
11679         * src/folderview.c
11680         * src/logwindow.c
11681         * src/statusbar.c
11682         * src/summaryview.c
11683                 only abort hook invokation if required data is missing not
11684                 if our own data pointer is NULL, update hookfunction for
11685                 log window
11686
11687 2002-12-08 [paul]       0.8.6claws78
11688
11689         * src/about.c
11690         * src/addrcache.c
11691         * src/addrclip.c
11692         * src/addr_compl.c
11693         * src/addrselect.c
11694         * src/codeconv.c
11695         * src/colorlabel.c
11696         * src/enriched.c
11697         * src/esmtp.c
11698         * src/exporthtml.c
11699         * src/headerview.c
11700         * src/imageview.c
11701         * src/manual.c
11702         * src/noticeview.c
11703         * src/pgptext.c
11704         * src/scoring.c
11705         * src/sourcewindow.c
11706         * src/stringtable.c
11707         * src/undo.c
11708                 clean up: remove unneccesary includes
11709
11710 2002-12-08 [christoph]  0.8.6claws77
11711
11712         * src/folderview.c
11713         * src/statusbar.c
11714         * src/summaryview.c
11715         * src/common/hooks.[ch]
11716                 hook functions now have a gboolean return value, if a hook
11717                 returns TRUE it will stop executing of any more hooks in
11718                 the same hooklist for this invokation
11719
11720 2002-12-08 [colin]      0.8.6claws76
11721         
11722         * src/main.c
11723                 put back argv0 for CRASH_DIALOG
11724
11725 2002-12-08 [christoph]  0.8.6claws75
11726
11727         * src/Makefile.am
11728         * src/about.c
11729         * src/account.c
11730         * src/crash.c
11731         * src/esmtp.h
11732         * src/imap.[ch]
11733         * src/inc.c
11734         * src/main.c
11735         * src/mainwindow.c
11736         * src/news.c
11737         * src/pop.[ch]
11738         * src/prefs_account.[ch]
11739         * src/prefs_common.[ch]
11740         * src/send.[ch]
11741         * src/smtp.[ch]
11742         * src/ssl_certificate.[ch]
11743         * src/ssl_manager.[ch]
11744         * src/common/Makefile.am
11745         * src/common/log.c
11746         * src/common/nntp.[ch]
11747         * src/common/socket.[ch]
11748         * src/common/ssl.[ch]
11749         * src/gtk/sslcertwindow.[ch]
11750         * ac/openssl.m4
11751                 use new autoconf script to detect OpenSSL with extra parameters
11752                 to specify the location of libs and includes, also remove USE_SSL
11753                 to USE_OPENSSL
11754
11755         * src/common/sylpheed.[ch]
11756         * src/common/version.h.in
11757                 start seperation of common code initialization seperated from gui
11758
11759         * src/summaryview.c
11760                 The function that is called when a color label changes
11761                 should not change the color lable again
11762
11763 2002-12-08 [colin]      0.8.6claws74
11764
11765         * src/gtk/sslcertwindow.c
11766                 warning fixes
11767
11768 2002-12-08 [colin]      0.8.6claws73
11769
11770         * src/statusbar.c
11771           src/common/log.h
11772                 Register a hook for statusbar_puts_all
11773         * src/common/log.c
11774                 invoke statusbar_puts_all's hook
11775         
11776 2002-12-08 [colin]      0.8.6claws72
11777
11778         * src/ssl_certificate.c
11779                 Put back a badly-removed include
11780
11781 2002-12-08 [colin]      0.8.6claws71
11782
11783         * src/gtk/sslcertwindow.[ch]    ** NEW **
11784                 new certificate presentation
11785         * src/gtk/Makefile.am
11786                 add new files
11787         * src/ssl_certificate.[ch]
11788                 gtk cleanup, made utility functions public
11789         * src/ssl_manager.c
11790                 use new cert presentation
11791
11792 2002-12-07 [christoph]  0.8.6claws70
11793
11794         * src/Makefile.am
11795         * src/nntp.[ch]                 ** REMOVE **
11796         * src/common/Makefile.am
11797         * src/common/nntp.[ch]          ** NEW **
11798                 move nntp files to common directory
11799
11800 2002-12-07 [christoph]  0.8.6claws69
11801
11802         * src/procmsg.[ch]
11803         * src/summaryview.c
11804                 implement msginfo update callback using sylpheed's new
11805                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11806
11807 2002-12-06 [christoph]  0.8.6claws68
11808
11809         * src/editgroup.c
11810                 This patch changes the 'Edit Group Details' dialog to
11811                 allow extended selections in either pane, so that
11812                 addresses can be added or removed from a group more
11813                 quickly and easily. (it actually is a net decrease in
11814                 file size, as some unnecessary functions have been
11815                 removed). 
11816                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11817
11818 2002-12-06 [christoph]  0.8.6claws67
11819
11820         * src/Makefile.am
11821         * src/template.[ch]             ** REMOVE **
11822         * src/common/Makefile.am
11823         * src/common/template.[ch]      ** NEW **
11824                 move template files to common directory
11825
11826         * src/nntp.c
11827                 add missing log.h include
11828
11829 2002-12-06 [melvin]     0.8.6claws66
11830
11831         * src/prefs_actions.c
11832                 Added the trailing ">" syntax to insert command's output
11833                 without replacing old text (in contrast to trailing "|").
11834
11835 2002-12-05 [colin]      0.8.6claws65
11836         
11837         * src/common/utils.c
11838                 Don't modify original search_string or it'll change
11839                 the next iterations in the for()
11840
11841 2002-12-05 [darko]      0.8.6claws64
11842
11843         * src/common/utils.c
11844                 proper check for filtering commands, found by Colin
11845
11846 2002-12-05 [darko]      0.8.6claws63
11847
11848         * src/common/utils.c
11849                 check proper string for NULL pointer, found by Colin
11850
11851 2002-12-05 [darko]      0.8.6claws62
11852
11853         * src/common/utils.[ch]
11854                 expand_search_string(): new function
11855                 converts Mutt-like patterns to Sylpheed's
11856                 filtering engine
11857         * src/summaryview.c
11858                 use expand_search_string() to allow Mutt-like
11859                 patterns in extended search
11860         * README.claws
11861                 document extended option in quick search
11862
11863 2002-12-05 [paul]       0.8.6claws61
11864
11865         * sync with 0.8.6cvs16
11866                 see ChangeLog 2002-12-05
11867                 
11868         * po/POTFILES.in
11869                 clean up
11870
11871 2002-12-04 [christoph]  0.8.6claws60
11872
11873         * src/imap.[ch]
11874                 put imap authentication code into a new function and
11875                 remove it from imap_session_new that will allow to
11876                 send other commands before authentication
11877
11878 2002-12-04 [christoph]  0.8.6claws59
11879
11880         * src/imap.[ch]
11881                 use already existing method to prevent unneeded IMAP
11882                 folder selects. Set imap_select parameters to NULL
11883                 in some functions if the values are not required.
11884
11885         * src/xml.h
11886                 remove no longer required include
11887
11888 2002-12-04 [paul]       0.8.6claws58
11889
11890         * po/es.po
11891                 updated by Ricardo Mones Lastra
11892                 
11893         * configure.in
11894           po/hu.po      ** NEW FILE **
11895                 initial Hungarian translation, submitted
11896                 by Gál Zoltán <galzoli@hu.inter.net>
11897
11898 2002-12-03 [christoph]  0.8.6claws57
11899
11900         * src/Makefile.am
11901         * src/gtksctree.[ch]            ** REMOVE **
11902         * src/gtk/Makefile.am
11903         * src/gtk/gtksctree.[ch]        ** NEW **
11904                 move gtksctree files to gtk directory
11905
11906 2002-12-03 [christoph]  0.8.6claws56
11907
11908         * src/Makefile.am
11909         * src/md5.[ch]                  ** REMOVE **
11910         * srm/common/Makefile.am
11911         * src/common/md5.[ch]           ** NEW **
11912                 move md5 files to common directory
11913
11914         * src/gtkstext.c
11915                 remove not required #include
11916
11917 2002-12-03 [sergey]     0.8.6claws55
11918
11919         * src/gtkutils.c
11920         * src/gtkutils.h
11921                 gtkut_window_popup(): new function.
11922         * src/mainwindow.c
11923                 main_window_popup(): use gtkut_window_popup() to raise
11924                 window without changing its position.
11925                 (see sylpheed-main ML message [sylpheed:17247])
11926
11927 2002-12-03 [sergey]     0.8.6claws54
11928
11929         * src/send.c
11930                 send_message_local(): removed first-dot escaping
11931                 (SMTP-only, not needed for sending through pipe)
11932
11933 2002-12-03 [paul]       0.8.6claws53
11934
11935         * po/POTFILES.in
11936                 update to reflect recent changes (thanks
11937                 to Ricardo Mones Lastra)
11938                 
11939         * tools/filter_conv.pl
11940                  fix problem with quoted strings. Patch submitted
11941                  by Luke Plant <lukeplant@softhome.net>
11942
11943 2002-12-03 [paul]       0.8.6claws52
11944
11945         * sync with 0.8.6cvs15
11946                 see ChangeLog 2002-12-03
11947
11948 2002-12-02 [christoph]  0.8.6claws51
11949
11950         * src/logwindow.[ch]
11951         * src/common/log.[ch]
11952                 implement logging using a hook function
11953
11954         * src/folderview.c
11955         * src/folder.[ch]
11956                 define hooklist name in header file to avoid
11957                 errors caused by wrong spelling of hooklist names
11958
11959         * src/toolbar.c
11960                 fix warnings
11961
11962 2002-12-02 [christoph]  0.8.6claws50
11963
11964         * src/common/Makefile.am
11965                 add src/common/hooks.[ch]
11966
11967         * src/common/hooks.[ch]
11968                 implement a simple hook system using glib's hook functions
11969
11970         * src/folder.[ch]
11971         * src/folderview.c
11972                 use new hook system for folder item updates
11973
11974 2002-12-02 [christoph]  0.8.6claws49
11975
11976         * doc-src/ui_seperation.txt     ** NEW **
11977                 information for ui seperation
11978
11979         * src/Makefile.am
11980                 remove files that were moved to common
11981                 include common directory by default for the header files
11982
11983         * src/inc.c
11984         * src/common/socket.c
11985         * src/automaton.[ch]
11986                 implement automaton using g_io_*-functions instead of
11987                 gdk_input_add to make it ui independent
11988
11989         * src/codeconv.c
11990         * src/compose.c
11991         * src/ldif.c
11992         * src/pgptext.c
11993         * src/procmime.c
11994         * src/rfc2015.c
11995         * src/smtp.c
11996         * src/unmime.c
11997                 remove common/ prefix because directory is now in
11998                 include path
11999
12000         * src/compose.c
12001         * src/folder.c
12002         * src/folderview.c
12003         * src/mainwindow.c
12004         * src/messageview.c
12005         * src/prefs_common.c
12006         * src/procmsg.c
12007         * src/rfc2015.c
12008                 fix warnings
12009
12010         * src/imap.c
12011         * src/inc.c
12012         * src/news.c
12013         * src/pop.c
12014         * src/send.c
12015         * src/smtp.c
12016         * src/ssl_certificate.c
12017                 add log.h header file for logging functions
12018
12019         * src/main.c
12020         * src/common/utils.c
12021         * src/summaryview.c
12022         * src/xml.c
12023                 o move debug_mode to common/utils.c
12024                 o add functions to set and get debug_mode
12025
12026         * src/defs.h                    ** REMOVE **
12027         * src/intl.h                    ** REMOVE **
12028         * src/socket.[ch]               ** REMOVE **
12029         * src/ssl.[ch]                  ** REMOVE **
12030         * src/utils.[ch]                ** REMOVE **
12031                 replaced by new files in src/common/
12032         
12033         * src/common/Makefile.am
12034                 add new files in src/common/
12035
12036         * src/common/defs.h             ** NEW **
12037         * src/common/intl.h             ** NEW **
12038         * src/common/log.[ch]           ** NEW **
12039         * src/common/socket.[ch]        ** NEW **
12040         * src/common/ssl.[ch]           ** NEW **
12041         * src/common/utils.[ch]         ** NEW **
12042                 replacement for files in src/
12043
12044 2002-12-02 [colin]      0.8.6claws48
12045
12046         * src/folderview.c
12047                 Scroll folderview if necessary during dnd
12048
12049 2002-12-02 [colin]      0.8.6claws47
12050
12051         * src/folder.[ch]
12052                 Add check to verify a move is within a single mailbox
12053         * src/folderview.c
12054                 Add specific error string for this check
12055
12056 2002-12-02 [colin]      0.8.6claws46
12057
12058         * src/folder.c
12059                 Add a test to folder moving, remove a statusbar_print
12060         * src/folderview.c
12061                 Add Move folder... context-menu item
12062                 Factorize folder moving code
12063                 Enable folder DND for mbox
12064
12065 2002-12-01 [christoph]  0.8.6claws45
12066
12067         * ac/aspell.m4
12068                 remove conf.aspelltest if the version check fails
12069
12070 2002-11-30 [christoph]  0.8.6claws44
12071
12072         * autogen.sh
12073                 run libtoolize --force in autogen to create missing
12074                 libtool scripts
12075
12076 2002-11-30 [christoph]  0.8.6claws43
12077
12078         * src/Makefile.am
12079         * src/pgptext.c
12080         * src/procmime.c
12081         * src/rfc2015.c
12082         * src/uuencode.[ch]             ** REMOVED **
12083         * src/common/Makefile.am
12084         * src/common/uuencode.[ch]      ** NEW **
12085                 move uuen/decoder to common directory
12086
12087 2002-11-30 [christoph]  0.8.6claws42
12088
12089         * src/Makefile.am
12090         * src/base64.[ch]               ** REMOVED **
12091         * src/codeconv.c
12092         * src/compose.c
12093         * src/ldif.c
12094         * src/pgptext.c
12095         * src/procmime.c
12096         * src/rfc2015.c
12097         * src/smtp.c
12098         * src/unmime.c
12099         * src/common/Makefile.am
12100         * src/common/base64.[ch]        ** NEW **
12101                 move base64 en/decoder to common directory
12102
12103 2002-11-30 [christoph]  0.8.6claws41
12104
12105         * src/common                    ** NEW **
12106                 new directory for UI independent code
12107         * src/gtk                       ** NEW **
12108                 new directory for GTK frontend
12109         * src/common/.cvsignore         ** NEW **
12110         * src/gtk/.cvsignore            ** NEW **
12111                 ignore build files
12112         * src/common/Makefile.am        ** NEW **
12113         * src/gtk/Makefile.am           ** NEW **
12114                 automake files to build new seperated stuff
12115         * src/Makefile.am
12116                 the binary will currently still be build with the
12117                 files in src, so we include the code from the
12118                 subdirs for now after building the libs there
12119
12120 2002-11-30 [paul]       0.8.6claws40
12121
12122         * src/compose.c
12123                 fix bug [642731] 'Wrong selected account with drafted mail'
12124
12125 2002-11-29 [oliver]     0.8.6claws39
12126         
12127         * src/messageview.c
12128                 o update summaryview when switching between different
12129                   messageviews          
12130         * src/toolbar.c  
12131                 o check if messageview holds already removed msg
12132                   from summaryview
12133                 
12134
12135 2002-11-29 [oliver]     0.8.6claws38
12136
12137         * src/toolbar.c 
12138                 remove not needed variables and includes
12139                 make messageview stay opened and move to next when msgs are deleted 
12140
12141 2002-11-29 [oliver]     0.8.6claws37
12142         
12143         * src/toolbar.c 
12144                 disable compose button (messageview toolbar) by default
12145                 deleted msgs are moved to trash
12146         
12147 2002-11-29 [melvin]     0.8.6claws36
12148
12149         * configure.in
12150                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12151                 and to detect signatures expirations (gpgme 0.3.6)
12152
12153         * src/main.c
12154                 Use non obsolescent function for Gpgme engine checking.
12155
12156         * src/rfc2015.c
12157                 Inform about expired signatures or signatures which key
12158                 has expired. Expiration date is displayed.
12159
12160         * src/sigstatus.c
12161                 Inform about expired signatures or signatures which key
12162                 has expired.
12163
12164 2002-11-28 [paul]       0.8.6claws35
12165
12166         * src/folderview.c
12167                 re-instate 'Check for new messages' in Newsgroup
12168                 folders right-click menu, after a suggestion from
12169                 Tim Mann <timmann@users.sourceforge.net>
12170
12171         * src/main.c
12172                 after a crash check only local folders for new
12173                 messages
12174
12175 2002-11-28 [paul]       0.8.6claws34
12176
12177         * configure.in
12178                 apply patch that fixes the checking of GTK with XIM 
12179                 support on different OSs, such as FreeBSD. Patch 
12180                 submitted by Topia <topia@users.sourceforge.net>
12181                 
12182 2002-11-28 [paul]       0.8.6claws33
12183
12184         * src/mainwindow.c
12185           src/prefs_common.c
12186           src/prefs_toolbar.c
12187                 more changes to the English
12188
12189 2002-11-28 [paul]       0.8.6claws32
12190
12191         * sync with 0.8.6cvs13
12192                 see ChangeLog 2002-11-28 (no sync needed
12193                 for src/compose.c)
12194
12195 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12196         
12197         * src/mainwindow.[ch]
12198                 add patch by Ivan F. Martinez introducing messageview Toolbar
12199                 some changes and committed by oliver    
12200
12201 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12202
12203         * src/messageview.[ch]
12204                 add patch by Ivan F. Martinez introducing messageview Toolbar
12205                 some changes and committed by oliver    
12206
12207 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12208
12209         * src/compose.[ch]
12210                 add patch by Ivan F. Martinez introducing messageview Toolbar
12211                 some changes and committed by oliver    
12212
12213 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12214         
12215         * src/toolbar.[ch]
12216                 add patch by Ivan F. Martinez introducing messageview Toolbar
12217                 some changes and committed by oliver
12218
12219 2002-11-28 [oliver]     0.8.6claws27
12220         
12221         * src/prefs_toolbar.[ch]
12222                 getting ready for messageview toolbar
12223                 free mem allocated by gettext
12224                 change prefs_toolbar to prefs_toolbar_open
12225  
12226 2002-11-28 [thorsten]   0.8.6claws26
12227
12228         * src/imageview.[ch]
12229                 cleaned up conflicting declarations of
12230                 imageview_show_image()
12231
12232 2002-11-28 [paul]       0.8.6claws25
12233
12234         * src/grouplistdialog.c
12235           src/prefs_common.c
12236           src/prefs_summary_column.c
12237                 a few more improvements to the English
12238
12239 2002-11-28 [colin]      0.8.6claws24
12240
12241         * man/sylpheed.1
12242                 A few updates to command-line parameters
12243
12244 2002-11-28 [colin]      0.8.6claws23
12245
12246         * src/prefs_filtering.c
12247                 Fix problems with prefs_filtering_delete_path:
12248                 a) if the first rule is removed, original pointers
12249                    weren't updated (leading to segfaults)
12250                 b) it was always global_processing updated in case
12251                    of removed path was parent of rule path
12252
12253 2002-11-27 [paul]       0.8.6claws22
12254
12255         * src/mainwindow.c
12256           src/prefs_account.c
12257           src/prefs_actions.c
12258           src/prefs_common.c
12259           src/prefs_customheader.c
12260           src/prefs_display_header.c
12261           src/prefs_filtering.c
12262           src/prefs_folder_item.c
12263           src/prefs_matcher.c
12264           src/prefs_scoring.c
12265           src/prefs_summary_column.c
12266           src/prefs_template.c
12267           src/prefs_toolbar.c
12268                  improve the English in the GUI
12269
12270 2002-11-27 [colin]      0.8.6claws21
12271
12272         * src/folder.c
12273                 Fix processing renaming problems happening after
12274                 last commit
12275
12276 2002-11-27 [colin]      0.8.6claws20
12277
12278         * src/folder.c
12279                 recursive move now deletes src each subfolder after 
12280                 having moved it
12281         * src/folderview.c
12282                 Use identifier instead of path during dnd (enables
12283                 IMAP folder dnd)
12284
12285 2002-11-27 [paul]       0.8.6claws19
12286
12287         * src/main.c
12288                 apply patch that does command-line processing 
12289                 BEFORE gtk_init, allowing claws to run from 
12290                 shell-scripts in non-X environment (e.g. crontab 
12291                 or ip-up, ip-down scripts). Patch submitted by
12292                 Ruslan N. Balkin <baron@dartel.ru>
12293                 
12294         * po/it.po
12295                 updated by Alessandro Maestri
12296
12297 2002-11-27 [paul]       0.8.6claws18
12298
12299         * sync with 0.8.6cvs12
12300           src/prefs_common.c
12301                 Differences are that main uses a 'Receive dialog'
12302                 frame on the Interface tab, whereas claws groups all 
12303                 the dialogs together in a 'Dialogs' frame.
12304
12305 2002-11-27 [colin]      0.8.6claws17
12306
12307         * src/prefs_matcher.c
12308                 Fix Execute criteria's NOT flag
12309
12310
12311 2002-11-26 [christoph]  0.8.6claws16
12312
12313         * src/ssl.c
12314                 rewrite the ssl code a little bit, only use one
12315                 SSL context, set default certificates' file/path
12316
12317 2002-11-26 [thorsten]   0.8.6claws15
12318
12319         * src/compose.c
12320                 default-reply-to didn't work for ml-reply
12321
12322 2002-11-26 [melvin]     0.8.6claws14
12323
12324         * src/prefs_actions.c
12325                 Made pipe-actions ignore short headers in message view
12326                 Made trailing-pipe-actions write in the message view with
12327                 the same font as the original message
12328
12329 2002-11-26 [paul]       0.8.6claws13
12330
12331         * src/compose.c
12332                 this time commit the correct file
12333
12334 2002-11-26 [paul]       0.8.6claws12
12335
12336         * sync with 0.8.6cvs11
12337           src/quote_fmt_parse.y  
12338                 no sync needed
12339           src/account.[ch]       
12340                 not sync'ed
12341           src/compose.c
12342                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12343                 on draft mode.
12344                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12345                 header
12346                 
12347         see ChangeLog 2002-11-25 and 2002-11-26
12348
12349 2002-11-26 [colin]      0.8.6claws11
12350
12351         * src/folderview.c
12352                 Fix collapsed folder not auto-expanding during
12353                 mail dnd, if it was the source folder.
12354
12355 2002-11-25 [colin]      0.8.6claws10
12356
12357         * src/folderview.[ch]
12358                 Variable renaming and cleaning (slist of nodes 
12359                 to be re-collapsed is stored in FolderView)
12360
12361 2002-11-25 [paul]       0.8.6claws9
12362
12363         * src/prefs_common.[ch]
12364                 fix breakage caused by last commit
12365
12366 2002-11-25 [paul]       0.8.6claws8
12367
12368         * sync with 0.8.6cvs4
12369                 see ChangeLog 2002-11-21
12370
12371 2002-11-25 [paul]       0.8.6claws7
12372
12373         * sync with 0.8.6cvs4
12374                 see ChangeLog 2002-11-20
12375
12376 2002-11-25 [paul]       0.8.6claws6
12377
12378         * sync with 0.8.6cvs3
12379                 see ChangeLog 2002-11-18
12380
12381 2002-11-25 [colin]      0.8.6claws5
12382
12383         * src/gtkutils.[ch]
12384                 Add gtkut_ctree_node_is_parent()
12385         * src/folderview.c
12386                 Spring-loaded folders
12387
12388 2002-11-25 [colin]      0.8.6claws4
12389
12390         * src/utils.[ch]
12391                 Add slist_concat_unique(), function to merge
12392                 two GSList filtering dups
12393         * src/folder.[ch]
12394         * src/summaryview.[ch]
12395         * src/folderview.c
12396         * src/main.c
12397                 Add detection/update/display of unread answers
12398                 to marked mails
12399         * src/procmsg.[ch]
12400                 Add procmsg_find_children()
12401                 Add procmsg_msg_has_marked_parent()
12402
12403 2002-11-25 [colin]      0.8.6claws3
12404
12405         * src/ssl_certificate.[ch]
12406                 Allow checking a certificate without a DNS
12407                 lookup
12408                 Allow to forget a cert (by deleting it)
12409                 Make ssl_certificate_destroy_public
12410         * src/ssl_manager.[ch] ** NEW FILES **
12411                 Gui to manage (display/remove) certificates
12412         * src/prefs_common.[ch]
12413                 Add a pref to allow silent acceptation of
12414                 trusted certificates or not (based on the
12415                 "I want to know what's going on" principle)
12416         * src/mainwindow.c
12417                 Add SSL manager in Tools menu
12418         * src/Makefile.am
12419                 Add the new files to the build
12420         * po/POTFILES.in
12421                 Add ssl_manager.c to translations
12422
12423 2002-11-25 [colin]      0.8.6claws2
12424
12425         * src/summaryview.[ch]
12426                 Add S_SEARCH_EXTENDED to the quick search, which 
12427                 allows to search using filtering syntax.
12428
12429 2002-11-25 [colin]      0.8.6claws1
12430
12431         * src/summaryview.c
12432                 Deletion of duplicates now prefer deleting
12433                 the unread dup (fixes feature-request 638989).
12434
12435 2002-11-24 [paul]       0.8.6claws
12436
12437         * po/es.po
12438           po/pl.po
12439           po/ru.po
12440           po/sr.po
12441                 updated by Ricardo Mones Lastra,
12442                 Witold Wladyslaw Wojciech Wilk,
12443                 Ruslan N. Balkin, and  Urke MMI 
12444                 respectively
12445
12446 2002-11-24 [paul]       0.8.5claws182
12447
12448         * po/bg.po
12449                 updated by George Danchev
12450
12451 2002-11-23 [alfons]     0.8.5claws181
12452
12453         * src/imap.c
12454                 tiny memory leak found by browsing Dimitar's 
12455                 valgrind report
12456
12457 2002-11-23 [paul]       0.8.5claws180
12458
12459         * po/it.po
12460                 updated by Alessandro Maestri
12461
12462 2002-11-22 [christoph]  0.8.5claws179
12463
12464         * src/compose.c
12465         * src/inc.c
12466         * src/prefs_filtering.c
12467         * src/summaryview.c
12468                 more warning fixes
12469
12470 2002-11-22 [alfons]     0.8.5claws178
12471
12472         * src/summaryview.c
12473                 summary_execute_delete_func(): if message is deleted, make 
12474                 sure to also remove its entry in the subject hash table. 
12475                 fixes a corner case bug.
12476
12477 2002-11-22 [paul]       0.8.5claws177
12478
12479         * .cvsignore
12480                 add 'autom4te.cache'
12481                 
12482         * ltconfig      ** REMOVED **
12483                 not needed
12484
12485 2002-11-22 [paul]       0.8.5claws176
12486
12487         * src/textview.c
12488                 textview_set_font(): fix for message display in
12489                 UTF-8 locales (thanks to Sergey Vlasov).
12490                 
12491         * AUTHORS
12492                 add new team members and contributors
12493
12494
12495 2002-11-21 [colin]      0.8.5claws175
12496
12497         * src/procmsg.[ch]
12498                 Add procmsg_remove_special_headers()
12499         * src/mh.c
12500                 Use procmsg_remove_special_headers() for 
12501                 previous fix
12502
12503 2002-11-21 [colin]      0.8.5claws174
12504
12505         * src/mh.c
12506                 Fix moving/copying from queue/draft folders
12507                 for MH folders
12508
12509 2002-11-21 [christoph]  0.8.5claws173
12510
12511         * src/crash.c
12512         * src/filtering.c
12513         * src/logwindow.c
12514         * src/main.c
12515         * src/matcher_parser_lex.[hl]
12516         * src/mbox.c
12517         * src/mbox_folder.[ch]
12518         * src/prefs_filtering.c
12519         * src/procheader.c
12520         * src/quote_fmt_lex.l
12521         * src/ssl.c
12522                 fix all warnings except the warnings in lex and yacc files
12523
12524 2002-11-20 [christoph]  0.8.5claws172
12525
12526         * src/imap.c
12527                 fix MsgInfo retrieval for IMAP draft and queue folders
12528                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12529
12530 2002-11-19 [christoph]  0.8.5claws171
12531
12532         * src/compose.c
12533                 fix segfault, when draft saving does not get
12534                 the MsgInfo of the new message
12535                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12536
12537 2002-11-19 [christoph]  0.8.5claws170
12538
12539         * src/procmsg.c
12540                 add parameter check for flag setting function
12541                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12542
12543 2002-11-18 [paul]       0.8.5claws169
12544
12545         * src/compose.c
12546                 more sensitivity fixes to redirect mode:
12547                 * disable toolbar draft button
12548                 * allow only Address book in the Tools menu
12549                 * disable editing of message by the spell
12550                   checker
12551
12552 2002-11-18 [paul]       0.8.5claws168
12553
12554         * src/compose.c
12555                 fix sensitivity of menu items in compose_redirect():
12556                 allow only the necessary items 
12557
12558 2002-11-18 [paul]       0.8.5claws167
12559
12560         * src/compose.c
12561                 fix bug [ 603259 ] 'attachment got lost on bounce'
12562
12563 2002-11-18 [paul]       0.8.5claws166
12564
12565         * po/ru.po
12566                 updated by Ruslan N. Balkin <baron@dartel.ru>
12567
12568 2002-11-18 [colin]      0.8.5claws165
12569
12570         * src/main.c
12571           src/defs.h
12572                 Remove old filtering stuff
12573
12574
12575 2002-11-17 [oliver]     0.8.5claws164
12576
12577         * src/toolbar.h
12578                 remove not needed typedef 
12579
12580 2002-11-17 [oliver]     0.8.5claws163
12581
12582         * src/toolbar.c
12583                 make toolbar's on click events translatable
12584
12585 2002-11-15 [colin]      0.8.5claws162
12586
12587         * src/summaryview.c
12588                 Revert too-soon integration of a feature
12589
12590 2002-11-15 [christoph]  0.8.5claws161
12591
12592         * src/imap.c
12593                 use main's implementation of imap_get_msginfo
12594
12595 2002-11-15 [christoph]  0.8.5claws160
12596
12597         * src/compose.c
12598         * src/folder.[ch]
12599         * src/imap.c
12600         * src/mbox_folder.c
12601         * src/mh.c
12602         * src/news.c
12603         * src/procmsg.c
12604         * src/summaryview.c
12605                 replace claws' fetch_msginfo with main's get_msginfo
12606                 (use main's implementation where possible)
12607
12608 2002-11-15 [colin]      0.8.5claws159
12609
12610         * src/ssl_certificate.c
12611                 Missed a check
12612
12613 2002-11-16 [melvin]     0.8.5claws158
12614
12615         * po/fr.po
12616                 Updated French translations.
12617
12618 2002-11-16 [colin]      0.8.5claws157
12619
12620         * src/ssl_certificate.c
12621                 Check for missing parts in the certificates
12622
12623 2002-11-15 [colin]      0.8.5claws156
12624
12625         * src/folderview.c
12626                 Preventive fix (missing check) found by
12627                 Alfons
12628
12629 2002-11-15 [paul]
12630
12631         * NEWS
12632                 sync with 0.8.6 release
12633
12634 2002-11-15 [colin]      0.8.5claws155
12635
12636         * src/folder.[ch]
12637           src/folderview.c
12638                 Fix error handling of folder_item_move_to()
12639                 (thanks to Alfons!)
12640
12641 2002-11-15 [colin]      0.8.5claws154
12642
12643         * src/folder.[ch]
12644           src/folderview.c
12645                 folder_item_move_to() sets an error message instead
12646                 of having GUI stuff in folder.c
12647
12648 2002-11-15 [colin]      0.8.5claws153
12649
12650         * src/procmsg.[ch]
12651                 Implemented a callback for MsgInfo updates, 
12652                 heavily copy/pasted from Christoph's folder 
12653                 callback system
12654         * src/summaryview.[ch]
12655                 Register summary_update_msg as callback
12656
12657 2002-11-14 [colin]      0.8.5claws152
12658         
12659         * src/procmsg.c
12660                 Update the FolderItem after sending (fixes 617593)
12661
12662 2002-11-14 [christoph]  0.8.5claws151
12663
12664         * src/folder.c
12665                 fix wrong position of NULL pointer check found
12666                 by Sergey
12667
12668 2002-11-14 [christoph]  0.8.5claws150
12669
12670         * src/folder.c
12671                 fix segfault when deleting messages from IMAP folders
12672                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12673
12674 2002-11-14 [colin]      0.8.5claws149
12675
12676         * src/compose.c
12677                 Forwarding was also ignoring the folder's default account.
12678
12679 2002-11-14 [colin]      0.8.5claws148
12680
12681         * src/compose.c
12682                 Fix sent folder not set to folder properties when 
12683                 forwarding.
12684
12685 2002-11-14 [thorsten]   0.8.5claws147
12686
12687         * src/inc.c
12688                 inc_start(): Files were not moved from .processing to inbox,
12689                 if no global processing rule existed
12690
12691 2002-11-14 [colin]      0.8.5claws146
12692
12693         * src/ssl_certificate
12694                 Fix file operations
12695
12696 2002-11-14 [paul]       0.8.5claws145
12697
12698         * po/it.po
12699                 updated by Alessandro Maestri
12700
12701 2002-11-13 [alfons]     0.8.5claws144
12702
12703         * src/folder.c
12704                 folder_item_close(): only mark messages unread
12705                 when a folder has new messages 
12706
12707 2002-11-13 [keith]      0.8.5claws143
12708
12709         * src/imap.c
12710                 Fix problem moving or copying between
12711                 IMAP folders
12712
12713 2002-11-13 [colin]      0.8.5claws142
12714
12715         * src/matcher_parser_parse.y
12716                 Fix rule problem when " don't match
12717
12718 2002-11-13 [christoph]  0.8.5claws141
12719
12720         * src/folder.c
12721         * src/folderview.c
12722                 moved cache saving to folder_item_close
12723                 the folderview should not have to deal with
12724                 this things
12725
12726 2002-11-13 [christoph]  0.8.5claws140
12727
12728         * src/summaryview.c
12729                 moved setting of important score to
12730                 summary_set_prefs_from_folderitem
12731
12732 2002-11-13 [colin]      0.8.5claws139
12733
12734         * src/matcher_parser_parse.y
12735                 Fix a segfault in the parser (happening when
12736                 a good expression had been tested and a bad 
12737                 one arrives)
12738
12739 2002-11-13 [paul]       0.8.5claws138
12740
12741         * sync with 0.8.5cvs24
12742                 see ChangeLog 2002-11-13
12743                 
12744         * po/pt_BR.po
12745                 updated by Fabio Jr. Beneditto
12746
12747 2002-11-13 [colin]      0.8.5claws137
12748         
12749         * src/msgcache.c
12750           src/defs.h
12751           src/procmsg.[ch]
12752                 Revert last commit, problem
12753
12754 2002-11-13 [colin]      0.8.5claws136
12755
12756         * src/msgcache.c
12757                 Remove duplicated code
12758         * src/defs.h
12759                 Bumped CACHE_VERSION and MARK_VERSION
12760         * src/procmsg.[ch]
12761                 Network endian for cache and mark files
12762
12763 2002-11-12 [colin]      0.8.5claws135
12764
12765         * src/inc.c
12766                 Fix the "socket error" dialog which disappeared
12767
12768 2002-11-12 [colin]      0.8.5claws134
12769
12770         * src/msgcache.c
12771                 Reverse last commit which had performance 
12772                 problems, but still reverse the list
12773
12774 2002-11-12 [colin]      0.8.5claws133
12775
12776         * src/msgcache.c
12777                 Reverse list order
12778
12779 2002-11-12 [melvin]     0.8.5claws132
12780
12781         * src/compose.c
12782                 Added a check for a NULL prefs_common.dictionary
12783
12784 2002-11-12 [colin]      0.8.5claws131
12785
12786         * src/ssl_certificate.[ch]
12787                 Use FQDN hostname
12788
12789 2002-11-12 [colin]      0.8.5claws130
12790
12791         * src/ssl_certificate.[ch]
12792                 Take connection port into account for 
12793                 checking certificates (a single hostname
12794                 could have multiple servers with multiple
12795                 certificates)
12796         * src/ssl.c
12797                 Pass the port to ssl_certificate_check
12798
12799 2002-11-12 [paul]       0.8.5claws129
12800
12801         * src/folder.c
12802                 fix a typo in last commit
12803
12804 2002-11-12 [paul]       0.8.5claws128
12805
12806         * sync with 0.8.5cvs23
12807                 see ChangeLog entry 2002-11-12
12808
12809 2002-11-11 [colin]      0.8.5claws127
12810
12811         * src/ssl_certificate.c
12812                 Cleaner messages
12813                 Don't popup, instead log error, if the 
12814                 corresponding pref is checked
12815         * src/ssl_certificate.h
12816                 include <openssl/objects/h>
12817
12818 2002-11-11 [colin]      0.8.5claws126
12819
12820         * src/ssl_certificate.h
12821                 _Really_ clean it
12822
12823 2002-11-11 [colin]      0.8.5claws125
12824         
12825         * src/ssl_certificate.c
12826                 Fixed leak
12827
12828 2002-11-11 [colin]      0.8.5claws124
12829
12830         * src/ssl.c
12831                 Cleaned a bit
12832         * src/ssl_certificate.[ch]
12833                 Cleaned a bit (better use of SSL API)
12834                 (This will cause non-recognition of saved 
12835                  certificates of claws12[23]...)
12836
12837 2002-11-11 [paul]       0.8.5claws123
12838         
12839         * po/es.po
12840                 updated by Ricardo Mones Lastra
12841
12842 2002-11-11 [colin]      0.8.5claws122
12843
12844         * src/ssl.c
12845                 Fix a typo
12846
12847 2002-11-11 [colin]      0.8.5claws121
12848
12849         * src/ssl_certificate.[ch] ** NEW FILES **
12850         * src/ssl.[ch]
12851                 Check SSL certificates presented to us
12852         * src/Makefile.am
12853                 Add ssl_certificate.[ch]
12854         * po/POTFILES.in
12855                 Add ssl_certificate.c
12856
12857 2002-11-11 [paul]       0.8.5claws120
12858
12859         * sync with 0.8.5cvs22
12860                 see ChangeLog 2002-11-11
12861
12862 2002-11-11 [paul]       0.8.5claws119
12863
12864         * sync with 0.8.5cvs21
12865                 see ChangeLog 2002-11-11
12866
12867 2002-11-10 [jens]       0.8.5claws118
12868
12869         * src/folder.c
12870         * src/folderview.c
12871                 corrected some typing
12872         * po/de.po
12873                 updated german translation
12874         * sylpheed.spec.in
12875                 cleaned up specfile and adjusted it for claws
12876
12877 2002-11-10 [colin]      0.8.5claws117
12878
12879         * src/summaryview.c
12880                 a STATUSBAR_PUSH/POP fix
12881
12882 2002-11-10 [colin]      0.8.5claws116
12883
12884         * src/prefs_folder_item.c
12885                 Fix hanging after opening folder properties
12886
12887 2002-11-10 [hoa]        0.8.5claws115
12888
12889         * src/matcher_parser_lex.l
12890         * src/matcher_parser_parse.y
12891                 config file for scoring and filtering is no more trashed
12892                 when there is a syntax error in a filtering rule when
12893                 editing it in a dialog.
12894
12895 2002-11-09 [colin]      0.8.5claws114
12896
12897         * src/mbox_folder.c
12898                 Added missing initialisation of folder->destroy()
12899
12900 2002-11-09 [colin]      0.8.5claws113
12901
12902         * src/folder.c
12903           src/folderview.c
12904                 Fix the status bar messages
12905
12906 2002-11-09 [colin]      0.8.5claws112
12907
12908         * src/folderview.c
12909                 Fix hangs after folder dnd, happening after 
12910                 claws109.
12911
12912 2002-11-09 [christoph]  0.8.5claws111
12913
12914         * src/folderview.c
12915                 just changed order of calls (reverse order of
12916                 associated calls)
12917         * src/inc.c
12918                 lock inc when checking only one account, otherwise
12919                 inc all could be executed at the same time
12920
12921 2002-11-09 [christoph]  0.8.5claws110
12922
12923         * src/folderview.c
12924                 better unlock the mouse cursor before calling
12925                 summary_show because it changes the cursor too
12926
12927 2002-11-09 [christoph]  0.8.5claws109
12928
12929         * src/folder.[ch]
12930         * src/folderview.c
12931                 add functions to open and close a folder
12932                 o opending will execute scanning for remote folders
12933                   and processing
12934                 o closing will unset new flag for messages
12935
12936 2002-11-09 [colin]      0.8.5claws108
12937
12938         * src/folder.c
12939                 Add a call to prefs_matcher_write_config to 
12940                 avoid non-leaf folders filtering settings to be
12941                 lost
12942
12943 2002-11-09 [paul]       0.8.5claws107
12944
12945         * src/prefs_account.c
12946                 re-word a label
12947
12948 2002-11-09 [colin]      0.8.5claws106
12949
12950         * src/folderview.c
12951                 Minor esthetic fix
12952
12953 2002-11-09 [colin]      0.8.5claws105
12954
12955         * src/folderview.c
12956                 Fix prefs_filtering deletion for MH folders (same
12957                 reason as below)
12958         * src/prefs_filtering.c
12959                 Fix prefs_filtering renaming and deletion for 
12960                 folder-based processing rules.  
12961
12962 2002-11-09 [christoph]  0.8.5claws104
12963
12964         * src/compose.c
12965         * src/folder.[ch]
12966         * src/folderview.[ch]
12967         * src/import.c
12968         * src/inc.c
12969         * src/main.c
12970         * src/mainwindow.c
12971         * src/messageview.c
12972         * src/prefs_folder_item.c
12973         * src/procmsg.c
12974         * src/summaryview.c
12975                 implement a callback system for folder item updates
12976
12977 2002-11-09 [colin]      0.8.5claws103
12978
12979         * src/folderview.c
12980                 Fix prefs_filtering renaming for MH folders (we
12981                 shouldn't rename by path as another folder could
12982                 have the same hierarchy).
12983
12984 2002-11-09 [colin]      0.8.5claws102
12985
12986         * src/folder.c
12987                 Fix a leak found by Christoph, use better variable
12988                 names
12989
12990 2002-11-09 [colin]      0.8.5claws101
12991
12992         * src/folder.c
12993                 One more fix for processing rules
12994
12995 2002-11-08 [colin]      0.8.5claws100
12996         
12997         * src/matcher.c
12998                 Don't copy the compiled regexp (will be reevaluated)
12999         * src/folderview.c
13000                 Lock folderview while moving
13001         * src/folder.c
13002                 Provide info on what's happening to the user
13003
13004 2002-11-08 [colin]      0.8.5claws99
13005
13006         * src/folderview.c
13007                 Fix folder reordering after a move if parent is 
13008                 root
13009         * src/scoring.[ch]
13010                 Add function to copy a ScoringProp
13011         * src/prefs_folder_item.c
13012                 Copy scoring rules when copying a folder prefs
13013
13014 2002-11-08 [colin]      0.8.5claws98
13015
13016         * src/folderview.c
13017                 Fixes in case of failure
13018         * src/filtering.[ch]    
13019                 Add function to duplicate a FilteringProp
13020         * src/matcher.[ch]
13021                 Add function to duplicate a MatcherProp
13022         * src/prefs_folder_item.c
13023                 Save folder's processing rules when copying 
13024                 its prefs
13025
13026 2002-11-08 [colin]      0.8.5claws97
13027         
13028         * src/folderview.c
13029                 Sort after move
13030         * src/folder.c 
13031                 Change a printf to debug_print
13032
13033 2002-11-08 [colin]      0.8.5claws96
13034
13035         * src/folder.c
13036           src/folderview.c
13037                 Fix segfaults, call me stupido
13038         
13039
13040 2002-11-08 [colin]      0.8.5claws95
13041
13042         *src/folder.c
13043                 Added forgotten prefs to save when moving folders
13044
13045 2002-11-08 [colin]      0.8.5claws94
13046
13047         * src/folder.c
13048                 Fixes to folder DND (prefs copy)
13049         * src/folderview.c
13050                 Optimization for folder DND (don't rescan whole tree)
13051                 Added folderview_create_folder_node() for this 
13052                 optimization, so de-duped a bit the code
13053         * src/prefs_folder_item.[ch]
13054                 Added prefs_folder_item_copy_prefs()    
13055           
13056 2002-11-08 [paul]       0.8.5claws93
13057
13058         * src/prefs_account.c
13059           tools/README
13060           tools/kmail2sylpheed_v2.pl
13061                 correct some typos
13062
13063 2002-11-08 [paul]       0.8.5claws92
13064
13065         * src/compose.c
13066           src/prefs_account.[ch]
13067                 remove account options 'clearsign' and 'ascii_armored',
13068                 replace with 'default_gnupg_mode' to prevent mixed-mode
13069                 Privacy settings
13070
13071 2002-11-08 [paul]       0.8.5claws91
13072
13073         * src/compose.[ch]
13074                 re-implement GnuPG 'on-the-fly' mode selection,
13075                 disallow mixed-mode
13076
13077 2002-11-08 [colin]      0.8.5claws90
13078
13079         * src/folderview.c
13080           src/prefs_folder_item.c
13081                 Change "Property" to "Properties"
13082
13083 2002-11-07 [colin]      0.8.5claws89
13084
13085         * src/folderview.c
13086           src/folder.c
13087                 Allow folder dropping to a root folder
13088
13089 2002-11-07 [paul]       0.8.5claws88
13090
13091         * src/compose.c
13092                 revert last commit
13093
13094 2002-11-07 [paul]       0.8.5claws87
13095
13096         * src/compose.c
13097                 fix reply-to-list bug. closes bug report
13098                 "[633382] reply-to-list broken in recent cvs"
13099
13100 2002-11-07 [paul]       0.8.5claws86
13101
13102         * src/compose.c
13103                 add a forgotten '#if USE_GPGME ... #endif'
13104
13105 2002-11-07 [paul]       0.8.5claws85
13106
13107         * sync with 0.8.5cvs20
13108                 see ChangeLog 2002-11-07
13109
13110 2002-11-07 [colin]      0.8.5claws84
13111
13112         * src/folder.[ch]
13113                 Change folder_item_move_to to return the newly 
13114                 created folderitem.
13115         * src/folderview.c
13116                 Select the new folderitem after moving.
13117
13118 2002-11-07 [colin]      0.8.5claws83
13119
13120         * src/prefs_filtering.c
13121                 Fix rule rewriting when moving a leaf folder to a 
13122                 shorter path
13123
13124 2002-11-07 [colin]      0.8.5claws82
13125
13126         * src/prefs_filtering.c
13127                 fix a leak
13128
13129 2002-11-07 [colin]      0.8.5claws81
13130
13131         * src/folder.[ch]
13132                 Add folder_item_move_to() function to move a 
13133                 folderitem into another one (updates matcher etc)
13134         * src/folderview.c
13135                 Add folder drag'n drop (context menu to come)
13136                 [Should be dataloss free, but Please backup before 
13137                  trying !]
13138
13139 2002-11-06 [colin]      0.8.5claws80
13140
13141         * src/mh.c
13142                 mh_create_folder() returns NULL if can't create
13143                 directory hierarchy
13144
13145 2002-11-06 [paul]       0.8.5claws79
13146
13147         * src/compose.[ch]
13148                 allow 'on-the-fly' changing of the type of encryption 
13149                 and/or signing used (mime/ascii) via the compose window
13150
13151 2002-11-06 [paul]       0.8.5claws78
13152
13153         * sync with 0.8.5cvs19
13154                 see ChangeLog 2002-11-06 for src/account.c: 
13155                 account_get_special_folder()
13156                 
13157 2002-11-05 [alfons]     0.8.5claws77
13158
13159         * src/crash.c
13160                 very minor cleanups: nothing to see here, move on. :-)
13161
13162 2002-11-05 [colin]      0.8.5claws76
13163
13164         * src/main.c
13165                 Changes choices if compose windows are opened to
13166                 Discard, Draft, Don't quit
13167
13168 2002-11-05 [thorsten]   0.8.5claws75
13169
13170         * src/compose.c
13171                 reenabled default_reply_to folder option
13172
13173 2002-11-05 [colin]      0.8.5claws74
13174
13175         * src/compose.[ch] 
13176                 add compose_draft()
13177         * src/crash.c
13178                 add SIGTERM handler
13179         * src/main.[ch]
13180                 add clean_quit() for the SIGTERM handler
13181
13182 2002-11-05 [paul]       0.8.5claws73
13183         
13184         * po/es.po
13185                 updated by Ricardo Mones Lastra
13186
13187 2002-11-05 [melvin]     0.8.5claws72
13188
13189         * src/logwindow.c
13190                 Fixed log-clipping bug #616795.
13191                 To stop logging in the log window use 0 length.
13192         * src/prefs_common.c
13193                 Added a label to inform about the 0 log length behaviour.
13194
13195 2002-11-05 [paul]       0.8.5claws71
13196
13197         * sync with 0.8.5cvs17
13198                 see ChangeLog 2002-11-05
13199
13200 2002-11-04 [paul]       0.8.5claws70
13201
13202         * sylpheed-128x128.png
13203           sylpheed-64x64.png
13204           sylpheed.png
13205                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13206                 <nikai@users.sourceforge.net>
13207                 
13208         * po/bg.po
13209                 updated by George Danchev
13210
13211 2002-11-03 [thorsten]   0.8.5claws69
13212
13213         * src/main.c
13214           src/mimeview.c
13215           src/rfc2015.h
13216                 add check if gpg is active
13217
13218 2002-11-03 [thorsten]   0.8.5claws68
13219
13220         * src/toolbar.h
13221                 removed GSList declaration causing trouble on MacOS-X
13222                 (submitted by alfons, reported by xfesty)
13223
13224 2002-11-01 [paul]       0.8.5claws67
13225
13226         * src/mainwindow.c
13227                 remove last remnants of main's filter code
13228
13229 2002-11-01 [paul]       0.8.5claws66
13230
13231         * tools/filter_conv.pl
13232                 fix bug where user-defined headers were ignored
13233
13234 2002-11-01 [paul]       0.8.5claws65
13235
13236         * src/logwindow.c
13237                 make a debug_print() not translatable
13238
13239 2002-10-31 [melvin]     0.8.5claws64
13240
13241         * ac/aspell.m4
13242                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13243                 not run any GNU/aspell test.  The dictionary path will
13244                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13245                 was given, in which case, it will be $prefix/lib/aspell/
13246         * configure.in
13247                 Fixed typo in commentary (Aspell code).
13248
13249 2002-10-31 [paul]       0.8.5claws63
13250
13251         * po/POTFILES.in
13252                 remove src/filter.c and src/prefs_filter.c
13253                 thanks to Ricardo for reminding me
13254
13255 2002-10-31 [colin]      0.8.5claws62
13256
13257         * src/mbox_folder.c
13258                 Plug some leaks
13259
13260 2002-10-31 [paul]       0.8.5claws61
13261
13262         * src/prefs_filter.[ch] ** REMOVED **
13263           src/filter.[ch]       ** REMOVED **
13264           
13265         * src/Makefile.am
13266           src/folderview.c
13267           src/inc.c
13268           src/main.c
13269           src/mainwindow.c
13270           src/mbox.c
13271           src/prefs_common.c
13272           src/prefs_filtering.c
13273           src/summaryview.[ch]
13274                 remove main's 'filter' code
13275                 
13276         README.claws
13277                 update to reflect removal of main's filter
13278
13279 2002-10-31 [paul]       0.8.5claws60
13280
13281         * src/summaryview.c
13282                 remove check for global_processing in summary_filter_open(). 
13283                 This fixes the bug where if the user uses the right-click 
13284                 'Create filter rule...' and doesn't have any filter rules 
13285                 already defined in claws' advanced filtering, the newly 
13286                 created filter rule goes to main's filtering which is 
13287                 inaccessible through the gui. Now the filter rule gets added
13288                 to claws' filtering by default.
13289
13290 2002-10-28 [melvin]     0.8.5claws59
13291
13292         * src/prefs_actions.c
13293                 Fixed bug #627322 where MIME parts were not always
13294                 correctly passed to a %p action
13295                 Display an error dialog when message filename is not found.
13296
13297 2002-10-28 [melvin]     0.8.5claws58
13298
13299         * src/prefs_common.c
13300                 Readded a missing function declaration lost in 0.8.3claws34
13301
13302 2002-10-28 [paul]       0.8.5claws57
13303
13304         * sync with 0.8.5cvs15
13305                 see ChangeLog 2002-10-28 and 2002-10-25
13306                 
13307         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13308
13309 2002-10-27 [oliver]     0.8.5claws56
13310
13311         * src/pop.c
13312                 plug leak in pop3_top_recv
13313
13314 2002-10-26 [christoph]  0.8.5claws55
13315
13316         * src/folder.c
13317                 set need_update folder flag when messages are added
13318                 (closes bug [ 626922 ] folder not updated after receiving)
13319
13320 2002-10-25 [melvin]     0.8.5claws54
13321
13322         * src/imageview.c
13323                 Fixed a memleak introduced in the scaling code.
13324
13325 2002-10-24 [alfons]     0.8.5claws53
13326
13327         * src/filtering.c
13328                 make filtering's forward message action forward from the 
13329                 correct account
13330                 (closes bug [628089 ] Filter -> Forward from address problem
13331                 reported by Oktay)
13332
13333 2002-10-24 [christoph]  0.8.5claws52
13334
13335         * src/mainwindow.c
13336         * src/manual.[ch]
13337                 o use manual of current locale or english if current
13338                   locale is not available (and english is available)
13339                 o also link to sylpheed doc project manuals
13340
13341 2002-10-23 [paul]       0.8.5claws51
13342
13343         * tools/README
13344           tools/kmail2sylpheed_v2.pl
13345                 add new version of kmail addressbook importer script.
13346                 works with newer versions of Kmail/KAddressBook which
13347                 have new and rearranged data.
13348
13349 2002-10-23 [martin]     0.8.5claws50
13350
13351         * src/folderview.c
13352         * src/summaryview.c
13353         * src/utils.h
13354         * src/utils.c
13355                 added length parameter to get_abbrev_newsgroup_name()
13356                 changed this function so that it abbreviates the newsgroup
13357                 names only so long it is smaller than the length parameter
13358                 (for better reading of some newsgroup names and space efficiency)
13359
13360 2002-10-22 [colin]      0.8.5claws49
13361
13362         *src/foldersel.c
13363                 Revert Alfons' last modification (after voting ;-))
13364
13365 2002-10-21 [alfons]     0.8.5claws48
13366
13367         * src/foldersel.c
13368                 folder view in folder selection dialog reflects state of
13369                 folder view in main window
13370
13371 2002-10-18 [alfons]     0.8.5claws47
13372
13373         * src/mbox.c
13374                 drop imported messages in folder selected by user,
13375                 and not in the inbox
13376                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13377
13378 2002-10-18 [alfons]     0.8.5claws46
13379
13380         * src/compose.c
13381                 make automagic reply work correctly for email accounts 
13382                 (whether it's viable to do a full sync with Hiro's 
13383                 compose.c is still under discussion)
13384
13385 2002-10-18 [melvin]     0.8.5claws45
13386
13387         * src/prefs_actions.c
13388                 Fixed bug #622275 where asynchroneous actions left 
13389                 zombies processes
13390                 Made (synchroneous) actions' input be displayed live.
13391
13392 2002-10-18 [christoph]  0.8.5claws44
13393
13394         * src/textview.c
13395                 don't add a newline in the textview in front of the
13396                 first textpart if header display is disabled
13397                 (closes bug [ 603385 ] disabled header display leaves blank
13398                  lin)
13399
13400 2002-10-18 [christoph]  0.8.5claws43
13401
13402         * src/folder.[ch]
13403         * src/imap.c
13404         * src/mbox_folder.c
13405         * src/mh.c
13406         * src/news.c
13407                 folder->get_num_list now returns an error code
13408                 (closes bug [ 609424 ] News cache cleared on failure)
13409                 
13410 2002-10-17 [colin]      0.8.5claws42
13411         
13412         * src/news.c
13413                 Changed a printf by debug_print
13414
13415 2002-10-16 [paul]       
13416
13417         * tools/OOo2sylpheed.pl
13418                 allow for spaces in the name of the
13419                 file to be attached.
13420
13421 2002-10-16 [colin]      0.8.5claws41
13422
13423         * src/main.c
13424                 Use a tristate to change online mode
13425
13426 2002-10-16 [paul]       0.8.5claws40
13427
13428         * po/es.po
13429                 updated by Ricardo Mones Lastra
13430
13431 2002-10-16 [colin]      0.8.5claws39
13432
13433         * src/main.c
13434           src/mainwindow.[ch]
13435                 Added --online and --offline command-line
13436                 switches
13437
13438 2002-10-15 [christoph]  0.8.5claws38
13439
13440         * src/procmime.c
13441                 set mimeinfo->name to NULL after g_free to
13442                 avoid double freeing with g_free
13443
13444 2002-10-14 [christoph]  0.8.5claws37
13445
13446         * src/compose.c
13447         * src/filtering.c
13448         * src/summaryview.c
13449                 remove calls to folder->change_flags that are now
13450                 done by procmsg flag functions (seems it is not
13451                 used by any foldertype anyway)
13452         * src/folder.c
13453                 init folder->change_flags with NULL
13454
13455 2002-10-14 [christoph]  0.8.5claws36
13456
13457         * src/folder.[ch]
13458         * src/imap.[ch]
13459                 use virtual functions for folder item new and destroy
13460                 functions
13461
13462 2002-10-14 [melvin]     0.8.5claws35
13463
13464         * src/compose.c
13465                 Added a test to not run the spell checker if no default
13466                 dictionary is available. No dialog is displayed though.
13467
13468 2002-10-14 [melvin]     0.8.5claws34
13469
13470         * src/gtkaspell.c
13471                 Fixed bug in dictionary list context menu where
13472                 "More..." pointed to an emtpy submenu if the
13473                 number of dictionaries is a multiple of 15
13474                 Removed unneeded code in suggestions list creation
13475
13476 2002-10-14 [paul]       0.8.5claws33
13477
13478         * po/bg.po
13479                 updated by George Danchev
13480
13481 2002-10-13 [hoa]        0.8.5claws32
13482
13483         * src/matcher.[ch]
13484           src/matcher_parser_parser.y
13485                 removed the escaped string from internal structure
13486                 of matcher.
13487
13488 2002-10-12 [colin]      0.8.5claws31
13489
13490         * src/gtksctree.[ch]
13491           src/summaryview.c
13492                 Removed useless function gtksctree_reanchor
13493
13494 2002-10-12 [alfons]     0.8.5claws30
13495         
13496         * sync with remaining main changes 2002-10-09 - 2002-10-11
13497         - drop changes to src/compose.c (requires claws specific changes)
13498         
13499 2002-10-12 [alfons]     0.8.5claws29
13500         
13501         * sync with main changes of 2002-10-08
13502         - drop changes to src/compose.c (requires claws specific changes)
13503         - drop changes to src/summaryview.c (requires changes to compose.c)     
13504
13505 2002-10-12 [alfons]     0.8.5claws28
13506         
13507         * sync with main changes of 2002-10-07
13508
13509 2002-10-12 [alfons]     0.8.5claws27
13510
13511         * sync with main changes of 2002-10-04
13512         - drop changes to src/compose.c (requires claws specific changes)
13513         - drop changes to src/prefs_folder_item.c (claws implementation
13514           seems to be working)
13515
13516 2002-10-12 [colin]      0.8.5claws26
13517
13518         * src/mainwindow.c
13519                 Fix folder-flicker when space-reading, introduced 
13520                 in claws22.
13521
13522 2002-10-12 [colin]      0.8.5claws25
13523
13524         * src/compose.c
13525                 Save account address when saving as draft.
13526                 (closes bug 621838)
13527
13528 2002-10-12 [colin]      0.8.5claws24
13529
13530         * src/summaryview.c
13531                 Fix the problem consisting of no message selected
13532                 after the last message in a folder has been moved.
13533
13534 2002-10-12 [paul]       0.8.5claws23
13535
13536         * src/compose.c
13537           src/prefs_template.c
13538           src/template.[ch]
13539                 add Cc and Bcc to templates. Patch submitted by
13540                 John L. Males.
13541
13542 2002-10-12 [colin]      0.8.5claws22
13543
13544         * src/folderview.c
13545                 Fix a bug after "Check for new messages":
13546                 If a folder was opened, it was still selected at
13547                 the end of the check, but displayed empty.
13548         * src/mainwindow.c
13549                 Remove unnecessary check
13550
13551 2002-10-12 [paul]
13552
13553         * tools/README
13554                 be more verbose in the description of
13555                 OOo2sylpheed.pl
13556                 
13557
13558 2002-10-11 [colin]      0.8.5claws21
13559
13560         * src/mainwindow.c
13561                 Make space work (better) when no mail is selected
13562
13563 2002-10-11 [colin]      0.8.5claws20
13564
13565         * src/inc.c
13566           src/news.c
13567                 fix warnings
13568
13569 2002-10-11 [colin]      0.8.5claws19
13570
13571         * src/mainwindow.c
13572                 revert 0.8.5claws6 changes as i couldn't get to
13573                 anything satisfying
13574
13575 2002-10-11 [melvin]     0.8.5claws18
13576
13577         * src/compose.c
13578                 Removed buggy and unused macro (should have been committed in
13579                 0.8.5claws17)
13580
13581 2002-10-11 [melvin]     0.8.5claws17
13582
13583         * src/compose.c
13584                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13585
13586 2002-10-11 [thorsten]   0.8.5claws16 
13587
13588         * src/folderview.c
13589                 remove rescan warning
13590
13591 2002-10-11 [colin]      0.8.5claws15 
13592
13593         * src/procheader.c
13594                 fix a segfault that happens if conv_unmime_header
13595                 fails (should be better to find out why it fails)
13596
13597 2002-10-11 [christoph]  0.8.5claws14
13598
13599         * src/summaryview.c
13600                 update folderview stats after ignore/unignore thread
13601
13602 2002-10-11 [hoa]        0.8.5claws13
13603
13604         * src/quote_fmt_parse.y
13605                 Fixed a yacc/bison syntax error
13606         * src/matcher.c
13607                 Escaping of string is fixed.
13608
13609 2002-10-11 [colin]      0.8.5claws12
13610
13611         * src/imageview.c
13612                 Resize images to fit
13613
13614 2002-10-11 [paul]       0.8.5claws11
13615
13616         * po/es.po
13617                 updated by Ricardo Mones Lastra
13618
13619 2002-10-10 [alfons]     0.8.5claws10
13620
13621         * src/compose.c
13622                 allow dropping files by "moving" files from a file manager,
13623                 not only by the more cumbersome "copying". the latter 
13624                 mostly implies holding down the Control button
13625
13626 2002-10-10 [christoph]  0.8.5claws9
13627
13628         * src/summaryview.c
13629                 update folders after thread building for ignored threads
13630
13631 2002-10-10 [christoph]  0.8.5claws8
13632
13633         * config/.cvsignore
13634                 added Makefile
13635         * src/filtering.[ch]
13636         * src/folder.[ch]
13637         * src/folderview.[ch]
13638         * src/import.c
13639         * src/inc.[ch]
13640         * src/mbox.[ch]
13641         * src/procmsg.c
13642         * src/summaryview.[ch]
13643                 o added new flag need_update to FolderItem
13644                 o removed folder_table from various functions from tracking
13645                   folder updates
13646                 o set need_update flags in folder.c's move, copy and delete
13647                   functions and procmsg's flags functions
13648                 o added function folderview_update_items_when_required that
13649                   updates all folders with need_update set
13650                 o call folderview_update_items_when_required instead of
13651                   folderview_update_item_foreach
13652
13653 2002-10-09 [sergey]     0.8.5claws7
13654
13655         * src/compose.c
13656                 Strip CRs whel loading the text into editor in reedit mode.
13657
13658 2002-10-09 [colin]      0.8.5claws6
13659
13660         * src/mainwindow.c
13661                 Make Space work when no mail is selected
13662
13663 2002-10-09 [colin]      0.8.5claws5
13664
13665         * src/gtksctree.[ch]
13666                 Fix range_select
13667                 Add gtk_sctree_reanchor() 
13668         * src/summaryview.c
13669                 Use gtk_sctree_reanchor() - better fix for 
13670                 bug 60413
13671
13672 2002-10-09 [colin]      0.8.5claws4
13673
13674         * src/summaryview.c
13675                 Fix shift-click select after delete problem
13676                 (closes bug 60413)
13677
13678 2002-10-08 [thorsten]   0.8.5claws3
13679
13680         * src/summaryview.c
13681                 exclude current msg from -hide read messages-
13682
13683 2002-10-08 [colin]      0.8.5claws2
13684
13685         * src/inc.[ch]
13686           src/pop.c
13687           src/recv.c
13688                 Differentiate socket errors from disk full
13689                 errors
13690
13691 2002-10-08 [christoph]  0.8.5claws1
13692
13693         * Makefile.am
13694         * configure.in
13695                 modifications for new config directory
13696
13697         * config.guess  ** REMOVED **
13698         * config.sub    ** REMOVED **
13699         * install-sh    ** REMOVED **
13700         * ltmain.sh     ** REMOVED **
13701         * missing       ** REMOVED **
13702         * mkinstalldirs ** REMOVED **
13703                 these files are autogenerated by automake
13704                 when you run autogen.sh
13705
13706         * config/.cvsignore     ** NEW FILE **
13707         * config/Makefile.am    ** NEW FILE **
13708                 ignore autogenerated files
13709                 create a Makefile in this directory
13710
13711 2002-10-08 [paul]       0.8.5claws
13712
13713         * 0.8.5claws release
13714         
13715         * src/compose.c
13716           src/procheader.c
13717           src/procmsg.c
13718                 fix quote reply format for newsgroups reply bug
13719                 (thanks to Hoa)
13720                 
13721         * po/en_GB.po
13722           po/pl.po
13723                 updated by me and Witold Wladyslaw Wojciech Wilk
13724                 repectively
13725
13726 2002-10-07 [paul]       0.8.3claws53
13727
13728         * po/it.po
13729           po/pt_BR.po
13730           po/sr.po
13731                 updated messages catalogs, submitted by
13732                 Alessandro Maestri, Fabio Jr.Beneditto 
13733                 and Urke MMI, respectively.
13734
13735 2002-10-07 [christoph]  0.8.3claws52
13736
13737         * src/folder.[ch]
13738         * src/folderview.c
13739         * src/mainwindow.c
13740                 fix new folder ghost message bug
13741                 (closes bug [ 619722 ] wrong count for newly created folders)
13742
13743 2002-10-07 [christoph]  0.8.3claws51
13744
13745         * src/compose.c
13746                 fix news posting problem
13747
13748 2002-10-07 [melvin]     0.8.3claws50
13749
13750         * po/fr.po
13751                 Updated French translation
13752
13753 2002-10-05 [christoph]  0.8.3claws49
13754
13755         * src/gtkstext.c
13756                 check if line_start_cache is set in gtk_stext_update_text
13757                 (closes bug [ 618119 ] crash while doing search in folder)
13758
13759 2002-10-05 [christoph]  0.8.3claws48
13760
13761         * src/imap.c
13762         * src/news.c
13763         * src/utils.c
13764         * src/utils.h
13765                 implement cache cleanups for claws' folder system
13766                 (closes bug [ 595916 ] imapcache not cleaned up)
13767
13768 2002-10-05 [melvin]     0.8.3claws47
13769
13770         * src/prefs_actions.c
13771                 Made the help text more clear for the %p token
13772
13773 2002-10-04 [paul]       0.8.3claws46
13774
13775         * sync with 0.8.5
13776                 see ChangeLog 2002-10-02 and 2002-10-03
13777
13778 2002-10-04 [christoph]  0.8.3claws45
13779
13780         * src/inc.c
13781                 fix segfault caused by pop before smtp
13782                 call to inc_account_mail with NULL
13783                 pointer for mainwin
13784
13785 2002-10-04 [paul]       0.8.3claws44
13786
13787         * configure.in
13788                 sync the LDAP detection from 0.8.5cvs1
13789
13790 2002-10-02 [christoph]  0.8.3claws43
13791
13792         * po/de.po
13793                 fix small spelling error
13794
13795 2002-10-02 [melvin]     0.8.3claws42
13796
13797         * ac/aspell.m4
13798                 Behave better and say "no" when test program cannot be run.
13799
13800 2002-10-02 [paul]       0.8.3claws41
13801
13802         * sync with 0.8.4cvs1
13803                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13804                 
13805         * src/summaryview.c
13806                 toggle the behavior of Reply menuitem between
13807                 normal reply and reply-to-list
13808
13809 2002-10-01 [sergey]     0.8.3claws40
13810
13811         * src/compose.c
13812                 Convert newlines in the message text to the canonical form
13813                 before base64 encoding (RFC2045 compliance, fixes some
13814                 interoperability issues with Evolution 1.0.3)
13815
13816 2002-09-29 [colin]      0.8.3claws39
13817
13818         * src/summaryview.c
13819                 Fix an unwanted copy/paste
13820
13821 2002-09-29 [colin]      0.8.3claws38
13822
13823         * src/mainwindow.c
13824                 Renamed "Custom toolbar" to "Customize toolbar"
13825                 Renamed "Show all header" to "Show all headers"
13826                 Renamed "Set diplay item" to "Set displayed items"
13827         * src/prefs_common.c
13828                 Renamed "Show all header" to "Show all headers"
13829         * src/prefs_summary_column.c
13830                 Renamed "diplay item" to "displayed items"
13831
13832 2002-09-29 [colin]      0.8.3claws37
13833
13834         * src/mainwindow.[ch]
13835                 online/offline status pixmaps follow theme
13836                 changes
13837         * src/summaryview.[ch]
13838                 quicksearch pixmap follows theme changes
13839
13840 2002-09-29 [thorsten]   0.8.3claws36
13841
13842         * src/compose.c
13843           src/prefs_folder_item.[ch]
13844                 add default_reply_to folder option (closes patch 581044)
13845
13846 2002-09-29 [christoph]  0.8.3claws35
13847
13848         * acconfig.h    ** REMOVED **
13849         * configure.in
13850         * ac/aspell.m4
13851         * ac/check-type.m4
13852         * ac/gnupg-check-typedef.m4
13853                 fix autoheader 2.50 warning
13854
13855 2002-09-29 [christoph]  0.8.3claws34
13856
13857         * major code cleanup (part 2)
13858         
13859                 - unused variables removed
13860                 - unused functions removed
13861                 - uninitialized variables checked
13862                 - missing return statements added
13863                 - missing function return types added
13864                 - added parentheses around assignment
13865                   when suggested by gcc
13866
13867 2002-09-29 [alfons]     0.8.3claws33
13868
13869         * src/logwindow.c
13870                 log_window_clear(): only bracket gtk_text_forward_delete() 
13871                 with gtk_text_freeze() / gtk_text_thaw() (see if this
13872                 works around GTK text bug)
13873
13874 2002-09-29 [paul]       0.8.3claws32
13875
13876         * po/bg.po
13877           po/sr.po
13878                 updated by George Danchev and Urke MMI
13879                 respectively
13880
13881 2002-09-27 [christoph]  0.8.3claws31
13882
13883         * doc-src/readme.txt
13884         * doc-src/rfc1806.txt   ** REMOVED **
13885         * doc-src/rfc2183.txt   ** NEW FILE **
13886         * doc-src/rfc2980.txt   ** NEW FILE **
13887                 update rfcs
13888
13889 2002-09-27 [melvin]     0.8.3claws30
13890
13891         * ac/aspell.m4
13892                 Fixed typo which could break linking
13893
13894 2002-09-27 [melvin]     0.8.3claws29
13895
13896         * ac/aspell.m4
13897                 Improved GNU/aspell checking. 
13898                 Fixed bug #614490
13899
13900 2002-09-27 [paul]       0.8.3claws28
13901
13902         * sync with 0.8.3cvs8
13903                 see ChangeLog 2002-09-27
13904
13905 2002-09-26 [colin]      0.8.3claws27
13906
13907         * src/toolbar.[ch]
13908           src/mainwindow.[ch]
13909                 Add "Reply to Mailing-list" to the toolbar
13910
13911 2002-09-26 [christoph]  0.8.3claws26
13912
13913         * src/summaryview.c
13914                 Fix wrong message counts in summaryview status
13915
13916 2002-09-26 [paul]       0.8.3claws25
13917
13918         * sync with 0.8.3cvs7
13919                 see ChangeLog 2002-09-26
13920
13921 2002-09-26 [paul]       0.8.3claws24
13922
13923         * sync with 0.8.3cvs6
13924                 see ChangeLog 2002-09-25
13925
13926 2002-09-25 [christoph]  0.8.3claws23
13927
13928         * src/prefs_common.c
13929         * src/prefs_folder_item.c
13930         * src/prefs_scoring.c
13931                 Renamed "kill score" to "hide score" in GUI
13932                 and prefs files
13933
13934 2002-09-25 [paul]       0.8.3claws22
13935
13936         * sync with 0.8.3cvs5
13937                 see ChangeLog 2002-09-24
13938
13939 2002-09-24 [alfons]     0.8.3claws21
13940
13941         patch by Satoshi Nagayasu: allows appending / saving multiple 
13942         selected files (closes "[ 612279 ] save multiple mesg(s) in 
13943         'Save as ...'")
13944
13945         * AUTHORS
13946                 add Satoshi Nagayasu
13947         * src/summaryview.c
13948                 summary_save_as(): allow saving selected files to
13949                 one file
13950                 summary_set_menu_sensitive: enable "Save As..." when
13951                 multiple files are selected
13952         * src/utils.[ch]
13953                 append_file(): new function
13954
13955 2002-09-24 [colin]      0.8.3claws20
13956
13957         * src/procmime.c
13958                 Fix segfault when mimeinfo doesn't have a 
13959                 content_type. 
13960
13961 2002-09-24 [colin]      0.8.3claws19
13962
13963         * src/prefs_common.[ch]
13964                 Add a preference to display send dialog or not
13965         * src/send.c
13966                 Display send dialog according to preference
13967
13968 2002-09-24 [colin]      0.8.3claws18
13969
13970         * src/compose.[ch]
13971                 Disable user actions when sending
13972
13973 2002-09-24 [colin]      0.8.3claws17
13974
13975         * src/procmime.c
13976                 Do not display name or filename for attachments
13977                 with an application/pgp-signature type
13978                 (security flaw, see bug 537413)
13979
13980 2002-09-23 [colin]      0.8.3claws16
13981
13982         * src/editaddress.c
13983                 Initialize entry_email, entry_alias and 
13984                 entry_remarks to first email address of the list
13985
13986 2002-09-23 [colin]      0.83claws15
13987
13988         * src/compose.c
13989                 Drop pgp-signature when reediting a signed queued
13990                 message
13991
13992 2002-09-23 [melvin]     0.8.3claws14
13993
13994         * po/fr.po
13995                 Updated French translation
13996
13997 2002-09-23 [melvin]     0.8.3claws13
13998
13999         * src/mainwindow.c
14000                 Made custom toolbar menu labels more consistent
14001         * src/prefs_toolbar.c
14002                 Made custom toolbar window title more consistent
14003
14004 2002-09-22 [colin]      0.8.3claws12
14005
14006         * src/inc.c
14007                 Initialize session type to normal before getting 
14008                 mail (fixes strange Get behaviour)
14009         * src/prefs_account.h
14010                 Move STYPE_POP_BEFORE_SMTP to last position to 
14011                 avoid other side-effects
14012
14013 2002-09-22 [colin]      0.8.3claws11
14014
14015         * src/prefs_account.c
14016                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14017                 from pop3 to apop or vice-versa
14018
14019 2002-09-22 [colin]      0.8.3claws10
14020         
14021         * src/prefs_account.[ch]
14022                 Add an option for the POP before SMTP timeout
14023         * src/inc.c
14024                 Remember time of last POP connection
14025         * src/send.c
14026                 Do POP before SMTP only if timeout reached
14027
14028 2002-09-22 [oliver]     0.8.3claws9
14029         
14030         * README.claws
14031                 explain custom toolbar
14032
14033 2002-09-22 [oliver]     0.8.3claws8
14034
14035         * src/prefs_actions.[ch]
14036         custom toolbar for compose      
14037                 actions callback from compose toolbar
14038         * src/folderview.c
14039                 remove include toolbar.h
14040
14041 2002-09-22 [oliver]     0.8.3claws7
14042         
14043         * src/prefs_toolbar.[ch]
14044                 custom toolbar for compose
14045                 - generic prefs_toolbar handles both
14046                   Mainwin's toolbar as well as Compose toolbar          
14047
14048 2002-09-22 [oliver]     0.8.3claws6
14049         
14050         * src/toolbar.[ch]
14051                 custom toolbar for compose
14052                 restructure toolbar.[ch]
14053
14054 2002-09-22 [oliver]     0.8.3claws5
14055
14056         * src/compose.[ch]
14057                 custom toolbar for compose
14058
14059 2002-09-22 [oliver]     0.8.3claws4
14060         
14061         * src/mainwindow.[ch]
14062                 custom toolbar for compose 
14063                 move mainwin toolbar back to mainwindow
14064
14065 2002-09-22 [alfons]     0.8.3claws3
14066
14067         * src/procmsg.c
14068                 :%sno/if(/if (/gc
14069                 :%sno/for(/for (/gc
14070                 (beautify)
14071
14072 2002-09-22 [alfons]     0.8.3claws2
14073         
14074         * src/procmsg.c
14075                 procmsg_save_to_outbox(): don't unlink message file from queue;
14076                 callers should do it using folder_item_remove_msg()
14077
14078 2002-09-22 [colin]      0.8.3claws1
14079
14080         * src/mimeview.[ch]
14081                 Made mimeview_check_signature() public
14082         * src/textview.c
14083                 Made GPG signatures verifiable by clicking
14084                 the [application/pgp-signature] in the Text
14085                 view
14086
14087 2002-09-22 [paul]       0.8.3claws
14088
14089         * po/bg.po
14090           po/en_GB.po
14091           po/es.po
14092           po/it.po
14093           po/pl.po
14094           po/pt_BR.po
14095           po/sr.po
14096                 updated translations, submitted by George Danchev,
14097                 me, Ricardo Mones Lastra, Alessandro Maestri,
14098                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14099                 and Urke MMI, respectively.     
14100
14101 2002-09-22 [alfons]     0.8.2claws65
14102
14103         * src/procmsg.c
14104         * src/pgptext.c
14105                 no furry valgrinds have been used to plug these memleaks
14106
14107 2002-09-20 [paul]       0.8.2claws64
14108
14109         * sync with 0.8.3cvs4
14110                 'Select thread' re-implemented 
14111                 see ChangeLog 2002-09-20
14112
14113 2002-09-21 [alfons]     0.8.2claws63
14114
14115         * src/compose.c
14116                 compose_send(): plug unnoticed memleak
14117
14118 2002-09-20 [alfons]     0.8.2claws62
14119
14120         * src/addr_compl.c
14121                 replace_address_in_edit(): strict check for NULL address to
14122                 fix "[ 607348 ] Segfault in address completion". My guess is
14123                 that this happens with an empty address book, but it's good
14124                 to have this check here anyway
14125                 
14126                 completion_window_button_press(): free string returned 
14127                 from the internal cache
14128
14129 2002-09-20 [christoph]  0.8.2claws61
14130
14131         * src/procmime.h
14132                 added ENC_BINARY to EncodingType
14133         * src/procmime.c
14134                 the string returned by procmime_get_encoding_str
14135                 should not depend on the order of values in the
14136                 EncodingType definition
14137         * doc-src/rfc1806.txt   ** NEW FILE **
14138                 Added rfc1806 about MIME Content-Disposition
14139                 Extension
14140
14141 2002-09-19 [paul]       0.8.2claws60
14142
14143         * sync with 0.8.2cvs3
14144                 see ChangeLog 2002-09-19
14145
14146 2002-09-19 [paul]       0.8.2claws59
14147
14148         * src/prefs_folder_item.c
14149                 revert to Darko's original alignment of colour
14150                 selector button
14151                 add a colon to folder_color label
14152                 
14153         * src/compose.c
14154                 add Colin's patch (with Hiro's modifications) to 
14155                 force BASE64 encoding for 8-bit text when signing
14156                 (sync with 0.8.3cvs2)
14157
14158 2002-09-18 [alfons]     0.8.2claws58
14159
14160         * src/compose.c
14161                 :%sno/if(/if (/gc
14162                 :%sno/for(/for (/gc
14163                 (beautify a little bit)
14164
14165 2002-09-18 [christoph]  0.8.2claws57
14166
14167         * src/pine.c
14168                 fix handling of fgetc return value
14169
14170 2002-09-17 [alfons]     0.8.2claws56
14171         
14172         * src/summaryview.c
14173                 summary_sort(): check non-NULL summaryview->folder_item when no 
14174                 folder is selected at all
14175                 (closes "[ 610344 ] sort label make syl Crash")
14176
14177 2002-09-17 [alfons]     0.8.2claws55
14178         
14179         * src/compose.c
14180                 beautify a little bit
14181
14182 2002-09-17 [christoph]  0.8.2claws54
14183
14184         * src/folder.c
14185                 initialize max values for cache and folder
14186                 when cache or folder is empty
14187
14188 2002-09-15 [colin]      0.8.2claws53
14189
14190         * src/compose.c
14191                 Fix a leak (thanks Alfons!) and cleaned
14192                 variables names for custom headers
14193
14194 2002-09-15 [colin]      0.8.2claws52
14195
14196         * src/compose.c
14197                 Fix custom headers recognition when
14198                 prefs_common.trans_hdr is on
14199
14200 2002-09-15 [colin]      0.8.2claws51
14201
14202         * src/compose.c
14203                 Allow dynamically-added custom headers
14204                 Yet not reparsed if reedited
14205
14206 2002-09-15 [alfons]     0.8.2claws50
14207
14208         * src/prefs_account.c
14209                 fix warnings
14210
14211 2002-09-15 [colin]      0.8.2claws49
14212         
14213         * src/prefs_account.c
14214                 fix pop_before_smtp sensitivity
14215
14216 2002-09-15 [colin]      0.8.2claws48
14217
14218         * src/inc.[ch]
14219                 add inc_pop_before_smtp()
14220                 allow MainWindow to be undefined in 
14221                 inc_account_mail() and inc_start()
14222         * src/pop.c
14223           src/prefs_account.h
14224                 add STYPE_POP_BEFORE_SMTP session type
14225         * src/prefs_account.c
14226                 activated pop before smtp option
14227         * src/send.c
14228                 do pop before smtp if the relevant option 
14229                 is set
14230
14231 2002-09-15 [paul]       0.8.2claws47
14232
14233         * sync with 0.8.3
14234                 see ChangeLog 2002-09-15
14235
14236 2002-09-14 [paul]       0.8.2claws46
14237
14238         * po/bg.po
14239                 updated Bulgarian translation, submitted by
14240                 George Danchev
14241
14242 2002-09-13 [paul]       0.8.2claws45
14243
14244         * src/compose.c
14245                 merge claws' select_account() with main's
14246                 (new) compose_select_account(). [sync with
14247                 0.8.2cvs15, see ChangeLog 2002-09-11]
14248
14249 2002-09-12 [christoph]  0.8.2claws44
14250
14251         * src/filter.c
14252                 allocate 1 elements of FolderItem not 0
14253
14254 2002-09-12 [colin]      0.8.2claws43
14255
14256         * src/compose.c
14257                 Fix bug #590825 (obey Follow-up: poster)
14258
14259 2002-09-12 [colin]      0.8.2claws42
14260
14261         * src/procmime.c
14262                 Fix bug #557009 (wrong headers for messages 
14263                 forwarded as attachments)
14264
14265 2002-09-11 [colin]      0.8.2claws41
14266         
14267         * src/compose.c
14268                 Put SCF: pseudo-header on top of message
14269                 Set draft tmp_flag when saved as draft
14270
14271         * src/procmsg.c
14272           src/procheader.c
14273                 Skip after first \n\n for beginning of real message
14274                 for drafts too
14275
14276 2002-09-11 [christoph]  0.8.2claws40
14277
14278         * src/filtering.c
14279                 use procmsg flag functions in filtering or processing
14280                 will cause incorrect folder message counts
14281
14282 2002-09-11 [colin]      0.8.2claws39
14283
14284         * src/compose.c
14285                 Fix bug #550175 - wrong save folder when reediting
14286                 drafts
14287
14288 2002-09-11 [paul]       0.8.2claws38
14289
14290         * sync with 0.8.2cvs14
14291                 see ChangeLog 2002-09-11
14292
14293 2002-09-11 [colin]      0.8.2claws37
14294
14295         * src/folder.c
14296                 Fix a typo (seeming to cause new/unread status to
14297                 be lost)
14298
14299 2002-09-10 [christoph]  0.8.2claws36
14300
14301         * src/compose.c
14302                 compose_redirect should not use compose_generic_new
14303                 because that does more stuff than expected including
14304                 opening the external editor
14305                 (closes bug "[ 526608 ] bounced messages appear blank
14306                  in editor")
14307
14308 2002-09-10 [christoph]  0.8.2claws35
14309
14310         * src/folder.c
14311                 fix problem with too large message number range
14312                 causing a crash in folder_item_scan
14313
14314 2002-09-10 [paul]       0.8.2claws34
14315
14316         * sync with 0.8.2cvs13
14317                 see ChangeLog 2002-09-10
14318
14319 2002-09-10 [christoph]  0.8.2claws33
14320
14321         * src/msgcache.c
14322                 set MsgInfo TmpFlags for queue and draft folders
14323                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14324
14325 2002-09-10 [paul]       0.8.2claws32
14326
14327         * AUTHORS
14328           po/bg.po      ** NEW FILE **
14329                 new Bulgarian translation submitted by
14330                 George Danchev <danchev@spnet.net>
14331                 
14332         * tools/Makefile.am
14333           tools/README
14334           tools/tb2sylpheed     ** NEW FILE **
14335                 add script that converts an addressbook exported
14336                 from The Bat! into a Sylpheed addressbook. Submitted
14337                 by Urke MMI <urke-kg@eunet.yu>
14338
14339 2002-09-10 [paul]       0.8.2claws31
14340
14341         * sync with 0.8.2cvs12
14342                 see ChangeLog 2002-09-10
14343
14344 2002-09-06 [paul]       0.8.2claws30
14345
14346         * src/prefs_common.c
14347                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14348                 
14349         * tools/Makefile.am
14350           tools/README
14351           tools/ldif-to-xml.py  ** REMOVED **
14352                 remove obsolete python script
14353
14354 2002-09-06 [paul]       0.8.2claws29
14355
14356         * sync with 0.8.2cvs10
14357                 see ChangeLog 2002-09-06
14358
14359 2002-09-04 [paul]       0.8.2claws28
14360
14361         * sync with 0.8.2cvs9
14362                 see ChangeLog 2002-08-04
14363
14364 2002-09-04 [colin]      0.8.2claws27 
14365
14366         * src/prefs_common.[ch]
14367                 Added signature color configuration
14368         * src/textview.c
14369                 Use user-specified signature color
14370
14371 2002-09-03 [colin]      0.8.2claws26
14372
14373         * src/prefs_common.[ch]
14374                 Added autosave and autosave_length prefs
14375         * src/compose.c
14376                 Added compose_remove_draft()
14377                 Auto-save drafts according to the prefs
14378         * src/main.c
14379                 Added a crash-indicator file, allowing to check
14380                 for new messages on startup if Sylpheed crashed
14381                 (makes saved drafts "reappear")
14382
14383 2002-09-03 [colin]      0.8.2claws25
14384
14385         * src/textview.[ch]
14386                 Grey the signature
14387
14388 2002-09-03 [paul]       0.8.2claws24
14389
14390         * sync with 0.8.2cvs8
14391                 see ChangeLog 2002-09-02 and 2002-09-03
14392
14393 2002-09-03 [darko]      0.8.2claws23
14394
14395         * src/folderview.c
14396                 use normal style when creating new folder to pick
14397                 proper font size 
14398
14399 2002-09-02 [melvin]     0.8.2claws22
14400
14401         * src/gtkaspell.m4
14402                 removed some obsolete code
14403
14404 2002-09-02 [melvin]     0.8.2claws21
14405
14406         * ac/aspell.m4
14407                 fixed test's equality sign (== to =)
14408
14409 2002-09-02 [alfons]     0.8.2claws20
14410
14411         * src/folder.c
14412         * src/mh.c
14413                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14414                 as folder->destroy virtual as suggested by Hiro
14415                 (the mh.c code seems to have been lost around mh.c.1.21)
14416
14417 2002-09-02 [paul]       0.8.2claws19
14418
14419         * po/pt_BR.po
14420                 updated by Fabio Jr. Beneditto
14421                 
14422         * src/defs.h
14423                 use 'http://claws.sylpheed.org' for homepage link. 
14424                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14425
14426 2002-09-01 [alfons]     0.8.2claws18
14427
14428         * src/mh.c
14429                 plug memleak related to one Martin Kluge found
14430
14431 2002-08-31 [paul]       0.8.2claws17
14432
14433         * sync with 0.8.2cvs6
14434                 see ChangeLog 2002-08-30
14435
14436 2002-08-31 [alfons]     0.8.2claws16
14437
14438         * src/folder.c
14439                 folder_destroy(): remove mailbox from folderlist even if it has
14440                 no destroy virtual
14441
14442 2002-08-31 [alfons]     0.8.2claws15
14443
14444         * src/folder.c
14445                 :%sno/if(/if (/gc
14446                 :%sno/for(/for (/gc
14447                 (being pedantic I know)
14448
14449 2002-08-31 [alfons]     0.8.2claws14
14450
14451         * src/folder.c
14452                 check for NULL pointers returned from folder->fetch_msginfo virtual
14453                 (should solve some reported crashes)
14454
14455 2002-08-30 [alfons]     0.8.2claws13
14456
14457         * acconfig.h
14458         * configure.in
14459         * src/crash.c
14460                 enable crash dialog on compilation time
14461                 (--enable-crash-dialog configure option)
14462
14463 2002-08-30 [alfons]     0.8.2claws12
14464
14465         * AUTHORS
14466                 add Martin Kluge
14467         * src/mh.c
14468                 apply memory leak plug patch by Martin Kluge
14469                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14470                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14471                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14472
14473 2002-08-30 [darko]      0.8.2claws11
14474
14475         * src/folderview.c
14476                 copy Gtk style from normal style to match
14477                 font size for coloured folders
14478
14479 2002-08-29 [alfons]     0.8.2claws10
14480
14481         * sylpheed.desktop
14482                 Type=Internet <- Type=Application
14483                 (reported by Michael Schwendt, see:
14484                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14485                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14486
14487 2002-08-29 [paul]       0.8.2claws9
14488
14489         * sync with 0.8.2cvs5
14490                 see ChangeLog 2002-08-29
14491
14492 2002-08-29 [colin]      0.8.2claws8
14493
14494         * src/summaryview.c
14495                 Added a sanity check in summary_select_thread
14496                 Should fix bug 601605
14497
14498 2002-08-29 [colin]      0.8.2claws7
14499
14500         * src/main.c
14501                 Revert claws6 changes regarding bug #591676
14502
14503 2002-08-28 [colin]      0.8.2claws6
14504         
14505         * src/main.c
14506                 Ignore cache for queue folderitems
14507                 Fix bug #591676
14508
14509 2002-08-28 [melvin]     0.8.2claws5
14510
14511         * README.claws
14512                 Fixed typos.
14513
14514 2002-08-28 [melvin]     0.8.2claws4
14515
14516         * README.claws
14517                 Updated a bit the text concerning the spell checker
14518
14519 2002-08-28 [melvin]     0.8.2claws3
14520
14521         Merged the GNU_aspell_branch:
14522                 Support of new GNU/aspell is now included and the old pspell
14523                 is not supported anymore.
14524                 See README.claws
14525
14526         * README.claws
14527                 Updated spell checker text to reflect the switch to GNU/aspell
14528
14529         * ac/aspell.m4          *** NEW ***
14530         * src/gtkaspell.[ch]    *** NEW *** 
14531         * ac/pspell.m4          *** DELETED *** 
14532         * src/gtkspell.[ch]     *** DELETED ***
14533
14534         * ac/Makefile.am
14535                 Updated for GNU/aspell support
14536
14537         * po/POTFILES.in
14538                 Replaced gtkspell.c by gtkaspell.c
14539
14540         * acconfig.h
14541         * src/Makefile.am
14542         * src/about.c
14543         * src/compose.[ch]
14544         * src/crash.c
14545         * src/main.c
14546         * src/prefs_common.[ch]
14547                 Updated for GNU/aspell support
14548
14549 2002-08-28 [paul]       0.8.2claws2
14550
14551         * sync with 0.8.2cvs4
14552                 see ChangeLog 2002-08-27 and 2002-08-28
14553
14554 2002-08-28 [colin]      0.8.2claws1
14555
14556         * src/summary_search.c
14557                 Added "AND search"
14558
14559 2002-08-28 [jens]       0.8.2claws
14560
14561         *po/de.po
14562                 Updated German translations
14563
14564 2002-08-27 [melvin]     0.8.2claws
14565
14566         * po/fr.po
14567                 Updated French translations
14568
14569 2002-08-27 [paul]       0.8.2claws
14570
14571         * sync with 0.8.2 main release
14572
14573         * po/en_GB.po
14574           po/es.po
14575           po/it.po
14576           po/pl.po
14577           po/pt_BR.po
14578           po/sr.po
14579                 updated message catalogs submitted by
14580                 Ricardo Mones Lastra, Alessandro Maestri,
14581                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14582                 Beneditto and Urke MMI  
14583
14584 2002-08-27 [hoa]        0.8.1claws123
14585
14586         * src/mainwindow.[ch]
14587         * src/summaryview.[ch]
14588                 removed the "filter setting" menu option.
14589                 add a "cancel a news message" menu option.
14590
14591 2002-08-26 [martin]     0.8.1claws122
14592
14593         * ChangeLog.claws
14594                 changed string under 0.8.1claws79 changed by myself
14595                 i'm sorry alfons :(
14596
14597 2002-08-26 [martin]     0.8.1claws121
14598
14599         * src/crash.c
14600                 added kill command to debuggerrc to start crash dialog
14601
14602 2002-08-26 [paul]       0.8.1claws120
14603
14604         * sync with 0.8.1cvs31
14605                 see ChangeLog 2002-08-26
14606
14607 2002-08-25 [alfons]     0.8.1claws119
14608
14609         * src/procmsg.c
14610                 fix bug that didn't send out correct headers to news server
14611                 when sending news article and email from queue (bug reported
14612                 and patch provided by Tim Mann; closes bug 
14613                 "[ 583196 ] 0.7.8claws can't post news")
14614
14615 2002-08-25 [alfons]     0.8.1claws118
14616
14617         * src/selective_download.c
14618                 mark two strings as translatable
14619                 (thanks to Urke MMI for pointing this out)
14620
14621 2002-08-25 [alfons]     0.8.1claws117
14622
14623         * src/summaryview.c
14624                 treat sent boxes as special and allow sorting them by addressee
14625                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14626                 submitted by Steve Lamb)
14627
14628 2002-08-24 [alfons]     0.8.1claws116
14629
14630         * src/matcher.c
14631                 fix memleak reported by Martin Kluge
14632                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14633
14634 2002-08-24 [oliver]     0.8.1claws115
14635
14636         * src/prefs_toolbar.c
14637                 o code cleanup as suggested by Alfons
14638                 o memleak fix
14639
14640 2002-08-24 [alfons]     0.8.1claws114
14641
14642         * src/summaryview.c
14643                 o fix another memory leak reported by Martin Kluge
14644                   (see "[ 599568 ] Small Memory Leak")
14645                 o remove 'from' variable from 'summary_set_header()'; we can
14646                   do with just 'to' 
14647
14648 2002-08-24 [paul]       0.8.1claws113
14649
14650         * sync with 0.8.1cvs30
14651                 see ChangeLog 2002-08-23
14652
14653 2002-08-24 [alfons]     0.8.1claws112
14654
14655         * src/summaryview.c
14656                 remove unnecessary allocations for search bar fixing leaks
14657                 reported by Martin Kluge
14658                 (see "[ 599451 ] Further memory leaks?")
14659
14660 2002-08-24 [alfons]     0.8.1claws111
14661
14662         * src/main.c
14663                 make get_socket_name() public for crash.c
14664         * src/crash.c
14665                 o make report bug button work (goes to claws' 
14666                   bug tracker at sf.net)
14667                 o introduce function for doing important stuff just
14668                   before claws goes down
14669                 o clean up code 
14670
14671 2002-08-24 [alfons]     0.8.1claws110
14672
14673         * src/compose.c
14674                 move cursor to "To" entry when forwarding as attachment
14675                 (reported and solved by Steve Lamb, closes bug report
14676                 "[ 592880 ] Forward as attachment; cursor not in to")
14677
14678 2002-08-24 [colin]      0.8.1claws109
14679
14680         * src/mainwindow.c
14681                 fix quick search visibility after GUI (de)separations.
14682
14683 2002-08-23 [colin]      0.8.1claws108
14684
14685         * src/mainwindow.c
14686                 fix header pane visibility after folderview or
14687                 messageview (de)separation
14688
14689 2002-08-23 [paul]       0.8.1claws107
14690
14691         * src/mainwindow.[ch]
14692           src/toolbar.c
14693                 give full control of display or non-display 
14694                 of the Execute icon to Custom toolbar settings.
14695                 add new sensitivity condition to maninwindow.h: 
14696                 M_DELAY_EXEC
14697
14698         * ChangeLog
14699           ChangeLog.jp
14700           NEWS
14701                 more sync with 0.8.1cvs29
14702
14703 2002-08-23 [melvin]     0.8.1claws106
14704
14705         * src/alertpanel.c
14706                 Readded support for custom widget in alertpanel lost in last
14707                 sync.
14708
14709 2002-08-23 [paul]       0.8.1claws105
14710
14711         * sync with 0.8.1cvs29
14712                 see ChangeLog 2002-08-23
14713
14714 2002-08-23 [colin]      0.8.1claws104
14715
14716         * src/summaryview.c
14717                 Fix folder and search pixmaps exchanging positions
14718                 after theme or toolbar changes. Thank to Oliver for 
14719                 reporting this.
14720
14721 2002-08-23 [colin]      0.8.1claws103
14722
14723         * src/mainwindow.c
14724           src/messageview.[ch]
14725           src/noticeview.[ch]
14726           src/summaryview.c
14727                 Changed messageview_create() and noticeview_create()
14728                 to avoid the last gdk_warning
14729
14730 2002-08-22 [colin]      0.8.1claws102
14731
14732         * src/summaryview.c
14733                 Fix my new `Creating pixmap from xpm' warning
14734
14735 2002-08-22 [colin]      0.8.1claws101
14736
14737         * src/mainwindow.c
14738                 Fix some of the gdk warnings
14739
14740 2002-08-22 [colin]      0.8.1claws100
14741
14742         * src/Makefile.am
14743         * src/stock_pixmap.c
14744         * src/stock_pixmap.h
14745         * src/pixmaps/quicksearch.xpm *ADDED*
14746                 Add the quicksearch pixmap
14747         * src/mainwindow.c
14748         * src/summaryview.c
14749         * src/summaryview.h
14750                 Make quicksearch bar visible/hidden via a button
14751
14752 2002-08-22 [christoph]  0.8.1claws99
14753
14754         * src/folder.c
14755                 fix folder update for newsgroups with message
14756                 numbers below minimum number of articles to fetch
14757                 (closes bug #598445)
14758
14759 2002-08-22 [paul]       0.8.1claws98
14760
14761         * sync with 0.8.1cvs28
14762                 see ChangeLog 2002-08-22
14763
14764 2002-08-21 [alfons]     0.8.1claws97
14765
14766         * src/crash.c
14767                 use bt instead of bt full which seems to work 
14768                 better, and bt full doesn't give a great deal 
14769                 of information anyway
14770
14771 2002-08-21 [colin]      0.8.1claws96
14772
14773         * src/summaryview.c
14774                 fix summaryview_searchtype_changed prototype
14775
14776 2002-08-21 [christoph]  0.8.1claws95
14777
14778         * src/mainwindow.c
14779                 o fix broken menu update for sorting type, we have to
14780                   get this info from the summaryview now
14781                 o removed setting of threaded state in menu callback
14782         * src/summaryview.[ch]
14783                 more summaryview/folderitem seperation for
14784                 threading option
14785         * configure.in
14786                 removed not required --with-compiler-flags option
14787
14788 2002-08-21 [oliver]     0.8.1claws94
14789         
14790         * src/toolbar.h 
14791                 o rename toolbar.xml to toolbar_main.xml
14792                   since toolbar_compose.xml might come up 
14793                   any time soon
14794         * README.claws
14795                 add custom toolbar              
14796
14797 2002-08-21 [darko]      0.8.1claws93
14798
14799         * src/procmsg.c
14800                 don't reset tmp flags for messages copied
14801                 to sent folder
14802
14803 2002-08-21 [colin]      0.8.1claws92
14804         
14805         * src/prefs_filtering.c
14806                 fix renaming rules on folder rename 
14807                 when folder is not a leaf folder
14808
14809 2002-08-21 [paul]       0.8.1claws91
14810
14811         * src/prefs_folder_item.c
14812                 fix alignment of colour selector
14813
14814 2002-08-21 [paul]       0.8.1claws90
14815
14816         * sync with 0.8.1cvs27
14817                 see ChangeLog 2002-08-21
14818
14819 2002-08-21 [paul]       0.8.1claws89
14820
14821         * src/summaryview.c
14822                 fix crash when changing field type in
14823                 Quick search bar
14824
14825 2002-08-21 [colin]      0.8.1claws88
14826
14827         * src/summaryview.c
14828                 Made quick search case-insensitive
14829
14830 2002-08-21 [paul]       0.8.1claws87
14831
14832         * sync with 0.8.1cvs26
14833                 see ChangeLog 2002-08-21
14834
14835 2002-08-20 [christoph]  0.8.1claws86
14836
14837         * src/folderview.c
14838         * src/main.c
14839         * src/summaryview.[ch]
14840                 more summaryview/folderitem seperation for
14841                 sort_key and sort_type
14842         * src/procmsg.c
14843                 added missing return statement
14844
14845 2002-08-20 [colin]      0.8.1claws85
14846
14847         * src/summaryview.[ch]
14848                 Added a quick search box
14849         * src/mainwindow.c
14850         * src/prefs_common.[ch]
14851                 Added a show/hide option for the quick search
14852
14853 2002-08-20 [oliver]     0.8.1claws84
14854         
14855         * src/mainwindow.c
14856                 remove toolbar_create_popups
14857         * src/toolbar.[ch]
14858                 o remove toolbar_create_popups
14859                 o fix toolbar_set_sensitive 
14860                   (Bug reports #596834 and #596832)     
14861         * src/prefs_toolbar.c
14862                 o add "Set default" button
14863                 o align label and text + combo widgets
14864
14865 2002-08-20 [hoa]        0.8.1claws83bis
14866
14867         * src/imap.c
14868                 fixed a bug in imap_fetch_msginfo() in case there is no
14869                 current folder.
14870
14871 2002-08-20 [darko]      0.8.1claws83
14872
14873         * src/folderview.c
14874                 copy the color style of folder view so it
14875                 works with GTK themes
14876
14877 2002-08-20 [darko]      0.8.1claws82
14878
14879         * src/folder.h
14880         * src/folderview.c
14881         * src/prefs_folder_item.[hc]
14882                 don't use UI stuff in folder.h
14883
14884 2002-08-20 [darko]      0.8.1claws81
14885
14886         * src/folder.h
14887         * src/prefs_folder_item.h
14888         * src/folderview.c
14889         * src/prefs_folder_item.c
14890                 ability to set folder color in folderview
14891
14892 2002-08-19 [alfons]     0.8.1claws80
14893
14894         * src/summaryview.c
14895                 fix one of the earlier memleaks reported by Martin Kluge
14896
14897 2002-08-19 [alfons]     0.8.1claws79
14898
14899         * src/mainwindow.c
14900                 hide notice view when selecting seperate folder
14901                 view (reported by Urke MMI)
14902
14903 2002-08-19 [christoph]  0.8.1claws78
14904
14905         * src/folderview.c
14906         * src/prefs_folder_item.h
14907         * src/summaryview.[ch]
14908                 o add summary_set_prefs_from_folderitem to set
14909                   summaryview prefs (first step to remove all
14910                   references to the folderitem in summaryview)
14911                 o moved compiled regex stuff from folderitem prefs
14912                   to summaryview code
14913
14914 2002-08-19 [paul]       0.8.1claws77
14915
14916         * src/compose.c
14917                 add check for '.' to QUOTE_IF_REQUIRED
14918
14919 2002-08-19 [paul]       0.8.1claws76
14920
14921         * src/inc.c
14922                 sync with 0.8.1cvs25 (plug memory leak)
14923
14924         * src/prefs_toolbar.c
14925                 re-order prefs_toolbar_cancel()
14926
14927 2002-08-18 [alfons]     0.8.1claws75
14928
14929         * src/inc.c
14930         * src/matcher.c
14931                 plug other memleaks reported by Martin Kluge
14932
14933 2002-08-18 [paul]       0.8.1claws74
14934
14935         * po/pt_BR.po
14936                 updated by Fabio Jr. Beneditto
14937
14938 2002-08-18 [paul]       0.8.1claws73
14939
14940         * src/toolbar.[ch]
14941                 fix bug where tooltips were displayed untranslated              
14942
14943         * src/prefs_toolbar.c
14944                 fix bug where clicking 'Cancel' creates an icon & text
14945                 toolbar regardless of prefs
14946         
14947
14948 2002-08-17 [oliver]     0.8.1claws72
14949
14950         * src/prefs_toolbar.c
14951                 update toolbar on CANCEL
14952                 bug reported by Martin Kluge
14953         * src/toolbar.c
14954                 toolbar_destroy memleak fixed           
14955
14956 2002-08-17 [alfons]     0.8.1claws71
14957
14958         * src/toolbar.c
14959                 plug another memleak reported by Martin Kluge
14960
14961 2002-08-16 [alfons]     0.8.1claws70
14962
14963         * src/crash.c
14964                 use execvp() correctly (suggested by wwp; thanks!)
14965
14966 2002-08-16 [alfons]     0.8.1claws69
14967
14968         * src/gtksctree.c
14969                 plug memory leak reported by Kim Schultz & Martin Kluge
14970
14971 2002-08-16 [paul]       0.8.1claws68
14972
14973         * po/es.po
14974                 updated by Ricardo Mones Lastra
14975
14976 2002-08-16 [paul]       0.8.1claws67
14977
14978         * src/toolbar.h
14979                 fix bug where 'Compose News' icon showed wrong
14980                 tooltip
14981
14982 2002-08-16 [paul]       0.8.1claws66
14983
14984         * sync with 0.8.1cvs24
14985                 see ChangeLog 2002-08-16
14986
14987         * po/it.po
14988                 updated by Alessandro Maestri
14989
14990 2002-08-15 [paul]       0.8.1claws65
14991
14992         * po/sr.po
14993                 updated by Urke MMI
14994
14995 2002-08-15 [paul]       0.8.1claws64
14996
14997         * src/*.c
14998                 don't translate debug info
14999
15000         * src/matcher.[ch]
15001                 add copyright info
15002
15003 2002-08-15 [paul]       0.8.1claws63
15004
15005         * src/prefs_toolbar.c
15006                 fix bug where clicking 'OK' creates an icon & text
15007                 toolbar regardless of prefs
15008
15009 2002-08-14 [alfons]     0.8.1claws62
15010
15011         * src/main.c
15012                 add global var that has the full argv[0]
15013         * src/crash.c
15014                 o execvp the correct sylpheed by using argv0
15015                   and setting the correct work dir
15016                 o other tweaks  
15017
15018 2002-08-14 [oliver]     0.8.1claws61
15019         
15020         * enable/disable Toolbar Action Buttons 
15021         * code cleanups
15022         * src/mainwindow.c
15023         * src/toolbar.[ch]      
15024         * src/prefs_toolbar.c   
15025
15026 2002-08-14 [melvin]     0.8.1claws60
15027
15028         * po/fr.po
15029                 Updated French translations
15030
15031 2002-08-14 [melvin]     0.8.1claws59
15032
15033         * src/crash.c
15034                 Made bug report not translatable
15035         * src/exporthtml.c
15036                 Fixed exporthtml_build_filespec() return value
15037         * src/foldersel.c
15038                 Fixed incorrect include file
15039         * src/gtkspell.c
15040         * src/prefs_actions.c
15041         * src/prefs_toolbar.c
15042                 Made debug info not translatable
15043         * src/mutt.c
15044         * src/quote_fmt.c
15045                 Added missing includes
15046         * src/prefs_common.c
15047                 Fixed typo
15048
15049 2002-08-14 [paul]       0.8.1claws58
15050
15051         * faq/es/sylpheed-faq.html
15052           faq/es/sylpheed-faq-[1-3].html
15053           faq/es/sylpheed-faq-4.html     **NEW FILE **
15054                 update Spanish FAQ
15055
15056 2002-08-13 [christoph]  0.8.1claws57
15057
15058         * src/procmsg.c
15059                 ignore thread fix that did not mark all
15060                 child nodes of a ignored thread as
15061                 ignored. Does not work perfectly yet,
15062                 but it is better now
15063
15064 2002-08-13 [alfons]     0.8.1claws56
15065
15066         * src/crash.c
15067                 o implement 'save crash log'
15068                 o some tweaks
15069
15070 2002-08-13 [melvin]     0.8.1claws55
15071
15072         * src/main.c
15073                 removed unrequired "execinfo.h" header
15074
15075 2002-08-12 [paul]       0.8.1claws54
15076
15077         * faq/en/sylpheed-faq.html
15078           faq/en/sylpheed-faq-[1-3].html
15079           faq/en/sylpheed-faq-4.html     **NEW FILE **
15080                 update English FAQ
15081
15082 2002-08-12 [alfons]     0.8.1claws53
15083
15084         * po/POTFILES.in
15085                 add crash.c to translatables
15086         * src/crash.c
15087                 bring in Leandro's crash dialog
15088
15089 2002-08-11 [alfons]     0.8.1claws52
15090
15091         * src/crash.c
15092                 clean up some warnings
15093
15094 2002-08-11 [alfons]     0.8.1claws51
15095
15096         * acconfig.h
15097         * configure.in
15098         * src/crash.[ch]        ** NEW FILES **
15099         * src/main.c            
15100                 initial gdb crash handler
15101
15102 2002-08-11 [paul]       0.8.1claws50
15103
15104         * src/prefs_toolbar.c
15105                 replace Up/Down arrow pixmaps with text to be
15106                 consistent across icon themes
15107
15108 2002-08-11 [paul]       0.8.1claws49
15109
15110         * src/prefs_common.c
15111           src/prefs_toolbar.c
15112                 rename 'Pixmap' -> 'Icon'
15113
15114         * src/toolbar.[ch]
15115                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15116
15117 2002-08-10 [paul]       0.8.1claws48
15118
15119         * src/prefs_toolbar.c
15120                 re-work the UI
15121
15122 2002-08-10 [paul]       0.8.1claws47
15123
15124         * src/main.c
15125                 don't write Processing progress to status bar
15126                 patch submitted by Alexander Evseev
15127
15128         * src/prefs_toolbar.c
15129                 re-position and resize window
15130                 make window assume correct size on first call
15131
15132 2002-08-10 [paul]       0.8.1claws46
15133
15134         * src/mainwindow.c
15135           src/prefs_toolbar.c
15136           src/toolbar.c
15137           src/toolbar.h
15138                 obey coding style
15139                 follow UI text conventions
15140
15141 2002-08-10 [alfons]     0.8.1claws45
15142
15143         * src/toolbar.c
15144                 correct pixmap for delete action
15145
15146 2002-08-10 [paul]       0.8.1claws44
15147
15148         * po/pt_BR.po
15149                 updated by Fabio Jr. Beneditto
15150
15151 2002-08-10 [paul]       0.8.1claws43
15152
15153         * po/POTFILES.in
15154                 add custom toolbar files
15155
15156 2002-08-10 [paul]       0.8.1claws42
15157
15158         * sync with 0.8.1cvs22
15159                 see ChangeLog 2002-08-09
15160
15161 2002-08-09 [paul]       0.8.1claws41
15162
15163         * tools/Makefile.am
15164           tools/README
15165           tools/outlook2sylpheed.pl     ** NEW FILE **
15166                 add script to convert exported Outlook
15167                 contacts list to a Sylpheed addressbook.
15168                 Submitted by Ricardo Mones Lastra.
15169
15170 2002-08-09 [paul]       0.8.1claws40
15171
15172         * AUTHORS
15173           configure.in
15174           po/sr.po      ** NEW FILE **
15175                 add Serbian message catalog. Submitted by
15176                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15177
15178 2002-08-09 [paul]       0.8.1claws39
15179
15180         * sync with 0.8.1cvs21
15181                 see ChangeLog 2002-08-08
15182
15183 2002-08-08 [oliver]     0.8.1claws38
15184
15185         * src/mainwindow.c
15186                 move Custom Toolbar to Configuration menu
15187
15188 2002-08-08 [oliver]     0.8.1claws37
15189
15190         * src/prefs_toolbar.c
15191                 fix substitute pixmap bug
15192
15193 2002-08-08 [paul]       0.8.1claws36
15194
15195         * sync with 0.8.1cvs19
15196                 see ChangeLog 2002-08-08
15197
15198 2002-08-07 [christoph]  0.8.1claws35
15199
15200         * src/utils.c
15201                 fixed a memory leak in new canonicalize_file_replace
15202
15203 2002-08-07 [christoph]  0.8.1claws34
15204
15205         * src/utils.[ch]
15206                 o canonicalize_file_replace should create the temporary
15207                   file in the same directory as the original file.
15208                 o added get_tmpfile_in_dir that creates a temorary file
15209                   in a specified directory.
15210
15211 2002-08-07 [melvin]     0.8.1claws33
15212
15213         * src/toolbar.c
15214                 fixed bug where 'Article' button acted as 'Email' button.
15215
15216 2002-08-07 [paul]       0.8.1claws32
15217
15218         * sync with 0.8.1.cvs17
15219                 see ChangeLog 2002-08-07
15220
15221 2002-08-07 [colin]      0.8.1claws31
15222         
15223         * src/news.c
15224                 fix mass-cancel problem
15225
15226 2002-08-07 [thorsten]   0.8.1claws30
15227
15228         * src/prefs_toolbar.c
15229                 fix: crash on replace or add new button
15230         * src/toolbar.c
15231                 fix: close xmlfile after reading
15232         * src/utils.c
15233                 fix: unlink() file before rename()
15234
15235 2002-08-06 [paul]       0.8.1claws29
15236
15237         * sync with 0.8.cvs15
15238                 see ChangeLog 2002-08-06
15239
15240 2002-08-06 [oliver]     0.8.1claws28
15241
15242         * src/toolbar.c
15243         * src/prefs_toolbar.c
15244                 fixed empty toolbar issue
15245
15246 2002-08-06 [oliver]     0.8.1claws27
15247
15248         * Custom Toolbar Final 
15249         * src/folderview.c
15250         * src/inc.c
15251         * src/summaryview.c
15252                 o toolbar stuff now lives in src/toolbar.[ch]
15253                 o main_window_toolbar_* functions are renamed to
15254                   toolbar_* reflecting their new source file
15255         * src/mainwindow.[ch]
15256                 o remove toolbar stuff  
15257
15258 2002-08-06 [oliver]     0.8.1claws26
15259         
15260         * src/Makefile.am
15261         * src/prefs_toolbar.[ch]        **New File**
15262         * src/toolbar.[ch]              **New File**
15263                 o prefs_toolbar.[ch] custom toolbar frontend
15264                 o toolbar.[ch]       backend 
15265
15266 2002-08-06 [oliver]     0.8.1claws25
15267
15268         * src/prefs_actions.[ch]
15269                 o new exported function actions_execute
15270
15271 2002-08-06 [paul]       0.8.1claws24
15272
15273         * sync with 0.8.1cvs4
15274                 see ChangeLog 2002-08-06
15275
15276 2002-08-06 [paul]       0.8.1claws23
15277
15278         * sync with 0.8.1cvs13
15279                 see ChangeLog 2002-08-06
15280
15281 2002-08-06 [paul]       0.8.1claws22
15282
15283         * sync with 0.8.1cvs12
15284                 see ChangeLog 2002-08-05 and 2002-08-06
15285
15286 2002-08-06 [match]      0.8.1claws21
15287
15288         * src/addrclip.c
15289                 improvements to cut/copy/paste address
15290
15291 2002-08-05 [match]      0.8.1claws20
15292
15293         * src/addritem.[ch]
15294         * src/addrcache.c
15295         * src/addrbook.c
15296         * src/editaddress.c
15297         * src/addressbook.c
15298                 fixes to improve cut/copy/paste
15299
15300 2002-08-06 [melvin]     0.8.1claws19
15301
15302         * src/account.[ch]
15303                 account_find_all_from_address(): new function that returns the
15304                 list of all accounts that are matched in an address.
15305         * src/alertpanel.[ch]
15306                 alertpanel() now accepts a custom widget
15307                 alertpanel_with_widget(): new function that pops up a panel with
15308                 a custom widget in it 
15309         * src/gtkutils.[ch]
15310                 gtkut_account_menu_new(): new function that allows the selection
15311                 of an account from a list of accounts.
15312         * src/messageview.c
15313                 Extended Return Receipt notification to select the correct 
15314                 account and to make a security test on the Delivery-Notification
15315                 address which should be the same as the Return-Path.
15316
15317 2002-08-06 [thorsten]   0.8.1claws18
15318
15319         * src/mimeview.c
15320                 attach_all: save unnamed as "noname.%d",
15321                 dont free static dirname
15322
15323 2002-08-05 [alfons]     0.8.1claws17
15324
15325         * configure.in
15326                 detect XIM by trying to link rather than compile a XIM program
15327
15328 2002-08-05 [oliver]     0.8.1claws16
15329                 
15330         * src/stock_pixmap.[ch]
15331                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15332                 o new func to retrieve pixmaps
15333
15334 2002-08-05 [paul]       0.8.1claws15
15335
15336         * sync with 0.8.1cvs10
15337                 see ChangeLog 2002-08-05
15338
15339 2002-08-04 [alfons]     0.8.1claws14
15340
15341         * src/textview.c
15342                 see if this plugs memleak
15343
15344 2002-08-04 [melvin]     0.8.1claws13
15345
15346         * src/gtkspell.c
15347                 fixed bug that could crash Sylpheed when highlighting
15348                 all misspelled words.
15349
15350 2002-08-03 [melvin]     0.8.1claws12
15351
15352         * src/prefs_actions.c
15353                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15354         * src/messageview.c
15355                 fixed bug where the Return Receipt was sent to
15356                 Delivery-Notification-To address even if it was not present
15357
15358 2002-08-02 [alfons]     0.8.1claws11
15359
15360         * src/prefs_actions.c
15361                 o more check for NULLs
15362                 o put create_io_dialog() in right conditional block
15363
15364 2002-08-02 [paul]       0.8.1claws10
15365
15366         * po/es.po
15367                 updated by Ricardo Mones Lastra
15368
15369 2002-08-01 [christoph]  0.8.1claws9
15370
15371         * src/folder.c
15372                 don't free the cache of the opened
15373                 folder in the summaryview
15374         * src/summaryview.c
15375                 don't unset flags, if it is not required
15376
15377 2002-08-01 [paul]       0.8.1claws8
15378
15379         * sync with 0.8.1cvs8
15380                 see ChangeLog entry 2002-08-01
15381
15382 2002-08-01 [paul]       0.8.1claws7
15383
15384         * sync with 0.8.1cvs7
15385                 see ChangeLog 2002-07-31 and 2002-08-01
15386
15387 2002-07-31 [christoph]  0.8.1claws6
15388
15389         * src/mainwindow.c
15390                 forgot to update menu sensitivity
15391                 function for new menu entry
15392
15393 2002-07-31 [alfons]     0.8.1claws5
15394
15395         * src/main.c
15396                 check folder item and its path for NULL on
15397                 initial processing
15398
15399 2002-07-31 [christoph]  0.8.1claws4
15400
15401         * src/folder.c
15402                 check if folder_item_get_msginfo in
15403                 folder_item_remove_msg returned NULL
15404         * src/imap.c
15405                 better clear the uid cache in the
15406                 uid validity check function and delete
15407                 cached messages
15408
15409 2002-07-31 [paul]       0.8.1claws3
15410
15411         * man/sylpheed.1
15412                 add the '--attach' option and a few other
15413                 minor changes
15414
15415 2002-07-31 [paul]       0.8.1claws2
15416
15417         * sync with 0.8.1cvs5
15418                 see ChangeLog 2002-07-31
15419
15420 2002-07-31 [christoph]  0.8.1claws1
15421
15422         * src/folderview.[ch]
15423         * src/mainwindow.c
15424                 replace "Rescan all folders..." with
15425                 "Check all folders for new messages..."
15426
15427 2002-07-30 [paul]       0.8.1claws
15428
15429         * version 0.8.1claws released
15430
15431 2002-07-30 [paul]       0.8.0claws29
15432
15433         * tools/OOo2sylpheed.pl ** NEW FILE **
15434           tools/README
15435                 add script to enable sending documents as
15436                 attachments from OpenOffice.org
15437
15438 2002-07-30 [melvin]     0.8.0claws28
15439
15440         * src/prefs_actions.c
15441                 Made the actions' input/output dialog display
15442                 without delay.
15443
15444 2002-07-30 [christoph]  0.8.0claws27
15445
15446         * src/procmsg.c
15447                 check if folder_item_get_msginfo in
15448                 procmsg_save_to_outbox returned NULL
15449
15450 2002-07-30 [paul]       0.8.0claws26
15451
15452         * sync with 0.8.1cvs4
15453                 see ChangeLog 2002-07-29
15454
15455 2002-07-29 [thorsten]   0.8.0claws25
15456
15457         * README.claws
15458                 added selective download, delete on server
15459
15460 2002-07-29 [paul]       0.8.0claws24
15461
15462         * sync with 0.8.1cvs3
15463                 see ChangeLog 2002-07-29
15464
15465 2002-07-27 [christoph]  0.8.0claws23
15466
15467         * src/folder.c
15468                 add extra check if fetching the msginfo
15469                 returned NULL
15470
15471 2002-07-27 [paul]       0.8.0claws22
15472
15473         * sync with 0.8.1cvs2
15474                 see ChangeLog 2002-07-26
15475
15476 2002-07-27 [christoph]  0.8.0claws21
15477
15478         * src/imap.c
15479                 add another check if a valid msginfo
15480                 was returned
15481
15482 2002-07-26 [hoa]        0.8.0claws20
15483
15484         * src/folder.c
15485                 Fixed a condition in folder_item_destroy()
15486
15487         * src/imap.c
15488                 Fixed an error in IMAP protocol
15489
15490 2002-07-26 [alfons]     0.8.0claws19
15491
15492         * src/folder.c
15493                 ofcourse compare with identifier, not the path
15494
15495 2002-07-26 [alfons]     0.8.0claws18
15496
15497         * src/folder.c
15498                 use folder item identifier for saving / restoring
15499                 preferences because folder->path might not be unique
15500
15501 2002-07-26 [melvin]     0.8.0claws17
15502
15503         * src/logwindow.c
15504                 Fixed a crash introduced in 0.8.0claws5 when log is 
15505                 cut under 80 characters.
15506
15507 2002-07-26 [paul]       0.8.0claws16
15508
15509         * sync with 0.8.1cvs1
15510                 see ChangeLog 2002-07-26
15511
15512 2002-07-26 [christoph]  0.8.0claws15
15513
15514         * src/imap.[ch]
15515                 imap folder now remembers the last selected
15516                 folder and imap_fetch_msginfo skips selecting
15517                 the folder if it is already selected
15518
15519 2002-07-26 [christoph]  0.8.0claws14
15520
15521         * src/folder.c
15522         * src/folderview.c
15523         * src/imap.c
15524                 fix imap folder rescanning
15525
15526 2002-07-25 [christoph]  0.8.0claws13
15527
15528         * src/filter.c
15529         * src/folder.[ch]
15530         * src/folderview.c
15531         * src/imap.[ch]
15532         * src/mainwindow.c
15533         * src/mbox_folder.c
15534         * src/mh.c
15535         * src/news.c
15536                 implement imap uid cache and uid validity check
15537
15538 2002-07-25 [alfons]     0.8.0claws12
15539
15540         * src/summaryview.c
15541                 fix a brown paper bag bug, and also add some more
15542                 checks
15543
15544 2002-07-25 [christoph]  0.8.0claws11
15545
15546         * src/folder.c
15547                 don't mix copy, fetch_msginfo and remove
15548                 operations in folder item copy and move
15549                 operations
15550
15551 2002-07-25 [christoph]  0.8.0claws10
15552
15553         * src/folderview.c
15554         * src/mainwindow.c
15555         * src/prefs_folder_item.c
15556         * src/summaryview.[ch]
15557                 remove no longer required parameter update_cache from
15558                 summary_show
15559
15560 2002-07-25 [paul]       0.8.0claws9
15561
15562         * sync with 0.8.1
15563         
15564         * AUTHORS
15565                 a few corrections
15566
15567 2002-07-24 [alfons]     0.8.0claws8
15568
15569         * src/summaryview.c
15570                 sort correctly when using simplified subject line
15571                 (closes feature request "[ 585141 ] applying regexp to subject 
15572                 before sort" submitted by Alexandra Walford)
15573
15574 2002-07-24 [paul]       0.8.0claws7
15575
15576         * sync with 0.8.0cvs3
15577                 see ChangeLog 2002-07-24
15578
15579 2002-07-23 [christoph]  0.8.0claws6
15580
15581         * src/folder.c
15582         * src/folder.h
15583         * src/summaryview.c
15584         * src/summaryview.h
15585         * src/main.c
15586                 o separate processing and summaryview
15587                 o removed summary_write_cache from summaryview
15588                 o removed summaryview->killed_messages, because we don't have
15589                   to keep a list of killed messages anymore. New cache will
15590                   keep the hidden messages in cache anyway
15591         * src/folderview.c
15592         * src/inc.c
15593         * src/selective_download.c
15594                 o removed unnecessary summary_write_cache calls
15595         * src/procmsg.c
15596                 o don't set ignore thread flag in procmsg_get_thread_tree
15597                   if it is already set
15598         * src/mainwindow.c
15599         * src/statusbar.h
15600                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15601                   they are used in different files
15602
15603 2002-07-23 [melvin]     0.8.0claws5
15604
15605         * src/addressbook.c
15606         * src/addrgather.c
15607         * src/editaddress.c
15608         * src/editgroup.c
15609         * src/editldap_basedn.c
15610         * src/importldif.c
15611         * src/prefs_common.c
15612                 Fixed few memory leak (gtk_editable_get_chars returns
15613                 an allocated string)
15614         * src/logwindow.c
15615                 Fixed few memory leak (gtk_editable_get_chars returns
15616                 an allocated string) and modified a little the log cutting
15617                 loop.
15618         * src/compose.c
15619                 Replaced a call to an obsolete function gtk_entry_get_text()
15620                 by gtk_editable_get_chars()
15621         * src/send.c
15622                 Removed a debug printf
15623
15624 2002-07-23 [christoph]  0.8.0claws4
15625
15626         * src/filesel.c
15627                 fix another g_dirname memory leak
15628
15629 2002-07-23 [christoph]  0.8.0claws3
15630
15631         * src/mh.c
15632                 fixed a memory leak in mh_fetch_msginfo
15633                 fixed crash when message header could not be
15634                 parsed
15635
15636 2002-07-23 [paul]       0.8.0claws2
15637
15638         * sync with 0.8.0cvs2
15639                 see ChangeLog 2002-07-23
15640
15641 2002-07-23 [paul]       0.8.0claws1
15642
15643         * sync with 0.8.0cvs1
15644                 see ChangeLog 2002-07-23
15645
15646 2002-07-23 [paul]       0.8.0claws
15647
15648         * release of 0.8.0claws