e18e6d486074741925e823baae04df78dfb60b62
[claws.git] / ChangeLog.claws
1 2005-02-18 [colin]      1.0.1cvs14
2
3         * src/quote_fmt_lex.l
4         * src/quote_fmt_parse.y
5                 Bugfix: Fix parser init (patch by Ivan)
6
7 2005-02-18 [colin]      1.0.1cvs13
8
9         * src/plugins/pgpmime/pgpmime.c
10                 Fix build (missed my `mv`)
11
12 2005-02-18 [colin]      1.0.1cvs12
13
14         * src/Makefile.am
15         * src/privacy.c         ** RE-ADDED **
16         * src/privacy.cpp       ** REMOVED **
17         * src/privacy.h
18         * src/plugins/pgpmime/Makefile.am
19         * src/plugins/pgpmime/passphrase.h
20         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
21         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
22         * src/plugins/pgpmime/pgpmime.h
23         * src/plugins/pgpmime/prefs_gpg.h
24         * src/plugins/pgpmime/select-keys.h
25         * src/plugins/pgpmime/sgpgme.h
26                 Revert huge API breakage.
27
28 2005-02-16 [christoph]  1.0.1cvs11
29
30         * src/mh.c
31                 add scan required function for MH folders
32
33         (Patch by Ivan Rayner <ivanr@sgi.com>)
34
35 2005-02-15 [christoph]  1.0.1cvs10
36
37         * src/plugins/pgpmime/pgpmime.cpp
38         * src/plugins/pgpmime/pgpmime.h
39                 add sign and encrypt functions
40
41 2005-02-15 [christoph]  1.0.1cvs9
42
43         * configure.ac
44         * src/Makefile.am
45         * src/privacy.c                                 ** REMOVE **
46         * src/privacy.cpp                               ** NEW **
47         * src/privacy.h
48         * src/plugins/pgpmime/Makefile.am
49         * src/plugins/pgpmime/passphrase.h
50         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
51         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
52         * src/plugins/pgpmime/pgpmime.h
53         * src/plugins/pgpmime/prefs_gpg.h
54         * src/plugins/pgpmime/select-keys.h
55         * src/plugins/pgpmime/sgpgme.h
56                 change Privacy-API to C++
57
58 2005-02-15 [colin]      1.0.1cvs8
59
60         * src/mimeview.c
61         * src/common/utils.c
62                 Sanitize substitution for saved filenames:
63                 only \ / * and \r \n \t are bad. 
64
65 2005-02-15 [colin]      1.0.1cvs7
66
67         * src/compose.c
68         * src/procmime.c
69                 Optimize (constant instead of strlen). Thanks
70                 Alfons for the hint.
71
72 2005-02-14 [colin]      1.0.1cvs6
73
74         * src/compose.c
75         * src/procmime.c
76                 Use quoted-printable instead of 7bit or 8bit
77                 to encode "^From " and avoid mail corruption 
78                 on the MTA, as specified by RFC 3156. Thanks
79                 Hoa for the hint.
80
81 2005-02-12 [colin]      1.0.1cvs5
82
83         * src/filtering.c
84                 Remove wrong use of compose struct after
85                 compose_send(). Spotted by Alfons and Holger Berndt.
86
87 2005-02-10 [paul]       1.0.1cvs4
88
89         * src/compose.c
90                 sync with main, see ChangeLog 2005-02-10
91
92 2005-02-10 [colin]      1.0.1cvs3
93
94         * src/mainwindow.c
95                 dereference freed messageview,
96                 and don't try to use it after free.
97                 This caused occasional late segfaults
98                 when quitting.
99
100 2005-02-10 [colin]      1.0.1cvs2
101
102         * src/messageview.c
103                 Don't display html with plugin automatically
104                 (Dillo steals focus)
105
106 2005-02-09 [colin]      1.0.1cvs1
107
108         * src/mimeview.c
109         * src/mimeview.h
110         * src/messageview.c
111                 Display first relevant part using plugin
112                 if not text/plain if possible (useful for 
113                 vCalendar for example)
114
115 2005-02-08 [paul]       1.0.1
116
117         1.0.1 released
118
119 2005-02-08 [paul]       1.0.0cvs29
120
121         * po/de.po
122         * po/es.po
123         * po/fr.po
124         * po/it.po
125         * po/pt_BR.po
126         * po/sk.po
127         * po/sr.po
128                 updated by Thomas Gilgin, Ricardo Mones Lastra,
129                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
130                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
131
132 2005-02-05 [paul]       1.0.0cvs28
133
134         * src/compose.c
135                 fix Bug 682 'redirect is broken'
136
137
138 2005-02-05 [thorsten]   1.0.0cvs27
139
140         * src/partial_download.c
141                 fix buf overflow
142
143 2005-02-03 [colin]      1.0.0cvs26
144
145         * src/common/plugin.c
146                 Don't load GTK2 plugins at all. This solves
147                 the plugins problem when switching between
148                 GTK1 and GTK2 version.
149
150 2005-02-02 [colin]      1.0.0cvs25
151
152         * src/messageview.c
153                 Fix dangerous typo
154
155 2005-01-31 [colin]      1.0.0cvs24
156
157         * src/compose.c
158                 Fix MsgInfo reference leak
159
160 2005-01-28 [colin]      1.0.0cvs23
161
162         * src/folderview.c
163                 Change check - partial_recv is not cached.
164
165 2005-01-28 [colin]      1.0.0cvs22
166
167         * src/folderview.c
168                 Don't call partial_mark_for_delete() when 
169                 it's useless
170
171 2005-01-27 [colin]      1.0.0cvs21
172
173         * src/procmsg.c
174         * src/compose.c
175                 Fix build - sorry.
176
177 2005-01-27 [christoph]  1.0.0cvs20
178
179         * src/folder.c
180                 use normal message remove function if a folder has no function
181                 to remove all messages
182
183         * src/folderview.c
184                 fix memory leak
185
186 2005-01-27 [colin]      1.0.0cvs19
187
188         * src/procmime.c
189                 Forgot to commit this file with cvs18.
190
191 2005-01-27 [colin]      1.0.0cvs18
192
193         * src/compose.c
194                 Uhm, better not touch the original msginfo_list.
195
196 2005-01-27 [colin]      1.0.0cvs17
197
198         * src/procmsg.c
199         * src/procmsg.h
200                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
201         * src/compose.c
202                 ... And use it to be able to reply to the currently 
203                 selected MimeInfo.
204
205 2005-01-27 [colin]      1.0.0cvs16
206
207         * src/messageview.c
208         * src/summaryview.c
209         * src/compose.c
210         * src/compose.h
211         * src/toolbar.c
212         * src/mainwindow.c
213                 Factorize this reply mess
214
215 2005-01-26 [paul]       1.0.0cvs15
216
217         * ChangeLog
218         * ChangeLog.jp
219         * src/common/template.c
220                 sync with main, (fix memory leak), see ChangeLog
221                 2005-01-25
222
223 2005-01-25 [paul]       1.0.0cvs14
224
225         * src/compose.c
226                 compose_redirect(): fix sensitivity of attachment 
227                 "Properties..." button
228
229 2005-01-24 [colin]      1.0.0cvs13
230
231         * src/summaryview.c
232                 Freeze clist during operations involving message
233                 lists.
234
235 2005-01-24 [paul]       1.0.0cvs12
236
237         * ChangeLog
238         * ChangeLog.jp
239         * src/messageview.c
240         * src/mh.c
241         * src/common/utils.c
242                 sync with main, see ChangeLog 2005-01-19
243
244 2005-01-24 [colin]      1.0.0cvs11
245
246         * src/procheader.c
247                 Fix build with MIPSpro compiler.
248                 Patch by Ivan Rayner <ivanr@sgi.com>
249
250 2005-01-24 [colin]      1.0.0cvs10
251
252         * src/folderview.c
253                 Use (+) in collapsed folders with quicksearch-
254                 matching subfolders
255
256 2005-01-23 [holger]     1.0.0cvs9
257
258         * src/crash.c
259                 Include missing header file
260
261 2005-01-22 [colin]      1.0.0cvs8
262
263         * src/summaryview.c
264         * src/gtk/quicksearch.c
265                 Make recursive quicksearch work in
266                 root folders (and code fixes)
267
268 2005-01-21 [colin]      1.0.0cvs7
269
270         * src/summaryview.c
271                 Set cursor to wait while looking in subfolders
272
273 2005-01-21 [colin]      1.0.0cvs6
274
275         * src/summaryview.c
276                 Don't clear quicksearch if recursion is on,
277                 even if !sticky
278
279 2005-01-21 [colin]      1.0.0cvs5
280
281         * src/gtk/quicksearch.c
282         * src/prefs_common.c
283         * src/prefs_common.h
284                 Add option to recurse or not
285
286 2005-01-21 [colin]      1.0.0cvs4
287
288         * src/folder.h
289         * src/folderview.c
290         * src/folderview.h
291         * src/summaryview.c
292         * src/gtk/quicksearch.c
293         * src/gtk/quicksearch.h
294                 Make quicksearch recursive - results materialized
295                 by search icons in the folderview.
296
297 2005-01-20 [holger]     1.0.0cvs3
298
299         * src/addrindex.c
300         * src/addrindex.h
301                 Add addrindex_load_person_attribute() (for plugins)
302
303 2005-01-19 [colin]      1.0.0cvs2
304
305         * src/mbox.c
306         * src/mbox.h
307         * src/mainwindow.c
308         * src/summaryview.c
309         * src/summaryview.h
310                 Add an easy way to export specific messages
311                 to an mbox file.
312
313 2005-01-19 [paul]       1.0.0cvs1
314
315         * po/ja.po
316         * po/ko.po
317                 updated by  Rui Hirokawa and
318                 SungHyun Nam
319
320 2005-01-18 [paul]       1.0.0
321
322         * version 1.0.0 released
323
324 2005-01-17 [thorsten]   0.9.13cvs38
325
326         * src/crash.c
327         * src/gtk/pluginwindow.c
328                 return value of filesel should not be free()d
329
330 2005-01-17 [paul]       0.9.13cvs37
331
332         * AUTHORS
333         * po/es.po
334         * po/fr.po
335         * po/hr.po
336         * po/it.po
337         * po/pt_BR.po
338         * po/sk.po
339         * po/sr.po
340                 update translations. submitted by Ricardo Mones
341                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
342                 Frederico Goncalves Guimaraes, Andrej Kacian,
343                 Aleksandar Urosevic
344
345 2005-01-16 [colin]      0.9.13cvs36
346
347         * src/prefs_toolbar.c
348                 Fix two leaks, both found by Alfons.
349
350 2005-01-15 [paul]       0.9.13cvs35
351
352         * src/gtk/pluginwindow.c
353                 fix 2 memleaks, patch by Alfons
354
355 2005-01-15 [paul]       0.9.13cvs34
356
357         * ChangeLog
358         * ChangeLog.jp
359         * src/common/template.c
360                 sync with main, see ChangeLog 2005-01-11
361                 (fix potential memory corruption bug)
362
363 2005-01-14 [colin]      0.9.13cvs33
364
365         * src/html.c
366         * src/msgcache.c
367                 Fix coding style issues from the last patch
368
369 2005-01-14 [colin]      0.9.13cvs32
370
371         * src/msgcache.c
372                 Fix possible double free, avoid putting 8k on the stack
373         * src/html.c
374         * src/html.h
375                 Fix links with tags inside, add some entities
376         * AUTHORS
377                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
378
379 2005-01-09 [thorsten]   0.9.13cvs31
380
381         * tools/calypso_convert.pl
382                 support nested subdirs (possible in recent calypso versions)
383                 fix "change of readonly value" error with perl >= 5.8
384
385 2005-01-08 [colin]      0.9.13cvs30
386
387         * src/prefs_filtering_action.c
388                 Plug leak - patch by Alfons
389
390 2005-01-07 [paul]       0.9.13cvs29
391
392         * ChangeLog
393         * ChangeLog.jp
394         * src/pop.c
395         * src/pop.h
396                 sync with main, see ChangeLog 2005-01-06
397
398 2005-01-06 [colin]      0.9.13cvs28
399
400         * src/prefs_matcher.c
401                 Plug leak. Patch by Alfons
402
403 2005-01-04 [christoph]  0.9.13cvs27
404
405         * src/folderview.c
406         * src/imap_gtk.c
407         * src/news_gtk.c
408                 Create extra popup menu entries for account settings
409
410         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
411
412 2005-01-03 [colin]      0.9.13cvs26
413
414         * src/main.c
415                 Plugins should be loaded before --receive or --receive-all 
416                 is processed. 
417                 Patch by Felix Eckhofer <felix-ml@tribut.de>
418
419 2005-01-03 [colin]      0.9.13cvs25
420
421         * src/pop.c
422         * src/pop.h
423                 Add data_len member, because we can get NULs from network
424                 Patch by Alfons
425
426 2005-01-01 [colin]      0.9.13cvs24
427
428         * src/procmime.c
429                 Fix possible memleak in corner case - found by
430                 Martin Kluge, patch by Alfons
431
432 2004-12-30 [colin]      0.9.13cvs23
433
434         * src/account.c
435                 Fix prototypes - patch by Alfons
436
437 2004-12-30 [paul]       0.9.13cvs22
438
439         * ChangeLog
440         * ChangeLog.jp
441         * NEWS
442         * src/account.c
443                 sync with main 1.0.0.
444                 see ChangeLog 2004-12-22
445
446 2004-12-18 [paul]       0.9.13cvs21
447
448         * AUTHORS
449         * ChangeLog
450         * ChangeLog.jp
451         * src/action.c
452                 sync with main, see ChangeLog 2004-12-17
453
454 2004-12-17 [thorsten]   0.9.13cvs20
455
456         * src/compose.c
457                 protect trailing spaces when signing message
458
459 2004-12-16 [paul]       0.9.13cvs19
460
461         * ChangeLog
462         * ChangeLog.jp
463         * NEWS
464         * src/compose.c
465         * src/syldap.c
466                 sync with main 1.0.0rc
467                 see ChangeLog 2004-12-15
468
469 2004-12-14 [colin]      0.9.13cvs18
470
471         * src/gtk/prefswindow.c
472                 Fix build. Sorry :)
473
474 2004-12-14 [colin]      0.9.13cvs17
475
476         * src/gtk/gtkutils.c
477         * src/gtk/gtkutils.h
478         * src/gtk/prefswindow.c
479                 Catch Enter in prefswindow while in text
480                 widget. Patch by Alfons.
481
482 2004-12-14 [paul]       0.9.13cvs16
483
484         * ChangeLog
485         * ChangeLog.jp
486         * src/action.c
487         * src/compose.c
488         * src/common/utils.c
489                 sync with main, see ChangeLog entries 2004-12-10
490                 and 2004-12-13
491
492         * po/ru.po
493                 updated by Pavlo Bohmat
494
495 2004-12-13 [thorsten]   0.9.13cvs15
496
497         * src/plugins/spamassassin/libspamc.c
498                 fix memleak
499
500 2004-12-13 [colin]      0.9.13cvs14
501
502         * src/gtk/prefswindow.c
503         * src/gtk/pluginwindow.c
504                 Fix key_pressed handlers
505
506 2004-12-11 [colin]      0.9.13cvs13
507
508         * src/quote_fmt_parse.y
509                 Rework quote_fmt_parse to use less local 
510                 arrays in local blocks, so it doesn't 
511                 freak out IBM's stack protector. Patch
512                 by Alfons.
513
514 2004-12-10 [colin]      0.9.13cvs12
515
516         * src/messageview.c
517                 Fix logic error
518         * src/mainwindow.c
519                 Fix corruptions when de-separating messageview
520
521 2004-12-10 [paul]       0.9.13cvs11
522
523         * src/prefs_themes.c
524                 use a different set of icons for the Preview
525
526 2004-12-09 [colin]      0.9.13cvs10
527
528         * src/procmime.c
529                 Fix procmime_encode_content doing horribly wrong
530                 stuff when encoding to B64 from memory
531
532 2004-12-08 [colin]      0.9.13cvs9
533
534         * src/gtk/colorlabel.c
535                 Fix color label off-by-one
536                 Patch by Alfons
537
538 2004-12-08 [hoa]        0.9.13cvs8
539
540         * src/quote_fmt_parse.y
541                 really fix buffer overflow
542
543 2004-12-08 [colin]      0.9.13cvs7
544
545         * src/matcher_parser_parse.y
546         * src/msgcache.c
547         * src/prefs_matcher.c
548         * src/procheader.c
549         * src/matcher.c
550         * src/common/defs.h
551                 Cache total_size and use that to speed up
552                 'partial' match.
553                 Add 'partial' to the list of useable stuff
554                 in filtering
555
556 2004-12-08 [paul]
557
558         * po/sr.po
559                 updated by URKE MMI
560
561 2004-12-08 [colin]      0.9.13cvs6
562
563         * src/textview.c
564                 Fix possible boundary overrun in
565                 get_email_part(). Patch by Alfons
566
567 2004-12-08 [hoa]        0.9.13cvs5
568
569         * src/quote_fmt_parse.y
570                 fix buffer overflow
571                 http://bugs.gentoo.org/show_bug.cgi?id=67253
572
573 2004-12-07 [thorsten]   0.9.13cvs4
574
575         * src/procmime.c
576                 fix leak introduced with 0.9.13cvs1
577
578 2004-12-07 [keith]      0.9.13cvs3
579
580         * src/procmime.c
581                 Fix typo
582
583 2004-12-07 [colin]      0.9.13cvs2
584
585         * AUTHORS
586         * src/prefs_account.c
587         * src/common/smtp.c
588         * src/common/smtp.h
589                 Add SMTP PLAIN authentication. Patch by 
590                 George Michaelson <ggm@apnic.net>
591
592 2004-12-07 [thorsten]   0.9.13cvs1
593
594         * src/procmime.c
595                 [Bug 650] reply button causes crash
596                 Patch partly by David Relson
597
598 2004-12-06 [paul]       0.9.13
599
600         0.9.13 released
601
602 2004-12-06 [paul]
603
604         * po/sk.po
605                 updated by Andrej Kacian
606         * INSTALL
607         * README.claws
608                 updated
609         
610 2004-12-06 [christoph]
611
612         * configure.ac
613                 move GPGME check to PGP/MIME plugin checks
614
615 2004-12-06 [colin]      0.9.12cvs187
616
617         * src/compose.c
618                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
619
620 2004-12-06 [paul]       0.9.12cvs186
621
622         * INSTALL
623         * README.claws
624                 updated
625         * po/es.po
626         * po/fr.po
627         * po/it.po
628         * po/ja.po
629         * po/pt_BR.po
630         * po/zh_CN.po
631                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
632                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
633                 and Yang Guilong
634
635 2004-12-05 [paul]       0.9.12cvs185
636
637         * INSTALL
638         * Makefile.am
639         * README.claws
640                 update
641         * TODO.claws    **REMOVED**
642                 removed, use the wiki instead
643         * tools/Makefile.am
644         * tools/README
645                 remove newscache_conv.pl from the release package
646                 and notes as it is broken and not currently maintained
647         * tools/filter_conv.pl
648                 use --config-dir to find claws' config dir
649         * tools/kdeservicemenu/README
650         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
651         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
652                 make a top-level menu entry
653
654 2004-12-04 [paul]       0.9.12cvs184
655
656         * src/addrharvest.c
657                 conv_unmime_header_overwrite(name)
658
659 2004-12-04 [colin]      0.9.12cvs183
660
661         * src/compose.c
662                 Fix saving of compose window position
663                 when sending mail. Patch by Alfons.
664
665 2004-12-04 [paul]       0.9.12cvs182
666
667         * ChangeLog
668         * ChangeLog.jp
669         * INSTALL
670         * NEWS
671         * README
672         * README.jp
673         * doc/manual/ja/Makefile.am
674         * doc/manual/ja/sylpheed-1.html
675         * doc/manual/ja/sylpheed-10.html
676         * doc/manual/ja/sylpheed-11.html
677         * doc/manual/ja/sylpheed-12.html
678         * doc/manual/ja/sylpheed-13.html
679         * doc/manual/ja/sylpheed-14.html
680         * doc/manual/ja/sylpheed-15.html
681         * doc/manual/ja/sylpheed-16.html
682         * doc/manual/ja/sylpheed-17.html
683         * doc/manual/ja/sylpheed-18.html
684         * doc/manual/ja/sylpheed-19.html
685         * doc/manual/ja/sylpheed-2.html
686         * doc/manual/ja/sylpheed-20.html
687         * doc/manual/ja/sylpheed-3.html
688         * doc/manual/ja/sylpheed-4.html
689         * doc/manual/ja/sylpheed-5.html
690         * doc/manual/ja/sylpheed-6.html
691         * doc/manual/ja/sylpheed-7.html
692         * doc/manual/ja/sylpheed-8.html
693         * doc/manual/ja/sylpheed-9.html
694         * doc/manual/ja/sylpheed.html
695         * doc/manual/ja/sylpheed.sgml
696         * src/Makefile.am
697         * src/procmime.c
698         * src/pixmaps/regular.xpm **REMOVED**
699                 sync with main 1.0.0beta4, including: "canonicalize text files
700                 before encoding to BASE64, and uncanonicalize after decoding
701                 to conform with RFC 2045" 
702
703 2004-12-03 [christoph]  0.9.12cvs181
704
705         * src/compose.c
706                 build the Privacy System menu without GtkItemFactory to
707                 allow '/' in Privacy System names
708
709         * src/plugins/pgpmime/pgpmime.c
710         * src/plugins/pgpmime/plugin.c
711                 Update description and change Privacy System name
712
713 2004-12-03 [paul]
714
715         * src/pixmaps/dir_close.xpm
716         * src/pixmaps/dir_open.xpm
717         * src/pixmaps/drafts_close.xpm
718         * src/pixmaps/drafts_open.xpm
719         * src/pixmaps/group.xpm
720         * src/pixmaps/unread.xpm
721                 update icons (sync with main (adjust hue))      
722
723 2004-12-02 [paul]       0.9.12cvs180
724
725         * ChangeLog
726         * ChangeLog.jp
727         * src/Makefile.am
728         * src/pop.c
729         * src/common/utils.c
730         * src/common/utils.h
731         * src/pixmaps/folder.xpm **REMOVED**
732                 sync with main
733                 fixes bug 644 'extra CRs in subject line break filtering' 
734
735 2004-12-02 [colin]      0.9.12cvs179
736
737         * src/compose.c
738                 Prevent duplicate edition of queued
739                 and drafted mails
740
741 2004-12-02 [colin]      0.9.12cvs178
742
743         * src/compose.c
744                 Fix quote linewrapping ignoring pref
745                 Patch by Alfons
746
747 2004-11-30 [colin]      0.9.12cvs177
748
749         * src/gtk/prefswindow.c
750         * src/gtk/pluginwindow.c
751                 Add shortcut keys to prefs window
752                 and plugin window. Patch by Fabien Vantard.
753
754 2004-11-29 [colin]      0.9.12cvs176
755
756         * src/folderview.c
757                 Fix disappearing separators in folderview's popup
758
759 2004-11-29 [colin]      0.9.12cvs175
760
761         * src/procmime.c
762                 Another format bug
763
764 2004-11-29 [colin]      0.9.12cvs174
765
766         * src/pop.c
767                 Fix format string
768
769 2004-11-26 [colin]      0.9.12cvs173
770
771         * src/common/smtp.c
772         * src/common/smtp.h
773                 Use ESMTP for all servers advertising it
774                 Add SIZE= parameter to MAIL command for 
775                 ESMTP servers
776
777 2004-11-24 [colin]      0.9.12cvs172
778
779         * src/plugins/pgpmime/pgpmime.c
780                 Forgot one :(
781
782 2004-11-24 [colin]      0.9.12cvs171
783
784         * src/plugins/pgpmime/pgpmime.c
785                 Fix numerous GpgmeGtk leaks
786
787 2004-11-24 [colin]      0.9.12cvs170
788
789         * src/plugins/pgpmime/pgpmime.c
790                 Fix numerous GpgmeCtx leaks
791
792 2004-11-24 [colin]      0.9.12cvs169
793
794         * src/plugins/pgpmime/plugin.c
795                 Update requirements
796         * src/plugins/trayicon/Makefile.am
797         * src/plugins/trayicon/newmarkedmail.xpm
798         * src/plugins/trayicon/trayicon.c
799         * src/plugins/trayicon/unreadmarkedmail.xpm
800                 Add new icons when there are unread marked mails
801                 answers
802
803 2004-11-23 [thorsten]   0.9.12cvs168
804
805         * src/plugins/pgpmime/plugin.c
806                 typo: plugin_init instead of plugin_done
807
808 2004-11-23 [thorsten]   0.9.12cvs167
809
810         * commitHelper
811                 o add me
812         * src/partial_download.c
813         * src/partial_download.h
814                 o fix path for includes
815
816 2004-11-23 [colin]      0.9.12cvs166
817
818         * src/procmime.c
819                 Uh, changed API.
820
821 2004-11-23 [colin]      0.9.12cvs165
822
823         * src/procmime.c
824                 Fix mime headers wrapping
825
826 2004-11-23 [christoph]  0.9.12cvs164
827
828         * src/common/Makefile.am
829         * src/common/partial_download.[ch]
830         * src/Makefile.am
831         * src/partial_download.[ch]
832         * src/folderview.c
833                 move to src because it depends on src stuff
834
835         * src/codeconv.c
836         * src/common/base64.h
837                 move B64LEN macro to base64.h
838
839         * src/compose.c
840         * src/privacy.[ch]
841                 add PrefsAccount to sign-function parameters
842
843         * src/main.c
844         * src/prefs_account.[ch]
845         * src/gtk/prefswindow.[ch]
846                 o use new prefswindow for account prefs
847                 o add possibility to add new pages to account prefs
848
849         * src/plugins/pgpmime/prefs_gpg.[ch]
850         * src/plugins/pgpmime/prefs_gpg.glade
851                 add account prefs for GPG
852
853         * src/plugins/pgpmime/pgpmime.c
854         * src/plugins/pgpmime/sgpgme.[ch]
855                 create signers list based on the GPG account prefs
856
857 2004-11-23 [colin]      0.9.12cvs163
858
859         * src/main.c
860                 Fix cursor going from normal to wait
861                 as many times as there are folders
862                 (very noticeable on exported displays)
863
864 2004-11-23 [colin]      0.9.12cvs162
865
866         * src/msgcache.c
867                 HEAD needs this leak fix too
868
869 2004-11-22 [luke]       0.9.12cvs161
870
871         * src/gtk/gtkstext.c
872                 'Up' key moves one line (not one paragraph) like 'Down'
873
874 2004-11-22 [paul]       0.9.12cvs160
875
876         * src/prefs_themes.c
877                 fix oversized GtkFrames
878
879 2004-11-19 [paul]       0.9.12cvs159
880
881         * src/prefs_common.c
882                 update prefs_keybind_apply_clicked()
883
884 2004-11-18 [paul]       0.9.12cvs158
885
886         * src/compose.c
887         * src/messageview.c
888         * src/common/utils.c
889         * src/common/utils.h
890                 use Message-ID format like that previously
891                 used in compose_generate_msgid()
892
893 2004-11-17 [christoph]  0.9.12cvs157
894
895         * src/mainwindow.c
896         * src/prefs_common.c
897                 integrate "Common preferences" into new preferences dialog
898
899 2004-11-17 [colin]      0.9.12cvs156
900
901         * src/prefs_account.c
902         * src/prefs_account.h
903         * src/procmsg.c
904                 Add an option to let the user choose to store encrypted
905                 mail as clear text or encrypted.
906
907 2004-11-17 [colin]      0.9.12cvs155
908
909         * src/compose.c
910         * src/toolbar.c
911                 Be verbose when sending fails
912         * src/procmsg.c
913                 Fix procmsg_send_queue returning 0 when there's an error
914                 Don't send messages to be encrypted to nobody 
915
916
917 2004-11-17 [colin]      0.9.12cvs154
918
919         * src/privacy.c
920                 Fix more pointer confusion
921
922 2004-11-17 [paul]       0.9.12cvs153
923
924         * src/procmime.h
925                 forgotten in sync with main 1.0.0beta3
926
927
928 2004-11-17 [paul]       0.9.12cvs152
929
930         * ChangeLog
931         * ChangeLog.jp
932         * NEWS
933         * src/compose.c
934         * src/jpilot.c
935         * src/procmime.c
936                 sync with main 1.0.0beta3
937                 see ChangeLog 2004-11-15 and 2004-11-16
938
939 2004-11-17 [colin]      0.9.12cvs151
940
941         * src/plugins/pgpmime/pgpmime.c
942                 Remove debug printf
943
944 2004-11-17 [colin]      0.9.12cvs150
945
946         * src/plugins/pgpmime/pgpmime.c
947                 Fix off-by-one causing segs
948
949 2004-11-17 [colin]      0.9.12cvs149
950
951         * src/procmsg.c
952                 < Reboot_> don't compare pointers to NULL with !
953                 So, use the other form to bring consistency.
954                 Also fix coding style.
955
956 2004-11-16 [colin]      0.9.12cvs148
957
958         * src/procmsg.c
959                 Fix the fix :)
960
961 2004-11-16 [colin]      0.9.12cvs147
962
963         * src/procmsg.c
964                 Fix leaks in procmsg_send_message_queue
965
966 2004-11-12 [paul]       0.9.12cvs146
967
968         * src/prefs_account.c
969         * src/procmime.c
970         * src/procmime.h
971                 fix sync breakage 
972
973 2004-11-12 [paul]
974
975         * src/pixmaps/complete.xpm
976         * src/pixmaps/continue.xpm
977                 small sync with main, see ChangeLog 2004-11-11
978
979 2004-11-11 [paul]       0.9.12cvs145
980
981         * ChangeLog
982         * ChangeLog.jp
983         * src/account.c
984         * src/folderview.c
985         * src/folderview.h
986         * src/imap.c
987         * src/imap_gtk.c
988         * src/inc.c
989         * src/mainwindow.c
990         * src/mh_gtk.c
991         * src/news_gtk.c
992         * src/pop.c
993         * src/prefs_account.c
994         * src/prefs_account.h
995         * src/prefs_ext_prog.c
996         * src/procmsg.c
997         * src/procmsg.h
998         * src/summary_search.c
999         * src/summaryview.c
1000         * src/textview.c
1001         * src/common/defs.h
1002         * src/common/utils.c
1003         * src/common/utils.h
1004         * src/gtk/menu.c
1005         * src/gtk/menu.h
1006                 sync with main 1.0.0beta2 (plus 4)
1007
1008 2004-11-09 [christoph]  0.9.12cvs144
1009
1010         * src/compose.c
1011         * src/prefs_account.[ch]
1012                 add option menu to select default privacy system
1013
1014         * src/plugins/pgpmime/pgpmime.c
1015                 better memory allocation
1016
1017         * src/folder.c
1018                 syncronize flags when scanning a folder
1019
1020 2004-11-08 [colin]      0.9.12cvs143
1021
1022         * src/summaryview.c
1023                 Prevent useless folder count updates while 
1024                 quicksearch is running. It is really annoying 
1025                 while quicksearch is running a full-mail
1026                 scan, like 'b foo', in a big folder.
1027
1028 2004-11-08 [colin]      0.9.12cvs142
1029
1030         * src/textview.c
1031                 Really fix these mail URIs
1032
1033 2004-11-08 [colin]      0.9.12cvs141
1034
1035         * src/textview.c
1036                 fix "colin@colino.net" <colin@colino.net> 
1037                 types of URIs
1038
1039 2004-11-06 [colin]      0.9.12cvs140
1040
1041         * src/compose.c
1042                 Don't ask for passphrase if not sending
1043
1044 2004-11-05 [christoph]  0.9.12cvs139
1045
1046         * src/compose.c
1047                 o encode text content of composed mails
1048         * src/procmime.c
1049                 o allow encoding of MimeInfos that are stored in memory buffers
1050                 
1051
1052 2004-11-03 [paul]       0.9.12cvs138
1053
1054         * po/POTFILES.in
1055                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1056                 Patch submitted by Fabien Vantard
1057
1058         * src/prefs_ext_prog.c
1059                 fix typos. Patch submitted by Fabien Vantard
1060
1061         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1062         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1063                 add German, Spanish, Italian, Brazilian Portuguese,
1064                 and Slovak translations. Submitted by Thomas Gilgin,
1065                 J. José del Río 'partymola', Andrea Spadaccini,
1066                 Frederico Goncalves Guimaraes, and Andrej Kacian
1067
1068 2004-11-01 [christoph]  0.9.12cvs137
1069
1070         * src/procmime.c
1071                 implement RFC2231's parameter encoding
1072
1073 2004-10-29 [colin]      0.9.12cvs136
1074
1075         * src/common/utils.c
1076                 Fix boundary delimiter (a Pine user gets this:
1077                 > Malformed message: Unexpected characters at end of parameters:
1078                 > =_Thu__28_Oct_2)
1079
1080 2004-10-29 [paul]
1081
1082         * tools/textviewer.sh
1083                 fix typo. patch submitted by Johann Koenig 
1084                 <explosive@hvc.rr.com>
1085
1086 2004-10-29 [paul]
1087
1088         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1089         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1090                 add French translations, submitted by Fabien Vantard
1091
1092 2004-10-28 [christoph]  0.9.12cvs135
1093
1094         * doc/src/rfc2231.txt                           ** NEW **
1095         * src/procmime.c
1096         * src/common/quoted-printable.c
1097         * src/common/utils.[ch]
1098                 implement RFC2231's parameter decoding
1099
1100 2004-10-27 [paul]
1101
1102         * tools/kdeservicemenu/README
1103         * tools/kdeservicemenu/install.sh
1104         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1105         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1106         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1107                 output files to /tmp instead of littering the
1108                 current dir
1109                 add uninstall function
1110                 refactor
1111
1112 2004-10-26 [christoph]  0.9.12cvs134
1113
1114         * src/procmime.c
1115                 better check if parameters have to be in quoted string
1116
1117 2004-10-25 [paul]
1118
1119         * tools/kdeservicemenu/README
1120         * tools/kdeservicemenu/install.sh
1121         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1122         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1123         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1124                 add files for Sylpheed Service Menu in Konqueror
1125
1126 2004-10-22 [paul]       0.9.12cvs133
1127
1128         * src/compose.c
1129         * src/prefs_common.c
1130         * src/prefs_common.h
1131         * src/prefs_wrapping.c
1132                 remove 'smart wrapping'
1133
1134 2004-10-21 [colin]      0.9.12cvs132
1135
1136         * src/compose.c
1137                 Remove extraneous separator in Options
1138
1139 2004-10-21 [colin]      0.9.12cvs131
1140
1141         * src/compose.c
1142                 Replace "unknown" attachments by "application/octet-stream"
1143                 Be a bit more defensive when using strchr
1144
1145 2004-10-20 [paul]
1146
1147         * po/ru.po
1148                 updated by Pavlo Bohmat
1149
1150 2004-10-19 [christoph]  0.9.12cvs130
1151
1152         * src/compose.c
1153                 fix wrong menu entry path
1154
1155         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1156
1157         * src/gtk/menu.c
1158                 add extra check for missing menu entries
1159
1160 2004-10-19 [christoph]  0.9.12cvs129
1161
1162         * src/compose.c
1163         * src/common/utils.c
1164                 use utils' generate_msgid() in compose.c
1165
1166 2004-10-18 [christoph]  0.9.12cvs128
1167
1168         * src/plugins/pgpmime/passphrase.c
1169         * src/plugins/pgpmime/pgpmime.c
1170         * src/plugins/pgpmime/prefs_gpg.[ch]
1171         * src/plugins/pgpmime/prefs_gpg.glade
1172         * src/plugins/pgpmime/sgpgme.c
1173                 add GPG prefs
1174
1175 2004-10-18 [christoph]  0.9.12cvs127
1176
1177         * src/addrbook.c
1178         * src/addrcache.c
1179         * src/addressbook.c
1180         * src/codeconv.c
1181         * src/compose.c
1182         * src/customheader.c
1183         * src/editaddress.c
1184         * src/editgroup.c
1185         * src/exporthtml.c
1186         * src/folder.c
1187         * src/folderview.c
1188         * src/imap.c
1189         * src/jpilot.c
1190         * src/main.c
1191         * src/matcher_parser_parse.y
1192         * src/mbox.c
1193         * src/pop.c
1194         * src/prefs_account.c
1195         * src/prefs_gtk.c
1196         * src/prefs_msg_colors.c
1197         * src/procheader.c
1198         * src/procmime.[ch]
1199         * src/procmsg.c
1200         * src/summaryview.c
1201         * src/textview.c
1202         * src/common/base64.c
1203         * src/common/partial_download.c
1204         * src/common/socket.c
1205         * src/common/sylpheed.c
1206         * src/common/utils.[ch]
1207         * src/gtk/filesel.c
1208         * src/gtk/pluginwindow.c
1209         * src/gtk/quicksearch.c
1210         * src/plugins/pgpmime/pgpmime.c
1211         * src/plugins/pgpmime/plugin.c
1212         * src/plugins/pgpmime/select-keys.c
1213         * src/plugins/pgpmime/sgpgme.c
1214         * src/plugins/spamassassin/libspamc.c
1215         * src/plugins/trayicon/trayicon.c
1216         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1217         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1218                 o don't use any GNU C extensions
1219                 o fix warnings
1220                 o replace some non-POSIX functions
1221
1222         * src/plugins/spamassassin/spamassassin.[ch]
1223         * src/plugins/spamassassin/spamassassin_gtk.c
1224         * src/plugins/clamav/clamav_plugin.[ch]
1225         * src/plugins/clamav/clamav_plugin_gtk.c
1226                 replace statusbar_print_all() from common code because it is a
1227                 GUI function
1228
1229 2004-10-17 [paul]
1230
1231         * po/es.po
1232         * po/ko.po
1233         * AUTHORS
1234                 update Spanish and Korean translations,
1235                 submitted by Ricardo Mones Lastra and
1236                 SungHyun Nam
1237
1238 2004-10-13 [colin]      0.9.12cvs126
1239
1240         * src/compose.c
1241                 Don't convert message to forced encoding when 
1242                 drafting, plus minor magic-values cleanup.
1243
1244 2004-10-13 [colin]      0.9.12cvs125
1245
1246         * po/POTFILES.in
1247                 Update POTFILES.in to reflect the source
1248                 place changes
1249
1250 2004-10-08 [christoph]  0.9.12cvs124
1251
1252         * m4/spamassassin.m4
1253                 fix libspamc OpenSSL
1254
1255         * src/compose.c
1256                 rearrange the compose menu
1257
1258 2004-10-08 [christoph]  0.9.12cvs123
1259
1260         * src/Makefile.am
1261         * src/account.c
1262         * src/compose.[ch]
1263         * src/crash.c
1264         * src/main.c
1265         * src/mimeview.c
1266         * src/passphrase.[ch]                           ** REMOVE **
1267         * src/prefs_account.[ch]
1268         * src/prefs_common.[ch]
1269         * src/privacy.[ch]
1270         * src/procmime.[ch]
1271         * src/procmsg.c
1272         * src/rfc2015.[ch]                              ** REMOVE **
1273         * src/select-keys.[ch]                          ** REMOVE **
1274         * src/common/utils.[ch]
1275         * src/gtk/about.c
1276         * src/plugins/pgpmime/Makefile.am
1277         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1278         * src/plugins/pgpmime/pgpmime.c
1279         * src/plugins/pgpmime/plugin.c
1280         * src/plugins/pgpmime/prefs_gpg.[ch]
1281         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1282         * src/plugins/pgpmime/sgpgme.[ch]
1283                 o Add new MIME-Writer
1284                 o extend PrivacySystem with sign and encrypt functions
1285                 o extend PGP/MIME plugin with sign and encrypt functions
1286                 o integrate extended Privacy API in Compose and Sending process
1287
1288 2004-10-04 [colin]      0.9.12cvs122
1289
1290         * src/mainwindow.c
1291         * src/messageview.c
1292         * src/messageview.h
1293         * src/textview.c
1294                 Make forced encoding limited to messageview and
1295                 apply only to parts displayed using textview
1296
1297 2004-10-04 [colin]      0.9.12cvs121
1298
1299         * src/summaryview.c
1300                 Fix bug #605 (collapsed threads re-expand when moving or
1301                 deleting mails)
1302
1303 2004-10-03 [colin]      0.9.12cvs120
1304
1305         * src/summaryview.c
1306                 Fix bug #602
1307
1308 2004-10-02 [colin]      0.9.12cvs119
1309
1310         * src/mainwindow.c
1311         * src/messageview.c
1312         * src/prefs_common.h
1313         * src/procmime.c
1314         * src/procmime.h
1315         * src/textview.c
1316                 Clean up forced charset feature
1317                 Add forced decode
1318
1319 2004-10-01 [colin]      0.9.12cvs118
1320
1321         * src/mimeview.c
1322                 Better fix for Save all: skip multipart mails' first 
1323                 text part
1324
1325 2004-10-01 [colin]      0.9.12cvs117
1326
1327         * src/mimeview.c
1328                 Only save attachments in Save All
1329
1330 2004-10-01 [paul]       0.9.12cvs116
1331
1332         * ChangeLog
1333         * ChangeLog.jp
1334         * src/account.c
1335         * src/prefs_common.c
1336         * src/gtk/colorlabel.c
1337                 sync with main 0.9.12cvs17
1338
1339 2004-09-30 [colin]      0.9.12cvs115
1340
1341         * src/stock_pixmap.c
1342         * src/stock_pixmap.h
1343         * src/folderview.c
1344         * src/Makefile.am
1345         * src/pixmaps/read.xpm
1346                 Add icon for total # column
1347
1348 2004-09-29 [colin]      0.9.12cvs114
1349
1350         * src/compose.c
1351                 Don't close compose until message is sent if 
1352                 Show Send Dialog is Always
1353
1354 2004-09-29 [paul]       0.9.12cvs113
1355
1356         * src/quote_fmt_parse.y
1357                 In the quotation templates recognise sender's first and last 
1358                 names (%F %L) when the name is in the format "Duck, Donald".
1359                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1360
1361
1362 2004-09-28 [colin]      0.9.12cvs112
1363
1364         * src/mainwindow.c
1365                 Put back mnemonic
1366         * src/folderview.c
1367                 Fix Empty trash being visible-invisible-visible...
1368
1369 2004-09-28 [colin]      0.9.12cvs111
1370
1371         * src/mainwindow.c
1372                 Relabel Empty all Trash folders
1373
1374 2004-09-28 [colin]      0.9.12cvs110
1375
1376         * src/folderview.c
1377                 Add contextual Empty trash menu
1378         * src/mainwindow.c
1379                 Revert cvs109 which was useless
1380
1381 2004-09-28 [colin]      0.9.12cvs109
1382
1383         * src/mainwindow.c
1384                 Fix uninialized var
1385
1386 2004-09-28 [colin]      0.9.12cvs108
1387
1388         * src/addressbook.c
1389                 Fix triple-click
1390
1391 2004-09-28 [colin]      0.9.12cvs107
1392
1393         * src/addressbook.c
1394                 Fix double-click on entries
1395
1396 2004-09-28 [colin]      0.9.12cvs106
1397
1398         * src/inc.c
1399                 Reintroduce folder_item update freeze on incorporation
1400
1401 2004-09-27 [christoph]  0.9.12cvs105
1402
1403         * src/folderview.c
1404                 right-align new and unread column
1405
1406 2004-09-27 [paul]
1407
1408         * 0.9.12b released
1409
1410 2004-09-27 [paul]       0.9.12cvs104
1411
1412         * src/main.c
1413                 revert 0.9.12cvs101, it causes another segfault
1414
1415 2004-09-23 [christoph]  0.9.12cvs103
1416
1417         * src/plugins/spamassassin/libspamc.[ch]
1418         * src/plugins/spamassassin/utils.[ch]
1419                 update libspamc to SpamAssassin 3.0.0
1420
1421 2004-09-17 [paul]       0.9.12cvs102
1422
1423         * ChangeLog
1424         * ChangeLog.jp
1425         * src/inc.c
1426                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1427  
1428
1429 2004-09-17 [colin]      0.9.12cvs101
1430
1431         * src/main.c
1432                 Fix segfaults when quitting. valgrind says:
1433                         ==12144== Invalid read of size 4
1434                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1435                         [...]
1436                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1437                         [...]
1438                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1439
1440
1441 2004-09-13 [christoph]  0.9.12cvs100
1442
1443         * src/folder.c
1444                 add NULL pointer checks to fix segfault when messages can
1445                 not be fetched
1446
1447 2004-09-08 [colin]      0.9.12cvs99
1448
1449         * src/account.c
1450                 Remove a debug printf
1451
1452 2004-09-08 [christoph]  0.9.12cvs98
1453
1454         * src/procmsg.[ch]
1455                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1456                 if the message structure has been scanned
1457
1458         * src/folder.c
1459                 o scan structure when the mail is fetched for the first time
1460                   to prevent unnecessary fetching of messages while scanning
1461                   the folder for messages
1462                 o revert 0.9.12cvs24
1463
1464         * src/plugins/pgpmime/pgpmime.c
1465                 check signature if auto signature checking is enabled when the
1466                 signature status is requested for first time and not when
1467                 checking if a part has a signature
1468
1469 2004-09-07 [colin]      0.9.12cvs97
1470
1471         * src/inc.c
1472                 Change session error messages so that they
1473                 are a bit more helpful (the origin of the
1474                 error is not apparent if one isn't in 
1475                 front of Sylpheed when it happens).
1476
1477 2004-09-06 [colin]      0.9.12cvs96
1478
1479         * src/toolbar.c
1480                 Fix graying out Redirect in non english languages
1481                 Patch by Fabien Vantard
1482
1483 2004-09-06 [colin]      0.9.12cvs95
1484
1485         * src/summaryview.c
1486         * src/mimeview.c
1487                 Fix dropped URIs
1488
1489 2004-09-06 [colin]      0.9.12cvs94
1490
1491         * src/addressbook.c
1492         * src/addressitem.h
1493         * src/addritem.c
1494         * src/addritem.h
1495                 Add basic drag and drop to addressbook
1496
1497 2004-09-03 [colin]      0.9.12cvs93
1498
1499         * src/summaryview.c
1500                 Next/Prev unread message should start
1501                 from next/prev node (especially if 
1502                 mark_as_read_delay != 0)
1503
1504 2004-09-03 [colin]      0.9.12cvs92
1505
1506         * src/prefs_common.c
1507         * src/prefs_common.h
1508         * src/summaryview.c
1509                 Add an hidden 'mark_as_read_delay' pref 
1510
1511 2004-09-02 [colin]      0.9.12cvs91
1512
1513         * src/gtk/menu.c
1514                 Add unduplicated menu entries (fixes bug 532)
1515                 Patch by Fabien Vantard
1516
1517 2004-09-02 [colin]      0.9.12cvs90
1518
1519         * src/account.c
1520                 Fix bug 582 (broken auto account selection)
1521
1522 2004-09-02 [colin]      0.9.12cvs89
1523
1524         * src/addrindex.c
1525                 Free deleted queries too
1526
1527 2004-09-02 [colin]      0.9.12cvs88
1528
1529         * src/ldapquery.c
1530                 Fix freezes in LDAP, due to memory corruption
1531                 after deletion of a query (and not removing it
1532                 from the corresponding list of queries).
1533                 Very probably fixes bug 567 and bug 569
1534
1535 2004-09-02 [colin]      0.9.12cvs87
1536
1537         * src/prefs_spelling.c
1538                 Fix bug with aspell prefs init, where spell checking
1539                 is enabled at first but dictionary not specified. Use
1540                 LANG's dictionary by default.
1541
1542 2004-09-01 [colin]      0.9.12cvs86
1543
1544         * src/filtering.c
1545         * src/imap.c
1546         * src/prefs_matcher.c
1547         * src/stock_pixmap.c
1548                 Fix more nasty uninitialized variables
1549
1550 2004-08-31 [colin]      0.9.12cvs85
1551
1552         * src/folder.c
1553                 Fix memory corruption when entering procmsg_msginfo_free()
1554                 with unitialized msginfo. Thanks Valgrind.
1555
1556 2004-08-29 [colin]      0.9.12cvs84
1557
1558         * src/mimeview.c
1559                 Don't escape filenames before saving - that's 
1560                 not dangerous. By the way, fix the leak.
1561
1562 2004-08-27 [paul]       0.9.12cvs83
1563
1564         * src/mh.c
1565         * src/procheader.c
1566         * src/procmsg.c
1567         * src/procmsg.h
1568         * src/common/utils.c
1569         * src/gtk/menu.h
1570                 sync with main 0.9.12cvs6, see ChangeLog
1571                 2004-08-24, 2004-08-25, 2004-08-26
1572
1573
1574 2004-08-26 [paul]
1575
1576         * po/ja.po
1577                 updated by Rui Hirokawa
1578
1579 2004-08-25 [colin]      0.9.12cvs82
1580
1581         * src/plugins/pgpmime/pgpmime.c
1582                 Fix leak on non-combined encrypted messages
1583
1584 2004-08-25 [colin]      0.9.12cvs81
1585
1586         * src/plugins/pgpmime/pgpmime.c
1587         * src/plugins/pgpmime/sgpgme.c
1588         * src/plugins/pgpmime/sgpgme.h
1589                 Handle combined encryption/signature
1590
1591 2004-08-24 [colin]      0.9.12cvs80
1592
1593         * src/folder.c
1594                 Set mime flags on non multipart messages too
1595
1596 2004-08-23 [christoph]  0.9.12cvs79
1597
1598         * src/compose.c
1599                 create message header in memory as GString before writing it
1600                 to the message file
1601
1602 2004-08-23 [colin]      0.9.12cvs78
1603
1604         * src/rfc2015.c
1605         * src/rfc2015.h
1606         * src/compose.c
1607                 Fix (again) bug 197: inline encryption broken
1608
1609 2004-08-23 [paul]
1610
1611         * po/zh_CN.po
1612                 updated by Hansom Young
1613
1614 2004-08-23 [paul]
1615
1616         * 0.9.12a released
1617
1618 2004-08-23 [colin]      0.9.12cvs77
1619
1620         * src/imap.c
1621                 Try and fix bug 577 (session->last_access_time is broken since 
1622                 sync with main 0.9.12cvs2). 
1623                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1624
1625 2004-08-23 [paul]
1626
1627         * po/es.po
1628         * po/fr.po
1629         * po/pl.po
1630         * po/pt_BR.po
1631         * po/sk.po
1632         * po/sr.po
1633                 update translations. submitted by Ricardo
1634                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1635                 Frederico Goncalves Guimaraes, Andrej Kacian,
1636                 Urke MMI
1637
1638 2004-08-22 [paul]       0.9.12cvs76
1639
1640         * src/plugins/trayicon/trayicon.c
1641                 fix formatting bug in trayicon_popup_menu_entries[]
1642
1643
1644 2004-08-22 [paul]       0.9.12cvs75
1645
1646         * m4/Makefile.am
1647                 remove reference to openssl.m4
1648
1649
1650 2004-08-21 [colin]      0.9.12cvs74
1651
1652         * src/compose.c
1653                 Fix bug 576 (Duplicate auto-bcc on reedit)
1654
1655 2004-08-21 [colin]      0.9.12cvs73
1656
1657         * src/toolbar.c
1658                 Grey out Redirect in the toolbar when selection is
1659                 multiple. Fixes bug 520
1660
1661 2004-08-21 [colin]      0.9.12cvs72
1662
1663         * src/compose.c
1664                 Save Sign, Encrypt and Mode status when drafting or queuing
1665                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1666                 state)
1667
1668 2004-08-21 [colin]      0.9.12cvs71
1669
1670         * src/summaryview.c
1671                 Fix bug 494 (Messages are always opened in summary 
1672                 view when right clicked.) Also fixes bug 508.
1673
1674 2004-08-21 [colin]      0.9.12cvs70
1675
1676         * src/compose.c
1677                 When using inline encryption, don't use QP or Base64:
1678                 the mail will be encrypted to a 7bit string.
1679                 Fixes bug 197
1680
1681 2004-08-21 [colin]      0.9.12cvs69
1682
1683         * src/compose.c
1684                 Fix inline-signing with 8bit chars: data must be 
1685                 converted to Quoted-printable before signing.
1686
1687 2004-08-21 [colin]      0.9.12cvs68
1688
1689         * src/compose.c
1690                 Remove 'Message/Save to draft folder'
1691                 and 'Message/Save and keep editing' to 
1692                 put a single 'File/Save' command.
1693                 Fixes bug 224
1694
1695 2004-08-21 [colin]      0.9.12cvs67
1696
1697         * src/mainwindow.c
1698                 Fix bug 222 (Summary view state not retained between sessions)
1699
1700 2004-08-20 [colin]      0.9.12cvs66
1701
1702         * src/codeconv.c
1703                 Fix bug 574 (empty cur_locale is not enough)
1704
1705 2004-08-20 [paul]
1706
1707         * src/plugins/pgpmime/plugin.c
1708                 modify PGP/MIME plugin's description
1709
1710 2004-08-16 [colin]      0.9.12cvs65
1711
1712         * src/common/ssl.c
1713                 Fix version comparison
1714
1715 2004-08-16 [colin]      0.9.12cvs64
1716
1717         * src/common/ssl.c
1718                 I meant 2.2.
1719
1720 2004-08-16 [colin]      0.9.12cvs63
1721
1722         * src/common/ssl.c
1723                 People with glibc 2.1 have had problems with non-blocking
1724                 SSL_connect. Disable it for glibc < 2.2.
1725
1726 2004-08-16 [colin]      0.9.12cvs62
1727
1728         * src/common/ssl.c
1729                 Fix format error
1730
1731 2004-08-13 [colin]      0.9.12cvs61
1732
1733         * src/plugins/pgpmime/plugin.c
1734                 Add plugin's description
1735
1736 2004-08-12 [christoph]  0.9.12cvs60
1737
1738         * src/folderutils.c
1739                 fix bug that did not thaw folder updates when deleting
1740                 duplicates in empty folders
1741
1742 2004-08-12 [colin]      0.9.12cvs59
1743
1744         * src/plugins/trayicon/trayicon.c
1745                 Add a context menu with most common operations
1746
1747 2004-08-12 [colin]      0.9.12cvs58
1748
1749         * configure.ac
1750         * sylpheed.desktop
1751         * src/Makefile.am
1752         * src/main.c
1753                 Add support for Freedesktop.org's startup notification
1754
1755 2004-08-10 [colin]      0.9.12cvs57
1756
1757         * src/main.c
1758         * src/common/socket.c
1759         * src/common/ssl.c
1760         * src/common/sylpheed.c
1761         * src/common/sylpheed.h
1762                 Put back the ssl connect nonblocking...
1763                 without the race condition
1764
1765 2004-08-09 [colin]      0.9.12cvs56
1766
1767         * src/main.c
1768         * src/common/ssl.c
1769         * src/common/sylpheed.c
1770         * src/common/sylpheed.h
1771                 Reverting previous commit, doesn't work 
1772
1773 2004-08-09 [colin]      0.9.12cvs55
1774
1775         * src/main.c
1776         * src/common/ssl.c
1777         * src/common/sylpheed.c
1778         * src/common/sylpheed.h
1779                 Make SSL_connect nonblocking, using a thread
1780
1781 2004-08-09 [paul]       0.9.12cvs54
1782
1783         * po/POTFILES.in
1784                 reflect new location of sgpgme.c
1785         * src/main.c
1786                 sync with main, see ChangeLog 2004-08-09
1787
1788 2004-08-08 [christoph]  0.9.12cvs53
1789
1790         * src/folderutils.c
1791                 freeze FolderItem updates while deleting duplicate messages
1792
1793 2004-08-08 [christoph]  0.9.12cvs52
1794
1795         * configure.ac
1796         * src/Makefile.am
1797         * src/main.c
1798         * src/pgpmime.c
1799         * src/pgpmime.h
1800         * src/sgpgme.c
1801         * src/sgpgme.h
1802         * src/plugins/Makefile.am
1803         * src/plugins/pgpmime/.cvsignore
1804         * src/plugins/pgpmime/Makefile.am
1805         * src/plugins/pgpmime/pgpmime.c
1806         * src/plugins/pgpmime/pgpmime.h
1807         * src/plugins/pgpmime/plugin.c
1808         * src/plugins/pgpmime/sgpgme.c
1809         * src/plugins/pgpmime/sgpgme.h
1810                 new plugin for PGP/MIME
1811
1812 2004-08-07 [christoph]  0.9.12cvs51
1813
1814         * src/folder.c
1815                 disable immediate folder change notification on opened folders
1816                 until SummaryView can handle it quickly
1817
1818 2004-08-07 [colin]      0.9.12cvs50
1819
1820         * src/pop.c
1821         * src/common/partial_download.c
1822                 fix warnings
1823
1824 2004-08-07 [colin]      0.9.12cvs49
1825
1826         * src/Makefile.am
1827         * src/account.c
1828         * src/addressbook.c
1829         * src/alertpanel.c
1830         * src/alertpanel.h
1831         * src/compose.c
1832         * src/exphtmldlg.c
1833         * src/expldifdlg.c
1834         * src/main.c
1835         * src/message_search.c
1836         * src/messageview.c
1837         * src/pop.c
1838         * src/sgpgme.c
1839         * src/summary_search.c
1840         * src/summaryview.c
1841         * src/textview.c
1842         * src/gtk/sslcertwindow.c
1843         * src/pixmaps/stock_dialog-error.xpm
1844         * src/pixmaps/stock_dialog-info.xpm
1845         * src/pixmaps/stock_dialog-question.xpm
1846         * src/pixmaps/stock_dialog-warning.xpm
1847                 sync new alertpanel from gtk2
1848
1849 2004-08-07 [colin]      0.9.12cvs48
1850
1851         * src/prefs_folder_item.c
1852                 fix memory corruption in folderitem's prefs
1853
1854 2004-08-06 [colin]      0.9.12cvs47
1855
1856         * src/compose.c
1857                 close compose window after queuing, before 
1858                 sending when user presses Send
1859
1860 2004-08-05 [christoph]  0.9.12cvs46
1861
1862         * src/msgcache.c
1863         * src/common/defs.h
1864                 add charset to cache file and convert charset when reading the
1865                 cache if different from internal used charset
1866
1867 2004-08-05 [christoph]  0.9.12cvs45
1868
1869         * src/messageview.c
1870         * src/mimeview.[ch]
1871         * src/procmime.h
1872         * src/common/utils.h
1873                 cleanup (remove unused includes/reorganize)
1874
1875         * src/prefs_ext_prog.c
1876         * src/prefs_folder_item.c
1877         * src/prefs_fonts.c
1878         * src/prefs_msg_colors.c
1879         * src/prefs_spelling.c
1880         * src/prefs_themes.c
1881         * src/prefs_toolbar.c
1882         * src/prefs_wrapping.c
1883         * src/gtk/prefswindow.[ch]
1884         * src/plugins/clamav/clamav_plugin_gtk.c
1885         * src/plugins/dillo_viewer/dillo_prefs.c
1886         * src/plugins/image_viewer/viewerprefs.c
1887         * src/plugins/spamassassin/spamassassin_gtk.c
1888                 change PrefsPage path into an array of strings and don't
1889                 split a single string into parts (better for translation)
1890
1891 2004-08-05 [christoph]  0.9.12cvs44
1892
1893         * src/folder.c
1894                 fix FolderItem's message counts after rebuilding a cache
1895
1896 2004-08-05 [paul]       0.9.12cvs43
1897
1898         * ChangeLog
1899         * ChangeLog.jp
1900         * src/imap.c
1901         * src/news.c
1902         * src/common/nntp.c
1903         * src/common/session.c
1904         * src/common/session.h
1905         * src/common/socket.c
1906                 sync with main 0.9.12cvs2
1907                 see ChangeLog 2004-08-04
1908
1909 2004-08-04 [christoph]  0.9.12cvs42
1910
1911         * configure.ac
1912                 add missing AC_DEFINE(USE_OPENSSL, ...)
1913         * src/folder.c
1914                 use new xml_node_new() function
1915
1916 2004-08-03 [christoph]  0.9.12cvs41
1917
1918         * src/folder.c
1919         * src/localfolder.c
1920         * src/common/xml.[ch]
1921                 sync with main 0.9.12cvs1
1922                 see ChangeLog 2004-07-23
1923
1924 2004-08-03 [christoph]
1925
1926         * configure.ac
1927         * m4/openssl.m4                 ** REMOVE **
1928                 use pkg-config to get OpenSSL CFLAGS and LIBS
1929                 (OpenSSL 0.9.7 is required now)
1930
1931 2004-08-02 [paul]       0.9.12cvs40
1932
1933         * AUTHORS
1934                 update translation team section
1935         * po/pt_BR.po
1936                 updated by Frederico Goncalves Guimaraes
1937                 <fggdebian@yahoo.com.br>
1938
1939 2004-07-29 [colin]      0.9.12cvs39
1940
1941         * src/messageview.c
1942                 Inform the user when a partially 
1943                 downloaded mail isn't on the server
1944                 anymore (due to Mark for deletion)
1945
1946 2004-07-29 [colin]      0.9.12cvs38
1947
1948         * src/messageview.c
1949                 Hide noticeview if necessary
1950
1951 2004-07-27 [colin]      0.9.12cvs37
1952
1953         * src/msgcache.c
1954                 More fixes (i overlook a bit, thanks
1955                 Christoph for spotting it)
1956
1957 2004-07-27 [colin]      0.9.12cvs36
1958
1959         * src/msgcache.c
1960                 Fix wrong test 
1961
1962 2004-07-26 [colin]      0.9.12cvs35
1963
1964         * src/pop.c
1965                 Fix uidl-file parsing when not in new
1966                 format
1967
1968 2004-07-19 [colin]      0.9.12cvs34
1969
1970         * src/compose.c
1971                 Save attachment status when drafting
1972
1973 2004-07-19 [colin]      0.9.12cvs33
1974
1975         * src/folder.h
1976         * src/folderview.c
1977         * src/summaryview.c
1978                 Reverse 0.9.12cvs29 to 31 (folder icon update
1979                 when quicksearch is active)
1980
1981 2004-07-18 [colin]      0.9.12cvs32
1982
1983         * src/pop.c
1984                 Fix partial download bug with "Download all
1985                 messages" option
1986
1987 2004-07-18 [colin]      0.9.12cvs31
1988
1989         * src/folderview.c
1990                 Fix crash
1991
1992 2004-07-17 [colin]      0.9.12cvs30
1993
1994         * src/summaryview.c
1995                 Same, when sticky search is off
1996
1997 2004-07-17 [colin]      0.9.12cvs29
1998
1999         * src/folder.h
2000         * src/folderview.c
2001         * src/summaryview.c
2002                 Update FolderItem icon whenever its summaryview is 
2003                 filtered
2004
2005 2004-07-16 [christoph]  0.9.12cvs28
2006
2007         * src/mimeview.c
2008                 make doubleclick work again
2009
2010 2004-07-16 [christoph]  0.9.12cvs27
2011
2012         * src/mimeview.c
2013                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2014
2015 2004-07-16 [paul]       0.9.12cvs26
2016         
2017         * src/gtk/quicksearch.c
2018         * src/compose.c
2019         * src/customheader.c
2020         * src/messageview.c
2021         * src/news.c
2022         * src/prefs_account.c
2023         * src/prefs_display_header.c
2024         * src/procheader.c
2025                 replace "Message-Id" with "Message-ID"
2026
2027 2004-07-16 [paul]       0.9.12cvs25
2028
2029         * ChangeLog
2030         * ChangeLog.jp
2031         * src/account.c
2032         * src/account.h
2033         * src/folder_item_prefs.c
2034         * src/main.c
2035         * src/pop.c
2036         * src/pop.h
2037         * src/prefs_account.c
2038         * src/prefs_account.h
2039         * src/prefs_common.c
2040         * src/prefs_common.h
2041         * src/prefs_gtk.c
2042         * src/prefs_gtk.h
2043                 sync with main 0.9.12cvs1
2044
2045 2004-07-15 [colin]      0.9.12cvs24
2046
2047         * src/folder.c
2048                 Disable GPG signature check during
2049                 folder move and scan 
2050         (Closes Bug 521 Signature checking slows down Folder-Move)
2051
2052 2004-07-14 [christoph]  0.9.12cvs23
2053
2054         * src/pgpmime.c
2055                 add missing fclose. Patch by Thomas Gilgin.
2056
2057         * src/procmime.c
2058                 add checks if fopen really worked
2059
2060 2004-07-14 [colin]      0.9.12cvs22
2061
2062         * src/pop.c
2063         * src/common/partial_download.c
2064                 Update includes
2065
2066 2004-07-14 [colin]      0.9.12cvs21
2067
2068         * src/folder.c
2069         * src/inc.c
2070         * src/matcher.c
2071         * src/matcher.h
2072         * src/matcher_parser_parse.y
2073         * src/messageview.c
2074         * src/msgcache.c
2075         * src/noticeview.c
2076         * src/noticeview.h
2077         * src/pop.c
2078         * src/pop.h
2079         * src/prefs_matcher.c
2080         * src/procheader.c
2081         * src/procmsg.c
2082         * src/procmsg.h
2083         * src/summaryview.c
2084         * src/common/Makefile.am
2085         * src/common/defs.h
2086         * src/gtk/quicksearch.c
2087         * src/common/partial_download.c ** NEW FILES **
2088         * src/common/partial_download.h ** NEW FILES **
2089                 Partial downloading of pop3 mails
2090
2091 2004-07-13 [christoph]  0.9.12cvs20
2092
2093         * src/mimeview.c
2094                 use "button_release_event" instead of "button_press_event",
2095                 because executing event callbacks while the button is still
2096                 pressed is not good and causes problems
2097
2098 2004-07-12 [colin]      0.9.12cvs19
2099
2100         * src/gtk/quicksearch.c
2101                 Fix a missing status update in quicksearch
2102
2103 2004-07-08 [colin]      0.9.12cvs18
2104
2105         * src/common/smtp.h
2106                 Fix guint vs gint bug
2107
2108 2004-07-08 [colin]      0.9.12cvs17
2109
2110         * src/common/smtp.c
2111                 use to_human_readable() for sizes
2112
2113 2004-07-08 [paul]       0.9.12cvs16
2114
2115         * src/inc.c [1.174]
2116                 fix occasional non-clearance of the statusbar
2117                 (close Bug 531 'SA plugin: status bar does not 
2118                  get cleared in OFFLINE mode')
2119
2120 2004-07-07 [colin]      0.9.12cvs15
2121
2122         * src/prefs_common.c [1.225]
2123         * src/prefs_common.h [1.112]
2124                 Add a hidden summary_quicksearch_sticky preference,
2125                 to allow the quicksearch bar to reset across folders
2126         * src/summaryview.c [1.437]
2127                 Use this preference
2128         * src/gtk/quicksearch.c [1.5]
2129         * src/gtk/quicksearch.h [1.3]
2130                 Add this preference, fix focus when hitting Enter,
2131                 add handling of Esc key to reset
2132
2133 2004-07-06 [colin]      0.9.12cvs14
2134
2135         * src/gtk/quicksearch.c [1.4]
2136                 Add Clear button
2137
2138 2004-07-06 [christoph]  0.9.12cvs13
2139
2140         * src/toolbar.c
2141                 enable next unread button in empty folders if next folder
2142                 dialog is not disabled
2143
2144         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2145          folders)
2146
2147 2004-07-06 [colin]      0.9.12cvs12
2148
2149         * src/common/smtp.c [1.16]
2150                 Display maximum message size in the log
2151
2152 2004-07-06 [paul]       0.9.12cvs11
2153
2154         * src/toolbar.c
2155                 fix typo. (spotted by Fabien Vantard)
2156
2157 2004-07-06 [paul]       0.9.12cvs10
2158
2159         * src/main.c
2160                 terminate cleanly on SIGHUP. Patch submitted by
2161                 Thomas Gilgin <thg@karate-muellheim.de>
2162
2163 2004-07-05 [christoph]  0.9.12cvs9
2164
2165         * src/inc.c
2166                 better replacing of %d in new mail notification command
2167
2168 2004-07-05 [colin]      0.9.12cvs8
2169
2170         * src/common/smtp.[ch]
2171                 Take SIZE (returned by EHLO) into account, and
2172                 avoid sending too big messages
2173
2174 2004-07-04 [paul]       0.9.12cvs7
2175
2176         * src/account.c
2177                 fix auto-account selection on imap/news
2178
2179 2004-07-01 [paul]       0.9.12cvs6
2180
2181         * src/gtk/quicksearch.c
2182                 reveal hidden string in gui
2183                 
2184         * src/compose.c
2185                 fix updating of gpg signing setting on 
2186                 switching accounts
2187
2188 2004-06-30 [darko]      0.9.12cvs5
2189
2190         * src/common/utils.c
2191                 remove expand_search_string()
2192         * src/gtk/quicksearch.c
2193                 remove no longer needed for loop (thanks Christoph)
2194                 add expand_search_string()
2195
2196 2004-06-30 [darko]      0.9.12cvs4
2197
2198         * src/common/utils.c
2199                 allow all filtering expressions in quicksearch
2200
2201         (Closes Bug 519 filtering expr. in quicksearch)
2202
2203 2004-06-30 [christoph]  0.9.12cvs3
2204
2205         * configure.ac
2206                 better 'localedir'
2207
2208         * src/common/intl.h
2209                 allow plugins to define TEXTDOMAIN for the _(...) macro
2210
2211 2004-06-30 [paul]       0.9.12cvs2
2212
2213         * po/POTFILES.in
2214           src/Makefile.am
2215           src/main.c
2216           src/prefs_common.c
2217           src/prefs_msg_colors.[ch]     ** NEW FILES **
2218                 move message colouring options to
2219                 '/Other Preferences/Message View/Colors'
2220
2221 2004-06-30 [paul]       0.9.12cvs1
2222
2223         * po/POTFILES.in
2224           src/Makefile.am
2225           src/main.c
2226           src/prefs_common.c
2227           src/prefs_wrapping.[ch]       ** NEW FILES **
2228                 move message wrapping options to
2229                 /'Other Preferences/Compose/Message Wrapping'
2230
2231 2004-06-28 [paul]       0.9.12
2232
2233         * Sylpheed-Claws 0.9.12 released
2234
2235         * po/es.po
2236           po/fr.po
2237           po/sk.po
2238                 updated by Ricardo Mones Lastra, Fabien Vantard,
2239                 Andrej Kacian
2240
2241 2004-06-27 [paul]       0.9.11cvs19
2242
2243         * src/common/ssl.c
2244                 re-enable certificate check
2245
2246 2004-06-25 [christoph]  0.9.11cvs18
2247
2248         * src/procmsg.h
2249                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2250
2251 2004-06-25 [paul]       0.9.11cvs17
2252
2253         * sync with main 0.9.12cvs1
2254                 see ChangeLog 2004-06-23
2255                 
2256         * src/gtk/menu.c
2257                 remove unused menu_toggle_toggle()
2258
2259 2004-06-23 [christoph]  0.9.11cvs16
2260
2261         * src/folder.c
2262         * src/procheader.c
2263         * src/procmsg.h
2264         * src/summaryview.c
2265                 scan the mime structure of multipart mails for correct
2266                 attachment, encryped and signed (with privacy API) part
2267                 detection
2268
2269         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2270
2271 2004-06-22 [paul]
2272
2273         * po/ru.po
2274                 updated by Pavlo Bohmat
2275
2276 2004-06-20 [christoph]  0.9.11cvs15
2277
2278         * src/inc.c
2279         * src/pop.[ch]
2280                 disconnect after authentication when doing POP before SMTP
2281
2282         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2283
2284 2004-06-19 [christoph]  0.9.11cvs14
2285
2286         * src/folder.c
2287                 fix FolderItem name update
2288
2289         (Closes Bug 511 Folder-Renaming not reflected immediately)
2290
2291 2004-06-17 [paul]       0.9.11cvs13
2292         
2293         * sync with main 0.9.12 release
2294           src/session.c
2295                 session_set_timeout(): fixed a bug that didn't
2296                 reset timeout_tag when interval is 0.
2297
2298 2004-06-16 [christoph]  0.9.11cvs12
2299
2300         * src/textview.c
2301                 correctly clear the URL in the status bar
2302
2303 2004-06-15 [christoph]  0.9.11cvs11
2304
2305         * src/summaryview.c
2306                 add missing gtk_widget_show()
2307
2308 2004-06-11 [christoph]  0.9.11cvs10
2309
2310         * src/plugins/spamassassin/spamassassin.c
2311                 correctly check waitpid return code
2312
2313         (Closes Bug 396 Zombie process when spamassassin is called)
2314
2315 2004-06-10 [christoph]  0.9.11cvs9
2316
2317         * src/mainwindow.c
2318         * src/summaryview.[ch]
2319         * src/gtk/Makefile.am
2320         * src/gtk/quicksearch.c                         ** NEW **
2321                 separate quick search from summaryview
2322
2323 2004-06-09 [christoph]  0.9.11cvs8
2324
2325         * src/inc.c
2326                 remove unused code
2327
2328         * src/textview.c
2329                 get folder for compose default account from MsgInfo and not
2330                 from SummaryView
2331
2332 2004-06-09 [christoph]  0.9.11cvs7
2333
2334         * src/folder.[ch]
2335                 add information about added or removed messages to
2336                 FOLDER_ITEM_UPDATE hook
2337
2338         * src/imap_gtk.c
2339         * src/mh_gtk.c
2340                 scan folder when removing a folder failed instead of
2341                 updating the summaryview
2342
2343 2004-06-08 [paul]       0.9.11cvs6
2344
2345         * sync with main 0.9.11cvs2
2346                 see ChangeLog 2004-06-08
2347
2348 2004-06-07 [christoph]  0.9.11cvs5
2349
2350         * configure.ac
2351         * src/common/Makefile.am
2352                 detect library providing 'encrypt' function
2353
2354 2004-06-07 [paul]       0.9.11cvs4
2355
2356         * src/inc.c
2357                 sync with main, 'code cleanup'
2358                 
2359         * tools/nautilus2sylpheed.sh
2360                 fix whitespace limitation. patch submitted by
2361                 Stephan Sachse <white@teg-clan.de>
2362
2363 2004-06-04 [christoph]  0.9.11cvs3
2364
2365         * src/account.c
2366         * src/action.[ch]
2367         * src/addressbook.c
2368         * src/addrindex.h
2369         * src/folder.h
2370         * src/folder_item_prefs.c
2371         * src/inc.c
2372         * src/main.c
2373         * src/messageview.c
2374         * src/mh_gtk.c
2375         * src/prefs_themes.c
2376         * src/procmime.c
2377         * src/quote_fmt.h
2378         * src/stock_pixmap.c
2379         * src/toolbar.c
2380                 fix compiler warnings
2381
2382 2004-06-03 [paul]       0.9.11cvs2
2383
2384         * src/msgcache.c
2385                 sync with main 0.9.11cvs1: "changed gint32 to
2386                 guint32 for some platforms"
2387
2388 2004-06-02 [christoph]  0.9.11cvs1
2389
2390         * src/common/ssl.c
2391                 fix SSL_CTX variable name for older OpenSSL versions
2392
2393         (Closes Bug 503 fix compilation with older OpenSSL)
2394
2395 2004-05-31 [paul]       0.9.11claws
2396
2397         * 0.9.11claws released
2398
2399 2004-05-31 [paul]       0.9.10claws72
2400
2401         * po/es.po
2402           po/it.po
2403           po/ja.po
2404           po/pl.po
2405           po/sk.po
2406           po/sr.po
2407           po/zh_CN.po
2408                 update translations, submitted by Ricardo Mones Lastra,
2409                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2410                 Urke MMI, and Hansom Young
2411
2412 2004-05-25 [luke]       0.9.10claws71
2413
2414         * AUTHORS
2415         * src/mimeview.c
2416         * src/stockpixmap.[ch]
2417         * src/Makefile.am
2418         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2419         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2420         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2421         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2422         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2423
2424                 o Added privacy emblems from Jesper Shultz 
2425                   <jesper@schultz-net.dk>
2426                 o Overlay emblems onto mimeview icons to indicate
2427                   status of signature and if a message is encrypted
2428         
2429         * src/textview.c
2430                 remove unused color definitions (were used to 
2431                 indicate sig status)
2432
2433 2004-05-25 [paul]       0.9.10claws70
2434
2435         * AUTHORS
2436           tools/Makefile.am
2437           tools/README
2438           tools/nautilus2sylpheed.sh            ** NEW FILE **
2439                 add script to enable sending files from
2440                 nautilus.
2441                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2442                 
2443         * tools/launch_firebird                 ** REMOVED **
2444                 removed as the standard "firefox '%s'" now functions
2445                 correctly
2446
2447 2004-05-23 [paul]       0.9.10claws69
2448
2449         * src/compose.c
2450                 fix %X cursor point segfault
2451                 patch by Christoph
2452
2453 2004-05-23 [christoph]  0.9.10claws68
2454
2455         * src/folder.c
2456                 fix folder moving
2457
2458 2004-05-21 [paul]       0.9.10claws67
2459
2460         * sync with 0.9.10cvs17
2461                 see ChangeLog 2004-05-21
2462
2463 2004-05-20 [paul]       0.9.10claws66
2464
2465         * sync with 0.9.10cvs16
2466                 see ChangeLog 2004-05-19 and 2004-05-20
2467
2468 2004-05-19 [alfons]     0.9.10claws65
2469
2470         * src/summaryview.h
2471                 on some platforms regoff_t is defined as off_t, so 
2472                 pull in sys/types.h
2473
2474 2004-05-19 [paul]       0.9.10claws64
2475
2476         * sync with 0.9.10cvs13
2477                 see ChangeLog 2004-05-18
2478
2479 2004-05-17 [christoph]  0.9.10claws63
2480
2481         * src/folder.c
2482                 search all folders when searching for default folders and
2483                 not return the special folder of the first folder
2484
2485 2004-05-13 [alfons]     0.9.10claws62
2486
2487         * src/summaryview.c
2488                 add a better check to see if a message is a news message
2489                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2490
2491 2004-05-13 [paul]       0.9.10claws61
2492
2493         * src/msgcache.c
2494                 sync with 0.9.10cvs12
2495                 see ChangeLog 2004-05-12
2496
2497 2004-05-12 [alfons]     0.9.10claws60
2498
2499         * src/folderview.c
2500                 release lock in case of folder could not be opened 
2501
2502 2004-05-11 [christoph]  0.9.10claws59
2503
2504         * src/inc.[ch]
2505                 remove unused folderview update stuff from inc.[ch]
2506
2507 2004-05-11 [paul]       0.9.10claws58
2508
2509         * sync with 0.9.10cvs11
2510                 see ChangeLog 2004-05-10 and 2004-05-11
2511
2512 2004-05-09 [christoph]  0.9.10claws57
2513
2514         * src/folderview.c
2515                 check for folder class functions and not folder type to detect
2516                 valid drag targets
2517
2518 2004-05-08 [christoph]  0.9.10claws56
2519
2520         * src/sgpgme.c
2521                 fix date output for signature expire times
2522
2523         (Patch by Edgar Toernig <froese@gmx.de>)
2524
2525 2004-05-06 [christoph]  0.9.10claws55
2526
2527         * src/gtk/prefswindow.c
2528                 change window type to DIALOG
2529
2530         * src/folder.[ch]
2531         * src/folderview.c
2532         * src/news_gtk.c
2533                 o add folder_remove()
2534                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2535                 o add new "sort" field to Folder, no longer sort folders by type
2536                   higher sort values will be first in the folder list, new folders get 0
2537                   and will be added to the end
2538
2539         * src/mainwindow.c
2540         * src/gtk/Makefile.am
2541         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2542                 add dialog to allow users to change the folder order
2543
2544 2004-05-04 [paul]       0.9.10claws54
2545
2546         * src/inc.c
2547                 Display account_name in statusbar when retrieving
2548                 messages from a pop account
2549         * src/prefs_account.c
2550                 display account name in title of prefs_account
2551                 window
2552         * src/prefs_folder_item.c
2553                 display folder name in title of prefs_folder window
2554
2555         all 3 patches submitted by Fabien Vantard
2556
2557         * AUTHORS
2558                 add Fabien Vantard
2559
2560 2004-05-04 [paul]       0.9.10claws53
2561
2562         * src/prefs_actions.c
2563           src/prefs_template.c
2564                 'Esc' Key exits alertpanel
2565                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2566
2567 2004-04-26 [christoph]  0.9.10claws52
2568
2569         * src/gtk/about.c
2570         * src/gtk/colorsel.c
2571         * src/gtk/description_window.c
2572         * src/gtk/filesel.c
2573         * src/gtk/gtkaspell.c
2574         * src/gtk/inputdialog.c
2575         * src/gtk/pluginwindow.c
2576         * src/gtk/progressdialog.c
2577                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2578                   it does not work correctly with xinerama
2579                 o lock incorporation while the plugin window is open
2580
2581 2004-04-23 [paul]       0.9.10claws51
2582
2583         * po/POTFILES.in
2584                 update location of inputdialog.c
2585                 
2586         * src/gtk/about.c
2587                 update Copyright string
2588                 
2589         * src/msgcache.c
2590           src/prefs_common.c
2591           src/prefs_themes.c
2592                 improve the english a little
2593
2594 2004-04-22 [christoph]  0.9.10claws50
2595
2596         * src/folderutils.[ch]
2597                 add folderutils_mark_all_read()
2598
2599         * src/folderview.c
2600                 readd "mark all read" from popup menu, now works
2601                 in all folders and not only the opened folder
2602
2603 2004-04-21 [christoph]  0.9.10claws49
2604
2605         * src/Makefile.am
2606         * src/inputdialog.[ch]                  ** REMOVED **
2607         * src/gtk/Makefile.am
2608         * src/gtk/inputdialog.[ch]              ** NEW **
2609                 move inputdialog.[ch] into gtk directory
2610
2611         * src/mh_gtk.c
2612                 remove check for missing IMAP folder account
2613
2614 2004-04-20 [christoph]  0.9.10claws48
2615
2616         * src/mainwindow.c
2617         * src/foldersel.c
2618                 remove new/rename/delete folder GUI functions because
2619                 they are always active, even for news folders, and can
2620                 not be easily made folder class dependent
2621
2622         * src/gtk/menu.[ch]
2623                 make menu_translate() public
2624
2625         * src/Makefile.am
2626         * src/folder.[ch]
2627         * src/folderview.[ch]
2628         * src/imap_gtk.[ch]                     ** NEW **
2629         * src/main.c
2630         * src/mh_gtk.[ch]                       ** NEW **
2631         * src/news_gtk.[ch]                     ** NEW **
2632                 o dynamically build FolderView popup menus from a folder
2633                   specific part, with callbacks to seperated code, and
2634                   a common part
2635                 o remove the folder class specifiy code from folderview.c
2636
2637 2004-04-15 [luke]       0.9.10claws47
2638
2639         * src/prefs_folder_item.c
2640                 o remove buttons for applying 'scan for new mail'
2641                   and 'process at startup' to sub folders
2642                 o add 'apply to sub folder' check buttons for all
2643                   properties and set folder prefs accordingly
2644                 o replace multiple gtk_widget_show() with one
2645                   gtk_widget_show_all() on container
2646
2647 2004-04-14 [darko]      0.9.10claws46
2648
2649         * src/gtk/Makefile.am
2650         * src/gtk/pluginwindow.c
2651                 load plugins from to $(prefix)/lib/sylpheed/plugins
2652                 in file selection dialog
2653         * src/plugins/clamav/clamav_plugin.c
2654                 const correctness
2655
2656 2004-04-14 [christoph]  0.9.10claws45
2657
2658         * src/folder.c
2659         * src/plugins/image_viewer/viewer.c
2660                 fix g_warnings
2661
2662 2004-04-10 [alfons]     0.9.10claws44
2663         
2664         * src/compose.c
2665                 appropriate auto account selection when forwarding
2666                 (fixes bug #476, "forward as attachment does not listen
2667                 to account rules")
2668
2669 2004-04-09 [alfons]     0.9.10claws43
2670
2671         * src/summaryview.c
2672                 make quick search combo matching case sensitive
2673
2674 2004-04-06 [alfons]     0.9.10claws42
2675
2676         * src/addr_compl.c
2677                 use cursor position to prevent clearing the entire entry
2678
2679 2004-04-06 [alfons]     0.9.10claws41
2680
2681         * src/folderview.c
2682                 fix bug #472, "filter not updated when renaming folder" 
2683
2684 2004-04-06 [alfons]     0.9.10claws40
2685
2686         * src/messageview.[ch]
2687           src/summaryview.c
2688                 reflect changes to Show all headers to main view
2689                 and message view (only affects detached message
2690                 view). see also bug #473, 'Show All Headers 
2691                 "problem"'.
2692
2693 2004-04-03 [alfons]     0.9.10claws39
2694
2695         * src/matcher.c
2696                 free address list
2697
2698 2004-04-03 [alfons]     0.9.10claws38
2699
2700         * src/matcher_parser_parse.y
2701           src/matcher.[ch]
2702                 prepare address look up matcher type; marginally
2703                 tested, and not hooked into the UI yet.
2704
2705                 basically it accepts the result of the left hand
2706                 side of the matcher (the "criteria"):
2707
2708                         from all_in_addressbook ""
2709                         ~to_or_cc any_in_addressbook ""
2710                 
2711                 the first case matches all addresses found in the
2712                 from header, and the second case matches if any
2713                 (at least one) of the addresses in to or cc headers 
2714                 are not in the address book.
2715
2716                 the string argument is not used yet, but is intended
2717                 to match a group of addresses 
2718
2719 2004-04-02 [luke]       0.9.10claws37
2720
2721         * src/prefs_folder_item.c
2722                 Add two buttons to apply 'scan for new mail'
2723                 and 'process at startup' to sub folders
2724
2725 2004-04-02 [luke]
2726         * tools/textviewer.sh
2727                 better filename extension matching plus some support for
2728                 MS Excel, MS Powerpoint and HTML
2729
2730 2004-03-29 [christoph]  0.9.10claws36
2731
2732         * src/folder.h
2733         * src/folderutils.[ch]
2734         * src/mainwindow.c
2735                 add delete duplicates for all folders
2736
2737 2004-03-29 [alfons]     0.9.10claws35
2738
2739         * src/folder.c
2740                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2741                 when selecting top-level folder node (thanks to 
2742                 Alex S. Moore)
2743
2744 2004-03-28 [keith]      0.9.10claws34
2745
2746         * src/textview.c
2747                 prepend "http://" to URIs of the form "www.example.com"
2748
2749 2004-03-28 [paul]       0.9.10claws33
2750
2751         * src/common/nntp.c
2752           src/common/smtp.c
2753           src/folder.c
2754           src/imap.c
2755           src/inc.c
2756           src/news.c
2757           src/pop.c
2758                 revise 'translatable string' policy:
2759                 don't translate debug_print() or log_print(),
2760                 translate log_message() and log_warning()
2761         
2762         * po/zh_CN.po
2763                 update submitted by Hansom Young
2764
2765 2004-03-25 [alfons]     0.9.10claws32
2766
2767         * src/prefs_common.c
2768                 I mean this one: Return the GList...
2769
2770 2004-03-25 [alfons]     0.9.10claws31
2771
2772         * src/prefs_common.h
2773                 add new members at the end of prefs_common, so
2774                 they get properly initialized
2775
2776 2004-03-24 [christoph]  0.9.10claws30
2777
2778         * src/imap.c
2779                 o NULL is a valid GSList
2780
2781 2004-03-24 [alfons]     0.9.10claws29
2782
2783         * src/prefs_common.[ch]
2784           src/summaryview.c
2785           src/common/defs.h
2786                 add history to quick search (patch submitted by 
2787                 Ivan Francolin Martinez - thanks!)
2788
2789 2004-03-24 [alfons]     0.9.10claws28
2790
2791         * src/imap.c
2792                 NULL output pointer parameter
2793
2794 2004-03-21 [alfons]     0.9.10claws27
2795
2796         * src/addrindex.[ch]
2797           src/addr_compl.c
2798                 complete addresses on nicks and aliases
2799
2800 2004-03-21 [alfons]     0.9.10claws26
2801
2802         * src/import.c
2803           src/inc.c
2804           src/mbox.[ch]
2805                 disable filters on import mbox (patch submitted
2806                 by Edgar Toernig)
2807
2808 2004-03-21 [darko]      0.9.10claws25
2809
2810         * src/addr_compl.c
2811                 select the address when only one match is found while
2812                 doing address completion with tab key (feature
2813                 request #914720)
2814
2815 2004-03-21 [alfons]     0.9.10claws24
2816
2817         * src/messageview.c
2818           src/toolbar.c
2819                 don't `navigate-delete` when a summary view's selection does not 
2820                 match the accompanying message view's message
2821
2822 2004-03-20 [alfons]     0.9.10claws23
2823
2824         * src/summaryview.c
2825                 hide ext search button on initial display (should fix bug #459,
2826                 "Toggling quick-search at 1st time: minor UI inconsistency")
2827
2828 2004-03-20 [alfons]     0.9.10claws22
2829
2830         * src/summaryview.[ch]
2831                 add function to get selected msginfo, if there's
2832                 only one selected
2833
2834 2004-03-20 [paul]       0.9.10claws21
2835
2836         * sync with 0.9.10cvs7
2837                 see ChangeLog 2004-03-19
2838
2839 2004-03-19 [paul]       0.9.10claws20
2840
2841         * src/common/nntp.c
2842           src/common/smtp.c
2843           src/common/ssl.c
2844           src/folder.c
2845           src/imap.c
2846           src/inc.c
2847           src/news.c
2848           src/pop.c
2849                 don't translate strings in debug_print(), log_print(),
2850                 log_message(),  and log_warning()
2851
2852 2004-03-19 [alfons]     0.9.10claws19
2853
2854         better next/previous/delete/focus navigation with separate 
2855         message view 
2856         
2857         * src/toolbar.c
2858                 call summaryview_delete() instead of messageview_delete()
2859         * src/messageview.c
2860                 disable messageview_delete()
2861
2862 2004-03-18 [paul]       0.9.10claws18
2863
2864         * sync with 0.9.10cvs6
2865                 see ChangeLog 2004-03-16
2866
2867 2004-03-17 [alfons]     0.9.10claws17
2868
2869         * src/gtk/filesel.c
2870                 remove bogus semicolon after if() (sometimes it pays to
2871                 read LKML :)
2872
2873 2004-03-15 [darko]      0.9.10claws16
2874
2875         * src/gtk/filesel.c
2876                 support full path in place of a filename
2877         * src/mimeview.c
2878                 store directory attachments were saved to and
2879                 use it when saving attachments
2880         * src/prefs_common.[hc]
2881                 store directory attachments were last saved to
2882
2883 2004-03-15 [paul]       0.9.10claws15
2884
2885         * src/folderview.c
2886                 fix bug where unsubscribing a newsgroup would destroy
2887                 (most of the) filtering rules
2888
2889 2004-03-15 [paul]       0.9.10claws14
2890
2891         * src/folderview.c
2892                 fix Bug 458, 'Folder View remaining empty after 
2893                 removing a NEWS account' (was also true of IMAP
2894                 accounts)
2895
2896 2004-03-15 [paul]       0.9.10claws13
2897
2898         * src/folderview.c
2899                 fix folderview invisibility of newly subscribed
2900                 newsgroups
2901
2902 2004-03-13 [paul]       0.9.10claws12
2903
2904         * src/compose.c
2905           src/plugins/dillo_viewer/dillo_prefs.c
2906           src/plugins/image_viewer/viewerprefs.c
2907                 gettextise some forgotten parts
2908
2909 2004-03-13 [alfons]     0.9.10claws11
2910
2911         * src/imap.c
2912                 make sure the correct type is passed to sscanf()
2913
2914 2004-03-13 [paul]       0.9.10claws10
2915
2916         * sync with 0.9.10cvs5
2917                 see ChangeLog 2004-03-02 and 2004-03-12, 
2918                 specifically:
2919                 'always move messages by default when using DnD (except 
2920                 for News folder). Copy messages if Ctrl-key is pressed.'
2921                 and 'added a function to filter selected messages'
2922
2923 2004-03-12 [christoph]  0.9.10claws9
2924
2925         * src/codeconv.c
2926                 add parameter check to conv_unmime_header_overwrite()
2927
2928         * src/imap.c
2929                 o fix spelling
2930                 o fix removing of NEW flag when UNREAD is unset
2931
2932         * src/procmime.c
2933                 decode MIME-headers
2934
2935         (Closes 437 i18n attachment display error.)
2936
2937 2004-03-12 [paul]       0.9.10claws8
2938
2939         * po/it.po
2940                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2941                 
2942         * tools/Makefile.am
2943                 add 'textviewer.sh'
2944
2945 2004-03-12 [alfons]     0.9.10claws7
2946
2947         * src/imap.c
2948                 o quiet compiler and typecast Folder * to IMAP Folder *
2949                 o wake up and fix my previous incompatible type assignment bug
2950
2951 2004-03-12 [alfons]     0.9.10claws6
2952
2953         * src/imap.c
2954                 don't mix up pointers to int, guint32 _and_ 
2955                 unsigned int 
2956
2957 2004-03-12 [christoph]  0.9.10claws5
2958
2959         * src/folderview.c
2960                 Add error requester when renaming a folder failed
2961
2962         * src/imap.c
2963                 Check new FolderItem name for namespace seperator
2964                 before renaming
2965
2966         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2967
2968 2004-03-11 [christoph]  0.9.10claws4
2969
2970         * src/folder.[ch]
2971         * src/imap.c
2972         * src/procmsg.h
2973                 syncronize flags in cache with IMAP folder flags
2974
2975         Adapted a patch submitted by Simon 'corecode' Schubert
2976         <corecode@corecode.ath.cx> 
2977
2978
2979 2004-03-11 [alfons]     0.9.10claws3
2980
2981         * src/textview.[ch]
2982                 remove dead code that at one time controlled display of
2983                 URIs in status bar
2984
2985 2004-03-10 [paul]       0.9.10claws2
2986
2987         * po/it.po
2988                 updated by Lupino <lupin85@email.it>
2989
2990 2004-03-09 [alfons]     0.9.10claws1
2991
2992         * src/matcher.c
2993                 we're not using yywrap, but we may, so close yyin instead
2994                 of initial FILE *
2995
2996 2004-03-08 [paul]       0.9.10claws
2997
2998         * 0.9.10claws released
2999
3000 2004-03-08 [paul]       0.9.9claws41
3001
3002         * po/es.po
3003           po/ja.po
3004           po/ru.po
3005           po/sk.po
3006           po/sr.po
3007           po/zh_CN.po
3008                 update translations. submitted by Ricardo Mones Lastra,
3009                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3010                 Hansom Young
3011
3012 2004-03-06 [paul]       0.9.9claws40
3013
3014         * src/stock_pixmap.c
3015                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3016                 patch submitted by Pawel Pekala
3017
3018 2004-03-06 [alfons]             0.9.9claws39
3019
3020         * src/addrindex.c
3021                 allow nick name completion again 
3022
3023 2004-03-02 [match]              0.9.9claws38
3024
3025         * configure.ac
3026                 added definition of USE_LDAP_TLS to support TLS.
3027         * src/ldapctrl.[ch]
3028         * src/ldapquery.c
3029         * src/ldapserver.[ch]
3030         * src/addressbook.c
3031         * src/addrindex.c
3032         * src/editldap.c
3033                 included LDAP TLS support.
3034
3035 2004-03-02 [christoph]          0.9.9claws37
3036
3037         * src/folder.[ch]
3038                 o add more documentation for FolderClass
3039                 o remove usused FolderClass virtual functions
3040
3041         * src/imap.c
3042         * src/mh.c
3043         * src/news.c
3044                 change creation of FolderClass because static initializations
3045                 for structs suck in C89
3046
3047 2004-03-01 [paul]
3048
3049         * sync with 0.9.10
3050
3051 2004-02-28 [keith]      0.9.9claws36
3052
3053         * src/common/utils.c
3054                 Fix treatment of whitespace in quicksearch bar (leading
3055                 spaces and >1 space between commands and parameters).
3056
3057 2004-02-27 [alfons]     0.9.9claws35
3058
3059         * src/compose.[ch]
3060                 Explicitly remove draft timeout to fix nasty race between 
3061                 compose_send_cb() (which destroys the compose window) and 
3062                 compose_defer_auto_save_draft() (which expects compose 
3063                 window to exist). Should fix Keith's and Fred Marton's
3064                 bug report (#128, "crash after complaining about character
3065                 set conversion")
3066
3067 2004-02-27 [luke]       0.9.9claws34
3068         
3069         * src/folder.c
3070                 Do folder_item_apply_processing() even if no processing
3071                 rules for the folder exist (so global processing is applied)
3072
3073 2004-02-26 [thorsten]   0.9.9claws33
3074
3075         * src/mimeview.c
3076                 Remove misleading static declaration
3077
3078 2004-02-26 [alfons]     0.9.9claws32
3079
3080         * src/procmime.[ch]
3081           src/compose.c
3082           src/mimeview.c
3083           src/textview.c
3084                 use/add procmime_get_content_type_str() as a safe wrapper
3085                 for returning a Content-Type type string; should fix 
3086                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3087                  - attachments."
3088
3089 2004-02-26 [thorsten]   0.9.9claws31
3090
3091         * src/mimeview.c
3092                 Restructure save_as/save_all
3093
3094 2004-02-26 [alfons]     0.9.9claws30
3095
3096         * src/procmime.c
3097                 clean up (2)
3098
3099 2004-02-26 [alfons]     0.9.9claws29
3100
3101         * src/procmime.c
3102                 clean up (1)
3103
3104 2004-02-24 [luke]
3105
3106         * tools/textviewer.sh
3107                 tweaks from Johann Koenig, recognition of shell
3108                 scripts in particular
3109
3110 2004-02-24 [paul]       0.9.9claws28
3111
3112         * sync with 0.9.9cvs13
3113                 see ChangeLog 2004-02-24
3114
3115 2004-02-23 [paul]       0.9.9claws27
3116
3117         * src/inc.c
3118                 one alertpanel on pop3 authentication error will suffice
3119                 
3120         * src/prefs_fonts.c
3121                 remove unnecessary printf
3122
3123 2004-02-22 [alfons]     0.9.9claws26
3124
3125         * src/messageview.c
3126                 put back a lost check
3127
3128 2004-02-21 [alfons]     0.9.9claws25
3129
3130         * src/folderview.c
3131                 don't forget to save folder properties after renaming folder
3132
3133 2004-02-20 [paul]       0.9.9.claws24
3134
3135         * src/addressbook.c
3136                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3137                 
3138         * src/inc.c
3139                 complete sync with 0.9.9cvs9's 'update folderview
3140                 progressively'
3141                 
3142         * configure.ac
3143                 require gettext >= 0.12.1
3144
3145 2004-02-17 [match]      0.9.9claws23
3146
3147         * src/compose.c
3148                 keep the peace - change style.
3149
3150 2004-02-17 [alfons]     0.9.9claws22
3151
3152         * src/filtering.c
3153                 make MATCHACTION_STOP cancel filtering / processing;
3154                 clean up and document it to make it a little bit more clear;
3155
3156 2004-02-17 [alfons]     0.9.9claws21
3157
3158         %X marks the cursor spot for reply quote format
3159
3160         * src/quote_fmt_lex.l 
3161           src/quote_fmt.c
3162                 add %X token
3163                 
3164         * src/quote_fmt.h
3165           src/quote_fmt_parse.y
3166                 handle %X token
3167                 
3168         * src/compose.c
3169                 handle %X token for replies only (for now)
3170
3171 2004-02-17 [paul]       0.9.9claws20
3172
3173         * po/sk.po
3174                 updated by Andrej Kacian
3175                 
3176         * src/news.c
3177                 remove unneeded include
3178                 
3179         * src/prefs_fonts.c
3180                 be a little more user-friendly with the labels
3181                 
3182         * configure.ac
3183                 a change forgotten in the last commit: 
3184                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3185
3186 2004-02-17 [paul]       0.9.9claws19
3187
3188         * ac/*                          ** REMOVED **
3189           ac/                           ** REMOVED **
3190           intl/Makefile.in              ** REMOVED **
3191           m4/                           ** NEW **
3192           m4/missing                    ** NEW **
3193           m4/missing/gdk-pixbuf.m4      ** NEW **
3194           m4/missing/gettext.m4         ** NEW **
3195           m4/missing/gpgme.m4           ** NEW **
3196           m4/missing/imlib.m4           ** NEW **
3197           m4/.cvsignore                 ** NEW **
3198           m4/Makefile.am                ** NEW **
3199           m4/README                     ** NEW **
3200           m4/aclocal-include.m4         ** NEW **
3201           m4/aspell.m4                  ** NEW **
3202           m4/check-type.m4              ** NEW **
3203           m4/gnupg-check-typedef.m4     ** NEW **
3204           m4/openssl.m4                 ** NEW **
3205           m4/spamassassin.m4            ** NEW **
3206           po/ChangeLog                  ** REMOVED **
3207           po/Makefile.in.in             ** REMOVED **
3208           po/Rules-quot                 ** REMOVED **
3209           po/boldquot.sed               ** REMOVED **
3210           po/en@boldquot.header         ** REMOVED **
3211           po/en@quot.header             ** REMOVED **
3212           po/insert-header.sin          ** REMOVED **
3213           po/quot.sed                   ** REMOVED **
3214           po/remove-potcdate.sed        ** REMOVED **
3215           po/remove-potcdate.sin        ** REMOVED **
3216           po/stamp-po                   ** REMOVED **
3217           Makefile.am
3218           autogen.sh
3219           configure.ac
3220                 enable building with automake 1.8.x
3221                 add 'autopoint' to autogen.sh and remove all
3222                 auto-generated files, remove ac/ in favour of
3223                 m4/
3224
3225 2004-02-17 [alfons]     0.9.9claws18
3226         
3227         * src/summaryview.c
3228                 MSG_IS_NEWS() is not stored at all, and is bogus
3229
3230 2004-02-17 [martin]     0.9.9claws17
3231
3232         * src/prefs_themes.c
3233                 fix crash when installing wrong theme and output an
3234                 error message
3235
3236 2004-02-16 [christoph]  0.9.9claws16
3237
3238         * src/compose.c
3239         * src/stock_pixmap.[ch]
3240         * src/toolbar.[ch]
3241         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3242                 add "Wrap current paragraph" to compose toolbar
3243
3244 2004-02-15 [alfons]     0.9.9claws15
3245
3246         * src/folderview.c
3247                 refine previous commit to make sure other hook functions
3248                 get their grab of the pie too
3249
3250 2004-02-15 [alfons]     0.9.9claws14
3251
3252         * src/folderview.c
3253                 fix sync breakage so we don't pass invalid pointer types
3254
3255 2004-02-15 [match]      0.9.9claws13
3256
3257         * src/ldapquery.[ch]
3258         * src/ldapserver.h
3259         * src/addrindex.[ch]
3260                 tweak threading calls.
3261         * src/addr_compl.[ch]
3262                 add alias into completion list.
3263         * src/addressbook.c
3264                 fix ldap browse.
3265                 improve context menu behavior.
3266                 change menu sequence.
3267                 add send mail from addressbook.
3268         * src/addrselect.[ch]
3269         * src/compose.[ch]
3270                 add send mail from addressbook.
3271
3272 2004-02-15 [christoph]  0.9.9claws12
3273
3274         * src/folderutils.c
3275                 skip deleting when duplist is empty
3276
3277         * src/folderview.[ch]
3278         * src/mainwindow.c
3279         * src/summaryview.[ch]
3280                 call folderutils_delete_duplicates() from mainwindow code
3281
3282 2004-02-15 [alfons]     0.9.9claws11
3283         
3284         * src/common/utils.c
3285                 add prefix for italian ms o(e) 
3286
3287 2004-02-14 [paul]       0.9.9claws10
3288
3289         * src/foldersel.c
3290                 fix updating of the folder view when creating a
3291                 new folder
3292
3293 2004-02-13 [paul]       0.9.9claws9
3294
3295         * src/plugins/clamav/clamav_plugin.c
3296                 remove GUI code
3297
3298 2004-02-13 [paul]       0.9.9claws8
3299
3300         * sync with 0.9.9cvs9
3301                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3302
3303 2004-02-13 [alfons]     0.9.9claws7
3304
3305         * src/common/utils.c
3306                 fix wrong type of argument for ctype functions (pass unsigned
3307                 char instead of signed char)
3308
3309 2004-02-12 [alfons]     0.9.9claws6
3310
3311         * src/compose.[ch]
3312                 don't select text in header entry when composing to a 
3313                 default address, but rather give the header entry a
3314                 different color / style (same as the folder new color)
3315
3316 2004-02-12 [alfons]     0.9.9claws5
3317
3318         * src/plugins/clamav/clamav_plugin.c
3319                 don't exit(2) on libclamav init error - show a warning.
3320                 (tested by damaging a clamav database file.)
3321
3322 2004-02-12 [paul]       0.9.9claws4
3323
3324         * sync with 0.9.9cvs4
3325                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3326
3327 2004-02-11 [luke]       0.9.9claws3
3328
3329         * src/mimeview.c
3330                 remove redundant check introduced in 0.9.9claws1
3331
3332 2004-02-11 [luke]       0.9.9claws2
3333
3334         * src/mimeview.c
3335                 fix compilation of my previous commit without gpg enabled
3336
3337 2004-02-10 [luke]       0.9.9claws1
3338
3339         * src/mimeview.c
3340                 add borders to icons to indicate the privacy status for
3341                 the message part (unknown/bad/good)
3342
3343 2004-02-06 [paul]       0.9.9claws
3344
3345         0.9.9claws released
3346
3347 2004-02-06 [darko]      0.9.8claws64
3348
3349         * src/compose.c
3350                 don't allow Ctrl+Enter while external editor is active
3351
3352 2004-02-06 [paul]       0.9.8claws63
3353
3354         * po/es.po
3355           po/pl.po
3356           po/sk.po
3357           po/sr.po
3358                 update Spanish, Polish, Slovak, and Serbian translations.
3359                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3360                 and Urke MMI
3361
3362 2004-02-04 [alfons]     0.9.8claws62
3363
3364         * src/compose.c
3365                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3366                 don't have clue yet why the cursor pos is at the end of the
3367                 text.)
3368
3369 2004-02-04 [alfons]     0.9.8claws61
3370
3371         * src/compose.c
3372                 always grab focus when one of the header entries is clicked 
3373                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3374
3375 2004-02-02 [paul]
3376
3377         * ac/missing/gdk-pixbuf.m4
3378           ac/missing/gpgme.m4
3379           ac/missing/imlib.m4
3380                 prevent 'underquoted definition' warnings
3381                 patch submitted by David Relson
3382                 
3383         * src/plugins/clamav/README
3384                 update, improve, correct
3385
3386 2004-01-31 [thorsten]   0.9.8claws60
3387
3388         * src/news.c
3389                 'dir' not initialized if group has no messages
3390
3391 2004-01-29 [christoph]  0.9.8claws59
3392
3393         * src/customheader.[ch]
3394                 add custom_header_is_allowed() to check for disallowed header names
3395                 that must not be overridden by custom headers
3396
3397         * src/compose.c
3398                 always write From: header and use custom_header_is_allowed() to
3399                 check if custom header should be written
3400
3401         * src/prefs_customheader.c
3402                 check if custom header is disallowed using custom_header_is_allowed()
3403
3404         * src/folderutils.c
3405                 destroy message id GHashTable before freeing the MsgInfos
3406
3407 2004-01-29 [paul]       0.9.8claws58
3408
3409         * sync with 0.9.9 release
3410                 see ChangeLog 2004-01-29
3411
3412 2004-01-29 [paul]       0.9.8claws57
3413
3414         * sync with 0.9.8cvs11
3415                 see ChangeLog 2004-01-29
3416
3417 2004-01-28 [christoph]  0.9.8claws56
3418
3419         * src/pgpmime.c
3420         * src/sgpgme.[ch]
3421                 return WARN signature status when signature is not trusted
3422
3423         * src/Makefile.am
3424         * src/folder.c
3425         * src/folderutils.[ch]                  ** NEW **
3426         * src/summaryview.c
3427                 implement delete duplicates summaryview independent
3428
3429 2004-01-28 [paul]       0.9.8claws55
3430
3431         * sync with 0.9.8cvs10
3432                 see Changelog 2004-01-27 and 2004-01-28
3433
3434 2004-01-26 [christoph]  0.9.8claws54
3435
3436         * src/imap.c
3437                 create a root node for the Folder if scan fails because root
3438                 folder does not exist
3439
3440 2004-01-26 [paul]       0.9.8claws53
3441
3442         * sync with 0.9.8cvs7
3443                 see ChangeLog 2004-01-23
3444
3445 2004-01-25 [alfons]     0.9.8claws52
3446
3447         * src/compose.c
3448                 remove left-over constant INDENT_CHARS
3449
3450 2004-01-25 [alfons]     0.9.8claws51
3451
3452         * src/procmime.c
3453                 add NULL pointer check for mimeinfo->node in
3454                 procmime_mimeinfo_parent()
3455
3456 2004-01-25 [darko]      0.9.8claws50
3457
3458         * src/compose.c
3459                 make "Wrap all long lines" toolbar button wrap all
3460                 long lines not just the current line
3461                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3462
3463
3464 2004-01-25 [alfons]     0.9.8claws49
3465
3466         * src/procmime.c
3467                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3468                 necessary anyway, because *scanf() functions neglect white
3469                 space in the input. 
3470                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3471
3472 2004-01-25 [paul]       0.9.8claws48
3473
3474         * src/prefs_ext_prog.c
3475                 apply Alfons' patch to check for NULL pointers
3476                 fixes bug #424
3477
3478 2004-01-25 [paul]       0.9.8claws47
3479
3480         * sync with 0.9.8cvs8
3481                 see ChangeLog 2004-01-23
3482
3483 2004-01-25 [thorsten]   0.9.8claws46
3484
3485         * src/messageview.c
3486                 remove orphaned mimeview unref()
3487
3488 2004-01-23 [christoph]  0.9.8claws45
3489
3490         * src/summaryview.c
3491                 set ctree widget style
3492
3493 2004-01-23 [paul]       0.9.8claws44
3494
3495         * sync with 0.9.8cvs5
3496                 see ChangeLog 2004-01-22
3497
3498 2004-01-23 [alfons]     0.9.8claws43
3499
3500         * src/procmsg.c
3501                 remove redundant code in procmsg_get_thread_tree()
3502
3503 2004-01-21 [christoph]  0.9.8claws42
3504
3505         * src/folderview.c
3506                 set ctree widget style, otherwise GTK does not use the
3507                 the correct vertical size for the list items
3508
3509 2004-01-21 [alfons]     0.9.8claws41
3510
3511         * src/summaryview.c
3512                 GDK_Left should only switch to folderview when
3513                 when summaryview hscrollbar is at the leftmost
3514                 position (fixes bug #420, "Focus error")
3515
3516 2004-01-21 [paul]       0.9.8claws40
3517
3518         * sync with 0.9.8cvs4
3519                 see ChangeLog 2004-01-20
3520
3521 2004-01-20 [christoph]  0.9.8claws39
3522
3523         * src/folderview.c
3524                 remove setting sensitivity for no longer existing
3525                 /Scoring... popup entry
3526
3527 2004-01-20 [keith]      0.9.8claws38
3528
3529         * configure.ac
3530                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3531
3532 2004-01-20 [paul]       0.9.8claws37
3533
3534         * src/prefs_fonts.c
3535                 demystify font settings
3536                 
3537         * src/textview.c
3538                 use textview->msgfont for header->body in
3539                 textview_show_header()
3540
3541 2004-01-20 [paul]       0.9.8claws36
3542
3543         * src/compose.c
3544           src/undo.c
3545                 remove superfluous debug_print's
3546                 
3547         * src/inc.c
3548                 clear the statusbar after LOCAL incorporation
3549
3550 2004-01-20 [paul]       0.9.8claws35
3551
3552         * sync with 0.9.8cvs3
3553                 see ChangeLog 2004-01-20
3554
3555 2004-01-19 [keith]      0.9.8claws34
3556
3557         * src/folderview.c
3558                 don't show 'Search folder...' on popup menu
3559                 if folder has no mails in it
3560
3561 2004-01-17 [keith]      0.9.8claws33
3562
3563         * src/compose.c
3564           src/prefs_common.c
3565           src/prefs_common.h
3566                 store position of compose window in prefs
3567
3568 2004-01-17 [thorsten]   0.9.8claws32
3569
3570         * src/gtk/gtkvscrollbutton.c
3571                 ensure scrollbutton resize event on different gtk versions
3572
3573 2004-01-15 [alfons]     0.9.8claws31
3574         
3575         * src/summaryview.c
3576                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3577                 message as read
3578
3579 2004-01-12 [christoph]  0.9.8claws30
3580
3581         * src/procmime.c
3582                 better MIME-Version check
3583
3584 2004-01-11 [alfons]     0.9.8claws29
3585
3586         * src/procmsg.c
3587                 remove unnecessary but still effective check (could possibly
3588                 lead to some unwanted side effects)
3589
3590 2004-01-11 [alfons]     0.9.8claws28
3591
3592         * src/procmsg.c
3593                 we should not prefer lowest message number while threading 
3594                 (introduced in previous commit)
3595
3596 2004-01-11 [alfons]     0.9.8claws27
3597
3598         * src/procmsg.c
3599                 subject threading fixes:
3600                 
3601                         - make message with lowest message number the
3602                           thread parent,
3603                         - refine recording last node when threading. the last node
3604                           should be the previous one if a node has a thread parent,
3605                           or the current node if not
3606                 
3607                 (there's another threading bug fix coming up)
3608
3609 2004-01-10 [paul]       0.9.8claws26
3610
3611         * src/main.c
3612           src/prefs_ext_prog.c
3613           src/plugins/clamav/clamav_plugin_gtk.c
3614                 minor gui fixes
3615
3616 2004-01-09 [christoph]  0.9.8claws25
3617
3618         * src/Makefile.am
3619         * src/string_match.[ch]                 ** REMOVE **
3620         * src/common/Makefile.am
3621         * src/common/string_match.[ch]          ** NEW **
3622                 move string_match.[ch] to common directory
3623
3624 2004-01-09 [christoph]  0.9.8claws24
3625
3626         * src/pgpmime.c
3627                 add MIME-Version header for the message parser
3628
3629 2004-01-09 [paul]       0.9.8claws23
3630
3631         * po/POTFILES.in
3632           src/Makefile.am
3633           src/main.c
3634           src/prefs_common.c
3635           src/prefs_ext_prog.[ch]       ** NEW FILES **
3636                 move External Command options from 'Common Prefs/Other' to
3637                 'Other Prefs/Message View/External Programs', also reveal
3638                 the hidden options for audio player and image viewer.
3639                 
3640         * src/prefs_common.c
3641                 fix toggling of header pane
3642
3643 2004-01-09 [paul]       0.9.8claws22
3644
3645         * src/compose.c
3646                 when changing account also change the save folder
3647
3648         * src/textview.c
3649                 if a text/plain attachment has 'Content-Disposition: attachment'
3650                 don't display it inline
3651
3652 2004-01-08 [christoph]  0.9.8claws21
3653
3654         * src/procmime.c
3655                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3656                 otherwise thread the message content as one text part and
3657                 don't assume charset US-ASCII which is only specified as
3658                 default for MIME-messages
3659
3660 2004-01-08 [paul]       0.9.8claws20
3661
3662         * src/plugins/clamav/clamav_plugin.c
3663           src/plugins/spamassassin/spamassassin.c
3664                 inform the user what is happening via the statusbar
3665
3666 2004-01-06 [paul]       0.9.8claws19
3667
3668         * po/es.po
3669                 update Spanish translation. submitted by Ricardo
3670                 Mones Lastra
3671
3672 2004-01-05 [paul]       0.9.8claws18
3673
3674         * sync with 0.9.8cvs2
3675                 see ChangeLog 2004-01-05
3676
3677 2004-01-03 [luke]       0.9.8claws17
3678
3679         * src/procheader.c
3680                 Clean up:
3681                 o remove unused functions string_getchar() and file_getchar()
3682                 o remove the getchar_ parameter from generic_get_one_field()
3683                 o add an 'unfold' parameter to generic_get_one_field, to
3684                   be used if no HeaderEntry is supplied
3685                 o procheader_get_one_field_asis() uses
3686                   generic_get_one_field().
3687
3688 2004-01-01 [christoph]  0.9.8claws16
3689
3690         * src/common/xml.[ch]
3691                 o add xml_new_tag() to manage usage counts of strings correctly
3692                 o correct xml_copy_tree() function name
3693
3694         * src/folder.c
3695         * src/main.c
3696                 allow registering and unregistering of FolderClasses anytime
3697
3698 2003-12-31 [christoph]  0.9.8claws15
3699
3700         * src/folder.[ch]
3701         * src/common/xml.[ch]
3702                 keep folderlist.xml data for unloaded FolderClasses
3703
3704 2003-12-30 [luke]       0.9.8claws14
3705
3706         * src/procheader.[ch]
3707                 o added procheader_get_one_field_asis() that does not do
3708                   unfolding
3709                 o fix procheader_get_header_array_asis() to use the above,
3710                   fixing ugliness of headers in textview
3711
3712         * src/compose.c
3713                 o don't unfold headers when redirecting.        
3714
3715 2003-12-30 [paul]       0.9.8claws13
3716
3717         * po/POTFILES.in
3718           src/common/defs.h
3719           src/Makefile.am
3720           src/main.c
3721           src/prefs_common.c
3722           src/prefs_themes.[ch] ** NEW FILES **
3723                 redesign and move Icon Theme selector to
3724                 the new prefs window
3725           
3726         * src/stock_pixmap.c
3727                 fix the old bug where icons are not always
3728                 updated when changing themes
3729         
3730         * src/summaryview.c
3731                 fix bug where the icons on the title row
3732                 of the summary view were not updated
3733         
3734         all patches submitted by Ricardo Mones Lastra
3735
3736 2003-12-30 [hoa]        0.9.8claws12
3737
3738         * src/folder.c
3739                 run preglobal and postglobal processing rules
3740                 even if the folder does not have any rules.
3741
3742 2003-12-28 [paul]       0.9.8claws11
3743
3744         * ac/aspell.m4
3745           ac/check-type.m4
3746           ac/gnupg-check-typedef.m4
3747           ac/openssl.m4
3748           ac/spamassassin.m4
3749                 fix 'underquoted definition' warnings, patch submitted by
3750                 David Relson <relson@osagesoftware.com>
3751                 
3752         * src/common/utils.c
3753                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3754                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3755
3756 2003-12-28 [paul]       0.9.8claws10
3757
3758         * sync with 0.9.8cvs1
3759                 see ChangeLog 2003-12-17
3760
3761 2003-12-27 [christoph]  0.9.8claws9
3762
3763         * src/common/utils.[ch]
3764                 add g_node_map() to map a GNode into a new GNode
3765                 converting all node data's with a function
3766
3767         * src/account.c
3768         * src/folder.[ch]
3769         * src/folderview.c
3770         * src/imap.c
3771         * src/mainwindow.c
3772         * src/summaryview.c
3773                 o use g_node_map() to convert XML <-> Folder
3774                 o remove redundant FolderItem->parent and
3775                   replace it with folder_item_parent()
3776
3777 2003-12-23 [christoph]  0.9.8claws8
3778
3779         * src/folder.[ch]
3780         * src/folderview.c
3781         * src/mainwindow.c
3782         * src/procmsg.c
3783                 o use callback for notifications about added and
3784                   destroyed folders
3785                 o rewrite folderlist saving (new functions to create
3786                   folder from XML tree, and XML tree from folder)
3787
3788         * src/common/xml.[ch]
3789                 add function to save XML trees
3790
3791         * src/prefs_filtering.c
3792                 code cleanup
3793
3794 2003-12-22 [christoph]  0.9.8claws7
3795
3796         * src/prefs_account.[ch]
3797                 add "SMTP only" accounts
3798
3799 2003-12-20 [melvin]     0.9.8claws6
3800
3801         * src/action.[ch]
3802                 Changed the interface for action_update_*_menu() so
3803                 action.c does not need to know the paths of the different
3804                 actions menu (mainwindow, message view and compose window). 
3805
3806         * src/compose.c
3807                 Tiny code cleanup to merge spell checker related code
3808                 compose_update_actions_menu(): new function to update
3809                 the actions menu. Use it in compose_create()
3810
3811         * src/compose.h
3812                 compose_update_actions_menu(): new function to update
3813                 the actions menu. Used also in prefs_actions.c.
3814
3815         * src/mainwindow.[ch]
3816                 main_window_update_actions_menu(): new function to update
3817                 the actions menu. Used in main_window_create() and in
3818                 prefs_actions.c
3819
3820         * src/messageview.[ch]
3821                 messageview_update_actions_menu(): new function to update
3822                 the actions menu. Used in messageview_add_toolbar() and in
3823                 prefs_actions.c
3824                 
3825         * src/prefs_actions.c   
3826                 prefs_actions_ok(): fixed to update the actions menu of
3827                 the separate message view and the compose windows.
3828
3829 2003-12-20 [luke]       0.9.8claws5
3830         * src/procheader.c
3831                 fix unfolding/newline stripping for multiline fields
3832                 in generic_get_one_field()
3833
3834 2003-12-19 [christoph]  0.9.8claws4
3835
3836         * src/summaryview.c
3837                 o code cleanup
3838                 o use subject_compare_for_sort() when comparing
3839                   simplified subjects
3840
3841 2003-12-19 [christoph]  0.9.8claws3
3842
3843         * src/msgcache.c
3844                 more syncing with 0.8.9a
3845
3846 2003-12-19 [christoph]  0.9.8claws2
3847
3848         * src/folder.c
3849                 don't write all FolderItem XML attributes for the root node
3850
3851 2003-12-19 [melvin]     0.9.8claws1
3852
3853         * src/messageview.c
3854                 Added missing menu branch (Tools/Create processing/rule)
3855         * po/fr.po
3856                 Updated French translation for the added string.
3857
3858 2003-12-19 [paul]       0.9.8claws
3859
3860         0.9.8claws released
3861
3862 2003-12-19 [paul]       0.9.7claws51
3863
3864         * po/en_GB.po
3865           po/es.po
3866           po/ja.po
3867           po/pl.po
3868           po/sk.po
3869           po/zh_CN.po
3870                 update translations. submitted by me, Ricardo Mones
3871                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3872                 Hansom Young
3873                 
3874         * src/folder_item_prefs.c
3875                 'enable_processing' set to FALSE by default
3876
3877 2003-12-18 [melvin]     0.9.7claws50
3878
3879         * po/fr.po
3880                 Updated French translation
3881
3882 2003-12-17 [christoph]  0.9.7claws49
3883
3884         * src/procheader.c
3885                 revert discarding of whitespace from 0.9.7claws44
3886
3887                 RFC2822 2.2.3: Unfolding is accomplished by simply
3888                 removing any CRLF that is immediately followed by WSP.
3889
3890 2003-12-17 [paul]       0.9.7claws48
3891
3892         * src/folder.c
3893                 fix new message count
3894                 
3895         * configure.ac
3896                 update autotools macros
3897
3898         * sync with 0.9.8a
3899
3900 2003-12-16 [christoph]  0.9.7claws47
3901
3902         * src/folder.c
3903                 fix folder update before adding MsgInfo to cache
3904                 in add_msginfo_to_cache()
3905
3906         * src/procmsg.c
3907                 remove old call to folder_item_update() that is no
3908                 longer required
3909
3910 2003-12-16 [christoph]  0.9.7claws46
3911
3912         * src/main.c
3913                 make sure the shutdown process only runs once
3914
3915 2003-12-16 [hoa]        0.9.7claws45
3916
3917         * src/mainwindow.c
3918         * src/messageview.c
3919         * src/summaryview.[ch]
3920                 Create filter rules using a message is fixed.
3921                 We can now create processing rules using a message.
3922
3923 2003-12-15 [alfons]     0.9.7claws44
3924
3925         * src/procheader.c
3926                 make sure we discard folding white space
3927
3928 2003-12-15 [luke]       0.9.7claws43
3929         * src/textview.c
3930         * src/mimeview.c
3931                 o use "name" parameter if "filename" doesn't exist
3932
3933 2003-12-14 [alfons]     0.9.7claws42
3934
3935         * src/summaryview.c
3936         * src/common/utils.c
3937                 allow quick finding based on the result of passing
3938                 a message to an external command. E.g:
3939
3940                         X "bogofilter < %F" 
3941                 
3942                 gets me all the spam in a folder.
3943
3944 2003-12-14 [luke]       0.9.7claws41
3945
3946         * src/textview.c
3947         * src/mimeview.c
3948                 o use parameter "filename" instead of "name" in a couple of 
3949                   places for correctness
3950
3951         * src/procmime.c
3952         * src/common/utils.[ch]
3953                 o make temporary filename for attachments safe for %p 
3954                   substitutions in actions.
3955
3956 2003-12-13 [christoph]  0.9.7claws40
3957
3958         * src/main.c
3959                 readd exit(0) to clean_quit() because otherwise sylpheed
3960                 does not always terminate
3961
3962         * src/pgpmime.c
3963         * src/privacy.h
3964                 add an identifier-string for PrivacySystems
3965
3966 2003-12-12 [paul]
3967
3968         * doc/man/sylpheed.1
3969                 update the man page
3970
3971 2003-12-12 [paul]       0.9.7claws39
3972
3973         general clean up
3974         
3975         * configure.ac
3976                 correct and clean up './configure --help' info
3977         
3978         * src/plugins/clamav/clamav_plugin.c
3979           src/plugins/spamassassin/spamassassin.c
3980                 correct plugin_desc(), works with LOCAL, IMAP, and
3981                 POP accounts
3982                 
3983         * src/filtering.c
3984           src/matcher.[ch]
3985           src/matcher_parser_parse.y
3986           src/prefs_filtering_action.c
3987                 use 'Change Score' instead of '(In/De)crease score'.
3988                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3989          
3990          * src/mainwindow.c
3991                 hyphenate: 'Pre-processing', 'Post-processing'
3992                 
3993         * src/prefs_account.c
3994                 change 'Generate Message-ID' to 'Generate Message-Id'
3995                 
3996         * src/prefs_folder_item.c
3997                 change 'Processing on startup:' to 'Process at startup'
3998                 change 'Scan for new mail:' to 'Scan for new mail'
3999                 
4000 2003-12-11 [christoph]  0.9.7claws38
4001
4002         * src/crash.c
4003         * src/main.[ch]
4004                 make sure the clean_exit() funtion is not called again by the
4005                 signal handler while it is already running
4006
4007         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4008
4009         * src/summaryview.c
4010                 fix wrong assertion
4011
4012 2003-12-11 [paul]       0.9.7claws37
4013
4014         * src/compose.c
4015                 'anonymise' Message-Id: header string
4016
4017 2003-12-11 [paul]       0.9.7claws36
4018
4019         * src/plugins/clamav/clamav_plugin.c
4020                 fix (don't break) signature count
4021                 use cl_strerror() instead of deprecated cl_perror()
4022         
4023 2003-12-11 [darko]      0.9.7claws35
4024
4025         * src/summaryview.c
4026                 also update the sort arrow (thanks Christoph)
4027
4028 2003-12-11 [darko]      0.9.7claws34
4029
4030         * src/summaryview.c
4031                 allow reverting to default sort mode (no sort)
4032
4033 2003-12-10 [hoa]        0.9.7claws33
4034
4035         * src/matcher.c
4036                 fixed quotation of string for matcher.
4037
4038 2003-12-08 [paul]       0.9.7claws32
4039
4040         * src/imap.c
4041           src/inc.c
4042                 plug memory leaks (patch by Alfons)
4043
4044 2003-12-08 [christoph]  0.9.7claws31
4045
4046         * src/folder_item_prefs.[ch]
4047         * src/folderview.c
4048         * src/prefs_folder_item.c
4049                 add new FolderItem property to exclude folders from new
4050                 mail checks
4051
4052         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4053
4054 2003-12-07 [paul]       0.9.7claws30
4055
4056         * src/plugins/clamav/clamav_plugin.c
4057                 fix signature count
4058
4059 2003-12-07 [thorsten]   0.9.7claws29
4060
4061         * src/filtering.c
4062                 debug_print some warning if destfolder missing
4063         * src/prefs_filtering.c
4064                 uninitialized filter list when deleting a folder
4065
4066 2003-12-06 [paul]       0.9.7claws28
4067
4068         * src/procheader.c
4069                 add Alfons' patch to trim line feeds
4070
4071 2003-12-06 [paul]       0.9.7claws27
4072
4073         * partial sync with 0.9.7cvs8
4074                 leaving claws' online/offline more or less intact
4075                 see ChangeLog 2003-12-04 and 2003-12-06
4076
4077 2003-12-06 [christoph]  0.9.7claws26
4078
4079         * src/messageview.c
4080         * src/privacy.[ch]
4081                 revert pirvacy API changes
4082
4083 2003-12-05 [alfons]     0.9.7claws25
4084
4085         * src/matcher.[ch]
4086                 clean up my old cruft
4087
4088 2003-12-05 [alfons]     0.9.7claws24
4089
4090         * src/matcher.c
4091                 fix comparison buglet ;-) and make `test` matcher
4092                 work again
4093
4094 2003-12-05 [alfons]     0.9.7claws23
4095
4096         * src/prefs_folder_item.c
4097                 K&R 2nd Ed., page 241 (function parameter identifiers
4098                 starting with an underscore are kind of insulting)
4099
4100 2003-12-05 [hoa]        0.9.7claws22
4101
4102         * src/main.c
4103         * src/mainwindow.[ch]
4104         * src/mainwindow.h
4105                 add destructor for mainwindow so that the last 
4106                 MimeInfo opened in messageview is destroyed when
4107                 exiting sylpheed.
4108
4109 2003-12-05 [hoa]        0.9.7claws21
4110
4111         * src/filtering.[ch]
4112         * src/matcher.[ch]
4113         * src/matcher_parser_lex.l
4114         * src/matcher_parser_parse.y
4115         * src/prefs_actions.c
4116         * src/prefs_filtering.c
4117         * src/common/utils.[ch]
4118                 quote arguments before giving them to command line.
4119                 fixed quote of string in matcher/processing/filtering rules.
4120
4121         * src/messageview.c
4122         * src/privacy.[ch]
4123                 allows decryption to return a new whole 
4124                 MIME message structure.
4125
4126 2003-12-04 [hoa]        0.9.7claws20
4127
4128         * src/filtering.[ch]
4129         * src/folder.c
4130         * src/mainwindow.c
4131         * src/matcher.c
4132         * src/matcher_parser_parse.y
4133         * src/folderview.c
4134                 global rules to run before folder specific rules.
4135                 global rules to run after folder specific rules.
4136                 
4137         * src/messageview.c
4138                 fixed quick addition of rules.
4139         
4140         * src/prefs_filtering.[ch]
4141         * src/summaryview.c
4142                 we can now customize the title for the dialog.
4143                 updated case where we rename of delete folders.
4144
4145         * src/addressbook.c
4146                 got back the function addressbook_browse_entry_cb()
4147                 that is needed in case we compiled with LDAP support.
4148
4149 2003-12-04 [paul]       0.9.7claws19
4150
4151         * sync with 0.9.7cvs6
4152                 see ChangeLog 2003-12-04
4153                 fixes bug 171 'Wrong message decoing: koi8-r and 
4154                 iso8859-5 looks same. Can't read many emails.'
4155
4156 2003-12-04 [paul]       0.9.7claws18
4157
4158         * po/POTFILES.in
4159                 remove 'src/prefs_scoring.c'
4160
4161 2003-12-03 [hoa]        0.9.7claws17
4162
4163         * src/Makefile.am
4164                 compilation of scoring.[ch] and prefs_scoring.[ch]
4165                 is removed.
4166         
4167         * src/filtering.[ch]
4168         * src/folder.c
4169         * src/folder_item_prefs.[ch]
4170         * src/folderview.c
4171         * src/main.c
4172         * src/mainwindow.c
4173         * src/matcher.[ch]
4174         * src/matcher_parser.h
4175         * src/matcher_parser_parse.y
4176         * src/prefs_filtering.[ch]
4177         * src/prefs_filtering_action.c
4178         * src/prefs_folder_item.c
4179         * src/prefs_scoring.[ch]              * REMOVED FILES *
4180         * src/procmsg.[ch]
4181         * src/scoring.[ch]                    * REMOVED FILES *
4182         * src/summaryview.c
4183                 merged scoring and filtering.
4184                 
4185                 Note : compatibility is kept by parsing score like 
4186                   add_score. To get the behaviour of older scoring 
4187                   system, you have to define some equivalent rule :
4188                   "score_lower -9999 hide"
4189                   "score_greater 9999 mark"
4190                   
4191                   To define global rules, you have to define them 
4192                   in the new global processing rules.
4193                   The variable that kept the list filtering rules 
4194                   was "global_processing" and has been renamed into 
4195                   "filtering_rules".
4196                   "global_processing" variable is now the name 
4197                   of the variable that keeps the list of global 
4198                   processing rules.
4199                   In the configuration file, "[global]" section is 
4200                   now for the global processing rules (which includes
4201                   score things and new global processing rules).
4202                   New "[filtering]" section is for the filtering rules.
4203                   
4204                   Before running with this version, during testing 
4205                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4206                   Then, you have to make the following changes :
4207                   - leave all scoring rules in "[global]" section.
4208                   - move all other rules of "[global]" section to
4209                       a new section named "[filtering]".
4210
4211 2003-12-03 [christoph]  0.9.7claws16
4212
4213         * src/procmime.c
4214                 use default Content-Type as specified in RFC2045 if
4215                 Content-Type header is syntactically incorrect
4216
4217 2003-12-03 [christoph]  0.9.7claws15
4218
4219         * src/addressbook.c
4220         * src/addrindex.h
4221         * src/addritem.c
4222         * src/expldifdlg.h
4223         * src/exportldif.c
4224         * src/filtering.c
4225         * src/folder.c
4226         * src/folderview.c
4227         * src/jpilot.c
4228         * src/localfolder.c
4229         * src/matcher.h
4230         * src/matcher_parser_lex.l
4231         * src/matcher_parser_parse.y
4232         * src/news.c
4233         * src/prefs_filtering_action.c
4234         * src/prefs_folder_item.c
4235         * src/prefs_fonts.c
4236         * src/procmsg.c
4237         * src/sgpgme.c
4238                 clean up warnings
4239
4240         * src/procmime.c
4241                 revert 0.9.7claws14 change
4242
4243 2003-12-03 [alfons]     0.9.7claws14
4244
4245         * src/procmime.c
4246                 catch invalid Content-Type with no subtype
4247
4248 2003-12-03 [alfons]     0.9.7claws13
4249
4250         * src/alertpanel.h
4251         * src/setup.c
4252         * src/plugins/image_viewer/plugin.c
4253                 compile again, we need stddef.h for size_t
4254
4255 2003-12-03 [paul]       0.9.7claws12
4256
4257         * src/account.c
4258                 don't allow cloning of accounts with remote folders,
4259                 patch submitted by Ricardo Mones Lastra
4260
4261 2003-12-03 [christoph]  0.9.7claws11
4262
4263         * src/folder.[ch]
4264         * src/imap.c
4265         * src/localfolder.[ch]
4266         * src/mh.c
4267         * src/news.c
4268         * src/common/xml.[ch]
4269                 add set_xml() and get_xml() virtual functions to FolderClass to
4270                 save extra information for Folders (for example the rootpath
4271                 only used by LocalFolder). The folderlist write function no
4272                 longer needs to know the folder type to save this extra
4273                 information.
4274
4275 2003-12-02 [christoph]  0.9.7claws10
4276
4277         * src/Makefile.am
4278         * src/account.c
4279         * src/folder.[ch]
4280         * src/folderview.h
4281         * src/imap.c
4282         * src/localfolder.[ch]          ** NEW **
4283         * src/mainwindow.c
4284         * src/mh.[ch]
4285         * src/news.[ch]
4286         * src/prefs_account.[ch]
4287         * src/prefs_filtering.h
4288         * src/procmsg.h
4289         * src/remotefolder.[ch]         ** NEW **
4290         * src/common/xml.[ch]
4291                 add item_set_xml() and item_get_xml() virtual functions to
4292                 FolderClass to give folders the ability to add extra information
4293                 to the saved FolderItem data. If NULL the default function for
4294                 FolderItem will be used.
4295
4296 2003-11-29 [christoph]  0.9.7claws9
4297
4298         * src/procheader.c
4299                 fix bug in unfolding
4300
4301 2003-11-29 [luke]       0.9.7claws8
4302
4303         * src/textview.c
4304                 fix compilation for non c99 compilers
4305
4306 2003-11-29 [christoph]  0.9.7claws7
4307
4308         * src/procmime.[ch]
4309         * src/mimeview.c
4310                 o unknown disposition types should be handled as
4311                   attachment (RFC2183)
4312                 o missing headers should not default to inline
4313                   (would make "Save All" useless when disposition header
4314                    is not set by the sending mailer)
4315                 o remove old MimeInfo data and cleanup
4316
4317 2003-11-29 [luke]       0.9.7claws6
4318
4319         * src/procmime.[ch]
4320                 re-added parsing of Content-Disposition header
4321                         - removes the old  'gchar* content_disposition'
4322                         - adds a new field 'DispositionType disposition'
4323                         - adds parameters to MimeInfo::parameters
4324
4325         * src/mimeview.c
4326                 use the "filename" parameter for saving, and the new
4327                 MimeInfo::disposition for save all.
4328
4329         * src/compose.c
4330         * src/toolbar.[ch]
4331                 add a 'check spelling' button as a possibility for 
4332                 the compose toolbar
4333
4334         * src/stockpixmap.[ch]
4335         * src/pixmaps/check_spelling.xpm        ** NEW **
4336         * src/Makefile.am
4337                 add a pixmap for use with 'check spelling' button or
4338                 a user defined action
4339
4340         * src/textview.c
4341                 re-apply fixed (I hope) patch for bug 57
4342                 "Hidden URL in HTML Mails"
4343
4344 2003-11-28 [christoph]  0.9.7claws5
4345
4346         * src/procmime.c
4347                 o be more liberal in what we accept as Content-Type parameters
4348                 o ignore comments after parameters
4349
4350         * src/sgpgme.c
4351                 o only free passphrase when an error occurs
4352
4353 2003-11-28 [paul]       0.9.7claws4
4354
4355         * src/account.c
4356                 add 'Clone Account' function. patch submitted by
4357                 Ricardo Mones Lastra
4358
4359 2003-11-27 [thorsten]   0.9.7claws3
4360
4361         * src/mimeview.c
4362                 fix crash if 'save_all' failed twice
4363
4364 2003-11-27 [paul]       0.9.7claws2
4365
4366         * po/POTFILES.in
4367                 fix a typo
4368
4369         * po/zh_CN.po
4370                 update Simplified Chinese translation. submitted by
4371                 Hansom Young
4372
4373 2003-11-27 [paul]       0.9.7claws1
4374
4375         * po/POTFILES.in
4376                 clean up
4377
4378 2003-11-26 [paul]       0.9.7claws
4379
4380         * 0.9.7claws released
4381
4382 2003-11-26 [paul]       0.9.6claws99
4383
4384         * src/Makefile.am
4385                 add reference to pixmaps/mime_message.xpm
4386
4387 2003-11-26 [paul]       0.9.6claws98
4388
4389         * po/POTFILES.in
4390                 remove reference to src/sigstatus.c
4391
4392 2003-11-26 [christoph]  0.9.6claws97
4393
4394         * src/Makefile.am
4395         * src/prefs_common.c
4396         * src/rfc2015.c
4397         * src/sigstatus.[ch]            ** REMOVE **
4398                 remove signature result popup option and window
4399
4400 2003-11-26 [paul]       0.9.6claws96
4401
4402         * po/es.po
4403           po/ja.po
4404           po/pl.po
4405           po/sk.po
4406           po/sr.po
4407                 update translations. submitted by Ricardo Mones Lastra,
4408                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4409
4410 2003-11-25 [christoph]  0.9.6claws95
4411
4412         * src/procmime.c
4413                 display mime structure only in debug mode
4414
4415 2003-11-25 [melvin]     0.9.6claws94
4416
4417         * po/fr.po
4418                 Updated French translations + typos fixes of older
4419                 translations (thanks to Fabien Vantard for pointing
4420                 to some of them)
4421
4422 2003-11-25 [melvin]     0.9.6claws93
4423
4424         * src/editldap.c
4425                 Fixed a couple of typos.
4426
4427 2003-11-24 [paul]       0.9.6claws92
4428
4429         * po/POTFILES.in
4430                 add 'src/textview.c'
4431
4432 2003-11-24 [paul]       0.9.6claws91
4433
4434         * src/sgpgme.c
4435                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4436
4437 2003-11-24 [paul]       0.9.6claws90
4438
4439         * src/plugins/image_viewer/viewer.c
4440                 image_viewer_show_mimepart(): 
4441                 use procmime_mimeinfo_get_parameter() to get the file name
4442
4443 2003-11-24 [paul]       0.9.6claws89
4444
4445         * src/textview.c
4446                 textview_show_mime_part(): rewrite text hint
4447
4448 2003-11-22 [paul]       0.9.6claws88
4449
4450         * sync with 0.9.7cvs5
4451                 see ChangeLog 2003-11-21
4452
4453 2003-11-21 [paul]       0.9.6claws87
4454
4455         * src/mimeview.c
4456                 define shortcut key 'o' for 'Open with...'
4457
4458 2003-11-21 [alfons]     0.9.6claws86
4459
4460         * src/messageview.c
4461                 fix bug #383 'Deleting message from "separate message view" 
4462                 uses local Trash folder'
4463
4464 2003-11-21 [christoph]  0.9.6claws85
4465
4466         * src/mimeview.c
4467                 fix content-type guessing by name parameter when finding
4468                 the correct viewer
4469
4470 2003-11-21 [alfons]     0.9.6claws84
4471
4472         * src/main.c
4473                 no mail incorporation allowed with --offline param.
4474                 fixes bug #374, "--offline ignored"
4475
4476 2003-11-20 [christoph]  0.9.6claws83
4477
4478         * src/mimeinfo.c
4479                 use signed MimeInfo when checking the signature and not
4480                 the selected one
4481
4482 2003-11-19 [alfons]     0.9.6claws82
4483
4484         * src/mainwindow.c
4485                 fix crash when toggling separate views, patch submitted
4486                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4487                 fixes bug #342, "separate views  cause crash"
4488
4489 2003-11-19 [paul]       0.9.6claws81
4490
4491         * src/compose.c
4492                 compose_redirect_write_headers_from_headerlist(): 
4493                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4494                 
4495         * src/main.c
4496                 code cleanup (inherited from 0.9.7cvs4)
4497                 
4498         * tools/tb2sylpheed
4499                 bugfix: added missing attribute-list start. submitted by
4500                 Urke MMI
4501
4502 2003-11-19 [luke]       0.9.6claws80
4503
4504         * src/textview.c
4505                 revert my last commit until I get time to fix it
4506
4507 2003-11-18 [christoph]  0.9.6claws79
4508
4509         * src/mimeview.[ch]
4510                 check parent MimeInfos for signatures and display the
4511                 result of the parent when found
4512
4513         * src/pgpmime.c
4514                 o avoid NULL pointer warnings
4515                 o use procmime_mimeinfo_get_parameter()
4516
4517         * src/sgpgme.c
4518                 small text changes
4519
4520 2003-11-17 [luke]       0.9.6claws78
4521
4522         * src/textview.c
4523                 add check for disguised URLs, fixing bug 57
4524                 "Hidden URL in HTML Mails"
4525
4526 2003-11-16 [christoph]  0.9.6claws77
4527
4528         * src/procmime.c
4529                 fix crash when parsing invalid Content-Type header
4530
4531 2003-11-16 [christoph]  0.9.6claws76
4532
4533         * src/pgpmime.c
4534         * src/privacy.c
4535         * src/procmime.c
4536         * src/sgpgme.[ch]
4537                 implement message decrypting
4538
4539         * src/rfc2015.c
4540                 remove old code
4541
4542 2003-11-14 [luke]       0.9.6claws75
4543
4544         * src/mimeview.c
4545                 fix a couple of problems that treated application/* and
4546                 application/octet-stream the wrong way around
4547                 (since 0.9.6claws10), causing "Open" to do nothing.
4548
4549 2003-11-14 [christoph]  0.9.6claws74
4550
4551         * src/messageview.c
4552         * src/pgpmime.c
4553         * src/privacy.[ch]
4554                 prepare for message part decrypting
4555
4556         * src/sgpgme.c
4557                 add output for expired signatures
4558
4559         * src/rfc2015.c
4560                 remove some old code
4561
4562 2003-11-10 [christoph]  0.9.6claws73
4563
4564         * src/mimeview.c
4565                 add "Full info" button for bad and warn signature status
4566
4567         * src/sgpgme.c
4568                 generate full signature info like gpg's output
4569                 (gpg -v --with-fingerprint --verify)
4570
4571 2003-11-10 [christoph]  0.9.6claws72
4572
4573         * src/mimeview.c
4574         * src/pgpmime.c
4575         * src/privacy.[ch]
4576         * src/sgpgme.[ch]
4577         * src/textview.[ch]
4578                 o add code to view full signature info
4579                 o do automatic signature checks
4580
4581 2003-11-10 [alfons]     0.9.6claws71
4582
4583         * src/summaryview.c
4584                 don't crash when gtkut_font_load() returns invalid font (has
4585                 something to do with locale settings)
4586                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4587
4588 2003-11-09 [alfons]     0.9.6claws70
4589
4590         * src/procmime.c
4591                 plug leak
4592
4593 2003-11-08 [luke]       0.9.6claws69
4594
4595         * src/summaryview.c
4596                 fix some typos
4597
4598         * src/compose.c
4599                 rewrite compose_attach_parts(), fixing various bugs mainly
4600                 to do with re-editing.
4601
4602         * src/mimeview.c
4603                 "save all" now only saves attachments with names/filenames
4604
4605 2003-11-04 [match]      0.9.6claws68
4606
4607         * src/ldapctrl.[ch]
4608                 fix broken LDAP support.
4609
4610         * src/ldapquery.c
4611                 remove printf's.
4612
4613 2003-11-04 [luke]       0.9.6claws67
4614
4615         * src/mimeview.c
4616                 o  fixed bug 4 "focus lost on messages with attachments"
4617                 o  fixed 'Save all' attachments for new mime changes
4618                 o  right clicking on icons consistent with right clicking on
4619                    mime tree
4620                   - fixes a bug where wrong part is saved when you
4621                     choose 'Save as' from popup menu
4622                   - fixes bug 308 "No way to "save all" attachments"
4623                 o  fixed a compiler warning.
4624
4625         * src/textview.c
4626                 o  removed flickering in mime tree when using "n" and "p"
4627                    shortcuts
4628                 o  fixed bug where selecting the textview and pressing e.g.
4629                    'y' causes sylpheed to respond twice.
4630
4631         * src/summaryview.c
4632                 removed hard coding of * and ! shortcuts (which only served
4633                 to cause problems if you tried to redefine the shortcuts)
4634
4635 2003-11-04 [luke]       0.9.6claws66
4636
4637         * src/plugins/image_viewer/viewer.c
4638         * src/plugins/image_viewer/viewerprefs.c
4639         * src/plugins/image_viewer/viewerprefs.glade
4640                 o  allow toggling of image scaling by clicking on image
4641                 o  respond to image's container widget resize
4642
4643         * src/procmime.c
4644                 o  fix bad parsing of message when re-editing/viewing a
4645                    message saved to the drafts folder
4646
4647 2003-11-02 [match]      0.9.6claws65
4648
4649         * src/browseldap.h
4650                 fix if not building LDAP support.
4651         * src/addrindex.c
4652         * src/ldapquery.[ch]
4653         * src/editldap.h
4654                 include support for contains query. feature req 529354.
4655
4656 2003-11-02 [alfons]     0.9.6claws64
4657
4658         * src/browseldap.c
4659                 fix build bustage if not compiling ldap support
4660
4661 2003-11-01 [match]      0.9.6claws63
4662
4663         * po/POTFILES.in
4664         * src/Makefile.am
4665         * src/addr_compl.[ch]
4666         * src/addrbook.c
4667         * src/addrcache.[ch]
4668         * src/addrdefs.h        ** NEW **
4669         * src/addressbook.c
4670         * src/addressitem.h
4671         * src/addrindex.[ch]
4672         * src/addritem.h
4673         * src/addrquery.[ch]
4674         * src/ldapquery.[ch]
4675         * src/ldapserver.[ch]
4676                 refactor LDAP query mechanism.
4677
4678         * src/browseldap.[ch]   ** NEW **
4679         * src/ldaplocate.[ch]   ** NEW **
4680                 add feature to browse LDAP entry that was retrieved using
4681                 an explicit LDAP search.
4682
4683 2003-11-01 [alfons]     0.9.6claws62
4684
4685         * src/prefs_gtk.c
4686                 prefs_write_param(): fail when we see an invalid type; all the
4687                 callers seem to handle this gracefully by reverting changes
4688
4689 2003-10-30 [christoph]  0.9.6claws61
4690
4691         * configure.ac
4692         * ac/openssl.m4
4693         * ac/spamassassin.m4
4694         * src/Makefile.am
4695                 use extra variables for all libraries to make sure plugins
4696                 are only linked with libraries they really need. $LIBS is always
4697                 added to the linking parameters, but we only what the libraries
4698                 listed in the Makefile
4699
4700 2003-10-29 [paul]       0.9.6claws60
4701
4702         * src/mimeview.c
4703                 don't use Subject for unknown part name
4704
4705 2003-10-29 [paul]       0.9.6claws59
4706
4707         * src/compose.c
4708                 get name of attachment(s) when re-editing, fwd'ing or
4709                 redirecting
4710                 
4711         * src/mimeview.c
4712                 get name of attachment(s) when saving
4713
4714 2003-10-29 [hoa]        0.9.6claws58
4715
4716         * src/textview.c
4717                 implemented multipart/alternative in MIME message viewer.
4718
4719 2003-10-28 [christoph]  0.9.6claws57
4720
4721         * configure.ac
4722                 make sure MathML-Viewer is not built with the
4723                 Gtk2 version of GtkMathView
4724
4725 2003-10-28 [paul]       0.9.6claws56
4726
4727         * sync with 0.9.7cvs1
4728                 see ChangeLog 2003-10-28
4729
4730 2003-10-27 [alfons]     0.9.6claws55
4731
4732         * src/matcher_parser_parse.y
4733         * src/gtk/colorlabel.c
4734                 allow setting color label to 0 in filtering/processing rules
4735                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4736
4737 2003-10-26 [alfons]     0.9.6claws54
4738
4739         * src/summary_search.c
4740                 fix misnomer and correct selecting initial search node  
4741
4742 2003-10-26 [christoph]  0.9.6claws53
4743
4744         * src/pgpmime.c
4745         * src/sgpgme.c
4746                 change display of signature info to use only name of
4747                 signer, otherwise the text gets too long.
4748
4749         * src/procmime.c
4750                 don't use MimeInfo's filename to generate tmp filename
4751
4752 2003-10-25 [christoph]  0.9.6claws52
4753
4754         * src/procmime.c
4755                 fix message body searching
4756
4757 2003-10-25 [paul]       0.9.6claws51
4758
4759         * src/compose.c
4760                 use g_basename rather than basename
4761
4762 2003-10-24 [christoph]  0.9.6claws50
4763
4764         * src/sgpgme.c
4765                 change fetching of signature key's trust
4766
4767 2003-10-24 [paul]       0.9.6claws49
4768
4769         * po/sk.po
4770                 update Slovak translation
4771                 submitted by Andrej Kacian
4772                 
4773         * src/mainwindow.c
4774                 remove unknown menu entry /File/Add mailbox/mbox...
4775
4776 2003-10-24 [hoa]        0.9.6claws48
4777
4778         * src/Makefile.am
4779                 removed all references to mbox folders
4780
4781         * src/carray.[ch]               * REMOVED *
4782         * src/chash.[ch]                * REMOVED *
4783         * src/maillock.[ch]             * REMOVED *
4784         * src/mailmbox.[ch]             * REMOVED *
4785         * src/mailmbox_folder.[ch]      * REMOVED *
4786         * src/mailmbox_parse.[ch]       * REMOVED *
4787         * src/mailmbox_types.[ch]       * REMOVED *
4788         * src/mbox_folder.[ch]          * REMOVED *
4789                 remove implementation of mbox folders
4790                 and old mailbox folder.
4791                 mbox folder implementation will be added
4792                 as a plugin so that implementation can be entirely
4793                 synchronized with the files of the project they are
4794                 extracted from (libEtPan!).
4795         
4796         * src/mainwindow.c
4797         * src/folder.c
4798         * src/folderview.[ch]
4799         * src/procmsg.h         
4800                 Disable as much code that references mbox folders
4801                 as possible.
4802                 Some UI thing still need to know that folder is mbox
4803                 (when we have to enter the name of the mailbox and
4804                 we want to add /var/mail/$USER).
4805
4806 2003-10-23 [christoph]  0.9.6claws47
4807
4808         * src/noticeview.c
4809                 don't always display button when noticeview is made visible
4810
4811         * src/mimeview.c
4812         * src/pgpmime.c
4813         * src/privacy.[ch]
4814         * src/sgpgme.[ch]
4815                 get signature information from crypto system
4816
4817 2003-10-22 [paul]       0.9.6claws46
4818
4819         * po/es.po
4820                 updated by Ricardo Mones Lastra
4821
4822 2003-10-22 [paul]       0.9.6claws45
4823
4824         * src/Makefile.am
4825                 update to reflect the changes to the icons that
4826                 happened in 0.9.6claws35
4827
4828 2003-10-22 [alfons]     0.9.6claws44
4829         
4830         * src/carray.h
4831                 inline carray_count() 
4832
4833 2003-10-21 [alfons]     0.9.6claws43
4834
4835         * src/carray.h
4836                 glib wrappers
4837         * src/carray.c
4838                 disable
4839         * src/mailmbox.[ch]
4840         * src/mailmbox_folder.c
4841         * src/mailmbox_parse.c
4842         * src/mailmbox_types.[ch]
4843                 %s/uint32_t/guint
4844
4845 2003-10-21 [luke]       0.9.6claws42
4846
4847         * src/stock_pixmaps.[ch]
4848         * src/mimeview.c
4849         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4850         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4851                 o remove mime_application_octet_stream.xpm icon (it was never
4852                   really needed)
4853                 o remove redundant icon messageview_text.xpm
4854
4855         * src/mainwindow.c
4856                 fix visibility of signature noticeview when toggling 'separate
4857                 message view'
4858
4859 2003-10-21 [christoph]  0.9.6claws41
4860
4861         * src/procmime.c
4862                 decode multipart and rfc822 mime parts to allow further
4863                 parsing when required
4864
4865 2003-10-21 [christoph]  0.9.6claws40
4866
4867         * src/procmime.[ch]
4868         * src/textview.c
4869                 remove obsolete charset parameter in MimeInfo and fix
4870                 TextView to use the charset from the parameter hash table
4871
4872         * src/plugins/dillo_viewer/Makefile.am
4873         * src/plugins/trayicon/Makefile.am
4874                 add OPENSSL_CFLAGS to fix building with using
4875                 --with-openssl-* parameters
4876
4877 2003-10-21 [paul]       0.9.6claws39
4878
4879         * src/prefs_matcher.[ch]
4880                 replace remnants of the old, renamed 'Execute' matchtype
4881                 add a brief description to the Info window
4882
4883 2003-10-21 [hoa]        0.9.6claws38
4884         
4885         * src/Makefile.am
4886         * src/carray.[ch]               * NEW *
4887         * src/chash.[ch]                * NEW *
4888         * src/folder.c
4889         * src/maillock.[ch]             * NEW *
4890         * src/mailmbox.[ch]             * NEW *
4891         * src/mailmbox_folder.[ch]      * NEW *
4892         * src/mailmbox_parse.[ch]       * NEW *
4893         * src/mailmbox_types.[ch]       * NEW *
4894                 implementation of mbox folder with unique message numbers
4895
4896                 made use of libEtPan! implementation of mbox for lower-layer.
4897
4898 2003-10-20 [alfons]     0.9.6claws37
4899
4900         * src/noticeview.c
4901                 fix invalid argument warning
4902         * src/pgpmime.c
4903                 no in place variable
4904
4905 2003-10-20 [paul]       0.9.6claws36
4906
4907         * src/compose.[ch]
4908           src/filtering.c
4909           src/messageview.c
4910                 fix crash when using Forward in Filtering when
4911                 external editor option is set
4912                 
4913                 Patch submitted by Simon 'corecode' Schubert
4914                 <corecode@corecode.ath.cx> 
4915
4916 2003-10-20 [paul]       0.9.6claws35
4917
4918         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4919           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4920           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4921           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4922           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4923           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4924           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4925           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4926           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4927           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4928           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4929           src/mimeview.c
4930           src/stock_pixmap.[ch]
4931                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4932                 icons. add privacy_warn.xpm icon
4933
4934 2003-10-20 [hoa]  0.9.6claws34
4935
4936         * src/folder_item_prefs.[ch]
4937         * src/prefs_folder_item.c
4938         * src/main.c
4939                 Added a property per folder to choose whether we 
4940                 want to apply processing on it on startup or if we
4941                 prefer to wait the folder selection to apply it.
4942         
4943         * src/messageview.c
4944                 fixed C89 compatibility (for old compilers, for
4945                 example gcc 2.95.x).
4946
4947 2003-10-17 [christoph]  0.9.6claws33
4948
4949         * src/mimeview.c
4950         * src/noticeview.[ch]
4951                 change noticeview icon to indicate signature status
4952
4953 2003-10-17 [christoph]  0.9.6claws32
4954
4955         * src/Makefile.am
4956         * src/main.c
4957         * src/mimeview.c
4958         * src/noticeview.c
4959         * src/pgpmime.[ch]                              ** NEW **
4960         * src/privacy.[ch]
4961         * src/rfc2015.c
4962         * src/sgpgme.c                                  ** NEW **
4963                 reimplement PGP/Mime signature checking (unfinished)
4964
4965 2003-10-15 [christoph]  0.9.6claws31
4966
4967         * src/procmime.[ch]
4968                 fix procmime_get_text_content() and
4969                 procmime_get_first_text_content()
4970
4971 2003-10-15 [christoph]  0.9.6claws30
4972
4973         * src/plugins/spamassassin/spamassassin_gtk.c
4974         * src/plugins/spamassassin/spamassassin_gtk.glade
4975                 fix timeout tooltip
4976
4977 2003-10-15 [paul]       0.9.6claws29
4978
4979         * src/messageview.c
4980                 workaround for buggy smtp servers. on sending a
4981                 return receipt strip the name part from the address
4982                 when creating headers
4983                 
4984 2003-10-15 [paul]       0.9.6claws28
4985
4986         * sync with 0.9.7 release
4987                 see ChangeLog 2003-10-15
4988
4989 2003-10-14 [christoph]  0.9.6claws27
4990
4991         * src/plugins/clamav/clamav_plugin.c
4992                 fix clamav plugin
4993
4994 2003-10-14 [christoph]  0.9.6claws26
4995
4996         * src/compose.c
4997         * src/mimeview.c
4998         * src/procmime.[ch]
4999         * src/rfc2015.c
5000         * src/textview.c
5001         * src/plugins/clamav/clamav_plugin.c
5002                 use GNode to create the mime tree (some changes to functions
5003                 that traverse the tree are just quick and dirty. Maybe we
5004                 can find better solutions with g_node_*-functions)
5005
5006 2003-10-14 [luke]       0.9.6claws25
5007
5008         * src/mimeview.c
5009                 fix a navigation bug (stupid typo of mine)
5010
5011 2003-10-14 [christoph]  0.9.6claws24
5012
5013         * src/textview.c
5014                 fix missing last line in plain/text mails
5015
5016 2003-10-13 [luke]       0.9.6claws23
5017
5018         * src/summaryview.c
5019                 fix bug 334 (part 1)
5020
5021 2003-10-13 [kov]        0.9.6claws22
5022
5023         * src/mimeview.c
5024                 error checking when the user enters a non-directory at
5025                 the file selection dialog.
5026                 work-around for users entering directory location without
5027                 adding a leading G_DIR_SEPARATOR.
5028
5029 2003-10-13 [luke]       0.9.6claws21
5030
5031         * src/compose.c
5032                 error reporting for inserting files, including catching
5033                 invalid characters for current locale/encoding
5034
5035 2003-10-13 [paul]       0.9.6claws20
5036
5037         * src/folderview.c
5038                 fix bug #347 'subscribe newsgroups crashes'
5039
5040 2003-10-13 [paul]       0.9.6claws19
5041
5042         * src/compose.c
5043                 when using 'Reply to all' include the 'send replies
5044                 to' folder property
5045                 
5046         * po/ja.po
5047                 update Japanese translation. submitted by Rui Hirokawa 
5048                 <rui_hirokawa@ybb.ne.jp>        
5049
5050 2003-10-13 [hoa]        0.9.6claws18
5051
5052         * src/account.c
5053         * src/compose.c
5054         * src/messageview.c
5055         * src/procheader.c
5056         * src/procheader.h
5057                 rename get_header_from_msginfo() into
5058                 procheader_get_header_from_msginfo() so that we have a
5059                 coherent exported naming.
5060                 avoid parsing of header contained in a string via
5061                 a newly written temporary file.
5062
5063         Patch submitted by Simon 'corecode' Schubert
5064                 <corecode@corecode.ath.cx>
5065
5066 2003-10-12 [hoa]        0.9.6claws17
5067
5068         * src/filtering.c
5069         * src/filtering.h
5070         * src/matcher.c
5071         * src/matcher.h
5072         * src/matcher_parser_parse.y
5073         * src/prefs_filtering_action.c
5074                 added "stop" action : stop applying the filtering rules.
5075                 added "set score" and "increase/decrease score" actions.
5076                 That two last action replace the "change_score" action
5077                 introduced by alfons in 0.8.8claws85.
5078                 "set score" is to set a given score to the message.
5079                 "increase/decrease score" will increase or decrease the
5080                 score if the given value is respectively positive or
5081                 negative. If someone find a some better name for this last
5082                 rule, it can be modified.
5083
5084 2003-10-12 [paul]       0.9.6claws16
5085
5086         * AUTHORS
5087           po/ja.po
5088                 update Japanese translation. submitted by Rui Hirokawa 
5089                 <rui_hirokawa@ybb.ne.jp>
5090
5091 2003-10-12 [christoph]  0.9.6claws15
5092
5093         * src/procmime.c
5094                 fix crash caused by incorrect headers
5095
5096 2003-10-10 [christoph]  0.9.6claws14
5097
5098         * src/main.c
5099         * src/privacy.[ch]
5100         * src/rfc2015.[ch]
5101                 implement detection of signed message parts for rfc2015
5102
5103 2003-10-10 [thorsten]   0.9.6claws13
5104
5105         * src/mimeview.c
5106                 fix typo
5107
5108 2003-10-10 [christoph]  0.9.6claws12
5109
5110         * src/stock_pixmap.[ch]
5111         * src/pixmaps/mime_message.xpm                  ** NEW **
5112                 add a new icon for mime type "message"
5113
5114         * src/privacy.[ch]
5115         * src/procmime.[ch]
5116                 add crypto api
5117
5118         * src/mimeview.c
5119                 o use crypto api
5120                 o add icons for message type mime parts
5121
5122 2003-10-10 [christoph]  0.9.6claws11
5123
5124         * src/mainwindow.c
5125         * src/messageview.[ch]
5126         * src/mimeview.[ch]
5127         * src/procmime.[ch]
5128         * src/procmsg.[ch]
5129         * src/rfc2015.c
5130         * src/summaryview.c
5131         * src/textview.[ch]
5132                 o remove switching between TextView and MimeView in MessageView
5133                   (if required we can hide the icon box and the MimeView will
5134                    look exaxtly like the TextView)
5135                 o temporary remove signature and decrypting GPGME code
5136
5137 2003-10-09 [christoph]  0.9.6claws10
5138
5139         * src/action.c
5140         * src/compose.c
5141         * src/messageview.c
5142         * src/mimeview.c
5143         * src/procmime.[ch]
5144         * src/procmsg.c
5145         * src/rfc2015.c
5146         * src/textview.c
5147         * src/common/utils.[ch]
5148         * src/plugins/clamav/clamav_plugin.c
5149         * src/plugins/dillo_viewer/dillo_viewer.c
5150         * src/plugins/image_viewer/viewer.c
5151         * src/plugins/mathml_viewer/mathml_viewer.c
5152                 new mime parser (several things need fixing)
5153
5154 2003-10-09 [paul]       0.9.6claws9
5155
5156         * src/imap.c
5157                 a little more sync with 0.9.6cvs2 and a tidy up
5158
5159 2003-10-08 [paul]       0.9.6claws8
5160
5161         * sync with 0.9.6cvs2
5162                 see ChangeLog 2003-10-03
5163
5164 2003-10-05 [christoph]  0.9.6claws7
5165
5166         * src/summaryview.c
5167                 don't use flags to check if a message is in a news folder
5168
5169         (closes Bug 282 clicking on folder with copied Messages from News
5170          immediately after having copied them crashes Sylpheed-Claws)
5171
5172 2003-10-05 [christoph]  0.9.6claws6
5173
5174         * src/Makefile.am
5175         * src/progressdialog.[ch]               ** REMOVE **
5176         * src/gtk/Makefile.am
5177         * src/gtk/progressdialog.[ch]           ** NEW **
5178                 move progressdialog to gtk directory
5179
5180 2003-10-04 [christoph]  0.9.6claws5
5181
5182         * src/prefs_toolbar.c
5183         * src/gtk/prefswindow.c
5184                 remove widget_show_all for pages root widget
5185
5186         * src/plugins/spamassassin/spamassassin.[ch]
5187         * src/plugins/spamassassin/spamassassin_gtk.c
5188         * src/plugins/spamassassin/spamassassin_gtk.glade
5189                 add support for new libspamc transports
5190
5191 2003-10-04 [christoph]  0.9.6claws4
5192
5193         * src/plugins/spamassassin/libspamc.[ch]
5194         * src/plugins/spamassassin/spamassassin.c
5195         * src/plugins/spamassassin/utils.[ch]
5196                 update libspamc to version from SpamAssassin 2.60
5197
5198 2003-10-03 [christoph]  0.9.6claws3
5199
5200         * src/send_message.c
5201                 fix missing format string bug found by
5202                 Georgi Guninski <guninski@guninski.com>
5203
5204 2003-10-03 [paul]       0.9.6claws2
5205
5206         * po/zh_CN.po
5207                 update Simpilified Chinese translation, submitted by
5208                 Hansom Young
5209
5210 2003-10-02 [christoph]  0.9.6claws1
5211
5212         * src/imap.c
5213                 add UIDPLUS support for COPY and EXPUNGE
5214
5215 2003-10-02 [paul]       0.9.6claws
5216
5217         * 0.9.6claws released
5218
5219 2003-10-02 [paul]
5220
5221         * po/es.po
5222           po/sk.po
5223                 update Spanish and Slovak translations
5224                 submitted by Ricardo Mones Lastra and Andrej Kacian
5225  
5226 2003-10-02 [paul]       0.9.5claws43
5227
5228         * po/en_GB.po
5229                 update British English translation
5230
5231 2003-10-02 [paul]       0.9.5claws42
5232
5233         * po/hr.po
5234                 update Croatian translation, submitted by Dragan
5235
5236 2003-10-01 [paul]       0.9.5claws41
5237
5238         * po/pl.po
5239           po/sr.po
5240                 update Polish and Serbian translations, submitted by
5241                 Emil and Urke MMI
5242
5243 2003-10-01 [melvin]     0.9.5claws40
5244
5245         * po/fr.po
5246                 Updated French translations
5247
5248 2003-10-01 [melvin]     0.9.5claws39
5249
5250         * src/prefs_fonts.c
5251                 Fixed a Gtk warning
5252
5253         * src/plugins/dillo_prefs.c     
5254                 Quasi unnoticeable UI clean-up.
5255
5256 2003-10-01 [paul]
5257
5258         * tools/README
5259           tools/maildir2sylpheed.pl
5260                 bug fixes, rewrites, submitted by Matthias Förste 
5261                 <itsjustme@users.sourceforge.net>
5262
5263 2003-09-29 [paul]       0.9.5claws38
5264
5265         * src/inc.c
5266                 fix my coding carelessness
5267
5268 2003-09-29 [paul]       0.9.5claws37
5269
5270         * po/POTFILES.in
5271           src/Makefile.am
5272           src/main.c
5273           src/prefs_common.[ch]
5274           src/prefs_fonts.[ch]  ** NEW FILES **
5275                 move Font config options to Other Prefs/Display/Fonts
5276                 (user's current configuration is preserved)
5277
5278 2003-09-29 [paul]       0.9.5claws36
5279
5280         * src/inc.c
5281           src/prefs_account.c
5282                 allow 'local_mbox' value to point to either a directory 
5283                 (/var/mail -  default, new) or a file (/var/mail/username
5284                 - original)
5285
5286 2003-09-28 [paul]       0.9.5claws35
5287
5288         * src/rfc2015.c
5289                 on signature check, where key exists, print the
5290                 Key ID
5291
5292 2003-09-27 [alfons]     0.9.5claws34
5293
5294         * src/action.c
5295                 o make progress bar not fill/expand when resizing dialog
5296                 o use default fixed text font for actions output
5297
5298 2003-09-27 [paul]       0.9.5claws33
5299
5300         * src/prefs_common.[ch]
5301           src/procmsg.c
5302           src/send_message.c
5303                 remove External Program settings from Common Prefs/Send
5304                 as they are now unnecessary due to Local account settings.
5305                 plus a little tidying-up after 0.9.5claws31
5306
5307 2003-09-27 [paul]       0.9.5claws32
5308
5309         * src/prefs_account.c
5310                 o make correction to gui text:
5311                   'Local mailbox file' -> 'Local mailbox directory'
5312                 o give 'local_mbox' option a reasonable default value:
5313                   '/var/mail'
5314                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5315                   value
5316
5317 2003-09-26 [paul]       0.9.5claws31
5318
5319         * src/inc.c
5320           src/prefs_common.[ch]
5321                 remove 'Incorporate from spool' common pref,
5322                 force creation of a 'Local' account
5323
5324 2003-09-26 [christoph]  0.9.5claws30
5325
5326         * src/folder.c
5327         * src/msgcache.c
5328                 add more NULL pointer checks
5329
5330 2003-09-25 [christoph]  0.9.5claws29
5331
5332         * src/folder.c
5333                 o don't fetch source message to get it's message id
5334                 o immediately scan dest folder when copying a message did not
5335                   return a new message number and not do it when the first message
5336                   without a new message number is found
5337
5338 2003-09-23 [christoph]  0.9.5claws28
5339
5340         * src/compose.c
5341                 fix generating of headers
5342
5343         (patch by David Relson <relson@osagesoftware.com>)
5344
5345 2003-09-23 [paul]       0.9.5claws27
5346
5347         * po/zh_CN.po
5348                 update Simplified Chinese translation. submitted by
5349                 Hansom Young
5350
5351 2003-09-23 [paul]       0.9.5claws26
5352
5353         * tools/Makefile.am
5354           tools/README
5355           tools/vcard2xml.py    ** NEW FILE **
5356                 add a script that converts an evolution vcard to
5357                 sylpheed's xml format
5358                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5359
5360 2003-09-22 [paul]       0.9.5claws25
5361
5362         * src/plugins/clamav/clamav_plugin.c
5363                 don't skip MULTIPART parts
5364
5365 2003-09-21 [christoph]  0.9.5claws24
5366
5367         * src/alertpanel.c
5368                 remove unneeded include
5369
5370         * src/folder.c
5371                 clean up copy/move mess with duplicated code
5372
5373         * src/imap.c
5374                 fix problem that sometimes the folder was not scanned
5375                 also it was changed
5376
5377 2003-09-21 [christoph]  0.9.5claws23
5378
5379         * src/Makefile.am
5380         * src/logwindow.[ch]                    ** REMOVE **
5381         * src/mainwindow.c
5382         * src/prefs_common.c
5383         * src/gtk/Makefile.am
5384         * src/gtk/logwindow.[ch]                ** ADD **
5385                 make logwindow prefs_common independent and move
5386                 it to gtk directory
5387
5388 2003-09-20 [christoph]  0.9.5claws22
5389
5390         * src/compose.c
5391                 add extra space for address code conversion
5392                 (4 * unconvered size could be too small for short headers)
5393
5394 2003-09-20 [christoph]  0.9.5claws21
5395
5396         * src/compose.c
5397                 increase temp buffer size when writing headers
5398
5399 2003-09-19 [darko]      0.9.5claws20
5400
5401         * src/compose.c
5402                 don't ignore value of 'Save copy of outgoing messages to
5403                 this folder instead of Sent' in message redirect
5404
5405 2003-09-17 [christoph]  0.9.5claws19
5406
5407         * src/compose.c
5408                 use ", " as address seperator for mail headers and pass whole
5409                 header line at once to compose_convert_header to make sure
5410                 it is correctly folded
5411
5412         (closes Bug 64 Problem when sending to many recipients)
5413
5414 2003-09-17 [hoa]        0.9.5claws18
5415         
5416         * src/matcher.[ch]
5417           src/matcher_parser_parse.y
5418           src/prefs_matcher.c
5419                 changed the keyword used for command execution in condition
5420                 keyword is changed from "execute" to "test"
5421                 so that it is not the same as the one used for action.
5422                 This will fix a bug when using filtering dialog.
5423                 All semantic in the code is also changed to reflect
5424                 the keyword change.
5425
5426 2003-09-17 [paul]
5427         
5428         * sync with 0.9.6 release
5429
5430 2003-09-17 [paul]       0.9.5claws17
5431
5432         * sync with 0.9.5cvs8
5433                 see ChangeLog 2003-09-16 and 2003-09-17
5434
5435 2003-09-16 [paul]       0.9.5claws16
5436
5437         * sync with 0.9.5cvs6
5438                 see ChangeLog 2003-09-16
5439
5440 2003-09-15 [paul]       0.9.5claws15
5441
5442         * sync with 0.9.5cvs5
5443                 see ChangeLog 2003-09-15
5444
5445 2003-09-14 [alfons]     0.9.5claws14
5446
5447         * src/inc.c
5448                 make "Go to inbox after receiving new mail" again;
5449                 regression of a sync, restored to sylpheed main 
5450                 behaviour. (misses still some bits)
5451
5452 2003-09-14 [alfons]     0.9.5claws13
5453
5454         * src/prefs_filtering_action.c
5455                 o add proper message if empty execute command line
5456                 o don't select first action item after registering a
5457                   new action to prevent (what seems to be a GTK) bug
5458                   #36, "filtering will only accept one action change 
5459                   per invocation".
5460
5461 2003-09-14 [alfons]     0.9.5claws12
5462
5463         * src/prefs_filtering.c
5464         * src/prefs_filtering_action.c
5465         * src/prefs_matcher.c
5466                 fix function signature for key_pressed_event signal handlers
5467
5468 2003-09-14 [alfons]     0.9.5claws11
5469
5470         * src/mainwindow.c
5471                 fix regression caused by fix for invalid bug #7
5472                 (should fix #246, "Multiple selections are deselected when 
5473                 moving from search window to main window")
5474                 
5475 2003-09-14 [alfons]     0.9.5claws10
5476         
5477         * src/actions.[ch]
5478         * src/filtering.[ch]
5479         * src/prefs_actions.c
5480                 allow `filtering actions` in actions; only for advanced users
5481                 right now: try for example, "%as{mark color 2}" 
5482         
5483 2003-09-13 [paul]       0.9.5claws9
5484         
5485         * po/pl.po
5486           po/zh_CN.po   ** NEW FILE **
5487                 update Polish translation, submitted by Emil 
5488                 <eminowbl@posejdon.wpk.p.lodz.pl>
5489                 add new Simplified Chinese translation, submitted by
5490                 Hansom Young <hansom_young@yahoo.com>
5491
5492 2003-09-12 [alfons]     0.9.5claws8
5493
5494         * src/summaryview.c
5495                 don't open separate message views when View | Separate message view
5496                 is active 
5497                 (please look carefully for any navigation regressions)
5498
5499 2003-09-11 [alfons]     0.9.5claws7
5500
5501         * src/mainwindow.c
5502                 make default message view, opened by View | Separate message 
5503                 view, look like a claws message view (which includes a menu
5504                 bar and a toolbar)
5505                 (fixes bug #298, "message view loses tool bar") 
5506
5507 2003-09-11 [christoph]  0.9.5claws6
5508
5509         * src/folderview.c
5510                 fix double deleting of newsgroup folders
5511
5512         (closes Bug 305 crash after deleting of a newsgroup)
5513
5514 2003-09-11 [paul]       0.9.5claws5
5515
5516         * src/rfc2015.c
5517           src/common/utils.h
5518                 more sync'ing from 0.9.5cvs2
5519
5520 2003-09-11 [christoph]  0.9.5claws4
5521
5522         * src/compose.c
5523         * src/rfc2015.c
5524         * src/common/utils.h
5525                 fix sync with 0.9.5cvs2
5526
5527 2003-09-11 [paul]       0.9.5claws3
5528
5529         * sync with 0.9.5cvs4
5530                 see ChangeLog 2003-09-11
5531
5532 2003-09-11 [paul]       0.9.5claws2
5533
5534         * sync with 0.9.5cvs2
5535                 see ChangeLog 2003-09-05
5536                 
5537 2003-09-11 [paul]       0.9.5claws1
5538
5539         * sync with 0.9.5cvs3
5540                 see ChangeLog 2003-09-10
5541
5542 2003-09-10 [paul]       0.9.5claws
5543
5544         * 0.9.5claws released
5545
5546 2003-09-10 [paul]       0.9.4claws78
5547
5548         * src/Makefile.am
5549                 add missing files
5550
5551 2003-09-10 [melvin]     0.9.4claws77
5552
5553         * po/fr.po
5554                 Updated French translations
5555
5556 2003-09-10 [paul]       0.9.4claws76
5557
5558         * po/es.po
5559           po/sk.po
5560           po/sr.po
5561                 update Spanish, Slovak, and Serbian translations.
5562                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5563                 and Urke MMI
5564                 
5565         * AUTHORS
5566                 add translation team section
5567
5568 2003-09-09 [christoph]  0.9.4claws75
5569
5570         * src/folder.c
5571                 free item->prefs in folder_item_destroy
5572
5573 2003-09-09 [alfons]     0.9.4claws74
5574
5575         * src/folderview.c
5576                 o proper check for root node sorting
5577                 o remove unnecessary gtk_ctree_remove_node 
5578
5579         (should fix bug #300, "crash while moving folder")      
5580
5581 2003-09-08 [christoph]  0.9.4claws73
5582
5583         * src/folderview.c
5584                 o fix double adding of IMAP FolderItems to GtkCTree
5585                 o fix crash then mbox folder is removed
5586
5587 2003-09-08 [christoph]  0.9.4claws72
5588
5589         * src/folder.c
5590         * src/folderview.c
5591         * src/mainwindow.c
5592                 fix new folder notification
5593
5594         * src/mbox_folder.c
5595                 fix cache path
5596
5597 2003-09-08 [christoph]  0.9.4claws71
5598
5599         * src/compose.c
5600                 replace '\n' and '\r' before removing trailing spaces
5601
5602         * src/folder.[ch]
5603         * src/folderview.c
5604                 add information about new or removed items in folder tree change
5605                 notification and use this in folderview to add and remove only
5606                 the appected items and not refresh the whole tree
5607
5608 2003-09-07 [match]      0.9.4claws70
5609
5610         * src/Makefile.am
5611         * src/addr_compl.c
5612         * src/addressbook.c
5613         * src/addressitem.h
5614         * src/addrindex.c
5615         * src/addritem.c
5616         * src/addritem.h
5617         * src/addrquery.c                       ** NEW **
5618         * src/addrquery.h
5619         * src/ldapquery.c
5620         * src/ldapserver.c
5621         * src/stock_pixmap.c
5622         * src/stock_pixmap.h
5623         * src/pixmaps/address_search.xpm        ** NEW **
5624                 re-introduce Lookup button for LDAP 'static' searches.
5625
5626 2003-09-07 [alfons]     0.9.4claws69
5627         
5628         * src/summaryview.c
5629                 abandon setting usize for messageview because it gives layout problems
5630                 with the quick search bar and the headerview; fixes assorted UI glitches:
5631                 
5632                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5633                 o bug #280, "Window resiizes for line length but does not revert"
5634
5635 2003-09-07 [christoph]  0.9.4claws68
5636
5637         * src/compose.c
5638                 o make sure we don't have any newlines in header values
5639                 o check custom headers for spaces and newlines and ignore
5640                   malformed header names
5641
5642 2003-09-06 [christoph]  0.9.4claws67
5643
5644         * src/folder.c
5645         * src/folderview.c
5646                 invoke notification hook for folder tree changes after append
5647                 and remove folder
5648
5649         (closes Bug 294 Crash while moving folder with many subdirectories)
5650
5651 2003-09-06 [christoph]  0.9.4claws66
5652
5653         * src/folder.c
5654                 destroy folder's MsgCache if FolderItem is removed to make sure
5655                 it is not saved when the FolderItem is destroyed
5656
5657 2003-09-06 [christoph]  0.9.4claws65
5658
5659         * src/plugins/clamav/clamav_plugin.c
5660                 fix copy & paste bug
5661
5662 2003-09-05 [christoph]  0.9.4claws64
5663
5664         * src/folder.c
5665         * src/messageview.[ch]
5666         * src/procmsg.[ch]
5667         * src/summaryview.c
5668                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5669                 by MessageView to clear it when the message is deleted. Should
5670                 work even if messages are deleted in MainWindow or by
5671                 processing.
5672
5673 2003-09-05 [alfons]     0.9.4claws63
5674
5675         * src/messageview.c
5676                 deleting a message in a message view frees its msginfo, make 
5677                 messageview_update_all() aware of that (should fix bug #293,
5678                 "deleting message caused crash")
5679
5680 2003-09-05 [melvin]     0.9.4claws62
5681
5682         * src/action.c
5683                 Improve synchronous action exit code (fixes 
5684                 a ~5 seconds delay after action exit on RedHat 9)
5685
5686 2003-09-04 [christoph]  0.9.4claws61
5687
5688         * src/compose.c
5689         * src/rfc2015.c
5690         * src/common/utils.[ch]
5691                 add util function to create mime boundary and use it
5692                 in compose and gpg code
5693
5694 2003-09-04 [alfons]     0.9.4claws60
5695
5696         * src/folder.c
5697                 source folder item's GNode should already have been freed in 
5698                 a previous call to src->folder->klass->remove_folder()
5699                 (should fix bug #287, "crash when moving folders")
5700
5701 2003-09-03 [thorsten]   0.9.4claws59
5702
5703         * src/plugins/spamassassin/spamassassin_gtk.c
5704                 fix compile error
5705
5706 2003-09-03 [christoph]  0.9.4claws58
5707
5708         * src/plugins/spamassassin/spamassassin.[ch]
5709         * src/plugins/spamassassin/spamassassin_gtk.c
5710                 add timeout config option
5711
5712 2003-09-03 [paul]       0.9.4claws57
5713
5714         * po/sk.po      ** NEW FILE **
5715                 add Slovak translation. Submitted by Andrej Kacian 
5716                 <andrej@kacian.sk>
5717
5718 2003-09-03 [paul]       0.9.4claws56
5719
5720         * src/plugins/clamav/clamav_plugin_gtk.c
5721                 gui tweaks: replace a label with a tooltip, modify the
5722                 text, use gtk_check_button_new(); instead of
5723                 gtk_check_button_new_with_label("");
5724
5725 2003-09-02 [alfons]     0.9.4claws55
5726
5727         * src/gtk/filesel.c
5728                 remember last used dir when attaching multiple files (should fix
5729                 bug #290, "Attach File does not remember directory")
5730
5731 2003-09-01 [paul]       0.9.4claws54
5732
5733         * po/es.po
5734                 updated by Ricardo Mones Lastra
5735
5736 2003-09-01 [alfons]     0.9.4claws53
5737
5738         * src/gtk/gtkaspell.[ch]
5739                 be pedantic and strict and use const gchar * instead of guchar *
5740
5741 2003-09-01 [alfons]     0.9.4claws52
5742
5743         * src/mainwindow.c
5744         * src/summaryviewc.
5745                 re-enable Save As when multiple messages are selected
5746
5747 2003-09-01 [paul]       0.9.4claws51
5748
5749         * src/textview.c
5750                 g_free(trimmed_uri);
5751
5752 2003-09-01 [paul]       0.9.4claws50
5753
5754         * sync with 0.9.4cvs13
5755                 see ChangeLog 2003-09-01
5756
5757 2003-09-01 [paul]       0.9.4claws49
5758
5759         * src/textview.c
5760                 trim uri before sending to the statusbar
5761                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5762                 in the message window causes main S-C window to enlarge 
5763                 past screen edges'
5764
5765 2003-09-01 [paul]       0.9.4claws48
5766
5767         * sync with 0.9.4cvs12
5768                 see ChangeLog 2003-09-01
5769
5770 2003-08-30 [christoph]  0.9.4claws47
5771
5772         * src/compose.c
5773         * src/folder_item_prefs.[ch]
5774         * src/prefs_folder_item.c
5775         * src/gtk/gtkaspell.[ch]
5776                 commit per folder dictionary patch by
5777                 Paul Evans <nerd@freeuk.com>
5778
5779 2003-08-30 [christoph]  0.9.4claws46
5780
5781         * src/plugins/spamassassin/spamassassin_gtk.c
5782         * src/plugins/spamassassin/spamassassin_gtk.glade
5783                 reduce GUI clutter by placing hints into tooltips
5784
5785 2003-08-30 [paul]       0.9.4claws45
5786
5787         * src/compose.c
5788                 add 'Content-Disposition: inline' to a text/plain
5789                 part when using PGP/MIME signing
5790
5791 2003-08-30 [paul]       0.9.4claws44
5792
5793         * src/prefs_common.c
5794           src/prefs_spelling.c
5795           src/prefs_spelling.glade
5796                 reduce GUI clutter by placing hints into tooltips
5797
5798 2003-08-29 [christoph]  0.9.4claws43
5799
5800         * configure.ac
5801                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5802
5803         * src/stock_pixmap.c
5804                 change unecessary warning into a debug message
5805
5806         * src/plugins/clamav/Makefile.am
5807                 Fix error "-I$(CLAMAV_LIBS)"
5808
5809 2003-08-29 [christoph]  0.9.4claws42
5810
5811         * intl/Makefile.in
5812         * src/Makefile.am
5813         * src/matcher.h
5814         * src/common/Makefile.am
5815         * src/common/passcrypt.c
5816                 commit fixes and patches for some of the IRIX problems found by
5817                 Ivan Rayner <ivanr@sgi.com>
5818
5819 2003-08-29 [paul]       0.9.4claws41
5820
5821         * src/prefs_filtering.c
5822                 add 'Top' and 'Bottom' buttons, based on changes in
5823                 src/prefs_filter.c in 0.9.4cvs11.
5824
5825 2003-08-27 [christoph]  0.9.4claws40
5826
5827         * src/folderview.c
5828                 fix bug that the current summary settings were copied to the
5829                 wrong folder item, when the folder item prefs are opened.
5830                 Copying is not required because summary settings and
5831                 folder_item_prefs do not contain the same settings
5832
5833 2003-08-27 [thorsten]   0.9.4claws39
5834
5835         * src/imap.c
5836                 fix compile error
5837
5838 2003-08-26 [paul]       0.9.4claws38
5839
5840         * sync with 0.9.4cvs9
5841                 see ChangeLog 2003-08-26
5842
5843 2003-08-25 [paul]       0.9.4claws37
5844
5845         * sync with 0.9.4cvs8
5846                 see ChangeLog 2003-08-25
5847
5848 2003-08-24 [christoph]  0.9.4claws36
5849
5850         * src/prefs_filtering.c
5851                 shouldn't remove items from a GSList while iterating over the
5852                 list (makes cur invalid and cur->next not accessable)
5853
5854         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5855          crashed)
5856
5857 2003-08-23 [christoph]  0.9.4claws35
5858
5859         * src/news.c
5860                 news folders should be scanned when opened
5861
5862 2003-08-22 [christoph]  0.9.4claws34
5863
5864         * src/prefs_folder_item.c
5865                 use macro to assign strings that always frees the old string
5866
5867         * src/gtk/gtkaspell.[ch]
5868                 add gtkaspell_set_dictionary_menu_active_item() to set active
5869                 item in dictionary option menu
5870
5871         * src/prefs_spelling.c
5872                 use gtkaspell_set_dictionary_menu_active_item() to select
5873                 dictionary
5874
5875 2003-08-21 [christoph]  0.9.4claws33
5876
5877         * src/folder.[ch]
5878         * src/imap.c
5879         * src/mbox_folder.c
5880         * src/mh.c
5881         * src/news.c
5882                 optimize folder system
5883
5884         * src/gtk/gtkstext.c
5885                 fix division by zero when font has 0 width for ' '
5886
5887 2003-08-21 [paul]       0.9.4claws32
5888
5889         * sync with 0.9.4cvs7
5890                 see ChangeLog 2003-08-20
5891
5892 2003-08-19 [paul]       0.9.4claws31
5893
5894         * src/common/defs.h
5895                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5896                 SYLDOC_FAQ_HTML_INDEX.
5897         * src/manual.c
5898                 use LC_MESSAGES instead of LC_ALL to find the current
5899                 language
5900
5901           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5902
5903 2003-08-19 [paul]       0.9.4claws30
5904
5905         * po/bg.po
5906                 updated by George Danchev
5907
5908 2003-08-18 [luke]       0.9.4claws29
5909         * src/mimeview.[ch]
5910         * src/gtk/gtkvscrollbutton.[ch]
5911                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5912                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5913                 o removed horizontal separator between icons
5914
5915 2003-08-17 [christoph]  0.9.4claws28
5916
5917         * src/procmsg.c
5918                 no subject threading when the subject has no reply prefix
5919
5920 2003-08-16 [christoph]  0.9.4claws27
5921
5922         * src/mainwindow.c
5923                 remember and restore window sizes and position when the main
5924                 window is hidden or shown
5925
5926         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5927          minimised/reopened using trayicon)
5928
5929 2003-08-16 [paul]       0.9.4claws26
5930
5931         * src/crash.c
5932                 add #include "defs.h"
5933
5934 2003-08-16 [paul]       0.9.4claws25
5935
5936         * src/plugins/clamav/clamav_plugin.c
5937                 reword a debug_print
5938                 
5939         * src/plugins/dillo_viewer/dillo_prefs.c
5940                 cosmetic: change the labels' text, add tooltips, and
5941                 left-align the hint
5942
5943 2003-08-15 [christoph]  0.9.4claws24
5944
5945         * src/news.c
5946                 complete last change (forgot some changes)
5947
5948 2003-08-15 [christoph]  0.9.4claws23
5949
5950         * src/news.c
5951                 o check number of messages and don't return a 0 message
5952                   when no messages are available
5953                 o don't parse xref header anymore
5954
5955         (closes Bug 203 I'm not getting any news)
5956
5957 2003-08-15 [paul]       0.9.4claws22
5958
5959         * src/common/defs.h
5960           src/crash.c
5961                 update and define claws bugzilla location
5962
5963 2003-08-15 [paul]       0.9.4claws21
5964
5965         * po/ru.po
5966                 update submitted by Ruslan N. Balkin
5967
5968 2003-08-14 [christoph]  0.9.4claws20
5969
5970         * src/procmsg.c
5971                 fix search for oldest node in subject threading
5972
5973 2003-08-14 [christoph]  0.9.4claws19
5974
5975         * src/procmsg.c
5976         * src/common/utils.h
5977                 add possibility to check all nodes with the same subject for
5978                 subject threading, not only the oldest node. Should not break
5979                 threads anymore if the oldest node is thread_by_subject_max_age
5980                 days older then parent, because it can now find a child of
5981                 oldest node as new parent.
5982
5983 2003-08-11 [christoph]  0.9.4claws18
5984
5985         * src/plugins/spamassassin/spamassassin.c
5986                 run spam check in background process
5987
5988 2003-08-10 [alfons]     0.9.4claws17
5989
5990         * src/summaryview.c
5991                 make `Select All' sensitive too
5992
5993 2003-08-10 [christoph]  0.9.4claws16
5994
5995         * src/imap.c
5996                 add more checks in imap_close
5997
5998 2003-08-09 [alfons]     0.9.4claws15
5999
6000         * src/prefs_spelling.c
6001                 no spell checking UI if not requested
6002
6003 2003-08-09 [alfons]     0.9.4claws14
6004
6005         * src/gtk/prefswindow.c
6006                 make it compile
6007
6008 2003-08-09 [christoph]  0.9.4claws13
6009
6010         * src/prefs_spelling.c
6011         * src/gtk/prefswindow.[ch]
6012         * src/plugins/clamav/clamav_plugin_gtk.c
6013         * src/plugins/spamassassin/spamassassin_gtk.c
6014                 sort prefs pages by heighest weight in tree
6015
6016 2003-08-09 [paul]       0.9.4claws12
6017
6018         * sync with 0.9.4cvs6
6019                 see ChangeLog 2003-08-07
6020                 
6021         * AUTHORS
6022                 add Leandro and Luke to claws-branch section
6023
6024 2003-08-09 [christoph]  0.9.4claws11
6025
6026         * src/gtk/Makefile.am
6027         * src/gtk/colorsel.[ch]                 ** NEW **
6028                 create a color selection dialog that can be used as a simple
6029                 function call with it's own gtk main loop like filesel.[ch]
6030
6031         * src/Makefile.am
6032         * src/main.c
6033         * src/prefs_common.c
6034         * src/prefs_spelling.[ch]               ** NEW **
6035         * src/prefs_spelling.glade              ** NEW **
6036         * src/gtk/gtkutils.[ch]
6037                 move "Spell Checker" prefs to new prefs dialog
6038
6039         * src/prefs_folder_item.c
6040                 use new colorsel dialog
6041
6042 2003-08-08 [paul]       0.9.4claws10
6043
6044         * src/inc.c
6045                 clear the progress bar unconditionally
6046
6047 2003-08-08 [paul]       0.9.4claws9
6048
6049         * sync with 0.9.4cvs4
6050                 see ChangeLog 2003-07-31
6051
6052 2003-08-07 [christoph]  0.9.4claws8
6053
6054         * configure.ac
6055                 fix bug in image viewer plugin part
6056
6057         * src/imap.c
6058                 don't execute close command if the folder item is not selected
6059
6060 2003-08-07 [hoa]        0.9.4claws7
6061
6062         * src/filtering.[ch]
6063         * src/matcher_parser.h
6064         * src/matcher_parser_parse.y
6065                 can define several actions for each filtering rule
6066                 can import old versions of filtering rules
6067
6068         * src/prefs_filtering.c
6069                 call to a new dialog box to define actions
6070
6071         * src/prefs_filtering_action.[ch]
6072                 dialog box to define actions for filtering rules
6073
6074 2003-08-06 [christoph]  0.9.4claws6
6075
6076         * src/imap.c
6077                 make sure source folder is selected when copying messages
6078
6079 2003-08-06 [christoph]  0.9.4claws5
6080
6081         * sync with 0.9.4cvs2
6082                 see ChangeLog 2003-07-29                
6083
6084 2003-08-05 [paul]       0.9.4claws4
6085
6086         * sync with 0.9.4cvs3
6087                 see ChangeLog 2003-07-30
6088
6089 2003-08-04 [match]      0.9.4claws3
6090
6091         * po/POTFILES.in
6092                 export of LDIF files.
6093
6094 2003-08-04 [match]      0.9.4claws2
6095
6096         * src/ldif.[ch]
6097                 support for export LDIF. documented.
6098         * src/importldif.[ch]
6099         * src/exportldif.[ch]
6100                 add tooltips. documented.
6101         * src/exphtmldlg.[ch]
6102         * src/common/xmlprops.[ch]
6103                 documented.
6104         * src/exportldif.[ch]                   ** NEW **
6105         * src/expldifdlg.[ch]                   ** NEW **
6106         * src/addressbook.[ch]
6107         * src/Makefile.am
6108                 export of LDIF files.
6109                 documented.
6110
6111 2003-08-04 [christoph]  0.9.4claws1
6112
6113         * .cvsignore
6114         * Makefile.am
6115         * configure.ac
6116         * sylpheed-claws.pc.in                  ** NEW **
6117         * src/Makefile.am
6118         * src/common/Makefile.am
6119         * src/gtk/Makefile.am
6120                 install sylpheed header files in $(pkgincludedir) and create a
6121                 pkg-config file to allow building a plugin without the source
6122                 package
6123
6124 2003-08-04 [paul]       0.9.4claws
6125
6126         * version 0.9.4claws
6127
6128 2003-08-04 [paul]       0.9.3claws97
6129
6130         * po/es.po
6131                 update Spanish translation. Submitted by Ricardo
6132                 Mones Lastra.
6133
6134 2003-08-03 [paul]       0.9.3claws96
6135
6136         * po/hr.po
6137           po/sr.po
6138                 update Croatian and Serbian translations. Submitted by
6139                 Dragan and Urke MMI respectively
6140
6141 2003-08-03 [alfons]     0.9.3claws95
6142
6143         * src/summaryview.c
6144                 mark flag has precedence over important flag - seems
6145                 to have been changed in sync of 0.9.3claws45. this fixes
6146                 a regression where messages that were scored as important
6147                 don't show their mark flags. (using the same column for
6148                 both importance as mark flags is the real problem
6149                 ofcourse)
6150
6151 2003-08-03 [melvin]     0.9.3claws94
6152
6153         * po/fr.po
6154                 Updated French translations.
6155
6156 2003-08-03 [melvin]     0.9.3claws93
6157
6158         * src/Makefile.am
6159                 Fixed typo introduced after 0.9.3claws92 
6160                 that prevented compilation
6161                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6162                 CPPFLAGS and YFLAGS to allow user setting these.
6163         * src/common/Makefile.am
6164         * src/gtk/Makefile.am
6165         * src/plugins/clamav/Makefile.am
6166         * src/plugins/demo/Makefile.am
6167         * src/plugins/dillo_viewer/Makefile.am
6168         * src/plugins/image_viewer/Makefile.am
6169         * src/plugins/mathml_viewer/Makefile.am
6170         * src/plugins/spamassassin/Makefile.am
6171         * src/plugins/trayicon/Makefile.am
6172         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6173                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6174                 CPPFLAGS and YFLAGS to allow user setting these.
6175
6176 2003-08-02 [christoph]  0.9.3claws92
6177
6178         * configure.ac
6179                 o rearrange plugin tests
6180                 o add test for clamav.h to ClamAV tests
6181
6182 2003-08-02 [luke]       0.9.3claws91
6183
6184         * src/mimeview.c
6185                 o fixed appearance of icon list when toggling back from the 
6186                   ctree
6187                 o toggling of icons using the keyboard works correctly
6188                 o fixed all other keyboard shortcuts to work when icons are
6189                   active
6190         
6191         * src/messageview.c
6192                 o fixed bug 4 - focus lost when changing messageview view type
6193
6194 2003-08-02 [christoph]  0.9.3claws90
6195
6196         * src/common/hooks.c
6197                 fix crash when pointer stored in hash table could get invalid
6198                 when a plugin is unloaded
6199
6200 2003-08-01 [christoph]  0.9.3claws89
6201
6202         * configure.ac
6203                 o try to build all plugins (except spamassassin) by default
6204                 o don't build a plugin if a dependency check fails
6205
6206         * src/common/hooks.c
6207                 fix warning
6208
6209 2003-08-01 [match]      0.9.3claws88
6210
6211         * src/importldif.c
6212                 allow single click field selection. document code.
6213
6214 2003-08-01 [christoph]  0.9.3claws87
6215
6216         * src/plugins/clamav/clamav_plugin.c
6217         * src/plugins/clamav/clamav_plugin_gtk.c
6218         * src/plugins/dillo_viewer/dillo_viewer.c
6219         * src/plugins/image_viewer/plugin.c
6220         * src/plugins/mathml_viewer/mathml_viewer.c
6221         * src/plugins/spamassassin/spamassassin.c
6222         * src/plugins/spamassassin/spamassassin_gtk.c
6223         * src/plugins/trayicon/trayicon.c
6224                 add version check to all plugins
6225
6226 2003-08-01 [hoa]        0.9.3claws86
6227
6228         * src/prefs_filtering.c
6229                 fixed a cosmetic bug, during creation of dialog box,
6230                 wrong widgets were shown after creation.
6231
6232 2003-08-01 [luke]       0.9.3claws85
6233
6234         * src/mainwindow.c
6235                 o fixed visibility of icons/mimeview after toggling separate
6236                   message/folder view (factored out some similar code too).
6237
6238
6239 2003-07-31 [alfons]     0.9.3claws84
6240
6241         * src/mimeview.c
6242                 tweak icon box UI a bit more, now allowing right-clicks actions
6243                 getting the relevant mime data too; should fix #250, "Can't save 
6244                 attachments sometimes".
6245
6246 2003-07-30 [alfons]     0.9.3claws83
6247
6248         * src/compose.c
6249                 don't do auto-save-draft inside key press handler, but rather
6250                 schedule it half of a second later; should fix #67, "autosave 
6251                 make re-rediting message crazy"
6252
6253 2003-07-30 [christoph]  0.9.3claws82
6254
6255         * src/plugins/trayicon/trayicon.c
6256                 process pending events before unloading the plugin
6257
6258         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6259
6260 2003-07-30 [alfons]     0.9.3claws81
6261
6262         * src/common/hooks.c
6263                 parameter 2 of g_hook_destroy() should really be a hook id
6264
6265 2003-07-30 [alfons]     0.9.3claws80
6266
6267         * src/common/plugin.c
6268                 fix a possibly harmful function signature mismatch 
6269                 for plugin_done
6270
6271 2003-07-30 [alfons]     0.9.3claws79
6272
6273         * src/common/hooks[.ch]
6274                 const correctness
6275
6276 2003-07-30 [darko]      0.9.3claws78
6277
6278         * src/summaryview.c
6279                 make it compile again
6280
6281 2003-07-30 [luke]       0.9.3claws77
6282
6283         * src/crash.c
6284         * src/main.c
6285                 o added/moved signal handlers for SIGTERM (normal kill command) 
6286                   and SIGINT (ctl-c) to be used even without 
6287                   --enable-crash-dialog, fixing bug 166
6288
6289         * src/summaryview.c
6290                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6291                   bug 227
6292
6293         * src/mainwindow.c
6294                 o changed sensitivity condition for 'Next new' and 'Next 
6295                   unread', fixing bug 8
6296
6297 2003-07-29 [alfons]     0.9.3claws76
6298
6299         * src/common/utils.[ch]
6300                 add generate_msgid()
6301         * src/messageview.c
6302                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6303                 sent folder".
6304
6305 2003-07-29 [alfons]     0.9.3claws75
6306
6307         * src/messageview.c
6308                 fix a memleak (claws-only)
6309
6310 2003-07-29 [alfons]     0.9.3claws74
6311
6312         * src/mimeview.[ch]
6313         * src/gtk/gtkvscrollbutton.[ch]
6314                 fix UI glitch where mime icon toolbox' scroll position is not 
6315                 reset after switching to another message
6316                 
6317
6318 2003-07-29 [paul]       0.9.3claws73
6319
6320         * src/prefs_folder_item.c
6321                 split the prefs into 2 separate pages
6322
6323 2003-07-29 [paul]       0.9.3claws72
6324
6325         * src/compose.c
6326                 prepend "\n\n" to a signature without a separator too
6327
6328 2003-07-29 [paul]       0.9.3claws71
6329
6330         * src/compose.c
6331                 fix bug where changing to an account without an auto-sig
6332                 from an initial account without an auto-sig would insert 
6333                 2 blank lines at the cursor point
6334                 fix bug where changing to an account with an auto-sig
6335                 from an initial account without an auto-sig would insert
6336                 the sig at the cursor point
6337
6338 2003-07-29 [paul]       0.9.3claws70
6339
6340         * src/folderview.c
6341                 use the colour from the folder pref unless the folder
6342                 has new messages
6343
6344 2003-07-29 [alfons]     0.9.3claws69
6345
6346         * src/procmsg.[ch]
6347         * src/messageview.c
6348         * src/procheader.c
6349                 rewrite return receipt request work a little bit (the former 
6350                 implementation presumably depended too much on the UI setting
6351                 flags). (we're losing the old pending flag.) 
6352
6353 2003-07-28 [christoph]  0.9.3claws68
6354
6355         * src/folder.c
6356         * src/imap.c
6357         * src/mh.c
6358         * src/procmsg.[ch]
6359                 fix copy to IMAP folder from other folder
6360
6361 2003-07-28 [christoph]  0.9.3claws67
6362
6363         * src/procmsg.c
6364                 fix sync of procmsg_get_message_file_list
6365
6366 2003-07-28 [christoph]  0.9.3claws66
6367
6368         * sync with 0.9.3cvs14
6369                 see ChangeLog 2003-07-18
6370         * sync with 0.9.3cvs17
6371                 see ChangeLog 2003-07-23
6372
6373         (closes Bug 234 segmentation fault after sending out mail via
6374          smtp(auth))
6375
6376 2003-07-28 [paul]       0.9.3claws65
6377
6378         * po/es.po
6379                 update Spanish translation, submitted by Ricardo Mones
6380                 Lastra
6381
6382 2003-07-28 [christoph]  0.9.3claws64
6383
6384         * src/folder.[ch]
6385         * src/imap.c
6386         * src/mh.c
6387                 return new message numbers as a GRelation instead of a GSList
6388                 that has to be in the same order as the input list. A list
6389                 would make it hard for IMAP to optimize oepration by sorting
6390                 the input list. The returned list would have to be reordered
6391                 to match the same order that input list has.
6392
6393         * src/gtk/gtkaspell.c
6394                 fix missing return value, could cause a crash when garbage is
6395                 on the stack that is used as the expected return value
6396
6397 2003-07-28 [paul]       0.9.3claws63
6398
6399         * sync with 0.9.4cvs1
6400                 see ChangeLog 2003-07-28
6401
6402 2003-07-27 [alfons]     0.9.3claws62
6403
6404         * src/mimeview.c
6405                 tweak it more to make icon list act like a check button group
6406
6407 2003-07-27 [christoph]  0.9.3claws61
6408
6409         * sync with 0.9.3cvs20
6410                 see ChangeLog 2003-07-25
6411
6412 2003-07-27 [paul]       0.9.3claws60
6413
6414         * src/procmsg.c
6415                 re-commit changes from 0.9.3claws58 -
6416                 accidently removed in 0.9.3claws59
6417
6418 2003-07-27 [paul]       0.9.3claws59
6419
6420         * src/procmsg.[ch]
6421                 a sync from 0.9.3cvs17
6422                 see ChangeLog 2003-07-23
6423
6424 2003-07-27 [alfons]     0.9.3claws58
6425
6426         * src/procmsg.c
6427                 add missing header members to MsgInfo; fixes the problem of 
6428                 not displaying X-Faces, as noticed by Ricardo Mones
6429
6430 2003-07-26 [christoph]  0.9.3claws57
6431
6432         * sync with 0.9.3cvs18
6433                 see ChangeLog 2003-07-24
6434
6435 2003-07-26 [christoph]  0.9.3claws56
6436
6437         * sync with 0.9.3cvs17
6438                 see ChangeLog 2003-07-23
6439
6440 2003-07-26 [christoph]  0.9.3claws55
6441
6442         * src/folder.[ch]
6443         * src/imap.c
6444         * src/mbox_folder.c
6445         * src/mh.c
6446         * src/news.c
6447                 add support for copy function that copy multiple messages
6448                 (not implemented yet)
6449
6450         * src/summaryview.c
6451                 add missing return value
6452
6453 2003-07-26 [paul]       0.9.3claws54
6454
6455         * tools/multiwebsearch.pl
6456                 do whitespace substitution before passing the string
6457                 to the browser. fixes bug with browsers that don't
6458                 do whitespace conversion themselves.
6459
6460 2003-07-25 [christoph]  0.9.3claws53
6461
6462         * src/folder.[ch]
6463         * src/imap.c
6464         * src/mh.c
6465                 rewrite adding of multiple messages to a folder for
6466                 claws' folder system
6467
6468 2003-07-25 [luke]       0.9.3claws52
6469
6470         * src/mimeview.c
6471                 o icon toggles set correctly on leaving ctree mimeview
6472
6473 2003-07-25 [paul]       0.9.3claws51
6474
6475         * partial sync with 0.9.3cvs21 [src/main.c]
6476                 see ChangeLog 2003-07-25
6477
6478 2003-07-24 [paul]       0.9.3claws50
6479
6480         * tools/maildir2sylpheed.pl
6481                 fix typo
6482
6483 2003-07-24 [paul]       0.9.3claws49
6484
6485         * src/mimeview.c
6486                 increase the gutter size of paned so that the panes
6487                 can be resized
6488                 
6489         * src/plugins/demo/demo.c
6490                 squeeze in another typo fix
6491
6492 2003-07-24 [paul]       0.9.3claws48
6493
6494         * src/plugins/demo/demo.c
6495           src/prefs_account.c
6496                 small changes to the English
6497                 
6498         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6499           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6500           src/Makefile.am
6501           src/stock_pixmap.c
6502                 rename the misspelled icon
6503
6504 2003-07-23 [alfons]     0.9.3claws47
6505
6506         * src/mimeview.c
6507                 make icon list look like a list of toggles
6508
6509 2003-07-23 [luke]       0.9.3claws46
6510
6511         * src/pixmaps/mimeview_gpg_expired.xpm
6512         * src/pixmaps/mimeview_gpg_failed.xpm
6513         * src/pixmaps/mimeview_gpg_passed.xpm
6514         * src/pixmaps/mimeview_text_html.xpm
6515         * src/pixmaps/mimeview_image.xpm
6516                 o all icons the same size
6517
6518         * src/mimeview.[ch]
6519                 o mimeview ctree arranged vertically above the viewer
6520                 o icons changed to buttons
6521                 o can use keyboard to select an icon (Enter)
6522                 o resize icon list to width of icons
6523
6524         *  src/gtk/gtkvscrollbutton.c
6525                 o sensitivity of buttons reacts to position
6526
6527 2003-07-23 [christoph]  0.9.3claws45
6528
6529         * sync with 0.9.3cvs14 (incomplete)
6530                 see ChangeLog 2003-07-17
6531
6532 2003-07-23 [alfons]     0.9.3claws44
6533
6534         * src/folder.c
6535         * src/procmsg.h
6536                 sync with my local tree to restore some claws-only things
6537
6538 2003-07-23 [paul]       0.9.3claws43
6539
6540         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6541           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6542           src/Makefile.am
6543           src/mimeview.c
6544           src/procmime.h
6545           src/rfc2015.c
6546           src/stock_pixmap.[ch]
6547                 indicate missing keys and expired sigs/keys
6548                 in mime view column
6549
6550 2003-07-23 [paul]       0.9.3claws42
6551
6552         * src/compose.c
6553                 Redirect fixes: enable automatic account selection and
6554                 do not append signature to message on changing account
6555                 fixes Bug[s] #248
6556
6557 2003-07-23 [paul]       0.9.3claws41
6558
6559         * sync with 0.9.3cvs16
6560                 see ChangeLog 2003-07-23
6561
6562 2003-07-23 [alfons]     0.9.3claws40
6563
6564         * src/inc.c
6565                 give progress dialog a main window, and give it the first 
6566                 one (presumably the only one). fixes bug #247, "segfault on 
6567                 pop-before-smtp" 
6568
6569 2003-07-22 [alfons]     0.9.3claws39
6570
6571         * src/summaryview.c
6572                 shift-space scrolls up
6573
6574 2003-07-22 [paul]       0.9.3claws38
6575
6576         * sync with 0.9.3cvs15
6577                 see ChangeLog 2003-07-22
6578
6579 2003-07-20 [alfons]     0.9.3claws37
6580
6581         * src/compose.c
6582                 put menu inside #ifdef USE_ASPELL..#endif
6583
6584 2003-07-20 [christoph]  0.9.3claws36
6585
6586         * src/procmsg.c
6587                 fix wrong flags in MsgInfo returned by
6588                 procmsg_msginfo_get_full_info()
6589
6590         (closes Bug 221 Deleting messages from the Message View gives incorrect
6591          new/unread message counts in the folder view)
6592
6593         * src/plugins/spamassassin/spamassassin_gtk.c
6594                 add gettext macro for prefs page title
6595
6596 2003-07-20 [paul]       0.9.3claws35
6597
6598         * src/mimeview.c
6599                 redraw icon list on signature check
6600
6601 2003-07-20 [christoph]  0.9.3claws34
6602
6603         * src/Makefile.am
6604         * src/account.c
6605         * src/folder.[ch]
6606         * src/folder_item_prefs.[ch]            ** NEW **
6607         * src/folderview.c
6608         * src/mainwindow.c
6609         * src/mh.c
6610         * src/prefs_gtk.c
6611         * src/prefs_scoring.c
6612         * src/summaryview.c
6613         * src/prefs_folder_item.[ch]
6614                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6615                   Properties dialog
6616                 o use prefswindow for folder properties
6617
6618         * src/gtk/prefswindow.[ch]
6619                 change implementation to use an invisible notebook instead
6620                 of unparenting widgets
6621
6622 2003-07-20 [christoph]  0.9.3claws33
6623
6624         * src/compose.h
6625         * src/folder.c
6626         * src/folderview.h
6627         * src/headerview.h
6628         * src/prefs_filtering.h
6629         * src/prefs_folder_item.[ch]
6630         * src/procmime.h
6631         * src/procmsg.h
6632         * src/summaryview.h
6633                 clean up header mess
6634                 (always use 1. typedefs, 2. #includes, 3. structures)
6635
6636         * src/common/version.h.in
6637                 add casts for constants
6638
6639         * src/plugins/demo/demo.c
6640                 fix typo
6641
6642         * src/plugins/spamassassin/spamassassin.c
6643                 remove unused variable
6644
6645 2003-07-20 [alfons]     0.9.3claws32
6646
6647         * src/mimeview.c
6648                 o make icon buttons respond on left click
6649                 o minor cosmetic change
6650
6651 2003-07-19 [luke]       0.9.3claws31
6652
6653         * src/mimeview.[ch]
6654         * src/gtk/gtkvscrollbutton.c
6655         * src/messageview.c
6656                 o improved mimeview behaviour when selecting a new message
6657                 o plus code cleanups to remove compile warnings
6658
6659
6660 2003-07-19 [alfons]     0.9.3claws30
6661
6662         * src/procmsg.c
6663         * src/compose.c
6664         * src/common/utils.[ch]
6665                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6666
6667 2003-07-19 [alfons]     0.9.3claws29
6668
6669         * src/prefs_folder_item.c
6670                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6671                 string pointers
6672
6673 2003-07-19 [luke]       0.9.3claws28
6674
6675         * src/messageview.c
6676         * src/mimeview.[ch]
6677         * src/procmime.h
6678         * src/rfc2015.c
6679         * src/stock_pixmap.[ch]
6680         * src/gtk/Makefile.am
6681         * src/Makefile.am
6682         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6683         * src/pixmaps/mime_*.xpm                ** NEW **
6684                 o mimeview rearrangement with a new icon shortcut bar
6685
6686 2003-07-19 [alfons]     0.9.3claws27
6687
6688         * src/folderview.c
6689                 o plug leaking nodes_to_recollapse
6690                 o add folderview_recollapse_all_nodes() (not used yet)
6691
6692 2003-07-19 [alfons]     0.9.3claws26
6693
6694         * src/compose.c
6695         * src/common/utils.c
6696                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6697                 for both forwarding as replying
6698
6699 2003-07-18 [christoph]  0.9.3claws25
6700
6701         * configure.ac
6702         * src/common/sylpheed.[ch]
6703         * src/common/version.h.in
6704                 add version in numeric form to allow easy comparison
6705
6706         * src/plugins/demo/demo.c
6707                 add version check
6708                 - sylpheed version > plugin version => never allowed, sylpheed
6709                   could contain unknown API changes
6710                 - sylpheed version < minimum version required => don't load,
6711                   API required not available (if linking does not fail)
6712
6713 2003-07-18 [alfons]     0.9.3claws24
6714         
6715         * src/common/plugin.[ch]
6716                 const correctness
6717
6718 2003-07-18 [christoph]  0.9.3claws23
6719
6720         * src/common/hooks.c
6721                 fix crash when hooks where unregisted
6722
6723         * src/plugins/trayicon/trayicon.c
6724                 unregister detroy signal before destroying the widget
6725                 (still crashes when the plugin is unloaded)
6726
6727 2003-07-18 [alfons]     0.9.3claws22
6728         
6729         * src/folderview.c
6730                 delay expanding folder tree during drags until timeout triggered
6731                 (needs perhaps some tweaking, so testing is welcome)
6732
6733 2003-07-17 [alfons]     0.9.3claws21
6734
6735         * src/folderview.c
6736                 clean up cruft
6737
6738 2003-07-17 [christoph]  0.9.3claws20
6739
6740         * src/common/session.c
6741                 fix opening of SSL connections
6742
6743         * src/plugins/image_viewer/Makefile.am
6744                 add OPENSSL_CFLAGS (we should find a better solution to remove
6745                 this dependencies if they are not required)
6746
6747         * src/plugins/spamassassin/spamassassin.c
6748                 remove setlocale workaround (fixed in libspamc)
6749
6750         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6751          if spell checking enabled)
6752
6753 2003-07-17 [alfons]     0.9.3claws19
6754
6755         * src/common/hooks.[ch]
6756         * src/plugins/clamav/clamav_plugin.c
6757         * src/plugins/spamassassin/spamassassin.c
6758         * src/plugins/trayicon/trayicon.c
6759                 fix signedness muck 
6760
6761 2003-07-17 [alfons]     0.9.3claws18
6762
6763         * src/procmime.c
6764                 plug memleak
6765
6766 2003-07-17 [alfons]     0.9.3claws17
6767
6768         * src/inc.c
6769                 plug memleak
6770
6771 2003-07-17 [paul]       0.9.3claws16
6772
6773         * src/common/defs.h
6774           src/mainwindow.c
6775           src/manual.[ch]
6776                 add link to the Claws site's FAQ page, after the suggestion
6777                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6778                 Move url strings to defs.h
6779                 
6780         * src/mainwindow.c
6781                 fix typo to prevent "unknown menu entry" warnings
6782
6783 2003-07-17 [alfons]     0.9.3claws15
6784
6785         * src/folderview.[ch]
6786         * src/summaryview.[ch]
6787         * src/mimeview.[ch]
6788                 plug DnD leaks 
6789
6790 2003-07-17 [paul]       0.9.3claws14
6791
6792         * src/inc.c
6793                 remove two instances of 'GTK_EVENTS_FLUSH' because
6794                 they are unnecessary and probably cause a stack overflow
6795
6796 2003-07-16 [christoph]  0.9.3claws13
6797
6798         * src/mimeview.[ch]
6799                 use an invisible GTK notebook to switch between viewers
6800                 instead of reparenting widgets
6801
6802 2003-07-16 [christoph]  0.9.3claws12
6803
6804         * src/folder.c
6805                 move folder_item_update_freeze() to correct place in
6806                 folder_item_scan_full()
6807
6808 2003-07-16 [paul]       0.9.3claws11
6809
6810         * sync with 0.9.3cvs12
6811                 see ChangeLog 2003-07-14 and 2003-07-15
6812
6813 2003-07-16 [christoph]  0.9.3claws10
6814
6815         * src/imap.[ch]
6816         * src/prefs_account.[ch]
6817                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6818
6819 2003-07-15 [alfons]     0.9.3claws9
6820
6821         * src/main.c
6822                 make --config-dir do something useful
6823
6824 2003-07-15 [alfons]     0.9.3claws8
6825
6826         * src/procmsg.c
6827                 o fix a bug where 'last' didn't really point to the last message
6828                   in the top level list of children, but to the last threaded
6829                   message. 
6830                 
6831                 o clean up and make it easier to sync
6832
6833 2003-07-15 [alfons]     0.9.3claws7
6834
6835         * src/mainwindow.c
6836                 make correct menu items sensitive       
6837
6838 2003-07-14 [alfons]     0.9.3claws6
6839
6840         * src/procmsg.c
6841                 tune the threader so it will not subject-thread any message
6842                 without a subject prefix (this will not thread correctly if 
6843                 a parent is delivered after their childs, but it looks 
6844                 better right now)
6845
6846 2003-07-13 [christoph]  0.9.3claws5
6847
6848         * src/mainwindow.c
6849                 group "Add mailbox *..." menu items in submenu
6850
6851 2003-07-13 [alfons]     0.9.3claws4
6852
6853         * src/summaryview.c
6854                 correct summary_toggle_pressed() signature and make sure
6855                 signal is not passed on
6856
6857 2003-07-13 [alfons]     0.9.3claws3
6858
6859         * src/summaryview.c
6860                 o for now don't pass on keys when they we're handled by 
6861                   ctree::key_press_event
6862                 o clean up
6863
6864 2003-07-13 [alfons]     0.9.3claws2
6865         
6866         * src/main.c
6867                 add command line option "--config-dir" to get the current 
6868                 configuration dir
6869
6870 2003-07-12 [alfons]     0.9.3claws1
6871
6872         * src/matcher.[ch]
6873         * src/matcher_parser_parse.y
6874         * src/prefs_filtering.c
6875         * src/filtering.c
6876                 add "Lock" filter action to lock messages;
6877
6878         * src/filtering.c       
6879                 remove debug_print()    
6880         * src/prefs_filtering.c
6881                 re-organize matcher part 9: 
6882                 make action text entries easily extendible;
6883                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6884                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6885
6886 2003-07-12 [paul]
6887
6888         * tools/README
6889                 update old information and add missing
6890                 information
6891
6892 2003-07-12 [paul]       0.9.3claws
6893
6894         * 0.9.3claws released
6895         
6896 2003-07-12 [paul]       0.9.0claws103
6897
6898         * src/Makefile.am
6899                 add addrquery.h
6900
6901 2003-07-12 [melvin]     0.9.0claws102
6902
6903         * src/messageview.c
6904                 Fixed bug #215: Show MIME tab for single text/html messages. 
6905                 
6906 2003-07-12 [paul]       0.9.0claws101
6907
6908         * man/sylpheed.1
6909                 updated
6910
6911 2003-07-12 [paul]       0.9.0claws100
6912
6913         * po/es.po
6914           po/hr.po
6915           po/pl.po
6916           po/sr.po
6917                 update Spanish, Croatian, Polish, Serbian translations.
6918                 submitted by Ricardo Mones Lastra, Dragan, Witold
6919                 Wladyslaw Wojciech Wilk, Urke MMI
6920
6921 2003-07-12 [melvin]     0.9.0claws99
6922
6923         * po/fr.po
6924                 Updated French translations.
6925
6926 2003-07-12 [paul]       0.9.0claws98
6927
6928         * src/addressbook.c
6929                 disable 'Lookup' button as it has no effect
6930
6931 2003-07-11 [alfons]     0.9.0claws97
6932         
6933         * src/summaryview.c
6934                 summary_searchbar_pressed() should return TRUE to signal that
6935                 event was handled. when returning void, the return value passed
6936                 to GTK is actually random, but maybe FALSE, in which case the
6937                 event is handled by parent
6938                 
6939 2003-07-10 [paul]       0.9.0claws96
6940
6941         * ac/missing/gettext.m4
6942                 update to version 0.12
6943
6944 2003-07-10 [paul]       0.9.0claws95
6945
6946         * src/plugins/clamav/clamav_plugin.c
6947                 fix bug where multipart/alternative messages
6948                 would slip through without being scanned
6949
6950 2003-07-10 [christoph]  0.9.0claws94
6951
6952         * src/folder.c
6953                 correct check if folder supports removing when a message is
6954                 moved. if not the message is only copied.
6955
6956         (closes Bug 132 crash on startup in newsgroups folders)
6957
6958 2003-07-09 [alfons]     0.9.0claws93
6959
6960         * configure.ac
6961         * src/common/defs.h
6962                 --with-config-dir (default .sylpheed)
6963
6964 2003-07-09 [christoph]  0.9.0claws92
6965
6966         * configure.ac
6967                 use PKG_CHECK_MODULES to check for gtkmathview
6968                 (version 0.4.2 now required)
6969
6970 2003-07-08 [melvin]     0.9.0claws91
6971
6972         * src/action.c
6973                 Implemented a progress bar that counts the number of completed
6974                 tasks when the action runs more than one command.
6975
6976 2003-07-08 [alfons]     0.9.0claws90
6977
6978         * src/procmsg.c
6979                 if queued message has an invalid Message-Id, don't try to
6980                 find message it refers to (fixes #209 "crash when processing 
6981                 in folder")
6982
6983 2003-07-08 [paul]       0.9.0claws89
6984
6985         * sync with 0.9.3cvs2
6986                 see ChangeLog 2003-07-08
6987
6988 2003-07-08 [match]      0.9.0claws88
6989
6990         * src/ldapctrl.c
6991                 extend LDAP search for first/last name by parsing search term.
6992
6993 2003-07-08 [alfons]     0.9.0claws87
6994
6995         * src/send_message.c
6996                 fix bug #208 "Status message stuck when sending on POP3 account"
6997
6998 2003-07-07 [paul]       0.9.0claws86
6999
7000         * po/hr.po
7001                 new Croatian translation, submitted by
7002                 Dragan <drleskov@inet.hr>
7003
7004 2003-07-07 [paul]       0.9.0claws85
7005
7006         * sync with 0.9.3cvs1
7007                 see ChangeLog 2003-07-07
7008
7009 2003-07-05 [christoph]  0.9.0claws84
7010
7011         * src/Makefile.am
7012         * src/messageview.c
7013         * src/mimeview.[ch]
7014         * src/stock_pixmap.[ch]
7015         * src/pixmaps/messageview_text.xpm              ** NEW **
7016                 move mimeview tabs to the right side and use icons
7017                 instead of text to save some space
7018
7019         (patch by Luke Plant <lukeplant@softhome.net>)
7020
7021 2003-07-05 [christoph]  0.9.0claws83
7022
7023         * src/inc.c
7024                 add NULL pointer checks
7025
7026         (patch by Luke Plant <lukeplant@softhome.net>)
7027         (closes Bug 204 0.9.0 quits on authentication error?!)
7028
7029 2003-07-05 [alfons]     0.9.0claws82
7030
7031         * configure.ac
7032                 take the clue in bug #202 "./configure script - 
7033                 'if test' comparison failure" reported by John Kristoff. 
7034
7035 2003-07-04 [christoph]  0.9.0claws81
7036
7037         * src/plugins/spamassassin/spamassassin.c
7038                 set timeout for spam check
7039
7040 2003-07-04 [christoph]  0.9.0claws80
7041
7042         * src/main.c
7043                 destroy all FolderItems when shutting down to
7044                 allow folders to clean up
7045
7046 2003-07-04 [melvin]     0.9.0claws79
7047
7048         * src/gtk/gtkaspell.c
7049                 Fixed bug #184 "Entering non-ascii character deletes
7050                 previous char if spell checking enabled": this makes
7051                 the spell checking in multibytes (e.g. UTF-8)locales work.
7052                 (Patch by Luke Plant).
7053                 
7054 2003-07-04 [christoph]  0.9.0claws78
7055
7056         * sync with 0.9.2cvs1
7057                 see ChangeLog 2003-06-10
7058
7059 2003-07-04 [paul]       0.9.0claws77
7060
7061         * sync with 0.9.3 release
7062                 see ChangeLog 2003-07-04
7063
7064 2003-07-03 [christoph]  0.9.0claws76
7065
7066         * src/folder.[ch]
7067         * src/imap.c
7068         * src/mbox_folder.c
7069         * src/mh.c
7070         * src/news.c
7071                 move folder_item_get_path() stuff into a folder virtual function
7072
7073         * src/procmsg.c
7074                 use folder_item_fetch_msg() to get message and do not contruct
7075                 the filename from path and number
7076
7077 2003-07-03 [paul]       0.9.0claws75
7078
7079         * sync with 0.9.2cvs12
7080                 see ChangeLog 2003-07-03
7081
7082 2003-07-02 [paul]       0.9.0claws74
7083
7084         * src/messageview.c
7085                 fix text-selection for replying
7086
7087 2003-07-02 [paul]       0.9.0claws73
7088
7089         * sync with 0.9.2cvs11
7090                 see ChangeLog 2003-07-02
7091
7092 2003-07-02 [paul]       0.9.0claws72
7093
7094         * src/procmsg.c
7095                 revert last commit because it breaks more
7096                 than it fixes
7097
7098 2003-07-02 [paul]       0.9.0claws71
7099
7100         * src/procmsg.c
7101                 fix thread by subject/sort by date
7102
7103 2003-07-01 [paul]       0.9.0claws70
7104
7105         * sync with 0.9.2cvs10
7106                 see ChangeLog 2003-07-01
7107
7108 2003-06-30 [paul]       0.9.0claws69
7109
7110         * sync with 0.9.2cvs9
7111                 see ChangeLog 2003-06-30
7112
7113 2003-06-28 [match]      0.9.0claws68
7114
7115         * src/addressbook.c
7116                 fix null ptr.
7117
7118 2003-06-27 [paul]       0.9.0claws67
7119
7120         * sync with 0.9.2cvs7
7121                 see ChangeLog 2003-06-27
7122
7123 2003-06-26 [christoph]  0.9.0claws66
7124
7125         * src/folder.c
7126                 freeze folder updates while a folder is scanned
7127
7128         (closes Bug 185 New message counter)
7129
7130 2003-06-26 [darko]      0.9.0claws65
7131
7132         * src/ldapserver.c
7133                 fix infinite loop when adding a new LDAP server
7134
7135 2003-06-26 [paul]       0.9.0claws64
7136
7137         * sync with 0.9.2cvs6
7138                 see ChangeLog 2003-06-26
7139
7140 2003-06-26 [paul]       0.9.0claws63
7141
7142         * sync with 0.9.2cvs5
7143                 see ChangeLog 2003-06-25 and 2003-06-26
7144
7145 2003-06-25 [match]      0.9.0claws62
7146
7147         * src/addr_compl.c
7148                 Fixed tab/backtab for dropped-down completion list to
7149                 move next/previous field. (close bug 147)
7150
7151 2003-06-25 [christoph]  0.9.0claws61
7152
7153         * src/addr_compl.[ch]
7154         * src/addrindex.[ch]
7155         * src/folderview.c
7156         * src/inc.c
7157         * src/news.c
7158         * src/summaryview.c
7159         * src/toolbar.c
7160                 fix warnings
7161
7162 2003-06-25 [leandro]    0.9.0claws60
7163
7164         * src/compose.c
7165                 o cleanups
7166                 o gray out "Message/Remove references" menu item if not
7167                   replying to a message
7168
7169 2003-06-24 [leandro]    0.9.0claws59
7170
7171         * src/compose.[ch]
7172                 o removed "Message/Create new thread" menu item
7173                 o added "Message/Remove references" menu item
7174                   (it's off by default and will not check anymore
7175                    if the subject changed)
7176
7177 2003-06-23 [alfons]     0.9.0claws58
7178
7179         * src/procmsg.c
7180                 try better grouping messages threaded by subject based on their age.
7181                 still not perfect - because the message tree is not sorted by date.  
7182
7183 2003-06-23 [thorsten]   0.9.0claws57
7184
7185         * src/pop.[ch]
7186                 added mail_receive_hook to allow modifications
7187                 directly after retrieval (e.g. adding headers).
7188
7189 2003-06-23 [paul]       0.9.0claws56
7190
7191         * src/sourcewindow.c
7192                  enable the use of Ctrl+A to select all text in
7193                  the sourcewindow
7194                  Patch submitted by Ivan Francolin Martinez
7195                  <ivanfm@users.sourceforge.net>
7196
7197 2003-06-22 [christoph]  0.9.0claws55
7198
7199         * src/folder.[ch]
7200                 o add notification hook for folder tree changes
7201                 o invoke hooks after folder tree scanning
7202
7203         * src/folderview.[ch]
7204                 register hook for folder tree changes that
7205                 updates the ctree
7206
7207         (there are more places that should be updated, like add, remove 
7208          or move folder)
7209
7210         (closes Bug 164 Crash on rebuild folder tree)
7211         (closes Bug 190 Crash on 'rebuilding folder tree')
7212
7213 2003-06-21 [leandro]    0.9.0claws54
7214
7215         * src/compose.[ch]
7216                 create a new thread if subject changes
7217                 (it's on by default, can be disabled in Message menu)
7218
7219 2003-06-21 [alfons]     0.9.0claws53
7220
7221         * src/summaryview.c
7222                 quiet little compiler
7223
7224 2003-06-21 [christoph]  0.9.0claws52
7225
7226         update gettext stuff to version 0.12
7227
7228 2003-06-19 [alfons]     0.9.0claws51
7229
7230         * src/common/log.c
7231         * src/common/plugin.c
7232                 move defs.h before glib.h to prevent MIN/MAX redefs
7233
7234 2003-06-19 [alfons]
7235
7236         * src/addressbook.c
7237                 translatable
7238
7239 2003-06-19 [match]      0.9.0claws50
7240
7241         * src/addressbook.[ch]
7242         * src/addrindex.[ch]
7243         * src/addr_compl.[ch]
7244         * src/editldap.[ch]
7245         * src/editldap_basedn.[ch]
7246         * src/addritem.[ch]
7247         * src/ldapquery.h
7248                 re-implemented dynamic LDAP search. works without
7249                 slowdown on display sender with addressbook
7250                 option.
7251         * src/addrbook.c
7252                 documented code.
7253
7254 2003-06-19 [paul]       0.9.0claws49
7255
7256         * src/compose.c
7257                 fix Bug #136 'Nonprovided quotation marks crash claws'
7258                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7259
7260 2003-06-19 [alfons]     0.9.0claws48
7261
7262         * src/prefs_common.[ch]
7263         * src/procmsg.c
7264                 restrict threading by subject by checking thread for
7265                 age (prefs_common.thread_by_subject_max_age)
7266
7267 2003-06-18 [christoph]  0.9.0claws47
7268
7269         * src/imap.c
7270                 fix memory leak in imap_cmd_fetch()
7271
7272 2003-06-18 [christoph]  0.9.0claws46
7273
7274         * src/prefs_gtk.c
7275                 fix memory leak in prefs_set_default() when used multiple
7276                 times or after prefs have been read
7277
7278 2003-06-18 [christoph]  0.9.0claws45
7279
7280         * src/common/plugin.c
7281                 fix memory leak in plugin_unload()
7282
7283 2003-06-18 [christoph]  0.9.0claws44
7284
7285         * src/imap.c
7286                 fix memory leak in imap_cmd_ok()
7287
7288 2003-06-18 [christoph]  0.9.0claws43
7289
7290         * src/folder.c
7291                 stop messages that are downloaded from POP3 and added to
7292                 an IMAP inbox from being filtered twice (first by POP3
7293                 and again when IMAP folder is scaned to get the UID of
7294                 the APPEND operation when no UIDPLUS is available)
7295
7296 2003-06-18 [alfons]
7297
7298         * tools/Makefile.am
7299                 phoenix <- firebird     
7300
7301 2003-06-18 [paul]
7302
7303         * tools/launch_phoenix          ** REMOVED **
7304           tools/launch_firebird         ** NEW **
7305                 renamed and edited to reflect the browser's name change from
7306                 'phoenix' to 'firebird'
7307
7308 2003-06-18 [paul]       0.9.0claws42
7309
7310         * sync with 0.9.2cvs2
7311                 see ChangeLog 2003-06-16
7312
7313 2003-06-17 [alfons]     0.9.0claws41
7314
7315         * src/procmsg.c
7316                 prevent threading problems when a node is an ancestor (parent / great parent),
7317                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7318                 for finding an sample set of messages)
7319
7320 2003-06-16 [christoph]  0.9.0claws40
7321
7322         * src/main.c
7323                 don't popup main window on --receive or --receive-all
7324
7325         * src/mainwindow.[ch]
7326         * src/plugins/trayicon/trayicon.c
7327                 allow hiding of main window by clicking on the trayicon
7328                 (doesn't work correctly in seperate window mode and may
7329                  cause unexpected GTK problems I couldn't find yet)
7330
7331         * src/common/ssl.c
7332                 remove incorrect warning
7333
7334 2003-06-15 [alfons]     0.9.0claws39
7335
7336         * src/gtk/gtkstext.c
7337                 don't output debug text;
7338                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7339                 for pointing this out);
7340
7341 2003-06-14 [alfons]     0.9.0claws38
7342         
7343         * src/messageview.c
7344                 remove printf() and make one if..else comply with coding style
7345
7346 2003-06-14 [alfons]     0.9.0claws37
7347
7348         * AUTHORS
7349                 add Martin Wicke
7350         * src/action.c
7351         * src/messageview.[ch]
7352         * src/summaryview.c
7353                 apply patch #754162 "Quoting messages filtered by actions" submitted
7354                 by Martin Wicke, which allows quoting message body changed by an
7355                 action (Thanks!).
7356
7357 2003-06-13 [alfons]     0.9.0claws36
7358
7359         * src/utils.c
7360                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7361                 use case insensitive regexp (suggested by Ivan Martinez)
7362
7363 2003-06-13 [christoph]  0.9.0claws35
7364
7365         * configure.ac
7366         * src/plugins/trayicon/Makefile.am
7367         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7368         * src/plugins/trayicon/trayicon.c
7369         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7370         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7371         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7372         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7373         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7374         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7375                 replace my own EggTrayIcon backport with the backport
7376                 used by (l|x)mule and gabber.
7377
7378 2003-06-13 [alfons]     0.9.0claws34
7379
7380         * AUTHORS
7381         * src/common/utils.c
7382                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7383
7384 2003-06-13 [alfons]     0.9.0claws33
7385
7386         * src/compose.c
7387                 clean up a little bit
7388
7389 2003-06-12 [alfons]     0.9.0claws32
7390
7391         * src/compose.c
7392                 const correctness fix
7393
7394         * src/common/sylpheed.[ch]
7395                 () -> (void)
7396                 prevent redef MIN/MAX
7397                 
7398         * src/common/utils.[ch]
7399                 () -> (void)
7400
7401 2003-06-12 [melvin]     0.9.0claws31
7402
7403         * src/compose.c
7404                 Updated to take into accounts changes in GtkAspell.
7405
7406 2003-06-12 [alfons]     0.9.0claws30
7407
7408         * src/compose.c
7409         * src/procmsg.c
7410         * src/common/utils.[ch]
7411                 handle reply subject prefixes better (initial 
7412                 suggestion by Robert Story adapted and enhanced 
7413                 using regexps)
7414
7415 2003-06-12 [melvin]     0.9.0claws29
7416
7417         * src/compose.c
7418                 Use new gtkaspell_checkers_strerror() to get the speller's
7419                 error message instead of accessing the (now private)
7420                 checkers structure.
7421                 Minor code clean up
7422
7423         * src/main.c
7424                 Use #ifdef instead of #if for USE_ASPELL
7425                 Use the new spell checkers init/quit functions 
7426
7427         * src/gtk/gtkaspell.c
7428                 Use #ifdef instead of #if for USE_ASPELL
7429                 Moved in the majority of GtkAspell structures that were
7430                 exported before by gtkaspell.h
7431         
7432         * src/gtk/gktaspell.h
7433                 Made gtkaspell.h contain only the necessary data to be
7434                 publicized by moving many structures to gtkaspell.c.
7435                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7436                 gtkaspell_checkers_new(): replaced by...
7437                 gtkaspell_checkers_init(): new function for initialization
7438                 gtkaspell_checkers_delete(): replaced by...
7439                 gtkaspell_checkers_quit(): new function
7440                 gtkaspell_checkers_strerror(): new function that returns
7441                 the checker's last error message.
7442                 
7443 2003-06-11 [melvin]     0.9.0claws28
7444
7445         * po/POTFILES.in
7446                 Updated to take into account gtkaspell.c migration to
7447                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7448
7449 2003-06-10 [alfons]     0.9.0claws27
7450
7451         * src/filtering.[ch]
7452         * src/folder.c
7453         * src/matcher.c
7454         * src/scoring.[ch]
7455                 - try fixing bug #18 (any brave testers?)
7456                 - add more robustness by refusing previously 
7457                   unchecked NULL pointers 
7458
7459 2003-06-10 [alfons]     0.9.0claws26
7460
7461         * src/procmsg.c
7462                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7463
7464 2003-06-09 [alfons]     0.9.0claws25
7465
7466         * src/prefs_common.c
7467                 fix bug #163 "Icon switching doesnt work properly" by 
7468                 preventing early freeing of prefs_common.pixmap_theme_path.
7469
7470 2003-06-09 [christoph]  0.9.0claws24
7471
7472         * src/gtk/gtkaspell.c
7473                 revert Thorsten's fix and add forgotten g_strdup for
7474                 aspell path (it should not be possible to alter the path a
7475                 GtkASpell uses from outside)
7476
7477 2003-06-09 [thorsten]   0.9.0claws23
7478
7479         * src/gtk/gtkaspell.c
7480                 dont free prefs_common.aspell_path when closing compose
7481
7482 2003-06-08 [colin]      0.9.0claws22
7483
7484         * src/plugins/spamassassin/spamassassin.c
7485                 fix prefs types
7486
7487 2003-06-07 [christoph]  0.9.0claws21
7488
7489         * src/Makefile.am
7490         * src/compose.c
7491         * src/gtkaspell.[ch]            ** REMOVE **
7492         * src/gtk/Makefile.am
7493         * src/gtk/gtkaspell.[ch]        ** NEW **
7494                 o make gtkaspell independent from sylpheed's prefs
7495                 o move gtkaspell.[ch] to gtk directory
7496
7497 2003-06-07 [christoph]  0.9.0claws20
7498
7499         * src/Makefile.am
7500         * src/crash.c
7501         * src/export.c
7502         * src/filesel.[ch]              ** REMOVE **
7503         * src/folder.c
7504         * src/main.[ch]
7505         * src/common/sylpheed.[ch]
7506         * src/gtk/Makefile.am
7507         * src/gtk/filesel.[ch]          ** NEW **
7508         * src/gtk/pluginwindow.c
7509         * src/gtk/sslcertwindow.c
7510                 move filesel.[ch] to gtk directory
7511
7512 2003-06-07 [alfons]     0.9.0claws19
7513
7514         * src/filesel.c
7515                 make (multi) file selection dialog work again (Claws-only)
7516
7517 2003-06-07 [thorsten]   0.9.0claws18
7518
7519         * po/de.po
7520                 fix typos
7521
7522 2003-06-07 [alfons]     0.9.0claws17
7523
7524         * configure.ac
7525         * src/mimeview.c
7526                 detect apache mishap in which case don't include fnmatch.h
7527                 if regex.h is already included
7528
7529 2003-06-06 [christoph]  0.9.0claws16
7530
7531         * configure.ac
7532         * src/mimeview.h
7533                 add check for fnmatch.h and include it when available
7534
7535         * src/mimeview.[ch]
7536                 fix wrong case sensitivity of Content-Types
7537
7538         * src/gtk/Makefile.am
7539                 need the same include paths in gtk directory as in
7540                 common directory because .h files in common can
7541                 include files from these directories, when included
7542                 in gtk's .h or .c files
7543
7544 2003-06-06 [alfons]     0.9.0claws15
7545
7546         * src/mimeview.c
7547         * src/summaryview.c
7548                 make it compile again because of regex.h / fnmatch.h 
7549                 include problems (related to recent mime stuff, can
7550                 someone check this?)
7551
7552 2003-06-06 [thorsten]   0.9.0claws14
7553
7554         * src/folderview.c
7555                 possible use of uninitialized pointer while dragging
7556
7557 2003-06-06 [paul]       0.9.0claws13
7558
7559         * src/compose.c
7560                 fix bug where the insert sig button would be effective
7561                 only when auto_sig was set
7562
7563 2003-06-06 [paul]       0.9.0claws12
7564
7565         * sync with 0.9.2 release
7566
7567 2003-06-02 [paul]       0.9.0claws11
7568
7569         * sync with 0.9.1cvs1
7570                 see ChangeLog 2003-06-02
7571                 
7572         * po/de.po
7573                 update by Jens
7574
7575 2003-06-01 [christoph]  0.9.0claws10
7576
7577         * src/account.c
7578                 don't use substring search to find accounts by email address
7579
7580         (closes Bug 169 Overly loose matching of "From" address)
7581
7582 2003-05-31 [christoph]  0.9.0claws9
7583
7584         * doc-src/rfc2683.txt
7585         * src/imap.c
7586                 limit IMAP command length as recommended in RFC2683
7587                 (message number lists will be split into multiple imap
7588                 sets, the limit of 1000 octets is not a hard limit)
7589
7590         (closes Bug 161 sylpheed-claws exits with segfault when logging
7591          in to certain imap-servers)
7592
7593 2003-05-29 [alfons]     0.9.0claws8
7594
7595         * src/toolbar.[ch]
7596                 add print button (calling summary_print());
7597                 fine tune setting tooltip text;
7598                 (if someone needs other buttons, please take these 
7599                 commits as a guide, instead of bothering us - also
7600                 see 0.8.11claws150) 
7601
7602 2003-05-29 [darko]      0.9.0claws7
7603
7604         * src/compose.c
7605                 fix crash when word wrapping kicks in due to
7606                 changed text by spell checker
7607
7608 2003-05-29 [paul]       0.9.0claws6
7609
7610         * src/compose.c
7611                 fix bug where changing account would insert
7612                 sig even if auto_sig was FALSE
7613                 
7614         * ChangeLog
7615           ChangeLog.jp
7616           INSTALL
7617                 sync with 0.9.1 release
7618
7619 2003-05-28 [christoph]  0.9.0claws5
7620
7621         * src/imap.c
7622                 fix truncation of too long commands
7623
7624         (closes Bug 167 IMAP hangs trying to get envelope
7625          information in imap_get_uncached_messages)
7626
7627 2003-05-27 [paul]       0.9.0claws4
7628
7629         * tools/Makefile.am
7630           tools/maildir2sylpheed.pl     ** NEW FILE **
7631                 add kmail to sylpheed mailbox conversion script
7632
7633 2003-05-27 [paul]       0.9.0claws3
7634
7635         * sync with 0.9.0cvs10
7636                 see ChangeLog 2003-05-26
7637
7638 2003-05-26 [paul]       0.9.0claws2
7639
7640         * sync with 0.9.0cvs9
7641                 see ChangeLog 2003-05-26
7642
7643 2003-05-24 [paul]       0.9.0claws1
7644
7645         * sync with 0.9.0cvs8
7646                 see ChangeLog 2003-05-23
7647
7648 2003-05-24 [paul]       0.9.0claws
7649
7650         * version 0.9.0claws released
7651
7652 2003-05-24 [paul]       0.8.11claws177
7653
7654         * src/plugins/dillo-viewer/Makefile.am
7655           src/plugins/traycon/Makefile.am
7656                 add missing files
7657                 
7658         * po/bg.po
7659           po/en_GB.po
7660           po/es.po
7661           po/it.po
7662           po/pt_BR.po
7663           po/ru.po
7664           po/sr.po
7665                 update Bulgarian, British English, Spanish, Italian, 
7666                 Brazilian Portuguese, Russian, and Serbian translations, 
7667                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7668                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7669                 Ruslan N. Balkin, and Urke MMI
7670
7671 2003-05-23 [melvin]     0.8.11claws176
7672
7673         * po/fr.po
7674                 Updated French translations
7675
7676 2003-05-22 [paul]       0.8.11claws175
7677
7678         * src/Makefile.am
7679           src/addrbook.[ch]
7680           src/addrcache.[ch]
7681           src/addr_compl.[ch]
7682           src/adressbook.[ch]
7683           src/addrindex.[ch]
7684           src/addritem.[ch]
7685           src/editaddress.c
7686           src/editgroup.c
7687           src/editldap_basedn.c
7688           src/editldap.c
7689           src/jpilot.c
7690           src/vcard.c
7691                 revert to get ldap into it previous working state
7692                 
7693         * po/zh_TW.Big5.po
7694                 new Taiwanese translation,
7695                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7696
7697 2003-05-22 [christoph]  0.8.11claws174
7698
7699         * src/plugins/spamassassin/libspamc.[ch]
7700                 sync libspamc with SpamAssaain release 2.55
7701
7702 2003-05-22 [paul]       0.8.11claws173
7703
7704         * sync with 0.9.0cvs7
7705                 see ChangeLog 2003-05-22
7706                 
7707         * src/summaryview.c
7708                 revert change in 0.8.11claws172: follow
7709                 Hiroyuki's decision and that's the end of it.
7710
7711 2003-05-21 [paul]       0.8.11claws172
7712
7713         * src/summaryview.c
7714                 fix discrepency between open_unread_on_enter
7715                 and always_show_msg
7716
7717 2003-05-21 [paul]       0.8.11claws171
7718
7719         * sync with 0.9.0cvs6
7720                 see ChangeLog 2003-05-21
7721
7722 2003-05-21 [paul]       0.8.11claws170
7723
7724         * sync with 0.9.0cvs5
7725                 see ChangeLog 2003-05-21
7726
7727 2003-05-20 [paul]       0.8.11claws169
7728
7729         * sync with 0.9.0cvs4
7730                 see ChangeLog 2003-05-20
7731                 fixes bug #152, 'encoding of IMAP folders names'
7732
7733 2003-05-20 [paul]       0.8.11claws168
7734
7735         * sync with 0.9.0cvs3
7736                 see ChangeLog 2003-05-20
7737                 
7738         * src/tools/convert_mbox.pl
7739                 minor change in the comments, submitted by Fred Marton
7740
7741 2003-05-19 [paul]       0.8.11claws167
7742
7743         * src/plugins/clamav/Makefile.am
7744           configure.ac
7745                 link clamav_lib to the plugin and not to the main program
7746
7747 2003-05-19 [christoph]
7748
7749         * src/Makefile.am
7750                 add -export-dynamic for linking
7751
7752 2003-05-19 [paul]       0.8.11claws166
7753
7754         * sync with 0.9.0cvs1
7755                 see ChangeLog 2003-05-19
7756
7757 2003-05-19 [paul]       0.8.11claws165
7758
7759         * src/inc.c
7760                 fix 'pop before smtp' timeout
7761
7762 2003-05-18 [alfons]     0.8.11claws164
7763
7764         * src/prefs_matcher.c
7765                 put "execute" action command line ("expression") in edit box
7766
7767 2003-05-18 [christoph]  0.8.11claws163
7768
7769         * src/mimeview.[ch]
7770         * src/plugins/dillo_viewer/dillo_viewer.c
7771         * src/plugins/image_viewer/viewer.c
7772         * src/plugins/mathml_viewer/mathml_viewer.c
7773                 let a viewer have a list of Content-Types
7774
7775 2003-05-18 [paul]       0.8.11claws162
7776
7777         * src/prefs_filtering.c
7778                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7779                 and REDIRECT actions
7780
7781 2003-05-17 [christoph]
7782
7783         * README.claws
7784                 o remove dynamic signatures that was syned with main
7785                 o add infos about no longer "build in" image viewer
7786                 o update bugtracker URL
7787
7788 2003-05-17 [christoph]  0.8.11claws161
7789
7790         * src/folder.c
7791         * src/folderview.c
7792         * src/imap.c
7793                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7794                 for every folder after rebuilding the folder tree.
7795
7796         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7797          messages)
7798
7799 2003-05-17 [christoph]  0.8.11claws160
7800
7801         * src/imap.c
7802                 don't use STATUS command on current folder to check for
7803                 content changes. imap_cmd_ok() now tracks changes to
7804                 folder and number of existing messages.
7805
7806 2003-05-17 [paul]       0.8.11claws159
7807
7808         * src/plugins/clamav/clamav_plugin.c
7809                 remove unnecessary debug_print
7810
7811 2003-05-16 [thorsten]   0.8.11claws158
7812
7813         * src/plugins/demo.c
7814                 included missing intl.h
7815
7816 2003-05-16 [paul]       0.8.11claws157
7817
7818         * po/POTFILES.in
7819                 remove non-existant entries
7820         
7821         * src/plugins/clamav/clamav_plugin.c
7822           src/plugins/clamav/clamav_plugin_gtk.c
7823           src/plugins/dillo_viewer/dillo_prefs.c
7824           src/plugins/dillo_viewer/dillo_viewer.c
7825                 gettextise
7826
7827 2003-05-16 [christoph]  0.8.11claws156
7828
7829         * po/POTFILES.in
7830                 include plugin .c files for translation until I
7831                 find a better solution to have plugins have their
7832                 own textdomain
7833         * src/plugins/demo/demo.c
7834         * src/plugins/image_viewer/plugin.c
7835         * src/plugins/mathml_viewer/mathml_viewer.c
7836         * src/plugins/spamassassin/spamassassin.c
7837         * src/plugins/spamassassin/spamassassin_gtk.c
7838         * src/plugins/trayicon/trayicon.c
7839                 add gettext macros for plugin name and description
7840
7841 2003-05-16 [paul]
7842
7843         * sync with 0.9.0
7844
7845 2003-05-16 [paul]       0.8.11claws155
7846
7847         * sync with lastest 0.9.0pre1
7848                 see ChangeLog 2003-05-16
7849
7850 2003-05-15 [paul]       0.8.11claws154
7851
7852         * sync with latest 0.9.0pre1
7853                 see ChangeLog 2003-05-14 and 2003-05-15
7854
7855 2003-05-14 [christoph]  0.8.11claws153
7856
7857         * src/plugins/image_viewer/viewer.c
7858         * src/plugins/image_viewer/viewer.glade         ** NEW **
7859         * src/plugins/image_viewer/viewerprefs.c
7860                 make it possible to disable the autoload function in the
7861                 imageviewer again
7862
7863 2003-05-14 [christoph]  0.8.11claws152
7864
7865         * src/folder.c
7866                 fix folder update after adding a message
7867
7868 2003-05-13 [alfons]     0.8.11claws151
7869
7870         * src/common/session.c
7871                 remove debug traces
7872                 
7873         * src/addrcache.[ch]
7874         * src/filtering.[ch]
7875         * src/folder.[c]
7876         * src/gtkaspell.[ch]
7877         * src/imap.[ch]
7878         * src/mbox_folder.[ch]
7879         * src/mh.[ch]
7880         * src/mimeview.h
7881         * src/msgcache.[ch]
7882         * src/news.[ch]
7883         * src/passphrase.[ch]
7884         * src/prefs_common.[ch]
7885         * src/prefs_gtk.[ch]
7886         * src/procmsg.c
7887         * src/scoring.[ch]
7888                 be pedantic; (in prototypes () implies (int))
7889
7890 2003-05-13 [alfons]     0.8.11claws150
7891
7892         * src/prefs_toolbar.[ch]
7893         * src/summaryview.[ch]
7894         * src/toolbar.[ch]
7895                 change misleading text in toolbar prefs;
7896                 add toolbar action for ignore thread (toggles ignore thread flag);
7897                 clean up a little bit;
7898
7899 2003-05-12 [paul]
7900
7901         * tools/convert_mbox.pl
7902                 bug fixed by Fred Marton
7903
7904 2003-05-12 [paul]
7905
7906         * sync with 0.9.0pre1
7907
7908 2003-05-09 [paul]       0.8.11claws149
7909
7910         * sync with 0.8.11cvs43
7911                 see ChangeLog 2003-05-09
7912
7913 2003-05-08 [christoph]  0.8.11claws148
7914
7915         * src/imap.[ch]
7916                 o use CAPABILIY as first command and check for PREAUTH
7917                   information in the response to it
7918                 o rewrite all imap_cmd_* functions to use an IMAPSession
7919                   instead of a SockInfo as parameter
7920                 o do STARTTLS after fetching and checking the server
7921                   capabilities
7922
7923 2003-05-08 [paul]       0.8.11claws147
7924
7925         * tools/Makefile.am
7926           tools/README
7927           tools/convert_mbox.pl         ** NEW FILE **
7928                 add mbox conversion script. Submitted by 
7929                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7930
7931 2003-05-07 [christoph]
7932
7933         * doc-src/glade.txt
7934         * src/gtk/pluginwindow.glade
7935         * src/plugins/image_viewer/viewerprefs.glade
7936         * src/plugins/spamassassin/spamassassin_gtk.glade
7937                 add glade files for user interfaces and a description how
7938                 to use glade to create the sylpheed code
7939
7940 2003-05-07 [paul]       0.8.11claws146
7941
7942         * sync with 0.8.11cvs41
7943                 see ChangeLog 2003-05-07
7944
7945 2003-05-06 [christoph]  0.8.11claws145
7946
7947         * src/main.c
7948         * src/plugins/image_viewer/viewer.c
7949                 fix usage of imlib in imageviewer plugin
7950
7951         * src/gtk/prefswindow.c
7952                 handle window close event correctly
7953
7954 2003-05-06 [paul]       0.8.11claws144
7955
7956         * src/common/ssl.c
7957                 fix typo introduced in sync
7958
7959 2003-05-06 [paul]       0.8.11claws143
7960
7961         * sync with 0.8.11cvs39
7962                 see ChangeLog 2003-05-06
7963
7964 2003-05-06 [paul]       0.8.11claws142
7965
7966         * AUTHORS
7967           po/cs.po
7968                 updated Czech translation, submitted by 
7969                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7970                 
7971         * src/plugins/clamav/clamav_plugin_gtk.c
7972                 clean up
7973
7974 2003-05-03 [alfons]     0.8.11claws141
7975
7976         * src/compose.[ch]
7977                 make paste as quotation work even when the call to 
7978                 text_inserted() was deferred (fixes bug #140 "Paste 
7979                 as quotation does not work when using "external" 
7980                 clipboard")
7981
7982 2003-05-03 [thorsten]   0.8.11claws140
7983
7984         * src/addrquery.h
7985           src/ldapquery.h
7986           src/mainwindow.c
7987                 removed C++ comments
7988         * src/addr_compl.c
7989                 function with non-int retval/param used before
7990                 implementation/declaration
7991
7992 2003-05-02 [paul]       0.8.11claws139
7993
7994         * src/addr_compl.[ch]
7995           src/addressbook.[ch]
7996           src/addrindex.c
7997           src/summaryview.c
7998                 revert match's changes to (finally) remove the bug where
7999                 opening a folder causes massive slowdown when using the 
8000                 'Display sender using address book' option
8001
8002 2003-05-01 [melvin]     0.8.11claws138
8003
8004         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8005         * src/plugins/dillo_viewer/dillo_viewer.c
8006                 Fixed bug where "Cancel" button from prefs issued
8007                 warnings.
8008                 Comply a little more to coding style
8009
8010 2003-05-01 [paul]       0.8.11claws137
8011
8012         * sync with 0.8.11cvs38
8013                 see ChangeLog 2003-05-01
8014
8015 2003-05-01 [paul]       0.8.11claws136
8016
8017         * po/bg.po
8018                 updated by George Danchev
8019
8020 2003-04-30 [christoph]  0.8.11claws135
8021
8022         * src/plugins/dillo_viewer/dillo_prefs.c
8023         * src/plugins/image_viewer/viewerprefs.c
8024         * src/plugins/spamassassin/spamassassin_gtk.c
8025                 remove gtk_widget_ref() calls for widgets in
8026                 glade code
8027
8028 2003-04-30 [paul]       0.8.11claws134
8029
8030         * src/addrindex.c
8031                 ok, this time a better fix for the bug where opening folder
8032                 has massive slowdown when using the 'Display sender using 
8033                 address book' option
8034
8035 2003-04-30 [paul]       0.8.11claws133
8036
8037         * src/addrindex.c
8038                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8039         
8040 2003-04-30 [melvin]     0.8.11claws132
8041
8042         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8043
8044         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8045                 Preferences for the dillo plugin
8046         * src/plugins/dillo_viewer/dillo_viewer.c
8047                 Support for preferences
8048         * src/plugins/dillo_viewer/Makefile.am
8049                 Added dillo_prefs.[ch]
8050
8051 2003-04-30 [alfons]     0.8.11claws131
8052
8053         * src/common/plugin.[ch]
8054                 see? this ANSI C'fication immediately gives us type
8055                 checking for free.
8056
8057 2003-04-30 [alfons]     0.8.11claws130
8058
8059         * src/common/plugin.[ch]
8060         * src/plugins/clamav/clamav_plugin.[ch]
8061         * src/plugins/clamav/clamav_plugin_gtk.c
8062         * src/plugins/demo/demo.c
8063         * src/plugins/dillo_viewer/dillo_viewer.c
8064         * src/plugins/image_viewer/plugin.c
8065         * src/plugins/image_viewer/viewer.[ch]
8066         * src/plugins/image_viewer/viewerprefs.[ch]
8067         * src/plugins/mathml_viewer/mathml_viewer.c
8068         * src/plugins/spamassassin/spamassassin.[ch]
8069         * src/plugins/spamassassin/spamassassin_gtk.c
8070         * src/plugins/trayicon/trayicon.c
8071                 clean up
8072
8073 2003-04-30 [alfons]     0.8.11claws129
8074
8075         * src/common/utils.c
8076                 make is_ascii_str() fail gracefully when NULL pointer
8077                 is passed
8078
8079 2003-04-30 [paul]       0.8.11claws128
8080
8081         * src/addrindex.c
8082                 fix bug where opening folder has massive slowdown when
8083                 using the 'Display sender using address book' option
8084
8085 2003-04-30 [paul]       0.8.11claws127
8086
8087         * src/plugins/clamav/clamav_plugin.c
8088           src/plugins/clamav/clamav_plugin_gtk.c
8089           src/plugins/demo/demo.c
8090           src/plugins/dillo_viewer/dillo_viewer.c
8091           src/plugins/image_viewer/plugin.c
8092           src/plugins/mathml_viewer/mathml_viewer.c
8093           src/plugins/spamassassin/spamassassin.c
8094           src/plugins/spamassassin/spamassassin_gtk.c
8095           src/plugins/trayicon/trayicon.c
8096                 get rid of eye-hurting function signatures
8097
8098 2003-04-30 [paul]       0.8.11claws126
8099
8100         * src/plugins/trayicon/trayicon.c
8101                 add description
8102                 
8103         * src/mimeview.c
8104                 be more descriptive
8105
8106 2003-04-30 [paul]       0.8.11claws125
8107
8108         * configure.ac
8109                 arrange the plugins in reverse alphabetical order
8110                 
8111         * src/plugins/clamav/clamav_plugin.[ch]
8112           src/plugins/clamav/clamav_plugin_gtk.c
8113                 rename some params
8114                 resize max_size window
8115                 re-arrange the order of some gui elements
8116                 improve descriptions
8117         
8118         * src/plugins/image_viewer/plugin.c
8119           src/plugins/mathml_viewer/mathml_viewer.c
8120                 add descriptions
8121                 
8122         * src/plugins/spamassassin/spamassassin_gtk.c
8123                 resize max_size window
8124                 re-arrange the order of some gui elements
8125                 
8126         * src/messageview.c
8127           src/mimeview.c
8128                 correct typos
8129
8130 2003-04-30 [alfons]     0.8.11claws124
8131
8132         * src/imap.c
8133                 fix a leak found while browsing Martin Kluge's 
8134                 valgrind log (Claws only)
8135
8136 2003-04-29 [darko]      0.8.11claws123
8137
8138         * src/gtk/gtkstext.h
8139                 include wchar.h if it is available, fixes compilation
8140                 on HP-UX systems
8141
8142 2003-04-29 [melvin]     0.8.11claws122
8143
8144         * src/prefs_actions.c
8145                 Improved help text of Actions' syntax
8146
8147 2003-04-28 [paul]       0.8.11claws121
8148
8149         * src/action.c
8150                 a better fix for the crash when performing an action
8151                 on a mime part
8152
8153 2003-04-28 [paul]       0.8.11claws120
8154
8155         * src/action.c
8156                 fix crash when performing an action on a
8157                 mime part
8158
8159 2003-04-28 [paul]       0.8.11claws119
8160
8161         * sync with 0.8.11cvs36
8162                 see ChangeLog 2003-04-28
8163
8164 2003-04-27 [paul]       0.8.11claws118
8165
8166         * more sync with 0.8.11cvs35
8167                 see ChangeLog 2003-04-25
8168
8169 2003-04-26 [christoph]  0.8.11claws117
8170
8171         * src/folder.c
8172                 fix remove virtual check
8173
8174 2003-04-26 [paul]       0.8.11claws116
8175
8176         * src/messageview.c
8177                 fix return-receipt, make it work again
8178
8179 2003-04-26 [paul]       0.8.11claws115
8180
8181         * src/mimeview.c
8182                 restore double-clicking of the [application/pgp-signature 
8183                 (Select "Check signature" to check)] line in the message view,
8184                 broken in recent sync
8185
8186 2003-04-26 [christoph]  0.8.11claws114
8187
8188         * src/folder.c
8189                 check if remove virtual really exists before
8190                 calling the function
8191
8192 2003-04-25 [match]      0.8.11claws113
8193
8194         * src/addrindex.c
8195         * src/addrbook.c
8196         * src/ldapquery.[ch]
8197         * src/ldapctrl.[ch]
8198                 fix memleak.
8199         * src/ldapserver.[ch]
8200                 fix memleak. fix segfault.
8201                 plug a Claws memleak
8202
8203 2003-04-25 [alfons]     0.8.11claws112
8204
8205         * src/folder.c
8206                 plug a Claws memleak
8207
8208 2003-04-25 [alfons]     0.8.11claws111
8209
8210         * src/common/session.c
8211                 plug a memleak
8212
8213 2003-04-25 [paul]       0.8.11claws110
8214
8215         * sync with 0.8.11cvs35
8216                 see ChangeLog 2003-04-24 and 2003-04-25
8217                 
8218         * src/gtk/pluginwindow.c
8219                 correct another strange float value
8220
8221 2003-04-24 [christoph]  0.8.11claws109
8222
8223         * src/folder.c
8224                 freeze folder item updates when unsetting new flags
8225
8226         * src/gtk/pluginwindow.c
8227                 correct strange float value
8228
8229 2003-04-23 [paul]       0.8.11claws108
8230
8231         * sync with 0.8.11cvs33
8232                 see ChangeLog 2003-04-23
8233
8234 2003-04-22 [paul]       0.8.11claws107
8235
8236         * src/Makefile.am
8237           src/messageview.c
8238           src/mimeview.c
8239           src/pgptext.[ch]      ** REMOVED **
8240                 remove pgptext.[ch] as its not used any more
8241
8242 2003-04-22 [paul]       0.8.11claws106
8243
8244         * sync with 0.8.11cvs31
8245                 see ChangeLog 2003-04-21 and 2003-04-22
8246
8247 2003-04-21 [alfons]     0.8.11claws105
8248
8249         * src/main.c
8250                 No access to GTK structures if we're a spawned child
8251                 (and clean up code a little bit...) Should fix #126.
8252
8253 2003-04-21 [melvin]     0.8.11claws104
8254
8255         * src/plugins/dillo_viewer/README
8256                 Improved slightly the text.
8257
8258 2003-04-21 [melvin]     0.8.11claws103
8259
8260         * src/plugins/dillo_viewer/README *** NEW ***
8261                 Added a README file for the Dillo plugin
8262
8263 2003-04-20 [paul]
8264
8265         * tools/README
8266           tools/outlook2sylpheed.pl
8267                 updated and improved by Ricardo Mones Lastra
8268
8269 2003-04-18 [oliver]     0.8.11claws102
8270
8271         * src/inc.c 
8272         * src/prefs_account.h
8273                 remove Pop3SessionType (used by selective download)
8274         * src/prefs_toolbar.c
8275                 enable set Default Toolbar button
8276
8277 2003-04-18 [paul]       0.8.11claws101
8278
8279         * sync with 0.8.11cvs29
8280                 see ChangeLog 2003-04-18
8281
8282 2003-04-17 [paul]       0.8.11claws100
8283
8284         * src/prefs_common.[ch]
8285           src/summaryview.c
8286                 remove 'Open next message on deletion' option,
8287                 as the same effect can now be achieved via the
8288                 'Always open messages in summary when selected'
8289                 option.
8290
8291 2003-04-17 [paul]       0.8.11claws99
8292
8293         * sync with 0.8.11cvs28
8294                 see ChangeLog 2003-04-17
8295
8296 2003-04-17 [christoph]  0.8.11claws98
8297
8298         * ac/spamassassin.m4
8299         * src/plugins/spamassassin/libspamc.[ch]
8300         * src/plugins/spamassassin/utils.[ch]
8301                 sync libspamc with SpamAssassin project
8302
8303 2003-04-17 [christoph]  0.8.11claws97
8304
8305         * src/common/socket.h
8306         * src/gtk/sslcertwindow.h
8307                 rename old USE_SSL to USE_OPENSSL
8308
8309 2003-04-17 [paul]       0.8.11claws96
8310
8311         * src/prefs_common.h
8312                 use gulong for P_COLOR so that it compiles/runs on
8313                 64-bit systems. Patch submitted by James Noyes
8314                 <jnoyes-claws@retrogeeks.com>
8315                 
8316         * po/de.po
8317                 updated by Jens
8318
8319 2003-04-17 [paul]       0.8.11claws95
8320
8321         * sync with 0.8.11cvs27
8322                 see ChangeLog 2003-04-16
8323
8324 2003-04-15 [paul]       0.8.11claws94
8325
8326         * src/prefs_common.[ch]
8327                 rearrange to stop the window getting too long:
8328                         move Receive dialog stuff to Receive tab
8329                         move Send dialog to Send tab
8330                         remove Dialogs frame
8331                 rename 'Open messages in summary with cursor keys' to
8332                 'Always open messages in summary when selected', as its
8333                 more appropriate
8334
8335 2003-04-15 [paul]       0.8.11claws93
8336
8337         * src/prefs_common.[ch]
8338           src/summaryview.c
8339                 add new option '/Interface/Open next message on deletion'
8340
8341 2003-04-15 [paul]       0.8.11claws92
8342
8343         * src/summaryview.[ch]
8344                 add /Mark/Lock and /Mark/Unlock to the pop-up
8345                 menu. Patch submitted by Ivan Francolin Martinez
8346                 <ivanfm@users.sourceforge.net>
8347
8348 2003-04-15 [paul]       0.8.11claws91
8349
8350         * sync with 0.8.11cvs24
8351                 see ChangeLog 2003-04-15
8352
8353 2003-04-14 [jens]       0.8.11claws90
8354
8355         * updated German translation and some corrections from
8356                 Roland Bless <bless@tm.uka.de>
8357
8358 2003-04-14 [paul]       0.8.11claws89
8359
8360         * sync with 0.8.11cvs22
8361                 see ChangeLog 2003-04-14
8362
8363 2003-04-13 [paul]       0.8.11claws88
8364
8365         * src/plugins/clamav/clamav_plugin.c
8366                 fix memory leaks
8367                 clean up
8368
8369 2003-04-12 [paul]       0.8.11claws87
8370
8371         * src/plugins/clamav/clamav_plugin.c
8372                 activate enable/disable archive scanning option
8373                 
8374         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8375
8376 2003-04-12 [paul]       0.8.11claws86
8377
8378         * src/plugins/Makefile.am
8379           src/plugins/clamav/Makefile.am                ** NEW FILE **
8380           src/plugins/clamav/README                     ** NEW FILE ** 
8381           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8382           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8383                 add Clam AntiVirus plugin
8384
8385 2003-04-12 [paul]       0.8.11claws85
8386
8387         * sync with 0.8.11cvs21
8388                 see ChangeLog 2003-04-11
8389
8390 2003-04-11 [paul]       0.8.11claws84
8391
8392         * po/es.po
8393                 update Spanish translation. Submitted by Ricardo
8394                 Mones Lastra.
8395
8396 2003-04-10 [christoph]  0.8.11claws83
8397
8398         * src/mbox.c
8399                 fix typo that did not move unfiltered mails to destination
8400                 folder
8401
8402         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8403          when filtering from spool)
8404
8405 2003-04-10 [christoph]  0.8.11claws82
8406
8407         * src/imap.c
8408                 use BODY.PEEK instead of BODY in in message fetch operation
8409                 to make sure the IMAP server does not set the \Seen flag for
8410                 messages. Sylpheed does that later itself, when the message
8411                 is opened in sylpheed
8412
8413         (closes Bug 111 Claws destroys unread marks)
8414
8415 2003-04-09 [oliver]     0.8.11claws81
8416         
8417         * src/folder.c
8418                 fix crash in folder_destroy
8419         * README.claws
8420                 remove selective download
8421
8422 2003-04-09 [christoph]  0.8.11claws80
8423
8424         * src/imap.c
8425                 fix crash in imap_get_msginfo() when then fetched message
8426                 is not found
8427
8428         (closes Bug 110 Crash during mail composition)
8429
8430 2003-04-08 [christoph]  0.8.11claws79
8431
8432         * src/folder.c
8433         * src/prefs_account.c
8434                 Filter new messages that are found in an INBOX folder
8435                 when 'Filter messages on receiving' is enabled in the
8436                 Folder's AccountPrefs. This allows to use Sylpheed's
8437                 filtering engine for IMAP folders where messages are
8438                 added to the INBOX by a MTA
8439
8440 2003-04-08 [paul]       0.8.11claws78
8441
8442         * src/procmsg.h
8443                 clean up after last commit
8444
8445 2003-04-08 [paul]       0.8.11claws77
8446
8447         * sync with 0.8.11cvs20
8448                 see ChangeLog 2003-04-07 and 2003-04-08
8449
8450 2003-04-07 [christoph]  0.8.11claws76
8451
8452         * src/filtering.[ch]
8453         * src/inc.[ch]
8454         * src/mbox.c
8455         * src/procmsg.[ch]
8456                 add procmsg_msginfo_filter() to execute filtering actions
8457
8458 2003-04-06 [christoph]  0.8.11claws75
8459
8460         * src/imap.c
8461                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8462
8463 2003-04-06 [christoph]  0.8.11claws74
8464
8465         * src/common/utils.[ch]
8466                 add g_int_compare() function for slist sorting
8467
8468         * src/imap.c
8469                 fetch all MsgInfos with one command in imap_get_msginfos()
8470                 using an imap set with a list of ranges
8471
8472         * src/news.c
8473                 use new g_int_compare() function
8474
8475 2003-04-06 [thorsten]   0.8.11claws73
8476
8477         * src/mh.c
8478                 corrected implementation of mh_folder_destroy()
8479
8480 2003-04-05 [christoph]  0.8.11claws72
8481
8482         * src/account.c
8483         * src/folder.[ch]
8484         * src/folderview.c
8485         * src/imap.c
8486         * src/inc.c
8487         * src/main.c
8488         * src/mainwindow.c
8489         * src/mbox_folder.c
8490         * src/mh.c
8491         * src/mimeview.h
8492         * src/msgcache.[ch]
8493         * src/news.c
8494         * src/procmime.h
8495         * src/procmsg.[ch]
8496         * src/setup.c
8497         * src/gtk/gtkutils.c
8498                 o rename structure field names class and new to klass and
8499                   new_msgs, to allow including files in C++
8500                 o add 'extern "C"' block to some header files
8501                 o add MsgInfoList and MsgNumberList as alias for GSList for
8502                   developers to know what type of list is expected
8503
8504         * src/plugins/image_viewer/plugin.c
8505         * src/plugins/image_viewer/viewer.[ch]
8506         * src/plugins/image_viewer/viewerprefs.[ch]
8507                 rename function names to prevent conflicts
8508
8509 2003-04-05 [paul]       0.8.11claws71
8510
8511         * sync with 0.8.11cvs18
8512                 see ChangeLog 2003-04-03 and 2003-04-04
8513
8514 2003-04-02 [christoph]  0.8.11claws70
8515
8516         * src/folder.[ch]
8517         * src/imap.[ch]
8518         * src/mbox_folder.[ch]
8519         * src/mh.[ch]
8520         * src/news.[ch]
8521                 o Make all virtual folder functions private
8522                 o remove unused folder code
8523
8524         * src/common/socket.[ch]
8525         * src/summaryview.c
8526                 fix warnings
8527
8528 2003-03-30 [alfons]     0.8.11claws69
8529
8530         * src/send_message.c
8531                 remove two debug traces and see if people still report
8532                 errors
8533
8534 2003-03-30 [alfons]     0.8.11claws68
8535
8536         * src/send_message.c
8537         * src/commons/session.c
8538                 add more debug traces
8539
8540 2003-03-30 [christoph]  0.8.11claws67
8541
8542         * src/folder.c
8543                 change processing folder name from .processing to processing
8544
8545         * src/common/ssl.c
8546                 disable SSL certificate check because it causes Xlib error
8547                 when the child process want's to open an GTK window
8548
8549 2003-03-30 [christoph]  0.8.11claws66
8550
8551         * src/folder.c
8552                 don't use default folder for processing folder item because
8553                 it can be a non local folder
8554
8555         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8556
8557 2003-03-30 [alfons]     0.8.11claws65
8558
8559         * src/send_message.c
8560                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8561                 to generate bad code for 'send_send_data_progressive': When
8562                 called from 'send_send_data_finished', the 'data' pointer is
8563                 cleared just before the assignment to the dialog pointer
8564
8565 2003-03-29 [christoph]  0.8.11claws64
8566
8567         * src/common/prefs.h
8568         * src/plugins/image_viewer/Makefile.am
8569         * src/plugins/image_viewer/plugin.c
8570         * src/plugins/image_viewer/viewer.[ch]
8571         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8572                 add PrefsPage for ImageViewer
8573
8574 2003-03-28 [thorsten]   0.8.11claws63
8575
8576         * src/common/session.c
8577                 added some comments
8578
8579 2003-03-28 [paul]       0.8.11claws62
8580
8581         * sync with 0.8.11cvs16
8582                 see ChangeLog 2003-03-28
8583
8584 2003-03-28 [paul]       0.8.11claws61
8585
8586         * sync with 0.8.11cvs15
8587                 see ChangeLog 2003-03-28
8588
8589 2003-03-27 [christoph]  0.8.11claws60
8590
8591         * src/folder.c
8592         * src/imap.c
8593         * src/common/socket.[ch]
8594                 set socket state to DISCONNECTED when any operation
8595                 fails to allow reconnecting in IMAP code without
8596                 checking the return code of all calls to the command
8597                 functions
8598
8599         * src/folderview.c
8600         * src/summaryview.c
8601                 remove some more stuff that depends on specific
8602                 folder types
8603
8604 2003-03-27 [paul]       0.8.11claws59
8605
8606         * sync with 0.8.11cvs14
8607                 see ChangeLog 2003-03-27
8608                 
8609         * src/selective_download.[ch]   ** REMOVED **
8610                 really removed
8611
8612 2003-03-27 [christoph]  0.8.11claws58
8613
8614         * src/folder.c
8615                 fix handling of tmp_flags in flag copy function
8616
8617 2003-03-27 [paul]       0.8.11claws57
8618
8619         * sync with 0.8.11cvs13
8620                 see ChangeLog 2003-03-27
8621
8622 2003-03-27 [oliver]     0.8.11claws56
8623
8624         * src/maiwindow.c
8625                 remove sel_download_cb
8626
8627 2003-03-27 [oliver]     0.8.11claws55
8628         
8629         * src/inc.c
8630                 remove POP3_TOP
8631         
8632 2003-03-26 [oliver]     0.8.11claws54
8633
8634         *src/pop.h
8635                 remove POP3_TOP*
8636         * README.claws
8637                 remove selective donwload readme
8638
8639 2003-03-26 [oliver]     0.8.11claws53
8640         * src/matcher.[ch]
8641         * src/matcher_parser_parse.y 
8642         * src/pop.c 
8643         * src/prefs_account.[ch]
8644         * src/prefs_filtering.c
8645                 remove selective donwload
8646
8647 2003-03-26 [oliver]     0.8.11claws52
8648
8649         * src/inc.[ch] 
8650         * src/filtering.c 
8651         * src/mainwindow.c 
8652                 remove selective donwload
8653
8654 2003-03-26 [oliver]     0.8.11claws51
8655         
8656         * src/Makefile.am
8657         * src/selective_download.[ch]   ** REMOVE **    
8658
8659 2003-03-26 [christoph]  0.8.11claws50
8660
8661         * src/news.c
8662                 fix NEWS that got broken by a sync with sylpheed-main
8663
8664 2003-03-26 [christoph]  0.8.11claws49
8665
8666         * src/mimeview.c
8667                 fix mime type guessing when no mime type is found for a file
8668
8669 2003-03-25 [christoph]  0.8.11claws48
8670
8671         * src/mimeview.c
8672         * src/procmime.c
8673                 remove mime type guessing from mime parser and use
8674                 name based mime types in viewer lookup for mime type
8675                 application/octet-stream
8676
8677 2003-03-25 [christoph]  0.8.11claws47
8678
8679         * doc-src/readme.txt
8680         * doc-src/rfc2554.txt
8681                 add RFC about SMTP AUTH
8682
8683         * src/send_message.c
8684         * src/common/smtp.[ch]
8685                 add extra error code for authentication errors and
8686                 clear temporary password when this error occurs
8687
8688         (closes Bug 84 authentication failure while sending should
8689          prompt for password again)
8690
8691 2003-03-25 [christoph]  0.8.11claws46
8692
8693         * configure.ac
8694         * src/Makefile.am
8695         * src/imageview.[ch]                            ** REMOVE **
8696         * src/messageview.[ch]
8697         * src/mimeview.[ch]
8698         * src/prefs_common.[ch]
8699         * src/textview.c
8700         * src/plugins/Makefile.am
8701         * src/plugins/image_viewer/.cvsignore           ** NEW **
8702         * src/plugins/image_viewer/Makefile.am          ** NEW **
8703         * src/plugins/image_viewer/plugin.c             ** NEW **
8704         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8705                 move image viewer into a plugin (building is enabled by default)
8706                 [ToDo: Prefs for resize and autoview]
8707
8708 2003-03-25 [paul]       0.8.11claws45
8709
8710         * sync with 0.8.11cvs12
8711                 see ChangeLog 2003-03-26
8712
8713 2003-03-25 [paul]       0.8.11claws44
8714
8715         * sync with 0.8.11cvs11
8716                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8717                 
8718         Note: Selective Download is broken.
8719                 
8720 2003-03-22 [christoph]  0.8.11claws43
8721
8722         * src/folder.c
8723                 code cleanup for flags copying
8724
8725 2003-03-22 [christoph]  0.8.11claws42
8726
8727         * src/plugins/trayicon/trayicon.c
8728                 fix setting the transparent area when the window size
8729                 is forced by the system tray
8730
8731 2003-03-22 [christoph]  0.8.11claws41
8732
8733         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8734         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8735         * src/plugins/trayicon/newmail.xpm              ** NEW **
8736         * src/plugins/trayicon/nomail.xpm               ** NEW **
8737         * src/plugins/trayicon/trayicon.c
8738         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8739                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8740                 o add icon for unread mails
8741                 o set transparency for window
8742
8743 2003-03-22 [christoph]  0.8.11claws40
8744
8745         * src/news.c
8746                 init news session to prevent crash when session is closed
8747
8748 2003-03-22 [christoph]  0.8.11claws39
8749
8750         * src/imap.c
8751         * src/common/session.[ch]
8752                 Init session data to make sure we don't have invalid pointers
8753                 for read_ch and write_ch when new multi process sessions are
8754                 not used
8755
8756         * src/main.c
8757         * src/common/plugin.c
8758         * src/common/sylpheed.c
8759         * src/plugins/demo/demo.c
8760         * src/plugins/dillo_viewer/dillo_viewer.c
8761         * src/plugins/mathml_viewer/mathml_viewer.c
8762         * src/plugins/spamassassin/spamassassin.c
8763         * src/plugins/spamassassin/spamassassin_gtk.c
8764                 add plugin types to allow loading plugins at different times
8765                 (and maybe for different frontends), because it's not good to
8766                 load GTK-Plugins gefore gtk_init was called
8767
8768         * configure.ac
8769         * src/plugins/Makefile.am
8770         * src/plugins/trayicon/.cvsignore               ** NEW **
8771         * src/plugins/trayicon/Makefile.am              ** NEW **
8772         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8773         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8774         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8775         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8776         * src/plugins/trayicon/trayicon.c               ** NEW **
8777                 New Trayicon plugin that shows an icon in a systray that uses
8778                 XEMBED protocol like Gnome's systray. Icon shows if there
8779                 are new mails and a tooltip shows information about new,
8780                 unread and total messages.
8781
8782 2003-03-22 [paul]       0.8.11claws38
8783
8784         * src/common/smtp.c
8785                 fix ESMTP AUTH CRAM-MD5
8786                 [sync with main (still version 0.8.11cvs6), see
8787                  ChangeLog 2003-03-22]
8788
8789 2003-03-21 [colin]      0.8.11claws37
8790
8791         * src/send_message.c
8792                 Fix USE_SSL => USE_OPENSSL
8793
8794 2003-03-21 [colin]      0.8.11claws36
8795
8796         * src/folderview.c
8797                 Fix counts in drag and dropped subfolders
8798
8799 2003-03-21 [colin]      0.8.11claws35
8800
8801         * src/folder.c 
8802         * src/folderview.c
8803                 speed up a bit folder dnd
8804
8805 2003-03-20 [alfons]     0.8.11claws34
8806
8807         * src/main.c
8808         * src/toolbar.c
8809         * src/procmsg.c
8810                 don't send locked queue messages
8811                 (feature request "[ 705245 ] Locking message in outbox 
8812                  should prevent sending")
8813
8814 2003-03-20 [christoph]  0.8.11claws33
8815
8816         * src/folder.c
8817                 remove NEW and UNREAD flag in special folders when scanning
8818                 
8819         * src/common/smtp.c
8820                 fix ESMTP AUTH CRAM-MD5
8821
8822 2003-03-20 [paul]       0.8.11claws32
8823
8824         * src/prefs_account.c
8825                 Re-write 'Tunnel command to open connection' as
8826                 'Use command to communicate with server', and disable
8827                 it for all except IMAP accounts
8828
8829 2003-03-20 [paul]       0.8.11claws31
8830
8831         * sync with 0.8.11cvs6
8832                 see ChangeLog 2003-03-20
8833
8834 2003-03-19 [match]      0.8.11claws30
8835
8836         * src/addritem.[ch]
8837                 include documentation. minor refactoring.
8838         * src/addr_compl.[ch]
8839         * src/addrindex.[ch]
8840         * src/addresbook.[ch]
8841         * src/summaryview.c
8842                 re-enable address lookup (was disabled in
8843                 0.8.11claws20).
8844
8845 2003-03-19 [christoph]  0.8.11claws29
8846
8847         * src/procmsg.c
8848                 add temp flag handling, will make moving and copying
8849                 messages possible again
8850
8851         * src/folder.c
8852                 correct calulation of folder stats
8853
8854 2003-03-18 [match]      0.8.11claws28
8855
8856         * src/editgroup.h
8857                 remove case sensitive comparison (closes bug 80).
8858
8859 2003-03-18 [christoph]  0.8.11claws27
8860
8861         * src/imap.c
8862                 fix imap using a tunnel command
8863
8864         (closes bug 87)
8865
8866 2003-03-18 [christoph]  0.8.11claws26
8867
8868         * src/folder.[ch]
8869         * src/imap.c
8870         * src/procmsg.[ch]
8871                 rewrite flag handling for folders
8872
8873 2003-03-18 [christoph]  0.8.11claws25
8874
8875         * src/folder.c
8876         * src/procmsg.c
8877         * src/summaryview.c
8878                 unset NEW and UNREAD flags when message is ignored, to make
8879                 sure messages don't show up as unread on other IMAP clients,
8880                 because the IGNORE_THREAD flag can not be syncronized through
8881                 the IMAP folder
8882
8883 2003-03-17 [christoph]  0.8.11claws24
8884
8885         * src/imap.c
8886                 don't use recursion to fetch uids when the number of messages
8887                 does not match. Moved code into subfunction that is used
8888                 again when needed, to prevent an endless loop.
8889
8890 2003-03-17 [thorsten]   0.8.11claws23
8891
8892         * src/imageview.[ch]
8893                 export imageview_get_resized_size() (for plugins)
8894         * src/prefs_common.[ch]
8895                 added prefs_common_get() (for plugins)
8896
8897 2003-03-17 [christoph]  0.8.11claws22
8898
8899         * src/imap.c
8900                 o remove UID guessing from copy code
8901                 o support UIDPLUS extension for APPEND command
8902
8903 2003-03-17 [paul]       0.8.11claws21
8904
8905         * src/gtk/about.c
8906                 remove 'Compiled-plugins' section.
8907                 
8908         * src/plugins/dillo_viewer/dillo_viewer.c
8909                 slight change to description text
8910
8911 2003-03-16 [match]      0.8.11claws20
8912         * src/ldapserver.[ch]           ** NEW **
8913         * src/ldapctrl.[ch]             ** NEW **
8914         * src/ldapquery.[ch]            ** NEW **
8915         * src/ldaputil.[ch]             ** NEW **
8916         * src/addrcindex.[ch]           ** NEW **
8917         * src/addrquery.h               ** NEW **
8918         * src/addritem.[ch]
8919         * src/addrcache.[ch]
8920         * src/addrindex.[ch]
8921         * src/addr_compl.[ch]
8922         * src/addressbook.[ch]
8923         * src/addrbook.[ch]
8924         * src/editgroup.c
8925         * src/editaddress.c
8926         * src/editldap.c
8927         * src/editldap_basedn.c
8928         * src/vcard.c
8929         * src/jpilot.c
8930         * src/Makefile.am
8931                 included dynamic LDAP queries. improved address
8932                 completion.
8933
8934 2003-03-16 [paul]       0.8.11claws19
8935
8936         * tools/multiwebsearch.pl
8937                 fix a fatal typo
8938
8939 2003-03-16 [christoph]  0.8.11claws18
8940
8941         * src/mimeview.c
8942         * src/plugins/dillo_viewer/dillo_viewer.c
8943         * src/plugins/mathml_viewer/mathml_viewer.c
8944                 make unregistering of MimeViewerFactorys possible
8945
8946 2003-03-16 [alfons]     0.8.11claws17
8947
8948         * configure.ac
8949                 correct typo
8950
8951 2003-03-16 [melvin]     0.8.11claws16
8952
8953         * src/plugins/dillo_viewer.c
8954                 Fixed bug where it was not possible to view more than
8955                 one text/html attachment per message (bug discovered
8956                 by Christoph Hohmann).
8957
8958 2003-03-15 [melvin]     0.8.11claws15
8959
8960         * src/prefs_actions.c
8961                 Fixed compilation warnings.
8962
8963 2003-03-15 [melvin]     0.8.11claws14
8964
8965         * src/plugins/Makefile.am
8966         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8967         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8968         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8969                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8970                 newer (http://dillo.auriga.wearlab.de/).
8971
8972 2003-03-15 [christoph]  0.8.11claws13
8973
8974         * src/imap.c
8975                 don't query imap folder for attributes because we already
8976                 for them from imap_status
8977
8978         * src/mimeview.[ch]
8979                 add support for plugable MimeViewers (unloading Viewers
8980                 not yet complete)
8981
8982         * src/plugins/Makefile.am
8983         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8984         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8985         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8986                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8987                 widget from http://helm.cs.unibo.it/mml-widget/
8988
8989 2003-03-14 [christoph]  0.8.11claws12
8990
8991         * src/folder.[ch]
8992                 o error return code's should better be negative
8993                 o replace printf with debug_print
8994
8995         * src/imap.c
8996                 improve IMAP folder scan by checking UID-NEXT
8997
8998         * src/summaryview.c
8999                 remove check that are unnecessary in my opinion
9000
9001 2003-03-13 [christoph]  0.8.11claws11
9002
9003         * src/folder.[ch]
9004         * src/foldersel.c
9005         * src/folderview.c
9006         * src/imap.c
9007         * src/mbox_folder.c
9008         * src/mh.c
9009         * src/news.c
9010         * src/prefs_scoring.c
9011         * src/summaryview.c
9012                 use a common function to get a displayable name
9013                 for a FolderItem
9014
9015 2003-03-13 [paul]       0.8.11claws10
9016
9017         * tools/Makefile.am
9018           tools/README
9019           tools/multiwebsearch.conf     ** NEW FILE **
9020           tools/multiwebsearch.pl       ** NEW FILE **
9021                 add multiwebsearch Actions script
9022
9023 2003-03-13 [colin]      0.8.11claws9
9024
9025         * src/compose.c
9026                 Remove leading emtpy lines from quoted text
9027                 before quoting it
9028
9029 2003-03-13 [melvin]     0.8.11claws8
9030
9031         * src/prefs_actions.c
9032                 Fixed a memory leak
9033                 Code clean ups
9034                 Added Cancel and OK buttons
9035                 Corrected help text
9036
9037 2003-03-13 [christoph]  0.8.11claws7
9038
9039         * src/account.c
9040         * src/folder.[ch]
9041         * src/imap.c
9042         * src/mainwindow.c
9043         * src/mbox_folder.c
9044         * src/mh.c
9045         * src/news.c
9046         * src/setup.c
9047                 replace more folder type stuff with folder class stuff
9048
9049 2003-03-13 [melvin]     0.8.11claws6
9050
9051         * src/prefs_actions.c
9052                 Added new tokens:
9053                 %u: user provided argument
9054                 %h: user provided argument (hidden on input)
9055                 %s: current text selection in the message view 
9056
9057 2003-03-13 [paul]       0.8.11claws5
9058
9059         * sync with 0.8.11cvs5
9060                 see ChangeLog 2003-03-11, 2003-03-12
9061
9062 2003-03-12 [christoph]  0.8.11claws4
9063
9064         * src/folder.c
9065                 use folder class idstr when writing folderlist.xml
9066
9067         * src/folder.h
9068         * src/imap.c
9069         * src/news.c
9070                 replace folder type checks with folder class checks
9071
9072 2003-03-12 [christoph]  0.8.11claws3
9073
9074         * src/folder.[ch]
9075         * src/imap.[ch]
9076         * src/main.c
9077         * src/mbox_folder.[ch]
9078         * src/mh.[ch]
9079         * src/news.[ch]
9080                 o create a list of known folder classes in the folder system
9081                 o use folder class id strings for folder item identifiers
9082
9083 2003-03-12 [christoph]  0.8.11claws2
9084
9085         * src/imap.c
9086                 fix imap uid validity check
9087
9088 2003-03-12 [christoph]  0.8.11claws1
9089
9090         * src/account.c
9091         * src/folder.[ch]
9092         * src/foldersel.c
9093         * src/folderview.c
9094         * src/imap.c
9095         * src/mainwindow.c
9096         * src/mbox_folder.c
9097         * src/mh.c
9098         * src/news.c
9099         * src/prefs_scoring.c
9100         * src/procmsg.c
9101         * src/setup.c
9102         * src/summaryview.c
9103                 initial restructuring of folder system, seperating
9104                 folders and folder classes
9105
9106 2003-03-12 [paul]       0.8.11claws
9107
9108         0.8.11claws release
9109
9110 2003-03-12 [christoph]
9111
9112         * src/gtk/prefswindow.c
9113                 fix translation of "Page Index"
9114
9115 2003-03-12 [paul]       0.8.10claws110
9116
9117         a sync from 0.8.11cvs4 before the release
9118
9119         * src/common/utils.c
9120                 subject_compare_for_sort(): allow null strings (fixes
9121                 summary sorting).
9122
9123 2003-03-11 [paul]       0.8.10claws109
9124
9125         * po/es.po
9126                 update Spanish translation, submitted by
9127                 Ricardo Mones Lastra
9128
9129 2003-03-11 [melvin]     0.8.10claws108
9130
9131         * po/fr.po
9132                 Updated French translations
9133
9134 2003-03-11 [paul]       0.8.10claws107
9135
9136         * manual/en/Makefile.am
9137           manual/en/*.html
9138                 update English manual, add a new page
9139                 updated by Francois Barriere <fbarriere@atmel.fr>
9140                 
9141         * po/bg.po
9142           po/it.po
9143           po/sr.po
9144                 update Bulgarian, Italian, and Serbian translations
9145                 submitted by George Danchev, Alessandro Maestri, and
9146                 Urke MMI
9147
9148 2003-03-10 [paul]       0.8.10claws106
9149
9150         * src/gtk/about.c
9151           src/gtk/prefswindow.c
9152                 make some strings translatable
9153
9154 2003-03-10 [darko]      0.8.10claws105
9155
9156         * src/compose.c
9157                 code cleanup to make Hiro happy
9158
9159 2003-03-10 [paul]       0.8.10claws104
9160
9161         * sync with 0.8.11cvs2
9162                 see ChangeLog 2003-03-10
9163
9164 2003-03-09 [melvin]     0.8.10claws103
9165
9166         * src/textview.c
9167                 textview_set_font(): fix for message display in
9168                 UTF-8 locales (thanks to Sergey Vlasov).
9169                 (was unintentionnaly reverted in 0.8.6claws6)   
9170
9171 2003-03-08 [darko]      0.8.10claws102
9172
9173         * src/compose.c
9174                 fix infinite loop in wrapping as reported
9175                 by happycactus
9176                 obsoletes patch #696482
9177
9178 2003-03-08 [christoph]  0.8.10claws101
9179
9180         * src/imap.c
9181                 add workaround for IMAP servers that do not
9182                 support the "UID SEARCH UID" command
9183
9184 2003-03-07 [christoph]  0.8.10claws100
9185
9186         * src/plugins/spamassassin/spamassassin.[ch]
9187         * src/plugins/spamassassin/spamassassin_gtk.c
9188                 code cleanup
9189
9190 2003-03-07 [paul]       0.8.10claws99
9191
9192         * po/es.po
9193                 updated Spanish translation, submitted by
9194                 Ricardo Mones Lastra
9195
9196 2003-03-07 [christoph]  0.8.10claws98
9197
9198         * src/send.c
9199                 fix in 0.8.10claws94 was wrong
9200                 local delivery does not require escaping, remove escaping
9201                 code to make signatures of mails with "." lines valid
9202                 
9203                 NOTE: requires that sendmail is executed with "-i" option,
9204                       what is the default now, but has to be changed in all
9205                       exsiting accounts)
9206
9207 2003-03-07 [paul]       0.8.10claws97
9208
9209         * sync with 0.8.11 release
9210                 see ChangeLog 2003-03-07
9211
9212 2003-03-06 [paul]       0.8.10claws96
9213
9214         * src/compose.c
9215                 revert commit 0.8.10claws92
9216
9217 2003-03-06 [paul]       0.8.10claws95
9218
9219         * src/folderview.c
9220                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9221
9222         * src/gtkaspell.c
9223                 fix bug 74, 'Crash opening editor window with pseudo-color
9224                 display'
9225                 
9226         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9227
9228 2003-03-06 [christoph]  0.8.10claws94
9229
9230         * src/send.c
9231                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9232                 all lines starting with a period get an extra period
9233                 inserted
9234                 (found by Simon 'corecode' Schubert)
9235
9236 2003-03-06 [paul]       0.8.10claws93
9237
9238         * src/folderview.c
9239                 if configured font can't be loaded fall back to gtk
9240                 default. (with thanks to Christoph)
9241                 
9242                 closes long-standing bug 15 'Crashes on startup'
9243
9244 2003-03-06 [paul]       0.8.10claws92
9245
9246         * src/compose.c
9247                 freeze text before autosave and thaw afterwards
9248                 fixes bug 67 'autosave make re-rediting message crazy'
9249
9250 2003-03-06 [christoph]  0.8.10claws91
9251
9252         * src/compose.c
9253                 ignore address comment in dupe check for Cc-list
9254
9255         (closes reopened bug 47 Replying to message strips name part of
9256          e-mail addresses of Cc: lines)
9257
9258 2003-03-06 [paul]       0.8.10claws90
9259
9260         * src/Makefile.am
9261                 remove reference to gtkxtext.h as its no longer in
9262                 the repository
9263
9264 2003-03-06 [paul]       0.8.10claws89
9265
9266         * sync with 0.8.10cvs25
9267                 see ChangeLog 2003-03-06
9268
9269 2003-03-06 [oliver]     0.8.10claws88
9270         
9271         * src/messageview.c
9272                 remove include
9273
9274 2003-03-06 [oliver]     0.8.10claws87
9275         
9276         * src/folderview.c 
9277                 remove changes introduced inclaws74
9278         * src/messageview.c
9279                 another attempt to sanely delete and update
9280                 messages deleted in separate messageview
9281
9282 2003-03-05 [christoph]  0.8.10claws86
9283
9284         * src/summaryview.c
9285                 check if "From" matches any account's address if
9286                 addressbook completion of addresses is disabled too
9287
9288         (closes Bug 70 "Display recipient in from" doesn't check
9289          folder's default account)
9290
9291 2003-03-05 [christoph]  0.8.10claws85
9292
9293         * src/compose.c
9294         * src/common/utils.[ch]
9295                 don't strip address comments when building Cc lists
9296
9297         (closes Bug 47 Replying to message strips name part of e-mail addresses
9298          of Cc: lines)
9299
9300         * src/folder.c
9301                 fix return value of copy function
9302
9303 2003-03-05 [christoph]  0.8.10claws84
9304
9305         * src/imap.c
9306                 don't ask imap server for non rfc822 headers
9307
9308         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9309
9310         * src/imap.c
9311                 destroy session on socket error to allow reconnecting
9312
9313 2003-03-05 [christoph]  0.8.10claws83
9314
9315         * configure.ac
9316                 fix building with gnome when no prefix is set
9317
9318         (closes bug 66 Gnome directory is set to NONE)
9319
9320 2003-03-05 [paul]       0.8.10claws82
9321
9322         * sync with 0.8.10cvs23
9323                 see ChangeLog 2003-03-05
9324
9325 2003-03-04 [christoph]  0.8.10claws81
9326
9327         * src/folder.c
9328                 o fix moving and copying when folder returns 0 for new
9329                   message number
9330                 o remove some code for single message copy and move
9331                   operations and use functions for multiple messages
9332
9333         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9334
9335         * src/news.c
9336                 remove unused include
9337
9338 2003-03-04 [paul]       0.8.10claws80
9339
9340         * src/gtk/about.c
9341                 list 'Compiled plugins'
9342
9343 2003-03-03 [christoph]  0.8.10claws79
9344
9345         * src/news.[ch]
9346                 have to multiply the percentage of the current fetch with
9347                 the percentage that it has of the total fetch operation
9348                 for correct values
9349
9350 2003-03-03 [christoph]  0.8.10claws78
9351
9352         * src/news.c
9353                 fix calculation of expected lines for progress indicator
9354
9355 2003-03-03 [christoph]  0.8.10claws77
9356
9357         * src/summaryview.c
9358         * src/common/utils.c
9359                 fix segfault when opening the root news folder
9360
9361 2003-03-03 [christoph]  0.8.10claws76
9362
9363         * src/mainwindow.[ch]
9364         * src/common/Makefile.am
9365         * src/common/progressindicator.[ch]
9366                 add UI independent progress indicator handling
9367
9368         * src/news.[ch]
9369                 use new progress indicator for message info fetching
9370
9371         * src/common/hooks.h
9372                 code cleanup
9373
9374 2003-03-03 [oliver]     0.8.10claws75
9375
9376         * src/toolbar.c
9377         * src/compose.c
9378                 removed commented code
9379
9380 2003-03-03 [oliver]     0.8.10claws74
9381
9382         * src/toolbar.[ch]
9383                 cleanups and refactoring
9384         * src/compose.[ch]
9385                 compose_reply_mode reply & forwarding interface for
9386                 toolbar buttons
9387         * src/folderview.c
9388                 act on messages marked for deletion in folderview_selected
9389                 based on prefs_common.immediate_exec since a message might 
9390                 have been deleted by messageview in a folder we are changing 
9391                 to (does anybody understand what I'm on about ?)
9392
9393 2003-03-03 [oliver]     0.8.10claws73
9394         
9395         * src/messageview.[ch]
9396                 new functions
9397                 - messageview_delete: delete message shown in messagview
9398                 - messageview_update_view: update messageview to currently 
9399                   selected summaryview message
9400                 - add separate messageview to msgview_list in order to update 
9401                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9402         * src/summaryview.[ch]
9403                 summary_get_selection returns a list of selected msgs
9404                 in summaryview
9405         * src/mainwindow.c
9406                 toolbar reply refactoring
9407
9408 2003-03-03 [paul]       0.8.10claws72
9409
9410         * sync with 0.8.10cvs21
9411                 see ChangeLog 2003-03-03
9412
9413 2003-03-02 [christoph]  0.8.10claws71
9414
9415         * src/common/passcrypt.c
9416                 use POSIX includes
9417
9418 2003-03-02 [christoph]  0.8.10claws70
9419
9420         * configure.ac
9421         * src/prefs_account.c
9422         * src/prefs_gtk.[ch]
9423         * src/common/.cvsignore
9424         * src/common/Makefile.am
9425         * src/common/passcrypt.c                ** NEW **
9426         * src/common/passcrypt.h.in             ** NEW **
9427                 Implement password encryption in config files
9428                 using unix encrypt and setkey functions. The crypt
9429                 key can be set as a configure parameter. Old
9430                 passwords will be converted if they do not begin
9431                 with '!'
9432
9433 2003-03-02 [paul]       0.8.10claws69
9434
9435         * src/prefs_account.c
9436                 fix compile error
9437
9438 2003-03-01 [thorsten]   0.8.10claws68
9439
9440         * po/el.po
9441           po/hr.po
9442           po/it.po
9443           po/nl.po
9444           po/sr.po
9445           po/sv.po
9446                 corrected format strings
9447         * po/en_GB.po
9448                 corrected headers
9449                 (fix compile errors with GNU gettext-0.11.5)
9450
9451 2003-03-01 [oliver]     0.8.10claws67
9452
9453         * src/summaryview.c
9454                 menu callbacks call toolbar_menu_reply
9455
9456 2003-03-01 [oliver]     0.8.10claws66
9457
9458         * src/mainwindow.c
9459         * src/messageview.c
9460                 menu callbacks call toolbar_menu_reply
9461         * src/toolbar.[ch]
9462                 callbacks from menu handled by toolbar_menu_reply
9463
9464 2003-03-01 [paul]       0.8.10claws65
9465
9466         * src/addressbook.c
9467                 revert commit 0.8.10claws54 - breaks editing of
9468                 addressbook.
9469                 
9470         * po/bg.po
9471                 update Bulgarian translation, submitted by
9472                 George Danchev
9473
9474 2003-02-28 [christoph]  0.8.10claws64
9475
9476         * src/account.c
9477         * src/addressadd.c
9478         * src/compose.c
9479         * src/gtkaspell.c
9480         * src/gtkxtext.h                ** REMOVE **
9481         * src/imap.c
9482         * src/matcher.[ch]
9483         * src/mh.c
9484         * src/news.c
9485         * src/pine.c
9486         * src/prefs_common.c
9487         * src/prefs_matcher.c
9488         * src/procheader.[ch]
9489         * src/procmsg.[ch]
9490         * src/toolbar.c
9491         * src/common/ssl_certificate.c
9492         * src/gtk/colorlabel.c
9493         * src/gtk/menu.c
9494                 o fix warnings
9495                 o remove code obsoleted by new cache and folder system rework
9496
9497 2003-02-28 [oliver]     0.8.10claws63
9498         
9499         * src/toolbar.[ch]
9500                 * fix bug where reply in Messageview replied to 
9501                 Message displayed in summaryview
9502                 (reportedd via ML by chinatinte at gmx dot ch)
9503                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9504                 didn't work in separate MessageView Toolbar
9505                 (wondering if anybody uses this at all ?)
9506         * src/summaryview.[ch]
9507                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9508                 (generalize reply and forward code);
9509         * src/messageview.c 
9510                 remove focus_in event which updated summaryview to messageview
9511
9512 2003-02-28 [paul]       0.8.10claws62
9513
9514         * po/Makefile.in.in
9515                 add the --check option
9516                 Patch submitted by Ricardo Mones Lastra
9517
9518 2003-02-28 [paul]       0.8.10claws61
9519
9520         * src/prefs_account.c
9521                 re-order 'Signature' items
9522
9523 2003-02-28 [paul]       0.8.10claws60
9524
9525         * sync with 0.8.10cvs20
9526                 see ChangeLog 2003-02-28
9527
9528 2003-02-28 [paul]       0.8.10claws59
9529
9530         * po/POTFILES.in
9531                 update to reflect recent movement of files
9532
9533 2003-02-28 [paul]       0.8.10claws58
9534
9535         * sync with 0.8.10cvs19
9536                 see ChangeLog 2003-02-28
9537
9538 2003-02-27 [martin]     0.8.10claws57
9539
9540         * src/prefs_matcher.c 
9541                 fix segfault in prefs_matcher_ok() when the
9542                 last entry is deleted and prevents that the
9543                 message "entry not saved" comes up after deleting
9544                 an entry
9545
9546 2003-02-27 [martin]     0.8.10claws56
9547
9548         * src/prefs_filtering.c 
9549                 fix segfault in prefs_filtering_ok() when the
9550                 last entry is deleted and prevents that the
9551                 message "entry not saved" comes up after deleting
9552                 an entry
9553
9554 2003-02-27 [paul]       0.8.10claws55
9555
9556         * sync with 0.8.10cvs18
9557                 see ChangeLog 2003-02-27
9558
9559 2003-02-27 [paul]       0.8.10claws54
9560
9561         * src/addressbook.c
9562                 fix bug where the address book crashes with 
9563                 multiple lookups.
9564                 Patch [687729] submitted by David Frager 
9565                 <dbfrager@users.sourceforge.net>
9566
9567 2003-02-25 [christoph]  0.8.10claws53
9568
9569         * src/Makefile.am
9570         * src/colorlabel.[ch]           ** REMOVE **
9571         * src/gtk/Makefile.am
9572         * src/gtk/colorlabel.[ch]       ** NEW **
9573                 move colorlabel files to gtk directory
9574
9575         * src/esmtp.[ch]                ** REMOVE **
9576                 has been merged into smtp.[ch] in 0.7.5
9577
9578 2003-02-25 [christoph]  0.8.10claws52
9579
9580         * src/Makefile.am
9581         * src/about.[ch]                ** REMOVE **
9582         * src/gtk/Makefile.am
9583         * src/gtk/about.[ch]            ** NEW **
9584                 move about files to gtk directory
9585
9586 2003-02-25 [christoph]  0.8.10claws51
9587
9588         * src/folder.c
9589                 some code optimization of folder scanning code
9590
9591         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9592
9593 2003-02-25 [christoph]  0.8.10claws50
9594
9595         * src/main.c
9596         * src/common/sylpheed.c
9597                 add command line parameter parsing to common code
9598
9599 2003-02-24 [christoph]
9600
9601         * Makefile.am
9602         * configure.ac
9603                 fix gnome prefix problems, the configure script now removed
9604                 `gnome-config --prefix` from `gnome-config --datadir`
9605                 and adds $(prefix} instead
9606
9607         (closes Bug 24 Makefile does not respect prefix when installing
9608          GNOME data)
9609
9610 2003-02-24 [christoph]  0.8.10claws49
9611
9612         * src/news.c
9613                 check for valid session before trying to authenticate
9614
9615         (closes Bug 60 crash if "authenticate on logon" is activated
9616          and newsserver-hostname is not valid)
9617
9618 2003-02-24 [melvin]     0.8.10claws48
9619
9620         * src/prefs_actions.c
9621                 Make sure all user's input is sent to the action and then
9622                 close the socket..
9623
9624 2003-02-23 [alfons]     0.8.10claws46
9625
9626         * src/summaryview.c
9627                 also wait cursor when deleting files
9628
9629 2003-02-23 [paul]
9630
9631         * tools/freshmeat_search.pl
9632           tools/google_search.pl
9633                 scripts should now work for any browser/browser command line
9634
9635 2003-02-22 [christoph]  0.8.10claws45
9636
9637         * src/procmsg.c
9638                 fix IMAP flag setting, IMAP flag is not handled correctly
9639                 anymore by the folder system and information about the
9640                 folder should not be saved in the MsgInfo (in my opinion)
9641
9642         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9643
9644 2003-02-22 [christoph]  0.8.10claws44
9645
9646         * src/summaryview.c
9647                 fix spelling of "label" ;-)
9648
9649 2003-02-22 [thorsten]   0.8.10claws43
9650
9651         * src/mimeview.c
9652           src/prefs_common.[ch]
9653           src/procmime.[ch]
9654                 do not use description as attachment name
9655
9656 2003-02-22 [alfons]     0.8.10claws42
9657
9658         * src/summaryview.c
9659                 freeze/thaw folder item updates when changing color labels,
9660                 and put a wait cursors on
9661
9662 2003-02-22 [thorsten]   0.8.10claws41
9663
9664         * src/mimeview.c
9665                 save-all fixes: crash if invoked on multipart container,
9666                 mimeinfo access, pathseparators, error dialog
9667
9668 2003-02-21 [alfons]     0.8.10claws40
9669
9670         * src/prefs_gtk.c
9671                 remove unused var
9672
9673 2003-02-21 [colin]      0.8.10claws39
9674
9675         * src/send.c
9676                 Fix smtp logging
9677
9678 2003-02-21 [colin]      0.8.10claws38
9679
9680         * src/summaryview.c
9681                 Freeze/thaw folderItem updates when filtering messages 
9682                 via Tools/Filter messages
9683
9684 2003-02-21 [paul]       0.8.10claws37
9685
9686         * src/compose.c
9687                 revert commit 0.8.10claws26, there are ulterior motives
9688                 for users to set a Reply-To header when posting to
9689                 newsgroups
9690
9691 2003-02-21 [paul]       0.8.10claws36
9692
9693         * sync with 0.8.10cvs17
9694                 see ChangeLog 2003-02-21
9695
9696 2003-02-20 [christoph]  0.8.10claws35
9697
9698         * src/imap.c
9699                 IMAP UID fetch speedup using SEARCH
9700
9701         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9702
9703         * src/imap.c
9704                 fix problem with UIDs in IMAP UID cache that no longer existed
9705
9706 2003-02-20 [christoph]  0.8.10claws34
9707
9708         * src/imap.c
9709         * src/procheader.c
9710         * src/procheader.h
9711                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9712
9713         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9714
9715         * src/imap.c
9716                 Rewrite imap_cmd_gen_recv use sock_getline instead
9717                 of sock_gets to avoid problems with too long reply
9718                 lines
9719     
9720 2003-02-20 [colin]      0.8.10claws33
9721         
9722         * src/prefs_account.c
9723                 Better wording
9724
9725 2003-02-20 [colin]      0.8.10claws32
9726
9727         * src/compose.c
9728                 Remove useless '&& !to_sender' 
9729
9730 2003-02-20 [darko]
9731
9732         * AUTHORS
9733                 change my e-mail address
9734
9735 2003-02-19 [colin]      0.8.10claws31
9736
9737         * src/prefs_common.c
9738                 X11 style colors for every configurable color
9739
9740 2003-02-19 [alfons]     0.8.10claws30
9741
9742         * src/prefs_gtk.[ch]
9743         * src/prefs_common.c
9744                 for color_new accept both plain integers and X11 style color
9745                 names (as found in /usr/lib/X11/rgb.txt)
9746
9747 2003-02-19 [paul]       0.8.10claws29
9748
9749         * src/mainwindow.c
9750                 add tooltips to online/offline button and account selector
9751                 button
9752
9753 2003-02-19 [paul]       0.8.10claws28
9754
9755         * src/folder.c
9756           src/news.c
9757           src/prefs_account.[ch]
9758           src/prefs_common.[ch]
9759                 move 'Maximum number of articles to download' to
9760                 account prefs.
9761                 clean up account prefs gui a little by hiding entries
9762                 rather then greying out entries
9763
9764 2003-02-19 [hiro]       0.8.10claws27
9765
9766         * src/common/utils.c
9767                 fix bug #54 'yesterdays date is displayed in the message 
9768                 summary window'
9769
9770 2003-02-19 [paul]       0.8.10claws26
9771
9772         * src/compose.c
9773                 fix bug reported in Feature Request [688596] 
9774                 'Reply-to header in news'
9775
9776 2003-02-18 [paul]       0.8.10claws25
9777
9778         * src/select-keys.c
9779                 add a 'List all keys' button to key selection dialog
9780
9781 2003-02-18 [colin]      0.8.10claws24
9782         
9783         * src/stock_pixmap.c
9784                 fix compile error
9785
9786 2003-02-18 [colin]      0.8.10claws23
9787
9788         * src/common/smtp.[ch]
9789           src/prefs_account.c
9790                 Try to starttls if it seems to be the only
9791                 way to authenticate a user
9792
9793 2003-02-18 [paul]       0.8.10claws22
9794
9795         * src/Makefile.am
9796           src/folderview.c
9797           src/stock_pixmap.[ch]
9798           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9799           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9800                 as a Drafts folder is a special folder allow it to have
9801                 its own unique icons
9802
9803 2003-02-18 [colin]      0.8.10claws21
9804
9805         * src/imap.c
9806                 Fix port selection when using starttls
9807
9808 2003-02-18 [paul]       0.8.10claws20
9809
9810         * src/mainwindow.c
9811           src/prefs_common.[ch]
9812                 make blue the default new mail colour
9813
9814 2003-02-18 [paul]       0.8.10claws19
9815
9816         * sync with 0.8.10cvs14
9817                 see ChangeLog 2003-02-18
9818
9819 2003-02-17 [jens]       0.8.10claws18
9820
9821         * src/common/md5.c
9822                 fixed a compile problem with gcc 3.3
9823                 works on 2.95.3 too (testet on PPC as it is big endian)
9824
9825 2003-02-17 [paul]       0.8.10claws17
9826
9827         * sync with 0.8.10cvs13
9828                 see ChangeLog 2003-02-17
9829
9830 2003-02-17 [paul]       0.8.10claws16
9831
9832         * sync with 0.8.10cvs12
9833                 see ChangeLog 2003-02-17
9834
9835 2003-02-16 [match]      0.8.10claws15
9836
9837         * src/addressbook.c
9838                 Eliminates reloading of address data when items
9839                 deleted or added. Applied submitted by
9840                 Luke Plant <lukeplant@softhome.net>
9841
9842 2003-02-16 [paul]       0.8.10claws14
9843
9844         * src/news.c
9845                 when a 'protocol error' is encountered disconnect from
9846                 the server. This means that the user can carry on viewing
9847                 other articles and doesn't have to either wait until the
9848                 server timesout or quit sylpheed.
9849                 Fixes bug #53 'Unable to read messages in newsgroups, 
9850                 displayed message doesn't change'
9851
9852 2003-02-15 [christoph]  0.8.10claws13
9853
9854         * src/imap.c
9855                 fix bug that stopped scanning of folders when an
9856                 IMAP folder was empty
9857
9858         (closes bug 46 stop scan messages in folders after empty folder)
9859
9860 2003-02-15 [paul]
9861
9862         * tools/Makefile.am
9863           tools/README
9864           tools/freshmeat_search.pl     ** NEW FILE **
9865           tools/google_search.pl        ** NEW FILE **
9866                 Add 2 Actions scripts which search freshmeat/google
9867                 for the selected text using the browser configured
9868                 in sylpheedrc.
9869                 
9870         Note: These scripts are very dependent on the format of the
9871         browser command and may not work on every occasion. Testing
9872         is welcome. 
9873
9874 2003-02-14 [alfons]     0.8.10claws12
9875
9876         * src/compose.c
9877                 fix breakage because of uninitialized account pointer.
9878                 please verify.
9879
9880 2003-02-14 [paul]       0.8.10claws11
9881
9882         * src/compose.c
9883           src/prefs_account.[ch]
9884           src/prefs_common.[ch]
9885                 move signature settings to Account Prefs
9886
9887 2003-02-14 [paul]       0.8.10claws10
9888
9889         * sync with 0.8.10cvs11
9890                 see ChangeLog 2003-02-14
9891
9892 2003-02-13 [thorsten]   0.8.10claws9
9893
9894         * src/news.c
9895                 revert news progressbar (GUI separation)
9896
9897 2003-02-13 [paul]       0.8.10claws8
9898
9899         * src/compose.c
9900                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9901                 paragraph 1
9902
9903 2003-02-13 [paul]       0.8.10claws7
9904
9905         * src/compose.[ch]
9906           src/summaryview.c
9907                 fix 'Follow-up and Reply-to' so that it creates a reply to
9908                 the newsgroup and the sender. If the message has the keyword
9909                 'poster' in the Followup-To header, all replies go to the
9910                 sender, re: RFC 1036, Section 2.2.3
9911                 rename all instances of 'ignore_replyto' to 'to_sender', both
9912                 were previously used, now we use just one.
9913
9914 2003-02-13 [paul]       0.8.10claws6
9915
9916         * sync with 0.8.10cvs9
9917                 see ChangeLog 2003-02-13
9918
9919 2003-02-13 [paul]       0.8.10claws5
9920
9921         * configure.ac
9922                 show which plugins are configured in the configure
9923                 output.
9924
9925 2003-02-12 [thorsten]   0.8.10claws4
9926
9927         * src/news.c
9928                 show progress while fetching news headers
9929
9930 2003-02-12 [christoph]  0.8.10claws3
9931
9932         * configure.ac
9933         * src/plugins/Makefile.am
9934                 use AM_CONDITIONAL to enable plugins, automake correctly
9935                 manages this when creating distdir
9936
9937 2003-02-12 [christoph]  0.8.10claws2
9938
9939         * ac/spamassassin.m4
9940         * src/plugins/spamassassin/Makefile.am
9941                 fix building SpamAssassin plugin without OpenSSL
9942
9943 2003-02-12 [paul]       0.8.10claws1
9944
9945         * ac/Makefile.am
9946           src/Makefile.am
9947           src/plugins/Makefile.am
9948                 fix failure of 'make release'
9949
9950 2003-02-12 [paul]       0.8.10claws
9951
9952         * 0.8.10claws released
9953
9954 2003-02-12 [paul]       0.8.9claws56
9955
9956         * po/bg.po
9957           po/es.po
9958           po/it.po
9959           po/ru.po
9960           po/sr.po
9961                 updated translations by George Danchev, Ricardo Mones Lastra,
9962                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9963                 
9964         * sylpheed.spec.in
9965                 Allow the building of RPMs by a regular user. Submitted
9966                 by Sergei Astanin
9967
9968 2003-02-11 [alfons]     0.8.9claws55
9969
9970         * src/colorlabel.c
9971                 don't use pixmaps for label color rect but draw rectangles
9972                 so we can respect the color map of palette based visuals
9973                 (fixes the long time crashes on Suns - thanks to Andreas
9974                 Engel and Steve O'Hara-Smith for testing)
9975
9976 2003-02-11 [christoph]  0.8.9claws54
9977
9978         * src/matcher_parser_parse.y
9979                 correct bug where filering rules of not existing folders in
9980                 matcherrc were added to global filtering
9981                 
9982         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9983          main filter-rules after removing directory, http://bugs.debian.org/180253)
9984         
9985 2003-02-11 [paul]       0.8.9claws53
9986
9987         * sync with 0.8.10cvs7
9988                 see ChangeLog 2003-02-09
9989
9990 2003-02-11 [melvin]     0.8.9claws52
9991
9992         * po/fr.po
9993                 Updated French tranlsations
9994
9995 2003-02-10 [paul]       0.8.9claws51
9996
9997         * sylpheed.spec.in
9998                 correct --enable-openssl
9999                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10000
10001 2003-02-09 [martin]     0.8.9claws50
10002
10003         * src/prefs_matcher.c
10004                 fix segfault in prefs_matcher_substitute_cb() when
10005                 no row is selected
10006
10007 2003-02-09 [paul]       0.8.9claws49
10008
10009         * src/folderview.c
10010                 fix bug where a newsgroup folder's processing rules were
10011                 merged with the global filtering rules when the newsgroup
10012                 folder was deleted, causing some seriously bad results,
10013                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10014
10015 2003-02-08 [melvin]     0.8.9claws48
10016
10017         * src/compose.c
10018                 Corrected and modified an alert message.
10019
10020 2003-02-07 [paul]       0.8.9claws47
10021
10022         * src/folderview.c
10023                 fix bug where both an 'Account properties' window and a
10024                 'Folder properties' window were opened when clicking on
10025                 'Properties' in an NNTP or IMAP folder's popup menu.
10026
10027 2003-02-07 [paul]       0.8.9claws46
10028
10029         * sync with 0.8.10cvs6
10030                 see ChangeLog 2003-02-06
10031
10032 2003-02-06 [christoph]  0.8.9claws45
10033
10034         * src/mbox.c
10035                 freeze folder updates while importing mbox files
10036                 (closes bug 43 importing mbox took hours)
10037                 
10038         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10039
10040 2003-02-06 [thorsten]   0.8.9claws44
10041
10042         * po/de.po
10043                 Updated german translations
10044
10045 2003-02-06 [thorsten]   0.8.9claws43
10046
10047         * src/news.h
10048                 use guint for message numbers (fix count in grouplist dialog)
10049
10050 2003-02-05 [paul]       0.8.9claws42
10051
10052         * sync with 0.8.10cvs2
10053                 see ChangeLog 2003-02-05
10054
10055 2003-02-04 [colin]      0.8.9claws41
10056
10057         * src/prefs_common.[ch]
10058           src/procmsg.c
10059           src/summaryview.c
10060                 Add an option to disable threading by subject
10061
10062 2003-02-04 [christoph]  0.8.9claws40
10063
10064         * src/inc.c
10065                 only abort fetching mails from multiple accounts when the
10066                 error is fatal and does not allow to check any more accounts
10067                 (currently only disk full error)
10068
10069         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10070          receive mails for other accouts)
10071
10072 2003-02-04 [christoph]  0.8.9claws39
10073
10074         * src/folder.c
10075                 first add the new message to the cache, then
10076                 send the update notification
10077
10078         (closes bug 39 after sending message folderview doesnt get updated)
10079
10080 2003-02-04 [colin]      0.8.9claws38
10081
10082         * src/inc.c
10083                 _really_ fix this Connecting... status
10084
10085 2003-02-04 [paul]       0.8.9claws37
10086
10087         * sync with 0.8.10
10088                 see ChangeLog 2003-02-04
10089
10090 2003-02-04 [paul]       0.8.9claws36
10091
10092         * sync with 0.8.9cvs6
10093                 see ChangeLog 2003-02-03
10094
10095 2003-02-04 [paul]       0.8.9claws35
10096
10097         * po/pt_BR.po
10098                 updated by André Filipe de Assunção e Brito 
10099                 <bedecko@netsite.com.br>
10100
10101 2003-02-03 [thorsten]   0.8.9claws34
10102
10103         * po/de.po
10104                 Updated german translations
10105
10106 2003-02-02 [paul]       0.8.9claws33
10107
10108         * po/es.po
10109                 updated by Ricardo Mones Lastra
10110
10111 2003-02-02 [thorsten]   0.8.9claws32
10112
10113         * src/mh.c
10114                 Fix mh_get_msginfo() segfault if file is inaccessible
10115
10116 2003-01-31 [colin]      0.8.9claws31
10117
10118         * src/procheader.c
10119                 Fix last commit's bug
10120
10121 2003-01-31 [colin]      0.8.9claws30
10122
10123         * src/procheader.c
10124                 Missing a change for gpg-signed messages
10125
10126 2003-01-31 [paul]       0.8.9claws29
10127
10128         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10129           src/procheader.c
10130           src/stock_pixmap.[ch]
10131           src/summaryview.c
10132                 indicate GnuPG signed messages by displaying an icon
10133                 in the Attachment column.
10134
10135 2003-01-31 [paul]       0.8.9claws28
10136
10137         * sync with 0.8.9cvs4
10138                 see ChangeLog 2003-01-31
10139
10140 2003-01-31 [alfons]     0.8.9claws27
10141
10142         * src/textview.c
10143                 tune URI parser to accept mailto URLs with a '?'
10144                 (patch from Ruslan Balkin)
10145
10146 2003-01-31 [colin]      0.8.9claws26
10147
10148         * src/summaryview.c
10149                 Fix a leak introduced in claws24
10150
10151 2003-01-31 [colin]      0.8.9claws25
10152
10153         * src/summaryview.c
10154                 Freeze/Thaw folder updates when deleting dups
10155
10156 2003-01-31 [colin]      0.8.9claws24
10157         
10158         * src/addr_compl.c
10159           src/summaryview.c
10160           src/msgcache.c
10161                 little speed improvements
10162
10163 2003-01-31 [colin]      0.8.9claws23
10164
10165         * src/summaryview.c
10166                 Fix segfault when forwarding nothing
10167                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10168                 
10169 2003-01-30 [paul]       0.8.9claws22
10170
10171         * sync with 0.8.9cvs3
10172                 see ChangeLog 2003-01-30
10173
10174 2003-01-30 [paul]       0.8.9claws21
10175
10176         * sync with 0.8.9cvs2
10177                 see ChangeLog 2003-01-30
10178
10179 2003-01-29 [paul]       0.8.9claws20
10180
10181         * sync with 0.8.9cvs1
10182                 see ChangeLog 2003-01-29
10183
10184 2003-01-28 [paul]       0.8.9claws19
10185
10186         * po/POTFILES.in
10187                 update to reflect changes. 
10188                 thanks to Ricardo Mones Lastra
10189
10190 2003-01-27 [christoph]  0.8.9claws18
10191
10192         * ac/openssl.m4
10193         * ac/spamassassin.m4
10194         * src/plugins/spamassassin/README
10195         * src/plugins/spamassassin/libspamc.[ch]
10196         * src/plugins/spamassassin/utils.[ch]
10197                 updated to latest libspamc
10198
10199 2003-01-27 [christoph]  0.8.9claws17
10200
10201         * src/folder.c
10202                 fix wrong use of procheader_get_header_fields
10203
10204 2003-01-27 [christoph]  0.8.9claws16
10205
10206         * src/news.c
10207         * src/prefs_account.[ch]
10208         * src/common/nntp.[ch]
10209                 allow to force authentication for NNTP servers
10210
10211         Patch submitted by Florian Mickler <dmk@d-labs.de>
10212
10213 2003-01-26 [paul]       0.8.9claws15
10214
10215         * src/summaryview.c
10216                 speed up of marking messages as read
10217                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10218
10219 2003-01-26 [christoph]  0.8.9claws14
10220
10221         * src/Makefile.am
10222         * src/mgutils.[ch]              ** REMOVE **
10223         * src/xml.[ch]                  ** REMOVE **
10224         * src/xmlprops.[ch]             ** REMOVE **
10225         * src/common/Makefile.am
10226         * src/common/mgutils.[ch]       ** NEW **
10227         * src/common/xml.[ch]           ** NEW **
10228         * src/common/xmlprops.[ch]      ** NEW **
10229                 move xml files to common directory
10230
10231 2003-01-26 [christoph]  0.8.9claws13
10232
10233         * src/plugins/spamassassin/spamassassin_gtk.c
10234                 only set gtk entry text if string is available
10235
10236 2003-01-26 [melvin]     0.8.9claws12
10237
10238         * src/description_window.c
10239                 Allow resizing of the window
10240                 Allow automatic horizontal scroll bar
10241                 Do not vertically expand and fill
10242
10243 2003-01-26 [christoph]  0.8.9claws11
10244
10245         * src/Makefile.am
10246         * src/gtkutils.[ch]             ** REMOVE **
10247         * src/common/sylpheed.c
10248         * src/gtk/Makefile.am
10249         * src/gtk/description_window.c
10250         * src/gtk/gtkutils.[ch]         ** NEW **
10251         * src/gtk/prefswindow.c
10252                 move gtkutils to gtk directory
10253
10254 2003-01-26 [paul]       0.8.9claws10
10255
10256         * src/summaryview.c
10257                 rename summary_unread_clicked() to summary_status_clicked()
10258
10259 2003-01-26 [melvin]     0.8.9claws9
10260
10261         * src/prefs_actions.c
10262                 Cosmetical changes to the help text
10263
10264 2003-01-26 [paul]       0.8.9claws8
10265
10266         * src/folder.[ch]
10267           src/mainwindow.c
10268           src/prefs_common.c
10269           src/prefs_sumamry_column.c
10270           summaryview.[ch]
10271                 rename the 'Unread' column to 'Status'
10272
10273 2003-01-25 [match]      0.8.9claws7
10274
10275         * src/mgutils.[ch]
10276                 removed reference to LDAP constants. removed error2string.
10277                 included functions to support LDAP dynamic queries.
10278         * src/syldap.h
10279                 moved LDAP constants here.
10280         * src/addressbook.c
10281         * src/addrindex.c
10282         * src/importldif.c
10283                 removed references to LDAP constants and references to
10284                 error2string.
10285
10286 2003-01-25 [paul]       0.8.9claws6
10287
10288         * src/summaryview.c
10289                 summary_thread_build(), summary_thread_init(): remove 
10290                 unneeded reference to summaryview->folder_item
10291
10292 2003-01-25 [christoph]  0.8.9claws5
10293
10294         * src/gtk/description_window.c
10295                 o allow description texts to expand over multiple columns
10296                 o translate all columns
10297         * src/prefs_actions.c
10298                 change syntax description to use new multi column feature
10299
10300         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10301
10302 2003-01-25 [match]      0.8.9claws4
10303
10304         * src/vcard.c
10305                 fixed bug with Quoted-Printable
10306
10307 2003-01-25 [paul]       0.8.9claws3
10308
10309         * src/folder.[ch]
10310           src/summaryview.[ch]
10311                 implement per-folder collapsed/expanded threads setting
10312                 
10313         * src/prefs_common.c
10314                 remove global collapsed/expanded threads option
10315
10316 2003-01-25 [christoph]  0.8.9claws2
10317
10318         * po/POTFILES.in
10319                 add pluginwindow and prefswindow
10320         * src/compose.c
10321                 make send respond correctly to messages that could be added
10322                 to the queue folder, but the UID of the message is unknown
10323         * src/folder.c
10324         * src/imap.c
10325                 don't return guessed UIDs in imap_add_msg anymore. We return
10326                 0 to tell the folder system it was appened but the UID is
10327                 unknown. Folder system now get's the UID by scaning the folder
10328                 and searching the cache for the Message-ID
10329                 (closes bug #29 Messages queued, but not sent)
10330
10331 2003-01-25 [paul]       0.8.9claws1
10332
10333         * src/codeconv.c
10334                 conv_encode_header():  fix bug when long headers with 8-bit
10335                 characters are used, so that the encoded words are wrapped.
10336                 If the space in the original text falls on the wrap boundary,
10337                 it can be lost.
10338                 Patch by Sergey Vlasov.
10339                 
10340         * src/folderview.c
10341                  fix bug where a change to the sorting method or thread view
10342                  of a folder's messages is lost if simpify-subject is set and
10343                  toggled on or off.
10344                  Patch by Luke Plant.
10345
10346 2003-01-24 [paul]       0.8.9claws
10347
10348         * sylpheed-0.8.9claws released
10349         
10350         * Makefile.am
10351           sylpheed.spec.in
10352                 remove reference to 'INSTALL.jp'
10353
10354 2003-01-23 [paul]       0.8.8claws128
10355
10356         * po/es.po
10357           po/it.po
10358           po/ru.po
10359           po/sr.po
10360                 updated translations. submitted by Ricardo Mones Lastra,
10361                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10362
10363 2003-01-23 [colin]      0.8.8claws127
10364
10365         * src/compose.c
10366                 Fix drafted and queued news articles re-edition
10367
10368 2003-01-23 [melvin]     0.8.8claws126
10369
10370         * po/fr.po
10371                 Updated French translations
10372
10373 2003-01-23 [colin]      0.8.8claws125
10374
10375         * src/inc.c
10376                 Fix "Connecting to..." status message
10377
10378 2003-01-22 [paul]       0.8.8claws124
10379
10380         * po/bg.po
10381                 updated by George Danchev
10382                 
10383         * src/folder.c
10384                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10385                 and folder deletion
10386
10387 2003-01-21 [paul]       0.8.8claws123
10388
10389         * po/bg.po
10390                 updated by George Danchev
10391                 
10392         * src/about.c
10393                 its now 2003
10394                 
10395         * src/toolbar.c
10396                 don't translate 'Separator'
10397                 
10398         * src/plugins/spamassassin/Makefile.am
10399                 add aspell to CPPFLAGS
10400                 
10401         * src/plugins/spamassassin/spamassassin.c
10402           src/plugins/spamassassin/spamassassin_gtk.c
10403                 set correct default for spamassassin_receive_spam
10404                 slightly re-word descriptions and some
10405                 other minor changes
10406
10407 2003-01-19 [alfons]     0.8.8claws122
10408                 
10409         * src/mimeview.c
10410                 mimeview_save_as(): we might as well show the file name for
10411                 the single case "Save As" too
10412
10413 2003-01-19 [alfons]     0.8.8claws121
10414
10415         * src/crash.c
10416                 change bug tracker URL to bugzilla URL
10417
10418 2003-01-19 [alfons]     0.8.8claws120
10419
10420         * src/mimeview.c
10421                 mimeview_save_all(): display name of file before overwriting;
10422                 continue saving all, even when one overwrite was cancelled
10423
10424 2003-01-19 [christoph]  0.8.8claws119
10425
10426         * src/summaryview.c
10427         * src/procmsg.[ch]
10428                 fix wrong usage of procmsg_find_children in summaryview
10429                 by using procmsg_update_unread_children instead of
10430                 summaryview_update_unread_children
10431
10432 2003-01-19 [christoph]  0.8.8claws118
10433
10434         * src/procmsg.c
10435                 fix infinite loop in procmsg_find_children
10436                  (closes bug #25 sylpheed crashes on delete.)
10437
10438         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10439
10440 2003-01-19 [paul]       0.8.8claws117
10441
10442         * po/pt_BR.po
10443                 updated by Ivan Francolin Martinez
10444
10445 2003-01-18 [melvin]     0.8.8claws116
10446
10447         * src/prefs_actions.c
10448                 Removed syntax limitation of only one '&' at the end of command.
10449                         Now actions that contain '>/dev/null 2>&1' are possible.
10450
10451 2003-01-18 [melvin]     0.8.8claws115
10452
10453         * src/prefs_actions.c
10454                 Actions IO dialog: when the action ends
10455                 the "Close" button now has focus and [Escape] closes the
10456                 window.
10457
10458 2003-01-18 [christoph]  0.8.8claws114
10459
10460         * src/procmsg.c
10461                 o add debug output when MsgInfos are really freed
10462                 o free GSLists in procmsg_find_children and
10463                   procmsg_update_unread_children
10464
10465 2003-01-18 [christoph]  0.8.8claws113
10466
10467         * src/mainwindow.c
10468                 reorder Configuration menu
10469
10470 2003-01-18 [christoph]  0.8.8claws112
10471
10472         * src/compose.c
10473                 fix applying templates to forwarded messages
10474
10475         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10476
10477 2003-01-17 [christoph]  0.8.8claws111
10478
10479         * src/folder.c
10480                 destroy folder items, when a folder item is removed
10481
10482 2003-01-17 [christoph]  0.8.8claws110
10483
10484         * src/folder.c
10485                 fix wrong folder stats update when ignored message is
10486                 deleted
10487
10488 2003-01-17 [colin]      0.8.8claws109
10489         
10490         * src/mainwindow.c
10491         * src/summaryview.c
10492                 Quicksearch bugfixes: 
10493                 - hide help button at startup if not extended
10494                 - switch to extended when looking for replies
10495
10496 2003-01-17 [paul]
10497
10498         * sync with 0.8.9 release
10499
10500 2003-01-17 [paul]       0.8.8claws108
10501
10502         * sync with 0.8.8cvs11
10503                 see ChangeLog 2003-01-17
10504
10505 2003-01-16 [colin]      0.8.8claws107
10506
10507         * src/procmsg.c
10508                 Changed encryption test to re-ask passphrase
10509                 if an encrypted message hasn't been decrypted
10510                 Fixes bug #5
10511
10512 2003-01-16 [christoph]  0.8.8claws106
10513
10514         * src/prefs_gtk.c
10515         * src/prefs_toolbar.c
10516         * src/gtk/prefswindow.h
10517         * src/plugins/spamassassin/spamassassin_gtk.c
10518                 remove page destroy function that is not used anymore
10519
10520 2003-01-16 [paul]       0.8.8claws105
10521
10522         * sync with 0.8.8cvs9
10523                 see ChangeLog 2002-01-16
10524
10525 2003-01-16 [colin]      0.8.8claws104
10526
10527         * src/compose.[ch]
10528                 Fix bug with autosaved drafts for IMAP, when draft
10529                 folder is specified - fixes bugzilla bug #20
10530
10531 2003-01-15 [paul]       0.8.8claws103
10532
10533         * src/compose.[ch]
10534           src/procmsg.c
10535                 store folder and message-id of message forwarding
10536                 in queue header and set forward flag after sending
10537
10538 2003-01-15 [paul]       0.8.8claws102
10539
10540         * sync with 0.8.8cvs8
10541                 see ChangeLog 2002-01-15
10542
10543 2003-01-15 [colin]      0.8.8claws101
10544
10545         * src/Makefile.am
10546                 Fix linking with GNU libiconv
10547
10548 2003-01-15 [darko]      0.8.8claws100
10549
10550         * src/pine.c
10551                 fix crash when importing pine address book
10552                 entry with an empty name (reported by DY
10553                 <dybulk at tri8.net>)
10554
10555 2003-01-14 [paul]       0.8.8claws99
10556
10557         * configure.in  ** REMOVED **
10558           configure.ac  ** NEW FILE **
10559                 rename configure.in to configure.ac, as it is now
10560                 preferred
10561
10562 2003-01-14 [melvin]     0.8.8claws98
10563
10564         * src/folderview.c
10565                 folderview_check_new(): More precise function description
10566
10567 2003-01-14 [melvin]     0.8.8claws97
10568
10569         * src/folderview.c
10570                 folderview_check_new(): return the number of new messages 
10571                         since last check.
10572         * src/inc.c
10573                 inc_account_mail(): Disable counting of new messages for IMAP
10574                         and NNTP until bug [19] and [14] are fixed.
10575
10576 2003-01-14 [paul]       0.8.8claws96
10577
10578         * sync with 0.8.8cvs6
10579                 see ChangeLog 2003-01-14
10580
10581 2003-01-13 [alfons]     0.8.8claws95
10582
10583         * src/textview.c
10584                 tune email address validation (c. 0.8.8claws89): if . is 
10585                 just one char away from @, the address is invalid too 
10586                 (correctly rejects addresses like foo@.com)
10587
10588 2003-01-13 [paul]       0.8.8claws94
10589
10590         * src/messageview.c
10591           src/toolbar.c
10592                 fixes to the Message View toolbar and menu:
10593                 fix non-functioning Forward button
10594                 make Reply button consider default_reply_list
10595                 remove 'Follow-up...' menu entry
10596                 add 'Forward' and 'Redirect' menu entries
10597
10598 2003-01-13 [melvin]     0.8.8claws93
10599
10600         * src/inc.c
10601                 Fixed typo that could make new messages count incorrect.
10602
10603 2003-01-13 [melvin]     0.8.8claws92
10604
10605         * src/folderview.[ch]
10606                 folderview_check_new(): return the number of new messages.
10607         * src/inc.c
10608                 Should fix bug [14] where new mail notification worked 
10609                         incorrectly with IMAP accounts.
10610                 inc_spool_account(): return number of new msgs, or -1 on error
10611                 inc_all_spool(): return number of new msgs
10612                 
10613 2003-01-13 [melvin]     0.8.8claws91
10614
10615         * src/prefs_actions.c
10616                 Justify help text.
10617
10618 2003-01-12 [thorsten]   0.8.8claws90
10619
10620         * src/common/prefs.c
10621                 close file before rename
10622
10623 2003-01-12 [alfons]     0.8.8claws89
10624
10625         * AUTHORS
10626                 add Christian Mertes
10627         * src/common/utils.[ch]
10628                 g_stricase_hash(), g_stricase_equal(): functions for 
10629                 case insensitive hash tables
10630         * src/textview.c
10631                 use top level domain names to validate email address, based
10632                 on a patch by Christian Mertes (thanks!), but changed 
10633                 implementation to use a hash table 
10634
10635 2003-01-12 [paul]       0.8.8claws88
10636
10637         * po/bg.po
10638                 updated by George Danchev
10639
10640 2003-01-12 [alfons]     0.8.8claws87
10641
10642         * src/summaryview.c
10643                 delete / execute performance: use new style folder update
10644
10645 2003-01-12 [paul]       0.8.8claws86
10646
10647         * sync with 0.8.8cvs5
10648                 see ChangeLog 2003-01-13 (!)
10649
10650 2003-01-12 [alfons]     0.8.8claws85
10651
10652         * src/filtering.c
10653         * src/matcher_parser_parse.y
10654                 prepare change_score filtering action
10655         * src/matcher.[ch]
10656                 give up const-correctness on functions that call non-const-correct functions;
10657                 several casts to gpointer in g_free();
10658                 add change_score;
10659
10660 2003-01-12 [christoph]  0.8.8claws84
10661
10662         * src/compose.c
10663                 fix 2 warnings
10664
10665         * src/gtk/prefswindow.[ch]
10666         * src/plugins/spamassassin/spamassassin_gtk.c
10667                 changed the call of the widget create function
10668                 for PrefsPages, because sometimes the widget
10669                 create function needs a widget that already has
10670                 been attached to a window (to create GDK pixmaps
10671                 for exmaple). So we simply pass the GtkWindow as
10672                 the second parameter now.
10673
10674         * src/main.c
10675         * src/mainwindow.c
10676         * src/prefs_toolbar.[ch]
10677                 rewrite Toolbar Preferences using the new
10678                 prefs window
10679
10680 2003-01-11 [alfons]     0.8.8claws83
10681
10682         * src/addressadd.c
10683                 fix crash when adding sender to addressbook because status bar
10684                 isn't there (the status bar doesn't seem to be used though,
10685                 but I'll let Match decide what to do with it)
10686
10687 2003-01-11 [colin]      0.8.8claws82
10688
10689         * src/main.c
10690           src/toolbar.c
10691                 Two useless changes reversed
10692
10693 2003-01-11 [colin]      0.8.8claws81
10694
10695         * src/mainwindow.c
10696           src/mainwindow.h
10697                 Add mainwindow_get_mainwindow()
10698         * src/alertpanel.c
10699           src/alertpanel.h
10700                 Add alertpanel_error_log() 
10701         * src/compose.c
10702           src/inc.c
10703           src/messageview.c
10704           src/toolbar.c
10705           src/main.c
10706           src/procmsg.c
10707                 Network errors get a View Log button
10708
10709 2003-01-10 [alfons]     0.8.8claws80
10710
10711         * src/prefs_toolbar.c
10712         * src/toolbar.c
10713                 use the translatable string for "Separator" as file name for
10714                 separator toolbar items (probably make this uppercase?)
10715
10716 2003-01-10 [alfons]     0.8.8claws79
10717
10718         * src/prefs_toolbar.c
10719                 put right A_SEPARATOR description string in "displayed
10720                 toolbar items list" so manually added separators are
10721                 saved correctly (bug #10, "Adding a separator to the main 
10722                 toolbar fails, entry in xml file is wrong")
10723
10724 2003-01-10 [christoph]  0.8.8claws78
10725
10726         * src/imap.c
10727                 o fix warnings
10728                 o use CAPABILITY to check if NAMESPACE is available
10729
10730 2003-01-10 [christoph]  0.8.8claws77
10731
10732         * src/imap.[ch]
10733                 apply UIDPLUS IMAP extension support patch
10734
10735         Patch submitted by Simon 'corecode' Schubert
10736
10737 2003-01-10 [paul]       0.8.8claws76
10738
10739         * src/folderview.c
10740                 a sync from main which fixes the news account folders'
10741                 Properties bug
10742
10743 2003-01-10 [christoph]  0.8.8claws75
10744
10745         * src/folder.c
10746                 don't accept 0 as a valid uid returned by copy and move
10747                 functions. 0 means the message was copied or moved but the
10748                 new uid could not be fetched. It is not an error condition
10749                 for the copy or move operation.
10750
10751 2003-01-10 [paul]       0.8.8claws74
10752
10753         * src/prefs_filtering.c
10754                 change English used in Alert when entry is not
10755                 saved.
10756                 
10757         * sync with 0.8.8cvs4
10758                 see ChangeLog 2003-01-10
10759
10760 2003-01-10 [darko]      0.8.8claws73
10761
10762         * src/pine.c
10763                 fix crash when importing address book entry
10764                 without a valid address
10765
10766 2003-01-09 [alfons]     0.8.8claws72
10767
10768         * src/inc.c
10769                 filtering performance: use new style folder update
10770
10771 2003-01-09 [christoph]  0.8.8claws71
10772
10773         * src/compose.c
10774         * src/gtk/menu.[ch]
10775                 fix wrong selecting of mime encoding type, when
10776                 opening property dialog of attachments in the
10777                 compose window. 7bit was always selected and that
10778                 destoryed files with 8bit data.
10779                 (closes bug #9 Sylpheed-claws destroys attachments when
10780                  changing MIME-types)
10781
10782 2003-01-09 [paul]       0.8.8claws70
10783
10784         * sync with 0.8.8cvs3
10785                 see ChangeLog 2003-01-09
10786
10787 2003-01-08 [alfons]     0.8.8claws69
10788         
10789         * src/addressadd.c
10790                 apply patch by Kim Schulz to fix build breakage
10791                 because of missing variable
10792
10793 2003-01-08 [paul]       0.8.8claws68
10794
10795         * sync with 0.8.8cvs2
10796                 see ChangeLog 2002-01-08
10797
10798 2003-01-08 [paul]       0.8.8claws67
10799
10800         * po/it.po
10801                 updated by Alessandro Maestri
10802                 
10803         * src/addressadd.c
10804                 when using 'Add sender to addressbook' allow
10805                 name to be edited and remarks to be entered
10806                 Patch submitted by Luke Plant
10807
10808 2003-01-08 [darko]      0.8.8claws66
10809
10810         * README.claws, src/summaryview.c
10811                 fix description for marked messages
10812
10813 2003-01-08 [paul]
10814
10815         * tools/Makefile.am
10816           tools/launch_phoenix  ** NEW FILE **
10817                 add script that enables using Phoenix as the default
10818                 web browser. 
10819                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10820                 
10821         * tools/OOo2sylpheed.pl
10822                 remove full path to sylpheed executable, just 'sylpheed'
10823                 will do
10824                 
10825         * tools/README
10826                 add launch_phoenix informtion and re-arrange and compress
10827                 the data a little
10828
10829 2003-01-07 [christoph]  0.8.8claws65
10830
10831         * src/folder.c
10832                 fix update for source folder when moving messages
10833         * src/procmsg.[ch]
10834         * src/summaryview.c
10835                 use function to set to_folder for message infos and
10836                 automatically update the op_count for old and new
10837                 folder
10838
10839 2003-01-07 [melvin]     0.8.8claws64
10840
10841         * src/prefs_actions.c
10842                 Fixed bug where an '%p' Action on a displayed image crashed 
10843                         Sylpheed
10844                 Code clean up (get rid of duplicated code and removed unnecessary 
10845                                 structure member)
10846
10847 2003-01-07 [christoph]  0.8.8claws63
10848
10849         * src/compose.c
10850         * src/folder.[ch]
10851         * src/folderview.c
10852         * src/import.c
10853         * src/inc.c
10854         * src/main.c
10855         * src/mainwindow.c
10856         * src/messageview.c
10857         * src/prefs_folder_item.c
10858         * src/procmsg.c
10859         * src/summaryview.c
10860         * src/toolbar.c
10861                 o remove all folder update triggering from the UI code. The folder
10862                   system should know much better when a folder needs an update.
10863                 o to prevent multiple updates in a row the folder updates can be
10864                   frozen for some time.
10865
10866                 Note: - Please verify that no updates are missing
10867                       - Check where freeze/thaws should be added
10868
10869 2003-01-07 [christoph]  0.8.8claws62
10870
10871         * src/prefs_actions.c
10872                 don't translate empty strings
10873
10874         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10875
10876 2003-01-06 [christoph]  0.8.8claws61
10877
10878         * src/prefs_actions.c
10879                 mark strings for gettext
10880         * src/prefs_matcher.c
10881                 use new description window for Execute action and
10882                 match condition in Filtering
10883
10884         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10885
10886 2003-01-06 [alfons]     0.8.8claws60
10887
10888         keep myself inspired to re-organize matcher part 8; 
10889         yes, more to come (I need to move out the descriptive
10890         text for actions to matcher.c, or at least make it not
10891         depend on the wicked ordering)
10892
10893         * src/prefs_matcher.c
10894                 add documentation so others may comprehend the
10895                 UI part of the conditions
10896                 
10897 2003-01-06 [christoph]  0.8.8claws59
10898
10899         * src/prefs_actions.c
10900                 use new description window for syntax help
10901         * src/gtk/description_window.c
10902                 fix display of descriptions with column count != 2
10903
10904         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10905
10906 2003-01-06 [christoph]  0.8.8claws58
10907
10908         * src/quote_fmt.c
10909         * src/summaryview.[ch]
10910         * src/gtk/Makefile.am
10911         * src/gtk/description_window.[ch]       ** NEW **
10912                 use a generic window to display syntax descriptions
10913                 currently used in quote_fmt and summaryview (new description
10914                 for extended quick search)
10915
10916         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10917
10918 2003-01-06 [paul]       0.8.8claws57
10919
10920         * sync with 0.8.8cvs1
10921                 see ChangeLog 2003-01-06
10922
10923 2003-01-06 [christoph]  0.8.8claws56
10924
10925         * src/mainwindow.c
10926         * src/prefs_gtk.[ch]
10927         * src/gtk/prefswindow.[ch]
10928         * src/plugins/spamassassin/spamassassin_gtk.c
10929                 o remove page management from prefswindow, pages
10930                   will be an argument to prefswindow_open
10931                 o prefswindow_open gets a datapointer that is
10932                   passed to the widget_create function to allow
10933                   creation of prefswindow for specific items
10934
10935 2003-01-06 [colin]      0.8.8claws55
10936         
10937         * src/summaryview.c
10938                 We don't want regexp in the reply-finder, 
10939                 because MIDs can contain !,$,. and so on
10940
10941 2003-01-06 [jens]       0.8.8claws54
10942
10943         * src/jpilot.c
10944                 fixed a wrong free in jpilot_read_db_files
10945
10946 2003-01-06 [alfons]     0.8.8claws53
10947
10948         re-organize matcher part 8; more to come
10949        
10950         * src/matcher.c
10951                 matcherprop_to_string(): put g_free()s before the
10952                 switch-case break to fix memleaks                
10953
10954 2003-01-06 [colin]      0.8.8claws52
10955
10956         * src/summaryview.c
10957                 cleanup & reply-finder now displays the first 
10958                 matching message
10959
10960 2003-01-05 [alfons]     0.8.8claws51
10961
10962         re-organize matcher part 7; more to come
10963
10964         * src/matcher.[ch]
10965                 fixes for constant correctness;
10966                 more documentation;
10967
10968 2003-01-05 [alfons]     0.8.8claws50
10969
10970         re-organize matcher part 6; more to come
10971         
10972         * src/matcher.[ch]
10973                 fixes for constant correctness;
10974                 more documentation;
10975         * src/filtering.c
10976                 fix for constant correctness
10977
10978 2003-01-05 [colin]      0.8.8claws49
10979
10980         * src/account.[ch]
10981                 Add account_get_reply_account function
10982         * src/compose.c
10983                 Use account_get_reply_account function 
10984         * src/summaryview.c
10985                 Basic reply-finder - click on the replied
10986                 icon gets you to the outbox using quick-search
10987
10988 2003-01-05 [paul]       0.8.8claws48
10989
10990         * src/prefs_common.c
10991                 small change to English
10992                 
10993         * src/prefs_filtering.c
10994                 prefs_filtering_action_select(): improve logic and uniformity
10995                 of gui
10996
10997 2003-01-05 [alfons]     0.8.8claws47
10998
10999         fine tune solution to focus problems (bug #7)
11000
11001         * src/mainwindow.c
11002                 mainwindow_focus_in_event(): remove grab event check
11003         * src/summaryview.c
11004                 summary_button_pressed(): move selection on right-click
11005                 too. we can't possibly move the selection back after
11006                 canceling a dialog, because gtk's incomplete focus 
11007                 management. whether this is a good solution, only time
11008                 will tell.
11009
11010 2003-01-05 [christoph]  0.8.8claws46
11011
11012         * src/imap.c
11013                 fix crash when no imap connection could be established
11014
11015 2003-01-05 [paul]       0.8.8claws45
11016
11017         * src/mainwindow.c
11018           src/sumamryview.c
11019           src/gtk/menu.[ch]
11020                 fix bug 605957 'shortcuts in popup-menu'
11021                 make user-defined shortcuts work
11022                 show shortcuts that are already defined
11023                 in the main menu
11024                 Patch submitted by Luke Plant
11025
11026 2003-01-05 [alfons]     0.8.8claws44
11027
11028         * src/mainwindow.c
11029                 focus_in_event handler should not select summary view row 
11030                 when another window (menu, dialog) grabbed for events 
11031                 (bug #7, "[0.8.8claws42] Message summary focus") 
11032
11033 2003-01-04 [christoph]  0.8.8claws43
11034
11035         * src/procmsg.c
11036                 update save folder after adding the sent message
11037                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11038
11039 2003-01-02 [christoph]  0.8.8claws42
11040
11041         * src/common/plugin.c
11042                 fix unloading of all plugins and unload
11043                 plugins in reverse order
11044                 
11045         * src/gtk/pluginwindow.c
11046                 implement function of load and unload button
11047
11048         * src/gtk/prefswindow.c
11049         * src/gtk/prefswindow.h
11050                 rename register function and add new unregister
11051                 function
11052
11053         * src/plugins/spamassassin/spamassassin_gtk.c
11054                 unregister prefs page and update for changes in
11055                 src/gtk/prefswindow.c
11056
11057 2003-01-02 [paul]       0.8.8claws41
11058
11059         * po/es.po
11060                 updated by Ricardo Mones Lastra
11061
11062 2003-01-02 [paul]
11063
11064         * tools/tb2sylpheed
11065                 fixes and improvements by Urke MMI
11066
11067 2003-01-02 [thorsten]   0.8.8claws40
11068
11069         * src/procmsg.c
11070                 fixed wrong return value
11071
11072 2003-01-02 [thorsten]   0.8.8claws39
11073
11074         * src/prefs.c
11075                 fixed printing wrong variable
11076
11077 2003-01-02 [thorsten]   0.8.8claws38
11078
11079         * src/prefs.c
11080                 fixed acessing members of freed pfile struct
11081
11082 2003-01-02 [thorsten]   0.8.8claws37
11083
11084         * src/procmsg.c
11085                 detect loops across several messages
11086                 as suggested by Christoph Hohmann
11087
11088 2003-01-01 [match]      0.8.8claws36
11089
11090         * src/addrindex.c
11091                 fixed another memory leak.
11092
11093 2003-01-01 [match]      0.8.8claws35
11094
11095         * src/jpilot.[ch]
11096                 fixed memory leaks. applied Doxygen comments.
11097
11098 2003-01-01 [thorsten]   0.8.8claws34
11099
11100         * src/procmsg.c
11101                 inhibit endless loop if msg references itself
11102                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11103
11104 2003-01-01 [christoph]  0.8.8claws33
11105
11106         * src/mainwindow.c
11107         * src/gtk/Makefile.am
11108         * src/gtk/pluginwindow.c                ** NEW **
11109         * src/gtk/pluginwindow.h                ** NEW **
11110                 add plugin window
11111
11112         * src/plugins/demo/demo.c
11113         * src/plugins/spamassassin/spamassassin.c
11114         * src/plugins/spamassassin/spamassassin_gtk.c
11115                 write better plugin descriptions
11116
11117 2002-12-31 [christoph]  0.8.8claws32
11118
11119         * src/gtk/prefswindow.c
11120         * src/plugins/spamassassin/spamassassin_gtk.c
11121                 some small improvements to GTK code
11122
11123 2002-12-31 [christoph]  0.8.8claws31
11124
11125         * src/plugins/spamassassin/spamassassin_gtk.c
11126                 enable folder select button
11127
11128 2002-12-31 [christoph]  0.8.8claws30
11129
11130         * src/mainwindow.c
11131         * src/gtk/Makefile.am
11132         * src/gtk/prefswindow.c                         ** NEW **
11133         * src/gtk/prefswindow.h                         ** NEW **
11134                 add new prefs window
11135
11136         * src/common/plugin.c
11137                 don't try to load empty config lines
11138         
11139         * src/plugins/spamassassin/Makefile.am
11140         * src/plugins/spamassassin/spamassassin.c
11141         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11142         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11143                 GTK config for SpamAssassin Plugin using
11144                 the new prefs window
11145
11146 2002-12-31 [paul]       0.8.8claws29
11147
11148         * po/POTFILES.in
11149                 remove obsolete entry 'src/menu.c'
11150
11151 2002-12-31 [alfons]     0.8.8claws28
11152
11153         * src/matcher.[ch]
11154         * src/matcher_parser_parse.y
11155         * src/prefs_matcher.c
11156                 add "ignore_thread" and "~ignore_thread" condition so it's
11157                 possible to make the actions / scoring operate on the ignore
11158                 thread flag
11159
11160 2002-12-31 [christoph]  0.8.8claws27
11161
11162         * src/addrbook.c
11163         * src/addrindex.c
11164         * src/folder.c
11165         * src/matcher.c
11166         * src/prefs_account.c
11167         * src/prefs_actions.c
11168         * src/prefs_customheader.c
11169         * src/prefs_display_header.c
11170         * src/prefs_gtk.c
11171         * src/procmime.c
11172         * src/toolbar.c
11173         * src/xmlprops.c
11174         * src/common/prefs.[ch]
11175                 extend prefs file handling for reading and automatic handling
11176                 of blocks. When reading prefs_set_block_label will automatically
11177                 move on to the block. When writing it will copy all other blocks
11178                 automatically
11179
11180         * src/common/plugin.c
11181                 Now loading plugin filenames from [Plugins] block in
11182                 sylpheed rc file
11183
11184 2002-12-30 [christoph]  0.8.8claws26
11185
11186         * src/common/hooks.[ch]
11187                 return abort status to caller of hooks_invoke
11188                 
11189         * src/inc.[ch]
11190                 invoke message filtering hook and stop
11191                 default handling when filter returns abort
11192
11193         * src/common/plugin.[ch]
11194         * src/plugins/demo/demo.c
11195                 modify plugin loader, because resolving symbols for strings
11196                 does not work correctly
11197         
11198         * configure.in
11199         * ac/spamassassin.m4                            ** NEW **
11200         * src/plugins/spamassassin/.cvsignore           ** NEW **
11201         * src/plugins/spamassassin/Makefile.am          ** NEW **
11202         * src/plugins/spamassassin/README               ** NEW **
11203         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11204         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11205         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11206                 add spamassassin plugin, see src/plugins/spamassassin/README
11207                 for details
11208
11209 2002-12-29 [alfons]     0.8.8claws25
11210
11211         * src/mainwindow.c
11212                 when moving focus from a message view to the main 
11213                 window, don't forget to select the summary node
11214                 of the displayed message. should fix "[ 659103 ] 
11215                 focus-follows-mouse confuses sylpheed"
11216
11217 2002-12-29 [christoph]  0.8.8claws24
11218
11219         * src/Makefile.am
11220         * src/stringtable.[ch]          ** REMOVE **
11221         * src/common/Makefile.am
11222         * src/common/stringtable.[ch]   ** NEW **
11223                 move stringtable files to common directory
11224
11225 2002-12-29 [christoph]  0.8.8claws23
11226
11227         * src/Makefile.am
11228         * src/menu.[ch]                 ** REMOVE **
11229         * src/gtk/Makefile.am
11230         * src/gtk/menu.[ch]             ** NEW **
11231                 move menu files to gtk directory
11232
11233 2002-12-29 [match]      0.8.8claws22
11234
11235         * src/addressbook.c
11236         * src/syldap.c
11237                 moved UI specific code out of LDAP code into addressbook
11238                 UI code. fixed memory leak.
11239
11240 2002-12-29 [christoph]  0.8.8claws21
11241
11242         * src/folder.c
11243                 only check for IGNORED parent message when message is
11244                 not IGNORED itself
11245
11246 2002-12-29 [alfons]     0.8.8claws20
11247
11248         * src/summaryview.c
11249                 set gtksctree's anchor correct (immediate execute
11250                 changes the tree's layout, and anchor points at 
11251                 the incorrect row). fixes "[ 657233 ] multiple msg 
11252                 delete sometimes off by 1".
11253                 we probably have to look for more tree layout /
11254                 anchor glitches.
11255
11256 2002-12-29 [paul]       0.8.8claws19
11257
11258         * src/summaryview.c
11259                 fix bug [ 659054 ] incorrect sorting of 'From' column
11260                 when using 'display sender using address book'
11261                 thanks to Alfons and Luke Plant
11262
11263 2002-12-29 [christoph]  0.8.8claws18
11264
11265         * src/folder.c
11266         * src/procmsg.[ch]
11267                 check parent messages for IGNORE THREAD flag, when adding,
11268                 moving or copying messages to a folder
11269
11270 2002-12-27 [alfons]     0.8.8claws17
11271
11272         re-organize matcher part 5; more to come
11273
11274         * src/matcher.c
11275                 hash keywords in matchparser_tab 
11276
11277 2002-12-27 [alfons]     0.8.8claws16
11278
11279         re-organize matcher part 4; more to come
11280
11281         * src/matcher_parser.h
11282         * src/matcher_parser_lex.l
11283         * src/matcher_parser_parse.y
11284                 cleanup
11285
11286 2002-12-27 [alfons]     0.8.8claws15
11287
11288         re-organize matcher part 3; more to come
11289
11290         * src/matcher.[ch]
11291                 cleanup
11292
11293 2002-12-27 [alfons]     0.8.8claws14
11294
11295         re-organize matcher part 2; more to come but this should
11296         work. cc me if there are any regressions.
11297
11298         * src/matcher.h
11299                 add prototype for get_matchparser_tab_id()
11300         * src/matcher_parser_lex.l
11301                 look up keywords using matchparser_tab_id();
11302
11303 2002-12-27 [alfons]     0.8.8claws12
11304
11305         re-organize matcher part 1
11306
11307         * src/matcher.h
11308                 map yacc generated constants to sylpheed matcher constants
11309         * src/matcher.c
11310                 add function to find a matcher constant from a string
11311
11312 2002-12-27 [christoph]  0.8.8claws11
11313
11314         * src/compose.c
11315                 MENUITEM_ADD casts the 4th argument from integer to pointer
11316                 so it probably should not be a pointer, this means we
11317                 should use account id for it and not the account's pointer
11318
11319 2002-12-27 [paul]       0.8.8claws10
11320
11321         * src/mainwindow.c
11322                 remove unneeded 'GtkWidget *vbox'
11323                 
11324         * src/summaryview.c
11325                 further sync with 0.8.8 - make sort
11326                 by recipient work as expected
11327                 
11328         * NEWS
11329                 sync with 0.8.8
11330
11331 2002-12-27 [paul]       0.8.8claws9
11332
11333         * po/pt_BR.po
11334                 updated by Ivan F. Martinez
11335                 
11336 2002-12-27 [darko]      0.8.8claws8
11337
11338         * src/common/utils.c
11339                 added locked pattern to extended search
11340
11341 2002-12-27 [alfons]     0.8.8claws7
11342
11343         * src/prefs_matcher.[ch]
11344                 clean up
11345
11346 2002-12-26 [alfons]     0.8.8claws6
11347
11348         * src/matcher.[ch]
11349         * src/matcher_parser_lex.l
11350         * src/matcher_parser_parse.y
11351         * src/prefs_matcher.c
11352                 allow color label as a condition in the matcher
11353
11354 2002-12-26 [oliver]     0.8.8claws5
11355         
11356         * src/toolbar.c 
11357                 enable Addressbook for Main and Messageview
11358         * src/prefs_actions.c
11359                 enable actions in Messageview
11360
11361 2002-12-26 [christoph]  0.8.8claws4
11362
11363         * src/common/plugin.c
11364                 add a little debug output
11365         * configure.in
11366         * src/plugins/demo/Makefile.am
11367                 better use of automake
11368
11369 2002-12-26 [christoph]  0.8.8claws3
11370
11371         * src/Makefile.am
11372         * src/common/Makefile.am
11373                 fix "make distdir"
11374
11375 2002-12-26 [christoph]  0.8.8claws2
11376
11377         * configure.in
11378                 sort configure checks into common / gtk / plugins
11379         * po/POTFILES.in
11380                 add src/prefs_gtk.c
11381         * src/Makefile.am
11382                 add plugins SUBDIR
11383         * src/main.c
11384         * src/common/sylpheed.[ch]
11385                 added now sylpheed_done function for shutdown
11386         * src/common/Makefile.am
11387         * src/common/plugin.[ch]                ** NEW **
11388                 plugin loader and unloader
11389         * src/plugins/.cvsignore                ** NEW **
11390         * src/plugins/Makefile.am               ** NEW **
11391                 build plugins
11392         * src/plugins/demo/.cvsignore           ** NEW **
11393         * src/plugins/demo/Makefile.am          ** NEW **
11394         * src/plugins/demo/demo.c               ** NEW **
11395                 small demo plugin that installs a logtext hook and
11396                 outputs the log text to stdout
11397
11398 2002-12-26 [paul]       0.8.8claws1
11399
11400         * po/es.po
11401                 updated by Ricardo Mones Lastra
11402
11403 2002-12-26 [paul]       0.8.8claws
11404
11405         * 0.8.8claws released
11406
11407 2002-12-26 [paul]       0.8.7claws12
11408
11409         * po/bg.po
11410                 updated by George Danchev
11411
11412 2002-12-26 [paul]       0.8.7claws11
11413
11414         * po/POTFILES.in
11415                 remove unneeded 'src/prefs.c' entry 
11416
11417 2002-12-26 [paul]       0.8.7claws10
11418
11419         * src/codeconv.c
11420           src/mainwindow.c
11421                 sync with 0.8.8 release
11422         
11423         * src/folder.[ch]
11424           src/mh.c
11425           src/summaryview.c
11426                 partial sync with 0.8.8 release
11427         
11428
11429 2002-12-25 [alfons]     0.8.7claws9
11430
11431         * src/matcher.[ch]
11432         * src/matcher_parser_lex.l
11433         * src/matcher_parser_parse.y
11434         * src/prefs_matcher.c
11435                 add locked flag to possible filtering / matcher 
11436                 conditions (also a good example what should be
11437                 done to add a simple boolean condition)
11438
11439 2002-12-25 [christoph]  0.8.7claws8
11440
11441         * src/Makefile.am
11442         * src/account.[ch]
11443         * src/addrbook.c
11444         * src/addressbook.c
11445         * src/addrindex.c
11446         * src/filtering.c
11447         * src/folder.c
11448         * src/matcher.c
11449         * src/prefs.[ch]                ** REMOVE **
11450         * src/prefs_account.c
11451         * src/prefs_actions.c
11452         * src/prefs_common.c
11453         * src/prefs_customheader.c
11454         * src/prefs_display_header.c
11455         * src/prefs_filtering.c
11456         * src/prefs_folder_item.c
11457         * src/prefs_gtk.[ch]            ** NEW **
11458         * src/prefs_matcher.c
11459         * src/prefs_scoring.c
11460         * src/prefs_summary_column.c
11461         * src/procmime.c
11462         * src/selective_download.c
11463         * src/toolbar.c
11464         * src/common/Makefile.am
11465         * src/common/prefs.[ch]         ** NEW **
11466                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11467
11468 2002-12-24 [alfons]     0.8.7claws7
11469
11470         * src/summaryview.c
11471                 summary_thread_build(): fix real cause of the crash mentioned in
11472                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11473                 this way we get meaningful ctree nodes 
11474
11475 2002-12-24 [oliver]     0.8.7claws6
11476
11477         * src/mainwindow.[ch]
11478         * src/messageview.[ch]
11479         * src/compose.[ch]
11480         * src/inc.c
11481         * src/summaryview.c
11482                 changes to use updated toolbar handling
11483                 
11484 2002-12-24 [oliver]     0.8.7claws5
11485
11486         * src/toolbar.[ch]
11487                 generic toolbar handling
11488                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11489         * src/prefs_toolbar.[ch]
11490                 adjust to handling
11491         
11492 2002-12-24 [oliver]     0.8.7claws4
11493         
11494         * src/stock_pixmap.[ch]
11495                 move SYLPHEED_LOGO to end of list in order 
11496                 to remove it from Custom Toolbar`s Icon View
11497
11498 2002-12-24 [alfons]     0.8.7claws3
11499
11500         * src/summaryview.c
11501                 summary_thread_build(): fix crash because of focus != selection 
11502                 after threading. when deleting the selection, gtk tries but fails 
11503                 to find the correct focusable element. we now force the selection
11504                 to be focused. this should solve the infamous bug reported by 
11505                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11506                 a test case is available. 
11507
11508 2002-12-24 [darko]      0.8.7claws2
11509
11510         * src/summaryview.c
11511                 don't crash when unmarking message with unread children
11512
11513 2002-12-23 [christoph]  0.8.7claws1
11514
11515         * src/Makefile.am
11516         * src/common/Makefile.am
11517                 update Makefiles for moved intl.h, version.h and defs.h
11518         * src/imap.c
11519                 rewrite imap_session_get to avoid duplicate code
11520
11521 2002-12-23 [paul]       0.8.7claws
11522
11523         * Santa-Claws released
11524         
11525         * po/hu.po
11526           po/ru.po
11527                 squeeze in updated Hungarian and Russian translations.
11528                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11529
11530 2002-12-23 [paul]       0.8.6claws129
11531
11532         * po/pl.po
11533                 updated by Witold Wladyslaw Wojciech Wilk
11534
11535 2002-12-23 [paul]       0.8.6claws128
11536
11537         * src/quote_fmt_parse.y
11538                 fix typo and add licence header
11539
11540 2002-12-23 [paul]       0.8.6claws127
11541
11542         * po/en_GB.po
11543                 updated
11544
11545 2002-12-23 [paul]       0.8.6claws126
11546
11547         * po/it.po
11548                 updated translation, submitted by Alessandro Maestri
11549                 
11550 2002-12-23 [paul]       0.8.6claws125
11551
11552         * src/quote_fmt_parse.y
11553                 fix signature-stripping on replies bug. match
11554                 '-- \n' and not '-- '.
11555
11556 2002-12-22 [paul]       0.8.6claws124
11557
11558         * po/bg.po
11559           po/es.po
11560           po/sr.po
11561                 updated translations. submitted by George Danchev,
11562                 Ricardo Mones Lastra, and Urke MMI respectively
11563
11564 2002-12-21 [paul]       0.8.6claws123
11565
11566         * src/addrbook.c
11567                 fix coding style
11568
11569 2002-12-21 [paul]       0.8.6claws122
11570
11571         * src/addrbook.c
11572                 fix bug [643638] where if a person is in one or more
11573                 addressbook groups editing that person's email 
11574                 address results in removal from those groups.
11575                 Patch submitted by Luke Plant.
11576
11577 2002-12-20 [christoph]  0.8.6claws121
11578
11579         * src/common/utils.c
11580         * src/summaryview.c
11581                 reimplement expand_search_string using GString to
11582                 prevent crashs caused by miscalculated string
11583                 lengths reported by Paul
11584
11585 2002-12-20 [christoph]  0.8.6claws120
11586
11587         * src/summaryview.c
11588                 don't use "changed" to check if op_count has to be changed as it
11589                 is also set when the message has unread children
11590                 (closes bug [ 653221 ] crash while deleting duplicates)
11591
11592 2002-12-20 [paul]       0.8.6claws119
11593
11594         * sync with 0.8.6cvs27
11595                 see ChangeLog 2002-12-20
11596
11597 2002-12-20 [paul]       0.8.6claws118
11598
11599         * sync with 0.8.6cvs26
11600                 see ChangeLog 2002-12-19 and 2002-12-20
11601
11602 2002-12-19 [alfons]     0.8.6claws117
11603
11604         * src/textview.c
11605                 fix incorrect parsing of email addresses, submitted by 
11606                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11607                 name display if it contains @".
11608
11609 2002-12-18 [paul]       0.8.6claws116
11610
11611         * sync with 0.8.6cvs23
11612                 see ChangeLog 2002-12-18
11613
11614 2002-12-18 [paul]       0.8.6claws115
11615
11616         * src/Makefile.am
11617         * src/account.c
11618         * src/codeconv.c
11619         * src/gtkutils.[ch]
11620         * src/imap.c
11621                 sync with 0.8.6cvs22.
11622                 see ChangeLog 2002-12-17 and 2002-12-18
11623
11624 2002-12-17 [christoph]  0.8.6claws114
11625
11626         * src/imap.c
11627                 o don't create a session if imap greeting fails
11628                 o don't close socket when authentication fails
11629                   this is done by imap_session_destroy
11630
11631 2002-12-17 [thorsten]   0.8.6claws113
11632
11633         * tools/Makefile.am
11634           tools/README
11635           tools/google_msgid.pl ** NEW FILE **
11636                 Added "search for message-id" script and doc
11637
11638 2002-12-17 [thorsten]   0.8.6claws112
11639
11640         * po/hu.po
11641                 Updated hungarian translation
11642                 (updated by Gal Zoltan)
11643
11644 2002-12-16 [christoph]  0.8.6claws111
11645
11646         * src/addr_compl.c
11647                 remove stupid addressbook dump to debug output
11648         * src/mh.c
11649                 fix memory leak found by Hiro
11650
11651 2002-12-14 [paul]       0.8.6claws110
11652
11653         * src/compose.c
11654                 fix menubar sensitivity on send
11655                 
11656         * src/prefs_filtering.c
11657         * src/prefs_matcher.c
11658         * src/prefs_scoring.c
11659                 Fix english ;)
11660                 
11661         * src/common/quoted-printable.h
11662                 sync: fix typo
11663         
11664 2002-12-13 [christoph]  0.8.6claws109
11665
11666         * src/Makefile.am
11667         * src/manage_window.[ch]        ** REMOVE **
11668         * src/gtk/Makefile.am
11669         * src/gtk/manage_window.[ch]    ** NEW **
11670                 move manage_window files to gtk directory
11671
11672 2002-12-13 [christoph]  0.8.6claws108
11673
11674         * src/Makefile.am
11675         * src/gtkshruler.[ch]           ** REMOVE **
11676         * src/gtk/Makefile.am
11677         * src/gtk/gtkshruler.[ch]       ** NEW **
11678                 move gtkshruler files to gtk directory
11679
11680 2002-12-13 [christoph]  0.8.6claws107
11681
11682         * src/Makefile.am
11683         * src/compose.c
11684         * src/gtkstext.[ch]             ** REMOVE **
11685         * src/gtkutils.[ch]
11686         * src/textview.c
11687         * src/gtk/gtkstext.[ch]         ** NEW **
11688         * src/gtk/Makefile.am
11689                 o move stext functions to gtkstext.c to remove
11690                   dependency of gtkutils
11691                 o move gtkstext files to gtk directory
11692
11693         * src/gtk/Makefile.am
11694         * src/gtk/sslcertwindow.[ch]
11695                 UI stuff can always depend on common code so
11696                 it's ok to add ../common to include path
11697
11698 2002-12-13 [colin]      0.8.6claws106
11699
11700         * src/summaryview.c
11701                 Disconnect sighandlers for mainwindow when
11702                 quicksearch has the focus
11703                 Fix bug #653231
11704         * src/mainwindow.[ch]
11705                 Make key_pressed callback public, to be able
11706                 to disconnect it
11707
11708 2002-12-13 [christoph]  0.8.6claws105
11709
11710         * src/mh.c
11711                 create .mh_sequences file in new MH folders
11712                 (closes feature request [ 523162 ] MH folders should
11713                  get a .mh_sequences)
11714
11715 2002-12-13 [colin]      0.8.6claws104
11716
11717         * src/summaryview.c
11718                 Better handling of quicksearch show/hide
11719                 (basically the button stays under the mouse 
11720                  when toggled)
11721
11722 2002-12-13 [paul]       0.8.6claws103
11723
11724         * sync with 0.8.6cvs17
11725                 see ChangeLog 2002-12-13
11726
11727 2002-12-13 [paul]       0.8.6claws102
11728
11729         * po/es.po
11730                 updated by Ricardo Mones Lastra
11731
11732 2002-12-11 [colin]       0.8.6claws101
11733
11734         * src/folder.c
11735                 remove statusbar stuff
11736           src/folderview.c
11737                 set statusbar verbosity when moving folders
11738
11739 2002-12-11 [colin]       0.8.6claws100
11740         * src/prefs_filtering.c
11741         * src/prefs_matcher.c
11742         * src/prefs_scoring.c
11743                 Fix english ;)
11744
11745 2002-12-11 [colin]       0.8.6claws99
11746
11747         * src/prefs_common.[ch]
11748                 Add summary_quicksearch_type
11749         * src/summaryview.c
11750                 Save last used quicksearch type
11751
11752 2002-12-11 [jens]       0.8.6claws98
11753         * src/prefs_filtering.c
11754         * src/prefs_matcher.c
11755         * src/prefs_scoring.c
11756                 added dialog for incomplete rules in scoring, filtering and
11757                 matcher to ask wheather really close
11758
11759 2002-12-11 [colin]      0.8.6claws97
11760
11761         * src/folder.c
11762                 Fix folder dnd statusbar logging
11763
11764 2002-12-10 [christoph]  0.8.6claws96
11765
11766         * src/compose.c
11767         * src/folder.c
11768         * src/imap.c
11769         * src/inc.c
11770         * src/main.c
11771         * src/mainwindow.c
11772         * src/news.c
11773         * src/send.c
11774         * src/statusbar.[ch]
11775         * src/common/hooks.c
11776         * src/common/log.[ch]
11777                 o handle verbose logging in statusbar directly in statusbar code
11778                   and common code does not need any knowledge about a statusbar
11779                 o remove direct calls to statusbar_(puts|pop)_all functions
11780
11781 2002-12-10 [jens]       0.8.6claws95
11782
11783         * src/*.c
11784                 removed gettext from g_warnings
11785         * po/POTFILES.in
11786                 cleaned and updated
11787         * po/de.po
11788                 updated
11789
11790 2002-12-10 [colin]      0.8.6claws94
11791
11792         * src/main.c
11793                 finish crash dialog fix
11794
11795 2002-12-10 [colin]      0.8.6claws93
11796
11797         * src/main.c
11798                 "Fix" "sylpheed already running" instead of
11799                 crash dialog appearing after a crash
11800
11801 2002-12-10 [colin]      0.8.6claws92
11802
11803         * po/POTFILES.in
11804                 add src/gtk/sslcertwindow.c
11805
11806 2002-12-10 [paul]       0.8.6claws91
11807
11808         * po/POTFILES.in
11809                 updated to reflect recent changes
11810                 submitted by Alessandro Maestri
11811
11812 2002-12-09 [christoph]  0.8.6claws90
11813
11814         * src/Makefile.am
11815         * src/smtp.[ch]                 ** REMOVE **
11816         * src/common/Makefile.am
11817         * src/common/smtp.[ch]          ** NEW **
11818                 move smtp files to common directory
11819
11820 2002-12-09 [christoph]  0.8.6claws89
11821
11822         * src/Makefile.am
11823         * src/session.[ch]              ** REMOVE **
11824         * src/common/Makefile.am
11825         * src/common/session.[ch]       ** NEW **
11826                 move session files to common directory
11827
11828 2002-12-09 [paul]       0.8.6claws88
11829
11830         * src/account.c
11831                 fix bug [649746] edit accounts: move account reverted
11832                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11833
11834 2002-12-09 [colin]      0.8.6claws87
11835
11836         * src/ssl_certificate.c
11837                 cleanup
11838
11839 2002-12-09 [colin]      0.8.6claws86
11840
11841         * src/ssl.c
11842                 Try to open the cert.pem database and 
11843                 issue a warning if it isn't there
11844
11845 2002-12-09 [colin]      0.8.6claws85
11846
11847         * src/common/ssl_certificate.c
11848         * src/gtk/sslcertwindow.c
11849                 Warning fixes
11850
11851 2002-12-09 [colin]      0.8.6claws84
11852
11853         * src/ssl_certificate.[ch] ** REMOVED **
11854         * src/common/ssl_certificate.[ch] ** NEW **
11855         * src/Makefile.am
11856         * src/common/Makefile.am
11857                 Moved ssl_certificate.[ch] to common
11858         * src/common/ssl.c 
11859                 Put back needed include
11860         * src/gtk/sslcertwindow.[ch]
11861                 Changed ssl_certificate.h include
11862         
11863 2002-12-09 [colin]      0.8.6claws83
11864
11865         * src/gtk/sslcertwindow.[ch]
11866                 Implement hook for certificate acception
11867         * src/ssl_certificate.[ch]
11868                 Implement hook for certificate acception
11869         * src/common/ssl.c
11870                 Reenable certificate acception check
11871         * src/mainwindow.c
11872                 Register sslcertwindow's hook
11873         
11874 2002-12-08 [christoph]  0.8.6claws82
11875
11876         * src/about.c
11877         * src/addr_compl.c
11878         * src/codeconv.c
11879         * src/manual.c
11880         * src/undo.c
11881         * src/common/utils.c
11882                 o add missing includes
11883                 o fix warnings
11884         * src/.cvsignore
11885         * src/common/.cvsignore
11886         * src/common/version.h          ** REMOVE **
11887                 remove autogenerated file
11888
11889 2002-12-08 [paul]       0.8.6claws81
11890
11891         * src/stringtable.c
11892                 put back needed include
11893
11894 2002-12-08 [colin]      0.8.6claws80
11895         
11896         * src/gtk/sslcertwindow.c
11897                 Cleaner popups when asking
11898         * src/ssl_certificate.c
11899         * src/prefs_common.[ch]
11900                 remove ssl certificate pref
11901                 put back needed include
11902         * src/undo.c
11903                 put back needed include
11904
11905 2002-12-08 [christoph]  0.8.6claws79
11906
11907         * src/folderview.c
11908         * src/logwindow.c
11909         * src/statusbar.c
11910         * src/summaryview.c
11911                 only abort hook invokation if required data is missing not
11912                 if our own data pointer is NULL, update hookfunction for
11913                 log window
11914
11915 2002-12-08 [paul]       0.8.6claws78
11916
11917         * src/about.c
11918         * src/addrcache.c
11919         * src/addrclip.c
11920         * src/addr_compl.c
11921         * src/addrselect.c
11922         * src/codeconv.c
11923         * src/colorlabel.c
11924         * src/enriched.c
11925         * src/esmtp.c
11926         * src/exporthtml.c
11927         * src/headerview.c
11928         * src/imageview.c
11929         * src/manual.c
11930         * src/noticeview.c
11931         * src/pgptext.c
11932         * src/scoring.c
11933         * src/sourcewindow.c
11934         * src/stringtable.c
11935         * src/undo.c
11936                 clean up: remove unneccesary includes
11937
11938 2002-12-08 [christoph]  0.8.6claws77
11939
11940         * src/folderview.c
11941         * src/statusbar.c
11942         * src/summaryview.c
11943         * src/common/hooks.[ch]
11944                 hook functions now have a gboolean return value, if a hook
11945                 returns TRUE it will stop executing of any more hooks in
11946                 the same hooklist for this invokation
11947
11948 2002-12-08 [colin]      0.8.6claws76
11949         
11950         * src/main.c
11951                 put back argv0 for CRASH_DIALOG
11952
11953 2002-12-08 [christoph]  0.8.6claws75
11954
11955         * src/Makefile.am
11956         * src/about.c
11957         * src/account.c
11958         * src/crash.c
11959         * src/esmtp.h
11960         * src/imap.[ch]
11961         * src/inc.c
11962         * src/main.c
11963         * src/mainwindow.c
11964         * src/news.c
11965         * src/pop.[ch]
11966         * src/prefs_account.[ch]
11967         * src/prefs_common.[ch]
11968         * src/send.[ch]
11969         * src/smtp.[ch]
11970         * src/ssl_certificate.[ch]
11971         * src/ssl_manager.[ch]
11972         * src/common/Makefile.am
11973         * src/common/log.c
11974         * src/common/nntp.[ch]
11975         * src/common/socket.[ch]
11976         * src/common/ssl.[ch]
11977         * src/gtk/sslcertwindow.[ch]
11978         * ac/openssl.m4
11979                 use new autoconf script to detect OpenSSL with extra parameters
11980                 to specify the location of libs and includes, also remove USE_SSL
11981                 to USE_OPENSSL
11982
11983         * src/common/sylpheed.[ch]
11984         * src/common/version.h.in
11985                 start seperation of common code initialization seperated from gui
11986
11987         * src/summaryview.c
11988                 The function that is called when a color label changes
11989                 should not change the color lable again
11990
11991 2002-12-08 [colin]      0.8.6claws74
11992
11993         * src/gtk/sslcertwindow.c
11994                 warning fixes
11995
11996 2002-12-08 [colin]      0.8.6claws73
11997
11998         * src/statusbar.c
11999           src/common/log.h
12000                 Register a hook for statusbar_puts_all
12001         * src/common/log.c
12002                 invoke statusbar_puts_all's hook
12003         
12004 2002-12-08 [colin]      0.8.6claws72
12005
12006         * src/ssl_certificate.c
12007                 Put back a badly-removed include
12008
12009 2002-12-08 [colin]      0.8.6claws71
12010
12011         * src/gtk/sslcertwindow.[ch]    ** NEW **
12012                 new certificate presentation
12013         * src/gtk/Makefile.am
12014                 add new files
12015         * src/ssl_certificate.[ch]
12016                 gtk cleanup, made utility functions public
12017         * src/ssl_manager.c
12018                 use new cert presentation
12019
12020 2002-12-07 [christoph]  0.8.6claws70
12021
12022         * src/Makefile.am
12023         * src/nntp.[ch]                 ** REMOVE **
12024         * src/common/Makefile.am
12025         * src/common/nntp.[ch]          ** NEW **
12026                 move nntp files to common directory
12027
12028 2002-12-07 [christoph]  0.8.6claws69
12029
12030         * src/procmsg.[ch]
12031         * src/summaryview.c
12032                 implement msginfo update callback using sylpheed's new
12033                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12034
12035 2002-12-06 [christoph]  0.8.6claws68
12036
12037         * src/editgroup.c
12038                 This patch changes the 'Edit Group Details' dialog to
12039                 allow extended selections in either pane, so that
12040                 addresses can be added or removed from a group more
12041                 quickly and easily. (it actually is a net decrease in
12042                 file size, as some unnecessary functions have been
12043                 removed). 
12044                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12045
12046 2002-12-06 [christoph]  0.8.6claws67
12047
12048         * src/Makefile.am
12049         * src/template.[ch]             ** REMOVE **
12050         * src/common/Makefile.am
12051         * src/common/template.[ch]      ** NEW **
12052                 move template files to common directory
12053
12054         * src/nntp.c
12055                 add missing log.h include
12056
12057 2002-12-06 [melvin]     0.8.6claws66
12058
12059         * src/prefs_actions.c
12060                 Added the trailing ">" syntax to insert command's output
12061                 without replacing old text (in contrast to trailing "|").
12062
12063 2002-12-05 [colin]      0.8.6claws65
12064         
12065         * src/common/utils.c
12066                 Don't modify original search_string or it'll change
12067                 the next iterations in the for()
12068
12069 2002-12-05 [darko]      0.8.6claws64
12070
12071         * src/common/utils.c
12072                 proper check for filtering commands, found by Colin
12073
12074 2002-12-05 [darko]      0.8.6claws63
12075
12076         * src/common/utils.c
12077                 check proper string for NULL pointer, found by Colin
12078
12079 2002-12-05 [darko]      0.8.6claws62
12080
12081         * src/common/utils.[ch]
12082                 expand_search_string(): new function
12083                 converts Mutt-like patterns to Sylpheed's
12084                 filtering engine
12085         * src/summaryview.c
12086                 use expand_search_string() to allow Mutt-like
12087                 patterns in extended search
12088         * README.claws
12089                 document extended option in quick search
12090
12091 2002-12-05 [paul]       0.8.6claws61
12092
12093         * sync with 0.8.6cvs16
12094                 see ChangeLog 2002-12-05
12095                 
12096         * po/POTFILES.in
12097                 clean up
12098
12099 2002-12-04 [christoph]  0.8.6claws60
12100
12101         * src/imap.[ch]
12102                 put imap authentication code into a new function and
12103                 remove it from imap_session_new that will allow to
12104                 send other commands before authentication
12105
12106 2002-12-04 [christoph]  0.8.6claws59
12107
12108         * src/imap.[ch]
12109                 use already existing method to prevent unneeded IMAP
12110                 folder selects. Set imap_select parameters to NULL
12111                 in some functions if the values are not required.
12112
12113         * src/xml.h
12114                 remove no longer required include
12115
12116 2002-12-04 [paul]       0.8.6claws58
12117
12118         * po/es.po
12119                 updated by Ricardo Mones Lastra
12120                 
12121         * configure.in
12122           po/hu.po      ** NEW FILE **
12123                 initial Hungarian translation, submitted
12124                 by Gál Zoltán <galzoli@hu.inter.net>
12125
12126 2002-12-03 [christoph]  0.8.6claws57
12127
12128         * src/Makefile.am
12129         * src/gtksctree.[ch]            ** REMOVE **
12130         * src/gtk/Makefile.am
12131         * src/gtk/gtksctree.[ch]        ** NEW **
12132                 move gtksctree files to gtk directory
12133
12134 2002-12-03 [christoph]  0.8.6claws56
12135
12136         * src/Makefile.am
12137         * src/md5.[ch]                  ** REMOVE **
12138         * srm/common/Makefile.am
12139         * src/common/md5.[ch]           ** NEW **
12140                 move md5 files to common directory
12141
12142         * src/gtkstext.c
12143                 remove not required #include
12144
12145 2002-12-03 [sergey]     0.8.6claws55
12146
12147         * src/gtkutils.c
12148         * src/gtkutils.h
12149                 gtkut_window_popup(): new function.
12150         * src/mainwindow.c
12151                 main_window_popup(): use gtkut_window_popup() to raise
12152                 window without changing its position.
12153                 (see sylpheed-main ML message [sylpheed:17247])
12154
12155 2002-12-03 [sergey]     0.8.6claws54
12156
12157         * src/send.c
12158                 send_message_local(): removed first-dot escaping
12159                 (SMTP-only, not needed for sending through pipe)
12160
12161 2002-12-03 [paul]       0.8.6claws53
12162
12163         * po/POTFILES.in
12164                 update to reflect recent changes (thanks
12165                 to Ricardo Mones Lastra)
12166                 
12167         * tools/filter_conv.pl
12168                  fix problem with quoted strings. Patch submitted
12169                  by Luke Plant <lukeplant@softhome.net>
12170
12171 2002-12-03 [paul]       0.8.6claws52
12172
12173         * sync with 0.8.6cvs15
12174                 see ChangeLog 2002-12-03
12175
12176 2002-12-02 [christoph]  0.8.6claws51
12177
12178         * src/logwindow.[ch]
12179         * src/common/log.[ch]
12180                 implement logging using a hook function
12181
12182         * src/folderview.c
12183         * src/folder.[ch]
12184                 define hooklist name in header file to avoid
12185                 errors caused by wrong spelling of hooklist names
12186
12187         * src/toolbar.c
12188                 fix warnings
12189
12190 2002-12-02 [christoph]  0.8.6claws50
12191
12192         * src/common/Makefile.am
12193                 add src/common/hooks.[ch]
12194
12195         * src/common/hooks.[ch]
12196                 implement a simple hook system using glib's hook functions
12197
12198         * src/folder.[ch]
12199         * src/folderview.c
12200                 use new hook system for folder item updates
12201
12202 2002-12-02 [christoph]  0.8.6claws49
12203
12204         * doc-src/ui_seperation.txt     ** NEW **
12205                 information for ui seperation
12206
12207         * src/Makefile.am
12208                 remove files that were moved to common
12209                 include common directory by default for the header files
12210
12211         * src/inc.c
12212         * src/common/socket.c
12213         * src/automaton.[ch]
12214                 implement automaton using g_io_*-functions instead of
12215                 gdk_input_add to make it ui independent
12216
12217         * src/codeconv.c
12218         * src/compose.c
12219         * src/ldif.c
12220         * src/pgptext.c
12221         * src/procmime.c
12222         * src/rfc2015.c
12223         * src/smtp.c
12224         * src/unmime.c
12225                 remove common/ prefix because directory is now in
12226                 include path
12227
12228         * src/compose.c
12229         * src/folder.c
12230         * src/folderview.c
12231         * src/mainwindow.c
12232         * src/messageview.c
12233         * src/prefs_common.c
12234         * src/procmsg.c
12235         * src/rfc2015.c
12236                 fix warnings
12237
12238         * src/imap.c
12239         * src/inc.c
12240         * src/news.c
12241         * src/pop.c
12242         * src/send.c
12243         * src/smtp.c
12244         * src/ssl_certificate.c
12245                 add log.h header file for logging functions
12246
12247         * src/main.c
12248         * src/common/utils.c
12249         * src/summaryview.c
12250         * src/xml.c
12251                 o move debug_mode to common/utils.c
12252                 o add functions to set and get debug_mode
12253
12254         * src/defs.h                    ** REMOVE **
12255         * src/intl.h                    ** REMOVE **
12256         * src/socket.[ch]               ** REMOVE **
12257         * src/ssl.[ch]                  ** REMOVE **
12258         * src/utils.[ch]                ** REMOVE **
12259                 replaced by new files in src/common/
12260         
12261         * src/common/Makefile.am
12262                 add new files in src/common/
12263
12264         * src/common/defs.h             ** NEW **
12265         * src/common/intl.h             ** NEW **
12266         * src/common/log.[ch]           ** NEW **
12267         * src/common/socket.[ch]        ** NEW **
12268         * src/common/ssl.[ch]           ** NEW **
12269         * src/common/utils.[ch]         ** NEW **
12270                 replacement for files in src/
12271
12272 2002-12-02 [colin]      0.8.6claws48
12273
12274         * src/folderview.c
12275                 Scroll folderview if necessary during dnd
12276
12277 2002-12-02 [colin]      0.8.6claws47
12278
12279         * src/folder.[ch]
12280                 Add check to verify a move is within a single mailbox
12281         * src/folderview.c
12282                 Add specific error string for this check
12283
12284 2002-12-02 [colin]      0.8.6claws46
12285
12286         * src/folder.c
12287                 Add a test to folder moving, remove a statusbar_print
12288         * src/folderview.c
12289                 Add Move folder... context-menu item
12290                 Factorize folder moving code
12291                 Enable folder DND for mbox
12292
12293 2002-12-01 [christoph]  0.8.6claws45
12294
12295         * ac/aspell.m4
12296                 remove conf.aspelltest if the version check fails
12297
12298 2002-11-30 [christoph]  0.8.6claws44
12299
12300         * autogen.sh
12301                 run libtoolize --force in autogen to create missing
12302                 libtool scripts
12303
12304 2002-11-30 [christoph]  0.8.6claws43
12305
12306         * src/Makefile.am
12307         * src/pgptext.c
12308         * src/procmime.c
12309         * src/rfc2015.c
12310         * src/uuencode.[ch]             ** REMOVED **
12311         * src/common/Makefile.am
12312         * src/common/uuencode.[ch]      ** NEW **
12313                 move uuen/decoder to common directory
12314
12315 2002-11-30 [christoph]  0.8.6claws42
12316
12317         * src/Makefile.am
12318         * src/base64.[ch]               ** REMOVED **
12319         * src/codeconv.c
12320         * src/compose.c
12321         * src/ldif.c
12322         * src/pgptext.c
12323         * src/procmime.c
12324         * src/rfc2015.c
12325         * src/smtp.c
12326         * src/unmime.c
12327         * src/common/Makefile.am
12328         * src/common/base64.[ch]        ** NEW **
12329                 move base64 en/decoder to common directory
12330
12331 2002-11-30 [christoph]  0.8.6claws41
12332
12333         * src/common                    ** NEW **
12334                 new directory for UI independent code
12335         * src/gtk                       ** NEW **
12336                 new directory for GTK frontend
12337         * src/common/.cvsignore         ** NEW **
12338         * src/gtk/.cvsignore            ** NEW **
12339                 ignore build files
12340         * src/common/Makefile.am        ** NEW **
12341         * src/gtk/Makefile.am           ** NEW **
12342                 automake files to build new seperated stuff
12343         * src/Makefile.am
12344                 the binary will currently still be build with the
12345                 files in src, so we include the code from the
12346                 subdirs for now after building the libs there
12347
12348 2002-11-30 [paul]       0.8.6claws40
12349
12350         * src/compose.c
12351                 fix bug [642731] 'Wrong selected account with drafted mail'
12352
12353 2002-11-29 [oliver]     0.8.6claws39
12354         
12355         * src/messageview.c
12356                 o update summaryview when switching between different
12357                   messageviews          
12358         * src/toolbar.c  
12359                 o check if messageview holds already removed msg
12360                   from summaryview
12361                 
12362
12363 2002-11-29 [oliver]     0.8.6claws38
12364
12365         * src/toolbar.c 
12366                 remove not needed variables and includes
12367                 make messageview stay opened and move to next when msgs are deleted 
12368
12369 2002-11-29 [oliver]     0.8.6claws37
12370         
12371         * src/toolbar.c 
12372                 disable compose button (messageview toolbar) by default
12373                 deleted msgs are moved to trash
12374         
12375 2002-11-29 [melvin]     0.8.6claws36
12376
12377         * configure.in
12378                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12379                 and to detect signatures expirations (gpgme 0.3.6)
12380
12381         * src/main.c
12382                 Use non obsolescent function for Gpgme engine checking.
12383
12384         * src/rfc2015.c
12385                 Inform about expired signatures or signatures which key
12386                 has expired. Expiration date is displayed.
12387
12388         * src/sigstatus.c
12389                 Inform about expired signatures or signatures which key
12390                 has expired.
12391
12392 2002-11-28 [paul]       0.8.6claws35
12393
12394         * src/folderview.c
12395                 re-instate 'Check for new messages' in Newsgroup
12396                 folders right-click menu, after a suggestion from
12397                 Tim Mann <timmann@users.sourceforge.net>
12398
12399         * src/main.c
12400                 after a crash check only local folders for new
12401                 messages
12402
12403 2002-11-28 [paul]       0.8.6claws34
12404
12405         * configure.in
12406                 apply patch that fixes the checking of GTK with XIM 
12407                 support on different OSs, such as FreeBSD. Patch 
12408                 submitted by Topia <topia@users.sourceforge.net>
12409                 
12410 2002-11-28 [paul]       0.8.6claws33
12411
12412         * src/mainwindow.c
12413           src/prefs_common.c
12414           src/prefs_toolbar.c
12415                 more changes to the English
12416
12417 2002-11-28 [paul]       0.8.6claws32
12418
12419         * sync with 0.8.6cvs13
12420                 see ChangeLog 2002-11-28 (no sync needed
12421                 for src/compose.c)
12422
12423 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12424         
12425         * src/mainwindow.[ch]
12426                 add patch by Ivan F. Martinez introducing messageview Toolbar
12427                 some changes and committed by oliver    
12428
12429 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12430
12431         * src/messageview.[ch]
12432                 add patch by Ivan F. Martinez introducing messageview Toolbar
12433                 some changes and committed by oliver    
12434
12435 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12436
12437         * src/compose.[ch]
12438                 add patch by Ivan F. Martinez introducing messageview Toolbar
12439                 some changes and committed by oliver    
12440
12441 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12442         
12443         * src/toolbar.[ch]
12444                 add patch by Ivan F. Martinez introducing messageview Toolbar
12445                 some changes and committed by oliver
12446
12447 2002-11-28 [oliver]     0.8.6claws27
12448         
12449         * src/prefs_toolbar.[ch]
12450                 getting ready for messageview toolbar
12451                 free mem allocated by gettext
12452                 change prefs_toolbar to prefs_toolbar_open
12453  
12454 2002-11-28 [thorsten]   0.8.6claws26
12455
12456         * src/imageview.[ch]
12457                 cleaned up conflicting declarations of
12458                 imageview_show_image()
12459
12460 2002-11-28 [paul]       0.8.6claws25
12461
12462         * src/grouplistdialog.c
12463           src/prefs_common.c
12464           src/prefs_summary_column.c
12465                 a few more improvements to the English
12466
12467 2002-11-28 [colin]      0.8.6claws24
12468
12469         * man/sylpheed.1
12470                 A few updates to command-line parameters
12471
12472 2002-11-28 [colin]      0.8.6claws23
12473
12474         * src/prefs_filtering.c
12475                 Fix problems with prefs_filtering_delete_path:
12476                 a) if the first rule is removed, original pointers
12477                    weren't updated (leading to segfaults)
12478                 b) it was always global_processing updated in case
12479                    of removed path was parent of rule path
12480
12481 2002-11-27 [paul]       0.8.6claws22
12482
12483         * src/mainwindow.c
12484           src/prefs_account.c
12485           src/prefs_actions.c
12486           src/prefs_common.c
12487           src/prefs_customheader.c
12488           src/prefs_display_header.c
12489           src/prefs_filtering.c
12490           src/prefs_folder_item.c
12491           src/prefs_matcher.c
12492           src/prefs_scoring.c
12493           src/prefs_summary_column.c
12494           src/prefs_template.c
12495           src/prefs_toolbar.c
12496                  improve the English in the GUI
12497
12498 2002-11-27 [colin]      0.8.6claws21
12499
12500         * src/folder.c
12501                 Fix processing renaming problems happening after
12502                 last commit
12503
12504 2002-11-27 [colin]      0.8.6claws20
12505
12506         * src/folder.c
12507                 recursive move now deletes src each subfolder after 
12508                 having moved it
12509         * src/folderview.c
12510                 Use identifier instead of path during dnd (enables
12511                 IMAP folder dnd)
12512
12513 2002-11-27 [paul]       0.8.6claws19
12514
12515         * src/main.c
12516                 apply patch that does command-line processing 
12517                 BEFORE gtk_init, allowing claws to run from 
12518                 shell-scripts in non-X environment (e.g. crontab 
12519                 or ip-up, ip-down scripts). Patch submitted by
12520                 Ruslan N. Balkin <baron@dartel.ru>
12521                 
12522         * po/it.po
12523                 updated by Alessandro Maestri
12524
12525 2002-11-27 [paul]       0.8.6claws18
12526
12527         * sync with 0.8.6cvs12
12528           src/prefs_common.c
12529                 Differences are that main uses a 'Receive dialog'
12530                 frame on the Interface tab, whereas claws groups all 
12531                 the dialogs together in a 'Dialogs' frame.
12532
12533 2002-11-27 [colin]      0.8.6claws17
12534
12535         * src/prefs_matcher.c
12536                 Fix Execute criteria's NOT flag
12537
12538
12539 2002-11-26 [christoph]  0.8.6claws16
12540
12541         * src/ssl.c
12542                 rewrite the ssl code a little bit, only use one
12543                 SSL context, set default certificates' file/path
12544
12545 2002-11-26 [thorsten]   0.8.6claws15
12546
12547         * src/compose.c
12548                 default-reply-to didn't work for ml-reply
12549
12550 2002-11-26 [melvin]     0.8.6claws14
12551
12552         * src/prefs_actions.c
12553                 Made pipe-actions ignore short headers in message view
12554                 Made trailing-pipe-actions write in the message view with
12555                 the same font as the original message
12556
12557 2002-11-26 [paul]       0.8.6claws13
12558
12559         * src/compose.c
12560                 this time commit the correct file
12561
12562 2002-11-26 [paul]       0.8.6claws12
12563
12564         * sync with 0.8.6cvs11
12565           src/quote_fmt_parse.y  
12566                 no sync needed
12567           src/account.[ch]       
12568                 not sync'ed
12569           src/compose.c
12570                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12571                 on draft mode.
12572                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12573                 header
12574                 
12575         see ChangeLog 2002-11-25 and 2002-11-26
12576
12577 2002-11-26 [colin]      0.8.6claws11
12578
12579         * src/folderview.c
12580                 Fix collapsed folder not auto-expanding during
12581                 mail dnd, if it was the source folder.
12582
12583 2002-11-25 [colin]      0.8.6claws10
12584
12585         * src/folderview.[ch]
12586                 Variable renaming and cleaning (slist of nodes 
12587                 to be re-collapsed is stored in FolderView)
12588
12589 2002-11-25 [paul]       0.8.6claws9
12590
12591         * src/prefs_common.[ch]
12592                 fix breakage caused by last commit
12593
12594 2002-11-25 [paul]       0.8.6claws8
12595
12596         * sync with 0.8.6cvs4
12597                 see ChangeLog 2002-11-21
12598
12599 2002-11-25 [paul]       0.8.6claws7
12600
12601         * sync with 0.8.6cvs4
12602                 see ChangeLog 2002-11-20
12603
12604 2002-11-25 [paul]       0.8.6claws6
12605
12606         * sync with 0.8.6cvs3
12607                 see ChangeLog 2002-11-18
12608
12609 2002-11-25 [colin]      0.8.6claws5
12610
12611         * src/gtkutils.[ch]
12612                 Add gtkut_ctree_node_is_parent()
12613         * src/folderview.c
12614                 Spring-loaded folders
12615
12616 2002-11-25 [colin]      0.8.6claws4
12617
12618         * src/utils.[ch]
12619                 Add slist_concat_unique(), function to merge
12620                 two GSList filtering dups
12621         * src/folder.[ch]
12622         * src/summaryview.[ch]
12623         * src/folderview.c
12624         * src/main.c
12625                 Add detection/update/display of unread answers
12626                 to marked mails
12627         * src/procmsg.[ch]
12628                 Add procmsg_find_children()
12629                 Add procmsg_msg_has_marked_parent()
12630
12631 2002-11-25 [colin]      0.8.6claws3
12632
12633         * src/ssl_certificate.[ch]
12634                 Allow checking a certificate without a DNS
12635                 lookup
12636                 Allow to forget a cert (by deleting it)
12637                 Make ssl_certificate_destroy_public
12638         * src/ssl_manager.[ch] ** NEW FILES **
12639                 Gui to manage (display/remove) certificates
12640         * src/prefs_common.[ch]
12641                 Add a pref to allow silent acceptation of
12642                 trusted certificates or not (based on the
12643                 "I want to know what's going on" principle)
12644         * src/mainwindow.c
12645                 Add SSL manager in Tools menu
12646         * src/Makefile.am
12647                 Add the new files to the build
12648         * po/POTFILES.in
12649                 Add ssl_manager.c to translations
12650
12651 2002-11-25 [colin]      0.8.6claws2
12652
12653         * src/summaryview.[ch]
12654                 Add S_SEARCH_EXTENDED to the quick search, which 
12655                 allows to search using filtering syntax.
12656
12657 2002-11-25 [colin]      0.8.6claws1
12658
12659         * src/summaryview.c
12660                 Deletion of duplicates now prefer deleting
12661                 the unread dup (fixes feature-request 638989).
12662
12663 2002-11-24 [paul]       0.8.6claws
12664
12665         * po/es.po
12666           po/pl.po
12667           po/ru.po
12668           po/sr.po
12669                 updated by Ricardo Mones Lastra,
12670                 Witold Wladyslaw Wojciech Wilk,
12671                 Ruslan N. Balkin, and  Urke MMI 
12672                 respectively
12673
12674 2002-11-24 [paul]       0.8.5claws182
12675
12676         * po/bg.po
12677                 updated by George Danchev
12678
12679 2002-11-23 [alfons]     0.8.5claws181
12680
12681         * src/imap.c
12682                 tiny memory leak found by browsing Dimitar's 
12683                 valgrind report
12684
12685 2002-11-23 [paul]       0.8.5claws180
12686
12687         * po/it.po
12688                 updated by Alessandro Maestri
12689
12690 2002-11-22 [christoph]  0.8.5claws179
12691
12692         * src/compose.c
12693         * src/inc.c
12694         * src/prefs_filtering.c
12695         * src/summaryview.c
12696                 more warning fixes
12697
12698 2002-11-22 [alfons]     0.8.5claws178
12699
12700         * src/summaryview.c
12701                 summary_execute_delete_func(): if message is deleted, make 
12702                 sure to also remove its entry in the subject hash table. 
12703                 fixes a corner case bug.
12704
12705 2002-11-22 [paul]       0.8.5claws177
12706
12707         * .cvsignore
12708                 add 'autom4te.cache'
12709                 
12710         * ltconfig      ** REMOVED **
12711                 not needed
12712
12713 2002-11-22 [paul]       0.8.5claws176
12714
12715         * src/textview.c
12716                 textview_set_font(): fix for message display in
12717                 UTF-8 locales (thanks to Sergey Vlasov).
12718                 
12719         * AUTHORS
12720                 add new team members and contributors
12721
12722
12723 2002-11-21 [colin]      0.8.5claws175
12724
12725         * src/procmsg.[ch]
12726                 Add procmsg_remove_special_headers()
12727         * src/mh.c
12728                 Use procmsg_remove_special_headers() for 
12729                 previous fix
12730
12731 2002-11-21 [colin]      0.8.5claws174
12732
12733         * src/mh.c
12734                 Fix moving/copying from queue/draft folders
12735                 for MH folders
12736
12737 2002-11-21 [christoph]  0.8.5claws173
12738
12739         * src/crash.c
12740         * src/filtering.c
12741         * src/logwindow.c
12742         * src/main.c
12743         * src/matcher_parser_lex.[hl]
12744         * src/mbox.c
12745         * src/mbox_folder.[ch]
12746         * src/prefs_filtering.c
12747         * src/procheader.c
12748         * src/quote_fmt_lex.l
12749         * src/ssl.c
12750                 fix all warnings except the warnings in lex and yacc files
12751
12752 2002-11-20 [christoph]  0.8.5claws172
12753
12754         * src/imap.c
12755                 fix MsgInfo retrieval for IMAP draft and queue folders
12756                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12757
12758 2002-11-19 [christoph]  0.8.5claws171
12759
12760         * src/compose.c
12761                 fix segfault, when draft saving does not get
12762                 the MsgInfo of the new message
12763                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12764
12765 2002-11-19 [christoph]  0.8.5claws170
12766
12767         * src/procmsg.c
12768                 add parameter check for flag setting function
12769                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12770
12771 2002-11-18 [paul]       0.8.5claws169
12772
12773         * src/compose.c
12774                 more sensitivity fixes to redirect mode:
12775                 * disable toolbar draft button
12776                 * allow only Address book in the Tools menu
12777                 * disable editing of message by the spell
12778                   checker
12779
12780 2002-11-18 [paul]       0.8.5claws168
12781
12782         * src/compose.c
12783                 fix sensitivity of menu items in compose_redirect():
12784                 allow only the necessary items 
12785
12786 2002-11-18 [paul]       0.8.5claws167
12787
12788         * src/compose.c
12789                 fix bug [ 603259 ] 'attachment got lost on bounce'
12790
12791 2002-11-18 [paul]       0.8.5claws166
12792
12793         * po/ru.po
12794                 updated by Ruslan N. Balkin <baron@dartel.ru>
12795
12796 2002-11-18 [colin]      0.8.5claws165
12797
12798         * src/main.c
12799           src/defs.h
12800                 Remove old filtering stuff
12801
12802
12803 2002-11-17 [oliver]     0.8.5claws164
12804
12805         * src/toolbar.h
12806                 remove not needed typedef 
12807
12808 2002-11-17 [oliver]     0.8.5claws163
12809
12810         * src/toolbar.c
12811                 make toolbar's on click events translatable
12812
12813 2002-11-15 [colin]      0.8.5claws162
12814
12815         * src/summaryview.c
12816                 Revert too-soon integration of a feature
12817
12818 2002-11-15 [christoph]  0.8.5claws161
12819
12820         * src/imap.c
12821                 use main's implementation of imap_get_msginfo
12822
12823 2002-11-15 [christoph]  0.8.5claws160
12824
12825         * src/compose.c
12826         * src/folder.[ch]
12827         * src/imap.c
12828         * src/mbox_folder.c
12829         * src/mh.c
12830         * src/news.c
12831         * src/procmsg.c
12832         * src/summaryview.c
12833                 replace claws' fetch_msginfo with main's get_msginfo
12834                 (use main's implementation where possible)
12835
12836 2002-11-15 [colin]      0.8.5claws159
12837
12838         * src/ssl_certificate.c
12839                 Missed a check
12840
12841 2002-11-16 [melvin]     0.8.5claws158
12842
12843         * po/fr.po
12844                 Updated French translations.
12845
12846 2002-11-16 [colin]      0.8.5claws157
12847
12848         * src/ssl_certificate.c
12849                 Check for missing parts in the certificates
12850
12851 2002-11-15 [colin]      0.8.5claws156
12852
12853         * src/folderview.c
12854                 Preventive fix (missing check) found by
12855                 Alfons
12856
12857 2002-11-15 [paul]
12858
12859         * NEWS
12860                 sync with 0.8.6 release
12861
12862 2002-11-15 [colin]      0.8.5claws155
12863
12864         * src/folder.[ch]
12865           src/folderview.c
12866                 Fix error handling of folder_item_move_to()
12867                 (thanks to Alfons!)
12868
12869 2002-11-15 [colin]      0.8.5claws154
12870
12871         * src/folder.[ch]
12872           src/folderview.c
12873                 folder_item_move_to() sets an error message instead
12874                 of having GUI stuff in folder.c
12875
12876 2002-11-15 [colin]      0.8.5claws153
12877
12878         * src/procmsg.[ch]
12879                 Implemented a callback for MsgInfo updates, 
12880                 heavily copy/pasted from Christoph's folder 
12881                 callback system
12882         * src/summaryview.[ch]
12883                 Register summary_update_msg as callback
12884
12885 2002-11-14 [colin]      0.8.5claws152
12886         
12887         * src/procmsg.c
12888                 Update the FolderItem after sending (fixes 617593)
12889
12890 2002-11-14 [christoph]  0.8.5claws151
12891
12892         * src/folder.c
12893                 fix wrong position of NULL pointer check found
12894                 by Sergey
12895
12896 2002-11-14 [christoph]  0.8.5claws150
12897
12898         * src/folder.c
12899                 fix segfault when deleting messages from IMAP folders
12900                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12901
12902 2002-11-14 [colin]      0.8.5claws149
12903
12904         * src/compose.c
12905                 Forwarding was also ignoring the folder's default account.
12906
12907 2002-11-14 [colin]      0.8.5claws148
12908
12909         * src/compose.c
12910                 Fix sent folder not set to folder properties when 
12911                 forwarding.
12912
12913 2002-11-14 [thorsten]   0.8.5claws147
12914
12915         * src/inc.c
12916                 inc_start(): Files were not moved from .processing to inbox,
12917                 if no global processing rule existed
12918
12919 2002-11-14 [colin]      0.8.5claws146
12920
12921         * src/ssl_certificate
12922                 Fix file operations
12923
12924 2002-11-14 [paul]       0.8.5claws145
12925
12926         * po/it.po
12927                 updated by Alessandro Maestri
12928
12929 2002-11-13 [alfons]     0.8.5claws144
12930
12931         * src/folder.c
12932                 folder_item_close(): only mark messages unread
12933                 when a folder has new messages 
12934
12935 2002-11-13 [keith]      0.8.5claws143
12936
12937         * src/imap.c
12938                 Fix problem moving or copying between
12939                 IMAP folders
12940
12941 2002-11-13 [colin]      0.8.5claws142
12942
12943         * src/matcher_parser_parse.y
12944                 Fix rule problem when " don't match
12945
12946 2002-11-13 [christoph]  0.8.5claws141
12947
12948         * src/folder.c
12949         * src/folderview.c
12950                 moved cache saving to folder_item_close
12951                 the folderview should not have to deal with
12952                 this things
12953
12954 2002-11-13 [christoph]  0.8.5claws140
12955
12956         * src/summaryview.c
12957                 moved setting of important score to
12958                 summary_set_prefs_from_folderitem
12959
12960 2002-11-13 [colin]      0.8.5claws139
12961
12962         * src/matcher_parser_parse.y
12963                 Fix a segfault in the parser (happening when
12964                 a good expression had been tested and a bad 
12965                 one arrives)
12966
12967 2002-11-13 [paul]       0.8.5claws138
12968
12969         * sync with 0.8.5cvs24
12970                 see ChangeLog 2002-11-13
12971                 
12972         * po/pt_BR.po
12973                 updated by Fabio Jr. Beneditto
12974
12975 2002-11-13 [colin]      0.8.5claws137
12976         
12977         * src/msgcache.c
12978           src/defs.h
12979           src/procmsg.[ch]
12980                 Revert last commit, problem
12981
12982 2002-11-13 [colin]      0.8.5claws136
12983
12984         * src/msgcache.c
12985                 Remove duplicated code
12986         * src/defs.h
12987                 Bumped CACHE_VERSION and MARK_VERSION
12988         * src/procmsg.[ch]
12989                 Network endian for cache and mark files
12990
12991 2002-11-12 [colin]      0.8.5claws135
12992
12993         * src/inc.c
12994                 Fix the "socket error" dialog which disappeared
12995
12996 2002-11-12 [colin]      0.8.5claws134
12997
12998         * src/msgcache.c
12999                 Reverse last commit which had performance 
13000                 problems, but still reverse the list
13001
13002 2002-11-12 [colin]      0.8.5claws133
13003
13004         * src/msgcache.c
13005                 Reverse list order
13006
13007 2002-11-12 [melvin]     0.8.5claws132
13008
13009         * src/compose.c
13010                 Added a check for a NULL prefs_common.dictionary
13011
13012 2002-11-12 [colin]      0.8.5claws131
13013
13014         * src/ssl_certificate.[ch]
13015                 Use FQDN hostname
13016
13017 2002-11-12 [colin]      0.8.5claws130
13018
13019         * src/ssl_certificate.[ch]
13020                 Take connection port into account for 
13021                 checking certificates (a single hostname
13022                 could have multiple servers with multiple
13023                 certificates)
13024         * src/ssl.c
13025                 Pass the port to ssl_certificate_check
13026
13027 2002-11-12 [paul]       0.8.5claws129
13028
13029         * src/folder.c
13030                 fix a typo in last commit
13031
13032 2002-11-12 [paul]       0.8.5claws128
13033
13034         * sync with 0.8.5cvs23
13035                 see ChangeLog entry 2002-11-12
13036
13037 2002-11-11 [colin]      0.8.5claws127
13038
13039         * src/ssl_certificate.c
13040                 Cleaner messages
13041                 Don't popup, instead log error, if the 
13042                 corresponding pref is checked
13043         * src/ssl_certificate.h
13044                 include <openssl/objects/h>
13045
13046 2002-11-11 [colin]      0.8.5claws126
13047
13048         * src/ssl_certificate.h
13049                 _Really_ clean it
13050
13051 2002-11-11 [colin]      0.8.5claws125
13052         
13053         * src/ssl_certificate.c
13054                 Fixed leak
13055
13056 2002-11-11 [colin]      0.8.5claws124
13057
13058         * src/ssl.c
13059                 Cleaned a bit
13060         * src/ssl_certificate.[ch]
13061                 Cleaned a bit (better use of SSL API)
13062                 (This will cause non-recognition of saved 
13063                  certificates of claws12[23]...)
13064
13065 2002-11-11 [paul]       0.8.5claws123
13066         
13067         * po/es.po
13068                 updated by Ricardo Mones Lastra
13069
13070 2002-11-11 [colin]      0.8.5claws122
13071
13072         * src/ssl.c
13073                 Fix a typo
13074
13075 2002-11-11 [colin]      0.8.5claws121
13076
13077         * src/ssl_certificate.[ch] ** NEW FILES **
13078         * src/ssl.[ch]
13079                 Check SSL certificates presented to us
13080         * src/Makefile.am
13081                 Add ssl_certificate.[ch]
13082         * po/POTFILES.in
13083                 Add ssl_certificate.c
13084
13085 2002-11-11 [paul]       0.8.5claws120
13086
13087         * sync with 0.8.5cvs22
13088                 see ChangeLog 2002-11-11
13089
13090 2002-11-11 [paul]       0.8.5claws119
13091
13092         * sync with 0.8.5cvs21
13093                 see ChangeLog 2002-11-11
13094
13095 2002-11-10 [jens]       0.8.5claws118
13096
13097         * src/folder.c
13098         * src/folderview.c
13099                 corrected some typing
13100         * po/de.po
13101                 updated german translation
13102         * sylpheed.spec.in
13103                 cleaned up specfile and adjusted it for claws
13104
13105 2002-11-10 [colin]      0.8.5claws117
13106
13107         * src/summaryview.c
13108                 a STATUSBAR_PUSH/POP fix
13109
13110 2002-11-10 [colin]      0.8.5claws116
13111
13112         * src/prefs_folder_item.c
13113                 Fix hanging after opening folder properties
13114
13115 2002-11-10 [hoa]        0.8.5claws115
13116
13117         * src/matcher_parser_lex.l
13118         * src/matcher_parser_parse.y
13119                 config file for scoring and filtering is no more trashed
13120                 when there is a syntax error in a filtering rule when
13121                 editing it in a dialog.
13122
13123 2002-11-09 [colin]      0.8.5claws114
13124
13125         * src/mbox_folder.c
13126                 Added missing initialisation of folder->destroy()
13127
13128 2002-11-09 [colin]      0.8.5claws113
13129
13130         * src/folder.c
13131           src/folderview.c
13132                 Fix the status bar messages
13133
13134 2002-11-09 [colin]      0.8.5claws112
13135
13136         * src/folderview.c
13137                 Fix hangs after folder dnd, happening after 
13138                 claws109.
13139
13140 2002-11-09 [christoph]  0.8.5claws111
13141
13142         * src/folderview.c
13143                 just changed order of calls (reverse order of
13144                 associated calls)
13145         * src/inc.c
13146                 lock inc when checking only one account, otherwise
13147                 inc all could be executed at the same time
13148
13149 2002-11-09 [christoph]  0.8.5claws110
13150
13151         * src/folderview.c
13152                 better unlock the mouse cursor before calling
13153                 summary_show because it changes the cursor too
13154
13155 2002-11-09 [christoph]  0.8.5claws109
13156
13157         * src/folder.[ch]
13158         * src/folderview.c
13159                 add functions to open and close a folder
13160                 o opending will execute scanning for remote folders
13161                   and processing
13162                 o closing will unset new flag for messages
13163
13164 2002-11-09 [colin]      0.8.5claws108
13165
13166         * src/folder.c
13167                 Add a call to prefs_matcher_write_config to 
13168                 avoid non-leaf folders filtering settings to be
13169                 lost
13170
13171 2002-11-09 [paul]       0.8.5claws107
13172
13173         * src/prefs_account.c
13174                 re-word a label
13175
13176 2002-11-09 [colin]      0.8.5claws106
13177
13178         * src/folderview.c
13179                 Minor esthetic fix
13180
13181 2002-11-09 [colin]      0.8.5claws105
13182
13183         * src/folderview.c
13184                 Fix prefs_filtering deletion for MH folders (same
13185                 reason as below)
13186         * src/prefs_filtering.c
13187                 Fix prefs_filtering renaming and deletion for 
13188                 folder-based processing rules.  
13189
13190 2002-11-09 [christoph]  0.8.5claws104
13191
13192         * src/compose.c
13193         * src/folder.[ch]
13194         * src/folderview.[ch]
13195         * src/import.c
13196         * src/inc.c
13197         * src/main.c
13198         * src/mainwindow.c
13199         * src/messageview.c
13200         * src/prefs_folder_item.c
13201         * src/procmsg.c
13202         * src/summaryview.c
13203                 implement a callback system for folder item updates
13204
13205 2002-11-09 [colin]      0.8.5claws103
13206
13207         * src/folderview.c
13208                 Fix prefs_filtering renaming for MH folders (we
13209                 shouldn't rename by path as another folder could
13210                 have the same hierarchy).
13211
13212 2002-11-09 [colin]      0.8.5claws102
13213
13214         * src/folder.c
13215                 Fix a leak found by Christoph, use better variable
13216                 names
13217
13218 2002-11-09 [colin]      0.8.5claws101
13219
13220         * src/folder.c
13221                 One more fix for processing rules
13222
13223 2002-11-08 [colin]      0.8.5claws100
13224         
13225         * src/matcher.c
13226                 Don't copy the compiled regexp (will be reevaluated)
13227         * src/folderview.c
13228                 Lock folderview while moving
13229         * src/folder.c
13230                 Provide info on what's happening to the user
13231
13232 2002-11-08 [colin]      0.8.5claws99
13233
13234         * src/folderview.c
13235                 Fix folder reordering after a move if parent is 
13236                 root
13237         * src/scoring.[ch]
13238                 Add function to copy a ScoringProp
13239         * src/prefs_folder_item.c
13240                 Copy scoring rules when copying a folder prefs
13241
13242 2002-11-08 [colin]      0.8.5claws98
13243
13244         * src/folderview.c
13245                 Fixes in case of failure
13246         * src/filtering.[ch]    
13247                 Add function to duplicate a FilteringProp
13248         * src/matcher.[ch]
13249                 Add function to duplicate a MatcherProp
13250         * src/prefs_folder_item.c
13251                 Save folder's processing rules when copying 
13252                 its prefs
13253
13254 2002-11-08 [colin]      0.8.5claws97
13255         
13256         * src/folderview.c
13257                 Sort after move
13258         * src/folder.c 
13259                 Change a printf to debug_print
13260
13261 2002-11-08 [colin]      0.8.5claws96
13262
13263         * src/folder.c
13264           src/folderview.c
13265                 Fix segfaults, call me stupido
13266         
13267
13268 2002-11-08 [colin]      0.8.5claws95
13269
13270         *src/folder.c
13271                 Added forgotten prefs to save when moving folders
13272
13273 2002-11-08 [colin]      0.8.5claws94
13274
13275         * src/folder.c
13276                 Fixes to folder DND (prefs copy)
13277         * src/folderview.c
13278                 Optimization for folder DND (don't rescan whole tree)
13279                 Added folderview_create_folder_node() for this 
13280                 optimization, so de-duped a bit the code
13281         * src/prefs_folder_item.[ch]
13282                 Added prefs_folder_item_copy_prefs()    
13283           
13284 2002-11-08 [paul]       0.8.5claws93
13285
13286         * src/prefs_account.c
13287           tools/README
13288           tools/kmail2sylpheed_v2.pl
13289                 correct some typos
13290
13291 2002-11-08 [paul]       0.8.5claws92
13292
13293         * src/compose.c
13294           src/prefs_account.[ch]
13295                 remove account options 'clearsign' and 'ascii_armored',
13296                 replace with 'default_gnupg_mode' to prevent mixed-mode
13297                 Privacy settings
13298
13299 2002-11-08 [paul]       0.8.5claws91
13300
13301         * src/compose.[ch]
13302                 re-implement GnuPG 'on-the-fly' mode selection,
13303                 disallow mixed-mode
13304
13305 2002-11-08 [colin]      0.8.5claws90
13306
13307         * src/folderview.c
13308           src/prefs_folder_item.c
13309                 Change "Property" to "Properties"
13310
13311 2002-11-07 [colin]      0.8.5claws89
13312
13313         * src/folderview.c
13314           src/folder.c
13315                 Allow folder dropping to a root folder
13316
13317 2002-11-07 [paul]       0.8.5claws88
13318
13319         * src/compose.c
13320                 revert last commit
13321
13322 2002-11-07 [paul]       0.8.5claws87
13323
13324         * src/compose.c
13325                 fix reply-to-list bug. closes bug report
13326                 "[633382] reply-to-list broken in recent cvs"
13327
13328 2002-11-07 [paul]       0.8.5claws86
13329
13330         * src/compose.c
13331                 add a forgotten '#if USE_GPGME ... #endif'
13332
13333 2002-11-07 [paul]       0.8.5claws85
13334
13335         * sync with 0.8.5cvs20
13336                 see ChangeLog 2002-11-07
13337
13338 2002-11-07 [colin]      0.8.5claws84
13339
13340         * src/folder.[ch]
13341                 Change folder_item_move_to to return the newly 
13342                 created folderitem.
13343         * src/folderview.c
13344                 Select the new folderitem after moving.
13345
13346 2002-11-07 [colin]      0.8.5claws83
13347
13348         * src/prefs_filtering.c
13349                 Fix rule rewriting when moving a leaf folder to a 
13350                 shorter path
13351
13352 2002-11-07 [colin]      0.8.5claws82
13353
13354         * src/prefs_filtering.c
13355                 fix a leak
13356
13357 2002-11-07 [colin]      0.8.5claws81
13358
13359         * src/folder.[ch]
13360                 Add folder_item_move_to() function to move a 
13361                 folderitem into another one (updates matcher etc)
13362         * src/folderview.c
13363                 Add folder drag'n drop (context menu to come)
13364                 [Should be dataloss free, but Please backup before 
13365                  trying !]
13366
13367 2002-11-06 [colin]      0.8.5claws80
13368
13369         * src/mh.c
13370                 mh_create_folder() returns NULL if can't create
13371                 directory hierarchy
13372
13373 2002-11-06 [paul]       0.8.5claws79
13374
13375         * src/compose.[ch]
13376                 allow 'on-the-fly' changing of the type of encryption 
13377                 and/or signing used (mime/ascii) via the compose window
13378
13379 2002-11-06 [paul]       0.8.5claws78
13380
13381         * sync with 0.8.5cvs19
13382                 see ChangeLog 2002-11-06 for src/account.c: 
13383                 account_get_special_folder()
13384                 
13385 2002-11-05 [alfons]     0.8.5claws77
13386
13387         * src/crash.c
13388                 very minor cleanups: nothing to see here, move on. :-)
13389
13390 2002-11-05 [colin]      0.8.5claws76
13391
13392         * src/main.c
13393                 Changes choices if compose windows are opened to
13394                 Discard, Draft, Don't quit
13395
13396 2002-11-05 [thorsten]   0.8.5claws75
13397
13398         * src/compose.c
13399                 reenabled default_reply_to folder option
13400
13401 2002-11-05 [colin]      0.8.5claws74
13402
13403         * src/compose.[ch] 
13404                 add compose_draft()
13405         * src/crash.c
13406                 add SIGTERM handler
13407         * src/main.[ch]
13408                 add clean_quit() for the SIGTERM handler
13409
13410 2002-11-05 [paul]       0.8.5claws73
13411         
13412         * po/es.po
13413                 updated by Ricardo Mones Lastra
13414
13415 2002-11-05 [melvin]     0.8.5claws72
13416
13417         * src/logwindow.c
13418                 Fixed log-clipping bug #616795.
13419                 To stop logging in the log window use 0 length.
13420         * src/prefs_common.c
13421                 Added a label to inform about the 0 log length behaviour.
13422
13423 2002-11-05 [paul]       0.8.5claws71
13424
13425         * sync with 0.8.5cvs17
13426                 see ChangeLog 2002-11-05
13427
13428 2002-11-04 [paul]       0.8.5claws70
13429
13430         * sylpheed-128x128.png
13431           sylpheed-64x64.png
13432           sylpheed.png
13433                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13434                 <nikai@users.sourceforge.net>
13435                 
13436         * po/bg.po
13437                 updated by George Danchev
13438
13439 2002-11-03 [thorsten]   0.8.5claws69
13440
13441         * src/main.c
13442           src/mimeview.c
13443           src/rfc2015.h
13444                 add check if gpg is active
13445
13446 2002-11-03 [thorsten]   0.8.5claws68
13447
13448         * src/toolbar.h
13449                 removed GSList declaration causing trouble on MacOS-X
13450                 (submitted by alfons, reported by xfesty)
13451
13452 2002-11-01 [paul]       0.8.5claws67
13453
13454         * src/mainwindow.c
13455                 remove last remnants of main's filter code
13456
13457 2002-11-01 [paul]       0.8.5claws66
13458
13459         * tools/filter_conv.pl
13460                 fix bug where user-defined headers were ignored
13461
13462 2002-11-01 [paul]       0.8.5claws65
13463
13464         * src/logwindow.c
13465                 make a debug_print() not translatable
13466
13467 2002-10-31 [melvin]     0.8.5claws64
13468
13469         * ac/aspell.m4
13470                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13471                 not run any GNU/aspell test.  The dictionary path will
13472                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13473                 was given, in which case, it will be $prefix/lib/aspell/
13474         * configure.in
13475                 Fixed typo in commentary (Aspell code).
13476
13477 2002-10-31 [paul]       0.8.5claws63
13478
13479         * po/POTFILES.in
13480                 remove src/filter.c and src/prefs_filter.c
13481                 thanks to Ricardo for reminding me
13482
13483 2002-10-31 [colin]      0.8.5claws62
13484
13485         * src/mbox_folder.c
13486                 Plug some leaks
13487
13488 2002-10-31 [paul]       0.8.5claws61
13489
13490         * src/prefs_filter.[ch] ** REMOVED **
13491           src/filter.[ch]       ** REMOVED **
13492           
13493         * src/Makefile.am
13494           src/folderview.c
13495           src/inc.c
13496           src/main.c
13497           src/mainwindow.c
13498           src/mbox.c
13499           src/prefs_common.c
13500           src/prefs_filtering.c
13501           src/summaryview.[ch]
13502                 remove main's 'filter' code
13503                 
13504         README.claws
13505                 update to reflect removal of main's filter
13506
13507 2002-10-31 [paul]       0.8.5claws60
13508
13509         * src/summaryview.c
13510                 remove check for global_processing in summary_filter_open(). 
13511                 This fixes the bug where if the user uses the right-click 
13512                 'Create filter rule...' and doesn't have any filter rules 
13513                 already defined in claws' advanced filtering, the newly 
13514                 created filter rule goes to main's filtering which is 
13515                 inaccessible through the gui. Now the filter rule gets added
13516                 to claws' filtering by default.
13517
13518 2002-10-28 [melvin]     0.8.5claws59
13519
13520         * src/prefs_actions.c
13521                 Fixed bug #627322 where MIME parts were not always
13522                 correctly passed to a %p action
13523                 Display an error dialog when message filename is not found.
13524
13525 2002-10-28 [melvin]     0.8.5claws58
13526
13527         * src/prefs_common.c
13528                 Readded a missing function declaration lost in 0.8.3claws34
13529
13530 2002-10-28 [paul]       0.8.5claws57
13531
13532         * sync with 0.8.5cvs15
13533                 see ChangeLog 2002-10-28 and 2002-10-25
13534                 
13535         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13536
13537 2002-10-27 [oliver]     0.8.5claws56
13538
13539         * src/pop.c
13540                 plug leak in pop3_top_recv
13541
13542 2002-10-26 [christoph]  0.8.5claws55
13543
13544         * src/folder.c
13545                 set need_update folder flag when messages are added
13546                 (closes bug [ 626922 ] folder not updated after receiving)
13547
13548 2002-10-25 [melvin]     0.8.5claws54
13549
13550         * src/imageview.c
13551                 Fixed a memleak introduced in the scaling code.
13552
13553 2002-10-24 [alfons]     0.8.5claws53
13554
13555         * src/filtering.c
13556                 make filtering's forward message action forward from the 
13557                 correct account
13558                 (closes bug [628089 ] Filter -> Forward from address problem
13559                 reported by Oktay)
13560
13561 2002-10-24 [christoph]  0.8.5claws52
13562
13563         * src/mainwindow.c
13564         * src/manual.[ch]
13565                 o use manual of current locale or english if current
13566                   locale is not available (and english is available)
13567                 o also link to sylpheed doc project manuals
13568
13569 2002-10-23 [paul]       0.8.5claws51
13570
13571         * tools/README
13572           tools/kmail2sylpheed_v2.pl
13573                 add new version of kmail addressbook importer script.
13574                 works with newer versions of Kmail/KAddressBook which
13575                 have new and rearranged data.
13576
13577 2002-10-23 [martin]     0.8.5claws50
13578
13579         * src/folderview.c
13580         * src/summaryview.c
13581         * src/utils.h
13582         * src/utils.c
13583                 added length parameter to get_abbrev_newsgroup_name()
13584                 changed this function so that it abbreviates the newsgroup
13585                 names only so long it is smaller than the length parameter
13586                 (for better reading of some newsgroup names and space efficiency)
13587
13588 2002-10-22 [colin]      0.8.5claws49
13589
13590         *src/foldersel.c
13591                 Revert Alfons' last modification (after voting ;-))
13592
13593 2002-10-21 [alfons]     0.8.5claws48
13594
13595         * src/foldersel.c
13596                 folder view in folder selection dialog reflects state of
13597                 folder view in main window
13598
13599 2002-10-18 [alfons]     0.8.5claws47
13600
13601         * src/mbox.c
13602                 drop imported messages in folder selected by user,
13603                 and not in the inbox
13604                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13605
13606 2002-10-18 [alfons]     0.8.5claws46
13607
13608         * src/compose.c
13609                 make automagic reply work correctly for email accounts 
13610                 (whether it's viable to do a full sync with Hiro's 
13611                 compose.c is still under discussion)
13612
13613 2002-10-18 [melvin]     0.8.5claws45
13614
13615         * src/prefs_actions.c
13616                 Fixed bug #622275 where asynchroneous actions left 
13617                 zombies processes
13618                 Made (synchroneous) actions' input be displayed live.
13619
13620 2002-10-18 [christoph]  0.8.5claws44
13621
13622         * src/textview.c
13623                 don't add a newline in the textview in front of the
13624                 first textpart if header display is disabled
13625                 (closes bug [ 603385 ] disabled header display leaves blank
13626                  lin)
13627
13628 2002-10-18 [christoph]  0.8.5claws43
13629
13630         * src/folder.[ch]
13631         * src/imap.c
13632         * src/mbox_folder.c
13633         * src/mh.c
13634         * src/news.c
13635                 folder->get_num_list now returns an error code
13636                 (closes bug [ 609424 ] News cache cleared on failure)
13637                 
13638 2002-10-17 [colin]      0.8.5claws42
13639         
13640         * src/news.c
13641                 Changed a printf by debug_print
13642
13643 2002-10-16 [paul]       
13644
13645         * tools/OOo2sylpheed.pl
13646                 allow for spaces in the name of the
13647                 file to be attached.
13648
13649 2002-10-16 [colin]      0.8.5claws41
13650
13651         * src/main.c
13652                 Use a tristate to change online mode
13653
13654 2002-10-16 [paul]       0.8.5claws40
13655
13656         * po/es.po
13657                 updated by Ricardo Mones Lastra
13658
13659 2002-10-16 [colin]      0.8.5claws39
13660
13661         * src/main.c
13662           src/mainwindow.[ch]
13663                 Added --online and --offline command-line
13664                 switches
13665
13666 2002-10-15 [christoph]  0.8.5claws38
13667
13668         * src/procmime.c
13669                 set mimeinfo->name to NULL after g_free to
13670                 avoid double freeing with g_free
13671
13672 2002-10-14 [christoph]  0.8.5claws37
13673
13674         * src/compose.c
13675         * src/filtering.c
13676         * src/summaryview.c
13677                 remove calls to folder->change_flags that are now
13678                 done by procmsg flag functions (seems it is not
13679                 used by any foldertype anyway)
13680         * src/folder.c
13681                 init folder->change_flags with NULL
13682
13683 2002-10-14 [christoph]  0.8.5claws36
13684
13685         * src/folder.[ch]
13686         * src/imap.[ch]
13687                 use virtual functions for folder item new and destroy
13688                 functions
13689
13690 2002-10-14 [melvin]     0.8.5claws35
13691
13692         * src/compose.c
13693                 Added a test to not run the spell checker if no default
13694                 dictionary is available. No dialog is displayed though.
13695
13696 2002-10-14 [melvin]     0.8.5claws34
13697
13698         * src/gtkaspell.c
13699                 Fixed bug in dictionary list context menu where
13700                 "More..." pointed to an emtpy submenu if the
13701                 number of dictionaries is a multiple of 15
13702                 Removed unneeded code in suggestions list creation
13703
13704 2002-10-14 [paul]       0.8.5claws33
13705
13706         * po/bg.po
13707                 updated by George Danchev
13708
13709 2002-10-13 [hoa]        0.8.5claws32
13710
13711         * src/matcher.[ch]
13712           src/matcher_parser_parser.y
13713                 removed the escaped string from internal structure
13714                 of matcher.
13715
13716 2002-10-12 [colin]      0.8.5claws31
13717
13718         * src/gtksctree.[ch]
13719           src/summaryview.c
13720                 Removed useless function gtksctree_reanchor
13721
13722 2002-10-12 [alfons]     0.8.5claws30
13723         
13724         * sync with remaining main changes 2002-10-09 - 2002-10-11
13725         - drop changes to src/compose.c (requires claws specific changes)
13726         
13727 2002-10-12 [alfons]     0.8.5claws29
13728         
13729         * sync with main changes of 2002-10-08
13730         - drop changes to src/compose.c (requires claws specific changes)
13731         - drop changes to src/summaryview.c (requires changes to compose.c)     
13732
13733 2002-10-12 [alfons]     0.8.5claws28
13734         
13735         * sync with main changes of 2002-10-07
13736
13737 2002-10-12 [alfons]     0.8.5claws27
13738
13739         * sync with main changes of 2002-10-04
13740         - drop changes to src/compose.c (requires claws specific changes)
13741         - drop changes to src/prefs_folder_item.c (claws implementation
13742           seems to be working)
13743
13744 2002-10-12 [colin]      0.8.5claws26
13745
13746         * src/mainwindow.c
13747                 Fix folder-flicker when space-reading, introduced 
13748                 in claws22.
13749
13750 2002-10-12 [colin]      0.8.5claws25
13751
13752         * src/compose.c
13753                 Save account address when saving as draft.
13754                 (closes bug 621838)
13755
13756 2002-10-12 [colin]      0.8.5claws24
13757
13758         * src/summaryview.c
13759                 Fix the problem consisting of no message selected
13760                 after the last message in a folder has been moved.
13761
13762 2002-10-12 [paul]       0.8.5claws23
13763
13764         * src/compose.c
13765           src/prefs_template.c
13766           src/template.[ch]
13767                 add Cc and Bcc to templates. Patch submitted by
13768                 John L. Males.
13769
13770 2002-10-12 [colin]      0.8.5claws22
13771
13772         * src/folderview.c
13773                 Fix a bug after "Check for new messages":
13774                 If a folder was opened, it was still selected at
13775                 the end of the check, but displayed empty.
13776         * src/mainwindow.c
13777                 Remove unnecessary check
13778
13779 2002-10-12 [paul]
13780
13781         * tools/README
13782                 be more verbose in the description of
13783                 OOo2sylpheed.pl
13784                 
13785
13786 2002-10-11 [colin]      0.8.5claws21
13787
13788         * src/mainwindow.c
13789                 Make space work (better) when no mail is selected
13790
13791 2002-10-11 [colin]      0.8.5claws20
13792
13793         * src/inc.c
13794           src/news.c
13795                 fix warnings
13796
13797 2002-10-11 [colin]      0.8.5claws19
13798
13799         * src/mainwindow.c
13800                 revert 0.8.5claws6 changes as i couldn't get to
13801                 anything satisfying
13802
13803 2002-10-11 [melvin]     0.8.5claws18
13804
13805         * src/compose.c
13806                 Removed buggy and unused macro (should have been committed in
13807                 0.8.5claws17)
13808
13809 2002-10-11 [melvin]     0.8.5claws17
13810
13811         * src/compose.c
13812                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13813
13814 2002-10-11 [thorsten]   0.8.5claws16 
13815
13816         * src/folderview.c
13817                 remove rescan warning
13818
13819 2002-10-11 [colin]      0.8.5claws15 
13820
13821         * src/procheader.c
13822                 fix a segfault that happens if conv_unmime_header
13823                 fails (should be better to find out why it fails)
13824
13825 2002-10-11 [christoph]  0.8.5claws14
13826
13827         * src/summaryview.c
13828                 update folderview stats after ignore/unignore thread
13829
13830 2002-10-11 [hoa]        0.8.5claws13
13831
13832         * src/quote_fmt_parse.y
13833                 Fixed a yacc/bison syntax error
13834         * src/matcher.c
13835                 Escaping of string is fixed.
13836
13837 2002-10-11 [colin]      0.8.5claws12
13838
13839         * src/imageview.c
13840                 Resize images to fit
13841
13842 2002-10-11 [paul]       0.8.5claws11
13843
13844         * po/es.po
13845                 updated by Ricardo Mones Lastra
13846
13847 2002-10-10 [alfons]     0.8.5claws10
13848
13849         * src/compose.c
13850                 allow dropping files by "moving" files from a file manager,
13851                 not only by the more cumbersome "copying". the latter 
13852                 mostly implies holding down the Control button
13853
13854 2002-10-10 [christoph]  0.8.5claws9
13855
13856         * src/summaryview.c
13857                 update folders after thread building for ignored threads
13858
13859 2002-10-10 [christoph]  0.8.5claws8
13860
13861         * config/.cvsignore
13862                 added Makefile
13863         * src/filtering.[ch]
13864         * src/folder.[ch]
13865         * src/folderview.[ch]
13866         * src/import.c
13867         * src/inc.[ch]
13868         * src/mbox.[ch]
13869         * src/procmsg.c
13870         * src/summaryview.[ch]
13871                 o added new flag need_update to FolderItem
13872                 o removed folder_table from various functions from tracking
13873                   folder updates
13874                 o set need_update flags in folder.c's move, copy and delete
13875                   functions and procmsg's flags functions
13876                 o added function folderview_update_items_when_required that
13877                   updates all folders with need_update set
13878                 o call folderview_update_items_when_required instead of
13879                   folderview_update_item_foreach
13880
13881 2002-10-09 [sergey]     0.8.5claws7
13882
13883         * src/compose.c
13884                 Strip CRs whel loading the text into editor in reedit mode.
13885
13886 2002-10-09 [colin]      0.8.5claws6
13887
13888         * src/mainwindow.c
13889                 Make Space work when no mail is selected
13890
13891 2002-10-09 [colin]      0.8.5claws5
13892
13893         * src/gtksctree.[ch]
13894                 Fix range_select
13895                 Add gtk_sctree_reanchor() 
13896         * src/summaryview.c
13897                 Use gtk_sctree_reanchor() - better fix for 
13898                 bug 60413
13899
13900 2002-10-09 [colin]      0.8.5claws4
13901
13902         * src/summaryview.c
13903                 Fix shift-click select after delete problem
13904                 (closes bug 60413)
13905
13906 2002-10-08 [thorsten]   0.8.5claws3
13907
13908         * src/summaryview.c
13909                 exclude current msg from -hide read messages-
13910
13911 2002-10-08 [colin]      0.8.5claws2
13912
13913         * src/inc.[ch]
13914           src/pop.c
13915           src/recv.c
13916                 Differentiate socket errors from disk full
13917                 errors
13918
13919 2002-10-08 [christoph]  0.8.5claws1
13920
13921         * Makefile.am
13922         * configure.in
13923                 modifications for new config directory
13924
13925         * config.guess  ** REMOVED **
13926         * config.sub    ** REMOVED **
13927         * install-sh    ** REMOVED **
13928         * ltmain.sh     ** REMOVED **
13929         * missing       ** REMOVED **
13930         * mkinstalldirs ** REMOVED **
13931                 these files are autogenerated by automake
13932                 when you run autogen.sh
13933
13934         * config/.cvsignore     ** NEW FILE **
13935         * config/Makefile.am    ** NEW FILE **
13936                 ignore autogenerated files
13937                 create a Makefile in this directory
13938
13939 2002-10-08 [paul]       0.8.5claws
13940
13941         * 0.8.5claws release
13942         
13943         * src/compose.c
13944           src/procheader.c
13945           src/procmsg.c
13946                 fix quote reply format for newsgroups reply bug
13947                 (thanks to Hoa)
13948                 
13949         * po/en_GB.po
13950           po/pl.po
13951                 updated by me and Witold Wladyslaw Wojciech Wilk
13952                 repectively
13953
13954 2002-10-07 [paul]       0.8.3claws53
13955
13956         * po/it.po
13957           po/pt_BR.po
13958           po/sr.po
13959                 updated messages catalogs, submitted by
13960                 Alessandro Maestri, Fabio Jr.Beneditto 
13961                 and Urke MMI, respectively.
13962
13963 2002-10-07 [christoph]  0.8.3claws52
13964
13965         * src/folder.[ch]
13966         * src/folderview.c
13967         * src/mainwindow.c
13968                 fix new folder ghost message bug
13969                 (closes bug [ 619722 ] wrong count for newly created folders)
13970
13971 2002-10-07 [christoph]  0.8.3claws51
13972
13973         * src/compose.c
13974                 fix news posting problem
13975
13976 2002-10-07 [melvin]     0.8.3claws50
13977
13978         * po/fr.po
13979                 Updated French translation
13980
13981 2002-10-05 [christoph]  0.8.3claws49
13982
13983         * src/gtkstext.c
13984                 check if line_start_cache is set in gtk_stext_update_text
13985                 (closes bug [ 618119 ] crash while doing search in folder)
13986
13987 2002-10-05 [christoph]  0.8.3claws48
13988
13989         * src/imap.c
13990         * src/news.c
13991         * src/utils.c
13992         * src/utils.h
13993                 implement cache cleanups for claws' folder system
13994                 (closes bug [ 595916 ] imapcache not cleaned up)
13995
13996 2002-10-05 [melvin]     0.8.3claws47
13997
13998         * src/prefs_actions.c
13999                 Made the help text more clear for the %p token
14000
14001 2002-10-04 [paul]       0.8.3claws46
14002
14003         * sync with 0.8.5
14004                 see ChangeLog 2002-10-02 and 2002-10-03
14005
14006 2002-10-04 [christoph]  0.8.3claws45
14007
14008         * src/inc.c
14009                 fix segfault caused by pop before smtp
14010                 call to inc_account_mail with NULL
14011                 pointer for mainwin
14012
14013 2002-10-04 [paul]       0.8.3claws44
14014
14015         * configure.in
14016                 sync the LDAP detection from 0.8.5cvs1
14017
14018 2002-10-02 [christoph]  0.8.3claws43
14019
14020         * po/de.po
14021                 fix small spelling error
14022
14023 2002-10-02 [melvin]     0.8.3claws42
14024
14025         * ac/aspell.m4
14026                 Behave better and say "no" when test program cannot be run.
14027
14028 2002-10-02 [paul]       0.8.3claws41
14029
14030         * sync with 0.8.4cvs1
14031                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14032                 
14033         * src/summaryview.c
14034                 toggle the behavior of Reply menuitem between
14035                 normal reply and reply-to-list
14036
14037 2002-10-01 [sergey]     0.8.3claws40
14038
14039         * src/compose.c
14040                 Convert newlines in the message text to the canonical form
14041                 before base64 encoding (RFC2045 compliance, fixes some
14042                 interoperability issues with Evolution 1.0.3)
14043
14044 2002-09-29 [colin]      0.8.3claws39
14045
14046         * src/summaryview.c
14047                 Fix an unwanted copy/paste
14048
14049 2002-09-29 [colin]      0.8.3claws38
14050
14051         * src/mainwindow.c
14052                 Renamed "Custom toolbar" to "Customize toolbar"
14053                 Renamed "Show all header" to "Show all headers"
14054                 Renamed "Set diplay item" to "Set displayed items"
14055         * src/prefs_common.c
14056                 Renamed "Show all header" to "Show all headers"
14057         * src/prefs_summary_column.c
14058                 Renamed "diplay item" to "displayed items"
14059
14060 2002-09-29 [colin]      0.8.3claws37
14061
14062         * src/mainwindow.[ch]
14063                 online/offline status pixmaps follow theme
14064                 changes
14065         * src/summaryview.[ch]
14066                 quicksearch pixmap follows theme changes
14067
14068 2002-09-29 [thorsten]   0.8.3claws36
14069
14070         * src/compose.c
14071           src/prefs_folder_item.[ch]
14072                 add default_reply_to folder option (closes patch 581044)
14073
14074 2002-09-29 [christoph]  0.8.3claws35
14075
14076         * acconfig.h    ** REMOVED **
14077         * configure.in
14078         * ac/aspell.m4
14079         * ac/check-type.m4
14080         * ac/gnupg-check-typedef.m4
14081                 fix autoheader 2.50 warning
14082
14083 2002-09-29 [christoph]  0.8.3claws34
14084
14085         * major code cleanup (part 2)
14086         
14087                 - unused variables removed
14088                 - unused functions removed
14089                 - uninitialized variables checked
14090                 - missing return statements added
14091                 - missing function return types added
14092                 - added parentheses around assignment
14093                   when suggested by gcc
14094
14095 2002-09-29 [alfons]     0.8.3claws33
14096
14097         * src/logwindow.c
14098                 log_window_clear(): only bracket gtk_text_forward_delete() 
14099                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14100                 works around GTK text bug)
14101
14102 2002-09-29 [paul]       0.8.3claws32
14103
14104         * po/bg.po
14105           po/sr.po
14106                 updated by George Danchev and Urke MMI
14107                 respectively
14108
14109 2002-09-27 [christoph]  0.8.3claws31
14110
14111         * doc-src/readme.txt
14112         * doc-src/rfc1806.txt   ** REMOVED **
14113         * doc-src/rfc2183.txt   ** NEW FILE **
14114         * doc-src/rfc2980.txt   ** NEW FILE **
14115                 update rfcs
14116
14117 2002-09-27 [melvin]     0.8.3claws30
14118
14119         * ac/aspell.m4
14120                 Fixed typo which could break linking
14121
14122 2002-09-27 [melvin]     0.8.3claws29
14123
14124         * ac/aspell.m4
14125                 Improved GNU/aspell checking. 
14126                 Fixed bug #614490
14127
14128 2002-09-27 [paul]       0.8.3claws28
14129
14130         * sync with 0.8.3cvs8
14131                 see ChangeLog 2002-09-27
14132
14133 2002-09-26 [colin]      0.8.3claws27
14134
14135         * src/toolbar.[ch]
14136           src/mainwindow.[ch]
14137                 Add "Reply to Mailing-list" to the toolbar
14138
14139 2002-09-26 [christoph]  0.8.3claws26
14140
14141         * src/summaryview.c
14142                 Fix wrong message counts in summaryview status
14143
14144 2002-09-26 [paul]       0.8.3claws25
14145
14146         * sync with 0.8.3cvs7
14147                 see ChangeLog 2002-09-26
14148
14149 2002-09-26 [paul]       0.8.3claws24
14150
14151         * sync with 0.8.3cvs6
14152                 see ChangeLog 2002-09-25
14153
14154 2002-09-25 [christoph]  0.8.3claws23
14155
14156         * src/prefs_common.c
14157         * src/prefs_folder_item.c
14158         * src/prefs_scoring.c
14159                 Renamed "kill score" to "hide score" in GUI
14160                 and prefs files
14161
14162 2002-09-25 [paul]       0.8.3claws22
14163
14164         * sync with 0.8.3cvs5
14165                 see ChangeLog 2002-09-24
14166
14167 2002-09-24 [alfons]     0.8.3claws21
14168
14169         patch by Satoshi Nagayasu: allows appending / saving multiple 
14170         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14171         'Save as ...'")
14172
14173         * AUTHORS
14174                 add Satoshi Nagayasu
14175         * src/summaryview.c
14176                 summary_save_as(): allow saving selected files to
14177                 one file
14178                 summary_set_menu_sensitive: enable "Save As..." when
14179                 multiple files are selected
14180         * src/utils.[ch]
14181                 append_file(): new function
14182
14183 2002-09-24 [colin]      0.8.3claws20
14184
14185         * src/procmime.c
14186                 Fix segfault when mimeinfo doesn't have a 
14187                 content_type. 
14188
14189 2002-09-24 [colin]      0.8.3claws19
14190
14191         * src/prefs_common.[ch]
14192                 Add a preference to display send dialog or not
14193         * src/send.c
14194                 Display send dialog according to preference
14195
14196 2002-09-24 [colin]      0.8.3claws18
14197
14198         * src/compose.[ch]
14199                 Disable user actions when sending
14200
14201 2002-09-24 [colin]      0.8.3claws17
14202
14203         * src/procmime.c
14204                 Do not display name or filename for attachments
14205                 with an application/pgp-signature type
14206                 (security flaw, see bug 537413)
14207
14208 2002-09-23 [colin]      0.8.3claws16
14209
14210         * src/editaddress.c
14211                 Initialize entry_email, entry_alias and 
14212                 entry_remarks to first email address of the list
14213
14214 2002-09-23 [colin]      0.83claws15
14215
14216         * src/compose.c
14217                 Drop pgp-signature when reediting a signed queued
14218                 message
14219
14220 2002-09-23 [melvin]     0.8.3claws14
14221
14222         * po/fr.po
14223                 Updated French translation
14224
14225 2002-09-23 [melvin]     0.8.3claws13
14226
14227         * src/mainwindow.c
14228                 Made custom toolbar menu labels more consistent
14229         * src/prefs_toolbar.c
14230                 Made custom toolbar window title more consistent
14231
14232 2002-09-22 [colin]      0.8.3claws12
14233
14234         * src/inc.c
14235                 Initialize session type to normal before getting 
14236                 mail (fixes strange Get behaviour)
14237         * src/prefs_account.h
14238                 Move STYPE_POP_BEFORE_SMTP to last position to 
14239                 avoid other side-effects
14240
14241 2002-09-22 [colin]      0.8.3claws11
14242
14243         * src/prefs_account.c
14244                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14245                 from pop3 to apop or vice-versa
14246
14247 2002-09-22 [colin]      0.8.3claws10
14248         
14249         * src/prefs_account.[ch]
14250                 Add an option for the POP before SMTP timeout
14251         * src/inc.c
14252                 Remember time of last POP connection
14253         * src/send.c
14254                 Do POP before SMTP only if timeout reached
14255
14256 2002-09-22 [oliver]     0.8.3claws9
14257         
14258         * README.claws
14259                 explain custom toolbar
14260
14261 2002-09-22 [oliver]     0.8.3claws8
14262
14263         * src/prefs_actions.[ch]
14264         custom toolbar for compose      
14265                 actions callback from compose toolbar
14266         * src/folderview.c
14267                 remove include toolbar.h
14268
14269 2002-09-22 [oliver]     0.8.3claws7
14270         
14271         * src/prefs_toolbar.[ch]
14272                 custom toolbar for compose
14273                 - generic prefs_toolbar handles both
14274                   Mainwin's toolbar as well as Compose toolbar          
14275
14276 2002-09-22 [oliver]     0.8.3claws6
14277         
14278         * src/toolbar.[ch]
14279                 custom toolbar for compose
14280                 restructure toolbar.[ch]
14281
14282 2002-09-22 [oliver]     0.8.3claws5
14283
14284         * src/compose.[ch]
14285                 custom toolbar for compose
14286
14287 2002-09-22 [oliver]     0.8.3claws4
14288         
14289         * src/mainwindow.[ch]
14290                 custom toolbar for compose 
14291                 move mainwin toolbar back to mainwindow
14292
14293 2002-09-22 [alfons]     0.8.3claws3
14294
14295         * src/procmsg.c
14296                 :%sno/if(/if (/gc
14297                 :%sno/for(/for (/gc
14298                 (beautify)
14299
14300 2002-09-22 [alfons]     0.8.3claws2
14301         
14302         * src/procmsg.c
14303                 procmsg_save_to_outbox(): don't unlink message file from queue;
14304                 callers should do it using folder_item_remove_msg()
14305
14306 2002-09-22 [colin]      0.8.3claws1
14307
14308         * src/mimeview.[ch]
14309                 Made mimeview_check_signature() public
14310         * src/textview.c
14311                 Made GPG signatures verifiable by clicking
14312                 the [application/pgp-signature] in the Text
14313                 view
14314
14315 2002-09-22 [paul]       0.8.3claws
14316
14317         * po/bg.po
14318           po/en_GB.po
14319           po/es.po
14320           po/it.po
14321           po/pl.po
14322           po/pt_BR.po
14323           po/sr.po
14324                 updated translations, submitted by George Danchev,
14325                 me, Ricardo Mones Lastra, Alessandro Maestri,
14326                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14327                 and Urke MMI, respectively.     
14328
14329 2002-09-22 [alfons]     0.8.2claws65
14330
14331         * src/procmsg.c
14332         * src/pgptext.c
14333                 no furry valgrinds have been used to plug these memleaks
14334
14335 2002-09-20 [paul]       0.8.2claws64
14336
14337         * sync with 0.8.3cvs4
14338                 'Select thread' re-implemented 
14339                 see ChangeLog 2002-09-20
14340
14341 2002-09-21 [alfons]     0.8.2claws63
14342
14343         * src/compose.c
14344                 compose_send(): plug unnoticed memleak
14345
14346 2002-09-20 [alfons]     0.8.2claws62
14347
14348         * src/addr_compl.c
14349                 replace_address_in_edit(): strict check for NULL address to
14350                 fix "[ 607348 ] Segfault in address completion". My guess is
14351                 that this happens with an empty address book, but it's good
14352                 to have this check here anyway
14353                 
14354                 completion_window_button_press(): free string returned 
14355                 from the internal cache
14356
14357 2002-09-20 [christoph]  0.8.2claws61
14358
14359         * src/procmime.h
14360                 added ENC_BINARY to EncodingType
14361         * src/procmime.c
14362                 the string returned by procmime_get_encoding_str
14363                 should not depend on the order of values in the
14364                 EncodingType definition
14365         * doc-src/rfc1806.txt   ** NEW FILE **
14366                 Added rfc1806 about MIME Content-Disposition
14367                 Extension
14368
14369 2002-09-19 [paul]       0.8.2claws60
14370
14371         * sync with 0.8.2cvs3
14372                 see ChangeLog 2002-09-19
14373
14374 2002-09-19 [paul]       0.8.2claws59
14375
14376         * src/prefs_folder_item.c
14377                 revert to Darko's original alignment of colour
14378                 selector button
14379                 add a colon to folder_color label
14380                 
14381         * src/compose.c
14382                 add Colin's patch (with Hiro's modifications) to 
14383                 force BASE64 encoding for 8-bit text when signing
14384                 (sync with 0.8.3cvs2)
14385
14386 2002-09-18 [alfons]     0.8.2claws58
14387
14388         * src/compose.c
14389                 :%sno/if(/if (/gc
14390                 :%sno/for(/for (/gc
14391                 (beautify a little bit)
14392
14393 2002-09-18 [christoph]  0.8.2claws57
14394
14395         * src/pine.c
14396                 fix handling of fgetc return value
14397
14398 2002-09-17 [alfons]     0.8.2claws56
14399         
14400         * src/summaryview.c
14401                 summary_sort(): check non-NULL summaryview->folder_item when no 
14402                 folder is selected at all
14403                 (closes "[ 610344 ] sort label make syl Crash")
14404
14405 2002-09-17 [alfons]     0.8.2claws55
14406         
14407         * src/compose.c
14408                 beautify a little bit
14409
14410 2002-09-17 [christoph]  0.8.2claws54
14411
14412         * src/folder.c
14413                 initialize max values for cache and folder
14414                 when cache or folder is empty
14415
14416 2002-09-15 [colin]      0.8.2claws53
14417
14418         * src/compose.c
14419                 Fix a leak (thanks Alfons!) and cleaned
14420                 variables names for custom headers
14421
14422 2002-09-15 [colin]      0.8.2claws52
14423
14424         * src/compose.c
14425                 Fix custom headers recognition when
14426                 prefs_common.trans_hdr is on
14427
14428 2002-09-15 [colin]      0.8.2claws51
14429
14430         * src/compose.c
14431                 Allow dynamically-added custom headers
14432                 Yet not reparsed if reedited
14433
14434 2002-09-15 [alfons]     0.8.2claws50
14435
14436         * src/prefs_account.c
14437                 fix warnings
14438
14439 2002-09-15 [colin]      0.8.2claws49
14440         
14441         * src/prefs_account.c
14442                 fix pop_before_smtp sensitivity
14443
14444 2002-09-15 [colin]      0.8.2claws48
14445
14446         * src/inc.[ch]
14447                 add inc_pop_before_smtp()
14448                 allow MainWindow to be undefined in 
14449                 inc_account_mail() and inc_start()
14450         * src/pop.c
14451           src/prefs_account.h
14452                 add STYPE_POP_BEFORE_SMTP session type
14453         * src/prefs_account.c
14454                 activated pop before smtp option
14455         * src/send.c
14456                 do pop before smtp if the relevant option 
14457                 is set
14458
14459 2002-09-15 [paul]       0.8.2claws47
14460
14461         * sync with 0.8.3
14462                 see ChangeLog 2002-09-15
14463
14464 2002-09-14 [paul]       0.8.2claws46
14465
14466         * po/bg.po
14467                 updated Bulgarian translation, submitted by
14468                 George Danchev
14469
14470 2002-09-13 [paul]       0.8.2claws45
14471
14472         * src/compose.c
14473                 merge claws' select_account() with main's
14474                 (new) compose_select_account(). [sync with
14475                 0.8.2cvs15, see ChangeLog 2002-09-11]
14476
14477 2002-09-12 [christoph]  0.8.2claws44
14478
14479         * src/filter.c
14480                 allocate 1 elements of FolderItem not 0
14481
14482 2002-09-12 [colin]      0.8.2claws43
14483
14484         * src/compose.c
14485                 Fix bug #590825 (obey Follow-up: poster)
14486
14487 2002-09-12 [colin]      0.8.2claws42
14488
14489         * src/procmime.c
14490                 Fix bug #557009 (wrong headers for messages 
14491                 forwarded as attachments)
14492
14493 2002-09-11 [colin]      0.8.2claws41
14494         
14495         * src/compose.c
14496                 Put SCF: pseudo-header on top of message
14497                 Set draft tmp_flag when saved as draft
14498
14499         * src/procmsg.c
14500           src/procheader.c
14501                 Skip after first \n\n for beginning of real message
14502                 for drafts too
14503
14504 2002-09-11 [christoph]  0.8.2claws40
14505
14506         * src/filtering.c
14507                 use procmsg flag functions in filtering or processing
14508                 will cause incorrect folder message counts
14509
14510 2002-09-11 [colin]      0.8.2claws39
14511
14512         * src/compose.c
14513                 Fix bug #550175 - wrong save folder when reediting
14514                 drafts
14515
14516 2002-09-11 [paul]       0.8.2claws38
14517
14518         * sync with 0.8.2cvs14
14519                 see ChangeLog 2002-09-11
14520
14521 2002-09-11 [colin]      0.8.2claws37
14522
14523         * src/folder.c
14524                 Fix a typo (seeming to cause new/unread status to
14525                 be lost)
14526
14527 2002-09-10 [christoph]  0.8.2claws36
14528
14529         * src/compose.c
14530                 compose_redirect should not use compose_generic_new
14531                 because that does more stuff than expected including
14532                 opening the external editor
14533                 (closes bug "[ 526608 ] bounced messages appear blank
14534                  in editor")
14535
14536 2002-09-10 [christoph]  0.8.2claws35
14537
14538         * src/folder.c
14539                 fix problem with too large message number range
14540                 causing a crash in folder_item_scan
14541
14542 2002-09-10 [paul]       0.8.2claws34
14543
14544         * sync with 0.8.2cvs13
14545                 see ChangeLog 2002-09-10
14546
14547 2002-09-10 [christoph]  0.8.2claws33
14548
14549         * src/msgcache.c
14550                 set MsgInfo TmpFlags for queue and draft folders
14551                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14552
14553 2002-09-10 [paul]       0.8.2claws32
14554
14555         * AUTHORS
14556           po/bg.po      ** NEW FILE **
14557                 new Bulgarian translation submitted by
14558                 George Danchev <danchev@spnet.net>
14559                 
14560         * tools/Makefile.am
14561           tools/README
14562           tools/tb2sylpheed     ** NEW FILE **
14563                 add script that converts an addressbook exported
14564                 from The Bat! into a Sylpheed addressbook. Submitted
14565                 by Urke MMI <urke-kg@eunet.yu>
14566
14567 2002-09-10 [paul]       0.8.2claws31
14568
14569         * sync with 0.8.2cvs12
14570                 see ChangeLog 2002-09-10
14571
14572 2002-09-06 [paul]       0.8.2claws30
14573
14574         * src/prefs_common.c
14575                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14576                 
14577         * tools/Makefile.am
14578           tools/README
14579           tools/ldif-to-xml.py  ** REMOVED **
14580                 remove obsolete python script
14581
14582 2002-09-06 [paul]       0.8.2claws29
14583
14584         * sync with 0.8.2cvs10
14585                 see ChangeLog 2002-09-06
14586
14587 2002-09-04 [paul]       0.8.2claws28
14588
14589         * sync with 0.8.2cvs9
14590                 see ChangeLog 2002-08-04
14591
14592 2002-09-04 [colin]      0.8.2claws27 
14593
14594         * src/prefs_common.[ch]
14595                 Added signature color configuration
14596         * src/textview.c
14597                 Use user-specified signature color
14598
14599 2002-09-03 [colin]      0.8.2claws26
14600
14601         * src/prefs_common.[ch]
14602                 Added autosave and autosave_length prefs
14603         * src/compose.c
14604                 Added compose_remove_draft()
14605                 Auto-save drafts according to the prefs
14606         * src/main.c
14607                 Added a crash-indicator file, allowing to check
14608                 for new messages on startup if Sylpheed crashed
14609                 (makes saved drafts "reappear")
14610
14611 2002-09-03 [colin]      0.8.2claws25
14612
14613         * src/textview.[ch]
14614                 Grey the signature
14615
14616 2002-09-03 [paul]       0.8.2claws24
14617
14618         * sync with 0.8.2cvs8
14619                 see ChangeLog 2002-09-02 and 2002-09-03
14620
14621 2002-09-03 [darko]      0.8.2claws23
14622
14623         * src/folderview.c
14624                 use normal style when creating new folder to pick
14625                 proper font size 
14626
14627 2002-09-02 [melvin]     0.8.2claws22
14628
14629         * src/gtkaspell.m4
14630                 removed some obsolete code
14631
14632 2002-09-02 [melvin]     0.8.2claws21
14633
14634         * ac/aspell.m4
14635                 fixed test's equality sign (== to =)
14636
14637 2002-09-02 [alfons]     0.8.2claws20
14638
14639         * src/folder.c
14640         * src/mh.c
14641                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14642                 as folder->destroy virtual as suggested by Hiro
14643                 (the mh.c code seems to have been lost around mh.c.1.21)
14644
14645 2002-09-02 [paul]       0.8.2claws19
14646
14647         * po/pt_BR.po
14648                 updated by Fabio Jr. Beneditto
14649                 
14650         * src/defs.h
14651                 use 'http://claws.sylpheed.org' for homepage link. 
14652                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14653
14654 2002-09-01 [alfons]     0.8.2claws18
14655
14656         * src/mh.c
14657                 plug memleak related to one Martin Kluge found
14658
14659 2002-08-31 [paul]       0.8.2claws17
14660
14661         * sync with 0.8.2cvs6
14662                 see ChangeLog 2002-08-30
14663
14664 2002-08-31 [alfons]     0.8.2claws16
14665
14666         * src/folder.c
14667                 folder_destroy(): remove mailbox from folderlist even if it has
14668                 no destroy virtual
14669
14670 2002-08-31 [alfons]     0.8.2claws15
14671
14672         * src/folder.c
14673                 :%sno/if(/if (/gc
14674                 :%sno/for(/for (/gc
14675                 (being pedantic I know)
14676
14677 2002-08-31 [alfons]     0.8.2claws14
14678
14679         * src/folder.c
14680                 check for NULL pointers returned from folder->fetch_msginfo virtual
14681                 (should solve some reported crashes)
14682
14683 2002-08-30 [alfons]     0.8.2claws13
14684
14685         * acconfig.h
14686         * configure.in
14687         * src/crash.c
14688                 enable crash dialog on compilation time
14689                 (--enable-crash-dialog configure option)
14690
14691 2002-08-30 [alfons]     0.8.2claws12
14692
14693         * AUTHORS
14694                 add Martin Kluge
14695         * src/mh.c
14696                 apply memory leak plug patch by Martin Kluge
14697                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14698                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14699                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14700
14701 2002-08-30 [darko]      0.8.2claws11
14702
14703         * src/folderview.c
14704                 copy Gtk style from normal style to match
14705                 font size for coloured folders
14706
14707 2002-08-29 [alfons]     0.8.2claws10
14708
14709         * sylpheed.desktop
14710                 Type=Internet <- Type=Application
14711                 (reported by Michael Schwendt, see:
14712                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14713                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14714
14715 2002-08-29 [paul]       0.8.2claws9
14716
14717         * sync with 0.8.2cvs5
14718                 see ChangeLog 2002-08-29
14719
14720 2002-08-29 [colin]      0.8.2claws8
14721
14722         * src/summaryview.c
14723                 Added a sanity check in summary_select_thread
14724                 Should fix bug 601605
14725
14726 2002-08-29 [colin]      0.8.2claws7
14727
14728         * src/main.c
14729                 Revert claws6 changes regarding bug #591676
14730
14731 2002-08-28 [colin]      0.8.2claws6
14732         
14733         * src/main.c
14734                 Ignore cache for queue folderitems
14735                 Fix bug #591676
14736
14737 2002-08-28 [melvin]     0.8.2claws5
14738
14739         * README.claws
14740                 Fixed typos.
14741
14742 2002-08-28 [melvin]     0.8.2claws4
14743
14744         * README.claws
14745                 Updated a bit the text concerning the spell checker
14746
14747 2002-08-28 [melvin]     0.8.2claws3
14748
14749         Merged the GNU_aspell_branch:
14750                 Support of new GNU/aspell is now included and the old pspell
14751                 is not supported anymore.
14752                 See README.claws
14753
14754         * README.claws
14755                 Updated spell checker text to reflect the switch to GNU/aspell
14756
14757         * ac/aspell.m4          *** NEW ***
14758         * src/gtkaspell.[ch]    *** NEW *** 
14759         * ac/pspell.m4          *** DELETED *** 
14760         * src/gtkspell.[ch]     *** DELETED ***
14761
14762         * ac/Makefile.am
14763                 Updated for GNU/aspell support
14764
14765         * po/POTFILES.in
14766                 Replaced gtkspell.c by gtkaspell.c
14767
14768         * acconfig.h
14769         * src/Makefile.am
14770         * src/about.c
14771         * src/compose.[ch]
14772         * src/crash.c
14773         * src/main.c
14774         * src/prefs_common.[ch]
14775                 Updated for GNU/aspell support
14776
14777 2002-08-28 [paul]       0.8.2claws2
14778
14779         * sync with 0.8.2cvs4
14780                 see ChangeLog 2002-08-27 and 2002-08-28
14781
14782 2002-08-28 [colin]      0.8.2claws1
14783
14784         * src/summary_search.c
14785                 Added "AND search"
14786
14787 2002-08-28 [jens]       0.8.2claws
14788
14789         *po/de.po
14790                 Updated German translations
14791
14792 2002-08-27 [melvin]     0.8.2claws
14793
14794         * po/fr.po
14795                 Updated French translations
14796
14797 2002-08-27 [paul]       0.8.2claws
14798
14799         * sync with 0.8.2 main release
14800
14801         * po/en_GB.po
14802           po/es.po
14803           po/it.po
14804           po/pl.po
14805           po/pt_BR.po
14806           po/sr.po
14807                 updated message catalogs submitted by
14808                 Ricardo Mones Lastra, Alessandro Maestri,
14809                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14810                 Beneditto and Urke MMI  
14811
14812 2002-08-27 [hoa]        0.8.1claws123
14813
14814         * src/mainwindow.[ch]
14815         * src/summaryview.[ch]
14816                 removed the "filter setting" menu option.
14817                 add a "cancel a news message" menu option.
14818
14819 2002-08-26 [martin]     0.8.1claws122
14820
14821         * ChangeLog.claws
14822                 changed string under 0.8.1claws79 changed by myself
14823                 i'm sorry alfons :(
14824
14825 2002-08-26 [martin]     0.8.1claws121
14826
14827         * src/crash.c
14828                 added kill command to debuggerrc to start crash dialog
14829
14830 2002-08-26 [paul]       0.8.1claws120
14831
14832         * sync with 0.8.1cvs31
14833                 see ChangeLog 2002-08-26
14834
14835 2002-08-25 [alfons]     0.8.1claws119
14836
14837         * src/procmsg.c
14838                 fix bug that didn't send out correct headers to news server
14839                 when sending news article and email from queue (bug reported
14840                 and patch provided by Tim Mann; closes bug 
14841                 "[ 583196 ] 0.7.8claws can't post news")
14842
14843 2002-08-25 [alfons]     0.8.1claws118
14844
14845         * src/selective_download.c
14846                 mark two strings as translatable
14847                 (thanks to Urke MMI for pointing this out)
14848
14849 2002-08-25 [alfons]     0.8.1claws117
14850
14851         * src/summaryview.c
14852                 treat sent boxes as special and allow sorting them by addressee
14853                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14854                 submitted by Steve Lamb)
14855
14856 2002-08-24 [alfons]     0.8.1claws116
14857
14858         * src/matcher.c
14859                 fix memleak reported by Martin Kluge
14860                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14861
14862 2002-08-24 [oliver]     0.8.1claws115
14863
14864         * src/prefs_toolbar.c
14865                 o code cleanup as suggested by Alfons
14866                 o memleak fix
14867
14868 2002-08-24 [alfons]     0.8.1claws114
14869
14870         * src/summaryview.c
14871                 o fix another memory leak reported by Martin Kluge
14872                   (see "[ 599568 ] Small Memory Leak")
14873                 o remove 'from' variable from 'summary_set_header()'; we can
14874                   do with just 'to' 
14875
14876 2002-08-24 [paul]       0.8.1claws113
14877
14878         * sync with 0.8.1cvs30
14879                 see ChangeLog 2002-08-23
14880
14881 2002-08-24 [alfons]     0.8.1claws112
14882
14883         * src/summaryview.c
14884                 remove unnecessary allocations for search bar fixing leaks
14885                 reported by Martin Kluge
14886                 (see "[ 599451 ] Further memory leaks?")
14887
14888 2002-08-24 [alfons]     0.8.1claws111
14889
14890         * src/main.c
14891                 make get_socket_name() public for crash.c
14892         * src/crash.c
14893                 o make report bug button work (goes to claws' 
14894                   bug tracker at sf.net)
14895                 o introduce function for doing important stuff just
14896                   before claws goes down
14897                 o clean up code 
14898
14899 2002-08-24 [alfons]     0.8.1claws110
14900
14901         * src/compose.c
14902                 move cursor to "To" entry when forwarding as attachment
14903                 (reported and solved by Steve Lamb, closes bug report
14904                 "[ 592880 ] Forward as attachment; cursor not in to")
14905
14906 2002-08-24 [colin]      0.8.1claws109
14907
14908         * src/mainwindow.c
14909                 fix quick search visibility after GUI (de)separations.
14910
14911 2002-08-23 [colin]      0.8.1claws108
14912
14913         * src/mainwindow.c
14914                 fix header pane visibility after folderview or
14915                 messageview (de)separation
14916
14917 2002-08-23 [paul]       0.8.1claws107
14918
14919         * src/mainwindow.[ch]
14920           src/toolbar.c
14921                 give full control of display or non-display 
14922                 of the Execute icon to Custom toolbar settings.
14923                 add new sensitivity condition to maninwindow.h: 
14924                 M_DELAY_EXEC
14925
14926         * ChangeLog
14927           ChangeLog.jp
14928           NEWS
14929                 more sync with 0.8.1cvs29
14930
14931 2002-08-23 [melvin]     0.8.1claws106
14932
14933         * src/alertpanel.c
14934                 Readded support for custom widget in alertpanel lost in last
14935                 sync.
14936
14937 2002-08-23 [paul]       0.8.1claws105
14938
14939         * sync with 0.8.1cvs29
14940                 see ChangeLog 2002-08-23
14941
14942 2002-08-23 [colin]      0.8.1claws104
14943
14944         * src/summaryview.c
14945                 Fix folder and search pixmaps exchanging positions
14946                 after theme or toolbar changes. Thank to Oliver for 
14947                 reporting this.
14948
14949 2002-08-23 [colin]      0.8.1claws103
14950
14951         * src/mainwindow.c
14952           src/messageview.[ch]
14953           src/noticeview.[ch]
14954           src/summaryview.c
14955                 Changed messageview_create() and noticeview_create()
14956                 to avoid the last gdk_warning
14957
14958 2002-08-22 [colin]      0.8.1claws102
14959
14960         * src/summaryview.c
14961                 Fix my new `Creating pixmap from xpm' warning
14962
14963 2002-08-22 [colin]      0.8.1claws101
14964
14965         * src/mainwindow.c
14966                 Fix some of the gdk warnings
14967
14968 2002-08-22 [colin]      0.8.1claws100
14969
14970         * src/Makefile.am
14971         * src/stock_pixmap.c
14972         * src/stock_pixmap.h
14973         * src/pixmaps/quicksearch.xpm *ADDED*
14974                 Add the quicksearch pixmap
14975         * src/mainwindow.c
14976         * src/summaryview.c
14977         * src/summaryview.h
14978                 Make quicksearch bar visible/hidden via a button
14979
14980 2002-08-22 [christoph]  0.8.1claws99
14981
14982         * src/folder.c
14983                 fix folder update for newsgroups with message
14984                 numbers below minimum number of articles to fetch
14985                 (closes bug #598445)
14986
14987 2002-08-22 [paul]       0.8.1claws98
14988
14989         * sync with 0.8.1cvs28
14990                 see ChangeLog 2002-08-22
14991
14992 2002-08-21 [alfons]     0.8.1claws97
14993
14994         * src/crash.c
14995                 use bt instead of bt full which seems to work 
14996                 better, and bt full doesn't give a great deal 
14997                 of information anyway
14998
14999 2002-08-21 [colin]      0.8.1claws96
15000
15001         * src/summaryview.c
15002                 fix summaryview_searchtype_changed prototype
15003
15004 2002-08-21 [christoph]  0.8.1claws95
15005
15006         * src/mainwindow.c
15007                 o fix broken menu update for sorting type, we have to
15008                   get this info from the summaryview now
15009                 o removed setting of threaded state in menu callback
15010         * src/summaryview.[ch]
15011                 more summaryview/folderitem seperation for
15012                 threading option
15013         * configure.in
15014                 removed not required --with-compiler-flags option
15015
15016 2002-08-21 [oliver]     0.8.1claws94
15017         
15018         * src/toolbar.h 
15019                 o rename toolbar.xml to toolbar_main.xml
15020                   since toolbar_compose.xml might come up 
15021                   any time soon
15022         * README.claws
15023                 add custom toolbar              
15024
15025 2002-08-21 [darko]      0.8.1claws93
15026
15027         * src/procmsg.c
15028                 don't reset tmp flags for messages copied
15029                 to sent folder
15030
15031 2002-08-21 [colin]      0.8.1claws92
15032         
15033         * src/prefs_filtering.c
15034                 fix renaming rules on folder rename 
15035                 when folder is not a leaf folder
15036
15037 2002-08-21 [paul]       0.8.1claws91
15038
15039         * src/prefs_folder_item.c
15040                 fix alignment of colour selector
15041
15042 2002-08-21 [paul]       0.8.1claws90
15043
15044         * sync with 0.8.1cvs27
15045                 see ChangeLog 2002-08-21
15046
15047 2002-08-21 [paul]       0.8.1claws89
15048
15049         * src/summaryview.c
15050                 fix crash when changing field type in
15051                 Quick search bar
15052
15053 2002-08-21 [colin]      0.8.1claws88
15054
15055         * src/summaryview.c
15056                 Made quick search case-insensitive
15057
15058 2002-08-21 [paul]       0.8.1claws87
15059
15060         * sync with 0.8.1cvs26
15061                 see ChangeLog 2002-08-21
15062
15063 2002-08-20 [christoph]  0.8.1claws86
15064
15065         * src/folderview.c
15066         * src/main.c
15067         * src/summaryview.[ch]
15068                 more summaryview/folderitem seperation for
15069                 sort_key and sort_type
15070         * src/procmsg.c
15071                 added missing return statement
15072
15073 2002-08-20 [colin]      0.8.1claws85
15074
15075         * src/summaryview.[ch]
15076                 Added a quick search box
15077         * src/mainwindow.c
15078         * src/prefs_common.[ch]
15079                 Added a show/hide option for the quick search
15080
15081 2002-08-20 [oliver]     0.8.1claws84
15082         
15083         * src/mainwindow.c
15084                 remove toolbar_create_popups
15085         * src/toolbar.[ch]
15086                 o remove toolbar_create_popups
15087                 o fix toolbar_set_sensitive 
15088                   (Bug reports #596834 and #596832)     
15089         * src/prefs_toolbar.c
15090                 o add "Set default" button
15091                 o align label and text + combo widgets
15092
15093 2002-08-20 [hoa]        0.8.1claws83bis
15094
15095         * src/imap.c
15096                 fixed a bug in imap_fetch_msginfo() in case there is no
15097                 current folder.
15098
15099 2002-08-20 [darko]      0.8.1claws83
15100
15101         * src/folderview.c
15102                 copy the color style of folder view so it
15103                 works with GTK themes
15104
15105 2002-08-20 [darko]      0.8.1claws82
15106
15107         * src/folder.h
15108         * src/folderview.c
15109         * src/prefs_folder_item.[hc]
15110                 don't use UI stuff in folder.h
15111
15112 2002-08-20 [darko]      0.8.1claws81
15113
15114         * src/folder.h
15115         * src/prefs_folder_item.h
15116         * src/folderview.c
15117         * src/prefs_folder_item.c
15118                 ability to set folder color in folderview
15119
15120 2002-08-19 [alfons]     0.8.1claws80
15121
15122         * src/summaryview.c
15123                 fix one of the earlier memleaks reported by Martin Kluge
15124
15125 2002-08-19 [alfons]     0.8.1claws79
15126
15127         * src/mainwindow.c
15128                 hide notice view when selecting seperate folder
15129                 view (reported by Urke MMI)
15130
15131 2002-08-19 [christoph]  0.8.1claws78
15132
15133         * src/folderview.c
15134         * src/prefs_folder_item.h
15135         * src/summaryview.[ch]
15136                 o add summary_set_prefs_from_folderitem to set
15137                   summaryview prefs (first step to remove all
15138                   references to the folderitem in summaryview)
15139                 o moved compiled regex stuff from folderitem prefs
15140                   to summaryview code
15141
15142 2002-08-19 [paul]       0.8.1claws77
15143
15144         * src/compose.c
15145                 add check for '.' to QUOTE_IF_REQUIRED
15146
15147 2002-08-19 [paul]       0.8.1claws76
15148
15149         * src/inc.c
15150                 sync with 0.8.1cvs25 (plug memory leak)
15151
15152         * src/prefs_toolbar.c
15153                 re-order prefs_toolbar_cancel()
15154
15155 2002-08-18 [alfons]     0.8.1claws75
15156
15157         * src/inc.c
15158         * src/matcher.c
15159                 plug other memleaks reported by Martin Kluge
15160
15161 2002-08-18 [paul]       0.8.1claws74
15162
15163         * po/pt_BR.po
15164                 updated by Fabio Jr. Beneditto
15165
15166 2002-08-18 [paul]       0.8.1claws73
15167
15168         * src/toolbar.[ch]
15169                 fix bug where tooltips were displayed untranslated              
15170
15171         * src/prefs_toolbar.c
15172                 fix bug where clicking 'Cancel' creates an icon & text
15173                 toolbar regardless of prefs
15174         
15175
15176 2002-08-17 [oliver]     0.8.1claws72
15177
15178         * src/prefs_toolbar.c
15179                 update toolbar on CANCEL
15180                 bug reported by Martin Kluge
15181         * src/toolbar.c
15182                 toolbar_destroy memleak fixed           
15183
15184 2002-08-17 [alfons]     0.8.1claws71
15185
15186         * src/toolbar.c
15187                 plug another memleak reported by Martin Kluge
15188
15189 2002-08-16 [alfons]     0.8.1claws70
15190
15191         * src/crash.c
15192                 use execvp() correctly (suggested by wwp; thanks!)
15193
15194 2002-08-16 [alfons]     0.8.1claws69
15195
15196         * src/gtksctree.c
15197                 plug memory leak reported by Kim Schultz & Martin Kluge
15198
15199 2002-08-16 [paul]       0.8.1claws68
15200
15201         * po/es.po
15202                 updated by Ricardo Mones Lastra
15203
15204 2002-08-16 [paul]       0.8.1claws67
15205
15206         * src/toolbar.h
15207                 fix bug where 'Compose News' icon showed wrong
15208                 tooltip
15209
15210 2002-08-16 [paul]       0.8.1claws66
15211
15212         * sync with 0.8.1cvs24
15213                 see ChangeLog 2002-08-16
15214
15215         * po/it.po
15216                 updated by Alessandro Maestri
15217
15218 2002-08-15 [paul]       0.8.1claws65
15219
15220         * po/sr.po
15221                 updated by Urke MMI
15222
15223 2002-08-15 [paul]       0.8.1claws64
15224
15225         * src/*.c
15226                 don't translate debug info
15227
15228         * src/matcher.[ch]
15229                 add copyright info
15230
15231 2002-08-15 [paul]       0.8.1claws63
15232
15233         * src/prefs_toolbar.c
15234                 fix bug where clicking 'OK' creates an icon & text
15235                 toolbar regardless of prefs
15236
15237 2002-08-14 [alfons]     0.8.1claws62
15238
15239         * src/main.c
15240                 add global var that has the full argv[0]
15241         * src/crash.c
15242                 o execvp the correct sylpheed by using argv0
15243                   and setting the correct work dir
15244                 o other tweaks  
15245
15246 2002-08-14 [oliver]     0.8.1claws61
15247         
15248         * enable/disable Toolbar Action Buttons 
15249         * code cleanups
15250         * src/mainwindow.c
15251         * src/toolbar.[ch]      
15252         * src/prefs_toolbar.c   
15253
15254 2002-08-14 [melvin]     0.8.1claws60
15255
15256         * po/fr.po
15257                 Updated French translations
15258
15259 2002-08-14 [melvin]     0.8.1claws59
15260
15261         * src/crash.c
15262                 Made bug report not translatable
15263         * src/exporthtml.c
15264                 Fixed exporthtml_build_filespec() return value
15265         * src/foldersel.c
15266                 Fixed incorrect include file
15267         * src/gtkspell.c
15268         * src/prefs_actions.c
15269         * src/prefs_toolbar.c
15270                 Made debug info not translatable
15271         * src/mutt.c
15272         * src/quote_fmt.c
15273                 Added missing includes
15274         * src/prefs_common.c
15275                 Fixed typo
15276
15277 2002-08-14 [paul]       0.8.1claws58
15278
15279         * faq/es/sylpheed-faq.html
15280           faq/es/sylpheed-faq-[1-3].html
15281           faq/es/sylpheed-faq-4.html     **NEW FILE **
15282                 update Spanish FAQ
15283
15284 2002-08-13 [christoph]  0.8.1claws57
15285
15286         * src/procmsg.c
15287                 ignore thread fix that did not mark all
15288                 child nodes of a ignored thread as
15289                 ignored. Does not work perfectly yet,
15290                 but it is better now
15291
15292 2002-08-13 [alfons]     0.8.1claws56
15293
15294         * src/crash.c
15295                 o implement 'save crash log'
15296                 o some tweaks
15297
15298 2002-08-13 [melvin]     0.8.1claws55
15299
15300         * src/main.c
15301                 removed unrequired "execinfo.h" header
15302
15303 2002-08-12 [paul]       0.8.1claws54
15304
15305         * faq/en/sylpheed-faq.html
15306           faq/en/sylpheed-faq-[1-3].html
15307           faq/en/sylpheed-faq-4.html     **NEW FILE **
15308                 update English FAQ
15309
15310 2002-08-12 [alfons]     0.8.1claws53
15311
15312         * po/POTFILES.in
15313                 add crash.c to translatables
15314         * src/crash.c
15315                 bring in Leandro's crash dialog
15316
15317 2002-08-11 [alfons]     0.8.1claws52
15318
15319         * src/crash.c
15320                 clean up some warnings
15321
15322 2002-08-11 [alfons]     0.8.1claws51
15323
15324         * acconfig.h
15325         * configure.in
15326         * src/crash.[ch]        ** NEW FILES **
15327         * src/main.c            
15328                 initial gdb crash handler
15329
15330 2002-08-11 [paul]       0.8.1claws50
15331
15332         * src/prefs_toolbar.c
15333                 replace Up/Down arrow pixmaps with text to be
15334                 consistent across icon themes
15335
15336 2002-08-11 [paul]       0.8.1claws49
15337
15338         * src/prefs_common.c
15339           src/prefs_toolbar.c
15340                 rename 'Pixmap' -> 'Icon'
15341
15342         * src/toolbar.[ch]
15343                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15344
15345 2002-08-10 [paul]       0.8.1claws48
15346
15347         * src/prefs_toolbar.c
15348                 re-work the UI
15349
15350 2002-08-10 [paul]       0.8.1claws47
15351
15352         * src/main.c
15353                 don't write Processing progress to status bar
15354                 patch submitted by Alexander Evseev
15355
15356         * src/prefs_toolbar.c
15357                 re-position and resize window
15358                 make window assume correct size on first call
15359
15360 2002-08-10 [paul]       0.8.1claws46
15361
15362         * src/mainwindow.c
15363           src/prefs_toolbar.c
15364           src/toolbar.c
15365           src/toolbar.h
15366                 obey coding style
15367                 follow UI text conventions
15368
15369 2002-08-10 [alfons]     0.8.1claws45
15370
15371         * src/toolbar.c
15372                 correct pixmap for delete action
15373
15374 2002-08-10 [paul]       0.8.1claws44
15375
15376         * po/pt_BR.po
15377                 updated by Fabio Jr. Beneditto
15378
15379 2002-08-10 [paul]       0.8.1claws43
15380
15381         * po/POTFILES.in
15382                 add custom toolbar files
15383
15384 2002-08-10 [paul]       0.8.1claws42
15385
15386         * sync with 0.8.1cvs22
15387                 see ChangeLog 2002-08-09
15388
15389 2002-08-09 [paul]       0.8.1claws41
15390
15391         * tools/Makefile.am
15392           tools/README
15393           tools/outlook2sylpheed.pl     ** NEW FILE **
15394                 add script to convert exported Outlook
15395                 contacts list to a Sylpheed addressbook.
15396                 Submitted by Ricardo Mones Lastra.
15397
15398 2002-08-09 [paul]       0.8.1claws40
15399
15400         * AUTHORS
15401           configure.in
15402           po/sr.po      ** NEW FILE **
15403                 add Serbian message catalog. Submitted by
15404                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15405
15406 2002-08-09 [paul]       0.8.1claws39
15407
15408         * sync with 0.8.1cvs21
15409                 see ChangeLog 2002-08-08
15410
15411 2002-08-08 [oliver]     0.8.1claws38
15412
15413         * src/mainwindow.c
15414                 move Custom Toolbar to Configuration menu
15415
15416 2002-08-08 [oliver]     0.8.1claws37
15417
15418         * src/prefs_toolbar.c
15419                 fix substitute pixmap bug
15420
15421 2002-08-08 [paul]       0.8.1claws36
15422
15423         * sync with 0.8.1cvs19
15424                 see ChangeLog 2002-08-08
15425
15426 2002-08-07 [christoph]  0.8.1claws35
15427
15428         * src/utils.c
15429                 fixed a memory leak in new canonicalize_file_replace
15430
15431 2002-08-07 [christoph]  0.8.1claws34
15432
15433         * src/utils.[ch]
15434                 o canonicalize_file_replace should create the temporary
15435                   file in the same directory as the original file.
15436                 o added get_tmpfile_in_dir that creates a temorary file
15437                   in a specified directory.
15438
15439 2002-08-07 [melvin]     0.8.1claws33
15440
15441         * src/toolbar.c
15442                 fixed bug where 'Article' button acted as 'Email' button.
15443
15444 2002-08-07 [paul]       0.8.1claws32
15445
15446         * sync with 0.8.1.cvs17
15447                 see ChangeLog 2002-08-07
15448
15449 2002-08-07 [colin]      0.8.1claws31
15450         
15451         * src/news.c
15452                 fix mass-cancel problem
15453
15454 2002-08-07 [thorsten]   0.8.1claws30
15455
15456         * src/prefs_toolbar.c
15457                 fix: crash on replace or add new button
15458         * src/toolbar.c
15459                 fix: close xmlfile after reading
15460         * src/utils.c
15461                 fix: unlink() file before rename()
15462
15463 2002-08-06 [paul]       0.8.1claws29
15464
15465         * sync with 0.8.cvs15
15466                 see ChangeLog 2002-08-06
15467
15468 2002-08-06 [oliver]     0.8.1claws28
15469
15470         * src/toolbar.c
15471         * src/prefs_toolbar.c
15472                 fixed empty toolbar issue
15473
15474 2002-08-06 [oliver]     0.8.1claws27
15475
15476         * Custom Toolbar Final 
15477         * src/folderview.c
15478         * src/inc.c
15479         * src/summaryview.c
15480                 o toolbar stuff now lives in src/toolbar.[ch]
15481                 o main_window_toolbar_* functions are renamed to
15482                   toolbar_* reflecting their new source file
15483         * src/mainwindow.[ch]
15484                 o remove toolbar stuff  
15485
15486 2002-08-06 [oliver]     0.8.1claws26
15487         
15488         * src/Makefile.am
15489         * src/prefs_toolbar.[ch]        **New File**
15490         * src/toolbar.[ch]              **New File**
15491                 o prefs_toolbar.[ch] custom toolbar frontend
15492                 o toolbar.[ch]       backend 
15493
15494 2002-08-06 [oliver]     0.8.1claws25
15495
15496         * src/prefs_actions.[ch]
15497                 o new exported function actions_execute
15498
15499 2002-08-06 [paul]       0.8.1claws24
15500
15501         * sync with 0.8.1cvs4
15502                 see ChangeLog 2002-08-06
15503
15504 2002-08-06 [paul]       0.8.1claws23
15505
15506         * sync with 0.8.1cvs13
15507                 see ChangeLog 2002-08-06
15508
15509 2002-08-06 [paul]       0.8.1claws22
15510
15511         * sync with 0.8.1cvs12
15512                 see ChangeLog 2002-08-05 and 2002-08-06
15513
15514 2002-08-06 [match]      0.8.1claws21
15515
15516         * src/addrclip.c
15517                 improvements to cut/copy/paste address
15518
15519 2002-08-05 [match]      0.8.1claws20
15520
15521         * src/addritem.[ch]
15522         * src/addrcache.c
15523         * src/addrbook.c
15524         * src/editaddress.c
15525         * src/addressbook.c
15526                 fixes to improve cut/copy/paste
15527
15528 2002-08-06 [melvin]     0.8.1claws19
15529
15530         * src/account.[ch]
15531                 account_find_all_from_address(): new function that returns the
15532                 list of all accounts that are matched in an address.
15533         * src/alertpanel.[ch]
15534                 alertpanel() now accepts a custom widget
15535                 alertpanel_with_widget(): new function that pops up a panel with
15536                 a custom widget in it 
15537         * src/gtkutils.[ch]
15538                 gtkut_account_menu_new(): new function that allows the selection
15539                 of an account from a list of accounts.
15540         * src/messageview.c
15541                 Extended Return Receipt notification to select the correct 
15542                 account and to make a security test on the Delivery-Notification
15543                 address which should be the same as the Return-Path.
15544
15545 2002-08-06 [thorsten]   0.8.1claws18
15546
15547         * src/mimeview.c
15548                 attach_all: save unnamed as "noname.%d",
15549                 dont free static dirname
15550
15551 2002-08-05 [alfons]     0.8.1claws17
15552
15553         * configure.in
15554                 detect XIM by trying to link rather than compile a XIM program
15555
15556 2002-08-05 [oliver]     0.8.1claws16
15557                 
15558         * src/stock_pixmap.[ch]
15559                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15560                 o new func to retrieve pixmaps
15561
15562 2002-08-05 [paul]       0.8.1claws15
15563
15564         * sync with 0.8.1cvs10
15565                 see ChangeLog 2002-08-05
15566
15567 2002-08-04 [alfons]     0.8.1claws14
15568
15569         * src/textview.c
15570                 see if this plugs memleak
15571
15572 2002-08-04 [melvin]     0.8.1claws13
15573
15574         * src/gtkspell.c
15575                 fixed bug that could crash Sylpheed when highlighting
15576                 all misspelled words.
15577
15578 2002-08-03 [melvin]     0.8.1claws12
15579
15580         * src/prefs_actions.c
15581                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15582         * src/messageview.c
15583                 fixed bug where the Return Receipt was sent to
15584                 Delivery-Notification-To address even if it was not present
15585
15586 2002-08-02 [alfons]     0.8.1claws11
15587
15588         * src/prefs_actions.c
15589                 o more check for NULLs
15590                 o put create_io_dialog() in right conditional block
15591
15592 2002-08-02 [paul]       0.8.1claws10
15593
15594         * po/es.po
15595                 updated by Ricardo Mones Lastra
15596
15597 2002-08-01 [christoph]  0.8.1claws9
15598
15599         * src/folder.c
15600                 don't free the cache of the opened
15601                 folder in the summaryview
15602         * src/summaryview.c
15603                 don't unset flags, if it is not required
15604
15605 2002-08-01 [paul]       0.8.1claws8
15606
15607         * sync with 0.8.1cvs8
15608                 see ChangeLog entry 2002-08-01
15609
15610 2002-08-01 [paul]       0.8.1claws7
15611
15612         * sync with 0.8.1cvs7
15613                 see ChangeLog 2002-07-31 and 2002-08-01
15614
15615 2002-07-31 [christoph]  0.8.1claws6
15616
15617         * src/mainwindow.c
15618                 forgot to update menu sensitivity
15619                 function for new menu entry
15620
15621 2002-07-31 [alfons]     0.8.1claws5
15622
15623         * src/main.c
15624                 check folder item and its path for NULL on
15625                 initial processing
15626
15627 2002-07-31 [christoph]  0.8.1claws4
15628
15629         * src/folder.c
15630                 check if folder_item_get_msginfo in
15631                 folder_item_remove_msg returned NULL
15632         * src/imap.c
15633                 better clear the uid cache in the
15634                 uid validity check function and delete
15635                 cached messages
15636
15637 2002-07-31 [paul]       0.8.1claws3
15638
15639         * man/sylpheed.1
15640                 add the '--attach' option and a few other
15641                 minor changes
15642
15643 2002-07-31 [paul]       0.8.1claws2
15644
15645         * sync with 0.8.1cvs5
15646                 see ChangeLog 2002-07-31
15647
15648 2002-07-31 [christoph]  0.8.1claws1
15649
15650         * src/folderview.[ch]
15651         * src/mainwindow.c
15652                 replace "Rescan all folders..." with
15653                 "Check all folders for new messages..."
15654
15655 2002-07-30 [paul]       0.8.1claws
15656
15657         * version 0.8.1claws released
15658
15659 2002-07-30 [paul]       0.8.0claws29
15660
15661         * tools/OOo2sylpheed.pl ** NEW FILE **
15662           tools/README
15663                 add script to enable sending documents as
15664                 attachments from OpenOffice.org
15665
15666 2002-07-30 [melvin]     0.8.0claws28
15667
15668         * src/prefs_actions.c
15669                 Made the actions' input/output dialog display
15670                 without delay.
15671
15672 2002-07-30 [christoph]  0.8.0claws27
15673
15674         * src/procmsg.c
15675                 check if folder_item_get_msginfo in
15676                 procmsg_save_to_outbox returned NULL
15677
15678 2002-07-30 [paul]       0.8.0claws26
15679
15680         * sync with 0.8.1cvs4
15681                 see ChangeLog 2002-07-29
15682
15683 2002-07-29 [thorsten]   0.8.0claws25
15684
15685         * README.claws
15686                 added selective download, delete on server
15687
15688 2002-07-29 [paul]       0.8.0claws24
15689
15690         * sync with 0.8.1cvs3
15691                 see ChangeLog 2002-07-29
15692
15693 2002-07-27 [christoph]  0.8.0claws23
15694
15695         * src/folder.c
15696                 add extra check if fetching the msginfo
15697                 returned NULL
15698
15699 2002-07-27 [paul]       0.8.0claws22
15700
15701         * sync with 0.8.1cvs2
15702                 see ChangeLog 2002-07-26
15703
15704 2002-07-27 [christoph]  0.8.0claws21
15705
15706         * src/imap.c
15707                 add another check if a valid msginfo
15708                 was returned
15709
15710 2002-07-26 [hoa]        0.8.0claws20
15711
15712         * src/folder.c
15713                 Fixed a condition in folder_item_destroy()
15714
15715         * src/imap.c
15716                 Fixed an error in IMAP protocol
15717
15718 2002-07-26 [alfons]     0.8.0claws19
15719
15720         * src/folder.c
15721                 ofcourse compare with identifier, not the path
15722
15723 2002-07-26 [alfons]     0.8.0claws18
15724
15725         * src/folder.c
15726                 use folder item identifier for saving / restoring
15727                 preferences because folder->path might not be unique
15728
15729 2002-07-26 [melvin]     0.8.0claws17
15730
15731         * src/logwindow.c
15732                 Fixed a crash introduced in 0.8.0claws5 when log is 
15733                 cut under 80 characters.
15734
15735 2002-07-26 [paul]       0.8.0claws16
15736
15737         * sync with 0.8.1cvs1
15738                 see ChangeLog 2002-07-26
15739
15740 2002-07-26 [christoph]  0.8.0claws15
15741
15742         * src/imap.[ch]
15743                 imap folder now remembers the last selected
15744                 folder and imap_fetch_msginfo skips selecting
15745                 the folder if it is already selected
15746
15747 2002-07-26 [christoph]  0.8.0claws14
15748
15749         * src/folder.c
15750         * src/folderview.c
15751         * src/imap.c
15752                 fix imap folder rescanning
15753
15754 2002-07-25 [christoph]  0.8.0claws13
15755
15756         * src/filter.c
15757         * src/folder.[ch]
15758         * src/folderview.c
15759         * src/imap.[ch]
15760         * src/mainwindow.c
15761         * src/mbox_folder.c
15762         * src/mh.c
15763         * src/news.c
15764                 implement imap uid cache and uid validity check
15765
15766 2002-07-25 [alfons]     0.8.0claws12
15767
15768         * src/summaryview.c
15769                 fix a brown paper bag bug, and also add some more
15770                 checks
15771
15772 2002-07-25 [christoph]  0.8.0claws11
15773
15774         * src/folder.c
15775                 don't mix copy, fetch_msginfo and remove
15776                 operations in folder item copy and move
15777                 operations
15778
15779 2002-07-25 [christoph]  0.8.0claws10
15780
15781         * src/folderview.c
15782         * src/mainwindow.c
15783         * src/prefs_folder_item.c
15784         * src/summaryview.[ch]
15785                 remove no longer required parameter update_cache from
15786                 summary_show
15787
15788 2002-07-25 [paul]       0.8.0claws9
15789
15790         * sync with 0.8.1
15791         
15792         * AUTHORS
15793                 a few corrections
15794
15795 2002-07-24 [alfons]     0.8.0claws8
15796
15797         * src/summaryview.c
15798                 sort correctly when using simplified subject line
15799                 (closes feature request "[ 585141 ] applying regexp to subject 
15800                 before sort" submitted by Alexandra Walford)
15801
15802 2002-07-24 [paul]       0.8.0claws7
15803
15804         * sync with 0.8.0cvs3
15805                 see ChangeLog 2002-07-24
15806
15807 2002-07-23 [christoph]  0.8.0claws6
15808
15809         * src/folder.c
15810         * src/folder.h
15811         * src/summaryview.c
15812         * src/summaryview.h
15813         * src/main.c
15814                 o separate processing and summaryview
15815                 o removed summary_write_cache from summaryview
15816                 o removed summaryview->killed_messages, because we don't have
15817                   to keep a list of killed messages anymore. New cache will
15818                   keep the hidden messages in cache anyway
15819         * src/folderview.c
15820         * src/inc.c
15821         * src/selective_download.c
15822                 o removed unnecessary summary_write_cache calls
15823         * src/procmsg.c
15824                 o don't set ignore thread flag in procmsg_get_thread_tree
15825                   if it is already set
15826         * src/mainwindow.c
15827         * src/statusbar.h
15828                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15829                   they are used in different files
15830
15831 2002-07-23 [melvin]     0.8.0claws5
15832
15833         * src/addressbook.c
15834         * src/addrgather.c
15835         * src/editaddress.c
15836         * src/editgroup.c
15837         * src/editldap_basedn.c
15838         * src/importldif.c
15839         * src/prefs_common.c
15840                 Fixed few memory leak (gtk_editable_get_chars returns
15841                 an allocated string)
15842         * src/logwindow.c
15843                 Fixed few memory leak (gtk_editable_get_chars returns
15844                 an allocated string) and modified a little the log cutting
15845                 loop.
15846         * src/compose.c
15847                 Replaced a call to an obsolete function gtk_entry_get_text()
15848                 by gtk_editable_get_chars()
15849         * src/send.c
15850                 Removed a debug printf
15851
15852 2002-07-23 [christoph]  0.8.0claws4
15853
15854         * src/filesel.c
15855                 fix another g_dirname memory leak
15856
15857 2002-07-23 [christoph]  0.8.0claws3
15858
15859         * src/mh.c
15860                 fixed a memory leak in mh_fetch_msginfo
15861                 fixed crash when message header could not be
15862                 parsed
15863
15864 2002-07-23 [paul]       0.8.0claws2
15865
15866         * sync with 0.8.0cvs2
15867                 see ChangeLog 2002-07-23
15868
15869 2002-07-23 [paul]       0.8.0claws1
15870
15871         * sync with 0.8.0cvs1
15872                 see ChangeLog 2002-07-23
15873
15874 2002-07-23 [paul]       0.8.0claws
15875
15876         * release of 0.8.0claws