2005-03-20 [colin] 1.0.3cvs6
[claws.git] / ChangeLog.claws
1 2005-03-20 [colin]      1.0.3cvs6
2
3         * src/common/plugin.c
4                 Check that plugin isn't already loaded
5         * src/procheader.c
6                 Fix buffer overflow (security issue)
7                 Both patches by Alfons
8
9 2005-03-20 [paul]       1.0.3cvs5
10
11         * src/compose.c
12                 neglect Reply-To header if empty
13                 Patch by Alfons
14
15 2005-03-19 [holger]     1.0.3cvs4
16
17         * src/summaryview.c
18         * src/summaryview.h
19                 Add plugin hook for manual filtering invocation,
20                 remove some dead code.
21
22 2005-03-18 [paul]       1.0.3cvs3
23
24         * AUTHORS
25         * src/gtk/about.c
26         * src/pixmaps/sylpheed_logo.xpm
27                 add new Sylpheed-Claws logo by Jesper Schultz
28
29 2005-03-11 [paul]       1.0.3cvs2
30
31         * src/plugins/trayicon/trayicon.c
32                 make a string translatable
33
34 2005-03-11 [paul]       1.0.3cvs1
35
36         * po/ru.po
37                 updated by Pavlo Bohmat
38
39 2005-03-10 [paul]       1.0.3
40
41         * po/de.po
42         * po/es.po
43         * po/fr.po
44         * po/it.po
45         * po/pt_BR.po
46         * po/sk.po
47         * po/sr.po
48         * po/zh_CN.po
49                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
50                 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
51                 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
52
53         1.0.3 released
54
55 2005-03-04 [colin]      1.0.1cvs22
56
57         * src/common/smtp.c
58         * src/common/smtp.h
59                 Don't use SIZE parameter in MAIL FROM: if
60                 server doesn't support it. Patch by 
61                 Eugen Freiter <eugen_f@users.sf.net>
62
63 2005-03-04 [paul]       1.0.1cvs21
64
65         * ChangeLog
66         * ChangeLog.jp
67         * src/addrharvest.c
68         * src/codeconv.c
69         * src/codeconv.h
70         * src/compose.c
71         * src/procmime.c
72                 sync with main 1.0.3
73                 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
74
75 2005-02-27 [paul]       1.0.1cvs20
76
77         * src/messageview.c
78                 fix crash-causing typo. spotted by
79                 Ralgh Young 
80
81 2005-02-25 [paul]       1.0.1cvs19
82
83         * src/prefs_account.c
84         * src/prefs_folder_item.c
85         * src/gtk/prefswindow.c
86         * src/gtk/prefswindow.h
87                 fix bug 698 'Clicking OK without username 'crashes'
88                 account edit window'. Patch by Alfons
89
90 2005-02-24 [colin]      1.0.1cvs18
91
92         * src/messageview.c
93                 Don't send out receipts if offline. Ask.
94
95 2005-02-23 [colin]      1.0.1cvs17
96
97         * src/compose.c
98                 Encode parts when signing
99
100 2005-02-23 [colin]      1.0.1cvs16
101
102         * src/compose.c
103         * src/procmsg.c
104                 Fix mimeinfo leakages
105
106 2005-02-21 [colin]      1.0.1cvs15
107
108         * src/compose.c
109                 Fix signing/encrypting still on after
110                 privacy system has been disabled
111
112 2005-02-18 [colin]      1.0.1cvs14
113
114         * src/quote_fmt_lex.l
115         * src/quote_fmt_parse.y
116                 Bugfix: Fix parser init (patch by Ivan)
117
118 2005-02-18 [colin]      1.0.1cvs13
119
120         * src/plugins/pgpmime/pgpmime.c
121                 Fix build (missed my `mv`)
122
123 2005-02-18 [colin]      1.0.1cvs12
124
125         * src/Makefile.am
126         * src/privacy.c         ** RE-ADDED **
127         * src/privacy.cpp       ** REMOVED **
128         * src/privacy.h
129         * src/plugins/pgpmime/Makefile.am
130         * src/plugins/pgpmime/passphrase.h
131         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
132         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
133         * src/plugins/pgpmime/pgpmime.h
134         * src/plugins/pgpmime/prefs_gpg.h
135         * src/plugins/pgpmime/select-keys.h
136         * src/plugins/pgpmime/sgpgme.h
137                 Revert huge API breakage.
138
139 2005-02-16 [christoph]  1.0.1cvs11
140
141         * src/mh.c
142                 add scan required function for MH folders
143
144         (Patch by Ivan Rayner <ivanr@sgi.com>)
145
146 2005-02-15 [christoph]  1.0.1cvs10
147
148         * src/plugins/pgpmime/pgpmime.cpp
149         * src/plugins/pgpmime/pgpmime.h
150                 add sign and encrypt functions
151
152 2005-02-15 [christoph]  1.0.1cvs9
153
154         * configure.ac
155         * src/Makefile.am
156         * src/privacy.c                                 ** REMOVE **
157         * src/privacy.cpp                               ** NEW **
158         * src/privacy.h
159         * src/plugins/pgpmime/Makefile.am
160         * src/plugins/pgpmime/passphrase.h
161         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
162         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
163         * src/plugins/pgpmime/pgpmime.h
164         * src/plugins/pgpmime/prefs_gpg.h
165         * src/plugins/pgpmime/select-keys.h
166         * src/plugins/pgpmime/sgpgme.h
167                 change Privacy-API to C++
168
169 2005-02-15 [colin]      1.0.1cvs8
170
171         * src/mimeview.c
172         * src/common/utils.c
173                 Sanitize substitution for saved filenames:
174                 only \ / * and \r \n \t are bad. 
175
176 2005-02-15 [colin]      1.0.1cvs7
177
178         * src/compose.c
179         * src/procmime.c
180                 Optimize (constant instead of strlen). Thanks
181                 Alfons for the hint.
182
183 2005-02-14 [colin]      1.0.1cvs6
184
185         * src/compose.c
186         * src/procmime.c
187                 Use quoted-printable instead of 7bit or 8bit
188                 to encode "^From " and avoid mail corruption 
189                 on the MTA, as specified by RFC 3156. Thanks
190                 Hoa for the hint.
191
192 2005-02-12 [colin]      1.0.1cvs5
193
194         * src/filtering.c
195                 Remove wrong use of compose struct after
196                 compose_send(). Spotted by Alfons and Holger Berndt.
197
198 2005-02-10 [paul]       1.0.1cvs4
199
200         * src/compose.c
201                 sync with main, see ChangeLog 2005-02-10
202
203 2005-02-10 [colin]      1.0.1cvs3
204
205         * src/mainwindow.c
206                 dereference freed messageview,
207                 and don't try to use it after free.
208                 This caused occasional late segfaults
209                 when quitting.
210
211 2005-02-10 [colin]      1.0.1cvs2
212
213         * src/messageview.c
214                 Don't display html with plugin automatically
215                 (Dillo steals focus)
216
217 2005-02-09 [colin]      1.0.1cvs1
218
219         * src/mimeview.c
220         * src/mimeview.h
221         * src/messageview.c
222                 Display first relevant part using plugin
223                 if not text/plain if possible (useful for 
224                 vCalendar for example)
225
226 2005-02-08 [paul]       1.0.1
227
228         1.0.1 released
229
230 2005-02-08 [paul]       1.0.0cvs29
231
232         * po/de.po
233         * po/es.po
234         * po/fr.po
235         * po/it.po
236         * po/pt_BR.po
237         * po/sk.po
238         * po/sr.po
239                 updated by Thomas Gilgin, Ricardo Mones Lastra,
240                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
241                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
242
243 2005-02-05 [paul]       1.0.0cvs28
244
245         * src/compose.c
246                 fix Bug 682 'redirect is broken'
247
248
249 2005-02-05 [thorsten]   1.0.0cvs27
250
251         * src/partial_download.c
252                 fix buf overflow
253
254 2005-02-03 [colin]      1.0.0cvs26
255
256         * src/common/plugin.c
257                 Don't load GTK2 plugins at all. This solves
258                 the plugins problem when switching between
259                 GTK1 and GTK2 version.
260
261 2005-02-02 [colin]      1.0.0cvs25
262
263         * src/messageview.c
264                 Fix dangerous typo
265
266 2005-01-31 [colin]      1.0.0cvs24
267
268         * src/compose.c
269                 Fix MsgInfo reference leak
270
271 2005-01-28 [colin]      1.0.0cvs23
272
273         * src/folderview.c
274                 Change check - partial_recv is not cached.
275
276 2005-01-28 [colin]      1.0.0cvs22
277
278         * src/folderview.c
279                 Don't call partial_mark_for_delete() when 
280                 it's useless
281
282 2005-01-27 [colin]      1.0.0cvs21
283
284         * src/procmsg.c
285         * src/compose.c
286                 Fix build - sorry.
287
288 2005-01-27 [christoph]  1.0.0cvs20
289
290         * src/folder.c
291                 use normal message remove function if a folder has no function
292                 to remove all messages
293
294         * src/folderview.c
295                 fix memory leak
296
297 2005-01-27 [colin]      1.0.0cvs19
298
299         * src/procmime.c
300                 Forgot to commit this file with cvs18.
301
302 2005-01-27 [colin]      1.0.0cvs18
303
304         * src/compose.c
305                 Uhm, better not touch the original msginfo_list.
306
307 2005-01-27 [colin]      1.0.0cvs17
308
309         * src/procmsg.c
310         * src/procmsg.h
311                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
312         * src/compose.c
313                 ... And use it to be able to reply to the currently 
314                 selected MimeInfo.
315
316 2005-01-27 [colin]      1.0.0cvs16
317
318         * src/messageview.c
319         * src/summaryview.c
320         * src/compose.c
321         * src/compose.h
322         * src/toolbar.c
323         * src/mainwindow.c
324                 Factorize this reply mess
325
326 2005-01-26 [paul]       1.0.0cvs15
327
328         * ChangeLog
329         * ChangeLog.jp
330         * src/common/template.c
331                 sync with main, (fix memory leak), see ChangeLog
332                 2005-01-25
333
334 2005-01-25 [paul]       1.0.0cvs14
335
336         * src/compose.c
337                 compose_redirect(): fix sensitivity of attachment 
338                 "Properties..." button
339
340 2005-01-24 [colin]      1.0.0cvs13
341
342         * src/summaryview.c
343                 Freeze clist during operations involving message
344                 lists.
345
346 2005-01-24 [paul]       1.0.0cvs12
347
348         * ChangeLog
349         * ChangeLog.jp
350         * src/messageview.c
351         * src/mh.c
352         * src/common/utils.c
353                 sync with main, see ChangeLog 2005-01-19
354
355 2005-01-24 [colin]      1.0.0cvs11
356
357         * src/procheader.c
358                 Fix build with MIPSpro compiler.
359                 Patch by Ivan Rayner <ivanr@sgi.com>
360
361 2005-01-24 [colin]      1.0.0cvs10
362
363         * src/folderview.c
364                 Use (+) in collapsed folders with quicksearch-
365                 matching subfolders
366
367 2005-01-23 [holger]     1.0.0cvs9
368
369         * src/crash.c
370                 Include missing header file
371
372 2005-01-22 [colin]      1.0.0cvs8
373
374         * src/summaryview.c
375         * src/gtk/quicksearch.c
376                 Make recursive quicksearch work in
377                 root folders (and code fixes)
378
379 2005-01-21 [colin]      1.0.0cvs7
380
381         * src/summaryview.c
382                 Set cursor to wait while looking in subfolders
383
384 2005-01-21 [colin]      1.0.0cvs6
385
386         * src/summaryview.c
387                 Don't clear quicksearch if recursion is on,
388                 even if !sticky
389
390 2005-01-21 [colin]      1.0.0cvs5
391
392         * src/gtk/quicksearch.c
393         * src/prefs_common.c
394         * src/prefs_common.h
395                 Add option to recurse or not
396
397 2005-01-21 [colin]      1.0.0cvs4
398
399         * src/folder.h
400         * src/folderview.c
401         * src/folderview.h
402         * src/summaryview.c
403         * src/gtk/quicksearch.c
404         * src/gtk/quicksearch.h
405                 Make quicksearch recursive - results materialized
406                 by search icons in the folderview.
407
408 2005-01-20 [holger]     1.0.0cvs3
409
410         * src/addrindex.c
411         * src/addrindex.h
412                 Add addrindex_load_person_attribute() (for plugins)
413
414 2005-01-19 [colin]      1.0.0cvs2
415
416         * src/mbox.c
417         * src/mbox.h
418         * src/mainwindow.c
419         * src/summaryview.c
420         * src/summaryview.h
421                 Add an easy way to export specific messages
422                 to an mbox file.
423
424 2005-01-19 [paul]       1.0.0cvs1
425
426         * po/ja.po
427         * po/ko.po
428                 updated by  Rui Hirokawa and
429                 SungHyun Nam
430
431 2005-01-18 [paul]       1.0.0
432
433         * version 1.0.0 released
434
435 2005-01-17 [thorsten]   0.9.13cvs38
436
437         * src/crash.c
438         * src/gtk/pluginwindow.c
439                 return value of filesel should not be free()d
440
441 2005-01-17 [paul]       0.9.13cvs37
442
443         * AUTHORS
444         * po/es.po
445         * po/fr.po
446         * po/hr.po
447         * po/it.po
448         * po/pt_BR.po
449         * po/sk.po
450         * po/sr.po
451                 update translations. submitted by Ricardo Mones
452                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
453                 Frederico Goncalves Guimaraes, Andrej Kacian,
454                 Aleksandar Urosevic
455
456 2005-01-16 [colin]      0.9.13cvs36
457
458         * src/prefs_toolbar.c
459                 Fix two leaks, both found by Alfons.
460
461 2005-01-15 [paul]       0.9.13cvs35
462
463         * src/gtk/pluginwindow.c
464                 fix 2 memleaks, patch by Alfons
465
466 2005-01-15 [paul]       0.9.13cvs34
467
468         * ChangeLog
469         * ChangeLog.jp
470         * src/common/template.c
471                 sync with main, see ChangeLog 2005-01-11
472                 (fix potential memory corruption bug)
473
474 2005-01-14 [colin]      0.9.13cvs33
475
476         * src/html.c
477         * src/msgcache.c
478                 Fix coding style issues from the last patch
479
480 2005-01-14 [colin]      0.9.13cvs32
481
482         * src/msgcache.c
483                 Fix possible double free, avoid putting 8k on the stack
484         * src/html.c
485         * src/html.h
486                 Fix links with tags inside, add some entities
487         * AUTHORS
488                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
489
490 2005-01-09 [thorsten]   0.9.13cvs31
491
492         * tools/calypso_convert.pl
493                 support nested subdirs (possible in recent calypso versions)
494                 fix "change of readonly value" error with perl >= 5.8
495
496 2005-01-08 [colin]      0.9.13cvs30
497
498         * src/prefs_filtering_action.c
499                 Plug leak - patch by Alfons
500
501 2005-01-07 [paul]       0.9.13cvs29
502
503         * ChangeLog
504         * ChangeLog.jp
505         * src/pop.c
506         * src/pop.h
507                 sync with main, see ChangeLog 2005-01-06
508
509 2005-01-06 [colin]      0.9.13cvs28
510
511         * src/prefs_matcher.c
512                 Plug leak. Patch by Alfons
513
514 2005-01-04 [christoph]  0.9.13cvs27
515
516         * src/folderview.c
517         * src/imap_gtk.c
518         * src/news_gtk.c
519                 Create extra popup menu entries for account settings
520
521         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
522
523 2005-01-03 [colin]      0.9.13cvs26
524
525         * src/main.c
526                 Plugins should be loaded before --receive or --receive-all 
527                 is processed. 
528                 Patch by Felix Eckhofer <felix-ml@tribut.de>
529
530 2005-01-03 [colin]      0.9.13cvs25
531
532         * src/pop.c
533         * src/pop.h
534                 Add data_len member, because we can get NULs from network
535                 Patch by Alfons
536
537 2005-01-01 [colin]      0.9.13cvs24
538
539         * src/procmime.c
540                 Fix possible memleak in corner case - found by
541                 Martin Kluge, patch by Alfons
542
543 2004-12-30 [colin]      0.9.13cvs23
544
545         * src/account.c
546                 Fix prototypes - patch by Alfons
547
548 2004-12-30 [paul]       0.9.13cvs22
549
550         * ChangeLog
551         * ChangeLog.jp
552         * NEWS
553         * src/account.c
554                 sync with main 1.0.0.
555                 see ChangeLog 2004-12-22
556
557 2004-12-18 [paul]       0.9.13cvs21
558
559         * AUTHORS
560         * ChangeLog
561         * ChangeLog.jp
562         * src/action.c
563                 sync with main, see ChangeLog 2004-12-17
564
565 2004-12-17 [thorsten]   0.9.13cvs20
566
567         * src/compose.c
568                 protect trailing spaces when signing message
569
570 2004-12-16 [paul]       0.9.13cvs19
571
572         * ChangeLog
573         * ChangeLog.jp
574         * NEWS
575         * src/compose.c
576         * src/syldap.c
577                 sync with main 1.0.0rc
578                 see ChangeLog 2004-12-15
579
580 2004-12-14 [colin]      0.9.13cvs18
581
582         * src/gtk/prefswindow.c
583                 Fix build. Sorry :)
584
585 2004-12-14 [colin]      0.9.13cvs17
586
587         * src/gtk/gtkutils.c
588         * src/gtk/gtkutils.h
589         * src/gtk/prefswindow.c
590                 Catch Enter in prefswindow while in text
591                 widget. Patch by Alfons.
592
593 2004-12-14 [paul]       0.9.13cvs16
594
595         * ChangeLog
596         * ChangeLog.jp
597         * src/action.c
598         * src/compose.c
599         * src/common/utils.c
600                 sync with main, see ChangeLog entries 2004-12-10
601                 and 2004-12-13
602
603         * po/ru.po
604                 updated by Pavlo Bohmat
605
606 2004-12-13 [thorsten]   0.9.13cvs15
607
608         * src/plugins/spamassassin/libspamc.c
609                 fix memleak
610
611 2004-12-13 [colin]      0.9.13cvs14
612
613         * src/gtk/prefswindow.c
614         * src/gtk/pluginwindow.c
615                 Fix key_pressed handlers
616
617 2004-12-11 [colin]      0.9.13cvs13
618
619         * src/quote_fmt_parse.y
620                 Rework quote_fmt_parse to use less local 
621                 arrays in local blocks, so it doesn't 
622                 freak out IBM's stack protector. Patch
623                 by Alfons.
624
625 2004-12-10 [colin]      0.9.13cvs12
626
627         * src/messageview.c
628                 Fix logic error
629         * src/mainwindow.c
630                 Fix corruptions when de-separating messageview
631
632 2004-12-10 [paul]       0.9.13cvs11
633
634         * src/prefs_themes.c
635                 use a different set of icons for the Preview
636
637 2004-12-09 [colin]      0.9.13cvs10
638
639         * src/procmime.c
640                 Fix procmime_encode_content doing horribly wrong
641                 stuff when encoding to B64 from memory
642
643 2004-12-08 [colin]      0.9.13cvs9
644
645         * src/gtk/colorlabel.c
646                 Fix color label off-by-one
647                 Patch by Alfons
648
649 2004-12-08 [hoa]        0.9.13cvs8
650
651         * src/quote_fmt_parse.y
652                 really fix buffer overflow
653
654 2004-12-08 [colin]      0.9.13cvs7
655
656         * src/matcher_parser_parse.y
657         * src/msgcache.c
658         * src/prefs_matcher.c
659         * src/procheader.c
660         * src/matcher.c
661         * src/common/defs.h
662                 Cache total_size and use that to speed up
663                 'partial' match.
664                 Add 'partial' to the list of useable stuff
665                 in filtering
666
667 2004-12-08 [paul]
668
669         * po/sr.po
670                 updated by URKE MMI
671
672 2004-12-08 [colin]      0.9.13cvs6
673
674         * src/textview.c
675                 Fix possible boundary overrun in
676                 get_email_part(). Patch by Alfons
677
678 2004-12-08 [hoa]        0.9.13cvs5
679
680         * src/quote_fmt_parse.y
681                 fix buffer overflow
682                 http://bugs.gentoo.org/show_bug.cgi?id=67253
683
684 2004-12-07 [thorsten]   0.9.13cvs4
685
686         * src/procmime.c
687                 fix leak introduced with 0.9.13cvs1
688
689 2004-12-07 [keith]      0.9.13cvs3
690
691         * src/procmime.c
692                 Fix typo
693
694 2004-12-07 [colin]      0.9.13cvs2
695
696         * AUTHORS
697         * src/prefs_account.c
698         * src/common/smtp.c
699         * src/common/smtp.h
700                 Add SMTP PLAIN authentication. Patch by 
701                 George Michaelson <ggm@apnic.net>
702
703 2004-12-07 [thorsten]   0.9.13cvs1
704
705         * src/procmime.c
706                 [Bug 650] reply button causes crash
707                 Patch partly by David Relson
708
709 2004-12-06 [paul]       0.9.13
710
711         0.9.13 released
712
713 2004-12-06 [paul]
714
715         * po/sk.po
716                 updated by Andrej Kacian
717         * INSTALL
718         * README.claws
719                 updated
720         
721 2004-12-06 [christoph]
722
723         * configure.ac
724                 move GPGME check to PGP/MIME plugin checks
725
726 2004-12-06 [colin]      0.9.12cvs187
727
728         * src/compose.c
729                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
730
731 2004-12-06 [paul]       0.9.12cvs186
732
733         * INSTALL
734         * README.claws
735                 updated
736         * po/es.po
737         * po/fr.po
738         * po/it.po
739         * po/ja.po
740         * po/pt_BR.po
741         * po/zh_CN.po
742                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
743                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
744                 and Yang Guilong
745
746 2004-12-05 [paul]       0.9.12cvs185
747
748         * INSTALL
749         * Makefile.am
750         * README.claws
751                 update
752         * TODO.claws    **REMOVED**
753                 removed, use the wiki instead
754         * tools/Makefile.am
755         * tools/README
756                 remove newscache_conv.pl from the release package
757                 and notes as it is broken and not currently maintained
758         * tools/filter_conv.pl
759                 use --config-dir to find claws' config dir
760         * tools/kdeservicemenu/README
761         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
762         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
763                 make a top-level menu entry
764
765 2004-12-04 [paul]       0.9.12cvs184
766
767         * src/addrharvest.c
768                 conv_unmime_header_overwrite(name)
769
770 2004-12-04 [colin]      0.9.12cvs183
771
772         * src/compose.c
773                 Fix saving of compose window position
774                 when sending mail. Patch by Alfons.
775
776 2004-12-04 [paul]       0.9.12cvs182
777
778         * ChangeLog
779         * ChangeLog.jp
780         * INSTALL
781         * NEWS
782         * README
783         * README.jp
784         * doc/manual/ja/Makefile.am
785         * doc/manual/ja/sylpheed-1.html
786         * doc/manual/ja/sylpheed-10.html
787         * doc/manual/ja/sylpheed-11.html
788         * doc/manual/ja/sylpheed-12.html
789         * doc/manual/ja/sylpheed-13.html
790         * doc/manual/ja/sylpheed-14.html
791         * doc/manual/ja/sylpheed-15.html
792         * doc/manual/ja/sylpheed-16.html
793         * doc/manual/ja/sylpheed-17.html
794         * doc/manual/ja/sylpheed-18.html
795         * doc/manual/ja/sylpheed-19.html
796         * doc/manual/ja/sylpheed-2.html
797         * doc/manual/ja/sylpheed-20.html
798         * doc/manual/ja/sylpheed-3.html
799         * doc/manual/ja/sylpheed-4.html
800         * doc/manual/ja/sylpheed-5.html
801         * doc/manual/ja/sylpheed-6.html
802         * doc/manual/ja/sylpheed-7.html
803         * doc/manual/ja/sylpheed-8.html
804         * doc/manual/ja/sylpheed-9.html
805         * doc/manual/ja/sylpheed.html
806         * doc/manual/ja/sylpheed.sgml
807         * src/Makefile.am
808         * src/procmime.c
809         * src/pixmaps/regular.xpm **REMOVED**
810                 sync with main 1.0.0beta4, including: "canonicalize text files
811                 before encoding to BASE64, and uncanonicalize after decoding
812                 to conform with RFC 2045" 
813
814 2004-12-03 [christoph]  0.9.12cvs181
815
816         * src/compose.c
817                 build the Privacy System menu without GtkItemFactory to
818                 allow '/' in Privacy System names
819
820         * src/plugins/pgpmime/pgpmime.c
821         * src/plugins/pgpmime/plugin.c
822                 Update description and change Privacy System name
823
824 2004-12-03 [paul]
825
826         * src/pixmaps/dir_close.xpm
827         * src/pixmaps/dir_open.xpm
828         * src/pixmaps/drafts_close.xpm
829         * src/pixmaps/drafts_open.xpm
830         * src/pixmaps/group.xpm
831         * src/pixmaps/unread.xpm
832                 update icons (sync with main (adjust hue))      
833
834 2004-12-02 [paul]       0.9.12cvs180
835
836         * ChangeLog
837         * ChangeLog.jp
838         * src/Makefile.am
839         * src/pop.c
840         * src/common/utils.c
841         * src/common/utils.h
842         * src/pixmaps/folder.xpm **REMOVED**
843                 sync with main
844                 fixes bug 644 'extra CRs in subject line break filtering' 
845
846 2004-12-02 [colin]      0.9.12cvs179
847
848         * src/compose.c
849                 Prevent duplicate edition of queued
850                 and drafted mails
851
852 2004-12-02 [colin]      0.9.12cvs178
853
854         * src/compose.c
855                 Fix quote linewrapping ignoring pref
856                 Patch by Alfons
857
858 2004-11-30 [colin]      0.9.12cvs177
859
860         * src/gtk/prefswindow.c
861         * src/gtk/pluginwindow.c
862                 Add shortcut keys to prefs window
863                 and plugin window. Patch by Fabien Vantard.
864
865 2004-11-29 [colin]      0.9.12cvs176
866
867         * src/folderview.c
868                 Fix disappearing separators in folderview's popup
869
870 2004-11-29 [colin]      0.9.12cvs175
871
872         * src/procmime.c
873                 Another format bug
874
875 2004-11-29 [colin]      0.9.12cvs174
876
877         * src/pop.c
878                 Fix format string
879
880 2004-11-26 [colin]      0.9.12cvs173
881
882         * src/common/smtp.c
883         * src/common/smtp.h
884                 Use ESMTP for all servers advertising it
885                 Add SIZE= parameter to MAIL command for 
886                 ESMTP servers
887
888 2004-11-24 [colin]      0.9.12cvs172
889
890         * src/plugins/pgpmime/pgpmime.c
891                 Forgot one :(
892
893 2004-11-24 [colin]      0.9.12cvs171
894
895         * src/plugins/pgpmime/pgpmime.c
896                 Fix numerous GpgmeGtk leaks
897
898 2004-11-24 [colin]      0.9.12cvs170
899
900         * src/plugins/pgpmime/pgpmime.c
901                 Fix numerous GpgmeCtx leaks
902
903 2004-11-24 [colin]      0.9.12cvs169
904
905         * src/plugins/pgpmime/plugin.c
906                 Update requirements
907         * src/plugins/trayicon/Makefile.am
908         * src/plugins/trayicon/newmarkedmail.xpm
909         * src/plugins/trayicon/trayicon.c
910         * src/plugins/trayicon/unreadmarkedmail.xpm
911                 Add new icons when there are unread marked mails
912                 answers
913
914 2004-11-23 [thorsten]   0.9.12cvs168
915
916         * src/plugins/pgpmime/plugin.c
917                 typo: plugin_init instead of plugin_done
918
919 2004-11-23 [thorsten]   0.9.12cvs167
920
921         * commitHelper
922                 o add me
923         * src/partial_download.c
924         * src/partial_download.h
925                 o fix path for includes
926
927 2004-11-23 [colin]      0.9.12cvs166
928
929         * src/procmime.c
930                 Uh, changed API.
931
932 2004-11-23 [colin]      0.9.12cvs165
933
934         * src/procmime.c
935                 Fix mime headers wrapping
936
937 2004-11-23 [christoph]  0.9.12cvs164
938
939         * src/common/Makefile.am
940         * src/common/partial_download.[ch]
941         * src/Makefile.am
942         * src/partial_download.[ch]
943         * src/folderview.c
944                 move to src because it depends on src stuff
945
946         * src/codeconv.c
947         * src/common/base64.h
948                 move B64LEN macro to base64.h
949
950         * src/compose.c
951         * src/privacy.[ch]
952                 add PrefsAccount to sign-function parameters
953
954         * src/main.c
955         * src/prefs_account.[ch]
956         * src/gtk/prefswindow.[ch]
957                 o use new prefswindow for account prefs
958                 o add possibility to add new pages to account prefs
959
960         * src/plugins/pgpmime/prefs_gpg.[ch]
961         * src/plugins/pgpmime/prefs_gpg.glade
962                 add account prefs for GPG
963
964         * src/plugins/pgpmime/pgpmime.c
965         * src/plugins/pgpmime/sgpgme.[ch]
966                 create signers list based on the GPG account prefs
967
968 2004-11-23 [colin]      0.9.12cvs163
969
970         * src/main.c
971                 Fix cursor going from normal to wait
972                 as many times as there are folders
973                 (very noticeable on exported displays)
974
975 2004-11-23 [colin]      0.9.12cvs162
976
977         * src/msgcache.c
978                 HEAD needs this leak fix too
979
980 2004-11-22 [luke]       0.9.12cvs161
981
982         * src/gtk/gtkstext.c
983                 'Up' key moves one line (not one paragraph) like 'Down'
984
985 2004-11-22 [paul]       0.9.12cvs160
986
987         * src/prefs_themes.c
988                 fix oversized GtkFrames
989
990 2004-11-19 [paul]       0.9.12cvs159
991
992         * src/prefs_common.c
993                 update prefs_keybind_apply_clicked()
994
995 2004-11-18 [paul]       0.9.12cvs158
996
997         * src/compose.c
998         * src/messageview.c
999         * src/common/utils.c
1000         * src/common/utils.h
1001                 use Message-ID format like that previously
1002                 used in compose_generate_msgid()
1003
1004 2004-11-17 [christoph]  0.9.12cvs157
1005
1006         * src/mainwindow.c
1007         * src/prefs_common.c
1008                 integrate "Common preferences" into new preferences dialog
1009
1010 2004-11-17 [colin]      0.9.12cvs156
1011
1012         * src/prefs_account.c
1013         * src/prefs_account.h
1014         * src/procmsg.c
1015                 Add an option to let the user choose to store encrypted
1016                 mail as clear text or encrypted.
1017
1018 2004-11-17 [colin]      0.9.12cvs155
1019
1020         * src/compose.c
1021         * src/toolbar.c
1022                 Be verbose when sending fails
1023         * src/procmsg.c
1024                 Fix procmsg_send_queue returning 0 when there's an error
1025                 Don't send messages to be encrypted to nobody 
1026
1027
1028 2004-11-17 [colin]      0.9.12cvs154
1029
1030         * src/privacy.c
1031                 Fix more pointer confusion
1032
1033 2004-11-17 [paul]       0.9.12cvs153
1034
1035         * src/procmime.h
1036                 forgotten in sync with main 1.0.0beta3
1037
1038
1039 2004-11-17 [paul]       0.9.12cvs152
1040
1041         * ChangeLog
1042         * ChangeLog.jp
1043         * NEWS
1044         * src/compose.c
1045         * src/jpilot.c
1046         * src/procmime.c
1047                 sync with main 1.0.0beta3
1048                 see ChangeLog 2004-11-15 and 2004-11-16
1049
1050 2004-11-17 [colin]      0.9.12cvs151
1051
1052         * src/plugins/pgpmime/pgpmime.c
1053                 Remove debug printf
1054
1055 2004-11-17 [colin]      0.9.12cvs150
1056
1057         * src/plugins/pgpmime/pgpmime.c
1058                 Fix off-by-one causing segs
1059
1060 2004-11-17 [colin]      0.9.12cvs149
1061
1062         * src/procmsg.c
1063                 < Reboot_> don't compare pointers to NULL with !
1064                 So, use the other form to bring consistency.
1065                 Also fix coding style.
1066
1067 2004-11-16 [colin]      0.9.12cvs148
1068
1069         * src/procmsg.c
1070                 Fix the fix :)
1071
1072 2004-11-16 [colin]      0.9.12cvs147
1073
1074         * src/procmsg.c
1075                 Fix leaks in procmsg_send_message_queue
1076
1077 2004-11-12 [paul]       0.9.12cvs146
1078
1079         * src/prefs_account.c
1080         * src/procmime.c
1081         * src/procmime.h
1082                 fix sync breakage 
1083
1084 2004-11-12 [paul]
1085
1086         * src/pixmaps/complete.xpm
1087         * src/pixmaps/continue.xpm
1088                 small sync with main, see ChangeLog 2004-11-11
1089
1090 2004-11-11 [paul]       0.9.12cvs145
1091
1092         * ChangeLog
1093         * ChangeLog.jp
1094         * src/account.c
1095         * src/folderview.c
1096         * src/folderview.h
1097         * src/imap.c
1098         * src/imap_gtk.c
1099         * src/inc.c
1100         * src/mainwindow.c
1101         * src/mh_gtk.c
1102         * src/news_gtk.c
1103         * src/pop.c
1104         * src/prefs_account.c
1105         * src/prefs_account.h
1106         * src/prefs_ext_prog.c
1107         * src/procmsg.c
1108         * src/procmsg.h
1109         * src/summary_search.c
1110         * src/summaryview.c
1111         * src/textview.c
1112         * src/common/defs.h
1113         * src/common/utils.c
1114         * src/common/utils.h
1115         * src/gtk/menu.c
1116         * src/gtk/menu.h
1117                 sync with main 1.0.0beta2 (plus 4)
1118
1119 2004-11-09 [christoph]  0.9.12cvs144
1120
1121         * src/compose.c
1122         * src/prefs_account.[ch]
1123                 add option menu to select default privacy system
1124
1125         * src/plugins/pgpmime/pgpmime.c
1126                 better memory allocation
1127
1128         * src/folder.c
1129                 syncronize flags when scanning a folder
1130
1131 2004-11-08 [colin]      0.9.12cvs143
1132
1133         * src/summaryview.c
1134                 Prevent useless folder count updates while 
1135                 quicksearch is running. It is really annoying 
1136                 while quicksearch is running a full-mail
1137                 scan, like 'b foo', in a big folder.
1138
1139 2004-11-08 [colin]      0.9.12cvs142
1140
1141         * src/textview.c
1142                 Really fix these mail URIs
1143
1144 2004-11-08 [colin]      0.9.12cvs141
1145
1146         * src/textview.c
1147                 fix "colin@colino.net" <colin@colino.net> 
1148                 types of URIs
1149
1150 2004-11-06 [colin]      0.9.12cvs140
1151
1152         * src/compose.c
1153                 Don't ask for passphrase if not sending
1154
1155 2004-11-05 [christoph]  0.9.12cvs139
1156
1157         * src/compose.c
1158                 o encode text content of composed mails
1159         * src/procmime.c
1160                 o allow encoding of MimeInfos that are stored in memory buffers
1161                 
1162
1163 2004-11-03 [paul]       0.9.12cvs138
1164
1165         * po/POTFILES.in
1166                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1167                 Patch submitted by Fabien Vantard
1168
1169         * src/prefs_ext_prog.c
1170                 fix typos. Patch submitted by Fabien Vantard
1171
1172         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1173         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1174                 add German, Spanish, Italian, Brazilian Portuguese,
1175                 and Slovak translations. Submitted by Thomas Gilgin,
1176                 J. José del Río 'partymola', Andrea Spadaccini,
1177                 Frederico Goncalves Guimaraes, and Andrej Kacian
1178
1179 2004-11-01 [christoph]  0.9.12cvs137
1180
1181         * src/procmime.c
1182                 implement RFC2231's parameter encoding
1183
1184 2004-10-29 [colin]      0.9.12cvs136
1185
1186         * src/common/utils.c
1187                 Fix boundary delimiter (a Pine user gets this:
1188                 > Malformed message: Unexpected characters at end of parameters:
1189                 > =_Thu__28_Oct_2)
1190
1191 2004-10-29 [paul]
1192
1193         * tools/textviewer.sh
1194                 fix typo. patch submitted by Johann Koenig 
1195                 <explosive@hvc.rr.com>
1196
1197 2004-10-29 [paul]
1198
1199         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1200         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1201                 add French translations, submitted by Fabien Vantard
1202
1203 2004-10-28 [christoph]  0.9.12cvs135
1204
1205         * doc/src/rfc2231.txt                           ** NEW **
1206         * src/procmime.c
1207         * src/common/quoted-printable.c
1208         * src/common/utils.[ch]
1209                 implement RFC2231's parameter decoding
1210
1211 2004-10-27 [paul]
1212
1213         * tools/kdeservicemenu/README
1214         * tools/kdeservicemenu/install.sh
1215         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1216         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1217         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1218                 output files to /tmp instead of littering the
1219                 current dir
1220                 add uninstall function
1221                 refactor
1222
1223 2004-10-26 [christoph]  0.9.12cvs134
1224
1225         * src/procmime.c
1226                 better check if parameters have to be in quoted string
1227
1228 2004-10-25 [paul]
1229
1230         * tools/kdeservicemenu/README
1231         * tools/kdeservicemenu/install.sh
1232         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1233         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1234         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1235                 add files for Sylpheed Service Menu in Konqueror
1236
1237 2004-10-22 [paul]       0.9.12cvs133
1238
1239         * src/compose.c
1240         * src/prefs_common.c
1241         * src/prefs_common.h
1242         * src/prefs_wrapping.c
1243                 remove 'smart wrapping'
1244
1245 2004-10-21 [colin]      0.9.12cvs132
1246
1247         * src/compose.c
1248                 Remove extraneous separator in Options
1249
1250 2004-10-21 [colin]      0.9.12cvs131
1251
1252         * src/compose.c
1253                 Replace "unknown" attachments by "application/octet-stream"
1254                 Be a bit more defensive when using strchr
1255
1256 2004-10-20 [paul]
1257
1258         * po/ru.po
1259                 updated by Pavlo Bohmat
1260
1261 2004-10-19 [christoph]  0.9.12cvs130
1262
1263         * src/compose.c
1264                 fix wrong menu entry path
1265
1266         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1267
1268         * src/gtk/menu.c
1269                 add extra check for missing menu entries
1270
1271 2004-10-19 [christoph]  0.9.12cvs129
1272
1273         * src/compose.c
1274         * src/common/utils.c
1275                 use utils' generate_msgid() in compose.c
1276
1277 2004-10-18 [christoph]  0.9.12cvs128
1278
1279         * src/plugins/pgpmime/passphrase.c
1280         * src/plugins/pgpmime/pgpmime.c
1281         * src/plugins/pgpmime/prefs_gpg.[ch]
1282         * src/plugins/pgpmime/prefs_gpg.glade
1283         * src/plugins/pgpmime/sgpgme.c
1284                 add GPG prefs
1285
1286 2004-10-18 [christoph]  0.9.12cvs127
1287
1288         * src/addrbook.c
1289         * src/addrcache.c
1290         * src/addressbook.c
1291         * src/codeconv.c
1292         * src/compose.c
1293         * src/customheader.c
1294         * src/editaddress.c
1295         * src/editgroup.c
1296         * src/exporthtml.c
1297         * src/folder.c
1298         * src/folderview.c
1299         * src/imap.c
1300         * src/jpilot.c
1301         * src/main.c
1302         * src/matcher_parser_parse.y
1303         * src/mbox.c
1304         * src/pop.c
1305         * src/prefs_account.c
1306         * src/prefs_gtk.c
1307         * src/prefs_msg_colors.c
1308         * src/procheader.c
1309         * src/procmime.[ch]
1310         * src/procmsg.c
1311         * src/summaryview.c
1312         * src/textview.c
1313         * src/common/base64.c
1314         * src/common/partial_download.c
1315         * src/common/socket.c
1316         * src/common/sylpheed.c
1317         * src/common/utils.[ch]
1318         * src/gtk/filesel.c
1319         * src/gtk/pluginwindow.c
1320         * src/gtk/quicksearch.c
1321         * src/plugins/pgpmime/pgpmime.c
1322         * src/plugins/pgpmime/plugin.c
1323         * src/plugins/pgpmime/select-keys.c
1324         * src/plugins/pgpmime/sgpgme.c
1325         * src/plugins/spamassassin/libspamc.c
1326         * src/plugins/trayicon/trayicon.c
1327         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1328         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1329                 o don't use any GNU C extensions
1330                 o fix warnings
1331                 o replace some non-POSIX functions
1332
1333         * src/plugins/spamassassin/spamassassin.[ch]
1334         * src/plugins/spamassassin/spamassassin_gtk.c
1335         * src/plugins/clamav/clamav_plugin.[ch]
1336         * src/plugins/clamav/clamav_plugin_gtk.c
1337                 replace statusbar_print_all() from common code because it is a
1338                 GUI function
1339
1340 2004-10-17 [paul]
1341
1342         * po/es.po
1343         * po/ko.po
1344         * AUTHORS
1345                 update Spanish and Korean translations,
1346                 submitted by Ricardo Mones Lastra and
1347                 SungHyun Nam
1348
1349 2004-10-13 [colin]      0.9.12cvs126
1350
1351         * src/compose.c
1352                 Don't convert message to forced encoding when 
1353                 drafting, plus minor magic-values cleanup.
1354
1355 2004-10-13 [colin]      0.9.12cvs125
1356
1357         * po/POTFILES.in
1358                 Update POTFILES.in to reflect the source
1359                 place changes
1360
1361 2004-10-08 [christoph]  0.9.12cvs124
1362
1363         * m4/spamassassin.m4
1364                 fix libspamc OpenSSL
1365
1366         * src/compose.c
1367                 rearrange the compose menu
1368
1369 2004-10-08 [christoph]  0.9.12cvs123
1370
1371         * src/Makefile.am
1372         * src/account.c
1373         * src/compose.[ch]
1374         * src/crash.c
1375         * src/main.c
1376         * src/mimeview.c
1377         * src/passphrase.[ch]                           ** REMOVE **
1378         * src/prefs_account.[ch]
1379         * src/prefs_common.[ch]
1380         * src/privacy.[ch]
1381         * src/procmime.[ch]
1382         * src/procmsg.c
1383         * src/rfc2015.[ch]                              ** REMOVE **
1384         * src/select-keys.[ch]                          ** REMOVE **
1385         * src/common/utils.[ch]
1386         * src/gtk/about.c
1387         * src/plugins/pgpmime/Makefile.am
1388         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1389         * src/plugins/pgpmime/pgpmime.c
1390         * src/plugins/pgpmime/plugin.c
1391         * src/plugins/pgpmime/prefs_gpg.[ch]
1392         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1393         * src/plugins/pgpmime/sgpgme.[ch]
1394                 o Add new MIME-Writer
1395                 o extend PrivacySystem with sign and encrypt functions
1396                 o extend PGP/MIME plugin with sign and encrypt functions
1397                 o integrate extended Privacy API in Compose and Sending process
1398
1399 2004-10-04 [colin]      0.9.12cvs122
1400
1401         * src/mainwindow.c
1402         * src/messageview.c
1403         * src/messageview.h
1404         * src/textview.c
1405                 Make forced encoding limited to messageview and
1406                 apply only to parts displayed using textview
1407
1408 2004-10-04 [colin]      0.9.12cvs121
1409
1410         * src/summaryview.c
1411                 Fix bug #605 (collapsed threads re-expand when moving or
1412                 deleting mails)
1413
1414 2004-10-03 [colin]      0.9.12cvs120
1415
1416         * src/summaryview.c
1417                 Fix bug #602
1418
1419 2004-10-02 [colin]      0.9.12cvs119
1420
1421         * src/mainwindow.c
1422         * src/messageview.c
1423         * src/prefs_common.h
1424         * src/procmime.c
1425         * src/procmime.h
1426         * src/textview.c
1427                 Clean up forced charset feature
1428                 Add forced decode
1429
1430 2004-10-01 [colin]      0.9.12cvs118
1431
1432         * src/mimeview.c
1433                 Better fix for Save all: skip multipart mails' first 
1434                 text part
1435
1436 2004-10-01 [colin]      0.9.12cvs117
1437
1438         * src/mimeview.c
1439                 Only save attachments in Save All
1440
1441 2004-10-01 [paul]       0.9.12cvs116
1442
1443         * ChangeLog
1444         * ChangeLog.jp
1445         * src/account.c
1446         * src/prefs_common.c
1447         * src/gtk/colorlabel.c
1448                 sync with main 0.9.12cvs17
1449
1450 2004-09-30 [colin]      0.9.12cvs115
1451
1452         * src/stock_pixmap.c
1453         * src/stock_pixmap.h
1454         * src/folderview.c
1455         * src/Makefile.am
1456         * src/pixmaps/read.xpm
1457                 Add icon for total # column
1458
1459 2004-09-29 [colin]      0.9.12cvs114
1460
1461         * src/compose.c
1462                 Don't close compose until message is sent if 
1463                 Show Send Dialog is Always
1464
1465 2004-09-29 [paul]       0.9.12cvs113
1466
1467         * src/quote_fmt_parse.y
1468                 In the quotation templates recognise sender's first and last 
1469                 names (%F %L) when the name is in the format "Duck, Donald".
1470                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1471
1472
1473 2004-09-28 [colin]      0.9.12cvs112
1474
1475         * src/mainwindow.c
1476                 Put back mnemonic
1477         * src/folderview.c
1478                 Fix Empty trash being visible-invisible-visible...
1479
1480 2004-09-28 [colin]      0.9.12cvs111
1481
1482         * src/mainwindow.c
1483                 Relabel Empty all Trash folders
1484
1485 2004-09-28 [colin]      0.9.12cvs110
1486
1487         * src/folderview.c
1488                 Add contextual Empty trash menu
1489         * src/mainwindow.c
1490                 Revert cvs109 which was useless
1491
1492 2004-09-28 [colin]      0.9.12cvs109
1493
1494         * src/mainwindow.c
1495                 Fix uninialized var
1496
1497 2004-09-28 [colin]      0.9.12cvs108
1498
1499         * src/addressbook.c
1500                 Fix triple-click
1501
1502 2004-09-28 [colin]      0.9.12cvs107
1503
1504         * src/addressbook.c
1505                 Fix double-click on entries
1506
1507 2004-09-28 [colin]      0.9.12cvs106
1508
1509         * src/inc.c
1510                 Reintroduce folder_item update freeze on incorporation
1511
1512 2004-09-27 [christoph]  0.9.12cvs105
1513
1514         * src/folderview.c
1515                 right-align new and unread column
1516
1517 2004-09-27 [paul]
1518
1519         * 0.9.12b released
1520
1521 2004-09-27 [paul]       0.9.12cvs104
1522
1523         * src/main.c
1524                 revert 0.9.12cvs101, it causes another segfault
1525
1526 2004-09-23 [christoph]  0.9.12cvs103
1527
1528         * src/plugins/spamassassin/libspamc.[ch]
1529         * src/plugins/spamassassin/utils.[ch]
1530                 update libspamc to SpamAssassin 3.0.0
1531
1532 2004-09-17 [paul]       0.9.12cvs102
1533
1534         * ChangeLog
1535         * ChangeLog.jp
1536         * src/inc.c
1537                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1538  
1539
1540 2004-09-17 [colin]      0.9.12cvs101
1541
1542         * src/main.c
1543                 Fix segfaults when quitting. valgrind says:
1544                         ==12144== Invalid read of size 4
1545                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1546                         [...]
1547                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1548                         [...]
1549                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1550
1551
1552 2004-09-13 [christoph]  0.9.12cvs100
1553
1554         * src/folder.c
1555                 add NULL pointer checks to fix segfault when messages can
1556                 not be fetched
1557
1558 2004-09-08 [colin]      0.9.12cvs99
1559
1560         * src/account.c
1561                 Remove a debug printf
1562
1563 2004-09-08 [christoph]  0.9.12cvs98
1564
1565         * src/procmsg.[ch]
1566                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1567                 if the message structure has been scanned
1568
1569         * src/folder.c
1570                 o scan structure when the mail is fetched for the first time
1571                   to prevent unnecessary fetching of messages while scanning
1572                   the folder for messages
1573                 o revert 0.9.12cvs24
1574
1575         * src/plugins/pgpmime/pgpmime.c
1576                 check signature if auto signature checking is enabled when the
1577                 signature status is requested for first time and not when
1578                 checking if a part has a signature
1579
1580 2004-09-07 [colin]      0.9.12cvs97
1581
1582         * src/inc.c
1583                 Change session error messages so that they
1584                 are a bit more helpful (the origin of the
1585                 error is not apparent if one isn't in 
1586                 front of Sylpheed when it happens).
1587
1588 2004-09-06 [colin]      0.9.12cvs96
1589
1590         * src/toolbar.c
1591                 Fix graying out Redirect in non english languages
1592                 Patch by Fabien Vantard
1593
1594 2004-09-06 [colin]      0.9.12cvs95
1595
1596         * src/summaryview.c
1597         * src/mimeview.c
1598                 Fix dropped URIs
1599
1600 2004-09-06 [colin]      0.9.12cvs94
1601
1602         * src/addressbook.c
1603         * src/addressitem.h
1604         * src/addritem.c
1605         * src/addritem.h
1606                 Add basic drag and drop to addressbook
1607
1608 2004-09-03 [colin]      0.9.12cvs93
1609
1610         * src/summaryview.c
1611                 Next/Prev unread message should start
1612                 from next/prev node (especially if 
1613                 mark_as_read_delay != 0)
1614
1615 2004-09-03 [colin]      0.9.12cvs92
1616
1617         * src/prefs_common.c
1618         * src/prefs_common.h
1619         * src/summaryview.c
1620                 Add an hidden 'mark_as_read_delay' pref 
1621
1622 2004-09-02 [colin]      0.9.12cvs91
1623
1624         * src/gtk/menu.c
1625                 Add unduplicated menu entries (fixes bug 532)
1626                 Patch by Fabien Vantard
1627
1628 2004-09-02 [colin]      0.9.12cvs90
1629
1630         * src/account.c
1631                 Fix bug 582 (broken auto account selection)
1632
1633 2004-09-02 [colin]      0.9.12cvs89
1634
1635         * src/addrindex.c
1636                 Free deleted queries too
1637
1638 2004-09-02 [colin]      0.9.12cvs88
1639
1640         * src/ldapquery.c
1641                 Fix freezes in LDAP, due to memory corruption
1642                 after deletion of a query (and not removing it
1643                 from the corresponding list of queries).
1644                 Very probably fixes bug 567 and bug 569
1645
1646 2004-09-02 [colin]      0.9.12cvs87
1647
1648         * src/prefs_spelling.c
1649                 Fix bug with aspell prefs init, where spell checking
1650                 is enabled at first but dictionary not specified. Use
1651                 LANG's dictionary by default.
1652
1653 2004-09-01 [colin]      0.9.12cvs86
1654
1655         * src/filtering.c
1656         * src/imap.c
1657         * src/prefs_matcher.c
1658         * src/stock_pixmap.c
1659                 Fix more nasty uninitialized variables
1660
1661 2004-08-31 [colin]      0.9.12cvs85
1662
1663         * src/folder.c
1664                 Fix memory corruption when entering procmsg_msginfo_free()
1665                 with unitialized msginfo. Thanks Valgrind.
1666
1667 2004-08-29 [colin]      0.9.12cvs84
1668
1669         * src/mimeview.c
1670                 Don't escape filenames before saving - that's 
1671                 not dangerous. By the way, fix the leak.
1672
1673 2004-08-27 [paul]       0.9.12cvs83
1674
1675         * src/mh.c
1676         * src/procheader.c
1677         * src/procmsg.c
1678         * src/procmsg.h
1679         * src/common/utils.c
1680         * src/gtk/menu.h
1681                 sync with main 0.9.12cvs6, see ChangeLog
1682                 2004-08-24, 2004-08-25, 2004-08-26
1683
1684
1685 2004-08-26 [paul]
1686
1687         * po/ja.po
1688                 updated by Rui Hirokawa
1689
1690 2004-08-25 [colin]      0.9.12cvs82
1691
1692         * src/plugins/pgpmime/pgpmime.c
1693                 Fix leak on non-combined encrypted messages
1694
1695 2004-08-25 [colin]      0.9.12cvs81
1696
1697         * src/plugins/pgpmime/pgpmime.c
1698         * src/plugins/pgpmime/sgpgme.c
1699         * src/plugins/pgpmime/sgpgme.h
1700                 Handle combined encryption/signature
1701
1702 2004-08-24 [colin]      0.9.12cvs80
1703
1704         * src/folder.c
1705                 Set mime flags on non multipart messages too
1706
1707 2004-08-23 [christoph]  0.9.12cvs79
1708
1709         * src/compose.c
1710                 create message header in memory as GString before writing it
1711                 to the message file
1712
1713 2004-08-23 [colin]      0.9.12cvs78
1714
1715         * src/rfc2015.c
1716         * src/rfc2015.h
1717         * src/compose.c
1718                 Fix (again) bug 197: inline encryption broken
1719
1720 2004-08-23 [paul]
1721
1722         * po/zh_CN.po
1723                 updated by Hansom Young
1724
1725 2004-08-23 [paul]
1726
1727         * 0.9.12a released
1728
1729 2004-08-23 [colin]      0.9.12cvs77
1730
1731         * src/imap.c
1732                 Try and fix bug 577 (session->last_access_time is broken since 
1733                 sync with main 0.9.12cvs2). 
1734                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1735
1736 2004-08-23 [paul]
1737
1738         * po/es.po
1739         * po/fr.po
1740         * po/pl.po
1741         * po/pt_BR.po
1742         * po/sk.po
1743         * po/sr.po
1744                 update translations. submitted by Ricardo
1745                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1746                 Frederico Goncalves Guimaraes, Andrej Kacian,
1747                 Urke MMI
1748
1749 2004-08-22 [paul]       0.9.12cvs76
1750
1751         * src/plugins/trayicon/trayicon.c
1752                 fix formatting bug in trayicon_popup_menu_entries[]
1753
1754
1755 2004-08-22 [paul]       0.9.12cvs75
1756
1757         * m4/Makefile.am
1758                 remove reference to openssl.m4
1759
1760
1761 2004-08-21 [colin]      0.9.12cvs74
1762
1763         * src/compose.c
1764                 Fix bug 576 (Duplicate auto-bcc on reedit)
1765
1766 2004-08-21 [colin]      0.9.12cvs73
1767
1768         * src/toolbar.c
1769                 Grey out Redirect in the toolbar when selection is
1770                 multiple. Fixes bug 520
1771
1772 2004-08-21 [colin]      0.9.12cvs72
1773
1774         * src/compose.c
1775                 Save Sign, Encrypt and Mode status when drafting or queuing
1776                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1777                 state)
1778
1779 2004-08-21 [colin]      0.9.12cvs71
1780
1781         * src/summaryview.c
1782                 Fix bug 494 (Messages are always opened in summary 
1783                 view when right clicked.) Also fixes bug 508.
1784
1785 2004-08-21 [colin]      0.9.12cvs70
1786
1787         * src/compose.c
1788                 When using inline encryption, don't use QP or Base64:
1789                 the mail will be encrypted to a 7bit string.
1790                 Fixes bug 197
1791
1792 2004-08-21 [colin]      0.9.12cvs69
1793
1794         * src/compose.c
1795                 Fix inline-signing with 8bit chars: data must be 
1796                 converted to Quoted-printable before signing.
1797
1798 2004-08-21 [colin]      0.9.12cvs68
1799
1800         * src/compose.c
1801                 Remove 'Message/Save to draft folder'
1802                 and 'Message/Save and keep editing' to 
1803                 put a single 'File/Save' command.
1804                 Fixes bug 224
1805
1806 2004-08-21 [colin]      0.9.12cvs67
1807
1808         * src/mainwindow.c
1809                 Fix bug 222 (Summary view state not retained between sessions)
1810
1811 2004-08-20 [colin]      0.9.12cvs66
1812
1813         * src/codeconv.c
1814                 Fix bug 574 (empty cur_locale is not enough)
1815
1816 2004-08-20 [paul]
1817
1818         * src/plugins/pgpmime/plugin.c
1819                 modify PGP/MIME plugin's description
1820
1821 2004-08-16 [colin]      0.9.12cvs65
1822
1823         * src/common/ssl.c
1824                 Fix version comparison
1825
1826 2004-08-16 [colin]      0.9.12cvs64
1827
1828         * src/common/ssl.c
1829                 I meant 2.2.
1830
1831 2004-08-16 [colin]      0.9.12cvs63
1832
1833         * src/common/ssl.c
1834                 People with glibc 2.1 have had problems with non-blocking
1835                 SSL_connect. Disable it for glibc < 2.2.
1836
1837 2004-08-16 [colin]      0.9.12cvs62
1838
1839         * src/common/ssl.c
1840                 Fix format error
1841
1842 2004-08-13 [colin]      0.9.12cvs61
1843
1844         * src/plugins/pgpmime/plugin.c
1845                 Add plugin's description
1846
1847 2004-08-12 [christoph]  0.9.12cvs60
1848
1849         * src/folderutils.c
1850                 fix bug that did not thaw folder updates when deleting
1851                 duplicates in empty folders
1852
1853 2004-08-12 [colin]      0.9.12cvs59
1854
1855         * src/plugins/trayicon/trayicon.c
1856                 Add a context menu with most common operations
1857
1858 2004-08-12 [colin]      0.9.12cvs58
1859
1860         * configure.ac
1861         * sylpheed.desktop
1862         * src/Makefile.am
1863         * src/main.c
1864                 Add support for Freedesktop.org's startup notification
1865
1866 2004-08-10 [colin]      0.9.12cvs57
1867
1868         * src/main.c
1869         * src/common/socket.c
1870         * src/common/ssl.c
1871         * src/common/sylpheed.c
1872         * src/common/sylpheed.h
1873                 Put back the ssl connect nonblocking...
1874                 without the race condition
1875
1876 2004-08-09 [colin]      0.9.12cvs56
1877
1878         * src/main.c
1879         * src/common/ssl.c
1880         * src/common/sylpheed.c
1881         * src/common/sylpheed.h
1882                 Reverting previous commit, doesn't work 
1883
1884 2004-08-09 [colin]      0.9.12cvs55
1885
1886         * src/main.c
1887         * src/common/ssl.c
1888         * src/common/sylpheed.c
1889         * src/common/sylpheed.h
1890                 Make SSL_connect nonblocking, using a thread
1891
1892 2004-08-09 [paul]       0.9.12cvs54
1893
1894         * po/POTFILES.in
1895                 reflect new location of sgpgme.c
1896         * src/main.c
1897                 sync with main, see ChangeLog 2004-08-09
1898
1899 2004-08-08 [christoph]  0.9.12cvs53
1900
1901         * src/folderutils.c
1902                 freeze FolderItem updates while deleting duplicate messages
1903
1904 2004-08-08 [christoph]  0.9.12cvs52
1905
1906         * configure.ac
1907         * src/Makefile.am
1908         * src/main.c
1909         * src/pgpmime.c
1910         * src/pgpmime.h
1911         * src/sgpgme.c
1912         * src/sgpgme.h
1913         * src/plugins/Makefile.am
1914         * src/plugins/pgpmime/.cvsignore
1915         * src/plugins/pgpmime/Makefile.am
1916         * src/plugins/pgpmime/pgpmime.c
1917         * src/plugins/pgpmime/pgpmime.h
1918         * src/plugins/pgpmime/plugin.c
1919         * src/plugins/pgpmime/sgpgme.c
1920         * src/plugins/pgpmime/sgpgme.h
1921                 new plugin for PGP/MIME
1922
1923 2004-08-07 [christoph]  0.9.12cvs51
1924
1925         * src/folder.c
1926                 disable immediate folder change notification on opened folders
1927                 until SummaryView can handle it quickly
1928
1929 2004-08-07 [colin]      0.9.12cvs50
1930
1931         * src/pop.c
1932         * src/common/partial_download.c
1933                 fix warnings
1934
1935 2004-08-07 [colin]      0.9.12cvs49
1936
1937         * src/Makefile.am
1938         * src/account.c
1939         * src/addressbook.c
1940         * src/alertpanel.c
1941         * src/alertpanel.h
1942         * src/compose.c
1943         * src/exphtmldlg.c
1944         * src/expldifdlg.c
1945         * src/main.c
1946         * src/message_search.c
1947         * src/messageview.c
1948         * src/pop.c
1949         * src/sgpgme.c
1950         * src/summary_search.c
1951         * src/summaryview.c
1952         * src/textview.c
1953         * src/gtk/sslcertwindow.c
1954         * src/pixmaps/stock_dialog-error.xpm
1955         * src/pixmaps/stock_dialog-info.xpm
1956         * src/pixmaps/stock_dialog-question.xpm
1957         * src/pixmaps/stock_dialog-warning.xpm
1958                 sync new alertpanel from gtk2
1959
1960 2004-08-07 [colin]      0.9.12cvs48
1961
1962         * src/prefs_folder_item.c
1963                 fix memory corruption in folderitem's prefs
1964
1965 2004-08-06 [colin]      0.9.12cvs47
1966
1967         * src/compose.c
1968                 close compose window after queuing, before 
1969                 sending when user presses Send
1970
1971 2004-08-05 [christoph]  0.9.12cvs46
1972
1973         * src/msgcache.c
1974         * src/common/defs.h
1975                 add charset to cache file and convert charset when reading the
1976                 cache if different from internal used charset
1977
1978 2004-08-05 [christoph]  0.9.12cvs45
1979
1980         * src/messageview.c
1981         * src/mimeview.[ch]
1982         * src/procmime.h
1983         * src/common/utils.h
1984                 cleanup (remove unused includes/reorganize)
1985
1986         * src/prefs_ext_prog.c
1987         * src/prefs_folder_item.c
1988         * src/prefs_fonts.c
1989         * src/prefs_msg_colors.c
1990         * src/prefs_spelling.c
1991         * src/prefs_themes.c
1992         * src/prefs_toolbar.c
1993         * src/prefs_wrapping.c
1994         * src/gtk/prefswindow.[ch]
1995         * src/plugins/clamav/clamav_plugin_gtk.c
1996         * src/plugins/dillo_viewer/dillo_prefs.c
1997         * src/plugins/image_viewer/viewerprefs.c
1998         * src/plugins/spamassassin/spamassassin_gtk.c
1999                 change PrefsPage path into an array of strings and don't
2000                 split a single string into parts (better for translation)
2001
2002 2004-08-05 [christoph]  0.9.12cvs44
2003
2004         * src/folder.c
2005                 fix FolderItem's message counts after rebuilding a cache
2006
2007 2004-08-05 [paul]       0.9.12cvs43
2008
2009         * ChangeLog
2010         * ChangeLog.jp
2011         * src/imap.c
2012         * src/news.c
2013         * src/common/nntp.c
2014         * src/common/session.c
2015         * src/common/session.h
2016         * src/common/socket.c
2017                 sync with main 0.9.12cvs2
2018                 see ChangeLog 2004-08-04
2019
2020 2004-08-04 [christoph]  0.9.12cvs42
2021
2022         * configure.ac
2023                 add missing AC_DEFINE(USE_OPENSSL, ...)
2024         * src/folder.c
2025                 use new xml_node_new() function
2026
2027 2004-08-03 [christoph]  0.9.12cvs41
2028
2029         * src/folder.c
2030         * src/localfolder.c
2031         * src/common/xml.[ch]
2032                 sync with main 0.9.12cvs1
2033                 see ChangeLog 2004-07-23
2034
2035 2004-08-03 [christoph]
2036
2037         * configure.ac
2038         * m4/openssl.m4                 ** REMOVE **
2039                 use pkg-config to get OpenSSL CFLAGS and LIBS
2040                 (OpenSSL 0.9.7 is required now)
2041
2042 2004-08-02 [paul]       0.9.12cvs40
2043
2044         * AUTHORS
2045                 update translation team section
2046         * po/pt_BR.po
2047                 updated by Frederico Goncalves Guimaraes
2048                 <fggdebian@yahoo.com.br>
2049
2050 2004-07-29 [colin]      0.9.12cvs39
2051
2052         * src/messageview.c
2053                 Inform the user when a partially 
2054                 downloaded mail isn't on the server
2055                 anymore (due to Mark for deletion)
2056
2057 2004-07-29 [colin]      0.9.12cvs38
2058
2059         * src/messageview.c
2060                 Hide noticeview if necessary
2061
2062 2004-07-27 [colin]      0.9.12cvs37
2063
2064         * src/msgcache.c
2065                 More fixes (i overlook a bit, thanks
2066                 Christoph for spotting it)
2067
2068 2004-07-27 [colin]      0.9.12cvs36
2069
2070         * src/msgcache.c
2071                 Fix wrong test 
2072
2073 2004-07-26 [colin]      0.9.12cvs35
2074
2075         * src/pop.c
2076                 Fix uidl-file parsing when not in new
2077                 format
2078
2079 2004-07-19 [colin]      0.9.12cvs34
2080
2081         * src/compose.c
2082                 Save attachment status when drafting
2083
2084 2004-07-19 [colin]      0.9.12cvs33
2085
2086         * src/folder.h
2087         * src/folderview.c
2088         * src/summaryview.c
2089                 Reverse 0.9.12cvs29 to 31 (folder icon update
2090                 when quicksearch is active)
2091
2092 2004-07-18 [colin]      0.9.12cvs32
2093
2094         * src/pop.c
2095                 Fix partial download bug with "Download all
2096                 messages" option
2097
2098 2004-07-18 [colin]      0.9.12cvs31
2099
2100         * src/folderview.c
2101                 Fix crash
2102
2103 2004-07-17 [colin]      0.9.12cvs30
2104
2105         * src/summaryview.c
2106                 Same, when sticky search is off
2107
2108 2004-07-17 [colin]      0.9.12cvs29
2109
2110         * src/folder.h
2111         * src/folderview.c
2112         * src/summaryview.c
2113                 Update FolderItem icon whenever its summaryview is 
2114                 filtered
2115
2116 2004-07-16 [christoph]  0.9.12cvs28
2117
2118         * src/mimeview.c
2119                 make doubleclick work again
2120
2121 2004-07-16 [christoph]  0.9.12cvs27
2122
2123         * src/mimeview.c
2124                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2125
2126 2004-07-16 [paul]       0.9.12cvs26
2127         
2128         * src/gtk/quicksearch.c
2129         * src/compose.c
2130         * src/customheader.c
2131         * src/messageview.c
2132         * src/news.c
2133         * src/prefs_account.c
2134         * src/prefs_display_header.c
2135         * src/procheader.c
2136                 replace "Message-Id" with "Message-ID"
2137
2138 2004-07-16 [paul]       0.9.12cvs25
2139
2140         * ChangeLog
2141         * ChangeLog.jp
2142         * src/account.c
2143         * src/account.h
2144         * src/folder_item_prefs.c
2145         * src/main.c
2146         * src/pop.c
2147         * src/pop.h
2148         * src/prefs_account.c
2149         * src/prefs_account.h
2150         * src/prefs_common.c
2151         * src/prefs_common.h
2152         * src/prefs_gtk.c
2153         * src/prefs_gtk.h
2154                 sync with main 0.9.12cvs1
2155
2156 2004-07-15 [colin]      0.9.12cvs24
2157
2158         * src/folder.c
2159                 Disable GPG signature check during
2160                 folder move and scan 
2161         (Closes Bug 521 Signature checking slows down Folder-Move)
2162
2163 2004-07-14 [christoph]  0.9.12cvs23
2164
2165         * src/pgpmime.c
2166                 add missing fclose. Patch by Thomas Gilgin.
2167
2168         * src/procmime.c
2169                 add checks if fopen really worked
2170
2171 2004-07-14 [colin]      0.9.12cvs22
2172
2173         * src/pop.c
2174         * src/common/partial_download.c
2175                 Update includes
2176
2177 2004-07-14 [colin]      0.9.12cvs21
2178
2179         * src/folder.c
2180         * src/inc.c
2181         * src/matcher.c
2182         * src/matcher.h
2183         * src/matcher_parser_parse.y
2184         * src/messageview.c
2185         * src/msgcache.c
2186         * src/noticeview.c
2187         * src/noticeview.h
2188         * src/pop.c
2189         * src/pop.h
2190         * src/prefs_matcher.c
2191         * src/procheader.c
2192         * src/procmsg.c
2193         * src/procmsg.h
2194         * src/summaryview.c
2195         * src/common/Makefile.am
2196         * src/common/defs.h
2197         * src/gtk/quicksearch.c
2198         * src/common/partial_download.c ** NEW FILES **
2199         * src/common/partial_download.h ** NEW FILES **
2200                 Partial downloading of pop3 mails
2201
2202 2004-07-13 [christoph]  0.9.12cvs20
2203
2204         * src/mimeview.c
2205                 use "button_release_event" instead of "button_press_event",
2206                 because executing event callbacks while the button is still
2207                 pressed is not good and causes problems
2208
2209 2004-07-12 [colin]      0.9.12cvs19
2210
2211         * src/gtk/quicksearch.c
2212                 Fix a missing status update in quicksearch
2213
2214 2004-07-08 [colin]      0.9.12cvs18
2215
2216         * src/common/smtp.h
2217                 Fix guint vs gint bug
2218
2219 2004-07-08 [colin]      0.9.12cvs17
2220
2221         * src/common/smtp.c
2222                 use to_human_readable() for sizes
2223
2224 2004-07-08 [paul]       0.9.12cvs16
2225
2226         * src/inc.c [1.174]
2227                 fix occasional non-clearance of the statusbar
2228                 (close Bug 531 'SA plugin: status bar does not 
2229                  get cleared in OFFLINE mode')
2230
2231 2004-07-07 [colin]      0.9.12cvs15
2232
2233         * src/prefs_common.c [1.225]
2234         * src/prefs_common.h [1.112]
2235                 Add a hidden summary_quicksearch_sticky preference,
2236                 to allow the quicksearch bar to reset across folders
2237         * src/summaryview.c [1.437]
2238                 Use this preference
2239         * src/gtk/quicksearch.c [1.5]
2240         * src/gtk/quicksearch.h [1.3]
2241                 Add this preference, fix focus when hitting Enter,
2242                 add handling of Esc key to reset
2243
2244 2004-07-06 [colin]      0.9.12cvs14
2245
2246         * src/gtk/quicksearch.c [1.4]
2247                 Add Clear button
2248
2249 2004-07-06 [christoph]  0.9.12cvs13
2250
2251         * src/toolbar.c
2252                 enable next unread button in empty folders if next folder
2253                 dialog is not disabled
2254
2255         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2256          folders)
2257
2258 2004-07-06 [colin]      0.9.12cvs12
2259
2260         * src/common/smtp.c [1.16]
2261                 Display maximum message size in the log
2262
2263 2004-07-06 [paul]       0.9.12cvs11
2264
2265         * src/toolbar.c
2266                 fix typo. (spotted by Fabien Vantard)
2267
2268 2004-07-06 [paul]       0.9.12cvs10
2269
2270         * src/main.c
2271                 terminate cleanly on SIGHUP. Patch submitted by
2272                 Thomas Gilgin <thg@karate-muellheim.de>
2273
2274 2004-07-05 [christoph]  0.9.12cvs9
2275
2276         * src/inc.c
2277                 better replacing of %d in new mail notification command
2278
2279 2004-07-05 [colin]      0.9.12cvs8
2280
2281         * src/common/smtp.[ch]
2282                 Take SIZE (returned by EHLO) into account, and
2283                 avoid sending too big messages
2284
2285 2004-07-04 [paul]       0.9.12cvs7
2286
2287         * src/account.c
2288                 fix auto-account selection on imap/news
2289
2290 2004-07-01 [paul]       0.9.12cvs6
2291
2292         * src/gtk/quicksearch.c
2293                 reveal hidden string in gui
2294                 
2295         * src/compose.c
2296                 fix updating of gpg signing setting on 
2297                 switching accounts
2298
2299 2004-06-30 [darko]      0.9.12cvs5
2300
2301         * src/common/utils.c
2302                 remove expand_search_string()
2303         * src/gtk/quicksearch.c
2304                 remove no longer needed for loop (thanks Christoph)
2305                 add expand_search_string()
2306
2307 2004-06-30 [darko]      0.9.12cvs4
2308
2309         * src/common/utils.c
2310                 allow all filtering expressions in quicksearch
2311
2312         (Closes Bug 519 filtering expr. in quicksearch)
2313
2314 2004-06-30 [christoph]  0.9.12cvs3
2315
2316         * configure.ac
2317                 better 'localedir'
2318
2319         * src/common/intl.h
2320                 allow plugins to define TEXTDOMAIN for the _(...) macro
2321
2322 2004-06-30 [paul]       0.9.12cvs2
2323
2324         * po/POTFILES.in
2325           src/Makefile.am
2326           src/main.c
2327           src/prefs_common.c
2328           src/prefs_msg_colors.[ch]     ** NEW FILES **
2329                 move message colouring options to
2330                 '/Other Preferences/Message View/Colors'
2331
2332 2004-06-30 [paul]       0.9.12cvs1
2333
2334         * po/POTFILES.in
2335           src/Makefile.am
2336           src/main.c
2337           src/prefs_common.c
2338           src/prefs_wrapping.[ch]       ** NEW FILES **
2339                 move message wrapping options to
2340                 /'Other Preferences/Compose/Message Wrapping'
2341
2342 2004-06-28 [paul]       0.9.12
2343
2344         * Sylpheed-Claws 0.9.12 released
2345
2346         * po/es.po
2347           po/fr.po
2348           po/sk.po
2349                 updated by Ricardo Mones Lastra, Fabien Vantard,
2350                 Andrej Kacian
2351
2352 2004-06-27 [paul]       0.9.11cvs19
2353
2354         * src/common/ssl.c
2355                 re-enable certificate check
2356
2357 2004-06-25 [christoph]  0.9.11cvs18
2358
2359         * src/procmsg.h
2360                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2361
2362 2004-06-25 [paul]       0.9.11cvs17
2363
2364         * sync with main 0.9.12cvs1
2365                 see ChangeLog 2004-06-23
2366                 
2367         * src/gtk/menu.c
2368                 remove unused menu_toggle_toggle()
2369
2370 2004-06-23 [christoph]  0.9.11cvs16
2371
2372         * src/folder.c
2373         * src/procheader.c
2374         * src/procmsg.h
2375         * src/summaryview.c
2376                 scan the mime structure of multipart mails for correct
2377                 attachment, encryped and signed (with privacy API) part
2378                 detection
2379
2380         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2381
2382 2004-06-22 [paul]
2383
2384         * po/ru.po
2385                 updated by Pavlo Bohmat
2386
2387 2004-06-20 [christoph]  0.9.11cvs15
2388
2389         * src/inc.c
2390         * src/pop.[ch]
2391                 disconnect after authentication when doing POP before SMTP
2392
2393         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2394
2395 2004-06-19 [christoph]  0.9.11cvs14
2396
2397         * src/folder.c
2398                 fix FolderItem name update
2399
2400         (Closes Bug 511 Folder-Renaming not reflected immediately)
2401
2402 2004-06-17 [paul]       0.9.11cvs13
2403         
2404         * sync with main 0.9.12 release
2405           src/session.c
2406                 session_set_timeout(): fixed a bug that didn't
2407                 reset timeout_tag when interval is 0.
2408
2409 2004-06-16 [christoph]  0.9.11cvs12
2410
2411         * src/textview.c
2412                 correctly clear the URL in the status bar
2413
2414 2004-06-15 [christoph]  0.9.11cvs11
2415
2416         * src/summaryview.c
2417                 add missing gtk_widget_show()
2418
2419 2004-06-11 [christoph]  0.9.11cvs10
2420
2421         * src/plugins/spamassassin/spamassassin.c
2422                 correctly check waitpid return code
2423
2424         (Closes Bug 396 Zombie process when spamassassin is called)
2425
2426 2004-06-10 [christoph]  0.9.11cvs9
2427
2428         * src/mainwindow.c
2429         * src/summaryview.[ch]
2430         * src/gtk/Makefile.am
2431         * src/gtk/quicksearch.c                         ** NEW **
2432                 separate quick search from summaryview
2433
2434 2004-06-09 [christoph]  0.9.11cvs8
2435
2436         * src/inc.c
2437                 remove unused code
2438
2439         * src/textview.c
2440                 get folder for compose default account from MsgInfo and not
2441                 from SummaryView
2442
2443 2004-06-09 [christoph]  0.9.11cvs7
2444
2445         * src/folder.[ch]
2446                 add information about added or removed messages to
2447                 FOLDER_ITEM_UPDATE hook
2448
2449         * src/imap_gtk.c
2450         * src/mh_gtk.c
2451                 scan folder when removing a folder failed instead of
2452                 updating the summaryview
2453
2454 2004-06-08 [paul]       0.9.11cvs6
2455
2456         * sync with main 0.9.11cvs2
2457                 see ChangeLog 2004-06-08
2458
2459 2004-06-07 [christoph]  0.9.11cvs5
2460
2461         * configure.ac
2462         * src/common/Makefile.am
2463                 detect library providing 'encrypt' function
2464
2465 2004-06-07 [paul]       0.9.11cvs4
2466
2467         * src/inc.c
2468                 sync with main, 'code cleanup'
2469                 
2470         * tools/nautilus2sylpheed.sh
2471                 fix whitespace limitation. patch submitted by
2472                 Stephan Sachse <white@teg-clan.de>
2473
2474 2004-06-04 [christoph]  0.9.11cvs3
2475
2476         * src/account.c
2477         * src/action.[ch]
2478         * src/addressbook.c
2479         * src/addrindex.h
2480         * src/folder.h
2481         * src/folder_item_prefs.c
2482         * src/inc.c
2483         * src/main.c
2484         * src/messageview.c
2485         * src/mh_gtk.c
2486         * src/prefs_themes.c
2487         * src/procmime.c
2488         * src/quote_fmt.h
2489         * src/stock_pixmap.c
2490         * src/toolbar.c
2491                 fix compiler warnings
2492
2493 2004-06-03 [paul]       0.9.11cvs2
2494
2495         * src/msgcache.c
2496                 sync with main 0.9.11cvs1: "changed gint32 to
2497                 guint32 for some platforms"
2498
2499 2004-06-02 [christoph]  0.9.11cvs1
2500
2501         * src/common/ssl.c
2502                 fix SSL_CTX variable name for older OpenSSL versions
2503
2504         (Closes Bug 503 fix compilation with older OpenSSL)
2505
2506 2004-05-31 [paul]       0.9.11claws
2507
2508         * 0.9.11claws released
2509
2510 2004-05-31 [paul]       0.9.10claws72
2511
2512         * po/es.po
2513           po/it.po
2514           po/ja.po
2515           po/pl.po
2516           po/sk.po
2517           po/sr.po
2518           po/zh_CN.po
2519                 update translations, submitted by Ricardo Mones Lastra,
2520                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2521                 Urke MMI, and Hansom Young
2522
2523 2004-05-25 [luke]       0.9.10claws71
2524
2525         * AUTHORS
2526         * src/mimeview.c
2527         * src/stockpixmap.[ch]
2528         * src/Makefile.am
2529         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2530         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2531         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2532         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2533         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2534
2535                 o Added privacy emblems from Jesper Shultz 
2536                   <jesper@schultz-net.dk>
2537                 o Overlay emblems onto mimeview icons to indicate
2538                   status of signature and if a message is encrypted
2539         
2540         * src/textview.c
2541                 remove unused color definitions (were used to 
2542                 indicate sig status)
2543
2544 2004-05-25 [paul]       0.9.10claws70
2545
2546         * AUTHORS
2547           tools/Makefile.am
2548           tools/README
2549           tools/nautilus2sylpheed.sh            ** NEW FILE **
2550                 add script to enable sending files from
2551                 nautilus.
2552                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2553                 
2554         * tools/launch_firebird                 ** REMOVED **
2555                 removed as the standard "firefox '%s'" now functions
2556                 correctly
2557
2558 2004-05-23 [paul]       0.9.10claws69
2559
2560         * src/compose.c
2561                 fix %X cursor point segfault
2562                 patch by Christoph
2563
2564 2004-05-23 [christoph]  0.9.10claws68
2565
2566         * src/folder.c
2567                 fix folder moving
2568
2569 2004-05-21 [paul]       0.9.10claws67
2570
2571         * sync with 0.9.10cvs17
2572                 see ChangeLog 2004-05-21
2573
2574 2004-05-20 [paul]       0.9.10claws66
2575
2576         * sync with 0.9.10cvs16
2577                 see ChangeLog 2004-05-19 and 2004-05-20
2578
2579 2004-05-19 [alfons]     0.9.10claws65
2580
2581         * src/summaryview.h
2582                 on some platforms regoff_t is defined as off_t, so 
2583                 pull in sys/types.h
2584
2585 2004-05-19 [paul]       0.9.10claws64
2586
2587         * sync with 0.9.10cvs13
2588                 see ChangeLog 2004-05-18
2589
2590 2004-05-17 [christoph]  0.9.10claws63
2591
2592         * src/folder.c
2593                 search all folders when searching for default folders and
2594                 not return the special folder of the first folder
2595
2596 2004-05-13 [alfons]     0.9.10claws62
2597
2598         * src/summaryview.c
2599                 add a better check to see if a message is a news message
2600                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2601
2602 2004-05-13 [paul]       0.9.10claws61
2603
2604         * src/msgcache.c
2605                 sync with 0.9.10cvs12
2606                 see ChangeLog 2004-05-12
2607
2608 2004-05-12 [alfons]     0.9.10claws60
2609
2610         * src/folderview.c
2611                 release lock in case of folder could not be opened 
2612
2613 2004-05-11 [christoph]  0.9.10claws59
2614
2615         * src/inc.[ch]
2616                 remove unused folderview update stuff from inc.[ch]
2617
2618 2004-05-11 [paul]       0.9.10claws58
2619
2620         * sync with 0.9.10cvs11
2621                 see ChangeLog 2004-05-10 and 2004-05-11
2622
2623 2004-05-09 [christoph]  0.9.10claws57
2624
2625         * src/folderview.c
2626                 check for folder class functions and not folder type to detect
2627                 valid drag targets
2628
2629 2004-05-08 [christoph]  0.9.10claws56
2630
2631         * src/sgpgme.c
2632                 fix date output for signature expire times
2633
2634         (Patch by Edgar Toernig <froese@gmx.de>)
2635
2636 2004-05-06 [christoph]  0.9.10claws55
2637
2638         * src/gtk/prefswindow.c
2639                 change window type to DIALOG
2640
2641         * src/folder.[ch]
2642         * src/folderview.c
2643         * src/news_gtk.c
2644                 o add folder_remove()
2645                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2646                 o add new "sort" field to Folder, no longer sort folders by type
2647                   higher sort values will be first in the folder list, new folders get 0
2648                   and will be added to the end
2649
2650         * src/mainwindow.c
2651         * src/gtk/Makefile.am
2652         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2653                 add dialog to allow users to change the folder order
2654
2655 2004-05-04 [paul]       0.9.10claws54
2656
2657         * src/inc.c
2658                 Display account_name in statusbar when retrieving
2659                 messages from a pop account
2660         * src/prefs_account.c
2661                 display account name in title of prefs_account
2662                 window
2663         * src/prefs_folder_item.c
2664                 display folder name in title of prefs_folder window
2665
2666         all 3 patches submitted by Fabien Vantard
2667
2668         * AUTHORS
2669                 add Fabien Vantard
2670
2671 2004-05-04 [paul]       0.9.10claws53
2672
2673         * src/prefs_actions.c
2674           src/prefs_template.c
2675                 'Esc' Key exits alertpanel
2676                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2677
2678 2004-04-26 [christoph]  0.9.10claws52
2679
2680         * src/gtk/about.c
2681         * src/gtk/colorsel.c
2682         * src/gtk/description_window.c
2683         * src/gtk/filesel.c
2684         * src/gtk/gtkaspell.c
2685         * src/gtk/inputdialog.c
2686         * src/gtk/pluginwindow.c
2687         * src/gtk/progressdialog.c
2688                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2689                   it does not work correctly with xinerama
2690                 o lock incorporation while the plugin window is open
2691
2692 2004-04-23 [paul]       0.9.10claws51
2693
2694         * po/POTFILES.in
2695                 update location of inputdialog.c
2696                 
2697         * src/gtk/about.c
2698                 update Copyright string
2699                 
2700         * src/msgcache.c
2701           src/prefs_common.c
2702           src/prefs_themes.c
2703                 improve the english a little
2704
2705 2004-04-22 [christoph]  0.9.10claws50
2706
2707         * src/folderutils.[ch]
2708                 add folderutils_mark_all_read()
2709
2710         * src/folderview.c
2711                 readd "mark all read" from popup menu, now works
2712                 in all folders and not only the opened folder
2713
2714 2004-04-21 [christoph]  0.9.10claws49
2715
2716         * src/Makefile.am
2717         * src/inputdialog.[ch]                  ** REMOVED **
2718         * src/gtk/Makefile.am
2719         * src/gtk/inputdialog.[ch]              ** NEW **
2720                 move inputdialog.[ch] into gtk directory
2721
2722         * src/mh_gtk.c
2723                 remove check for missing IMAP folder account
2724
2725 2004-04-20 [christoph]  0.9.10claws48
2726
2727         * src/mainwindow.c
2728         * src/foldersel.c
2729                 remove new/rename/delete folder GUI functions because
2730                 they are always active, even for news folders, and can
2731                 not be easily made folder class dependent
2732
2733         * src/gtk/menu.[ch]
2734                 make menu_translate() public
2735
2736         * src/Makefile.am
2737         * src/folder.[ch]
2738         * src/folderview.[ch]
2739         * src/imap_gtk.[ch]                     ** NEW **
2740         * src/main.c
2741         * src/mh_gtk.[ch]                       ** NEW **
2742         * src/news_gtk.[ch]                     ** NEW **
2743                 o dynamically build FolderView popup menus from a folder
2744                   specific part, with callbacks to seperated code, and
2745                   a common part
2746                 o remove the folder class specifiy code from folderview.c
2747
2748 2004-04-15 [luke]       0.9.10claws47
2749
2750         * src/prefs_folder_item.c
2751                 o remove buttons for applying 'scan for new mail'
2752                   and 'process at startup' to sub folders
2753                 o add 'apply to sub folder' check buttons for all
2754                   properties and set folder prefs accordingly
2755                 o replace multiple gtk_widget_show() with one
2756                   gtk_widget_show_all() on container
2757
2758 2004-04-14 [darko]      0.9.10claws46
2759
2760         * src/gtk/Makefile.am
2761         * src/gtk/pluginwindow.c
2762                 load plugins from to $(prefix)/lib/sylpheed/plugins
2763                 in file selection dialog
2764         * src/plugins/clamav/clamav_plugin.c
2765                 const correctness
2766
2767 2004-04-14 [christoph]  0.9.10claws45
2768
2769         * src/folder.c
2770         * src/plugins/image_viewer/viewer.c
2771                 fix g_warnings
2772
2773 2004-04-10 [alfons]     0.9.10claws44
2774         
2775         * src/compose.c
2776                 appropriate auto account selection when forwarding
2777                 (fixes bug #476, "forward as attachment does not listen
2778                 to account rules")
2779
2780 2004-04-09 [alfons]     0.9.10claws43
2781
2782         * src/summaryview.c
2783                 make quick search combo matching case sensitive
2784
2785 2004-04-06 [alfons]     0.9.10claws42
2786
2787         * src/addr_compl.c
2788                 use cursor position to prevent clearing the entire entry
2789
2790 2004-04-06 [alfons]     0.9.10claws41
2791
2792         * src/folderview.c
2793                 fix bug #472, "filter not updated when renaming folder" 
2794
2795 2004-04-06 [alfons]     0.9.10claws40
2796
2797         * src/messageview.[ch]
2798           src/summaryview.c
2799                 reflect changes to Show all headers to main view
2800                 and message view (only affects detached message
2801                 view). see also bug #473, 'Show All Headers 
2802                 "problem"'.
2803
2804 2004-04-03 [alfons]     0.9.10claws39
2805
2806         * src/matcher.c
2807                 free address list
2808
2809 2004-04-03 [alfons]     0.9.10claws38
2810
2811         * src/matcher_parser_parse.y
2812           src/matcher.[ch]
2813                 prepare address look up matcher type; marginally
2814                 tested, and not hooked into the UI yet.
2815
2816                 basically it accepts the result of the left hand
2817                 side of the matcher (the "criteria"):
2818
2819                         from all_in_addressbook ""
2820                         ~to_or_cc any_in_addressbook ""
2821                 
2822                 the first case matches all addresses found in the
2823                 from header, and the second case matches if any
2824                 (at least one) of the addresses in to or cc headers 
2825                 are not in the address book.
2826
2827                 the string argument is not used yet, but is intended
2828                 to match a group of addresses 
2829
2830 2004-04-02 [luke]       0.9.10claws37
2831
2832         * src/prefs_folder_item.c
2833                 Add two buttons to apply 'scan for new mail'
2834                 and 'process at startup' to sub folders
2835
2836 2004-04-02 [luke]
2837         * tools/textviewer.sh
2838                 better filename extension matching plus some support for
2839                 MS Excel, MS Powerpoint and HTML
2840
2841 2004-03-29 [christoph]  0.9.10claws36
2842
2843         * src/folder.h
2844         * src/folderutils.[ch]
2845         * src/mainwindow.c
2846                 add delete duplicates for all folders
2847
2848 2004-03-29 [alfons]     0.9.10claws35
2849
2850         * src/folder.c
2851                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2852                 when selecting top-level folder node (thanks to 
2853                 Alex S. Moore)
2854
2855 2004-03-28 [keith]      0.9.10claws34
2856
2857         * src/textview.c
2858                 prepend "http://" to URIs of the form "www.example.com"
2859
2860 2004-03-28 [paul]       0.9.10claws33
2861
2862         * src/common/nntp.c
2863           src/common/smtp.c
2864           src/folder.c
2865           src/imap.c
2866           src/inc.c
2867           src/news.c
2868           src/pop.c
2869                 revise 'translatable string' policy:
2870                 don't translate debug_print() or log_print(),
2871                 translate log_message() and log_warning()
2872         
2873         * po/zh_CN.po
2874                 update submitted by Hansom Young
2875
2876 2004-03-25 [alfons]     0.9.10claws32
2877
2878         * src/prefs_common.c
2879                 I mean this one: Return the GList...
2880
2881 2004-03-25 [alfons]     0.9.10claws31
2882
2883         * src/prefs_common.h
2884                 add new members at the end of prefs_common, so
2885                 they get properly initialized
2886
2887 2004-03-24 [christoph]  0.9.10claws30
2888
2889         * src/imap.c
2890                 o NULL is a valid GSList
2891
2892 2004-03-24 [alfons]     0.9.10claws29
2893
2894         * src/prefs_common.[ch]
2895           src/summaryview.c
2896           src/common/defs.h
2897                 add history to quick search (patch submitted by 
2898                 Ivan Francolin Martinez - thanks!)
2899
2900 2004-03-24 [alfons]     0.9.10claws28
2901
2902         * src/imap.c
2903                 NULL output pointer parameter
2904
2905 2004-03-21 [alfons]     0.9.10claws27
2906
2907         * src/addrindex.[ch]
2908           src/addr_compl.c
2909                 complete addresses on nicks and aliases
2910
2911 2004-03-21 [alfons]     0.9.10claws26
2912
2913         * src/import.c
2914           src/inc.c
2915           src/mbox.[ch]
2916                 disable filters on import mbox (patch submitted
2917                 by Edgar Toernig)
2918
2919 2004-03-21 [darko]      0.9.10claws25
2920
2921         * src/addr_compl.c
2922                 select the address when only one match is found while
2923                 doing address completion with tab key (feature
2924                 request #914720)
2925
2926 2004-03-21 [alfons]     0.9.10claws24
2927
2928         * src/messageview.c
2929           src/toolbar.c
2930                 don't `navigate-delete` when a summary view's selection does not 
2931                 match the accompanying message view's message
2932
2933 2004-03-20 [alfons]     0.9.10claws23
2934
2935         * src/summaryview.c
2936                 hide ext search button on initial display (should fix bug #459,
2937                 "Toggling quick-search at 1st time: minor UI inconsistency")
2938
2939 2004-03-20 [alfons]     0.9.10claws22
2940
2941         * src/summaryview.[ch]
2942                 add function to get selected msginfo, if there's
2943                 only one selected
2944
2945 2004-03-20 [paul]       0.9.10claws21
2946
2947         * sync with 0.9.10cvs7
2948                 see ChangeLog 2004-03-19
2949
2950 2004-03-19 [paul]       0.9.10claws20
2951
2952         * src/common/nntp.c
2953           src/common/smtp.c
2954           src/common/ssl.c
2955           src/folder.c
2956           src/imap.c
2957           src/inc.c
2958           src/news.c
2959           src/pop.c
2960                 don't translate strings in debug_print(), log_print(),
2961                 log_message(),  and log_warning()
2962
2963 2004-03-19 [alfons]     0.9.10claws19
2964
2965         better next/previous/delete/focus navigation with separate 
2966         message view 
2967         
2968         * src/toolbar.c
2969                 call summaryview_delete() instead of messageview_delete()
2970         * src/messageview.c
2971                 disable messageview_delete()
2972
2973 2004-03-18 [paul]       0.9.10claws18
2974
2975         * sync with 0.9.10cvs6
2976                 see ChangeLog 2004-03-16
2977
2978 2004-03-17 [alfons]     0.9.10claws17
2979
2980         * src/gtk/filesel.c
2981                 remove bogus semicolon after if() (sometimes it pays to
2982                 read LKML :)
2983
2984 2004-03-15 [darko]      0.9.10claws16
2985
2986         * src/gtk/filesel.c
2987                 support full path in place of a filename
2988         * src/mimeview.c
2989                 store directory attachments were saved to and
2990                 use it when saving attachments
2991         * src/prefs_common.[hc]
2992                 store directory attachments were last saved to
2993
2994 2004-03-15 [paul]       0.9.10claws15
2995
2996         * src/folderview.c
2997                 fix bug where unsubscribing a newsgroup would destroy
2998                 (most of the) filtering rules
2999
3000 2004-03-15 [paul]       0.9.10claws14
3001
3002         * src/folderview.c
3003                 fix Bug 458, 'Folder View remaining empty after 
3004                 removing a NEWS account' (was also true of IMAP
3005                 accounts)
3006
3007 2004-03-15 [paul]       0.9.10claws13
3008
3009         * src/folderview.c
3010                 fix folderview invisibility of newly subscribed
3011                 newsgroups
3012
3013 2004-03-13 [paul]       0.9.10claws12
3014
3015         * src/compose.c
3016           src/plugins/dillo_viewer/dillo_prefs.c
3017           src/plugins/image_viewer/viewerprefs.c
3018                 gettextise some forgotten parts
3019
3020 2004-03-13 [alfons]     0.9.10claws11
3021
3022         * src/imap.c
3023                 make sure the correct type is passed to sscanf()
3024
3025 2004-03-13 [paul]       0.9.10claws10
3026
3027         * sync with 0.9.10cvs5
3028                 see ChangeLog 2004-03-02 and 2004-03-12, 
3029                 specifically:
3030                 'always move messages by default when using DnD (except 
3031                 for News folder). Copy messages if Ctrl-key is pressed.'
3032                 and 'added a function to filter selected messages'
3033
3034 2004-03-12 [christoph]  0.9.10claws9
3035
3036         * src/codeconv.c
3037                 add parameter check to conv_unmime_header_overwrite()
3038
3039         * src/imap.c
3040                 o fix spelling
3041                 o fix removing of NEW flag when UNREAD is unset
3042
3043         * src/procmime.c
3044                 decode MIME-headers
3045
3046         (Closes 437 i18n attachment display error.)
3047
3048 2004-03-12 [paul]       0.9.10claws8
3049
3050         * po/it.po
3051                 update. submitted by Andrea Spadaccini <lupin85@email.it>
3052                 
3053         * tools/Makefile.am
3054                 add 'textviewer.sh'
3055
3056 2004-03-12 [alfons]     0.9.10claws7
3057
3058         * src/imap.c
3059                 o quiet compiler and typecast Folder * to IMAP Folder *
3060                 o wake up and fix my previous incompatible type assignment bug
3061
3062 2004-03-12 [alfons]     0.9.10claws6
3063
3064         * src/imap.c
3065                 don't mix up pointers to int, guint32 _and_ 
3066                 unsigned int 
3067
3068 2004-03-12 [christoph]  0.9.10claws5
3069
3070         * src/folderview.c
3071                 Add error requester when renaming a folder failed
3072
3073         * src/imap.c
3074                 Check new FolderItem name for namespace seperator
3075                 before renaming
3076
3077         (Closes Bug 443 Bad named IMAP folders won't be displayed)
3078
3079 2004-03-11 [christoph]  0.9.10claws4
3080
3081         * src/folder.[ch]
3082         * src/imap.c
3083         * src/procmsg.h
3084                 syncronize flags in cache with IMAP folder flags
3085
3086         Adapted a patch submitted by Simon 'corecode' Schubert
3087         <corecode@corecode.ath.cx> 
3088
3089
3090 2004-03-11 [alfons]     0.9.10claws3
3091
3092         * src/textview.[ch]
3093                 remove dead code that at one time controlled display of
3094                 URIs in status bar
3095
3096 2004-03-10 [paul]       0.9.10claws2
3097
3098         * po/it.po
3099                 updated by Lupino <lupin85@email.it>
3100
3101 2004-03-09 [alfons]     0.9.10claws1
3102
3103         * src/matcher.c
3104                 we're not using yywrap, but we may, so close yyin instead
3105                 of initial FILE *
3106
3107 2004-03-08 [paul]       0.9.10claws
3108
3109         * 0.9.10claws released
3110
3111 2004-03-08 [paul]       0.9.9claws41
3112
3113         * po/es.po
3114           po/ja.po
3115           po/ru.po
3116           po/sk.po
3117           po/sr.po
3118           po/zh_CN.po
3119                 update translations. submitted by Ricardo Mones Lastra,
3120                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3121                 Hansom Young
3122
3123 2004-03-06 [paul]       0.9.9claws40
3124
3125         * src/stock_pixmap.c
3126                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3127                 patch submitted by Pawel Pekala
3128
3129 2004-03-06 [alfons]             0.9.9claws39
3130
3131         * src/addrindex.c
3132                 allow nick name completion again 
3133
3134 2004-03-02 [match]              0.9.9claws38
3135
3136         * configure.ac
3137                 added definition of USE_LDAP_TLS to support TLS.
3138         * src/ldapctrl.[ch]
3139         * src/ldapquery.c
3140         * src/ldapserver.[ch]
3141         * src/addressbook.c
3142         * src/addrindex.c
3143         * src/editldap.c
3144                 included LDAP TLS support.
3145
3146 2004-03-02 [christoph]          0.9.9claws37
3147
3148         * src/folder.[ch]
3149                 o add more documentation for FolderClass
3150                 o remove usused FolderClass virtual functions
3151
3152         * src/imap.c
3153         * src/mh.c
3154         * src/news.c
3155                 change creation of FolderClass because static initializations
3156                 for structs suck in C89
3157
3158 2004-03-01 [paul]
3159
3160         * sync with 0.9.10
3161
3162 2004-02-28 [keith]      0.9.9claws36
3163
3164         * src/common/utils.c
3165                 Fix treatment of whitespace in quicksearch bar (leading
3166                 spaces and >1 space between commands and parameters).
3167
3168 2004-02-27 [alfons]     0.9.9claws35
3169
3170         * src/compose.[ch]
3171                 Explicitly remove draft timeout to fix nasty race between 
3172                 compose_send_cb() (which destroys the compose window) and 
3173                 compose_defer_auto_save_draft() (which expects compose 
3174                 window to exist). Should fix Keith's and Fred Marton's
3175                 bug report (#128, "crash after complaining about character
3176                 set conversion")
3177
3178 2004-02-27 [luke]       0.9.9claws34
3179         
3180         * src/folder.c
3181                 Do folder_item_apply_processing() even if no processing
3182                 rules for the folder exist (so global processing is applied)
3183
3184 2004-02-26 [thorsten]   0.9.9claws33
3185
3186         * src/mimeview.c
3187                 Remove misleading static declaration
3188
3189 2004-02-26 [alfons]     0.9.9claws32
3190
3191         * src/procmime.[ch]
3192           src/compose.c
3193           src/mimeview.c
3194           src/textview.c
3195                 use/add procmime_get_content_type_str() as a safe wrapper
3196                 for returning a Content-Type type string; should fix 
3197                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3198                  - attachments."
3199
3200 2004-02-26 [thorsten]   0.9.9claws31
3201
3202         * src/mimeview.c
3203                 Restructure save_as/save_all
3204
3205 2004-02-26 [alfons]     0.9.9claws30
3206
3207         * src/procmime.c
3208                 clean up (2)
3209
3210 2004-02-26 [alfons]     0.9.9claws29
3211
3212         * src/procmime.c
3213                 clean up (1)
3214
3215 2004-02-24 [luke]
3216
3217         * tools/textviewer.sh
3218                 tweaks from Johann Koenig, recognition of shell
3219                 scripts in particular
3220
3221 2004-02-24 [paul]       0.9.9claws28
3222
3223         * sync with 0.9.9cvs13
3224                 see ChangeLog 2004-02-24
3225
3226 2004-02-23 [paul]       0.9.9claws27
3227
3228         * src/inc.c
3229                 one alertpanel on pop3 authentication error will suffice
3230                 
3231         * src/prefs_fonts.c
3232                 remove unnecessary printf
3233
3234 2004-02-22 [alfons]     0.9.9claws26
3235
3236         * src/messageview.c
3237                 put back a lost check
3238
3239 2004-02-21 [alfons]     0.9.9claws25
3240
3241         * src/folderview.c
3242                 don't forget to save folder properties after renaming folder
3243
3244 2004-02-20 [paul]       0.9.9.claws24
3245
3246         * src/addressbook.c
3247                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3248                 
3249         * src/inc.c
3250                 complete sync with 0.9.9cvs9's 'update folderview
3251                 progressively'
3252                 
3253         * configure.ac
3254                 require gettext >= 0.12.1
3255
3256 2004-02-17 [match]      0.9.9claws23
3257
3258         * src/compose.c
3259                 keep the peace - change style.
3260
3261 2004-02-17 [alfons]     0.9.9claws22
3262
3263         * src/filtering.c
3264                 make MATCHACTION_STOP cancel filtering / processing;
3265                 clean up and document it to make it a little bit more clear;
3266
3267 2004-02-17 [alfons]     0.9.9claws21
3268
3269         %X marks the cursor spot for reply quote format
3270
3271         * src/quote_fmt_lex.l 
3272           src/quote_fmt.c
3273                 add %X token
3274                 
3275         * src/quote_fmt.h
3276           src/quote_fmt_parse.y
3277                 handle %X token
3278                 
3279         * src/compose.c
3280                 handle %X token for replies only (for now)
3281
3282 2004-02-17 [paul]       0.9.9claws20
3283
3284         * po/sk.po
3285                 updated by Andrej Kacian
3286                 
3287         * src/news.c
3288                 remove unneeded include
3289                 
3290         * src/prefs_fonts.c
3291                 be a little more user-friendly with the labels
3292                 
3293         * configure.ac
3294                 a change forgotten in the last commit: 
3295                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3296
3297 2004-02-17 [paul]       0.9.9claws19
3298
3299         * ac/*                          ** REMOVED **
3300           ac/                           ** REMOVED **
3301           intl/Makefile.in              ** REMOVED **
3302           m4/                           ** NEW **
3303           m4/missing                    ** NEW **
3304           m4/missing/gdk-pixbuf.m4      ** NEW **
3305           m4/missing/gettext.m4         ** NEW **
3306           m4/missing/gpgme.m4           ** NEW **
3307           m4/missing/imlib.m4           ** NEW **
3308           m4/.cvsignore                 ** NEW **
3309           m4/Makefile.am                ** NEW **
3310           m4/README                     ** NEW **
3311           m4/aclocal-include.m4         ** NEW **
3312           m4/aspell.m4                  ** NEW **
3313           m4/check-type.m4              ** NEW **
3314           m4/gnupg-check-typedef.m4     ** NEW **
3315           m4/openssl.m4                 ** NEW **
3316           m4/spamassassin.m4            ** NEW **
3317           po/ChangeLog                  ** REMOVED **
3318           po/Makefile.in.in             ** REMOVED **
3319           po/Rules-quot                 ** REMOVED **
3320           po/boldquot.sed               ** REMOVED **
3321           po/en@boldquot.header         ** REMOVED **
3322           po/en@quot.header             ** REMOVED **
3323           po/insert-header.sin          ** REMOVED **
3324           po/quot.sed                   ** REMOVED **
3325           po/remove-potcdate.sed        ** REMOVED **
3326           po/remove-potcdate.sin        ** REMOVED **
3327           po/stamp-po                   ** REMOVED **
3328           Makefile.am
3329           autogen.sh
3330           configure.ac
3331                 enable building with automake 1.8.x
3332                 add 'autopoint' to autogen.sh and remove all
3333                 auto-generated files, remove ac/ in favour of
3334                 m4/
3335
3336 2004-02-17 [alfons]     0.9.9claws18
3337         
3338         * src/summaryview.c
3339                 MSG_IS_NEWS() is not stored at all, and is bogus
3340
3341 2004-02-17 [martin]     0.9.9claws17
3342
3343         * src/prefs_themes.c
3344                 fix crash when installing wrong theme and output an
3345                 error message
3346
3347 2004-02-16 [christoph]  0.9.9claws16
3348
3349         * src/compose.c
3350         * src/stock_pixmap.[ch]
3351         * src/toolbar.[ch]
3352         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3353                 add "Wrap current paragraph" to compose toolbar
3354
3355 2004-02-15 [alfons]     0.9.9claws15
3356
3357         * src/folderview.c
3358                 refine previous commit to make sure other hook functions
3359                 get their grab of the pie too
3360
3361 2004-02-15 [alfons]     0.9.9claws14
3362
3363         * src/folderview.c
3364                 fix sync breakage so we don't pass invalid pointer types
3365
3366 2004-02-15 [match]      0.9.9claws13
3367
3368         * src/ldapquery.[ch]
3369         * src/ldapserver.h
3370         * src/addrindex.[ch]
3371                 tweak threading calls.
3372         * src/addr_compl.[ch]
3373                 add alias into completion list.
3374         * src/addressbook.c
3375                 fix ldap browse.
3376                 improve context menu behavior.
3377                 change menu sequence.
3378                 add send mail from addressbook.
3379         * src/addrselect.[ch]
3380         * src/compose.[ch]
3381                 add send mail from addressbook.
3382
3383 2004-02-15 [christoph]  0.9.9claws12
3384
3385         * src/folderutils.c
3386                 skip deleting when duplist is empty
3387
3388         * src/folderview.[ch]
3389         * src/mainwindow.c
3390         * src/summaryview.[ch]
3391                 call folderutils_delete_duplicates() from mainwindow code
3392
3393 2004-02-15 [alfons]     0.9.9claws11
3394         
3395         * src/common/utils.c
3396                 add prefix for italian ms o(e) 
3397
3398 2004-02-14 [paul]       0.9.9claws10
3399
3400         * src/foldersel.c
3401                 fix updating of the folder view when creating a
3402                 new folder
3403
3404 2004-02-13 [paul]       0.9.9claws9
3405
3406         * src/plugins/clamav/clamav_plugin.c
3407                 remove GUI code
3408
3409 2004-02-13 [paul]       0.9.9claws8
3410
3411         * sync with 0.9.9cvs9
3412                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3413
3414 2004-02-13 [alfons]     0.9.9claws7
3415
3416         * src/common/utils.c
3417                 fix wrong type of argument for ctype functions (pass unsigned
3418                 char instead of signed char)
3419
3420 2004-02-12 [alfons]     0.9.9claws6
3421
3422         * src/compose.[ch]
3423                 don't select text in header entry when composing to a 
3424                 default address, but rather give the header entry a
3425                 different color / style (same as the folder new color)
3426
3427 2004-02-12 [alfons]     0.9.9claws5
3428
3429         * src/plugins/clamav/clamav_plugin.c
3430                 don't exit(2) on libclamav init error - show a warning.
3431                 (tested by damaging a clamav database file.)
3432
3433 2004-02-12 [paul]       0.9.9claws4
3434
3435         * sync with 0.9.9cvs4
3436                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3437
3438 2004-02-11 [luke]       0.9.9claws3
3439
3440         * src/mimeview.c
3441                 remove redundant check introduced in 0.9.9claws1
3442
3443 2004-02-11 [luke]       0.9.9claws2
3444
3445         * src/mimeview.c
3446                 fix compilation of my previous commit without gpg enabled
3447
3448 2004-02-10 [luke]       0.9.9claws1
3449
3450         * src/mimeview.c
3451                 add borders to icons to indicate the privacy status for
3452                 the message part (unknown/bad/good)
3453
3454 2004-02-06 [paul]       0.9.9claws
3455
3456         0.9.9claws released
3457
3458 2004-02-06 [darko]      0.9.8claws64
3459
3460         * src/compose.c
3461                 don't allow Ctrl+Enter while external editor is active
3462
3463 2004-02-06 [paul]       0.9.8claws63
3464
3465         * po/es.po
3466           po/pl.po
3467           po/sk.po
3468           po/sr.po
3469                 update Spanish, Polish, Slovak, and Serbian translations.
3470                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3471                 and Urke MMI
3472
3473 2004-02-04 [alfons]     0.9.8claws62
3474
3475         * src/compose.c
3476                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3477                 don't have clue yet why the cursor pos is at the end of the
3478                 text.)
3479
3480 2004-02-04 [alfons]     0.9.8claws61
3481
3482         * src/compose.c
3483                 always grab focus when one of the header entries is clicked 
3484                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3485
3486 2004-02-02 [paul]
3487
3488         * ac/missing/gdk-pixbuf.m4
3489           ac/missing/gpgme.m4
3490           ac/missing/imlib.m4
3491                 prevent 'underquoted definition' warnings
3492                 patch submitted by David Relson
3493                 
3494         * src/plugins/clamav/README
3495                 update, improve, correct
3496
3497 2004-01-31 [thorsten]   0.9.8claws60
3498
3499         * src/news.c
3500                 'dir' not initialized if group has no messages
3501
3502 2004-01-29 [christoph]  0.9.8claws59
3503
3504         * src/customheader.[ch]
3505                 add custom_header_is_allowed() to check for disallowed header names
3506                 that must not be overridden by custom headers
3507
3508         * src/compose.c
3509                 always write From: header and use custom_header_is_allowed() to
3510                 check if custom header should be written
3511
3512         * src/prefs_customheader.c
3513                 check if custom header is disallowed using custom_header_is_allowed()
3514
3515         * src/folderutils.c
3516                 destroy message id GHashTable before freeing the MsgInfos
3517
3518 2004-01-29 [paul]       0.9.8claws58
3519
3520         * sync with 0.9.9 release
3521                 see ChangeLog 2004-01-29
3522
3523 2004-01-29 [paul]       0.9.8claws57
3524
3525         * sync with 0.9.8cvs11
3526                 see ChangeLog 2004-01-29
3527
3528 2004-01-28 [christoph]  0.9.8claws56
3529
3530         * src/pgpmime.c
3531         * src/sgpgme.[ch]
3532                 return WARN signature status when signature is not trusted
3533
3534         * src/Makefile.am
3535         * src/folder.c
3536         * src/folderutils.[ch]                  ** NEW **
3537         * src/summaryview.c
3538                 implement delete duplicates summaryview independent
3539
3540 2004-01-28 [paul]       0.9.8claws55
3541
3542         * sync with 0.9.8cvs10
3543                 see Changelog 2004-01-27 and 2004-01-28
3544
3545 2004-01-26 [christoph]  0.9.8claws54
3546
3547         * src/imap.c
3548                 create a root node for the Folder if scan fails because root
3549                 folder does not exist
3550
3551 2004-01-26 [paul]       0.9.8claws53
3552
3553         * sync with 0.9.8cvs7
3554                 see ChangeLog 2004-01-23
3555
3556 2004-01-25 [alfons]     0.9.8claws52
3557
3558         * src/compose.c
3559                 remove left-over constant INDENT_CHARS
3560
3561 2004-01-25 [alfons]     0.9.8claws51
3562
3563         * src/procmime.c
3564                 add NULL pointer check for mimeinfo->node in
3565                 procmime_mimeinfo_parent()
3566
3567 2004-01-25 [darko]      0.9.8claws50
3568
3569         * src/compose.c
3570                 make "Wrap all long lines" toolbar button wrap all
3571                 long lines not just the current line
3572                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3573
3574
3575 2004-01-25 [alfons]     0.9.8claws49
3576
3577         * src/procmime.c
3578                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3579                 necessary anyway, because *scanf() functions neglect white
3580                 space in the input. 
3581                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3582
3583 2004-01-25 [paul]       0.9.8claws48
3584
3585         * src/prefs_ext_prog.c
3586                 apply Alfons' patch to check for NULL pointers
3587                 fixes bug #424
3588
3589 2004-01-25 [paul]       0.9.8claws47
3590
3591         * sync with 0.9.8cvs8
3592                 see ChangeLog 2004-01-23
3593
3594 2004-01-25 [thorsten]   0.9.8claws46
3595
3596         * src/messageview.c
3597                 remove orphaned mimeview unref()
3598
3599 2004-01-23 [christoph]  0.9.8claws45
3600
3601         * src/summaryview.c
3602                 set ctree widget style
3603
3604 2004-01-23 [paul]       0.9.8claws44
3605
3606         * sync with 0.9.8cvs5
3607                 see ChangeLog 2004-01-22
3608
3609 2004-01-23 [alfons]     0.9.8claws43
3610
3611         * src/procmsg.c
3612                 remove redundant code in procmsg_get_thread_tree()
3613
3614 2004-01-21 [christoph]  0.9.8claws42
3615
3616         * src/folderview.c
3617                 set ctree widget style, otherwise GTK does not use the
3618                 the correct vertical size for the list items
3619
3620 2004-01-21 [alfons]     0.9.8claws41
3621
3622         * src/summaryview.c
3623                 GDK_Left should only switch to folderview when
3624                 when summaryview hscrollbar is at the leftmost
3625                 position (fixes bug #420, "Focus error")
3626
3627 2004-01-21 [paul]       0.9.8claws40
3628
3629         * sync with 0.9.8cvs4
3630                 see ChangeLog 2004-01-20
3631
3632 2004-01-20 [christoph]  0.9.8claws39
3633
3634         * src/folderview.c
3635                 remove setting sensitivity for no longer existing
3636                 /Scoring... popup entry
3637
3638 2004-01-20 [keith]      0.9.8claws38
3639
3640         * configure.ac
3641                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3642
3643 2004-01-20 [paul]       0.9.8claws37
3644
3645         * src/prefs_fonts.c
3646                 demystify font settings
3647                 
3648         * src/textview.c
3649                 use textview->msgfont for header->body in
3650                 textview_show_header()
3651
3652 2004-01-20 [paul]       0.9.8claws36
3653
3654         * src/compose.c
3655           src/undo.c
3656                 remove superfluous debug_print's
3657                 
3658         * src/inc.c
3659                 clear the statusbar after LOCAL incorporation
3660
3661 2004-01-20 [paul]       0.9.8claws35
3662
3663         * sync with 0.9.8cvs3
3664                 see ChangeLog 2004-01-20
3665
3666 2004-01-19 [keith]      0.9.8claws34
3667
3668         * src/folderview.c
3669                 don't show 'Search folder...' on popup menu
3670                 if folder has no mails in it
3671
3672 2004-01-17 [keith]      0.9.8claws33
3673
3674         * src/compose.c
3675           src/prefs_common.c
3676           src/prefs_common.h
3677                 store position of compose window in prefs
3678
3679 2004-01-17 [thorsten]   0.9.8claws32
3680
3681         * src/gtk/gtkvscrollbutton.c
3682                 ensure scrollbutton resize event on different gtk versions
3683
3684 2004-01-15 [alfons]     0.9.8claws31
3685         
3686         * src/summaryview.c
3687                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3688                 message as read
3689
3690 2004-01-12 [christoph]  0.9.8claws30
3691
3692         * src/procmime.c
3693                 better MIME-Version check
3694
3695 2004-01-11 [alfons]     0.9.8claws29
3696
3697         * src/procmsg.c
3698                 remove unnecessary but still effective check (could possibly
3699                 lead to some unwanted side effects)
3700
3701 2004-01-11 [alfons]     0.9.8claws28
3702
3703         * src/procmsg.c
3704                 we should not prefer lowest message number while threading 
3705                 (introduced in previous commit)
3706
3707 2004-01-11 [alfons]     0.9.8claws27
3708
3709         * src/procmsg.c
3710                 subject threading fixes:
3711                 
3712                         - make message with lowest message number the
3713                           thread parent,
3714                         - refine recording last node when threading. the last node
3715                           should be the previous one if a node has a thread parent,
3716                           or the current node if not
3717                 
3718                 (there's another threading bug fix coming up)
3719
3720 2004-01-10 [paul]       0.9.8claws26
3721
3722         * src/main.c
3723           src/prefs_ext_prog.c
3724           src/plugins/clamav/clamav_plugin_gtk.c
3725                 minor gui fixes
3726
3727 2004-01-09 [christoph]  0.9.8claws25
3728
3729         * src/Makefile.am
3730         * src/string_match.[ch]                 ** REMOVE **
3731         * src/common/Makefile.am
3732         * src/common/string_match.[ch]          ** NEW **
3733                 move string_match.[ch] to common directory
3734
3735 2004-01-09 [christoph]  0.9.8claws24
3736
3737         * src/pgpmime.c
3738                 add MIME-Version header for the message parser
3739
3740 2004-01-09 [paul]       0.9.8claws23
3741
3742         * po/POTFILES.in
3743           src/Makefile.am
3744           src/main.c
3745           src/prefs_common.c
3746           src/prefs_ext_prog.[ch]       ** NEW FILES **
3747                 move External Command options from 'Common Prefs/Other' to
3748                 'Other Prefs/Message View/External Programs', also reveal
3749                 the hidden options for audio player and image viewer.
3750                 
3751         * src/prefs_common.c
3752                 fix toggling of header pane
3753
3754 2004-01-09 [paul]       0.9.8claws22
3755
3756         * src/compose.c
3757                 when changing account also change the save folder
3758
3759         * src/textview.c
3760                 if a text/plain attachment has 'Content-Disposition: attachment'
3761                 don't display it inline
3762
3763 2004-01-08 [christoph]  0.9.8claws21
3764
3765         * src/procmime.c
3766                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3767                 otherwise thread the message content as one text part and
3768                 don't assume charset US-ASCII which is only specified as
3769                 default for MIME-messages
3770
3771 2004-01-08 [paul]       0.9.8claws20
3772
3773         * src/plugins/clamav/clamav_plugin.c
3774           src/plugins/spamassassin/spamassassin.c
3775                 inform the user what is happening via the statusbar
3776
3777 2004-01-06 [paul]       0.9.8claws19
3778
3779         * po/es.po
3780                 update Spanish translation. submitted by Ricardo
3781                 Mones Lastra
3782
3783 2004-01-05 [paul]       0.9.8claws18
3784
3785         * sync with 0.9.8cvs2
3786                 see ChangeLog 2004-01-05
3787
3788 2004-01-03 [luke]       0.9.8claws17
3789
3790         * src/procheader.c
3791                 Clean up:
3792                 o remove unused functions string_getchar() and file_getchar()
3793                 o remove the getchar_ parameter from generic_get_one_field()
3794                 o add an 'unfold' parameter to generic_get_one_field, to
3795                   be used if no HeaderEntry is supplied
3796                 o procheader_get_one_field_asis() uses
3797                   generic_get_one_field().
3798
3799 2004-01-01 [christoph]  0.9.8claws16
3800
3801         * src/common/xml.[ch]
3802                 o add xml_new_tag() to manage usage counts of strings correctly
3803                 o correct xml_copy_tree() function name
3804
3805         * src/folder.c
3806         * src/main.c
3807                 allow registering and unregistering of FolderClasses anytime
3808
3809 2003-12-31 [christoph]  0.9.8claws15
3810
3811         * src/folder.[ch]
3812         * src/common/xml.[ch]
3813                 keep folderlist.xml data for unloaded FolderClasses
3814
3815 2003-12-30 [luke]       0.9.8claws14
3816
3817         * src/procheader.[ch]
3818                 o added procheader_get_one_field_asis() that does not do
3819                   unfolding
3820                 o fix procheader_get_header_array_asis() to use the above,
3821                   fixing ugliness of headers in textview
3822
3823         * src/compose.c
3824                 o don't unfold headers when redirecting.        
3825
3826 2003-12-30 [paul]       0.9.8claws13
3827
3828         * po/POTFILES.in
3829           src/common/defs.h
3830           src/Makefile.am
3831           src/main.c
3832           src/prefs_common.c
3833           src/prefs_themes.[ch] ** NEW FILES **
3834                 redesign and move Icon Theme selector to
3835                 the new prefs window
3836           
3837         * src/stock_pixmap.c
3838                 fix the old bug where icons are not always
3839                 updated when changing themes
3840         
3841         * src/summaryview.c
3842                 fix bug where the icons on the title row
3843                 of the summary view were not updated
3844         
3845         all patches submitted by Ricardo Mones Lastra
3846
3847 2003-12-30 [hoa]        0.9.8claws12
3848
3849         * src/folder.c
3850                 run preglobal and postglobal processing rules
3851                 even if the folder does not have any rules.
3852
3853 2003-12-28 [paul]       0.9.8claws11
3854
3855         * ac/aspell.m4
3856           ac/check-type.m4
3857           ac/gnupg-check-typedef.m4
3858           ac/openssl.m4
3859           ac/spamassassin.m4
3860                 fix 'underquoted definition' warnings, patch submitted by
3861                 David Relson <relson@osagesoftware.com>
3862                 
3863         * src/common/utils.c
3864                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3865                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3866
3867 2003-12-28 [paul]       0.9.8claws10
3868
3869         * sync with 0.9.8cvs1
3870                 see ChangeLog 2003-12-17
3871
3872 2003-12-27 [christoph]  0.9.8claws9
3873
3874         * src/common/utils.[ch]
3875                 add g_node_map() to map a GNode into a new GNode
3876                 converting all node data's with a function
3877
3878         * src/account.c
3879         * src/folder.[ch]
3880         * src/folderview.c
3881         * src/imap.c
3882         * src/mainwindow.c
3883         * src/summaryview.c
3884                 o use g_node_map() to convert XML <-> Folder
3885                 o remove redundant FolderItem->parent and
3886                   replace it with folder_item_parent()
3887
3888 2003-12-23 [christoph]  0.9.8claws8
3889
3890         * src/folder.[ch]
3891         * src/folderview.c
3892         * src/mainwindow.c
3893         * src/procmsg.c
3894                 o use callback for notifications about added and
3895                   destroyed folders
3896                 o rewrite folderlist saving (new functions to create
3897                   folder from XML tree, and XML tree from folder)
3898
3899         * src/common/xml.[ch]
3900                 add function to save XML trees
3901
3902         * src/prefs_filtering.c
3903                 code cleanup
3904
3905 2003-12-22 [christoph]  0.9.8claws7
3906
3907         * src/prefs_account.[ch]
3908                 add "SMTP only" accounts
3909
3910 2003-12-20 [melvin]     0.9.8claws6
3911
3912         * src/action.[ch]
3913                 Changed the interface for action_update_*_menu() so
3914                 action.c does not need to know the paths of the different
3915                 actions menu (mainwindow, message view and compose window). 
3916
3917         * src/compose.c
3918                 Tiny code cleanup to merge spell checker related code
3919                 compose_update_actions_menu(): new function to update
3920                 the actions menu. Use it in compose_create()
3921
3922         * src/compose.h
3923                 compose_update_actions_menu(): new function to update
3924                 the actions menu. Used also in prefs_actions.c.
3925
3926         * src/mainwindow.[ch]
3927                 main_window_update_actions_menu(): new function to update
3928                 the actions menu. Used in main_window_create() and in
3929                 prefs_actions.c
3930
3931         * src/messageview.[ch]
3932                 messageview_update_actions_menu(): new function to update
3933                 the actions menu. Used in messageview_add_toolbar() and in
3934                 prefs_actions.c
3935                 
3936         * src/prefs_actions.c   
3937                 prefs_actions_ok(): fixed to update the actions menu of
3938                 the separate message view and the compose windows.
3939
3940 2003-12-20 [luke]       0.9.8claws5
3941         * src/procheader.c
3942                 fix unfolding/newline stripping for multiline fields
3943                 in generic_get_one_field()
3944
3945 2003-12-19 [christoph]  0.9.8claws4
3946
3947         * src/summaryview.c
3948                 o code cleanup
3949                 o use subject_compare_for_sort() when comparing
3950                   simplified subjects
3951
3952 2003-12-19 [christoph]  0.9.8claws3
3953
3954         * src/msgcache.c
3955                 more syncing with 0.8.9a
3956
3957 2003-12-19 [christoph]  0.9.8claws2
3958
3959         * src/folder.c
3960                 don't write all FolderItem XML attributes for the root node
3961
3962 2003-12-19 [melvin]     0.9.8claws1
3963
3964         * src/messageview.c
3965                 Added missing menu branch (Tools/Create processing/rule)
3966         * po/fr.po
3967                 Updated French translation for the added string.
3968
3969 2003-12-19 [paul]       0.9.8claws
3970
3971         0.9.8claws released
3972
3973 2003-12-19 [paul]       0.9.7claws51
3974
3975         * po/en_GB.po
3976           po/es.po
3977           po/ja.po
3978           po/pl.po
3979           po/sk.po
3980           po/zh_CN.po
3981                 update translations. submitted by me, Ricardo Mones
3982                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3983                 Hansom Young
3984                 
3985         * src/folder_item_prefs.c
3986                 'enable_processing' set to FALSE by default
3987
3988 2003-12-18 [melvin]     0.9.7claws50
3989
3990         * po/fr.po
3991                 Updated French translation
3992
3993 2003-12-17 [christoph]  0.9.7claws49
3994
3995         * src/procheader.c
3996                 revert discarding of whitespace from 0.9.7claws44
3997
3998                 RFC2822 2.2.3: Unfolding is accomplished by simply
3999                 removing any CRLF that is immediately followed by WSP.
4000
4001 2003-12-17 [paul]       0.9.7claws48
4002
4003         * src/folder.c
4004                 fix new message count
4005                 
4006         * configure.ac
4007                 update autotools macros
4008
4009         * sync with 0.9.8a
4010
4011 2003-12-16 [christoph]  0.9.7claws47
4012
4013         * src/folder.c
4014                 fix folder update before adding MsgInfo to cache
4015                 in add_msginfo_to_cache()
4016
4017         * src/procmsg.c
4018                 remove old call to folder_item_update() that is no
4019                 longer required
4020
4021 2003-12-16 [christoph]  0.9.7claws46
4022
4023         * src/main.c
4024                 make sure the shutdown process only runs once
4025
4026 2003-12-16 [hoa]        0.9.7claws45
4027
4028         * src/mainwindow.c
4029         * src/messageview.c
4030         * src/summaryview.[ch]
4031                 Create filter rules using a message is fixed.
4032                 We can now create processing rules using a message.
4033
4034 2003-12-15 [alfons]     0.9.7claws44
4035
4036         * src/procheader.c
4037                 make sure we discard folding white space
4038
4039 2003-12-15 [luke]       0.9.7claws43
4040         * src/textview.c
4041         * src/mimeview.c
4042                 o use "name" parameter if "filename" doesn't exist
4043
4044 2003-12-14 [alfons]     0.9.7claws42
4045
4046         * src/summaryview.c
4047         * src/common/utils.c
4048                 allow quick finding based on the result of passing
4049                 a message to an external command. E.g:
4050
4051                         X "bogofilter < %F" 
4052                 
4053                 gets me all the spam in a folder.
4054
4055 2003-12-14 [luke]       0.9.7claws41
4056
4057         * src/textview.c
4058         * src/mimeview.c
4059                 o use parameter "filename" instead of "name" in a couple of 
4060                   places for correctness
4061
4062         * src/procmime.c
4063         * src/common/utils.[ch]
4064                 o make temporary filename for attachments safe for %p 
4065                   substitutions in actions.
4066
4067 2003-12-13 [christoph]  0.9.7claws40
4068
4069         * src/main.c
4070                 readd exit(0) to clean_quit() because otherwise sylpheed
4071                 does not always terminate
4072
4073         * src/pgpmime.c
4074         * src/privacy.h
4075                 add an identifier-string for PrivacySystems
4076
4077 2003-12-12 [paul]
4078
4079         * doc/man/sylpheed.1
4080                 update the man page
4081
4082 2003-12-12 [paul]       0.9.7claws39
4083
4084         general clean up
4085         
4086         * configure.ac
4087                 correct and clean up './configure --help' info
4088         
4089         * src/plugins/clamav/clamav_plugin.c
4090           src/plugins/spamassassin/spamassassin.c
4091                 correct plugin_desc(), works with LOCAL, IMAP, and
4092                 POP accounts
4093                 
4094         * src/filtering.c
4095           src/matcher.[ch]
4096           src/matcher_parser_parse.y
4097           src/prefs_filtering_action.c
4098                 use 'Change Score' instead of '(In/De)crease score'.
4099                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4100          
4101          * src/mainwindow.c
4102                 hyphenate: 'Pre-processing', 'Post-processing'
4103                 
4104         * src/prefs_account.c
4105                 change 'Generate Message-ID' to 'Generate Message-Id'
4106                 
4107         * src/prefs_folder_item.c
4108                 change 'Processing on startup:' to 'Process at startup'
4109                 change 'Scan for new mail:' to 'Scan for new mail'
4110                 
4111 2003-12-11 [christoph]  0.9.7claws38
4112
4113         * src/crash.c
4114         * src/main.[ch]
4115                 make sure the clean_exit() funtion is not called again by the
4116                 signal handler while it is already running
4117
4118         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4119
4120         * src/summaryview.c
4121                 fix wrong assertion
4122
4123 2003-12-11 [paul]       0.9.7claws37
4124
4125         * src/compose.c
4126                 'anonymise' Message-Id: header string
4127
4128 2003-12-11 [paul]       0.9.7claws36
4129
4130         * src/plugins/clamav/clamav_plugin.c
4131                 fix (don't break) signature count
4132                 use cl_strerror() instead of deprecated cl_perror()
4133         
4134 2003-12-11 [darko]      0.9.7claws35
4135
4136         * src/summaryview.c
4137                 also update the sort arrow (thanks Christoph)
4138
4139 2003-12-11 [darko]      0.9.7claws34
4140
4141         * src/summaryview.c
4142                 allow reverting to default sort mode (no sort)
4143
4144 2003-12-10 [hoa]        0.9.7claws33
4145
4146         * src/matcher.c
4147                 fixed quotation of string for matcher.
4148
4149 2003-12-08 [paul]       0.9.7claws32
4150
4151         * src/imap.c
4152           src/inc.c
4153                 plug memory leaks (patch by Alfons)
4154
4155 2003-12-08 [christoph]  0.9.7claws31
4156
4157         * src/folder_item_prefs.[ch]
4158         * src/folderview.c
4159         * src/prefs_folder_item.c
4160                 add new FolderItem property to exclude folders from new
4161                 mail checks
4162
4163         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4164
4165 2003-12-07 [paul]       0.9.7claws30
4166
4167         * src/plugins/clamav/clamav_plugin.c
4168                 fix signature count
4169
4170 2003-12-07 [thorsten]   0.9.7claws29
4171
4172         * src/filtering.c
4173                 debug_print some warning if destfolder missing
4174         * src/prefs_filtering.c
4175                 uninitialized filter list when deleting a folder
4176
4177 2003-12-06 [paul]       0.9.7claws28
4178
4179         * src/procheader.c
4180                 add Alfons' patch to trim line feeds
4181
4182 2003-12-06 [paul]       0.9.7claws27
4183
4184         * partial sync with 0.9.7cvs8
4185                 leaving claws' online/offline more or less intact
4186                 see ChangeLog 2003-12-04 and 2003-12-06
4187
4188 2003-12-06 [christoph]  0.9.7claws26
4189
4190         * src/messageview.c
4191         * src/privacy.[ch]
4192                 revert pirvacy API changes
4193
4194 2003-12-05 [alfons]     0.9.7claws25
4195
4196         * src/matcher.[ch]
4197                 clean up my old cruft
4198
4199 2003-12-05 [alfons]     0.9.7claws24
4200
4201         * src/matcher.c
4202                 fix comparison buglet ;-) and make `test` matcher
4203                 work again
4204
4205 2003-12-05 [alfons]     0.9.7claws23
4206
4207         * src/prefs_folder_item.c
4208                 K&R 2nd Ed., page 241 (function parameter identifiers
4209                 starting with an underscore are kind of insulting)
4210
4211 2003-12-05 [hoa]        0.9.7claws22
4212
4213         * src/main.c
4214         * src/mainwindow.[ch]
4215         * src/mainwindow.h
4216                 add destructor for mainwindow so that the last 
4217                 MimeInfo opened in messageview is destroyed when
4218                 exiting sylpheed.
4219
4220 2003-12-05 [hoa]        0.9.7claws21
4221
4222         * src/filtering.[ch]
4223         * src/matcher.[ch]
4224         * src/matcher_parser_lex.l
4225         * src/matcher_parser_parse.y
4226         * src/prefs_actions.c
4227         * src/prefs_filtering.c
4228         * src/common/utils.[ch]
4229                 quote arguments before giving them to command line.
4230                 fixed quote of string in matcher/processing/filtering rules.
4231
4232         * src/messageview.c
4233         * src/privacy.[ch]
4234                 allows decryption to return a new whole 
4235                 MIME message structure.
4236
4237 2003-12-04 [hoa]        0.9.7claws20
4238
4239         * src/filtering.[ch]
4240         * src/folder.c
4241         * src/mainwindow.c
4242         * src/matcher.c
4243         * src/matcher_parser_parse.y
4244         * src/folderview.c
4245                 global rules to run before folder specific rules.
4246                 global rules to run after folder specific rules.
4247                 
4248         * src/messageview.c
4249                 fixed quick addition of rules.
4250         
4251         * src/prefs_filtering.[ch]
4252         * src/summaryview.c
4253                 we can now customize the title for the dialog.
4254                 updated case where we rename of delete folders.
4255
4256         * src/addressbook.c
4257                 got back the function addressbook_browse_entry_cb()
4258                 that is needed in case we compiled with LDAP support.
4259
4260 2003-12-04 [paul]       0.9.7claws19
4261
4262         * sync with 0.9.7cvs6
4263                 see ChangeLog 2003-12-04
4264                 fixes bug 171 'Wrong message decoing: koi8-r and 
4265                 iso8859-5 looks same. Can't read many emails.'
4266
4267 2003-12-04 [paul]       0.9.7claws18
4268
4269         * po/POTFILES.in
4270                 remove 'src/prefs_scoring.c'
4271
4272 2003-12-03 [hoa]        0.9.7claws17
4273
4274         * src/Makefile.am
4275                 compilation of scoring.[ch] and prefs_scoring.[ch]
4276                 is removed.
4277         
4278         * src/filtering.[ch]
4279         * src/folder.c
4280         * src/folder_item_prefs.[ch]
4281         * src/folderview.c
4282         * src/main.c
4283         * src/mainwindow.c
4284         * src/matcher.[ch]
4285         * src/matcher_parser.h
4286         * src/matcher_parser_parse.y
4287         * src/prefs_filtering.[ch]
4288         * src/prefs_filtering_action.c
4289         * src/prefs_folder_item.c
4290         * src/prefs_scoring.[ch]              * REMOVED FILES *
4291         * src/procmsg.[ch]
4292         * src/scoring.[ch]                    * REMOVED FILES *
4293         * src/summaryview.c
4294                 merged scoring and filtering.
4295                 
4296                 Note : compatibility is kept by parsing score like 
4297                   add_score. To get the behaviour of older scoring 
4298                   system, you have to define some equivalent rule :
4299                   "score_lower -9999 hide"
4300                   "score_greater 9999 mark"
4301                   
4302                   To define global rules, you have to define them 
4303                   in the new global processing rules.
4304                   The variable that kept the list filtering rules 
4305                   was "global_processing" and has been renamed into 
4306                   "filtering_rules".
4307                   "global_processing" variable is now the name 
4308                   of the variable that keeps the list of global 
4309                   processing rules.
4310                   In the configuration file, "[global]" section is 
4311                   now for the global processing rules (which includes
4312                   score things and new global processing rules).
4313                   New "[filtering]" section is for the filtering rules.
4314                   
4315                   Before running with this version, during testing 
4316                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4317                   Then, you have to make the following changes :
4318                   - leave all scoring rules in "[global]" section.
4319                   - move all other rules of "[global]" section to
4320                       a new section named "[filtering]".
4321
4322 2003-12-03 [christoph]  0.9.7claws16
4323
4324         * src/procmime.c
4325                 use default Content-Type as specified in RFC2045 if
4326                 Content-Type header is syntactically incorrect
4327
4328 2003-12-03 [christoph]  0.9.7claws15
4329
4330         * src/addressbook.c
4331         * src/addrindex.h
4332         * src/addritem.c
4333         * src/expldifdlg.h
4334         * src/exportldif.c
4335         * src/filtering.c
4336         * src/folder.c
4337         * src/folderview.c
4338         * src/jpilot.c
4339         * src/localfolder.c
4340         * src/matcher.h
4341         * src/matcher_parser_lex.l
4342         * src/matcher_parser_parse.y
4343         * src/news.c
4344         * src/prefs_filtering_action.c
4345         * src/prefs_folder_item.c
4346         * src/prefs_fonts.c
4347         * src/procmsg.c
4348         * src/sgpgme.c
4349                 clean up warnings
4350
4351         * src/procmime.c
4352                 revert 0.9.7claws14 change
4353
4354 2003-12-03 [alfons]     0.9.7claws14
4355
4356         * src/procmime.c
4357                 catch invalid Content-Type with no subtype
4358
4359 2003-12-03 [alfons]     0.9.7claws13
4360
4361         * src/alertpanel.h
4362         * src/setup.c
4363         * src/plugins/image_viewer/plugin.c
4364                 compile again, we need stddef.h for size_t
4365
4366 2003-12-03 [paul]       0.9.7claws12
4367
4368         * src/account.c
4369                 don't allow cloning of accounts with remote folders,
4370                 patch submitted by Ricardo Mones Lastra
4371
4372 2003-12-03 [christoph]  0.9.7claws11
4373
4374         * src/folder.[ch]
4375         * src/imap.c
4376         * src/localfolder.[ch]
4377         * src/mh.c
4378         * src/news.c
4379         * src/common/xml.[ch]
4380                 add set_xml() and get_xml() virtual functions to FolderClass to
4381                 save extra information for Folders (for example the rootpath
4382                 only used by LocalFolder). The folderlist write function no
4383                 longer needs to know the folder type to save this extra
4384                 information.
4385
4386 2003-12-02 [christoph]  0.9.7claws10
4387
4388         * src/Makefile.am
4389         * src/account.c
4390         * src/folder.[ch]
4391         * src/folderview.h
4392         * src/imap.c
4393         * src/localfolder.[ch]          ** NEW **
4394         * src/mainwindow.c
4395         * src/mh.[ch]
4396         * src/news.[ch]
4397         * src/prefs_account.[ch]
4398         * src/prefs_filtering.h
4399         * src/procmsg.h
4400         * src/remotefolder.[ch]         ** NEW **
4401         * src/common/xml.[ch]
4402                 add item_set_xml() and item_get_xml() virtual functions to
4403                 FolderClass to give folders the ability to add extra information
4404                 to the saved FolderItem data. If NULL the default function for
4405                 FolderItem will be used.
4406
4407 2003-11-29 [christoph]  0.9.7claws9
4408
4409         * src/procheader.c
4410                 fix bug in unfolding
4411
4412 2003-11-29 [luke]       0.9.7claws8
4413
4414         * src/textview.c
4415                 fix compilation for non c99 compilers
4416
4417 2003-11-29 [christoph]  0.9.7claws7
4418
4419         * src/procmime.[ch]
4420         * src/mimeview.c
4421                 o unknown disposition types should be handled as
4422                   attachment (RFC2183)
4423                 o missing headers should not default to inline
4424                   (would make "Save All" useless when disposition header
4425                    is not set by the sending mailer)
4426                 o remove old MimeInfo data and cleanup
4427
4428 2003-11-29 [luke]       0.9.7claws6
4429
4430         * src/procmime.[ch]
4431                 re-added parsing of Content-Disposition header
4432                         - removes the old  'gchar* content_disposition'
4433                         - adds a new field 'DispositionType disposition'
4434                         - adds parameters to MimeInfo::parameters
4435
4436         * src/mimeview.c
4437                 use the "filename" parameter for saving, and the new
4438                 MimeInfo::disposition for save all.
4439
4440         * src/compose.c
4441         * src/toolbar.[ch]
4442                 add a 'check spelling' button as a possibility for 
4443                 the compose toolbar
4444
4445         * src/stockpixmap.[ch]
4446         * src/pixmaps/check_spelling.xpm        ** NEW **
4447         * src/Makefile.am
4448                 add a pixmap for use with 'check spelling' button or
4449                 a user defined action
4450
4451         * src/textview.c
4452                 re-apply fixed (I hope) patch for bug 57
4453                 "Hidden URL in HTML Mails"
4454
4455 2003-11-28 [christoph]  0.9.7claws5
4456
4457         * src/procmime.c
4458                 o be more liberal in what we accept as Content-Type parameters
4459                 o ignore comments after parameters
4460
4461         * src/sgpgme.c
4462                 o only free passphrase when an error occurs
4463
4464 2003-11-28 [paul]       0.9.7claws4
4465
4466         * src/account.c
4467                 add 'Clone Account' function. patch submitted by
4468                 Ricardo Mones Lastra
4469
4470 2003-11-27 [thorsten]   0.9.7claws3
4471
4472         * src/mimeview.c
4473                 fix crash if 'save_all' failed twice
4474
4475 2003-11-27 [paul]       0.9.7claws2
4476
4477         * po/POTFILES.in
4478                 fix a typo
4479
4480         * po/zh_CN.po
4481                 update Simplified Chinese translation. submitted by
4482                 Hansom Young
4483
4484 2003-11-27 [paul]       0.9.7claws1
4485
4486         * po/POTFILES.in
4487                 clean up
4488
4489 2003-11-26 [paul]       0.9.7claws
4490
4491         * 0.9.7claws released
4492
4493 2003-11-26 [paul]       0.9.6claws99
4494
4495         * src/Makefile.am
4496                 add reference to pixmaps/mime_message.xpm
4497
4498 2003-11-26 [paul]       0.9.6claws98
4499
4500         * po/POTFILES.in
4501                 remove reference to src/sigstatus.c
4502
4503 2003-11-26 [christoph]  0.9.6claws97
4504
4505         * src/Makefile.am
4506         * src/prefs_common.c
4507         * src/rfc2015.c
4508         * src/sigstatus.[ch]            ** REMOVE **
4509                 remove signature result popup option and window
4510
4511 2003-11-26 [paul]       0.9.6claws96
4512
4513         * po/es.po
4514           po/ja.po
4515           po/pl.po
4516           po/sk.po
4517           po/sr.po
4518                 update translations. submitted by Ricardo Mones Lastra,
4519                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4520
4521 2003-11-25 [christoph]  0.9.6claws95
4522
4523         * src/procmime.c
4524                 display mime structure only in debug mode
4525
4526 2003-11-25 [melvin]     0.9.6claws94
4527
4528         * po/fr.po
4529                 Updated French translations + typos fixes of older
4530                 translations (thanks to Fabien Vantard for pointing
4531                 to some of them)
4532
4533 2003-11-25 [melvin]     0.9.6claws93
4534
4535         * src/editldap.c
4536                 Fixed a couple of typos.
4537
4538 2003-11-24 [paul]       0.9.6claws92
4539
4540         * po/POTFILES.in
4541                 add 'src/textview.c'
4542
4543 2003-11-24 [paul]       0.9.6claws91
4544
4545         * src/sgpgme.c
4546                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4547
4548 2003-11-24 [paul]       0.9.6claws90
4549
4550         * src/plugins/image_viewer/viewer.c
4551                 image_viewer_show_mimepart(): 
4552                 use procmime_mimeinfo_get_parameter() to get the file name
4553
4554 2003-11-24 [paul]       0.9.6claws89
4555
4556         * src/textview.c
4557                 textview_show_mime_part(): rewrite text hint
4558
4559 2003-11-22 [paul]       0.9.6claws88
4560
4561         * sync with 0.9.7cvs5
4562                 see ChangeLog 2003-11-21
4563
4564 2003-11-21 [paul]       0.9.6claws87
4565
4566         * src/mimeview.c
4567                 define shortcut key 'o' for 'Open with...'
4568
4569 2003-11-21 [alfons]     0.9.6claws86
4570
4571         * src/messageview.c
4572                 fix bug #383 'Deleting message from "separate message view" 
4573                 uses local Trash folder'
4574
4575 2003-11-21 [christoph]  0.9.6claws85
4576
4577         * src/mimeview.c
4578                 fix content-type guessing by name parameter when finding
4579                 the correct viewer
4580
4581 2003-11-21 [alfons]     0.9.6claws84
4582
4583         * src/main.c
4584                 no mail incorporation allowed with --offline param.
4585                 fixes bug #374, "--offline ignored"
4586
4587 2003-11-20 [christoph]  0.9.6claws83
4588
4589         * src/mimeinfo.c
4590                 use signed MimeInfo when checking the signature and not
4591                 the selected one
4592
4593 2003-11-19 [alfons]     0.9.6claws82
4594
4595         * src/mainwindow.c
4596                 fix crash when toggling separate views, patch submitted
4597                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4598                 fixes bug #342, "separate views  cause crash"
4599
4600 2003-11-19 [paul]       0.9.6claws81
4601
4602         * src/compose.c
4603                 compose_redirect_write_headers_from_headerlist(): 
4604                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4605                 
4606         * src/main.c
4607                 code cleanup (inherited from 0.9.7cvs4)
4608                 
4609         * tools/tb2sylpheed
4610                 bugfix: added missing attribute-list start. submitted by
4611                 Urke MMI
4612
4613 2003-11-19 [luke]       0.9.6claws80
4614
4615         * src/textview.c
4616                 revert my last commit until I get time to fix it
4617
4618 2003-11-18 [christoph]  0.9.6claws79
4619
4620         * src/mimeview.[ch]
4621                 check parent MimeInfos for signatures and display the
4622                 result of the parent when found
4623
4624         * src/pgpmime.c
4625                 o avoid NULL pointer warnings
4626                 o use procmime_mimeinfo_get_parameter()
4627
4628         * src/sgpgme.c
4629                 small text changes
4630
4631 2003-11-17 [luke]       0.9.6claws78
4632
4633         * src/textview.c
4634                 add check for disguised URLs, fixing bug 57
4635                 "Hidden URL in HTML Mails"
4636
4637 2003-11-16 [christoph]  0.9.6claws77
4638
4639         * src/procmime.c
4640                 fix crash when parsing invalid Content-Type header
4641
4642 2003-11-16 [christoph]  0.9.6claws76
4643
4644         * src/pgpmime.c
4645         * src/privacy.c
4646         * src/procmime.c
4647         * src/sgpgme.[ch]
4648                 implement message decrypting
4649
4650         * src/rfc2015.c
4651                 remove old code
4652
4653 2003-11-14 [luke]       0.9.6claws75
4654
4655         * src/mimeview.c
4656                 fix a couple of problems that treated application/* and
4657                 application/octet-stream the wrong way around
4658                 (since 0.9.6claws10), causing "Open" to do nothing.
4659
4660 2003-11-14 [christoph]  0.9.6claws74
4661
4662         * src/messageview.c
4663         * src/pgpmime.c
4664         * src/privacy.[ch]
4665                 prepare for message part decrypting
4666
4667         * src/sgpgme.c
4668                 add output for expired signatures
4669
4670         * src/rfc2015.c
4671                 remove some old code
4672
4673 2003-11-10 [christoph]  0.9.6claws73
4674
4675         * src/mimeview.c
4676                 add "Full info" button for bad and warn signature status
4677
4678         * src/sgpgme.c
4679                 generate full signature info like gpg's output
4680                 (gpg -v --with-fingerprint --verify)
4681
4682 2003-11-10 [christoph]  0.9.6claws72
4683
4684         * src/mimeview.c
4685         * src/pgpmime.c
4686         * src/privacy.[ch]
4687         * src/sgpgme.[ch]
4688         * src/textview.[ch]
4689                 o add code to view full signature info
4690                 o do automatic signature checks
4691
4692 2003-11-10 [alfons]     0.9.6claws71
4693
4694         * src/summaryview.c
4695                 don't crash when gtkut_font_load() returns invalid font (has
4696                 something to do with locale settings)
4697                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4698
4699 2003-11-09 [alfons]     0.9.6claws70
4700
4701         * src/procmime.c
4702                 plug leak
4703
4704 2003-11-08 [luke]       0.9.6claws69
4705
4706         * src/summaryview.c
4707                 fix some typos
4708
4709         * src/compose.c
4710                 rewrite compose_attach_parts(), fixing various bugs mainly
4711                 to do with re-editing.
4712
4713         * src/mimeview.c
4714                 "save all" now only saves attachments with names/filenames
4715
4716 2003-11-04 [match]      0.9.6claws68
4717
4718         * src/ldapctrl.[ch]
4719                 fix broken LDAP support.
4720
4721         * src/ldapquery.c
4722                 remove printf's.
4723
4724 2003-11-04 [luke]       0.9.6claws67
4725
4726         * src/mimeview.c
4727                 o  fixed bug 4 "focus lost on messages with attachments"
4728                 o  fixed 'Save all' attachments for new mime changes
4729                 o  right clicking on icons consistent with right clicking on
4730                    mime tree
4731                   - fixes a bug where wrong part is saved when you
4732                     choose 'Save as' from popup menu
4733                   - fixes bug 308 "No way to "save all" attachments"
4734                 o  fixed a compiler warning.
4735
4736         * src/textview.c
4737                 o  removed flickering in mime tree when using "n" and "p"
4738                    shortcuts
4739                 o  fixed bug where selecting the textview and pressing e.g.
4740                    'y' causes sylpheed to respond twice.
4741
4742         * src/summaryview.c
4743                 removed hard coding of * and ! shortcuts (which only served
4744                 to cause problems if you tried to redefine the shortcuts)
4745
4746 2003-11-04 [luke]       0.9.6claws66
4747
4748         * src/plugins/image_viewer/viewer.c
4749         * src/plugins/image_viewer/viewerprefs.c
4750         * src/plugins/image_viewer/viewerprefs.glade
4751                 o  allow toggling of image scaling by clicking on image
4752                 o  respond to image's container widget resize
4753
4754         * src/procmime.c
4755                 o  fix bad parsing of message when re-editing/viewing a
4756                    message saved to the drafts folder
4757
4758 2003-11-02 [match]      0.9.6claws65
4759
4760         * src/browseldap.h
4761                 fix if not building LDAP support.
4762         * src/addrindex.c
4763         * src/ldapquery.[ch]
4764         * src/editldap.h
4765                 include support for contains query. feature req 529354.
4766
4767 2003-11-02 [alfons]     0.9.6claws64
4768
4769         * src/browseldap.c
4770                 fix build bustage if not compiling ldap support
4771
4772 2003-11-01 [match]      0.9.6claws63
4773
4774         * po/POTFILES.in
4775         * src/Makefile.am
4776         * src/addr_compl.[ch]
4777         * src/addrbook.c
4778         * src/addrcache.[ch]
4779         * src/addrdefs.h        ** NEW **
4780         * src/addressbook.c
4781         * src/addressitem.h
4782         * src/addrindex.[ch]
4783         * src/addritem.h
4784         * src/addrquery.[ch]
4785         * src/ldapquery.[ch]
4786         * src/ldapserver.[ch]
4787                 refactor LDAP query mechanism.
4788
4789         * src/browseldap.[ch]   ** NEW **
4790         * src/ldaplocate.[ch]   ** NEW **
4791                 add feature to browse LDAP entry that was retrieved using
4792                 an explicit LDAP search.
4793
4794 2003-11-01 [alfons]     0.9.6claws62
4795
4796         * src/prefs_gtk.c
4797                 prefs_write_param(): fail when we see an invalid type; all the
4798                 callers seem to handle this gracefully by reverting changes
4799
4800 2003-10-30 [christoph]  0.9.6claws61
4801
4802         * configure.ac
4803         * ac/openssl.m4
4804         * ac/spamassassin.m4
4805         * src/Makefile.am
4806                 use extra variables for all libraries to make sure plugins
4807                 are only linked with libraries they really need. $LIBS is always
4808                 added to the linking parameters, but we only what the libraries
4809                 listed in the Makefile
4810
4811 2003-10-29 [paul]       0.9.6claws60
4812
4813         * src/mimeview.c
4814                 don't use Subject for unknown part name
4815
4816 2003-10-29 [paul]       0.9.6claws59
4817
4818         * src/compose.c
4819                 get name of attachment(s) when re-editing, fwd'ing or
4820                 redirecting
4821                 
4822         * src/mimeview.c
4823                 get name of attachment(s) when saving
4824
4825 2003-10-29 [hoa]        0.9.6claws58
4826
4827         * src/textview.c
4828                 implemented multipart/alternative in MIME message viewer.
4829
4830 2003-10-28 [christoph]  0.9.6claws57
4831
4832         * configure.ac
4833                 make sure MathML-Viewer is not built with the
4834                 Gtk2 version of GtkMathView
4835
4836 2003-10-28 [paul]       0.9.6claws56
4837
4838         * sync with 0.9.7cvs1
4839                 see ChangeLog 2003-10-28
4840
4841 2003-10-27 [alfons]     0.9.6claws55
4842
4843         * src/matcher_parser_parse.y
4844         * src/gtk/colorlabel.c
4845                 allow setting color label to 0 in filtering/processing rules
4846                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4847
4848 2003-10-26 [alfons]     0.9.6claws54
4849
4850         * src/summary_search.c
4851                 fix misnomer and correct selecting initial search node  
4852
4853 2003-10-26 [christoph]  0.9.6claws53
4854
4855         * src/pgpmime.c
4856         * src/sgpgme.c
4857                 change display of signature info to use only name of
4858                 signer, otherwise the text gets too long.
4859
4860         * src/procmime.c
4861                 don't use MimeInfo's filename to generate tmp filename
4862
4863 2003-10-25 [christoph]  0.9.6claws52
4864
4865         * src/procmime.c
4866                 fix message body searching
4867
4868 2003-10-25 [paul]       0.9.6claws51
4869
4870         * src/compose.c
4871                 use g_basename rather than basename
4872
4873 2003-10-24 [christoph]  0.9.6claws50
4874
4875         * src/sgpgme.c
4876                 change fetching of signature key's trust
4877
4878 2003-10-24 [paul]       0.9.6claws49
4879
4880         * po/sk.po
4881                 update Slovak translation
4882                 submitted by Andrej Kacian
4883                 
4884         * src/mainwindow.c
4885                 remove unknown menu entry /File/Add mailbox/mbox...
4886
4887 2003-10-24 [hoa]        0.9.6claws48
4888
4889         * src/Makefile.am
4890                 removed all references to mbox folders
4891
4892         * src/carray.[ch]               * REMOVED *
4893         * src/chash.[ch]                * REMOVED *
4894         * src/maillock.[ch]             * REMOVED *
4895         * src/mailmbox.[ch]             * REMOVED *
4896         * src/mailmbox_folder.[ch]      * REMOVED *
4897         * src/mailmbox_parse.[ch]       * REMOVED *
4898         * src/mailmbox_types.[ch]       * REMOVED *
4899         * src/mbox_folder.[ch]          * REMOVED *
4900                 remove implementation of mbox folders
4901                 and old mailbox folder.
4902                 mbox folder implementation will be added
4903                 as a plugin so that implementation can be entirely
4904                 synchronized with the files of the project they are
4905                 extracted from (libEtPan!).
4906         
4907         * src/mainwindow.c
4908         * src/folder.c
4909         * src/folderview.[ch]
4910         * src/procmsg.h         
4911                 Disable as much code that references mbox folders
4912                 as possible.
4913                 Some UI thing still need to know that folder is mbox
4914                 (when we have to enter the name of the mailbox and
4915                 we want to add /var/mail/$USER).
4916
4917 2003-10-23 [christoph]  0.9.6claws47
4918
4919         * src/noticeview.c
4920                 don't always display button when noticeview is made visible
4921
4922         * src/mimeview.c
4923         * src/pgpmime.c
4924         * src/privacy.[ch]
4925         * src/sgpgme.[ch]
4926                 get signature information from crypto system
4927
4928 2003-10-22 [paul]       0.9.6claws46
4929
4930         * po/es.po
4931                 updated by Ricardo Mones Lastra
4932
4933 2003-10-22 [paul]       0.9.6claws45
4934
4935         * src/Makefile.am
4936                 update to reflect the changes to the icons that
4937                 happened in 0.9.6claws35
4938
4939 2003-10-22 [alfons]     0.9.6claws44
4940         
4941         * src/carray.h
4942                 inline carray_count() 
4943
4944 2003-10-21 [alfons]     0.9.6claws43
4945
4946         * src/carray.h
4947                 glib wrappers
4948         * src/carray.c
4949                 disable
4950         * src/mailmbox.[ch]
4951         * src/mailmbox_folder.c
4952         * src/mailmbox_parse.c
4953         * src/mailmbox_types.[ch]
4954                 %s/uint32_t/guint
4955
4956 2003-10-21 [luke]       0.9.6claws42
4957
4958         * src/stock_pixmaps.[ch]
4959         * src/mimeview.c
4960         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4961         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4962                 o remove mime_application_octet_stream.xpm icon (it was never
4963                   really needed)
4964                 o remove redundant icon messageview_text.xpm
4965
4966         * src/mainwindow.c
4967                 fix visibility of signature noticeview when toggling 'separate
4968                 message view'
4969
4970 2003-10-21 [christoph]  0.9.6claws41
4971
4972         * src/procmime.c
4973                 decode multipart and rfc822 mime parts to allow further
4974                 parsing when required
4975
4976 2003-10-21 [christoph]  0.9.6claws40
4977
4978         * src/procmime.[ch]
4979         * src/textview.c
4980                 remove obsolete charset parameter in MimeInfo and fix
4981                 TextView to use the charset from the parameter hash table
4982
4983         * src/plugins/dillo_viewer/Makefile.am
4984         * src/plugins/trayicon/Makefile.am
4985                 add OPENSSL_CFLAGS to fix building with using
4986                 --with-openssl-* parameters
4987
4988 2003-10-21 [paul]       0.9.6claws39
4989
4990         * src/prefs_matcher.[ch]
4991                 replace remnants of the old, renamed 'Execute' matchtype
4992                 add a brief description to the Info window
4993
4994 2003-10-21 [hoa]        0.9.6claws38
4995         
4996         * src/Makefile.am
4997         * src/carray.[ch]               * NEW *
4998         * src/chash.[ch]                * NEW *
4999         * src/folder.c
5000         * src/maillock.[ch]             * NEW *
5001         * src/mailmbox.[ch]             * NEW *
5002         * src/mailmbox_folder.[ch]      * NEW *
5003         * src/mailmbox_parse.[ch]       * NEW *
5004         * src/mailmbox_types.[ch]       * NEW *
5005                 implementation of mbox folder with unique message numbers
5006
5007                 made use of libEtPan! implementation of mbox for lower-layer.
5008
5009 2003-10-20 [alfons]     0.9.6claws37
5010
5011         * src/noticeview.c
5012                 fix invalid argument warning
5013         * src/pgpmime.c
5014                 no in place variable
5015
5016 2003-10-20 [paul]       0.9.6claws36
5017
5018         * src/compose.[ch]
5019           src/filtering.c
5020           src/messageview.c
5021                 fix crash when using Forward in Filtering when
5022                 external editor option is set
5023                 
5024                 Patch submitted by Simon 'corecode' Schubert
5025                 <corecode@corecode.ath.cx> 
5026
5027 2003-10-20 [paul]       0.9.6claws35
5028
5029         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
5030           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
5031           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
5032           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
5033           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
5034           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
5035           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
5036           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
5037           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
5038           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
5039           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
5040           src/mimeview.c
5041           src/stock_pixmap.[ch]
5042                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
5043                 icons. add privacy_warn.xpm icon
5044
5045 2003-10-20 [hoa]  0.9.6claws34
5046
5047         * src/folder_item_prefs.[ch]
5048         * src/prefs_folder_item.c
5049         * src/main.c
5050                 Added a property per folder to choose whether we 
5051                 want to apply processing on it on startup or if we
5052                 prefer to wait the folder selection to apply it.
5053         
5054         * src/messageview.c
5055                 fixed C89 compatibility (for old compilers, for
5056                 example gcc 2.95.x).
5057
5058 2003-10-17 [christoph]  0.9.6claws33
5059
5060         * src/mimeview.c
5061         * src/noticeview.[ch]
5062                 change noticeview icon to indicate signature status
5063
5064 2003-10-17 [christoph]  0.9.6claws32
5065
5066         * src/Makefile.am
5067         * src/main.c
5068         * src/mimeview.c
5069         * src/noticeview.c
5070         * src/pgpmime.[ch]                              ** NEW **
5071         * src/privacy.[ch]
5072         * src/rfc2015.c
5073         * src/sgpgme.c                                  ** NEW **
5074                 reimplement PGP/Mime signature checking (unfinished)
5075
5076 2003-10-15 [christoph]  0.9.6claws31
5077
5078         * src/procmime.[ch]
5079                 fix procmime_get_text_content() and
5080                 procmime_get_first_text_content()
5081
5082 2003-10-15 [christoph]  0.9.6claws30
5083
5084         * src/plugins/spamassassin/spamassassin_gtk.c
5085         * src/plugins/spamassassin/spamassassin_gtk.glade
5086                 fix timeout tooltip
5087
5088 2003-10-15 [paul]       0.9.6claws29
5089
5090         * src/messageview.c
5091                 workaround for buggy smtp servers. on sending a
5092                 return receipt strip the name part from the address
5093                 when creating headers
5094                 
5095 2003-10-15 [paul]       0.9.6claws28
5096
5097         * sync with 0.9.7 release
5098                 see ChangeLog 2003-10-15
5099
5100 2003-10-14 [christoph]  0.9.6claws27
5101
5102         * src/plugins/clamav/clamav_plugin.c
5103                 fix clamav plugin
5104
5105 2003-10-14 [christoph]  0.9.6claws26
5106
5107         * src/compose.c
5108         * src/mimeview.c
5109         * src/procmime.[ch]
5110         * src/rfc2015.c
5111         * src/textview.c
5112         * src/plugins/clamav/clamav_plugin.c
5113                 use GNode to create the mime tree (some changes to functions
5114                 that traverse the tree are just quick and dirty. Maybe we
5115                 can find better solutions with g_node_*-functions)
5116
5117 2003-10-14 [luke]       0.9.6claws25
5118
5119         * src/mimeview.c
5120                 fix a navigation bug (stupid typo of mine)
5121
5122 2003-10-14 [christoph]  0.9.6claws24
5123
5124         * src/textview.c
5125                 fix missing last line in plain/text mails
5126
5127 2003-10-13 [luke]       0.9.6claws23
5128
5129         * src/summaryview.c
5130                 fix bug 334 (part 1)
5131
5132 2003-10-13 [kov]        0.9.6claws22
5133
5134         * src/mimeview.c
5135                 error checking when the user enters a non-directory at
5136                 the file selection dialog.
5137                 work-around for users entering directory location without
5138                 adding a leading G_DIR_SEPARATOR.
5139
5140 2003-10-13 [luke]       0.9.6claws21
5141
5142         * src/compose.c
5143                 error reporting for inserting files, including catching
5144                 invalid characters for current locale/encoding
5145
5146 2003-10-13 [paul]       0.9.6claws20
5147
5148         * src/folderview.c
5149                 fix bug #347 'subscribe newsgroups crashes'
5150
5151 2003-10-13 [paul]       0.9.6claws19
5152
5153         * src/compose.c
5154                 when using 'Reply to all' include the 'send replies
5155                 to' folder property
5156                 
5157         * po/ja.po
5158                 update Japanese translation. submitted by Rui Hirokawa 
5159                 <rui_hirokawa@ybb.ne.jp>        
5160
5161 2003-10-13 [hoa]        0.9.6claws18
5162
5163         * src/account.c
5164         * src/compose.c
5165         * src/messageview.c
5166         * src/procheader.c
5167         * src/procheader.h
5168                 rename get_header_from_msginfo() into
5169                 procheader_get_header_from_msginfo() so that we have a
5170                 coherent exported naming.
5171                 avoid parsing of header contained in a string via
5172                 a newly written temporary file.
5173
5174         Patch submitted by Simon 'corecode' Schubert
5175                 <corecode@corecode.ath.cx>
5176
5177 2003-10-12 [hoa]        0.9.6claws17
5178
5179         * src/filtering.c
5180         * src/filtering.h
5181         * src/matcher.c
5182         * src/matcher.h
5183         * src/matcher_parser_parse.y
5184         * src/prefs_filtering_action.c
5185                 added "stop" action : stop applying the filtering rules.
5186                 added "set score" and "increase/decrease score" actions.
5187                 That two last action replace the "change_score" action
5188                 introduced by alfons in 0.8.8claws85.
5189                 "set score" is to set a given score to the message.
5190                 "increase/decrease score" will increase or decrease the
5191                 score if the given value is respectively positive or
5192                 negative. If someone find a some better name for this last
5193                 rule, it can be modified.
5194
5195 2003-10-12 [paul]       0.9.6claws16
5196
5197         * AUTHORS
5198           po/ja.po
5199                 update Japanese translation. submitted by Rui Hirokawa 
5200                 <rui_hirokawa@ybb.ne.jp>
5201
5202 2003-10-12 [christoph]  0.9.6claws15
5203
5204         * src/procmime.c
5205                 fix crash caused by incorrect headers
5206
5207 2003-10-10 [christoph]  0.9.6claws14
5208
5209         * src/main.c
5210         * src/privacy.[ch]
5211         * src/rfc2015.[ch]
5212                 implement detection of signed message parts for rfc2015
5213
5214 2003-10-10 [thorsten]   0.9.6claws13
5215
5216         * src/mimeview.c
5217                 fix typo
5218
5219 2003-10-10 [christoph]  0.9.6claws12
5220
5221         * src/stock_pixmap.[ch]
5222         * src/pixmaps/mime_message.xpm                  ** NEW **
5223                 add a new icon for mime type "message"
5224
5225         * src/privacy.[ch]
5226         * src/procmime.[ch]
5227                 add crypto api
5228
5229         * src/mimeview.c
5230                 o use crypto api
5231                 o add icons for message type mime parts
5232
5233 2003-10-10 [christoph]  0.9.6claws11
5234
5235         * src/mainwindow.c
5236         * src/messageview.[ch]
5237         * src/mimeview.[ch]
5238         * src/procmime.[ch]
5239         * src/procmsg.[ch]
5240         * src/rfc2015.c
5241         * src/summaryview.c
5242         * src/textview.[ch]
5243                 o remove switching between TextView and MimeView in MessageView
5244                   (if required we can hide the icon box and the MimeView will
5245                    look exaxtly like the TextView)
5246                 o temporary remove signature and decrypting GPGME code
5247
5248 2003-10-09 [christoph]  0.9.6claws10
5249
5250         * src/action.c
5251         * src/compose.c
5252         * src/messageview.c
5253         * src/mimeview.c
5254         * src/procmime.[ch]
5255         * src/procmsg.c
5256         * src/rfc2015.c
5257         * src/textview.c
5258         * src/common/utils.[ch]
5259         * src/plugins/clamav/clamav_plugin.c
5260         * src/plugins/dillo_viewer/dillo_viewer.c
5261         * src/plugins/image_viewer/viewer.c
5262         * src/plugins/mathml_viewer/mathml_viewer.c
5263                 new mime parser (several things need fixing)
5264
5265 2003-10-09 [paul]       0.9.6claws9
5266
5267         * src/imap.c
5268                 a little more sync with 0.9.6cvs2 and a tidy up
5269
5270 2003-10-08 [paul]       0.9.6claws8
5271
5272         * sync with 0.9.6cvs2
5273                 see ChangeLog 2003-10-03
5274
5275 2003-10-05 [christoph]  0.9.6claws7
5276
5277         * src/summaryview.c
5278                 don't use flags to check if a message is in a news folder
5279
5280         (closes Bug 282 clicking on folder with copied Messages from News
5281          immediately after having copied them crashes Sylpheed-Claws)
5282
5283 2003-10-05 [christoph]  0.9.6claws6
5284
5285         * src/Makefile.am
5286         * src/progressdialog.[ch]               ** REMOVE **
5287         * src/gtk/Makefile.am
5288         * src/gtk/progressdialog.[ch]           ** NEW **
5289                 move progressdialog to gtk directory
5290
5291 2003-10-04 [christoph]  0.9.6claws5
5292
5293         * src/prefs_toolbar.c
5294         * src/gtk/prefswindow.c
5295                 remove widget_show_all for pages root widget
5296
5297         * src/plugins/spamassassin/spamassassin.[ch]
5298         * src/plugins/spamassassin/spamassassin_gtk.c
5299         * src/plugins/spamassassin/spamassassin_gtk.glade
5300                 add support for new libspamc transports
5301
5302 2003-10-04 [christoph]  0.9.6claws4
5303
5304         * src/plugins/spamassassin/libspamc.[ch]
5305         * src/plugins/spamassassin/spamassassin.c
5306         * src/plugins/spamassassin/utils.[ch]
5307                 update libspamc to version from SpamAssassin 2.60
5308
5309 2003-10-03 [christoph]  0.9.6claws3
5310
5311         * src/send_message.c
5312                 fix missing format string bug found by
5313                 Georgi Guninski <guninski@guninski.com>
5314
5315 2003-10-03 [paul]       0.9.6claws2
5316
5317         * po/zh_CN.po
5318                 update Simpilified Chinese translation, submitted by
5319                 Hansom Young
5320
5321 2003-10-02 [christoph]  0.9.6claws1
5322
5323         * src/imap.c
5324                 add UIDPLUS support for COPY and EXPUNGE
5325
5326 2003-10-02 [paul]       0.9.6claws
5327
5328         * 0.9.6claws released
5329
5330 2003-10-02 [paul]
5331
5332         * po/es.po
5333           po/sk.po
5334                 update Spanish and Slovak translations
5335                 submitted by Ricardo Mones Lastra and Andrej Kacian
5336  
5337 2003-10-02 [paul]       0.9.5claws43
5338
5339         * po/en_GB.po
5340                 update British English translation
5341
5342 2003-10-02 [paul]       0.9.5claws42
5343
5344         * po/hr.po
5345                 update Croatian translation, submitted by Dragan
5346
5347 2003-10-01 [paul]       0.9.5claws41
5348
5349         * po/pl.po
5350           po/sr.po
5351                 update Polish and Serbian translations, submitted by
5352                 Emil and Urke MMI
5353
5354 2003-10-01 [melvin]     0.9.5claws40
5355
5356         * po/fr.po
5357                 Updated French translations
5358
5359 2003-10-01 [melvin]     0.9.5claws39
5360
5361         * src/prefs_fonts.c
5362                 Fixed a Gtk warning
5363
5364         * src/plugins/dillo_prefs.c     
5365                 Quasi unnoticeable UI clean-up.
5366
5367 2003-10-01 [paul]
5368
5369         * tools/README
5370           tools/maildir2sylpheed.pl
5371                 bug fixes, rewrites, submitted by Matthias Förste 
5372                 <itsjustme@users.sourceforge.net>
5373
5374 2003-09-29 [paul]       0.9.5claws38
5375
5376         * src/inc.c
5377                 fix my coding carelessness
5378
5379 2003-09-29 [paul]       0.9.5claws37
5380
5381         * po/POTFILES.in
5382           src/Makefile.am
5383           src/main.c
5384           src/prefs_common.[ch]
5385           src/prefs_fonts.[ch]  ** NEW FILES **
5386                 move Font config options to Other Prefs/Display/Fonts
5387                 (user's current configuration is preserved)
5388
5389 2003-09-29 [paul]       0.9.5claws36
5390
5391         * src/inc.c
5392           src/prefs_account.c
5393                 allow 'local_mbox' value to point to either a directory 
5394                 (/var/mail -  default, new) or a file (/var/mail/username
5395                 - original)
5396
5397 2003-09-28 [paul]       0.9.5claws35
5398
5399         * src/rfc2015.c
5400                 on signature check, where key exists, print the
5401                 Key ID
5402
5403 2003-09-27 [alfons]     0.9.5claws34
5404
5405         * src/action.c
5406                 o make progress bar not fill/expand when resizing dialog
5407                 o use default fixed text font for actions output
5408
5409 2003-09-27 [paul]       0.9.5claws33
5410
5411         * src/prefs_common.[ch]
5412           src/procmsg.c
5413           src/send_message.c
5414                 remove External Program settings from Common Prefs/Send
5415                 as they are now unnecessary due to Local account settings.
5416                 plus a little tidying-up after 0.9.5claws31
5417
5418 2003-09-27 [paul]       0.9.5claws32
5419
5420         * src/prefs_account.c
5421                 o make correction to gui text:
5422                   'Local mailbox file' -> 'Local mailbox directory'
5423                 o give 'local_mbox' option a reasonable default value:
5424                   '/var/mail'
5425                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5426                   value
5427
5428 2003-09-26 [paul]       0.9.5claws31
5429
5430         * src/inc.c
5431           src/prefs_common.[ch]
5432                 remove 'Incorporate from spool' common pref,
5433                 force creation of a 'Local' account
5434
5435 2003-09-26 [christoph]  0.9.5claws30
5436
5437         * src/folder.c
5438         * src/msgcache.c
5439                 add more NULL pointer checks
5440
5441 2003-09-25 [christoph]  0.9.5claws29
5442
5443         * src/folder.c
5444                 o don't fetch source message to get it's message id
5445                 o immediately scan dest folder when copying a message did not
5446                   return a new message number and not do it when the first message
5447                   without a new message number is found
5448
5449 2003-09-23 [christoph]  0.9.5claws28
5450
5451         * src/compose.c
5452                 fix generating of headers
5453
5454         (patch by David Relson <relson@osagesoftware.com>)
5455
5456 2003-09-23 [paul]       0.9.5claws27
5457
5458         * po/zh_CN.po
5459                 update Simplified Chinese translation. submitted by
5460                 Hansom Young
5461
5462 2003-09-23 [paul]       0.9.5claws26
5463
5464         * tools/Makefile.am
5465           tools/README
5466           tools/vcard2xml.py    ** NEW FILE **
5467                 add a script that converts an evolution vcard to
5468                 sylpheed's xml format
5469                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5470
5471 2003-09-22 [paul]       0.9.5claws25
5472
5473         * src/plugins/clamav/clamav_plugin.c
5474                 don't skip MULTIPART parts
5475
5476 2003-09-21 [christoph]  0.9.5claws24
5477
5478         * src/alertpanel.c
5479                 remove unneeded include
5480
5481         * src/folder.c
5482                 clean up copy/move mess with duplicated code
5483
5484         * src/imap.c
5485                 fix problem that sometimes the folder was not scanned
5486                 also it was changed
5487
5488 2003-09-21 [christoph]  0.9.5claws23
5489
5490         * src/Makefile.am
5491         * src/logwindow.[ch]                    ** REMOVE **
5492         * src/mainwindow.c
5493         * src/prefs_common.c
5494         * src/gtk/Makefile.am
5495         * src/gtk/logwindow.[ch]                ** ADD **
5496                 make logwindow prefs_common independent and move
5497                 it to gtk directory
5498
5499 2003-09-20 [christoph]  0.9.5claws22
5500
5501         * src/compose.c
5502                 add extra space for address code conversion
5503                 (4 * unconvered size could be too small for short headers)
5504
5505 2003-09-20 [christoph]  0.9.5claws21
5506
5507         * src/compose.c
5508                 increase temp buffer size when writing headers
5509
5510 2003-09-19 [darko]      0.9.5claws20
5511
5512         * src/compose.c
5513                 don't ignore value of 'Save copy of outgoing messages to
5514                 this folder instead of Sent' in message redirect
5515
5516 2003-09-17 [christoph]  0.9.5claws19
5517
5518         * src/compose.c
5519                 use ", " as address seperator for mail headers and pass whole
5520                 header line at once to compose_convert_header to make sure
5521                 it is correctly folded
5522
5523         (closes Bug 64 Problem when sending to many recipients)
5524
5525 2003-09-17 [hoa]        0.9.5claws18
5526         
5527         * src/matcher.[ch]
5528           src/matcher_parser_parse.y
5529           src/prefs_matcher.c
5530                 changed the keyword used for command execution in condition
5531                 keyword is changed from "execute" to "test"
5532                 so that it is not the same as the one used for action.
5533                 This will fix a bug when using filtering dialog.
5534                 All semantic in the code is also changed to reflect
5535                 the keyword change.
5536
5537 2003-09-17 [paul]
5538         
5539         * sync with 0.9.6 release
5540
5541 2003-09-17 [paul]       0.9.5claws17
5542
5543         * sync with 0.9.5cvs8
5544                 see ChangeLog 2003-09-16 and 2003-09-17
5545
5546 2003-09-16 [paul]       0.9.5claws16
5547
5548         * sync with 0.9.5cvs6
5549                 see ChangeLog 2003-09-16
5550
5551 2003-09-15 [paul]       0.9.5claws15
5552
5553         * sync with 0.9.5cvs5
5554                 see ChangeLog 2003-09-15
5555
5556 2003-09-14 [alfons]     0.9.5claws14
5557
5558         * src/inc.c
5559                 make "Go to inbox after receiving new mail" again;
5560                 regression of a sync, restored to sylpheed main 
5561                 behaviour. (misses still some bits)
5562
5563 2003-09-14 [alfons]     0.9.5claws13
5564
5565         * src/prefs_filtering_action.c
5566                 o add proper message if empty execute command line
5567                 o don't select first action item after registering a
5568                   new action to prevent (what seems to be a GTK) bug
5569                   #36, "filtering will only accept one action change 
5570                   per invocation".
5571
5572 2003-09-14 [alfons]     0.9.5claws12
5573
5574         * src/prefs_filtering.c
5575         * src/prefs_filtering_action.c
5576         * src/prefs_matcher.c
5577                 fix function signature for key_pressed_event signal handlers
5578
5579 2003-09-14 [alfons]     0.9.5claws11
5580
5581         * src/mainwindow.c
5582                 fix regression caused by fix for invalid bug #7
5583                 (should fix #246, "Multiple selections are deselected when 
5584                 moving from search window to main window")
5585                 
5586 2003-09-14 [alfons]     0.9.5claws10
5587         
5588         * src/actions.[ch]
5589         * src/filtering.[ch]
5590         * src/prefs_actions.c
5591                 allow `filtering actions` in actions; only for advanced users
5592                 right now: try for example, "%as{mark color 2}" 
5593         
5594 2003-09-13 [paul]       0.9.5claws9
5595         
5596         * po/pl.po
5597           po/zh_CN.po   ** NEW FILE **
5598                 update Polish translation, submitted by Emil 
5599                 <eminowbl@posejdon.wpk.p.lodz.pl>
5600                 add new Simplified Chinese translation, submitted by
5601                 Hansom Young <hansom_young@yahoo.com>
5602
5603 2003-09-12 [alfons]     0.9.5claws8
5604
5605         * src/summaryview.c
5606                 don't open separate message views when View | Separate message view
5607                 is active 
5608                 (please look carefully for any navigation regressions)
5609
5610 2003-09-11 [alfons]     0.9.5claws7
5611
5612         * src/mainwindow.c
5613                 make default message view, opened by View | Separate message 
5614                 view, look like a claws message view (which includes a menu
5615                 bar and a toolbar)
5616                 (fixes bug #298, "message view loses tool bar") 
5617
5618 2003-09-11 [christoph]  0.9.5claws6
5619
5620         * src/folderview.c
5621                 fix double deleting of newsgroup folders
5622
5623         (closes Bug 305 crash after deleting of a newsgroup)
5624
5625 2003-09-11 [paul]       0.9.5claws5
5626
5627         * src/rfc2015.c
5628           src/common/utils.h
5629                 more sync'ing from 0.9.5cvs2
5630
5631 2003-09-11 [christoph]  0.9.5claws4
5632
5633         * src/compose.c
5634         * src/rfc2015.c
5635         * src/common/utils.h
5636                 fix sync with 0.9.5cvs2
5637
5638 2003-09-11 [paul]       0.9.5claws3
5639
5640         * sync with 0.9.5cvs4
5641                 see ChangeLog 2003-09-11
5642
5643 2003-09-11 [paul]       0.9.5claws2
5644
5645         * sync with 0.9.5cvs2
5646                 see ChangeLog 2003-09-05
5647                 
5648 2003-09-11 [paul]       0.9.5claws1
5649
5650         * sync with 0.9.5cvs3
5651                 see ChangeLog 2003-09-10
5652
5653 2003-09-10 [paul]       0.9.5claws
5654
5655         * 0.9.5claws released
5656
5657 2003-09-10 [paul]       0.9.4claws78
5658
5659         * src/Makefile.am
5660                 add missing files
5661
5662 2003-09-10 [melvin]     0.9.4claws77
5663
5664         * po/fr.po
5665                 Updated French translations
5666
5667 2003-09-10 [paul]       0.9.4claws76
5668
5669         * po/es.po
5670           po/sk.po
5671           po/sr.po
5672                 update Spanish, Slovak, and Serbian translations.
5673                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5674                 and Urke MMI
5675                 
5676         * AUTHORS
5677                 add translation team section
5678
5679 2003-09-09 [christoph]  0.9.4claws75
5680
5681         * src/folder.c
5682                 free item->prefs in folder_item_destroy
5683
5684 2003-09-09 [alfons]     0.9.4claws74
5685
5686         * src/folderview.c
5687                 o proper check for root node sorting
5688                 o remove unnecessary gtk_ctree_remove_node 
5689
5690         (should fix bug #300, "crash while moving folder")      
5691
5692 2003-09-08 [christoph]  0.9.4claws73
5693
5694         * src/folderview.c
5695                 o fix double adding of IMAP FolderItems to GtkCTree
5696                 o fix crash then mbox folder is removed
5697
5698 2003-09-08 [christoph]  0.9.4claws72
5699
5700         * src/folder.c
5701         * src/folderview.c
5702         * src/mainwindow.c
5703                 fix new folder notification
5704
5705         * src/mbox_folder.c
5706                 fix cache path
5707
5708 2003-09-08 [christoph]  0.9.4claws71
5709
5710         * src/compose.c
5711                 replace '\n' and '\r' before removing trailing spaces
5712
5713         * src/folder.[ch]
5714         * src/folderview.c
5715                 add information about new or removed items in folder tree change
5716                 notification and use this in folderview to add and remove only
5717                 the appected items and not refresh the whole tree
5718
5719 2003-09-07 [match]      0.9.4claws70
5720
5721         * src/Makefile.am
5722         * src/addr_compl.c
5723         * src/addressbook.c
5724         * src/addressitem.h
5725         * src/addrindex.c
5726         * src/addritem.c
5727         * src/addritem.h
5728         * src/addrquery.c                       ** NEW **
5729         * src/addrquery.h
5730         * src/ldapquery.c
5731         * src/ldapserver.c
5732         * src/stock_pixmap.c
5733         * src/stock_pixmap.h
5734         * src/pixmaps/address_search.xpm        ** NEW **
5735                 re-introduce Lookup button for LDAP 'static' searches.
5736
5737 2003-09-07 [alfons]     0.9.4claws69
5738         
5739         * src/summaryview.c
5740                 abandon setting usize for messageview because it gives layout problems
5741                 with the quick search bar and the headerview; fixes assorted UI glitches:
5742                 
5743                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5744                 o bug #280, "Window resiizes for line length but does not revert"
5745
5746 2003-09-07 [christoph]  0.9.4claws68
5747
5748         * src/compose.c
5749                 o make sure we don't have any newlines in header values
5750                 o check custom headers for spaces and newlines and ignore
5751                   malformed header names
5752
5753 2003-09-06 [christoph]  0.9.4claws67
5754
5755         * src/folder.c
5756         * src/folderview.c
5757                 invoke notification hook for folder tree changes after append
5758                 and remove folder
5759
5760         (closes Bug 294 Crash while moving folder with many subdirectories)
5761
5762 2003-09-06 [christoph]  0.9.4claws66
5763
5764         * src/folder.c
5765                 destroy folder's MsgCache if FolderItem is removed to make sure
5766                 it is not saved when the FolderItem is destroyed
5767
5768 2003-09-06 [christoph]  0.9.4claws65
5769
5770         * src/plugins/clamav/clamav_plugin.c
5771                 fix copy & paste bug
5772
5773 2003-09-05 [christoph]  0.9.4claws64
5774
5775         * src/folder.c
5776         * src/messageview.[ch]
5777         * src/procmsg.[ch]
5778         * src/summaryview.c
5779                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5780                 by MessageView to clear it when the message is deleted. Should
5781                 work even if messages are deleted in MainWindow or by
5782                 processing.
5783
5784 2003-09-05 [alfons]     0.9.4claws63
5785
5786         * src/messageview.c
5787                 deleting a message in a message view frees its msginfo, make 
5788                 messageview_update_all() aware of that (should fix bug #293,
5789                 "deleting message caused crash")
5790
5791 2003-09-05 [melvin]     0.9.4claws62
5792
5793         * src/action.c
5794                 Improve synchronous action exit code (fixes 
5795                 a ~5 seconds delay after action exit on RedHat 9)
5796
5797 2003-09-04 [christoph]  0.9.4claws61
5798
5799         * src/compose.c
5800         * src/rfc2015.c
5801         * src/common/utils.[ch]
5802                 add util function to create mime boundary and use it
5803                 in compose and gpg code
5804
5805 2003-09-04 [alfons]     0.9.4claws60
5806
5807         * src/folder.c
5808                 source folder item's GNode should already have been freed in 
5809                 a previous call to src->folder->klass->remove_folder()
5810                 (should fix bug #287, "crash when moving folders")
5811
5812 2003-09-03 [thorsten]   0.9.4claws59
5813
5814         * src/plugins/spamassassin/spamassassin_gtk.c
5815                 fix compile error
5816
5817 2003-09-03 [christoph]  0.9.4claws58
5818
5819         * src/plugins/spamassassin/spamassassin.[ch]
5820         * src/plugins/spamassassin/spamassassin_gtk.c
5821                 add timeout config option
5822
5823 2003-09-03 [paul]       0.9.4claws57
5824
5825         * po/sk.po      ** NEW FILE **
5826                 add Slovak translation. Submitted by Andrej Kacian 
5827                 <andrej@kacian.sk>
5828
5829 2003-09-03 [paul]       0.9.4claws56
5830
5831         * src/plugins/clamav/clamav_plugin_gtk.c
5832                 gui tweaks: replace a label with a tooltip, modify the
5833                 text, use gtk_check_button_new(); instead of
5834                 gtk_check_button_new_with_label("");
5835
5836 2003-09-02 [alfons]     0.9.4claws55
5837
5838         * src/gtk/filesel.c
5839                 remember last used dir when attaching multiple files (should fix
5840                 bug #290, "Attach File does not remember directory")
5841
5842 2003-09-01 [paul]       0.9.4claws54
5843
5844         * po/es.po
5845                 updated by Ricardo Mones Lastra
5846
5847 2003-09-01 [alfons]     0.9.4claws53
5848
5849         * src/gtk/gtkaspell.[ch]
5850                 be pedantic and strict and use const gchar * instead of guchar *
5851
5852 2003-09-01 [alfons]     0.9.4claws52
5853
5854         * src/mainwindow.c
5855         * src/summaryviewc.
5856                 re-enable Save As when multiple messages are selected
5857
5858 2003-09-01 [paul]       0.9.4claws51
5859
5860         * src/textview.c
5861                 g_free(trimmed_uri);
5862
5863 2003-09-01 [paul]       0.9.4claws50
5864
5865         * sync with 0.9.4cvs13
5866                 see ChangeLog 2003-09-01
5867
5868 2003-09-01 [paul]       0.9.4claws49
5869
5870         * src/textview.c
5871                 trim uri before sending to the statusbar
5872                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5873                 in the message window causes main S-C window to enlarge 
5874                 past screen edges'
5875
5876 2003-09-01 [paul]       0.9.4claws48
5877
5878         * sync with 0.9.4cvs12
5879                 see ChangeLog 2003-09-01
5880
5881 2003-08-30 [christoph]  0.9.4claws47
5882
5883         * src/compose.c
5884         * src/folder_item_prefs.[ch]
5885         * src/prefs_folder_item.c
5886         * src/gtk/gtkaspell.[ch]
5887                 commit per folder dictionary patch by
5888                 Paul Evans <nerd@freeuk.com>
5889
5890 2003-08-30 [christoph]  0.9.4claws46
5891
5892         * src/plugins/spamassassin/spamassassin_gtk.c
5893         * src/plugins/spamassassin/spamassassin_gtk.glade
5894                 reduce GUI clutter by placing hints into tooltips
5895
5896 2003-08-30 [paul]       0.9.4claws45
5897
5898         * src/compose.c
5899                 add 'Content-Disposition: inline' to a text/plain
5900                 part when using PGP/MIME signing
5901
5902 2003-08-30 [paul]       0.9.4claws44
5903
5904         * src/prefs_common.c
5905           src/prefs_spelling.c
5906           src/prefs_spelling.glade
5907                 reduce GUI clutter by placing hints into tooltips
5908
5909 2003-08-29 [christoph]  0.9.4claws43
5910
5911         * configure.ac
5912                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5913
5914         * src/stock_pixmap.c
5915                 change unecessary warning into a debug message
5916
5917         * src/plugins/clamav/Makefile.am
5918                 Fix error "-I$(CLAMAV_LIBS)"
5919
5920 2003-08-29 [christoph]  0.9.4claws42
5921
5922         * intl/Makefile.in
5923         * src/Makefile.am
5924         * src/matcher.h
5925         * src/common/Makefile.am
5926         * src/common/passcrypt.c
5927                 commit fixes and patches for some of the IRIX problems found by
5928                 Ivan Rayner <ivanr@sgi.com>
5929
5930 2003-08-29 [paul]       0.9.4claws41
5931
5932         * src/prefs_filtering.c
5933                 add 'Top' and 'Bottom' buttons, based on changes in
5934                 src/prefs_filter.c in 0.9.4cvs11.
5935
5936 2003-08-27 [christoph]  0.9.4claws40
5937
5938         * src/folderview.c
5939                 fix bug that the current summary settings were copied to the
5940                 wrong folder item, when the folder item prefs are opened.
5941                 Copying is not required because summary settings and
5942                 folder_item_prefs do not contain the same settings
5943
5944 2003-08-27 [thorsten]   0.9.4claws39
5945
5946         * src/imap.c
5947                 fix compile error
5948
5949 2003-08-26 [paul]       0.9.4claws38
5950
5951         * sync with 0.9.4cvs9
5952                 see ChangeLog 2003-08-26
5953
5954 2003-08-25 [paul]       0.9.4claws37
5955
5956         * sync with 0.9.4cvs8
5957                 see ChangeLog 2003-08-25
5958
5959 2003-08-24 [christoph]  0.9.4claws36
5960
5961         * src/prefs_filtering.c
5962                 shouldn't remove items from a GSList while iterating over the
5963                 list (makes cur invalid and cur->next not accessable)
5964
5965         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5966          crashed)
5967
5968 2003-08-23 [christoph]  0.9.4claws35
5969
5970         * src/news.c
5971                 news folders should be scanned when opened
5972
5973 2003-08-22 [christoph]  0.9.4claws34
5974
5975         * src/prefs_folder_item.c
5976                 use macro to assign strings that always frees the old string
5977
5978         * src/gtk/gtkaspell.[ch]
5979                 add gtkaspell_set_dictionary_menu_active_item() to set active
5980                 item in dictionary option menu
5981
5982         * src/prefs_spelling.c
5983                 use gtkaspell_set_dictionary_menu_active_item() to select
5984                 dictionary
5985
5986 2003-08-21 [christoph]  0.9.4claws33
5987
5988         * src/folder.[ch]
5989         * src/imap.c
5990         * src/mbox_folder.c
5991         * src/mh.c
5992         * src/news.c
5993                 optimize folder system
5994
5995         * src/gtk/gtkstext.c
5996                 fix division by zero when font has 0 width for ' '
5997
5998 2003-08-21 [paul]       0.9.4claws32
5999
6000         * sync with 0.9.4cvs7
6001                 see ChangeLog 2003-08-20
6002
6003 2003-08-19 [paul]       0.9.4claws31
6004
6005         * src/common/defs.h
6006                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
6007                 SYLDOC_FAQ_HTML_INDEX.
6008         * src/manual.c
6009                 use LC_MESSAGES instead of LC_ALL to find the current
6010                 language
6011
6012           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
6013
6014 2003-08-19 [paul]       0.9.4claws30
6015
6016         * po/bg.po
6017                 updated by George Danchev
6018
6019 2003-08-18 [luke]       0.9.4claws29
6020         * src/mimeview.[ch]
6021         * src/gtk/gtkvscrollbutton.[ch]
6022                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
6023                   dependencies; do it the GTK way; reduce code -14/+2 lines)
6024                 o removed horizontal separator between icons
6025
6026 2003-08-17 [christoph]  0.9.4claws28
6027
6028         * src/procmsg.c
6029                 no subject threading when the subject has no reply prefix
6030
6031 2003-08-16 [christoph]  0.9.4claws27
6032
6033         * src/mainwindow.c
6034                 remember and restore window sizes and position when the main
6035                 window is hidden or shown
6036
6037         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
6038          minimised/reopened using trayicon)
6039
6040 2003-08-16 [paul]       0.9.4claws26
6041
6042         * src/crash.c
6043                 add #include "defs.h"
6044
6045 2003-08-16 [paul]       0.9.4claws25
6046
6047         * src/plugins/clamav/clamav_plugin.c
6048                 reword a debug_print
6049                 
6050         * src/plugins/dillo_viewer/dillo_prefs.c
6051                 cosmetic: change the labels' text, add tooltips, and
6052                 left-align the hint
6053
6054 2003-08-15 [christoph]  0.9.4claws24
6055
6056         * src/news.c
6057                 complete last change (forgot some changes)
6058
6059 2003-08-15 [christoph]  0.9.4claws23
6060
6061         * src/news.c
6062                 o check number of messages and don't return a 0 message
6063                   when no messages are available
6064                 o don't parse xref header anymore
6065
6066         (closes Bug 203 I'm not getting any news)
6067
6068 2003-08-15 [paul]       0.9.4claws22
6069
6070         * src/common/defs.h
6071           src/crash.c
6072                 update and define claws bugzilla location
6073
6074 2003-08-15 [paul]       0.9.4claws21
6075
6076         * po/ru.po
6077                 update submitted by Ruslan N. Balkin
6078
6079 2003-08-14 [christoph]  0.9.4claws20
6080
6081         * src/procmsg.c
6082                 fix search for oldest node in subject threading
6083
6084 2003-08-14 [christoph]  0.9.4claws19
6085
6086         * src/procmsg.c
6087         * src/common/utils.h
6088                 add possibility to check all nodes with the same subject for
6089                 subject threading, not only the oldest node. Should not break
6090                 threads anymore if the oldest node is thread_by_subject_max_age
6091                 days older then parent, because it can now find a child of
6092                 oldest node as new parent.
6093
6094 2003-08-11 [christoph]  0.9.4claws18
6095
6096         * src/plugins/spamassassin/spamassassin.c
6097                 run spam check in background process
6098
6099 2003-08-10 [alfons]     0.9.4claws17
6100
6101         * src/summaryview.c
6102                 make `Select All' sensitive too
6103
6104 2003-08-10 [christoph]  0.9.4claws16
6105
6106         * src/imap.c
6107                 add more checks in imap_close
6108
6109 2003-08-09 [alfons]     0.9.4claws15
6110
6111         * src/prefs_spelling.c
6112                 no spell checking UI if not requested
6113
6114 2003-08-09 [alfons]     0.9.4claws14
6115
6116         * src/gtk/prefswindow.c
6117                 make it compile
6118
6119 2003-08-09 [christoph]  0.9.4claws13
6120
6121         * src/prefs_spelling.c
6122         * src/gtk/prefswindow.[ch]
6123         * src/plugins/clamav/clamav_plugin_gtk.c
6124         * src/plugins/spamassassin/spamassassin_gtk.c
6125                 sort prefs pages by heighest weight in tree
6126
6127 2003-08-09 [paul]       0.9.4claws12
6128
6129         * sync with 0.9.4cvs6
6130                 see ChangeLog 2003-08-07
6131                 
6132         * AUTHORS
6133                 add Leandro and Luke to claws-branch section
6134
6135 2003-08-09 [christoph]  0.9.4claws11
6136
6137         * src/gtk/Makefile.am
6138         * src/gtk/colorsel.[ch]                 ** NEW **
6139                 create a color selection dialog that can be used as a simple
6140                 function call with it's own gtk main loop like filesel.[ch]
6141
6142         * src/Makefile.am
6143         * src/main.c
6144         * src/prefs_common.c
6145         * src/prefs_spelling.[ch]               ** NEW **
6146         * src/prefs_spelling.glade              ** NEW **
6147         * src/gtk/gtkutils.[ch]
6148                 move "Spell Checker" prefs to new prefs dialog
6149
6150         * src/prefs_folder_item.c
6151                 use new colorsel dialog
6152
6153 2003-08-08 [paul]       0.9.4claws10
6154
6155         * src/inc.c
6156                 clear the progress bar unconditionally
6157
6158 2003-08-08 [paul]       0.9.4claws9
6159
6160         * sync with 0.9.4cvs4
6161                 see ChangeLog 2003-07-31
6162
6163 2003-08-07 [christoph]  0.9.4claws8
6164
6165         * configure.ac
6166                 fix bug in image viewer plugin part
6167
6168         * src/imap.c
6169                 don't execute close command if the folder item is not selected
6170
6171 2003-08-07 [hoa]        0.9.4claws7
6172
6173         * src/filtering.[ch]
6174         * src/matcher_parser.h
6175         * src/matcher_parser_parse.y
6176                 can define several actions for each filtering rule
6177                 can import old versions of filtering rules
6178
6179         * src/prefs_filtering.c
6180                 call to a new dialog box to define actions
6181
6182         * src/prefs_filtering_action.[ch]
6183                 dialog box to define actions for filtering rules
6184
6185 2003-08-06 [christoph]  0.9.4claws6
6186
6187         * src/imap.c
6188                 make sure source folder is selected when copying messages
6189
6190 2003-08-06 [christoph]  0.9.4claws5
6191
6192         * sync with 0.9.4cvs2
6193                 see ChangeLog 2003-07-29                
6194
6195 2003-08-05 [paul]       0.9.4claws4
6196
6197         * sync with 0.9.4cvs3
6198                 see ChangeLog 2003-07-30
6199
6200 2003-08-04 [match]      0.9.4claws3
6201
6202         * po/POTFILES.in
6203                 export of LDIF files.
6204
6205 2003-08-04 [match]      0.9.4claws2
6206
6207         * src/ldif.[ch]
6208                 support for export LDIF. documented.
6209         * src/importldif.[ch]
6210         * src/exportldif.[ch]
6211                 add tooltips. documented.
6212         * src/exphtmldlg.[ch]
6213         * src/common/xmlprops.[ch]
6214                 documented.
6215         * src/exportldif.[ch]                   ** NEW **
6216         * src/expldifdlg.[ch]                   ** NEW **
6217         * src/addressbook.[ch]
6218         * src/Makefile.am
6219                 export of LDIF files.
6220                 documented.
6221
6222 2003-08-04 [christoph]  0.9.4claws1
6223
6224         * .cvsignore
6225         * Makefile.am
6226         * configure.ac
6227         * sylpheed-claws.pc.in                  ** NEW **
6228         * src/Makefile.am
6229         * src/common/Makefile.am
6230         * src/gtk/Makefile.am
6231                 install sylpheed header files in $(pkgincludedir) and create a
6232                 pkg-config file to allow building a plugin without the source
6233                 package
6234
6235 2003-08-04 [paul]       0.9.4claws
6236
6237         * version 0.9.4claws
6238
6239 2003-08-04 [paul]       0.9.3claws97
6240
6241         * po/es.po
6242                 update Spanish translation. Submitted by Ricardo
6243                 Mones Lastra.
6244
6245 2003-08-03 [paul]       0.9.3claws96
6246
6247         * po/hr.po
6248           po/sr.po
6249                 update Croatian and Serbian translations. Submitted by
6250                 Dragan and Urke MMI respectively
6251
6252 2003-08-03 [alfons]     0.9.3claws95
6253
6254         * src/summaryview.c
6255                 mark flag has precedence over important flag - seems
6256                 to have been changed in sync of 0.9.3claws45. this fixes
6257                 a regression where messages that were scored as important
6258                 don't show their mark flags. (using the same column for
6259                 both importance as mark flags is the real problem
6260                 ofcourse)
6261
6262 2003-08-03 [melvin]     0.9.3claws94
6263
6264         * po/fr.po
6265                 Updated French translations.
6266
6267 2003-08-03 [melvin]     0.9.3claws93
6268
6269         * src/Makefile.am
6270                 Fixed typo introduced after 0.9.3claws92 
6271                 that prevented compilation
6272                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6273                 CPPFLAGS and YFLAGS to allow user setting these.
6274         * src/common/Makefile.am
6275         * src/gtk/Makefile.am
6276         * src/plugins/clamav/Makefile.am
6277         * src/plugins/demo/Makefile.am
6278         * src/plugins/dillo_viewer/Makefile.am
6279         * src/plugins/image_viewer/Makefile.am
6280         * src/plugins/mathml_viewer/Makefile.am
6281         * src/plugins/spamassassin/Makefile.am
6282         * src/plugins/trayicon/Makefile.am
6283         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6284                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6285                 CPPFLAGS and YFLAGS to allow user setting these.
6286
6287 2003-08-02 [christoph]  0.9.3claws92
6288
6289         * configure.ac
6290                 o rearrange plugin tests
6291                 o add test for clamav.h to ClamAV tests
6292
6293 2003-08-02 [luke]       0.9.3claws91
6294
6295         * src/mimeview.c
6296                 o fixed appearance of icon list when toggling back from the 
6297                   ctree
6298                 o toggling of icons using the keyboard works correctly
6299                 o fixed all other keyboard shortcuts to work when icons are
6300                   active
6301         
6302         * src/messageview.c
6303                 o fixed bug 4 - focus lost when changing messageview view type
6304
6305 2003-08-02 [christoph]  0.9.3claws90
6306
6307         * src/common/hooks.c
6308                 fix crash when pointer stored in hash table could get invalid
6309                 when a plugin is unloaded
6310
6311 2003-08-01 [christoph]  0.9.3claws89
6312
6313         * configure.ac
6314                 o try to build all plugins (except spamassassin) by default
6315                 o don't build a plugin if a dependency check fails
6316
6317         * src/common/hooks.c
6318                 fix warning
6319
6320 2003-08-01 [match]      0.9.3claws88
6321
6322         * src/importldif.c
6323                 allow single click field selection. document code.
6324
6325 2003-08-01 [christoph]  0.9.3claws87
6326
6327         * src/plugins/clamav/clamav_plugin.c
6328         * src/plugins/clamav/clamav_plugin_gtk.c
6329         * src/plugins/dillo_viewer/dillo_viewer.c
6330         * src/plugins/image_viewer/plugin.c
6331         * src/plugins/mathml_viewer/mathml_viewer.c
6332         * src/plugins/spamassassin/spamassassin.c
6333         * src/plugins/spamassassin/spamassassin_gtk.c
6334         * src/plugins/trayicon/trayicon.c
6335                 add version check to all plugins
6336
6337 2003-08-01 [hoa]        0.9.3claws86
6338
6339         * src/prefs_filtering.c
6340                 fixed a cosmetic bug, during creation of dialog box,
6341                 wrong widgets were shown after creation.
6342
6343 2003-08-01 [luke]       0.9.3claws85
6344
6345         * src/mainwindow.c
6346                 o fixed visibility of icons/mimeview after toggling separate
6347                   message/folder view (factored out some similar code too).
6348
6349
6350 2003-07-31 [alfons]     0.9.3claws84
6351
6352         * src/mimeview.c
6353                 tweak icon box UI a bit more, now allowing right-clicks actions
6354                 getting the relevant mime data too; should fix #250, "Can't save 
6355                 attachments sometimes".
6356
6357 2003-07-30 [alfons]     0.9.3claws83
6358
6359         * src/compose.c
6360                 don't do auto-save-draft inside key press handler, but rather
6361                 schedule it half of a second later; should fix #67, "autosave 
6362                 make re-rediting message crazy"
6363
6364 2003-07-30 [christoph]  0.9.3claws82
6365
6366         * src/plugins/trayicon/trayicon.c
6367                 process pending events before unloading the plugin
6368
6369         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6370
6371 2003-07-30 [alfons]     0.9.3claws81
6372
6373         * src/common/hooks.c
6374                 parameter 2 of g_hook_destroy() should really be a hook id
6375
6376 2003-07-30 [alfons]     0.9.3claws80
6377
6378         * src/common/plugin.c
6379                 fix a possibly harmful function signature mismatch 
6380                 for plugin_done
6381
6382 2003-07-30 [alfons]     0.9.3claws79
6383
6384         * src/common/hooks[.ch]
6385                 const correctness
6386
6387 2003-07-30 [darko]      0.9.3claws78
6388
6389         * src/summaryview.c
6390                 make it compile again
6391
6392 2003-07-30 [luke]       0.9.3claws77
6393
6394         * src/crash.c
6395         * src/main.c
6396                 o added/moved signal handlers for SIGTERM (normal kill command) 
6397                   and SIGINT (ctl-c) to be used even without 
6398                   --enable-crash-dialog, fixing bug 166
6399
6400         * src/summaryview.c
6401                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6402                   bug 227
6403
6404         * src/mainwindow.c
6405                 o changed sensitivity condition for 'Next new' and 'Next 
6406                   unread', fixing bug 8
6407
6408 2003-07-29 [alfons]     0.9.3claws76
6409
6410         * src/common/utils.[ch]
6411                 add generate_msgid()
6412         * src/messageview.c
6413                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6414                 sent folder".
6415
6416 2003-07-29 [alfons]     0.9.3claws75
6417
6418         * src/messageview.c
6419                 fix a memleak (claws-only)
6420
6421 2003-07-29 [alfons]     0.9.3claws74
6422
6423         * src/mimeview.[ch]
6424         * src/gtk/gtkvscrollbutton.[ch]
6425                 fix UI glitch where mime icon toolbox' scroll position is not 
6426                 reset after switching to another message
6427                 
6428
6429 2003-07-29 [paul]       0.9.3claws73
6430
6431         * src/prefs_folder_item.c
6432                 split the prefs into 2 separate pages
6433
6434 2003-07-29 [paul]       0.9.3claws72
6435
6436         * src/compose.c
6437                 prepend "\n\n" to a signature without a separator too
6438
6439 2003-07-29 [paul]       0.9.3claws71
6440
6441         * src/compose.c
6442                 fix bug where changing to an account without an auto-sig
6443                 from an initial account without an auto-sig would insert 
6444                 2 blank lines at the cursor point
6445                 fix bug where changing to an account with an auto-sig
6446                 from an initial account without an auto-sig would insert
6447                 the sig at the cursor point
6448
6449 2003-07-29 [paul]       0.9.3claws70
6450
6451         * src/folderview.c
6452                 use the colour from the folder pref unless the folder
6453                 has new messages
6454
6455 2003-07-29 [alfons]     0.9.3claws69
6456
6457         * src/procmsg.[ch]
6458         * src/messageview.c
6459         * src/procheader.c
6460                 rewrite return receipt request work a little bit (the former 
6461                 implementation presumably depended too much on the UI setting
6462                 flags). (we're losing the old pending flag.) 
6463
6464 2003-07-28 [christoph]  0.9.3claws68
6465
6466         * src/folder.c
6467         * src/imap.c
6468         * src/mh.c
6469         * src/procmsg.[ch]
6470                 fix copy to IMAP folder from other folder
6471
6472 2003-07-28 [christoph]  0.9.3claws67
6473
6474         * src/procmsg.c
6475                 fix sync of procmsg_get_message_file_list
6476
6477 2003-07-28 [christoph]  0.9.3claws66
6478
6479         * sync with 0.9.3cvs14
6480                 see ChangeLog 2003-07-18
6481         * sync with 0.9.3cvs17
6482                 see ChangeLog 2003-07-23
6483
6484         (closes Bug 234 segmentation fault after sending out mail via
6485          smtp(auth))
6486
6487 2003-07-28 [paul]       0.9.3claws65
6488
6489         * po/es.po
6490                 update Spanish translation, submitted by Ricardo Mones
6491                 Lastra
6492
6493 2003-07-28 [christoph]  0.9.3claws64
6494
6495         * src/folder.[ch]
6496         * src/imap.c
6497         * src/mh.c
6498                 return new message numbers as a GRelation instead of a GSList
6499                 that has to be in the same order as the input list. A list
6500                 would make it hard for IMAP to optimize oepration by sorting
6501                 the input list. The returned list would have to be reordered
6502                 to match the same order that input list has.
6503
6504         * src/gtk/gtkaspell.c
6505                 fix missing return value, could cause a crash when garbage is
6506                 on the stack that is used as the expected return value
6507
6508 2003-07-28 [paul]       0.9.3claws63
6509
6510         * sync with 0.9.4cvs1
6511                 see ChangeLog 2003-07-28
6512
6513 2003-07-27 [alfons]     0.9.3claws62
6514
6515         * src/mimeview.c
6516                 tweak it more to make icon list act like a check button group
6517
6518 2003-07-27 [christoph]  0.9.3claws61
6519
6520         * sync with 0.9.3cvs20
6521                 see ChangeLog 2003-07-25
6522
6523 2003-07-27 [paul]       0.9.3claws60
6524
6525         * src/procmsg.c
6526                 re-commit changes from 0.9.3claws58 -
6527                 accidently removed in 0.9.3claws59
6528
6529 2003-07-27 [paul]       0.9.3claws59
6530
6531         * src/procmsg.[ch]
6532                 a sync from 0.9.3cvs17
6533                 see ChangeLog 2003-07-23
6534
6535 2003-07-27 [alfons]     0.9.3claws58
6536
6537         * src/procmsg.c
6538                 add missing header members to MsgInfo; fixes the problem of 
6539                 not displaying X-Faces, as noticed by Ricardo Mones
6540
6541 2003-07-26 [christoph]  0.9.3claws57
6542
6543         * sync with 0.9.3cvs18
6544                 see ChangeLog 2003-07-24
6545
6546 2003-07-26 [christoph]  0.9.3claws56
6547
6548         * sync with 0.9.3cvs17
6549                 see ChangeLog 2003-07-23
6550
6551 2003-07-26 [christoph]  0.9.3claws55
6552
6553         * src/folder.[ch]
6554         * src/imap.c
6555         * src/mbox_folder.c
6556         * src/mh.c
6557         * src/news.c
6558                 add support for copy function that copy multiple messages
6559                 (not implemented yet)
6560
6561         * src/summaryview.c
6562                 add missing return value
6563
6564 2003-07-26 [paul]       0.9.3claws54
6565
6566         * tools/multiwebsearch.pl
6567                 do whitespace substitution before passing the string
6568                 to the browser. fixes bug with browsers that don't
6569                 do whitespace conversion themselves.
6570
6571 2003-07-25 [christoph]  0.9.3claws53
6572
6573         * src/folder.[ch]
6574         * src/imap.c
6575         * src/mh.c
6576                 rewrite adding of multiple messages to a folder for
6577                 claws' folder system
6578
6579 2003-07-25 [luke]       0.9.3claws52
6580
6581         * src/mimeview.c
6582                 o icon toggles set correctly on leaving ctree mimeview
6583
6584 2003-07-25 [paul]       0.9.3claws51
6585
6586         * partial sync with 0.9.3cvs21 [src/main.c]
6587                 see ChangeLog 2003-07-25
6588
6589 2003-07-24 [paul]       0.9.3claws50
6590
6591         * tools/maildir2sylpheed.pl
6592                 fix typo
6593
6594 2003-07-24 [paul]       0.9.3claws49
6595
6596         * src/mimeview.c
6597                 increase the gutter size of paned so that the panes
6598                 can be resized
6599                 
6600         * src/plugins/demo/demo.c
6601                 squeeze in another typo fix
6602
6603 2003-07-24 [paul]       0.9.3claws48
6604
6605         * src/plugins/demo/demo.c
6606           src/prefs_account.c
6607                 small changes to the English
6608                 
6609         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6610           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6611           src/Makefile.am
6612           src/stock_pixmap.c
6613                 rename the misspelled icon
6614
6615 2003-07-23 [alfons]     0.9.3claws47
6616
6617         * src/mimeview.c
6618                 make icon list look like a list of toggles
6619
6620 2003-07-23 [luke]       0.9.3claws46
6621
6622         * src/pixmaps/mimeview_gpg_expired.xpm
6623         * src/pixmaps/mimeview_gpg_failed.xpm
6624         * src/pixmaps/mimeview_gpg_passed.xpm
6625         * src/pixmaps/mimeview_text_html.xpm
6626         * src/pixmaps/mimeview_image.xpm
6627                 o all icons the same size
6628
6629         * src/mimeview.[ch]
6630                 o mimeview ctree arranged vertically above the viewer
6631                 o icons changed to buttons
6632                 o can use keyboard to select an icon (Enter)
6633                 o resize icon list to width of icons
6634
6635         *  src/gtk/gtkvscrollbutton.c
6636                 o sensitivity of buttons reacts to position
6637
6638 2003-07-23 [christoph]  0.9.3claws45
6639
6640         * sync with 0.9.3cvs14 (incomplete)
6641                 see ChangeLog 2003-07-17
6642
6643 2003-07-23 [alfons]     0.9.3claws44
6644
6645         * src/folder.c
6646         * src/procmsg.h
6647                 sync with my local tree to restore some claws-only things
6648
6649 2003-07-23 [paul]       0.9.3claws43
6650
6651         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6652           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6653           src/Makefile.am
6654           src/mimeview.c
6655           src/procmime.h
6656           src/rfc2015.c
6657           src/stock_pixmap.[ch]
6658                 indicate missing keys and expired sigs/keys
6659                 in mime view column
6660
6661 2003-07-23 [paul]       0.9.3claws42
6662
6663         * src/compose.c
6664                 Redirect fixes: enable automatic account selection and
6665                 do not append signature to message on changing account
6666                 fixes Bug[s] #248
6667
6668 2003-07-23 [paul]       0.9.3claws41
6669
6670         * sync with 0.9.3cvs16
6671                 see ChangeLog 2003-07-23
6672
6673 2003-07-23 [alfons]     0.9.3claws40
6674
6675         * src/inc.c
6676                 give progress dialog a main window, and give it the first 
6677                 one (presumably the only one). fixes bug #247, "segfault on 
6678                 pop-before-smtp" 
6679
6680 2003-07-22 [alfons]     0.9.3claws39
6681
6682         * src/summaryview.c
6683                 shift-space scrolls up
6684
6685 2003-07-22 [paul]       0.9.3claws38
6686
6687         * sync with 0.9.3cvs15
6688                 see ChangeLog 2003-07-22
6689
6690 2003-07-20 [alfons]     0.9.3claws37
6691
6692         * src/compose.c
6693                 put menu inside #ifdef USE_ASPELL..#endif
6694
6695 2003-07-20 [christoph]  0.9.3claws36
6696
6697         * src/procmsg.c
6698                 fix wrong flags in MsgInfo returned by
6699                 procmsg_msginfo_get_full_info()
6700
6701         (closes Bug 221 Deleting messages from the Message View gives incorrect
6702          new/unread message counts in the folder view)
6703
6704         * src/plugins/spamassassin/spamassassin_gtk.c
6705                 add gettext macro for prefs page title
6706
6707 2003-07-20 [paul]       0.9.3claws35
6708
6709         * src/mimeview.c
6710                 redraw icon list on signature check
6711
6712 2003-07-20 [christoph]  0.9.3claws34
6713
6714         * src/Makefile.am
6715         * src/account.c
6716         * src/folder.[ch]
6717         * src/folder_item_prefs.[ch]            ** NEW **
6718         * src/folderview.c
6719         * src/mainwindow.c
6720         * src/mh.c
6721         * src/prefs_gtk.c
6722         * src/prefs_scoring.c
6723         * src/summaryview.c
6724         * src/prefs_folder_item.[ch]
6725                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6726                   Properties dialog
6727                 o use prefswindow for folder properties
6728
6729         * src/gtk/prefswindow.[ch]
6730                 change implementation to use an invisible notebook instead
6731                 of unparenting widgets
6732
6733 2003-07-20 [christoph]  0.9.3claws33
6734
6735         * src/compose.h
6736         * src/folder.c
6737         * src/folderview.h
6738         * src/headerview.h
6739         * src/prefs_filtering.h
6740         * src/prefs_folder_item.[ch]
6741         * src/procmime.h
6742         * src/procmsg.h
6743         * src/summaryview.h
6744                 clean up header mess
6745                 (always use 1. typedefs, 2. #includes, 3. structures)
6746
6747         * src/common/version.h.in
6748                 add casts for constants
6749
6750         * src/plugins/demo/demo.c
6751                 fix typo
6752
6753         * src/plugins/spamassassin/spamassassin.c
6754                 remove unused variable
6755
6756 2003-07-20 [alfons]     0.9.3claws32
6757
6758         * src/mimeview.c
6759                 o make icon buttons respond on left click
6760                 o minor cosmetic change
6761
6762 2003-07-19 [luke]       0.9.3claws31
6763
6764         * src/mimeview.[ch]
6765         * src/gtk/gtkvscrollbutton.c
6766         * src/messageview.c
6767                 o improved mimeview behaviour when selecting a new message
6768                 o plus code cleanups to remove compile warnings
6769
6770
6771 2003-07-19 [alfons]     0.9.3claws30
6772
6773         * src/procmsg.c
6774         * src/compose.c
6775         * src/common/utils.[ch]
6776                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6777
6778 2003-07-19 [alfons]     0.9.3claws29
6779
6780         * src/prefs_folder_item.c
6781                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6782                 string pointers
6783
6784 2003-07-19 [luke]       0.9.3claws28
6785
6786         * src/messageview.c
6787         * src/mimeview.[ch]
6788         * src/procmime.h
6789         * src/rfc2015.c
6790         * src/stock_pixmap.[ch]
6791         * src/gtk/Makefile.am
6792         * src/Makefile.am
6793         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6794         * src/pixmaps/mime_*.xpm                ** NEW **
6795                 o mimeview rearrangement with a new icon shortcut bar
6796
6797 2003-07-19 [alfons]     0.9.3claws27
6798
6799         * src/folderview.c
6800                 o plug leaking nodes_to_recollapse
6801                 o add folderview_recollapse_all_nodes() (not used yet)
6802
6803 2003-07-19 [alfons]     0.9.3claws26
6804
6805         * src/compose.c
6806         * src/common/utils.c
6807                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6808                 for both forwarding as replying
6809
6810 2003-07-18 [christoph]  0.9.3claws25
6811
6812         * configure.ac
6813         * src/common/sylpheed.[ch]
6814         * src/common/version.h.in
6815                 add version in numeric form to allow easy comparison
6816
6817         * src/plugins/demo/demo.c
6818                 add version check
6819                 - sylpheed version > plugin version => never allowed, sylpheed
6820                   could contain unknown API changes
6821                 - sylpheed version < minimum version required => don't load,
6822                   API required not available (if linking does not fail)
6823
6824 2003-07-18 [alfons]     0.9.3claws24
6825         
6826         * src/common/plugin.[ch]
6827                 const correctness
6828
6829 2003-07-18 [christoph]  0.9.3claws23
6830
6831         * src/common/hooks.c
6832                 fix crash when hooks where unregisted
6833
6834         * src/plugins/trayicon/trayicon.c
6835                 unregister detroy signal before destroying the widget
6836                 (still crashes when the plugin is unloaded)
6837
6838 2003-07-18 [alfons]     0.9.3claws22
6839         
6840         * src/folderview.c
6841                 delay expanding folder tree during drags until timeout triggered
6842                 (needs perhaps some tweaking, so testing is welcome)
6843
6844 2003-07-17 [alfons]     0.9.3claws21
6845
6846         * src/folderview.c
6847                 clean up cruft
6848
6849 2003-07-17 [christoph]  0.9.3claws20
6850
6851         * src/common/session.c
6852                 fix opening of SSL connections
6853
6854         * src/plugins/image_viewer/Makefile.am
6855                 add OPENSSL_CFLAGS (we should find a better solution to remove
6856                 this dependencies if they are not required)
6857
6858         * src/plugins/spamassassin/spamassassin.c
6859                 remove setlocale workaround (fixed in libspamc)
6860
6861         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6862          if spell checking enabled)
6863
6864 2003-07-17 [alfons]     0.9.3claws19
6865
6866         * src/common/hooks.[ch]
6867         * src/plugins/clamav/clamav_plugin.c
6868         * src/plugins/spamassassin/spamassassin.c
6869         * src/plugins/trayicon/trayicon.c
6870                 fix signedness muck 
6871
6872 2003-07-17 [alfons]     0.9.3claws18
6873
6874         * src/procmime.c
6875                 plug memleak
6876
6877 2003-07-17 [alfons]     0.9.3claws17
6878
6879         * src/inc.c
6880                 plug memleak
6881
6882 2003-07-17 [paul]       0.9.3claws16
6883
6884         * src/common/defs.h
6885           src/mainwindow.c
6886           src/manual.[ch]
6887                 add link to the Claws site's FAQ page, after the suggestion
6888                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6889                 Move url strings to defs.h
6890                 
6891         * src/mainwindow.c
6892                 fix typo to prevent "unknown menu entry" warnings
6893
6894 2003-07-17 [alfons]     0.9.3claws15
6895
6896         * src/folderview.[ch]
6897         * src/summaryview.[ch]
6898         * src/mimeview.[ch]
6899                 plug DnD leaks 
6900
6901 2003-07-17 [paul]       0.9.3claws14
6902
6903         * src/inc.c
6904                 remove two instances of 'GTK_EVENTS_FLUSH' because
6905                 they are unnecessary and probably cause a stack overflow
6906
6907 2003-07-16 [christoph]  0.9.3claws13
6908
6909         * src/mimeview.[ch]
6910                 use an invisible GTK notebook to switch between viewers
6911                 instead of reparenting widgets
6912
6913 2003-07-16 [christoph]  0.9.3claws12
6914
6915         * src/folder.c
6916                 move folder_item_update_freeze() to correct place in
6917                 folder_item_scan_full()
6918
6919 2003-07-16 [paul]       0.9.3claws11
6920
6921         * sync with 0.9.3cvs12
6922                 see ChangeLog 2003-07-14 and 2003-07-15
6923
6924 2003-07-16 [christoph]  0.9.3claws10
6925
6926         * src/imap.[ch]
6927         * src/prefs_account.[ch]
6928                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6929
6930 2003-07-15 [alfons]     0.9.3claws9
6931
6932         * src/main.c
6933                 make --config-dir do something useful
6934
6935 2003-07-15 [alfons]     0.9.3claws8
6936
6937         * src/procmsg.c
6938                 o fix a bug where 'last' didn't really point to the last message
6939                   in the top level list of children, but to the last threaded
6940                   message. 
6941                 
6942                 o clean up and make it easier to sync
6943
6944 2003-07-15 [alfons]     0.9.3claws7
6945
6946         * src/mainwindow.c
6947                 make correct menu items sensitive       
6948
6949 2003-07-14 [alfons]     0.9.3claws6
6950
6951         * src/procmsg.c
6952                 tune the threader so it will not subject-thread any message
6953                 without a subject prefix (this will not thread correctly if 
6954                 a parent is delivered after their childs, but it looks 
6955                 better right now)
6956
6957 2003-07-13 [christoph]  0.9.3claws5
6958
6959         * src/mainwindow.c
6960                 group "Add mailbox *..." menu items in submenu
6961
6962 2003-07-13 [alfons]     0.9.3claws4
6963
6964         * src/summaryview.c
6965                 correct summary_toggle_pressed() signature and make sure
6966                 signal is not passed on
6967
6968 2003-07-13 [alfons]     0.9.3claws3
6969
6970         * src/summaryview.c
6971                 o for now don't pass on keys when they we're handled by 
6972                   ctree::key_press_event
6973                 o clean up
6974
6975 2003-07-13 [alfons]     0.9.3claws2
6976         
6977         * src/main.c
6978                 add command line option "--config-dir" to get the current 
6979                 configuration dir
6980
6981 2003-07-12 [alfons]     0.9.3claws1
6982
6983         * src/matcher.[ch]
6984         * src/matcher_parser_parse.y
6985         * src/prefs_filtering.c
6986         * src/filtering.c
6987                 add "Lock" filter action to lock messages;
6988
6989         * src/filtering.c       
6990                 remove debug_print()    
6991         * src/prefs_filtering.c
6992                 re-organize matcher part 9: 
6993                 make action text entries easily extendible;
6994                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6995                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6996
6997 2003-07-12 [paul]
6998
6999         * tools/README
7000                 update old information and add missing
7001                 information
7002
7003 2003-07-12 [paul]       0.9.3claws
7004
7005         * 0.9.3claws released
7006         
7007 2003-07-12 [paul]       0.9.0claws103
7008
7009         * src/Makefile.am
7010                 add addrquery.h
7011
7012 2003-07-12 [melvin]     0.9.0claws102
7013
7014         * src/messageview.c
7015                 Fixed bug #215: Show MIME tab for single text/html messages. 
7016                 
7017 2003-07-12 [paul]       0.9.0claws101
7018
7019         * man/sylpheed.1
7020                 updated
7021
7022 2003-07-12 [paul]       0.9.0claws100
7023
7024         * po/es.po
7025           po/hr.po
7026           po/pl.po
7027           po/sr.po
7028                 update Spanish, Croatian, Polish, Serbian translations.
7029                 submitted by Ricardo Mones Lastra, Dragan, Witold
7030                 Wladyslaw Wojciech Wilk, Urke MMI
7031
7032 2003-07-12 [melvin]     0.9.0claws99
7033
7034         * po/fr.po
7035                 Updated French translations.
7036
7037 2003-07-12 [paul]       0.9.0claws98
7038
7039         * src/addressbook.c
7040                 disable 'Lookup' button as it has no effect
7041
7042 2003-07-11 [alfons]     0.9.0claws97
7043         
7044         * src/summaryview.c
7045                 summary_searchbar_pressed() should return TRUE to signal that
7046                 event was handled. when returning void, the return value passed
7047                 to GTK is actually random, but maybe FALSE, in which case the
7048                 event is handled by parent
7049                 
7050 2003-07-10 [paul]       0.9.0claws96
7051
7052         * ac/missing/gettext.m4
7053                 update to version 0.12
7054
7055 2003-07-10 [paul]       0.9.0claws95
7056
7057         * src/plugins/clamav/clamav_plugin.c
7058                 fix bug where multipart/alternative messages
7059                 would slip through without being scanned
7060
7061 2003-07-10 [christoph]  0.9.0claws94
7062
7063         * src/folder.c
7064                 correct check if folder supports removing when a message is
7065                 moved. if not the message is only copied.
7066
7067         (closes Bug 132 crash on startup in newsgroups folders)
7068
7069 2003-07-09 [alfons]     0.9.0claws93
7070
7071         * configure.ac
7072         * src/common/defs.h
7073                 --with-config-dir (default .sylpheed)
7074
7075 2003-07-09 [christoph]  0.9.0claws92
7076
7077         * configure.ac
7078                 use PKG_CHECK_MODULES to check for gtkmathview
7079                 (version 0.4.2 now required)
7080
7081 2003-07-08 [melvin]     0.9.0claws91
7082
7083         * src/action.c
7084                 Implemented a progress bar that counts the number of completed
7085                 tasks when the action runs more than one command.
7086
7087 2003-07-08 [alfons]     0.9.0claws90
7088
7089         * src/procmsg.c
7090                 if queued message has an invalid Message-Id, don't try to
7091                 find message it refers to (fixes #209 "crash when processing 
7092                 in folder")
7093
7094 2003-07-08 [paul]       0.9.0claws89
7095
7096         * sync with 0.9.3cvs2
7097                 see ChangeLog 2003-07-08
7098
7099 2003-07-08 [match]      0.9.0claws88
7100
7101         * src/ldapctrl.c
7102                 extend LDAP search for first/last name by parsing search term.
7103
7104 2003-07-08 [alfons]     0.9.0claws87
7105
7106         * src/send_message.c
7107                 fix bug #208 "Status message stuck when sending on POP3 account"
7108
7109 2003-07-07 [paul]       0.9.0claws86
7110
7111         * po/hr.po
7112                 new Croatian translation, submitted by
7113                 Dragan <drleskov@inet.hr>
7114
7115 2003-07-07 [paul]       0.9.0claws85
7116
7117         * sync with 0.9.3cvs1
7118                 see ChangeLog 2003-07-07
7119
7120 2003-07-05 [christoph]  0.9.0claws84
7121
7122         * src/Makefile.am
7123         * src/messageview.c
7124         * src/mimeview.[ch]
7125         * src/stock_pixmap.[ch]
7126         * src/pixmaps/messageview_text.xpm              ** NEW **
7127                 move mimeview tabs to the right side and use icons
7128                 instead of text to save some space
7129
7130         (patch by Luke Plant <lukeplant@softhome.net>)
7131
7132 2003-07-05 [christoph]  0.9.0claws83
7133
7134         * src/inc.c
7135                 add NULL pointer checks
7136
7137         (patch by Luke Plant <lukeplant@softhome.net>)
7138         (closes Bug 204 0.9.0 quits on authentication error?!)
7139
7140 2003-07-05 [alfons]     0.9.0claws82
7141
7142         * configure.ac
7143                 take the clue in bug #202 "./configure script - 
7144                 'if test' comparison failure" reported by John Kristoff. 
7145
7146 2003-07-04 [christoph]  0.9.0claws81
7147
7148         * src/plugins/spamassassin/spamassassin.c
7149                 set timeout for spam check
7150
7151 2003-07-04 [christoph]  0.9.0claws80
7152
7153         * src/main.c
7154                 destroy all FolderItems when shutting down to
7155                 allow folders to clean up
7156
7157 2003-07-04 [melvin]     0.9.0claws79
7158
7159         * src/gtk/gtkaspell.c
7160                 Fixed bug #184 "Entering non-ascii character deletes
7161                 previous char if spell checking enabled": this makes
7162                 the spell checking in multibytes (e.g. UTF-8)locales work.
7163                 (Patch by Luke Plant).
7164                 
7165 2003-07-04 [christoph]  0.9.0claws78
7166
7167         * sync with 0.9.2cvs1
7168                 see ChangeLog 2003-06-10
7169
7170 2003-07-04 [paul]       0.9.0claws77
7171
7172         * sync with 0.9.3 release
7173                 see ChangeLog 2003-07-04
7174
7175 2003-07-03 [christoph]  0.9.0claws76
7176
7177         * src/folder.[ch]
7178         * src/imap.c
7179         * src/mbox_folder.c
7180         * src/mh.c
7181         * src/news.c
7182                 move folder_item_get_path() stuff into a folder virtual function
7183
7184         * src/procmsg.c
7185                 use folder_item_fetch_msg() to get message and do not contruct
7186                 the filename from path and number
7187
7188 2003-07-03 [paul]       0.9.0claws75
7189
7190         * sync with 0.9.2cvs12
7191                 see ChangeLog 2003-07-03
7192
7193 2003-07-02 [paul]       0.9.0claws74
7194
7195         * src/messageview.c
7196                 fix text-selection for replying
7197
7198 2003-07-02 [paul]       0.9.0claws73
7199
7200         * sync with 0.9.2cvs11
7201                 see ChangeLog 2003-07-02
7202
7203 2003-07-02 [paul]       0.9.0claws72
7204
7205         * src/procmsg.c
7206                 revert last commit because it breaks more
7207                 than it fixes
7208
7209 2003-07-02 [paul]       0.9.0claws71
7210
7211         * src/procmsg.c
7212                 fix thread by subject/sort by date
7213
7214 2003-07-01 [paul]       0.9.0claws70
7215
7216         * sync with 0.9.2cvs10
7217                 see ChangeLog 2003-07-01
7218
7219 2003-06-30 [paul]       0.9.0claws69
7220
7221         * sync with 0.9.2cvs9
7222                 see ChangeLog 2003-06-30
7223
7224 2003-06-28 [match]      0.9.0claws68
7225
7226         * src/addressbook.c
7227                 fix null ptr.
7228
7229 2003-06-27 [paul]       0.9.0claws67
7230
7231         * sync with 0.9.2cvs7
7232                 see ChangeLog 2003-06-27
7233
7234 2003-06-26 [christoph]  0.9.0claws66
7235
7236         * src/folder.c
7237                 freeze folder updates while a folder is scanned
7238
7239         (closes Bug 185 New message counter)
7240
7241 2003-06-26 [darko]      0.9.0claws65
7242
7243         * src/ldapserver.c
7244                 fix infinite loop when adding a new LDAP server
7245
7246 2003-06-26 [paul]       0.9.0claws64
7247
7248         * sync with 0.9.2cvs6
7249                 see ChangeLog 2003-06-26
7250
7251 2003-06-26 [paul]       0.9.0claws63
7252
7253         * sync with 0.9.2cvs5
7254                 see ChangeLog 2003-06-25 and 2003-06-26
7255
7256 2003-06-25 [match]      0.9.0claws62
7257
7258         * src/addr_compl.c
7259                 Fixed tab/backtab for dropped-down completion list to
7260                 move next/previous field. (close bug 147)
7261
7262 2003-06-25 [christoph]  0.9.0claws61
7263
7264         * src/addr_compl.[ch]
7265         * src/addrindex.[ch]
7266         * src/folderview.c
7267         * src/inc.c
7268         * src/news.c
7269         * src/summaryview.c
7270         * src/toolbar.c
7271                 fix warnings
7272
7273 2003-06-25 [leandro]    0.9.0claws60
7274
7275         * src/compose.c
7276                 o cleanups
7277                 o gray out "Message/Remove references" menu item if not
7278                   replying to a message
7279
7280 2003-06-24 [leandro]    0.9.0claws59
7281
7282         * src/compose.[ch]
7283                 o removed "Message/Create new thread" menu item
7284                 o added "Message/Remove references" menu item
7285                   (it's off by default and will not check anymore
7286                    if the subject changed)
7287
7288 2003-06-23 [alfons]     0.9.0claws58
7289
7290         * src/procmsg.c
7291                 try better grouping messages threaded by subject based on their age.
7292                 still not perfect - because the message tree is not sorted by date.  
7293
7294 2003-06-23 [thorsten]   0.9.0claws57
7295
7296         * src/pop.[ch]
7297                 added mail_receive_hook to allow modifications
7298                 directly after retrieval (e.g. adding headers).
7299
7300 2003-06-23 [paul]       0.9.0claws56
7301
7302         * src/sourcewindow.c
7303                  enable the use of Ctrl+A to select all text in
7304                  the sourcewindow
7305                  Patch submitted by Ivan Francolin Martinez
7306                  <ivanfm@users.sourceforge.net>
7307
7308 2003-06-22 [christoph]  0.9.0claws55
7309
7310         * src/folder.[ch]
7311                 o add notification hook for folder tree changes
7312                 o invoke hooks after folder tree scanning
7313
7314         * src/folderview.[ch]
7315                 register hook for folder tree changes that
7316                 updates the ctree
7317
7318         (there are more places that should be updated, like add, remove 
7319          or move folder)
7320
7321         (closes Bug 164 Crash on rebuild folder tree)
7322         (closes Bug 190 Crash on 'rebuilding folder tree')
7323
7324 2003-06-21 [leandro]    0.9.0claws54
7325
7326         * src/compose.[ch]
7327                 create a new thread if subject changes
7328                 (it's on by default, can be disabled in Message menu)
7329
7330 2003-06-21 [alfons]     0.9.0claws53
7331
7332         * src/summaryview.c
7333                 quiet little compiler
7334
7335 2003-06-21 [christoph]  0.9.0claws52
7336
7337         update gettext stuff to version 0.12
7338
7339 2003-06-19 [alfons]     0.9.0claws51
7340
7341         * src/common/log.c
7342         * src/common/plugin.c
7343                 move defs.h before glib.h to prevent MIN/MAX redefs
7344
7345 2003-06-19 [alfons]
7346
7347         * src/addressbook.c
7348                 translatable
7349
7350 2003-06-19 [match]      0.9.0claws50
7351
7352         * src/addressbook.[ch]
7353         * src/addrindex.[ch]
7354         * src/addr_compl.[ch]
7355         * src/editldap.[ch]
7356         * src/editldap_basedn.[ch]
7357         * src/addritem.[ch]
7358         * src/ldapquery.h
7359                 re-implemented dynamic LDAP search. works without
7360                 slowdown on display sender with addressbook
7361                 option.
7362         * src/addrbook.c
7363                 documented code.
7364
7365 2003-06-19 [paul]       0.9.0claws49
7366
7367         * src/compose.c
7368                 fix Bug #136 'Nonprovided quotation marks crash claws'
7369                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7370
7371 2003-06-19 [alfons]     0.9.0claws48
7372
7373         * src/prefs_common.[ch]
7374         * src/procmsg.c
7375                 restrict threading by subject by checking thread for
7376                 age (prefs_common.thread_by_subject_max_age)
7377
7378 2003-06-18 [christoph]  0.9.0claws47
7379
7380         * src/imap.c
7381                 fix memory leak in imap_cmd_fetch()
7382
7383 2003-06-18 [christoph]  0.9.0claws46
7384
7385         * src/prefs_gtk.c
7386                 fix memory leak in prefs_set_default() when used multiple
7387                 times or after prefs have been read
7388
7389 2003-06-18 [christoph]  0.9.0claws45
7390
7391         * src/common/plugin.c
7392                 fix memory leak in plugin_unload()
7393
7394 2003-06-18 [christoph]  0.9.0claws44
7395
7396         * src/imap.c
7397                 fix memory leak in imap_cmd_ok()
7398
7399 2003-06-18 [christoph]  0.9.0claws43
7400
7401         * src/folder.c
7402                 stop messages that are downloaded from POP3 and added to
7403                 an IMAP inbox from being filtered twice (first by POP3
7404                 and again when IMAP folder is scaned to get the UID of
7405                 the APPEND operation when no UIDPLUS is available)
7406
7407 2003-06-18 [alfons]
7408
7409         * tools/Makefile.am
7410                 phoenix <- firebird     
7411
7412 2003-06-18 [paul]
7413
7414         * tools/launch_phoenix          ** REMOVED **
7415           tools/launch_firebird         ** NEW **
7416                 renamed and edited to reflect the browser's name change from
7417                 'phoenix' to 'firebird'
7418
7419 2003-06-18 [paul]       0.9.0claws42
7420
7421         * sync with 0.9.2cvs2
7422                 see ChangeLog 2003-06-16
7423
7424 2003-06-17 [alfons]     0.9.0claws41
7425
7426         * src/procmsg.c
7427                 prevent threading problems when a node is an ancestor (parent / great parent),
7428                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7429                 for finding an sample set of messages)
7430
7431 2003-06-16 [christoph]  0.9.0claws40
7432
7433         * src/main.c
7434                 don't popup main window on --receive or --receive-all
7435
7436         * src/mainwindow.[ch]
7437         * src/plugins/trayicon/trayicon.c
7438                 allow hiding of main window by clicking on the trayicon
7439                 (doesn't work correctly in seperate window mode and may
7440                  cause unexpected GTK problems I couldn't find yet)
7441
7442         * src/common/ssl.c
7443                 remove incorrect warning
7444
7445 2003-06-15 [alfons]     0.9.0claws39
7446
7447         * src/gtk/gtkstext.c
7448                 don't output debug text;
7449                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7450                 for pointing this out);
7451
7452 2003-06-14 [alfons]     0.9.0claws38
7453         
7454         * src/messageview.c
7455                 remove printf() and make one if..else comply with coding style
7456
7457 2003-06-14 [alfons]     0.9.0claws37
7458
7459         * AUTHORS
7460                 add Martin Wicke
7461         * src/action.c
7462         * src/messageview.[ch]
7463         * src/summaryview.c
7464                 apply patch #754162 "Quoting messages filtered by actions" submitted
7465                 by Martin Wicke, which allows quoting message body changed by an
7466                 action (Thanks!).
7467
7468 2003-06-13 [alfons]     0.9.0claws36
7469
7470         * src/utils.c
7471                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7472                 use case insensitive regexp (suggested by Ivan Martinez)
7473
7474 2003-06-13 [christoph]  0.9.0claws35
7475
7476         * configure.ac
7477         * src/plugins/trayicon/Makefile.am
7478         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7479         * src/plugins/trayicon/trayicon.c
7480         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7481         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7482         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7483         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7484         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7485         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7486                 replace my own EggTrayIcon backport with the backport
7487                 used by (l|x)mule and gabber.
7488
7489 2003-06-13 [alfons]     0.9.0claws34
7490
7491         * AUTHORS
7492         * src/common/utils.c
7493                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7494
7495 2003-06-13 [alfons]     0.9.0claws33
7496
7497         * src/compose.c
7498                 clean up a little bit
7499
7500 2003-06-12 [alfons]     0.9.0claws32
7501
7502         * src/compose.c
7503                 const correctness fix
7504
7505         * src/common/sylpheed.[ch]
7506                 () -> (void)
7507                 prevent redef MIN/MAX
7508                 
7509         * src/common/utils.[ch]
7510                 () -> (void)
7511
7512 2003-06-12 [melvin]     0.9.0claws31
7513
7514         * src/compose.c
7515                 Updated to take into accounts changes in GtkAspell.
7516
7517 2003-06-12 [alfons]     0.9.0claws30
7518
7519         * src/compose.c
7520         * src/procmsg.c
7521         * src/common/utils.[ch]
7522                 handle reply subject prefixes better (initial 
7523                 suggestion by Robert Story adapted and enhanced 
7524                 using regexps)
7525
7526 2003-06-12 [melvin]     0.9.0claws29
7527
7528         * src/compose.c
7529                 Use new gtkaspell_checkers_strerror() to get the speller's
7530                 error message instead of accessing the (now private)
7531                 checkers structure.
7532                 Minor code clean up
7533
7534         * src/main.c
7535                 Use #ifdef instead of #if for USE_ASPELL
7536                 Use the new spell checkers init/quit functions 
7537
7538         * src/gtk/gtkaspell.c
7539                 Use #ifdef instead of #if for USE_ASPELL
7540                 Moved in the majority of GtkAspell structures that were
7541                 exported before by gtkaspell.h
7542         
7543         * src/gtk/gktaspell.h
7544                 Made gtkaspell.h contain only the necessary data to be
7545                 publicized by moving many structures to gtkaspell.c.
7546                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7547                 gtkaspell_checkers_new(): replaced by...
7548                 gtkaspell_checkers_init(): new function for initialization
7549                 gtkaspell_checkers_delete(): replaced by...
7550                 gtkaspell_checkers_quit(): new function
7551                 gtkaspell_checkers_strerror(): new function that returns
7552                 the checker's last error message.
7553                 
7554 2003-06-11 [melvin]     0.9.0claws28
7555
7556         * po/POTFILES.in
7557                 Updated to take into account gtkaspell.c migration to
7558                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7559
7560 2003-06-10 [alfons]     0.9.0claws27
7561
7562         * src/filtering.[ch]
7563         * src/folder.c
7564         * src/matcher.c
7565         * src/scoring.[ch]
7566                 - try fixing bug #18 (any brave testers?)
7567                 - add more robustness by refusing previously 
7568                   unchecked NULL pointers 
7569
7570 2003-06-10 [alfons]     0.9.0claws26
7571
7572         * src/procmsg.c
7573                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7574
7575 2003-06-09 [alfons]     0.9.0claws25
7576
7577         * src/prefs_common.c
7578                 fix bug #163 "Icon switching doesnt work properly" by 
7579                 preventing early freeing of prefs_common.pixmap_theme_path.
7580
7581 2003-06-09 [christoph]  0.9.0claws24
7582
7583         * src/gtk/gtkaspell.c
7584                 revert Thorsten's fix and add forgotten g_strdup for
7585                 aspell path (it should not be possible to alter the path a
7586                 GtkASpell uses from outside)
7587
7588 2003-06-09 [thorsten]   0.9.0claws23
7589
7590         * src/gtk/gtkaspell.c
7591                 dont free prefs_common.aspell_path when closing compose
7592
7593 2003-06-08 [colin]      0.9.0claws22
7594
7595         * src/plugins/spamassassin/spamassassin.c
7596                 fix prefs types
7597
7598 2003-06-07 [christoph]  0.9.0claws21
7599
7600         * src/Makefile.am
7601         * src/compose.c
7602         * src/gtkaspell.[ch]            ** REMOVE **
7603         * src/gtk/Makefile.am
7604         * src/gtk/gtkaspell.[ch]        ** NEW **
7605                 o make gtkaspell independent from sylpheed's prefs
7606                 o move gtkaspell.[ch] to gtk directory
7607
7608 2003-06-07 [christoph]  0.9.0claws20
7609
7610         * src/Makefile.am
7611         * src/crash.c
7612         * src/export.c
7613         * src/filesel.[ch]              ** REMOVE **
7614         * src/folder.c
7615         * src/main.[ch]
7616         * src/common/sylpheed.[ch]
7617         * src/gtk/Makefile.am
7618         * src/gtk/filesel.[ch]          ** NEW **
7619         * src/gtk/pluginwindow.c
7620         * src/gtk/sslcertwindow.c
7621                 move filesel.[ch] to gtk directory
7622
7623 2003-06-07 [alfons]     0.9.0claws19
7624
7625         * src/filesel.c
7626                 make (multi) file selection dialog work again (Claws-only)
7627
7628 2003-06-07 [thorsten]   0.9.0claws18
7629
7630         * po/de.po
7631                 fix typos
7632
7633 2003-06-07 [alfons]     0.9.0claws17
7634
7635         * configure.ac
7636         * src/mimeview.c
7637                 detect apache mishap in which case don't include fnmatch.h
7638                 if regex.h is already included
7639
7640 2003-06-06 [christoph]  0.9.0claws16
7641
7642         * configure.ac
7643         * src/mimeview.h
7644                 add check for fnmatch.h and include it when available
7645
7646         * src/mimeview.[ch]
7647                 fix wrong case sensitivity of Content-Types
7648
7649         * src/gtk/Makefile.am
7650                 need the same include paths in gtk directory as in
7651                 common directory because .h files in common can
7652                 include files from these directories, when included
7653                 in gtk's .h or .c files
7654
7655 2003-06-06 [alfons]     0.9.0claws15
7656
7657         * src/mimeview.c
7658         * src/summaryview.c
7659                 make it compile again because of regex.h / fnmatch.h 
7660                 include problems (related to recent mime stuff, can
7661                 someone check this?)
7662
7663 2003-06-06 [thorsten]   0.9.0claws14
7664
7665         * src/folderview.c
7666                 possible use of uninitialized pointer while dragging
7667
7668 2003-06-06 [paul]       0.9.0claws13
7669
7670         * src/compose.c
7671                 fix bug where the insert sig button would be effective
7672                 only when auto_sig was set
7673
7674 2003-06-06 [paul]       0.9.0claws12
7675
7676         * sync with 0.9.2 release
7677
7678 2003-06-02 [paul]       0.9.0claws11
7679
7680         * sync with 0.9.1cvs1
7681                 see ChangeLog 2003-06-02
7682                 
7683         * po/de.po
7684                 update by Jens
7685
7686 2003-06-01 [christoph]  0.9.0claws10
7687
7688         * src/account.c
7689                 don't use substring search to find accounts by email address
7690
7691         (closes Bug 169 Overly loose matching of "From" address)
7692
7693 2003-05-31 [christoph]  0.9.0claws9
7694
7695         * doc-src/rfc2683.txt
7696         * src/imap.c
7697                 limit IMAP command length as recommended in RFC2683
7698                 (message number lists will be split into multiple imap
7699                 sets, the limit of 1000 octets is not a hard limit)
7700
7701         (closes Bug 161 sylpheed-claws exits with segfault when logging
7702          in to certain imap-servers)
7703
7704 2003-05-29 [alfons]     0.9.0claws8
7705
7706         * src/toolbar.[ch]
7707                 add print button (calling summary_print());
7708                 fine tune setting tooltip text;
7709                 (if someone needs other buttons, please take these 
7710                 commits as a guide, instead of bothering us - also
7711                 see 0.8.11claws150) 
7712
7713 2003-05-29 [darko]      0.9.0claws7
7714
7715         * src/compose.c
7716                 fix crash when word wrapping kicks in due to
7717                 changed text by spell checker
7718
7719 2003-05-29 [paul]       0.9.0claws6
7720
7721         * src/compose.c
7722                 fix bug where changing account would insert
7723                 sig even if auto_sig was FALSE
7724                 
7725         * ChangeLog
7726           ChangeLog.jp
7727           INSTALL
7728                 sync with 0.9.1 release
7729
7730 2003-05-28 [christoph]  0.9.0claws5
7731
7732         * src/imap.c
7733                 fix truncation of too long commands
7734
7735         (closes Bug 167 IMAP hangs trying to get envelope
7736          information in imap_get_uncached_messages)
7737
7738 2003-05-27 [paul]       0.9.0claws4
7739
7740         * tools/Makefile.am
7741           tools/maildir2sylpheed.pl     ** NEW FILE **
7742                 add kmail to sylpheed mailbox conversion script
7743
7744 2003-05-27 [paul]       0.9.0claws3
7745
7746         * sync with 0.9.0cvs10
7747                 see ChangeLog 2003-05-26
7748
7749 2003-05-26 [paul]       0.9.0claws2
7750
7751         * sync with 0.9.0cvs9
7752                 see ChangeLog 2003-05-26
7753
7754 2003-05-24 [paul]       0.9.0claws1
7755
7756         * sync with 0.9.0cvs8
7757                 see ChangeLog 2003-05-23
7758
7759 2003-05-24 [paul]       0.9.0claws
7760
7761         * version 0.9.0claws released
7762
7763 2003-05-24 [paul]       0.8.11claws177
7764
7765         * src/plugins/dillo-viewer/Makefile.am
7766           src/plugins/traycon/Makefile.am
7767                 add missing files
7768                 
7769         * po/bg.po
7770           po/en_GB.po
7771           po/es.po
7772           po/it.po
7773           po/pt_BR.po
7774           po/ru.po
7775           po/sr.po
7776                 update Bulgarian, British English, Spanish, Italian, 
7777                 Brazilian Portuguese, Russian, and Serbian translations, 
7778                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7779                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7780                 Ruslan N. Balkin, and Urke MMI
7781
7782 2003-05-23 [melvin]     0.8.11claws176
7783
7784         * po/fr.po
7785                 Updated French translations
7786
7787 2003-05-22 [paul]       0.8.11claws175
7788
7789         * src/Makefile.am
7790           src/addrbook.[ch]
7791           src/addrcache.[ch]
7792           src/addr_compl.[ch]
7793           src/adressbook.[ch]
7794           src/addrindex.[ch]
7795           src/addritem.[ch]
7796           src/editaddress.c
7797           src/editgroup.c
7798           src/editldap_basedn.c
7799           src/editldap.c
7800           src/jpilot.c
7801           src/vcard.c
7802                 revert to get ldap into it previous working state
7803                 
7804         * po/zh_TW.Big5.po
7805                 new Taiwanese translation,
7806                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7807
7808 2003-05-22 [christoph]  0.8.11claws174
7809
7810         * src/plugins/spamassassin/libspamc.[ch]
7811                 sync libspamc with SpamAssaain release 2.55
7812
7813 2003-05-22 [paul]       0.8.11claws173
7814
7815         * sync with 0.9.0cvs7
7816                 see ChangeLog 2003-05-22
7817                 
7818         * src/summaryview.c
7819                 revert change in 0.8.11claws172: follow
7820                 Hiroyuki's decision and that's the end of it.
7821
7822 2003-05-21 [paul]       0.8.11claws172
7823
7824         * src/summaryview.c
7825                 fix discrepency between open_unread_on_enter
7826                 and always_show_msg
7827
7828 2003-05-21 [paul]       0.8.11claws171
7829
7830         * sync with 0.9.0cvs6
7831                 see ChangeLog 2003-05-21
7832
7833 2003-05-21 [paul]       0.8.11claws170
7834
7835         * sync with 0.9.0cvs5
7836                 see ChangeLog 2003-05-21
7837
7838 2003-05-20 [paul]       0.8.11claws169
7839
7840         * sync with 0.9.0cvs4
7841                 see ChangeLog 2003-05-20
7842                 fixes bug #152, 'encoding of IMAP folders names'
7843
7844 2003-05-20 [paul]       0.8.11claws168
7845
7846         * sync with 0.9.0cvs3
7847                 see ChangeLog 2003-05-20
7848                 
7849         * src/tools/convert_mbox.pl
7850                 minor change in the comments, submitted by Fred Marton
7851
7852 2003-05-19 [paul]       0.8.11claws167
7853
7854         * src/plugins/clamav/Makefile.am
7855           configure.ac
7856                 link clamav_lib to the plugin and not to the main program
7857
7858 2003-05-19 [christoph]
7859
7860         * src/Makefile.am
7861                 add -export-dynamic for linking
7862
7863 2003-05-19 [paul]       0.8.11claws166
7864
7865         * sync with 0.9.0cvs1
7866                 see ChangeLog 2003-05-19
7867
7868 2003-05-19 [paul]       0.8.11claws165
7869
7870         * src/inc.c
7871                 fix 'pop before smtp' timeout
7872
7873 2003-05-18 [alfons]     0.8.11claws164
7874
7875         * src/prefs_matcher.c
7876                 put "execute" action command line ("expression") in edit box
7877
7878 2003-05-18 [christoph]  0.8.11claws163
7879
7880         * src/mimeview.[ch]
7881         * src/plugins/dillo_viewer/dillo_viewer.c
7882         * src/plugins/image_viewer/viewer.c
7883         * src/plugins/mathml_viewer/mathml_viewer.c
7884                 let a viewer have a list of Content-Types
7885
7886 2003-05-18 [paul]       0.8.11claws162
7887
7888         * src/prefs_filtering.c
7889                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7890                 and REDIRECT actions
7891
7892 2003-05-17 [christoph]
7893
7894         * README.claws
7895                 o remove dynamic signatures that was syned with main
7896                 o add infos about no longer "build in" image viewer
7897                 o update bugtracker URL
7898
7899 2003-05-17 [christoph]  0.8.11claws161
7900
7901         * src/folder.c
7902         * src/folderview.c
7903         * src/imap.c
7904                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7905                 for every folder after rebuilding the folder tree.
7906
7907         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7908          messages)
7909
7910 2003-05-17 [christoph]  0.8.11claws160
7911
7912         * src/imap.c
7913                 don't use STATUS command on current folder to check for
7914                 content changes. imap_cmd_ok() now tracks changes to
7915                 folder and number of existing messages.
7916
7917 2003-05-17 [paul]       0.8.11claws159
7918
7919         * src/plugins/clamav/clamav_plugin.c
7920                 remove unnecessary debug_print
7921
7922 2003-05-16 [thorsten]   0.8.11claws158
7923
7924         * src/plugins/demo.c
7925                 included missing intl.h
7926
7927 2003-05-16 [paul]       0.8.11claws157
7928
7929         * po/POTFILES.in
7930                 remove non-existant entries
7931         
7932         * src/plugins/clamav/clamav_plugin.c
7933           src/plugins/clamav/clamav_plugin_gtk.c
7934           src/plugins/dillo_viewer/dillo_prefs.c
7935           src/plugins/dillo_viewer/dillo_viewer.c
7936                 gettextise
7937
7938 2003-05-16 [christoph]  0.8.11claws156
7939
7940         * po/POTFILES.in
7941                 include plugin .c files for translation until I
7942                 find a better solution to have plugins have their
7943                 own textdomain
7944         * src/plugins/demo/demo.c
7945         * src/plugins/image_viewer/plugin.c
7946         * src/plugins/mathml_viewer/mathml_viewer.c
7947         * src/plugins/spamassassin/spamassassin.c
7948         * src/plugins/spamassassin/spamassassin_gtk.c
7949         * src/plugins/trayicon/trayicon.c
7950                 add gettext macros for plugin name and description
7951
7952 2003-05-16 [paul]
7953
7954         * sync with 0.9.0
7955
7956 2003-05-16 [paul]       0.8.11claws155
7957
7958         * sync with lastest 0.9.0pre1
7959                 see ChangeLog 2003-05-16
7960
7961 2003-05-15 [paul]       0.8.11claws154
7962
7963         * sync with latest 0.9.0pre1
7964                 see ChangeLog 2003-05-14 and 2003-05-15
7965
7966 2003-05-14 [christoph]  0.8.11claws153
7967
7968         * src/plugins/image_viewer/viewer.c
7969         * src/plugins/image_viewer/viewer.glade         ** NEW **
7970         * src/plugins/image_viewer/viewerprefs.c
7971                 make it possible to disable the autoload function in the
7972                 imageviewer again
7973
7974 2003-05-14 [christoph]  0.8.11claws152
7975
7976         * src/folder.c
7977                 fix folder update after adding a message
7978
7979 2003-05-13 [alfons]     0.8.11claws151
7980
7981         * src/common/session.c
7982                 remove debug traces
7983                 
7984         * src/addrcache.[ch]
7985         * src/filtering.[ch]
7986         * src/folder.[c]
7987         * src/gtkaspell.[ch]
7988         * src/imap.[ch]
7989         * src/mbox_folder.[ch]
7990         * src/mh.[ch]
7991         * src/mimeview.h
7992         * src/msgcache.[ch]
7993         * src/news.[ch]
7994         * src/passphrase.[ch]
7995         * src/prefs_common.[ch]
7996         * src/prefs_gtk.[ch]
7997         * src/procmsg.c
7998         * src/scoring.[ch]
7999                 be pedantic; (in prototypes () implies (int))
8000
8001 2003-05-13 [alfons]     0.8.11claws150
8002
8003         * src/prefs_toolbar.[ch]
8004         * src/summaryview.[ch]
8005         * src/toolbar.[ch]
8006                 change misleading text in toolbar prefs;
8007                 add toolbar action for ignore thread (toggles ignore thread flag);
8008                 clean up a little bit;
8009
8010 2003-05-12 [paul]
8011
8012         * tools/convert_mbox.pl
8013                 bug fixed by Fred Marton
8014
8015 2003-05-12 [paul]
8016
8017         * sync with 0.9.0pre1
8018
8019 2003-05-09 [paul]       0.8.11claws149
8020
8021         * sync with 0.8.11cvs43
8022                 see ChangeLog 2003-05-09
8023
8024 2003-05-08 [christoph]  0.8.11claws148
8025
8026         * src/imap.[ch]
8027                 o use CAPABILIY as first command and check for PREAUTH
8028                   information in the response to it
8029                 o rewrite all imap_cmd_* functions to use an IMAPSession
8030                   instead of a SockInfo as parameter
8031                 o do STARTTLS after fetching and checking the server
8032                   capabilities
8033
8034 2003-05-08 [paul]       0.8.11claws147
8035
8036         * tools/Makefile.am
8037           tools/README
8038           tools/convert_mbox.pl         ** NEW FILE **
8039                 add mbox conversion script. Submitted by 
8040                 Fred Marton <Fred.Marton@uni-bayreuth.de>
8041
8042 2003-05-07 [christoph]
8043
8044         * doc-src/glade.txt
8045         * src/gtk/pluginwindow.glade
8046         * src/plugins/image_viewer/viewerprefs.glade
8047         * src/plugins/spamassassin/spamassassin_gtk.glade
8048                 add glade files for user interfaces and a description how
8049                 to use glade to create the sylpheed code
8050
8051 2003-05-07 [paul]       0.8.11claws146
8052
8053         * sync with 0.8.11cvs41
8054                 see ChangeLog 2003-05-07
8055
8056 2003-05-06 [christoph]  0.8.11claws145
8057
8058         * src/main.c
8059         * src/plugins/image_viewer/viewer.c
8060                 fix usage of imlib in imageviewer plugin
8061
8062         * src/gtk/prefswindow.c
8063                 handle window close event correctly
8064
8065 2003-05-06 [paul]       0.8.11claws144
8066
8067         * src/common/ssl.c
8068                 fix typo introduced in sync
8069
8070 2003-05-06 [paul]       0.8.11claws143
8071
8072         * sync with 0.8.11cvs39
8073                 see ChangeLog 2003-05-06
8074
8075 2003-05-06 [paul]       0.8.11claws142
8076
8077         * AUTHORS
8078           po/cs.po
8079                 updated Czech translation, submitted by 
8080                 Radek Vybiral <Radek.Vybiral@vsb.cz>
8081                 
8082         * src/plugins/clamav/clamav_plugin_gtk.c
8083                 clean up
8084
8085 2003-05-03 [alfons]     0.8.11claws141
8086
8087         * src/compose.[ch]
8088                 make paste as quotation work even when the call to 
8089                 text_inserted() was deferred (fixes bug #140 "Paste 
8090                 as quotation does not work when using "external" 
8091                 clipboard")
8092
8093 2003-05-03 [thorsten]   0.8.11claws140
8094
8095         * src/addrquery.h
8096           src/ldapquery.h
8097           src/mainwindow.c
8098                 removed C++ comments
8099         * src/addr_compl.c
8100                 function with non-int retval/param used before
8101                 implementation/declaration
8102
8103 2003-05-02 [paul]       0.8.11claws139
8104
8105         * src/addr_compl.[ch]
8106           src/addressbook.[ch]
8107           src/addrindex.c
8108           src/summaryview.c
8109                 revert match's changes to (finally) remove the bug where
8110                 opening a folder causes massive slowdown when using the 
8111                 'Display sender using address book' option
8112
8113 2003-05-01 [melvin]     0.8.11claws138
8114
8115         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8116         * src/plugins/dillo_viewer/dillo_viewer.c
8117                 Fixed bug where "Cancel" button from prefs issued
8118                 warnings.
8119                 Comply a little more to coding style
8120
8121 2003-05-01 [paul]       0.8.11claws137
8122
8123         * sync with 0.8.11cvs38
8124                 see ChangeLog 2003-05-01
8125
8126 2003-05-01 [paul]       0.8.11claws136
8127
8128         * po/bg.po
8129                 updated by George Danchev
8130
8131 2003-04-30 [christoph]  0.8.11claws135
8132
8133         * src/plugins/dillo_viewer/dillo_prefs.c
8134         * src/plugins/image_viewer/viewerprefs.c
8135         * src/plugins/spamassassin/spamassassin_gtk.c
8136                 remove gtk_widget_ref() calls for widgets in
8137                 glade code
8138
8139 2003-04-30 [paul]       0.8.11claws134
8140
8141         * src/addrindex.c
8142                 ok, this time a better fix for the bug where opening folder
8143                 has massive slowdown when using the 'Display sender using 
8144                 address book' option
8145
8146 2003-04-30 [paul]       0.8.11claws133
8147
8148         * src/addrindex.c
8149                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8150         
8151 2003-04-30 [melvin]     0.8.11claws132
8152
8153         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8154
8155         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8156                 Preferences for the dillo plugin
8157         * src/plugins/dillo_viewer/dillo_viewer.c
8158                 Support for preferences
8159         * src/plugins/dillo_viewer/Makefile.am
8160                 Added dillo_prefs.[ch]
8161
8162 2003-04-30 [alfons]     0.8.11claws131
8163
8164         * src/common/plugin.[ch]
8165                 see? this ANSI C'fication immediately gives us type
8166                 checking for free.
8167
8168 2003-04-30 [alfons]     0.8.11claws130
8169
8170         * src/common/plugin.[ch]
8171         * src/plugins/clamav/clamav_plugin.[ch]
8172         * src/plugins/clamav/clamav_plugin_gtk.c
8173         * src/plugins/demo/demo.c
8174         * src/plugins/dillo_viewer/dillo_viewer.c
8175         * src/plugins/image_viewer/plugin.c
8176         * src/plugins/image_viewer/viewer.[ch]
8177         * src/plugins/image_viewer/viewerprefs.[ch]
8178         * src/plugins/mathml_viewer/mathml_viewer.c
8179         * src/plugins/spamassassin/spamassassin.[ch]
8180         * src/plugins/spamassassin/spamassassin_gtk.c
8181         * src/plugins/trayicon/trayicon.c
8182                 clean up
8183
8184 2003-04-30 [alfons]     0.8.11claws129
8185
8186         * src/common/utils.c
8187                 make is_ascii_str() fail gracefully when NULL pointer
8188                 is passed
8189
8190 2003-04-30 [paul]       0.8.11claws128
8191
8192         * src/addrindex.c
8193                 fix bug where opening folder has massive slowdown when
8194                 using the 'Display sender using address book' option
8195
8196 2003-04-30 [paul]       0.8.11claws127
8197
8198         * src/plugins/clamav/clamav_plugin.c
8199           src/plugins/clamav/clamav_plugin_gtk.c
8200           src/plugins/demo/demo.c
8201           src/plugins/dillo_viewer/dillo_viewer.c
8202           src/plugins/image_viewer/plugin.c
8203           src/plugins/mathml_viewer/mathml_viewer.c
8204           src/plugins/spamassassin/spamassassin.c
8205           src/plugins/spamassassin/spamassassin_gtk.c
8206           src/plugins/trayicon/trayicon.c
8207                 get rid of eye-hurting function signatures
8208
8209 2003-04-30 [paul]       0.8.11claws126
8210
8211         * src/plugins/trayicon/trayicon.c
8212                 add description
8213                 
8214         * src/mimeview.c
8215                 be more descriptive
8216
8217 2003-04-30 [paul]       0.8.11claws125
8218
8219         * configure.ac
8220                 arrange the plugins in reverse alphabetical order
8221                 
8222         * src/plugins/clamav/clamav_plugin.[ch]
8223           src/plugins/clamav/clamav_plugin_gtk.c
8224                 rename some params
8225                 resize max_size window
8226                 re-arrange the order of some gui elements
8227                 improve descriptions
8228         
8229         * src/plugins/image_viewer/plugin.c
8230           src/plugins/mathml_viewer/mathml_viewer.c
8231                 add descriptions
8232                 
8233         * src/plugins/spamassassin/spamassassin_gtk.c
8234                 resize max_size window
8235                 re-arrange the order of some gui elements
8236                 
8237         * src/messageview.c
8238           src/mimeview.c
8239                 correct typos
8240
8241 2003-04-30 [alfons]     0.8.11claws124
8242
8243         * src/imap.c
8244                 fix a leak found while browsing Martin Kluge's 
8245                 valgrind log (Claws only)
8246
8247 2003-04-29 [darko]      0.8.11claws123
8248
8249         * src/gtk/gtkstext.h
8250                 include wchar.h if it is available, fixes compilation
8251                 on HP-UX systems
8252
8253 2003-04-29 [melvin]     0.8.11claws122
8254
8255         * src/prefs_actions.c
8256                 Improved help text of Actions' syntax
8257
8258 2003-04-28 [paul]       0.8.11claws121
8259
8260         * src/action.c
8261                 a better fix for the crash when performing an action
8262                 on a mime part
8263
8264 2003-04-28 [paul]       0.8.11claws120
8265
8266         * src/action.c
8267                 fix crash when performing an action on a
8268                 mime part
8269
8270 2003-04-28 [paul]       0.8.11claws119
8271
8272         * sync with 0.8.11cvs36
8273                 see ChangeLog 2003-04-28
8274
8275 2003-04-27 [paul]       0.8.11claws118
8276
8277         * more sync with 0.8.11cvs35
8278                 see ChangeLog 2003-04-25
8279
8280 2003-04-26 [christoph]  0.8.11claws117
8281
8282         * src/folder.c
8283                 fix remove virtual check
8284
8285 2003-04-26 [paul]       0.8.11claws116
8286
8287         * src/messageview.c
8288                 fix return-receipt, make it work again
8289
8290 2003-04-26 [paul]       0.8.11claws115
8291
8292         * src/mimeview.c
8293                 restore double-clicking of the [application/pgp-signature 
8294                 (Select "Check signature" to check)] line in the message view,
8295                 broken in recent sync
8296
8297 2003-04-26 [christoph]  0.8.11claws114
8298
8299         * src/folder.c
8300                 check if remove virtual really exists before
8301                 calling the function
8302
8303 2003-04-25 [match]      0.8.11claws113
8304
8305         * src/addrindex.c
8306         * src/addrbook.c
8307         * src/ldapquery.[ch]
8308         * src/ldapctrl.[ch]
8309                 fix memleak.
8310         * src/ldapserver.[ch]
8311                 fix memleak. fix segfault.
8312                 plug a Claws memleak
8313
8314 2003-04-25 [alfons]     0.8.11claws112
8315
8316         * src/folder.c
8317                 plug a Claws memleak
8318
8319 2003-04-25 [alfons]     0.8.11claws111
8320
8321         * src/common/session.c
8322                 plug a memleak
8323
8324 2003-04-25 [paul]       0.8.11claws110
8325
8326         * sync with 0.8.11cvs35
8327                 see ChangeLog 2003-04-24 and 2003-04-25
8328                 
8329         * src/gtk/pluginwindow.c
8330                 correct another strange float value
8331
8332 2003-04-24 [christoph]  0.8.11claws109
8333
8334         * src/folder.c
8335                 freeze folder item updates when unsetting new flags
8336
8337         * src/gtk/pluginwindow.c
8338                 correct strange float value
8339
8340 2003-04-23 [paul]       0.8.11claws108
8341
8342         * sync with 0.8.11cvs33
8343                 see ChangeLog 2003-04-23
8344
8345 2003-04-22 [paul]       0.8.11claws107
8346
8347         * src/Makefile.am
8348           src/messageview.c
8349           src/mimeview.c
8350           src/pgptext.[ch]      ** REMOVED **
8351                 remove pgptext.[ch] as its not used any more
8352
8353 2003-04-22 [paul]       0.8.11claws106
8354
8355         * sync with 0.8.11cvs31
8356                 see ChangeLog 2003-04-21 and 2003-04-22
8357
8358 2003-04-21 [alfons]     0.8.11claws105
8359
8360         * src/main.c
8361                 No access to GTK structures if we're a spawned child
8362                 (and clean up code a little bit...) Should fix #126.
8363
8364 2003-04-21 [melvin]     0.8.11claws104
8365
8366         * src/plugins/dillo_viewer/README
8367                 Improved slightly the text.
8368
8369 2003-04-21 [melvin]     0.8.11claws103
8370
8371         * src/plugins/dillo_viewer/README *** NEW ***
8372                 Added a README file for the Dillo plugin
8373
8374 2003-04-20 [paul]
8375
8376         * tools/README
8377           tools/outlook2sylpheed.pl
8378                 updated and improved by Ricardo Mones Lastra
8379
8380 2003-04-18 [oliver]     0.8.11claws102
8381
8382         * src/inc.c 
8383         * src/prefs_account.h
8384                 remove Pop3SessionType (used by selective download)
8385         * src/prefs_toolbar.c
8386                 enable set Default Toolbar button
8387
8388 2003-04-18 [paul]       0.8.11claws101
8389
8390         * sync with 0.8.11cvs29
8391                 see ChangeLog 2003-04-18
8392
8393 2003-04-17 [paul]       0.8.11claws100
8394
8395         * src/prefs_common.[ch]
8396           src/summaryview.c
8397                 remove 'Open next message on deletion' option,
8398                 as the same effect can now be achieved via the
8399                 'Always open messages in summary when selected'
8400                 option.
8401
8402 2003-04-17 [paul]       0.8.11claws99
8403
8404         * sync with 0.8.11cvs28
8405                 see ChangeLog 2003-04-17
8406
8407 2003-04-17 [christoph]  0.8.11claws98
8408
8409         * ac/spamassassin.m4
8410         * src/plugins/spamassassin/libspamc.[ch]
8411         * src/plugins/spamassassin/utils.[ch]
8412                 sync libspamc with SpamAssassin project
8413
8414 2003-04-17 [christoph]  0.8.11claws97
8415
8416         * src/common/socket.h
8417         * src/gtk/sslcertwindow.h
8418                 rename old USE_SSL to USE_OPENSSL
8419
8420 2003-04-17 [paul]       0.8.11claws96
8421
8422         * src/prefs_common.h
8423                 use gulong for P_COLOR so that it compiles/runs on
8424                 64-bit systems. Patch submitted by James Noyes
8425                 <jnoyes-claws@retrogeeks.com>
8426                 
8427         * po/de.po
8428                 updated by Jens
8429
8430 2003-04-17 [paul]       0.8.11claws95
8431
8432         * sync with 0.8.11cvs27
8433                 see ChangeLog 2003-04-16
8434
8435 2003-04-15 [paul]       0.8.11claws94
8436
8437         * src/prefs_common.[ch]
8438                 rearrange to stop the window getting too long:
8439                         move Receive dialog stuff to Receive tab
8440                         move Send dialog to Send tab
8441                         remove Dialogs frame
8442                 rename 'Open messages in summary with cursor keys' to
8443                 'Always open messages in summary when selected', as its
8444                 more appropriate
8445
8446 2003-04-15 [paul]       0.8.11claws93
8447
8448         * src/prefs_common.[ch]
8449           src/summaryview.c
8450                 add new option '/Interface/Open next message on deletion'
8451
8452 2003-04-15 [paul]       0.8.11claws92
8453
8454         * src/summaryview.[ch]
8455                 add /Mark/Lock and /Mark/Unlock to the pop-up
8456                 menu. Patch submitted by Ivan Francolin Martinez
8457                 <ivanfm@users.sourceforge.net>
8458
8459 2003-04-15 [paul]       0.8.11claws91
8460
8461         * sync with 0.8.11cvs24
8462                 see ChangeLog 2003-04-15
8463
8464 2003-04-14 [jens]       0.8.11claws90
8465
8466         * updated German translation and some corrections from
8467                 Roland Bless <bless@tm.uka.de>
8468
8469 2003-04-14 [paul]       0.8.11claws89
8470
8471         * sync with 0.8.11cvs22
8472                 see ChangeLog 2003-04-14
8473
8474 2003-04-13 [paul]       0.8.11claws88
8475
8476         * src/plugins/clamav/clamav_plugin.c
8477                 fix memory leaks
8478                 clean up
8479
8480 2003-04-12 [paul]       0.8.11claws87
8481
8482         * src/plugins/clamav/clamav_plugin.c
8483                 activate enable/disable archive scanning option
8484                 
8485         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8486
8487 2003-04-12 [paul]       0.8.11claws86
8488
8489         * src/plugins/Makefile.am
8490           src/plugins/clamav/Makefile.am                ** NEW FILE **
8491           src/plugins/clamav/README                     ** NEW FILE ** 
8492           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8493           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8494                 add Clam AntiVirus plugin
8495
8496 2003-04-12 [paul]       0.8.11claws85
8497
8498         * sync with 0.8.11cvs21
8499                 see ChangeLog 2003-04-11
8500
8501 2003-04-11 [paul]       0.8.11claws84
8502
8503         * po/es.po
8504                 update Spanish translation. Submitted by Ricardo
8505                 Mones Lastra.
8506
8507 2003-04-10 [christoph]  0.8.11claws83
8508
8509         * src/mbox.c
8510                 fix typo that did not move unfiltered mails to destination
8511                 folder
8512
8513         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8514          when filtering from spool)
8515
8516 2003-04-10 [christoph]  0.8.11claws82
8517
8518         * src/imap.c
8519                 use BODY.PEEK instead of BODY in in message fetch operation
8520                 to make sure the IMAP server does not set the \Seen flag for
8521                 messages. Sylpheed does that later itself, when the message
8522                 is opened in sylpheed
8523
8524         (closes Bug 111 Claws destroys unread marks)
8525
8526 2003-04-09 [oliver]     0.8.11claws81
8527         
8528         * src/folder.c
8529                 fix crash in folder_destroy
8530         * README.claws
8531                 remove selective download
8532
8533 2003-04-09 [christoph]  0.8.11claws80
8534
8535         * src/imap.c
8536                 fix crash in imap_get_msginfo() when then fetched message
8537                 is not found
8538
8539         (closes Bug 110 Crash during mail composition)
8540
8541 2003-04-08 [christoph]  0.8.11claws79
8542
8543         * src/folder.c
8544         * src/prefs_account.c
8545                 Filter new messages that are found in an INBOX folder
8546                 when 'Filter messages on receiving' is enabled in the
8547                 Folder's AccountPrefs. This allows to use Sylpheed's
8548                 filtering engine for IMAP folders where messages are
8549                 added to the INBOX by a MTA
8550
8551 2003-04-08 [paul]       0.8.11claws78
8552
8553         * src/procmsg.h
8554                 clean up after last commit
8555
8556 2003-04-08 [paul]       0.8.11claws77
8557
8558         * sync with 0.8.11cvs20
8559                 see ChangeLog 2003-04-07 and 2003-04-08
8560
8561 2003-04-07 [christoph]  0.8.11claws76
8562
8563         * src/filtering.[ch]
8564         * src/inc.[ch]
8565         * src/mbox.c
8566         * src/procmsg.[ch]
8567                 add procmsg_msginfo_filter() to execute filtering actions
8568
8569 2003-04-06 [christoph]  0.8.11claws75
8570
8571         * src/imap.c
8572                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8573
8574 2003-04-06 [christoph]  0.8.11claws74
8575
8576         * src/common/utils.[ch]
8577                 add g_int_compare() function for slist sorting
8578
8579         * src/imap.c
8580                 fetch all MsgInfos with one command in imap_get_msginfos()
8581                 using an imap set with a list of ranges
8582
8583         * src/news.c
8584                 use new g_int_compare() function
8585
8586 2003-04-06 [thorsten]   0.8.11claws73
8587
8588         * src/mh.c
8589                 corrected implementation of mh_folder_destroy()
8590
8591 2003-04-05 [christoph]  0.8.11claws72
8592
8593         * src/account.c
8594         * src/folder.[ch]
8595         * src/folderview.c
8596         * src/imap.c
8597         * src/inc.c
8598         * src/main.c
8599         * src/mainwindow.c
8600         * src/mbox_folder.c
8601         * src/mh.c
8602         * src/mimeview.h
8603         * src/msgcache.[ch]
8604         * src/news.c
8605         * src/procmime.h
8606         * src/procmsg.[ch]
8607         * src/setup.c
8608         * src/gtk/gtkutils.c
8609                 o rename structure field names class and new to klass and
8610                   new_msgs, to allow including files in C++
8611                 o add 'extern "C"' block to some header files
8612                 o add MsgInfoList and MsgNumberList as alias for GSList for
8613                   developers to know what type of list is expected
8614
8615         * src/plugins/image_viewer/plugin.c
8616         * src/plugins/image_viewer/viewer.[ch]
8617         * src/plugins/image_viewer/viewerprefs.[ch]
8618                 rename function names to prevent conflicts
8619
8620 2003-04-05 [paul]       0.8.11claws71
8621
8622         * sync with 0.8.11cvs18
8623                 see ChangeLog 2003-04-03 and 2003-04-04
8624
8625 2003-04-02 [christoph]  0.8.11claws70
8626
8627         * src/folder.[ch]
8628         * src/imap.[ch]
8629         * src/mbox_folder.[ch]
8630         * src/mh.[ch]
8631         * src/news.[ch]
8632                 o Make all virtual folder functions private
8633                 o remove unused folder code
8634
8635         * src/common/socket.[ch]
8636         * src/summaryview.c
8637                 fix warnings
8638
8639 2003-03-30 [alfons]     0.8.11claws69
8640
8641         * src/send_message.c
8642                 remove two debug traces and see if people still report
8643                 errors
8644
8645 2003-03-30 [alfons]     0.8.11claws68
8646
8647         * src/send_message.c
8648         * src/commons/session.c
8649                 add more debug traces
8650
8651 2003-03-30 [christoph]  0.8.11claws67
8652
8653         * src/folder.c
8654                 change processing folder name from .processing to processing
8655
8656         * src/common/ssl.c
8657                 disable SSL certificate check because it causes Xlib error
8658                 when the child process want's to open an GTK window
8659
8660 2003-03-30 [christoph]  0.8.11claws66
8661
8662         * src/folder.c
8663                 don't use default folder for processing folder item because
8664                 it can be a non local folder
8665
8666         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8667
8668 2003-03-30 [alfons]     0.8.11claws65
8669
8670         * src/send_message.c
8671                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8672                 to generate bad code for 'send_send_data_progressive': When
8673                 called from 'send_send_data_finished', the 'data' pointer is
8674                 cleared just before the assignment to the dialog pointer
8675
8676 2003-03-29 [christoph]  0.8.11claws64
8677
8678         * src/common/prefs.h
8679         * src/plugins/image_viewer/Makefile.am
8680         * src/plugins/image_viewer/plugin.c
8681         * src/plugins/image_viewer/viewer.[ch]
8682         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8683                 add PrefsPage for ImageViewer
8684
8685 2003-03-28 [thorsten]   0.8.11claws63
8686
8687         * src/common/session.c
8688                 added some comments
8689
8690 2003-03-28 [paul]       0.8.11claws62
8691
8692         * sync with 0.8.11cvs16
8693                 see ChangeLog 2003-03-28
8694
8695 2003-03-28 [paul]       0.8.11claws61
8696
8697         * sync with 0.8.11cvs15
8698                 see ChangeLog 2003-03-28
8699
8700 2003-03-27 [christoph]  0.8.11claws60
8701
8702         * src/folder.c
8703         * src/imap.c
8704         * src/common/socket.[ch]
8705                 set socket state to DISCONNECTED when any operation
8706                 fails to allow reconnecting in IMAP code without
8707                 checking the return code of all calls to the command
8708                 functions
8709
8710         * src/folderview.c
8711         * src/summaryview.c
8712                 remove some more stuff that depends on specific
8713                 folder types
8714
8715 2003-03-27 [paul]       0.8.11claws59
8716
8717         * sync with 0.8.11cvs14
8718                 see ChangeLog 2003-03-27
8719                 
8720         * src/selective_download.[ch]   ** REMOVED **
8721                 really removed
8722
8723 2003-03-27 [christoph]  0.8.11claws58
8724
8725         * src/folder.c
8726                 fix handling of tmp_flags in flag copy function
8727
8728 2003-03-27 [paul]       0.8.11claws57
8729
8730         * sync with 0.8.11cvs13
8731                 see ChangeLog 2003-03-27
8732
8733 2003-03-27 [oliver]     0.8.11claws56
8734
8735         * src/maiwindow.c
8736                 remove sel_download_cb
8737
8738 2003-03-27 [oliver]     0.8.11claws55
8739         
8740         * src/inc.c
8741                 remove POP3_TOP
8742         
8743 2003-03-26 [oliver]     0.8.11claws54
8744
8745         *src/pop.h
8746                 remove POP3_TOP*
8747         * README.claws
8748                 remove selective donwload readme
8749
8750 2003-03-26 [oliver]     0.8.11claws53
8751         * src/matcher.[ch]
8752         * src/matcher_parser_parse.y 
8753         * src/pop.c 
8754         * src/prefs_account.[ch]
8755         * src/prefs_filtering.c
8756                 remove selective donwload
8757
8758 2003-03-26 [oliver]     0.8.11claws52
8759
8760         * src/inc.[ch] 
8761         * src/filtering.c 
8762         * src/mainwindow.c 
8763                 remove selective donwload
8764
8765 2003-03-26 [oliver]     0.8.11claws51
8766         
8767         * src/Makefile.am
8768         * src/selective_download.[ch]   ** REMOVE **    
8769
8770 2003-03-26 [christoph]  0.8.11claws50
8771
8772         * src/news.c
8773                 fix NEWS that got broken by a sync with sylpheed-main
8774
8775 2003-03-26 [christoph]  0.8.11claws49
8776
8777         * src/mimeview.c
8778                 fix mime type guessing when no mime type is found for a file
8779
8780 2003-03-25 [christoph]  0.8.11claws48
8781
8782         * src/mimeview.c
8783         * src/procmime.c
8784                 remove mime type guessing from mime parser and use
8785                 name based mime types in viewer lookup for mime type
8786                 application/octet-stream
8787
8788 2003-03-25 [christoph]  0.8.11claws47
8789
8790         * doc-src/readme.txt
8791         * doc-src/rfc2554.txt
8792                 add RFC about SMTP AUTH
8793
8794         * src/send_message.c
8795         * src/common/smtp.[ch]
8796                 add extra error code for authentication errors and
8797                 clear temporary password when this error occurs
8798
8799         (closes Bug 84 authentication failure while sending should
8800          prompt for password again)
8801
8802 2003-03-25 [christoph]  0.8.11claws46
8803
8804         * configure.ac
8805         * src/Makefile.am
8806         * src/imageview.[ch]                            ** REMOVE **
8807         * src/messageview.[ch]
8808         * src/mimeview.[ch]
8809         * src/prefs_common.[ch]
8810         * src/textview.c
8811         * src/plugins/Makefile.am
8812         * src/plugins/image_viewer/.cvsignore           ** NEW **
8813         * src/plugins/image_viewer/Makefile.am          ** NEW **
8814         * src/plugins/image_viewer/plugin.c             ** NEW **
8815         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8816                 move image viewer into a plugin (building is enabled by default)
8817                 [ToDo: Prefs for resize and autoview]
8818
8819 2003-03-25 [paul]       0.8.11claws45
8820
8821         * sync with 0.8.11cvs12
8822                 see ChangeLog 2003-03-26
8823
8824 2003-03-25 [paul]       0.8.11claws44
8825
8826         * sync with 0.8.11cvs11
8827                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8828                 
8829         Note: Selective Download is broken.
8830                 
8831 2003-03-22 [christoph]  0.8.11claws43
8832
8833         * src/folder.c
8834                 code cleanup for flags copying
8835
8836 2003-03-22 [christoph]  0.8.11claws42
8837
8838         * src/plugins/trayicon/trayicon.c
8839                 fix setting the transparent area when the window size
8840                 is forced by the system tray
8841
8842 2003-03-22 [christoph]  0.8.11claws41
8843
8844         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8845         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8846         * src/plugins/trayicon/newmail.xpm              ** NEW **
8847         * src/plugins/trayicon/nomail.xpm               ** NEW **
8848         * src/plugins/trayicon/trayicon.c
8849         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8850                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8851                 o add icon for unread mails
8852                 o set transparency for window
8853
8854 2003-03-22 [christoph]  0.8.11claws40
8855
8856         * src/news.c
8857                 init news session to prevent crash when session is closed
8858
8859 2003-03-22 [christoph]  0.8.11claws39
8860
8861         * src/imap.c
8862         * src/common/session.[ch]
8863                 Init session data to make sure we don't have invalid pointers
8864                 for read_ch and write_ch when new multi process sessions are
8865                 not used
8866
8867         * src/main.c
8868         * src/common/plugin.c
8869         * src/common/sylpheed.c
8870         * src/plugins/demo/demo.c
8871         * src/plugins/dillo_viewer/dillo_viewer.c
8872         * src/plugins/mathml_viewer/mathml_viewer.c
8873         * src/plugins/spamassassin/spamassassin.c
8874         * src/plugins/spamassassin/spamassassin_gtk.c
8875                 add plugin types to allow loading plugins at different times
8876                 (and maybe for different frontends), because it's not good to
8877                 load GTK-Plugins gefore gtk_init was called
8878
8879         * configure.ac
8880         * src/plugins/Makefile.am
8881         * src/plugins/trayicon/.cvsignore               ** NEW **
8882         * src/plugins/trayicon/Makefile.am              ** NEW **
8883         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8884         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8885         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8886         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8887         * src/plugins/trayicon/trayicon.c               ** NEW **
8888                 New Trayicon plugin that shows an icon in a systray that uses
8889                 XEMBED protocol like Gnome's systray. Icon shows if there
8890                 are new mails and a tooltip shows information about new,
8891                 unread and total messages.
8892
8893 2003-03-22 [paul]       0.8.11claws38
8894
8895         * src/common/smtp.c
8896                 fix ESMTP AUTH CRAM-MD5
8897                 [sync with main (still version 0.8.11cvs6), see
8898                  ChangeLog 2003-03-22]
8899
8900 2003-03-21 [colin]      0.8.11claws37
8901
8902         * src/send_message.c
8903                 Fix USE_SSL => USE_OPENSSL
8904
8905 2003-03-21 [colin]      0.8.11claws36
8906
8907         * src/folderview.c
8908                 Fix counts in drag and dropped subfolders
8909
8910 2003-03-21 [colin]      0.8.11claws35
8911
8912         * src/folder.c 
8913         * src/folderview.c
8914                 speed up a bit folder dnd
8915
8916 2003-03-20 [alfons]     0.8.11claws34
8917
8918         * src/main.c
8919         * src/toolbar.c
8920         * src/procmsg.c
8921                 don't send locked queue messages
8922                 (feature request "[ 705245 ] Locking message in outbox 
8923                  should prevent sending")
8924
8925 2003-03-20 [christoph]  0.8.11claws33
8926
8927         * src/folder.c
8928                 remove NEW and UNREAD flag in special folders when scanning
8929                 
8930         * src/common/smtp.c
8931                 fix ESMTP AUTH CRAM-MD5
8932
8933 2003-03-20 [paul]       0.8.11claws32
8934
8935         * src/prefs_account.c
8936                 Re-write 'Tunnel command to open connection' as
8937                 'Use command to communicate with server', and disable
8938                 it for all except IMAP accounts
8939
8940 2003-03-20 [paul]       0.8.11claws31
8941
8942         * sync with 0.8.11cvs6
8943                 see ChangeLog 2003-03-20
8944
8945 2003-03-19 [match]      0.8.11claws30
8946
8947         * src/addritem.[ch]
8948                 include documentation. minor refactoring.
8949         * src/addr_compl.[ch]
8950         * src/addrindex.[ch]
8951         * src/addresbook.[ch]
8952         * src/summaryview.c
8953                 re-enable address lookup (was disabled in
8954                 0.8.11claws20).
8955
8956 2003-03-19 [christoph]  0.8.11claws29
8957
8958         * src/procmsg.c
8959                 add temp flag handling, will make moving and copying
8960                 messages possible again
8961
8962         * src/folder.c
8963                 correct calulation of folder stats
8964
8965 2003-03-18 [match]      0.8.11claws28
8966
8967         * src/editgroup.h
8968                 remove case sensitive comparison (closes bug 80).
8969
8970 2003-03-18 [christoph]  0.8.11claws27
8971
8972         * src/imap.c
8973                 fix imap using a tunnel command
8974
8975         (closes bug 87)
8976
8977 2003-03-18 [christoph]  0.8.11claws26
8978
8979         * src/folder.[ch]
8980         * src/imap.c
8981         * src/procmsg.[ch]
8982                 rewrite flag handling for folders
8983
8984 2003-03-18 [christoph]  0.8.11claws25
8985
8986         * src/folder.c
8987         * src/procmsg.c
8988         * src/summaryview.c
8989                 unset NEW and UNREAD flags when message is ignored, to make
8990                 sure messages don't show up as unread on other IMAP clients,
8991                 because the IGNORE_THREAD flag can not be syncronized through
8992                 the IMAP folder
8993
8994 2003-03-17 [christoph]  0.8.11claws24
8995
8996         * src/imap.c
8997                 don't use recursion to fetch uids when the number of messages
8998                 does not match. Moved code into subfunction that is used
8999                 again when needed, to prevent an endless loop.
9000
9001 2003-03-17 [thorsten]   0.8.11claws23
9002
9003         * src/imageview.[ch]
9004                 export imageview_get_resized_size() (for plugins)
9005         * src/prefs_common.[ch]
9006                 added prefs_common_get() (for plugins)
9007
9008 2003-03-17 [christoph]  0.8.11claws22
9009
9010         * src/imap.c
9011                 o remove UID guessing from copy code
9012                 o support UIDPLUS extension for APPEND command
9013
9014 2003-03-17 [paul]       0.8.11claws21
9015
9016         * src/gtk/about.c
9017                 remove 'Compiled-plugins' section.
9018                 
9019         * src/plugins/dillo_viewer/dillo_viewer.c
9020                 slight change to description text
9021
9022 2003-03-16 [match]      0.8.11claws20
9023         * src/ldapserver.[ch]           ** NEW **
9024         * src/ldapctrl.[ch]             ** NEW **
9025         * src/ldapquery.[ch]            ** NEW **
9026         * src/ldaputil.[ch]             ** NEW **
9027         * src/addrcindex.[ch]           ** NEW **
9028         * src/addrquery.h               ** NEW **
9029         * src/addritem.[ch]
9030         * src/addrcache.[ch]
9031         * src/addrindex.[ch]
9032         * src/addr_compl.[ch]
9033         * src/addressbook.[ch]
9034         * src/addrbook.[ch]
9035         * src/editgroup.c
9036         * src/editaddress.c
9037         * src/editldap.c
9038         * src/editldap_basedn.c
9039         * src/vcard.c
9040         * src/jpilot.c
9041         * src/Makefile.am
9042                 included dynamic LDAP queries. improved address
9043                 completion.
9044
9045 2003-03-16 [paul]       0.8.11claws19
9046
9047         * tools/multiwebsearch.pl
9048                 fix a fatal typo
9049
9050 2003-03-16 [christoph]  0.8.11claws18
9051
9052         * src/mimeview.c
9053         * src/plugins/dillo_viewer/dillo_viewer.c
9054         * src/plugins/mathml_viewer/mathml_viewer.c
9055                 make unregistering of MimeViewerFactorys possible
9056
9057 2003-03-16 [alfons]     0.8.11claws17
9058
9059         * configure.ac
9060                 correct typo
9061
9062 2003-03-16 [melvin]     0.8.11claws16
9063
9064         * src/plugins/dillo_viewer.c
9065                 Fixed bug where it was not possible to view more than
9066                 one text/html attachment per message (bug discovered
9067                 by Christoph Hohmann).
9068
9069 2003-03-15 [melvin]     0.8.11claws15
9070
9071         * src/prefs_actions.c
9072                 Fixed compilation warnings.
9073
9074 2003-03-15 [melvin]     0.8.11claws14
9075
9076         * src/plugins/Makefile.am
9077         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
9078         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
9079         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
9080                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9081                 newer (http://dillo.auriga.wearlab.de/).
9082
9083 2003-03-15 [christoph]  0.8.11claws13
9084
9085         * src/imap.c
9086                 don't query imap folder for attributes because we already
9087                 for them from imap_status
9088
9089         * src/mimeview.[ch]
9090                 add support for plugable MimeViewers (unloading Viewers
9091                 not yet complete)
9092
9093         * src/plugins/Makefile.am
9094         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9095         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9096         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9097                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9098                 widget from http://helm.cs.unibo.it/mml-widget/
9099
9100 2003-03-14 [christoph]  0.8.11claws12
9101
9102         * src/folder.[ch]
9103                 o error return code's should better be negative
9104                 o replace printf with debug_print
9105
9106         * src/imap.c
9107                 improve IMAP folder scan by checking UID-NEXT
9108
9109         * src/summaryview.c
9110                 remove check that are unnecessary in my opinion
9111
9112 2003-03-13 [christoph]  0.8.11claws11
9113
9114         * src/folder.[ch]
9115         * src/foldersel.c
9116         * src/folderview.c
9117         * src/imap.c
9118         * src/mbox_folder.c
9119         * src/mh.c
9120         * src/news.c
9121         * src/prefs_scoring.c
9122         * src/summaryview.c
9123                 use a common function to get a displayable name
9124                 for a FolderItem
9125
9126 2003-03-13 [paul]       0.8.11claws10
9127
9128         * tools/Makefile.am
9129           tools/README
9130           tools/multiwebsearch.conf     ** NEW FILE **
9131           tools/multiwebsearch.pl       ** NEW FILE **
9132                 add multiwebsearch Actions script
9133
9134 2003-03-13 [colin]      0.8.11claws9
9135
9136         * src/compose.c
9137                 Remove leading emtpy lines from quoted text
9138                 before quoting it
9139
9140 2003-03-13 [melvin]     0.8.11claws8
9141
9142         * src/prefs_actions.c
9143                 Fixed a memory leak
9144                 Code clean ups
9145                 Added Cancel and OK buttons
9146                 Corrected help text
9147
9148 2003-03-13 [christoph]  0.8.11claws7
9149
9150         * src/account.c
9151         * src/folder.[ch]
9152         * src/imap.c
9153         * src/mainwindow.c
9154         * src/mbox_folder.c
9155         * src/mh.c
9156         * src/news.c
9157         * src/setup.c
9158                 replace more folder type stuff with folder class stuff
9159
9160 2003-03-13 [melvin]     0.8.11claws6
9161
9162         * src/prefs_actions.c
9163                 Added new tokens:
9164                 %u: user provided argument
9165                 %h: user provided argument (hidden on input)
9166                 %s: current text selection in the message view 
9167
9168 2003-03-13 [paul]       0.8.11claws5
9169
9170         * sync with 0.8.11cvs5
9171                 see ChangeLog 2003-03-11, 2003-03-12
9172
9173 2003-03-12 [christoph]  0.8.11claws4
9174
9175         * src/folder.c
9176                 use folder class idstr when writing folderlist.xml
9177
9178         * src/folder.h
9179         * src/imap.c
9180         * src/news.c
9181                 replace folder type checks with folder class checks
9182
9183 2003-03-12 [christoph]  0.8.11claws3
9184
9185         * src/folder.[ch]
9186         * src/imap.[ch]
9187         * src/main.c
9188         * src/mbox_folder.[ch]
9189         * src/mh.[ch]
9190         * src/news.[ch]
9191                 o create a list of known folder classes in the folder system
9192                 o use folder class id strings for folder item identifiers
9193
9194 2003-03-12 [christoph]  0.8.11claws2
9195
9196         * src/imap.c
9197                 fix imap uid validity check
9198
9199 2003-03-12 [christoph]  0.8.11claws1
9200
9201         * src/account.c
9202         * src/folder.[ch]
9203         * src/foldersel.c
9204         * src/folderview.c
9205         * src/imap.c
9206         * src/mainwindow.c
9207         * src/mbox_folder.c
9208         * src/mh.c
9209         * src/news.c
9210         * src/prefs_scoring.c
9211         * src/procmsg.c
9212         * src/setup.c
9213         * src/summaryview.c
9214                 initial restructuring of folder system, seperating
9215                 folders and folder classes
9216
9217 2003-03-12 [paul]       0.8.11claws
9218
9219         0.8.11claws release
9220
9221 2003-03-12 [christoph]
9222
9223         * src/gtk/prefswindow.c
9224                 fix translation of "Page Index"
9225
9226 2003-03-12 [paul]       0.8.10claws110
9227
9228         a sync from 0.8.11cvs4 before the release
9229
9230         * src/common/utils.c
9231                 subject_compare_for_sort(): allow null strings (fixes
9232                 summary sorting).
9233
9234 2003-03-11 [paul]       0.8.10claws109
9235
9236         * po/es.po
9237                 update Spanish translation, submitted by
9238                 Ricardo Mones Lastra
9239
9240 2003-03-11 [melvin]     0.8.10claws108
9241
9242         * po/fr.po
9243                 Updated French translations
9244
9245 2003-03-11 [paul]       0.8.10claws107
9246
9247         * manual/en/Makefile.am
9248           manual/en/*.html
9249                 update English manual, add a new page
9250                 updated by Francois Barriere <fbarriere@atmel.fr>
9251                 
9252         * po/bg.po
9253           po/it.po
9254           po/sr.po
9255                 update Bulgarian, Italian, and Serbian translations
9256                 submitted by George Danchev, Alessandro Maestri, and
9257                 Urke MMI
9258
9259 2003-03-10 [paul]       0.8.10claws106
9260
9261         * src/gtk/about.c
9262           src/gtk/prefswindow.c
9263                 make some strings translatable
9264
9265 2003-03-10 [darko]      0.8.10claws105
9266
9267         * src/compose.c
9268                 code cleanup to make Hiro happy
9269
9270 2003-03-10 [paul]       0.8.10claws104
9271
9272         * sync with 0.8.11cvs2
9273                 see ChangeLog 2003-03-10
9274
9275 2003-03-09 [melvin]     0.8.10claws103
9276
9277         * src/textview.c
9278                 textview_set_font(): fix for message display in
9279                 UTF-8 locales (thanks to Sergey Vlasov).
9280                 (was unintentionnaly reverted in 0.8.6claws6)   
9281
9282 2003-03-08 [darko]      0.8.10claws102
9283
9284         * src/compose.c
9285                 fix infinite loop in wrapping as reported
9286                 by happycactus
9287                 obsoletes patch #696482
9288
9289 2003-03-08 [christoph]  0.8.10claws101
9290
9291         * src/imap.c
9292                 add workaround for IMAP servers that do not
9293                 support the "UID SEARCH UID" command
9294
9295 2003-03-07 [christoph]  0.8.10claws100
9296
9297         * src/plugins/spamassassin/spamassassin.[ch]
9298         * src/plugins/spamassassin/spamassassin_gtk.c
9299                 code cleanup
9300
9301 2003-03-07 [paul]       0.8.10claws99
9302
9303         * po/es.po
9304                 updated Spanish translation, submitted by
9305                 Ricardo Mones Lastra
9306
9307 2003-03-07 [christoph]  0.8.10claws98
9308
9309         * src/send.c
9310                 fix in 0.8.10claws94 was wrong
9311                 local delivery does not require escaping, remove escaping
9312                 code to make signatures of mails with "." lines valid
9313                 
9314                 NOTE: requires that sendmail is executed with "-i" option,
9315                       what is the default now, but has to be changed in all
9316                       exsiting accounts)
9317
9318 2003-03-07 [paul]       0.8.10claws97
9319
9320         * sync with 0.8.11 release
9321                 see ChangeLog 2003-03-07
9322
9323 2003-03-06 [paul]       0.8.10claws96
9324
9325         * src/compose.c
9326                 revert commit 0.8.10claws92
9327
9328 2003-03-06 [paul]       0.8.10claws95
9329
9330         * src/folderview.c
9331                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9332
9333         * src/gtkaspell.c
9334                 fix bug 74, 'Crash opening editor window with pseudo-color
9335                 display'
9336                 
9337         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9338
9339 2003-03-06 [christoph]  0.8.10claws94
9340
9341         * src/send.c
9342                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9343                 all lines starting with a period get an extra period
9344                 inserted
9345                 (found by Simon 'corecode' Schubert)
9346
9347 2003-03-06 [paul]       0.8.10claws93
9348
9349         * src/folderview.c
9350                 if configured font can't be loaded fall back to gtk
9351                 default. (with thanks to Christoph)
9352                 
9353                 closes long-standing bug 15 'Crashes on startup'
9354
9355 2003-03-06 [paul]       0.8.10claws92
9356
9357         * src/compose.c
9358                 freeze text before autosave and thaw afterwards
9359                 fixes bug 67 'autosave make re-rediting message crazy'
9360
9361 2003-03-06 [christoph]  0.8.10claws91
9362
9363         * src/compose.c
9364                 ignore address comment in dupe check for Cc-list
9365
9366         (closes reopened bug 47 Replying to message strips name part of
9367          e-mail addresses of Cc: lines)
9368
9369 2003-03-06 [paul]       0.8.10claws90
9370
9371         * src/Makefile.am
9372                 remove reference to gtkxtext.h as its no longer in
9373                 the repository
9374
9375 2003-03-06 [paul]       0.8.10claws89
9376
9377         * sync with 0.8.10cvs25
9378                 see ChangeLog 2003-03-06
9379
9380 2003-03-06 [oliver]     0.8.10claws88
9381         
9382         * src/messageview.c
9383                 remove include
9384
9385 2003-03-06 [oliver]     0.8.10claws87
9386         
9387         * src/folderview.c 
9388                 remove changes introduced inclaws74
9389         * src/messageview.c
9390                 another attempt to sanely delete and update
9391                 messages deleted in separate messageview
9392
9393 2003-03-05 [christoph]  0.8.10claws86
9394
9395         * src/summaryview.c
9396                 check if "From" matches any account's address if
9397                 addressbook completion of addresses is disabled too
9398
9399         (closes Bug 70 "Display recipient in from" doesn't check
9400          folder's default account)
9401
9402 2003-03-05 [christoph]  0.8.10claws85
9403
9404         * src/compose.c
9405         * src/common/utils.[ch]
9406                 don't strip address comments when building Cc lists
9407
9408         (closes Bug 47 Replying to message strips name part of e-mail addresses
9409          of Cc: lines)
9410
9411         * src/folder.c
9412                 fix return value of copy function
9413
9414 2003-03-05 [christoph]  0.8.10claws84
9415
9416         * src/imap.c
9417                 don't ask imap server for non rfc822 headers
9418
9419         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9420
9421         * src/imap.c
9422                 destroy session on socket error to allow reconnecting
9423
9424 2003-03-05 [christoph]  0.8.10claws83
9425
9426         * configure.ac
9427                 fix building with gnome when no prefix is set
9428
9429         (closes bug 66 Gnome directory is set to NONE)
9430
9431 2003-03-05 [paul]       0.8.10claws82
9432
9433         * sync with 0.8.10cvs23
9434                 see ChangeLog 2003-03-05
9435
9436 2003-03-04 [christoph]  0.8.10claws81
9437
9438         * src/folder.c
9439                 o fix moving and copying when folder returns 0 for new
9440                   message number
9441                 o remove some code for single message copy and move
9442                   operations and use functions for multiple messages
9443
9444         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9445
9446         * src/news.c
9447                 remove unused include
9448
9449 2003-03-04 [paul]       0.8.10claws80
9450
9451         * src/gtk/about.c
9452                 list 'Compiled plugins'
9453
9454 2003-03-03 [christoph]  0.8.10claws79
9455
9456         * src/news.[ch]
9457                 have to multiply the percentage of the current fetch with
9458                 the percentage that it has of the total fetch operation
9459                 for correct values
9460
9461 2003-03-03 [christoph]  0.8.10claws78
9462
9463         * src/news.c
9464                 fix calculation of expected lines for progress indicator
9465
9466 2003-03-03 [christoph]  0.8.10claws77
9467
9468         * src/summaryview.c
9469         * src/common/utils.c
9470                 fix segfault when opening the root news folder
9471
9472 2003-03-03 [christoph]  0.8.10claws76
9473
9474         * src/mainwindow.[ch]
9475         * src/common/Makefile.am
9476         * src/common/progressindicator.[ch]
9477                 add UI independent progress indicator handling
9478
9479         * src/news.[ch]
9480                 use new progress indicator for message info fetching
9481
9482         * src/common/hooks.h
9483                 code cleanup
9484
9485 2003-03-03 [oliver]     0.8.10claws75
9486
9487         * src/toolbar.c
9488         * src/compose.c
9489                 removed commented code
9490
9491 2003-03-03 [oliver]     0.8.10claws74
9492
9493         * src/toolbar.[ch]
9494                 cleanups and refactoring
9495         * src/compose.[ch]
9496                 compose_reply_mode reply & forwarding interface for
9497                 toolbar buttons
9498         * src/folderview.c
9499                 act on messages marked for deletion in folderview_selected
9500                 based on prefs_common.immediate_exec since a message might 
9501                 have been deleted by messageview in a folder we are changing 
9502                 to (does anybody understand what I'm on about ?)
9503
9504 2003-03-03 [oliver]     0.8.10claws73
9505         
9506         * src/messageview.[ch]
9507                 new functions
9508                 - messageview_delete: delete message shown in messagview
9509                 - messageview_update_view: update messageview to currently 
9510                   selected summaryview message
9511                 - add separate messageview to msgview_list in order to update 
9512                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9513         * src/summaryview.[ch]
9514                 summary_get_selection returns a list of selected msgs
9515                 in summaryview
9516         * src/mainwindow.c
9517                 toolbar reply refactoring
9518
9519 2003-03-03 [paul]       0.8.10claws72
9520
9521         * sync with 0.8.10cvs21
9522                 see ChangeLog 2003-03-03
9523
9524 2003-03-02 [christoph]  0.8.10claws71
9525
9526         * src/common/passcrypt.c
9527                 use POSIX includes
9528
9529 2003-03-02 [christoph]  0.8.10claws70
9530
9531         * configure.ac
9532         * src/prefs_account.c
9533         * src/prefs_gtk.[ch]
9534         * src/common/.cvsignore
9535         * src/common/Makefile.am
9536         * src/common/passcrypt.c                ** NEW **
9537         * src/common/passcrypt.h.in             ** NEW **
9538                 Implement password encryption in config files
9539                 using unix encrypt and setkey functions. The crypt
9540                 key can be set as a configure parameter. Old
9541                 passwords will be converted if they do not begin
9542                 with '!'
9543
9544 2003-03-02 [paul]       0.8.10claws69
9545
9546         * src/prefs_account.c
9547                 fix compile error
9548
9549 2003-03-01 [thorsten]   0.8.10claws68
9550
9551         * po/el.po
9552           po/hr.po
9553           po/it.po
9554           po/nl.po
9555           po/sr.po
9556           po/sv.po
9557                 corrected format strings
9558         * po/en_GB.po
9559                 corrected headers
9560                 (fix compile errors with GNU gettext-0.11.5)
9561
9562 2003-03-01 [oliver]     0.8.10claws67
9563
9564         * src/summaryview.c
9565                 menu callbacks call toolbar_menu_reply
9566
9567 2003-03-01 [oliver]     0.8.10claws66
9568
9569         * src/mainwindow.c
9570         * src/messageview.c
9571                 menu callbacks call toolbar_menu_reply
9572         * src/toolbar.[ch]
9573                 callbacks from menu handled by toolbar_menu_reply
9574
9575 2003-03-01 [paul]       0.8.10claws65
9576
9577         * src/addressbook.c
9578                 revert commit 0.8.10claws54 - breaks editing of
9579                 addressbook.
9580                 
9581         * po/bg.po
9582                 update Bulgarian translation, submitted by
9583                 George Danchev
9584
9585 2003-02-28 [christoph]  0.8.10claws64
9586
9587         * src/account.c
9588         * src/addressadd.c
9589         * src/compose.c
9590         * src/gtkaspell.c
9591         * src/gtkxtext.h                ** REMOVE **
9592         * src/imap.c
9593         * src/matcher.[ch]
9594         * src/mh.c
9595         * src/news.c
9596         * src/pine.c
9597         * src/prefs_common.c
9598         * src/prefs_matcher.c
9599         * src/procheader.[ch]
9600         * src/procmsg.[ch]
9601         * src/toolbar.c
9602         * src/common/ssl_certificate.c
9603         * src/gtk/colorlabel.c
9604         * src/gtk/menu.c
9605                 o fix warnings
9606                 o remove code obsoleted by new cache and folder system rework
9607
9608 2003-02-28 [oliver]     0.8.10claws63
9609         
9610         * src/toolbar.[ch]
9611                 * fix bug where reply in Messageview replied to 
9612                 Message displayed in summaryview
9613                 (reportedd via ML by chinatinte at gmx dot ch)
9614                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9615                 didn't work in separate MessageView Toolbar
9616                 (wondering if anybody uses this at all ?)
9617         * src/summaryview.[ch]
9618                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9619                 (generalize reply and forward code);
9620         * src/messageview.c 
9621                 remove focus_in event which updated summaryview to messageview
9622
9623 2003-02-28 [paul]       0.8.10claws62
9624
9625         * po/Makefile.in.in
9626                 add the --check option
9627                 Patch submitted by Ricardo Mones Lastra
9628
9629 2003-02-28 [paul]       0.8.10claws61
9630
9631         * src/prefs_account.c
9632                 re-order 'Signature' items
9633
9634 2003-02-28 [paul]       0.8.10claws60
9635
9636         * sync with 0.8.10cvs20
9637                 see ChangeLog 2003-02-28
9638
9639 2003-02-28 [paul]       0.8.10claws59
9640
9641         * po/POTFILES.in
9642                 update to reflect recent movement of files
9643
9644 2003-02-28 [paul]       0.8.10claws58
9645
9646         * sync with 0.8.10cvs19
9647                 see ChangeLog 2003-02-28
9648
9649 2003-02-27 [martin]     0.8.10claws57
9650
9651         * src/prefs_matcher.c 
9652                 fix segfault in prefs_matcher_ok() when the
9653                 last entry is deleted and prevents that the
9654                 message "entry not saved" comes up after deleting
9655                 an entry
9656
9657 2003-02-27 [martin]     0.8.10claws56
9658
9659         * src/prefs_filtering.c 
9660                 fix segfault in prefs_filtering_ok() when the
9661                 last entry is deleted and prevents that the
9662                 message "entry not saved" comes up after deleting
9663                 an entry
9664
9665 2003-02-27 [paul]       0.8.10claws55
9666
9667         * sync with 0.8.10cvs18
9668                 see ChangeLog 2003-02-27
9669
9670 2003-02-27 [paul]       0.8.10claws54
9671
9672         * src/addressbook.c
9673                 fix bug where the address book crashes with 
9674                 multiple lookups.
9675                 Patch [687729] submitted by David Frager 
9676                 <dbfrager@users.sourceforge.net>
9677
9678 2003-02-25 [christoph]  0.8.10claws53
9679
9680         * src/Makefile.am
9681         * src/colorlabel.[ch]           ** REMOVE **
9682         * src/gtk/Makefile.am
9683         * src/gtk/colorlabel.[ch]       ** NEW **
9684                 move colorlabel files to gtk directory
9685
9686         * src/esmtp.[ch]                ** REMOVE **
9687                 has been merged into smtp.[ch] in 0.7.5
9688
9689 2003-02-25 [christoph]  0.8.10claws52
9690
9691         * src/Makefile.am
9692         * src/about.[ch]                ** REMOVE **
9693         * src/gtk/Makefile.am
9694         * src/gtk/about.[ch]            ** NEW **
9695                 move about files to gtk directory
9696
9697 2003-02-25 [christoph]  0.8.10claws51
9698
9699         * src/folder.c
9700                 some code optimization of folder scanning code
9701
9702         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9703
9704 2003-02-25 [christoph]  0.8.10claws50
9705
9706         * src/main.c
9707         * src/common/sylpheed.c
9708                 add command line parameter parsing to common code
9709
9710 2003-02-24 [christoph]
9711
9712         * Makefile.am
9713         * configure.ac
9714                 fix gnome prefix problems, the configure script now removed
9715                 `gnome-config --prefix` from `gnome-config --datadir`
9716                 and adds $(prefix} instead
9717
9718         (closes Bug 24 Makefile does not respect prefix when installing
9719          GNOME data)
9720
9721 2003-02-24 [christoph]  0.8.10claws49
9722
9723         * src/news.c
9724                 check for valid session before trying to authenticate
9725
9726         (closes Bug 60 crash if "authenticate on logon" is activated
9727          and newsserver-hostname is not valid)
9728
9729 2003-02-24 [melvin]     0.8.10claws48
9730
9731         * src/prefs_actions.c
9732                 Make sure all user's input is sent to the action and then
9733                 close the socket..
9734
9735 2003-02-23 [alfons]     0.8.10claws46
9736
9737         * src/summaryview.c
9738                 also wait cursor when deleting files
9739
9740 2003-02-23 [paul]
9741
9742         * tools/freshmeat_search.pl
9743           tools/google_search.pl
9744                 scripts should now work for any browser/browser command line
9745
9746 2003-02-22 [christoph]  0.8.10claws45
9747
9748         * src/procmsg.c
9749                 fix IMAP flag setting, IMAP flag is not handled correctly
9750                 anymore by the folder system and information about the
9751                 folder should not be saved in the MsgInfo (in my opinion)
9752
9753         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9754
9755 2003-02-22 [christoph]  0.8.10claws44
9756
9757         * src/summaryview.c
9758                 fix spelling of "label" ;-)
9759
9760 2003-02-22 [thorsten]   0.8.10claws43
9761
9762         * src/mimeview.c
9763           src/prefs_common.[ch]
9764           src/procmime.[ch]
9765                 do not use description as attachment name
9766
9767 2003-02-22 [alfons]     0.8.10claws42
9768
9769         * src/summaryview.c
9770                 freeze/thaw folder item updates when changing color labels,
9771                 and put a wait cursors on
9772
9773 2003-02-22 [thorsten]   0.8.10claws41
9774
9775         * src/mimeview.c
9776                 save-all fixes: crash if invoked on multipart container,
9777                 mimeinfo access, pathseparators, error dialog
9778
9779 2003-02-21 [alfons]     0.8.10claws40
9780
9781         * src/prefs_gtk.c
9782                 remove unused var
9783
9784 2003-02-21 [colin]      0.8.10claws39
9785
9786         * src/send.c
9787                 Fix smtp logging
9788
9789 2003-02-21 [colin]      0.8.10claws38
9790
9791         * src/summaryview.c
9792                 Freeze/thaw folderItem updates when filtering messages 
9793                 via Tools/Filter messages
9794
9795 2003-02-21 [paul]       0.8.10claws37
9796
9797         * src/compose.c
9798                 revert commit 0.8.10claws26, there are ulterior motives
9799                 for users to set a Reply-To header when posting to
9800                 newsgroups
9801
9802 2003-02-21 [paul]       0.8.10claws36
9803
9804         * sync with 0.8.10cvs17
9805                 see ChangeLog 2003-02-21
9806
9807 2003-02-20 [christoph]  0.8.10claws35
9808
9809         * src/imap.c
9810                 IMAP UID fetch speedup using SEARCH
9811
9812         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9813
9814         * src/imap.c
9815                 fix problem with UIDs in IMAP UID cache that no longer existed
9816
9817 2003-02-20 [christoph]  0.8.10claws34
9818
9819         * src/imap.c
9820         * src/procheader.c
9821         * src/procheader.h
9822                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9823
9824         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9825
9826         * src/imap.c
9827                 Rewrite imap_cmd_gen_recv use sock_getline instead
9828                 of sock_gets to avoid problems with too long reply
9829                 lines
9830     
9831 2003-02-20 [colin]      0.8.10claws33
9832         
9833         * src/prefs_account.c
9834                 Better wording
9835
9836 2003-02-20 [colin]      0.8.10claws32
9837
9838         * src/compose.c
9839                 Remove useless '&& !to_sender' 
9840
9841 2003-02-20 [darko]
9842
9843         * AUTHORS
9844                 change my e-mail address
9845
9846 2003-02-19 [colin]      0.8.10claws31
9847
9848         * src/prefs_common.c
9849                 X11 style colors for every configurable color
9850
9851 2003-02-19 [alfons]     0.8.10claws30
9852
9853         * src/prefs_gtk.[ch]
9854         * src/prefs_common.c
9855                 for color_new accept both plain integers and X11 style color
9856                 names (as found in /usr/lib/X11/rgb.txt)
9857
9858 2003-02-19 [paul]       0.8.10claws29
9859
9860         * src/mainwindow.c
9861                 add tooltips to online/offline button and account selector
9862                 button
9863
9864 2003-02-19 [paul]       0.8.10claws28
9865
9866         * src/folder.c
9867           src/news.c
9868           src/prefs_account.[ch]
9869           src/prefs_common.[ch]
9870                 move 'Maximum number of articles to download' to
9871                 account prefs.
9872                 clean up account prefs gui a little by hiding entries
9873                 rather then greying out entries
9874
9875 2003-02-19 [hiro]       0.8.10claws27
9876
9877         * src/common/utils.c
9878                 fix bug #54 'yesterdays date is displayed in the message 
9879                 summary window'
9880
9881 2003-02-19 [paul]       0.8.10claws26
9882
9883         * src/compose.c
9884                 fix bug reported in Feature Request [688596] 
9885                 'Reply-to header in news'
9886
9887 2003-02-18 [paul]       0.8.10claws25
9888
9889         * src/select-keys.c
9890                 add a 'List all keys' button to key selection dialog
9891
9892 2003-02-18 [colin]      0.8.10claws24
9893         
9894         * src/stock_pixmap.c
9895                 fix compile error
9896
9897 2003-02-18 [colin]      0.8.10claws23
9898
9899         * src/common/smtp.[ch]
9900           src/prefs_account.c
9901                 Try to starttls if it seems to be the only
9902                 way to authenticate a user
9903
9904 2003-02-18 [paul]       0.8.10claws22
9905
9906         * src/Makefile.am
9907           src/folderview.c
9908           src/stock_pixmap.[ch]
9909           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9910           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9911                 as a Drafts folder is a special folder allow it to have
9912                 its own unique icons
9913
9914 2003-02-18 [colin]      0.8.10claws21
9915
9916         * src/imap.c
9917                 Fix port selection when using starttls
9918
9919 2003-02-18 [paul]       0.8.10claws20
9920
9921         * src/mainwindow.c
9922           src/prefs_common.[ch]
9923                 make blue the default new mail colour
9924
9925 2003-02-18 [paul]       0.8.10claws19
9926
9927         * sync with 0.8.10cvs14
9928                 see ChangeLog 2003-02-18
9929
9930 2003-02-17 [jens]       0.8.10claws18
9931
9932         * src/common/md5.c
9933                 fixed a compile problem with gcc 3.3
9934                 works on 2.95.3 too (testet on PPC as it is big endian)
9935
9936 2003-02-17 [paul]       0.8.10claws17
9937
9938         * sync with 0.8.10cvs13
9939                 see ChangeLog 2003-02-17
9940
9941 2003-02-17 [paul]       0.8.10claws16
9942
9943         * sync with 0.8.10cvs12
9944                 see ChangeLog 2003-02-17
9945
9946 2003-02-16 [match]      0.8.10claws15
9947
9948         * src/addressbook.c
9949                 Eliminates reloading of address data when items
9950                 deleted or added. Applied submitted by
9951                 Luke Plant <lukeplant@softhome.net>
9952
9953 2003-02-16 [paul]       0.8.10claws14
9954
9955         * src/news.c
9956                 when a 'protocol error' is encountered disconnect from
9957                 the server. This means that the user can carry on viewing
9958                 other articles and doesn't have to either wait until the
9959                 server timesout or quit sylpheed.
9960                 Fixes bug #53 'Unable to read messages in newsgroups, 
9961                 displayed message doesn't change'
9962
9963 2003-02-15 [christoph]  0.8.10claws13
9964
9965         * src/imap.c
9966                 fix bug that stopped scanning of folders when an
9967                 IMAP folder was empty
9968
9969         (closes bug 46 stop scan messages in folders after empty folder)
9970
9971 2003-02-15 [paul]
9972
9973         * tools/Makefile.am
9974           tools/README
9975           tools/freshmeat_search.pl     ** NEW FILE **
9976           tools/google_search.pl        ** NEW FILE **
9977                 Add 2 Actions scripts which search freshmeat/google
9978                 for the selected text using the browser configured
9979                 in sylpheedrc.
9980                 
9981         Note: These scripts are very dependent on the format of the
9982         browser command and may not work on every occasion. Testing
9983         is welcome. 
9984
9985 2003-02-14 [alfons]     0.8.10claws12
9986
9987         * src/compose.c
9988                 fix breakage because of uninitialized account pointer.
9989                 please verify.
9990
9991 2003-02-14 [paul]       0.8.10claws11
9992
9993         * src/compose.c
9994           src/prefs_account.[ch]
9995           src/prefs_common.[ch]
9996                 move signature settings to Account Prefs
9997
9998 2003-02-14 [paul]       0.8.10claws10
9999
10000         * sync with 0.8.10cvs11
10001                 see ChangeLog 2003-02-14
10002
10003 2003-02-13 [thorsten]   0.8.10claws9
10004
10005         * src/news.c
10006                 revert news progressbar (GUI separation)
10007
10008 2003-02-13 [paul]       0.8.10claws8
10009
10010         * src/compose.c
10011                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
10012                 paragraph 1
10013
10014 2003-02-13 [paul]       0.8.10claws7
10015
10016         * src/compose.[ch]
10017           src/summaryview.c
10018                 fix 'Follow-up and Reply-to' so that it creates a reply to
10019                 the newsgroup and the sender. If the message has the keyword
10020                 'poster' in the Followup-To header, all replies go to the
10021                 sender, re: RFC 1036, Section 2.2.3
10022                 rename all instances of 'ignore_replyto' to 'to_sender', both
10023                 were previously used, now we use just one.
10024
10025 2003-02-13 [paul]       0.8.10claws6
10026
10027         * sync with 0.8.10cvs9
10028                 see ChangeLog 2003-02-13
10029
10030 2003-02-13 [paul]       0.8.10claws5
10031
10032         * configure.ac
10033                 show which plugins are configured in the configure
10034                 output.
10035
10036 2003-02-12 [thorsten]   0.8.10claws4
10037
10038         * src/news.c
10039                 show progress while fetching news headers
10040
10041 2003-02-12 [christoph]  0.8.10claws3
10042
10043         * configure.ac
10044         * src/plugins/Makefile.am
10045                 use AM_CONDITIONAL to enable plugins, automake correctly
10046                 manages this when creating distdir
10047
10048 2003-02-12 [christoph]  0.8.10claws2
10049
10050         * ac/spamassassin.m4
10051         * src/plugins/spamassassin/Makefile.am
10052                 fix building SpamAssassin plugin without OpenSSL
10053
10054 2003-02-12 [paul]       0.8.10claws1
10055
10056         * ac/Makefile.am
10057           src/Makefile.am
10058           src/plugins/Makefile.am
10059                 fix failure of 'make release'
10060
10061 2003-02-12 [paul]       0.8.10claws
10062
10063         * 0.8.10claws released
10064
10065 2003-02-12 [paul]       0.8.9claws56
10066
10067         * po/bg.po
10068           po/es.po
10069           po/it.po
10070           po/ru.po
10071           po/sr.po
10072                 updated translations by George Danchev, Ricardo Mones Lastra,
10073                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
10074                 
10075         * sylpheed.spec.in
10076                 Allow the building of RPMs by a regular user. Submitted
10077                 by Sergei Astanin
10078
10079 2003-02-11 [alfons]     0.8.9claws55
10080
10081         * src/colorlabel.c
10082                 don't use pixmaps for label color rect but draw rectangles
10083                 so we can respect the color map of palette based visuals
10084                 (fixes the long time crashes on Suns - thanks to Andreas
10085                 Engel and Steve O'Hara-Smith for testing)
10086
10087 2003-02-11 [christoph]  0.8.9claws54
10088
10089         * src/matcher_parser_parse.y
10090                 correct bug where filering rules of not existing folders in
10091                 matcherrc were added to global filtering
10092                 
10093         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10094          main filter-rules after removing directory, http://bugs.debian.org/180253)
10095         
10096 2003-02-11 [paul]       0.8.9claws53
10097
10098         * sync with 0.8.10cvs7
10099                 see ChangeLog 2003-02-09
10100
10101 2003-02-11 [melvin]     0.8.9claws52
10102
10103         * po/fr.po
10104                 Updated French tranlsations
10105
10106 2003-02-10 [paul]       0.8.9claws51
10107
10108         * sylpheed.spec.in
10109                 correct --enable-openssl
10110                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10111
10112 2003-02-09 [martin]     0.8.9claws50
10113
10114         * src/prefs_matcher.c
10115                 fix segfault in prefs_matcher_substitute_cb() when
10116                 no row is selected
10117
10118 2003-02-09 [paul]       0.8.9claws49
10119
10120         * src/folderview.c
10121                 fix bug where a newsgroup folder's processing rules were
10122                 merged with the global filtering rules when the newsgroup
10123                 folder was deleted, causing some seriously bad results,
10124                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10125
10126 2003-02-08 [melvin]     0.8.9claws48
10127
10128         * src/compose.c
10129                 Corrected and modified an alert message.
10130
10131 2003-02-07 [paul]       0.8.9claws47
10132
10133         * src/folderview.c
10134                 fix bug where both an 'Account properties' window and a
10135                 'Folder properties' window were opened when clicking on
10136                 'Properties' in an NNTP or IMAP folder's popup menu.
10137
10138 2003-02-07 [paul]       0.8.9claws46
10139
10140         * sync with 0.8.10cvs6
10141                 see ChangeLog 2003-02-06
10142
10143 2003-02-06 [christoph]  0.8.9claws45
10144
10145         * src/mbox.c
10146                 freeze folder updates while importing mbox files
10147                 (closes bug 43 importing mbox took hours)
10148                 
10149         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10150
10151 2003-02-06 [thorsten]   0.8.9claws44
10152
10153         * po/de.po
10154                 Updated german translations
10155
10156 2003-02-06 [thorsten]   0.8.9claws43
10157
10158         * src/news.h
10159                 use guint for message numbers (fix count in grouplist dialog)
10160
10161 2003-02-05 [paul]       0.8.9claws42
10162
10163         * sync with 0.8.10cvs2
10164                 see ChangeLog 2003-02-05
10165
10166 2003-02-04 [colin]      0.8.9claws41
10167
10168         * src/prefs_common.[ch]
10169           src/procmsg.c
10170           src/summaryview.c
10171                 Add an option to disable threading by subject
10172
10173 2003-02-04 [christoph]  0.8.9claws40
10174
10175         * src/inc.c
10176                 only abort fetching mails from multiple accounts when the
10177                 error is fatal and does not allow to check any more accounts
10178                 (currently only disk full error)
10179
10180         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10181          receive mails for other accouts)
10182
10183 2003-02-04 [christoph]  0.8.9claws39
10184
10185         * src/folder.c
10186                 first add the new message to the cache, then
10187                 send the update notification
10188
10189         (closes bug 39 after sending message folderview doesnt get updated)
10190
10191 2003-02-04 [colin]      0.8.9claws38
10192
10193         * src/inc.c
10194                 _really_ fix this Connecting... status
10195
10196 2003-02-04 [paul]       0.8.9claws37
10197
10198         * sync with 0.8.10
10199                 see ChangeLog 2003-02-04
10200
10201 2003-02-04 [paul]       0.8.9claws36
10202
10203         * sync with 0.8.9cvs6
10204                 see ChangeLog 2003-02-03
10205
10206 2003-02-04 [paul]       0.8.9claws35
10207
10208         * po/pt_BR.po
10209                 updated by André Filipe de Assunção e Brito 
10210                 <bedecko@netsite.com.br>
10211
10212 2003-02-03 [thorsten]   0.8.9claws34
10213
10214         * po/de.po
10215                 Updated german translations
10216
10217 2003-02-02 [paul]       0.8.9claws33
10218
10219         * po/es.po
10220                 updated by Ricardo Mones Lastra
10221
10222 2003-02-02 [thorsten]   0.8.9claws32
10223
10224         * src/mh.c
10225                 Fix mh_get_msginfo() segfault if file is inaccessible
10226
10227 2003-01-31 [colin]      0.8.9claws31
10228
10229         * src/procheader.c
10230                 Fix last commit's bug
10231
10232 2003-01-31 [colin]      0.8.9claws30
10233
10234         * src/procheader.c
10235                 Missing a change for gpg-signed messages
10236
10237 2003-01-31 [paul]       0.8.9claws29
10238
10239         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10240           src/procheader.c
10241           src/stock_pixmap.[ch]
10242           src/summaryview.c
10243                 indicate GnuPG signed messages by displaying an icon
10244                 in the Attachment column.
10245
10246 2003-01-31 [paul]       0.8.9claws28
10247
10248         * sync with 0.8.9cvs4
10249                 see ChangeLog 2003-01-31
10250
10251 2003-01-31 [alfons]     0.8.9claws27
10252
10253         * src/textview.c
10254                 tune URI parser to accept mailto URLs with a '?'
10255                 (patch from Ruslan Balkin)
10256
10257 2003-01-31 [colin]      0.8.9claws26
10258
10259         * src/summaryview.c
10260                 Fix a leak introduced in claws24
10261
10262 2003-01-31 [colin]      0.8.9claws25
10263
10264         * src/summaryview.c
10265                 Freeze/Thaw folder updates when deleting dups
10266
10267 2003-01-31 [colin]      0.8.9claws24
10268         
10269         * src/addr_compl.c
10270           src/summaryview.c
10271           src/msgcache.c
10272                 little speed improvements
10273
10274 2003-01-31 [colin]      0.8.9claws23
10275
10276         * src/summaryview.c
10277                 Fix segfault when forwarding nothing
10278                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10279                 
10280 2003-01-30 [paul]       0.8.9claws22
10281
10282         * sync with 0.8.9cvs3
10283                 see ChangeLog 2003-01-30
10284
10285 2003-01-30 [paul]       0.8.9claws21
10286
10287         * sync with 0.8.9cvs2
10288                 see ChangeLog 2003-01-30
10289
10290 2003-01-29 [paul]       0.8.9claws20
10291
10292         * sync with 0.8.9cvs1
10293                 see ChangeLog 2003-01-29
10294
10295 2003-01-28 [paul]       0.8.9claws19
10296
10297         * po/POTFILES.in
10298                 update to reflect changes. 
10299                 thanks to Ricardo Mones Lastra
10300
10301 2003-01-27 [christoph]  0.8.9claws18
10302
10303         * ac/openssl.m4
10304         * ac/spamassassin.m4
10305         * src/plugins/spamassassin/README
10306         * src/plugins/spamassassin/libspamc.[ch]
10307         * src/plugins/spamassassin/utils.[ch]
10308                 updated to latest libspamc
10309
10310 2003-01-27 [christoph]  0.8.9claws17
10311
10312         * src/folder.c
10313                 fix wrong use of procheader_get_header_fields
10314
10315 2003-01-27 [christoph]  0.8.9claws16
10316
10317         * src/news.c
10318         * src/prefs_account.[ch]
10319         * src/common/nntp.[ch]
10320                 allow to force authentication for NNTP servers
10321
10322         Patch submitted by Florian Mickler <dmk@d-labs.de>
10323
10324 2003-01-26 [paul]       0.8.9claws15
10325
10326         * src/summaryview.c
10327                 speed up of marking messages as read
10328                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10329
10330 2003-01-26 [christoph]  0.8.9claws14
10331
10332         * src/Makefile.am
10333         * src/mgutils.[ch]              ** REMOVE **
10334         * src/xml.[ch]                  ** REMOVE **
10335         * src/xmlprops.[ch]             ** REMOVE **
10336         * src/common/Makefile.am
10337         * src/common/mgutils.[ch]       ** NEW **
10338         * src/common/xml.[ch]           ** NEW **
10339         * src/common/xmlprops.[ch]      ** NEW **
10340                 move xml files to common directory
10341
10342 2003-01-26 [christoph]  0.8.9claws13
10343
10344         * src/plugins/spamassassin/spamassassin_gtk.c
10345                 only set gtk entry text if string is available
10346
10347 2003-01-26 [melvin]     0.8.9claws12
10348
10349         * src/description_window.c
10350                 Allow resizing of the window
10351                 Allow automatic horizontal scroll bar
10352                 Do not vertically expand and fill
10353
10354 2003-01-26 [christoph]  0.8.9claws11
10355
10356         * src/Makefile.am
10357         * src/gtkutils.[ch]             ** REMOVE **
10358         * src/common/sylpheed.c
10359         * src/gtk/Makefile.am
10360         * src/gtk/description_window.c
10361         * src/gtk/gtkutils.[ch]         ** NEW **
10362         * src/gtk/prefswindow.c
10363                 move gtkutils to gtk directory
10364
10365 2003-01-26 [paul]       0.8.9claws10
10366
10367         * src/summaryview.c
10368                 rename summary_unread_clicked() to summary_status_clicked()
10369
10370 2003-01-26 [melvin]     0.8.9claws9
10371
10372         * src/prefs_actions.c
10373                 Cosmetical changes to the help text
10374
10375 2003-01-26 [paul]       0.8.9claws8
10376
10377         * src/folder.[ch]
10378           src/mainwindow.c
10379           src/prefs_common.c
10380           src/prefs_sumamry_column.c
10381           summaryview.[ch]
10382                 rename the 'Unread' column to 'Status'
10383
10384 2003-01-25 [match]      0.8.9claws7
10385
10386         * src/mgutils.[ch]
10387                 removed reference to LDAP constants. removed error2string.
10388                 included functions to support LDAP dynamic queries.
10389         * src/syldap.h
10390                 moved LDAP constants here.
10391         * src/addressbook.c
10392         * src/addrindex.c
10393         * src/importldif.c
10394                 removed references to LDAP constants and references to
10395                 error2string.
10396
10397 2003-01-25 [paul]       0.8.9claws6
10398
10399         * src/summaryview.c
10400                 summary_thread_build(), summary_thread_init(): remove 
10401                 unneeded reference to summaryview->folder_item
10402
10403 2003-01-25 [christoph]  0.8.9claws5
10404
10405         * src/gtk/description_window.c
10406                 o allow description texts to expand over multiple columns
10407                 o translate all columns
10408         * src/prefs_actions.c
10409                 change syntax description to use new multi column feature
10410
10411         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10412
10413 2003-01-25 [match]      0.8.9claws4
10414
10415         * src/vcard.c
10416                 fixed bug with Quoted-Printable
10417
10418 2003-01-25 [paul]       0.8.9claws3
10419
10420         * src/folder.[ch]
10421           src/summaryview.[ch]
10422                 implement per-folder collapsed/expanded threads setting
10423                 
10424         * src/prefs_common.c
10425                 remove global collapsed/expanded threads option
10426
10427 2003-01-25 [christoph]  0.8.9claws2
10428
10429         * po/POTFILES.in
10430                 add pluginwindow and prefswindow
10431         * src/compose.c
10432                 make send respond correctly to messages that could be added
10433                 to the queue folder, but the UID of the message is unknown
10434         * src/folder.c
10435         * src/imap.c
10436                 don't return guessed UIDs in imap_add_msg anymore. We return
10437                 0 to tell the folder system it was appened but the UID is
10438                 unknown. Folder system now get's the UID by scaning the folder
10439                 and searching the cache for the Message-ID
10440                 (closes bug #29 Messages queued, but not sent)
10441
10442 2003-01-25 [paul]       0.8.9claws1
10443
10444         * src/codeconv.c
10445                 conv_encode_header():  fix bug when long headers with 8-bit
10446                 characters are used, so that the encoded words are wrapped.
10447                 If the space in the original text falls on the wrap boundary,
10448                 it can be lost.
10449                 Patch by Sergey Vlasov.
10450                 
10451         * src/folderview.c
10452                  fix bug where a change to the sorting method or thread view
10453                  of a folder's messages is lost if simpify-subject is set and
10454                  toggled on or off.
10455                  Patch by Luke Plant.
10456
10457 2003-01-24 [paul]       0.8.9claws
10458
10459         * sylpheed-0.8.9claws released
10460         
10461         * Makefile.am
10462           sylpheed.spec.in
10463                 remove reference to 'INSTALL.jp'
10464
10465 2003-01-23 [paul]       0.8.8claws128
10466
10467         * po/es.po
10468           po/it.po
10469           po/ru.po
10470           po/sr.po
10471                 updated translations. submitted by Ricardo Mones Lastra,
10472                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10473
10474 2003-01-23 [colin]      0.8.8claws127
10475
10476         * src/compose.c
10477                 Fix drafted and queued news articles re-edition
10478
10479 2003-01-23 [melvin]     0.8.8claws126
10480
10481         * po/fr.po
10482                 Updated French translations
10483
10484 2003-01-23 [colin]      0.8.8claws125
10485
10486         * src/inc.c
10487                 Fix "Connecting to..." status message
10488
10489 2003-01-22 [paul]       0.8.8claws124
10490
10491         * po/bg.po
10492                 updated by George Danchev
10493                 
10494         * src/folder.c
10495                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10496                 and folder deletion
10497
10498 2003-01-21 [paul]       0.8.8claws123
10499
10500         * po/bg.po
10501                 updated by George Danchev
10502                 
10503         * src/about.c
10504                 its now 2003
10505                 
10506         * src/toolbar.c
10507                 don't translate 'Separator'
10508                 
10509         * src/plugins/spamassassin/Makefile.am
10510                 add aspell to CPPFLAGS
10511                 
10512         * src/plugins/spamassassin/spamassassin.c
10513           src/plugins/spamassassin/spamassassin_gtk.c
10514                 set correct default for spamassassin_receive_spam
10515                 slightly re-word descriptions and some
10516                 other minor changes
10517
10518 2003-01-19 [alfons]     0.8.8claws122
10519                 
10520         * src/mimeview.c
10521                 mimeview_save_as(): we might as well show the file name for
10522                 the single case "Save As" too
10523
10524 2003-01-19 [alfons]     0.8.8claws121
10525
10526         * src/crash.c
10527                 change bug tracker URL to bugzilla URL
10528
10529 2003-01-19 [alfons]     0.8.8claws120
10530
10531         * src/mimeview.c
10532                 mimeview_save_all(): display name of file before overwriting;
10533                 continue saving all, even when one overwrite was cancelled
10534
10535 2003-01-19 [christoph]  0.8.8claws119
10536
10537         * src/summaryview.c
10538         * src/procmsg.[ch]
10539                 fix wrong usage of procmsg_find_children in summaryview
10540                 by using procmsg_update_unread_children instead of
10541                 summaryview_update_unread_children
10542
10543 2003-01-19 [christoph]  0.8.8claws118
10544
10545         * src/procmsg.c
10546                 fix infinite loop in procmsg_find_children
10547                  (closes bug #25 sylpheed crashes on delete.)
10548
10549         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10550
10551 2003-01-19 [paul]       0.8.8claws117
10552
10553         * po/pt_BR.po
10554                 updated by Ivan Francolin Martinez
10555
10556 2003-01-18 [melvin]     0.8.8claws116
10557
10558         * src/prefs_actions.c
10559                 Removed syntax limitation of only one '&' at the end of command.
10560                         Now actions that contain '>/dev/null 2>&1' are possible.
10561
10562 2003-01-18 [melvin]     0.8.8claws115
10563
10564         * src/prefs_actions.c
10565                 Actions IO dialog: when the action ends
10566                 the "Close" button now has focus and [Escape] closes the
10567                 window.
10568
10569 2003-01-18 [christoph]  0.8.8claws114
10570
10571         * src/procmsg.c
10572                 o add debug output when MsgInfos are really freed
10573                 o free GSLists in procmsg_find_children and
10574                   procmsg_update_unread_children
10575
10576 2003-01-18 [christoph]  0.8.8claws113
10577
10578         * src/mainwindow.c
10579                 reorder Configuration menu
10580
10581 2003-01-18 [christoph]  0.8.8claws112
10582
10583         * src/compose.c
10584                 fix applying templates to forwarded messages
10585
10586         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10587
10588 2003-01-17 [christoph]  0.8.8claws111
10589
10590         * src/folder.c
10591                 destroy folder items, when a folder item is removed
10592
10593 2003-01-17 [christoph]  0.8.8claws110
10594
10595         * src/folder.c
10596                 fix wrong folder stats update when ignored message is
10597                 deleted
10598
10599 2003-01-17 [colin]      0.8.8claws109
10600         
10601         * src/mainwindow.c
10602         * src/summaryview.c
10603                 Quicksearch bugfixes: 
10604                 - hide help button at startup if not extended
10605                 - switch to extended when looking for replies
10606
10607 2003-01-17 [paul]
10608
10609         * sync with 0.8.9 release
10610
10611 2003-01-17 [paul]       0.8.8claws108
10612
10613         * sync with 0.8.8cvs11
10614                 see ChangeLog 2003-01-17
10615
10616 2003-01-16 [colin]      0.8.8claws107
10617
10618         * src/procmsg.c
10619                 Changed encryption test to re-ask passphrase
10620                 if an encrypted message hasn't been decrypted
10621                 Fixes bug #5
10622
10623 2003-01-16 [christoph]  0.8.8claws106
10624
10625         * src/prefs_gtk.c
10626         * src/prefs_toolbar.c
10627         * src/gtk/prefswindow.h
10628         * src/plugins/spamassassin/spamassassin_gtk.c
10629                 remove page destroy function that is not used anymore
10630
10631 2003-01-16 [paul]       0.8.8claws105
10632
10633         * sync with 0.8.8cvs9
10634                 see ChangeLog 2002-01-16
10635
10636 2003-01-16 [colin]      0.8.8claws104
10637
10638         * src/compose.[ch]
10639                 Fix bug with autosaved drafts for IMAP, when draft
10640                 folder is specified - fixes bugzilla bug #20
10641
10642 2003-01-15 [paul]       0.8.8claws103
10643
10644         * src/compose.[ch]
10645           src/procmsg.c
10646                 store folder and message-id of message forwarding
10647                 in queue header and set forward flag after sending
10648
10649 2003-01-15 [paul]       0.8.8claws102
10650
10651         * sync with 0.8.8cvs8
10652                 see ChangeLog 2002-01-15
10653
10654 2003-01-15 [colin]      0.8.8claws101
10655
10656         * src/Makefile.am
10657                 Fix linking with GNU libiconv
10658
10659 2003-01-15 [darko]      0.8.8claws100
10660
10661         * src/pine.c
10662                 fix crash when importing pine address book
10663                 entry with an empty name (reported by DY
10664                 <dybulk at tri8.net>)
10665
10666 2003-01-14 [paul]       0.8.8claws99
10667
10668         * configure.in  ** REMOVED **
10669           configure.ac  ** NEW FILE **
10670                 rename configure.in to configure.ac, as it is now
10671                 preferred
10672
10673 2003-01-14 [melvin]     0.8.8claws98
10674
10675         * src/folderview.c
10676                 folderview_check_new(): More precise function description
10677
10678 2003-01-14 [melvin]     0.8.8claws97
10679
10680         * src/folderview.c
10681                 folderview_check_new(): return the number of new messages 
10682                         since last check.
10683         * src/inc.c
10684                 inc_account_mail(): Disable counting of new messages for IMAP
10685                         and NNTP until bug [19] and [14] are fixed.
10686
10687 2003-01-14 [paul]       0.8.8claws96
10688
10689         * sync with 0.8.8cvs6
10690                 see ChangeLog 2003-01-14
10691
10692 2003-01-13 [alfons]     0.8.8claws95
10693
10694         * src/textview.c
10695                 tune email address validation (c. 0.8.8claws89): if . is 
10696                 just one char away from @, the address is invalid too 
10697                 (correctly rejects addresses like foo@.com)
10698
10699 2003-01-13 [paul]       0.8.8claws94
10700
10701         * src/messageview.c
10702           src/toolbar.c
10703                 fixes to the Message View toolbar and menu:
10704                 fix non-functioning Forward button
10705                 make Reply button consider default_reply_list
10706                 remove 'Follow-up...' menu entry
10707                 add 'Forward' and 'Redirect' menu entries
10708
10709 2003-01-13 [melvin]     0.8.8claws93
10710
10711         * src/inc.c
10712                 Fixed typo that could make new messages count incorrect.
10713
10714 2003-01-13 [melvin]     0.8.8claws92
10715
10716         * src/folderview.[ch]
10717                 folderview_check_new(): return the number of new messages.
10718         * src/inc.c
10719                 Should fix bug [14] where new mail notification worked 
10720                         incorrectly with IMAP accounts.
10721                 inc_spool_account(): return number of new msgs, or -1 on error
10722                 inc_all_spool(): return number of new msgs
10723                 
10724 2003-01-13 [melvin]     0.8.8claws91
10725
10726         * src/prefs_actions.c
10727                 Justify help text.
10728
10729 2003-01-12 [thorsten]   0.8.8claws90
10730
10731         * src/common/prefs.c
10732                 close file before rename
10733
10734 2003-01-12 [alfons]     0.8.8claws89
10735
10736         * AUTHORS
10737                 add Christian Mertes
10738         * src/common/utils.[ch]
10739                 g_stricase_hash(), g_stricase_equal(): functions for 
10740                 case insensitive hash tables
10741         * src/textview.c
10742                 use top level domain names to validate email address, based
10743                 on a patch by Christian Mertes (thanks!), but changed 
10744                 implementation to use a hash table 
10745
10746 2003-01-12 [paul]       0.8.8claws88
10747
10748         * po/bg.po
10749                 updated by George Danchev
10750
10751 2003-01-12 [alfons]     0.8.8claws87
10752
10753         * src/summaryview.c
10754                 delete / execute performance: use new style folder update
10755
10756 2003-01-12 [paul]       0.8.8claws86
10757
10758         * sync with 0.8.8cvs5
10759                 see ChangeLog 2003-01-13 (!)
10760
10761 2003-01-12 [alfons]     0.8.8claws85
10762
10763         * src/filtering.c
10764         * src/matcher_parser_parse.y
10765                 prepare change_score filtering action
10766         * src/matcher.[ch]
10767                 give up const-correctness on functions that call non-const-correct functions;
10768                 several casts to gpointer in g_free();
10769                 add change_score;
10770
10771 2003-01-12 [christoph]  0.8.8claws84
10772
10773         * src/compose.c
10774                 fix 2 warnings
10775
10776         * src/gtk/prefswindow.[ch]
10777         * src/plugins/spamassassin/spamassassin_gtk.c
10778                 changed the call of the widget create function
10779                 for PrefsPages, because sometimes the widget
10780                 create function needs a widget that already has
10781                 been attached to a window (to create GDK pixmaps
10782                 for exmaple). So we simply pass the GtkWindow as
10783                 the second parameter now.
10784
10785         * src/main.c
10786         * src/mainwindow.c
10787         * src/prefs_toolbar.[ch]
10788                 rewrite Toolbar Preferences using the new
10789                 prefs window
10790
10791 2003-01-11 [alfons]     0.8.8claws83
10792
10793         * src/addressadd.c
10794                 fix crash when adding sender to addressbook because status bar
10795                 isn't there (the status bar doesn't seem to be used though,
10796                 but I'll let Match decide what to do with it)
10797
10798 2003-01-11 [colin]      0.8.8claws82
10799
10800         * src/main.c
10801           src/toolbar.c
10802                 Two useless changes reversed
10803
10804 2003-01-11 [colin]      0.8.8claws81
10805
10806         * src/mainwindow.c
10807           src/mainwindow.h
10808                 Add mainwindow_get_mainwindow()
10809         * src/alertpanel.c
10810           src/alertpanel.h
10811                 Add alertpanel_error_log() 
10812         * src/compose.c
10813           src/inc.c
10814           src/messageview.c
10815           src/toolbar.c
10816           src/main.c
10817           src/procmsg.c
10818                 Network errors get a View Log button
10819
10820 2003-01-10 [alfons]     0.8.8claws80
10821
10822         * src/prefs_toolbar.c
10823         * src/toolbar.c
10824                 use the translatable string for "Separator" as file name for
10825                 separator toolbar items (probably make this uppercase?)
10826
10827 2003-01-10 [alfons]     0.8.8claws79
10828
10829         * src/prefs_toolbar.c
10830                 put right A_SEPARATOR description string in "displayed
10831                 toolbar items list" so manually added separators are
10832                 saved correctly (bug #10, "Adding a separator to the main 
10833                 toolbar fails, entry in xml file is wrong")
10834
10835 2003-01-10 [christoph]  0.8.8claws78
10836
10837         * src/imap.c
10838                 o fix warnings
10839                 o use CAPABILITY to check if NAMESPACE is available
10840
10841 2003-01-10 [christoph]  0.8.8claws77
10842
10843         * src/imap.[ch]
10844                 apply UIDPLUS IMAP extension support patch
10845
10846         Patch submitted by Simon 'corecode' Schubert
10847
10848 2003-01-10 [paul]       0.8.8claws76
10849
10850         * src/folderview.c
10851                 a sync from main which fixes the news account folders'
10852                 Properties bug
10853
10854 2003-01-10 [christoph]  0.8.8claws75
10855
10856         * src/folder.c
10857                 don't accept 0 as a valid uid returned by copy and move
10858                 functions. 0 means the message was copied or moved but the
10859                 new uid could not be fetched. It is not an error condition
10860                 for the copy or move operation.
10861
10862 2003-01-10 [paul]       0.8.8claws74
10863
10864         * src/prefs_filtering.c
10865                 change English used in Alert when entry is not
10866                 saved.
10867                 
10868         * sync with 0.8.8cvs4
10869                 see ChangeLog 2003-01-10
10870
10871 2003-01-10 [darko]      0.8.8claws73
10872
10873         * src/pine.c
10874                 fix crash when importing address book entry
10875                 without a valid address
10876
10877 2003-01-09 [alfons]     0.8.8claws72
10878
10879         * src/inc.c
10880                 filtering performance: use new style folder update
10881
10882 2003-01-09 [christoph]  0.8.8claws71
10883
10884         * src/compose.c
10885         * src/gtk/menu.[ch]
10886                 fix wrong selecting of mime encoding type, when
10887                 opening property dialog of attachments in the
10888                 compose window. 7bit was always selected and that
10889                 destoryed files with 8bit data.
10890                 (closes bug #9 Sylpheed-claws destroys attachments when
10891                  changing MIME-types)
10892
10893 2003-01-09 [paul]       0.8.8claws70
10894
10895         * sync with 0.8.8cvs3
10896                 see ChangeLog 2003-01-09
10897
10898 2003-01-08 [alfons]     0.8.8claws69
10899         
10900         * src/addressadd.c
10901                 apply patch by Kim Schulz to fix build breakage
10902                 because of missing variable
10903
10904 2003-01-08 [paul]       0.8.8claws68
10905
10906         * sync with 0.8.8cvs2
10907                 see ChangeLog 2002-01-08
10908
10909 2003-01-08 [paul]       0.8.8claws67
10910
10911         * po/it.po
10912                 updated by Alessandro Maestri
10913                 
10914         * src/addressadd.c
10915                 when using 'Add sender to addressbook' allow
10916                 name to be edited and remarks to be entered
10917                 Patch submitted by Luke Plant
10918
10919 2003-01-08 [darko]      0.8.8claws66
10920
10921         * README.claws, src/summaryview.c
10922                 fix description for marked messages
10923
10924 2003-01-08 [paul]
10925
10926         * tools/Makefile.am
10927           tools/launch_phoenix  ** NEW FILE **
10928                 add script that enables using Phoenix as the default
10929                 web browser. 
10930                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10931                 
10932         * tools/OOo2sylpheed.pl
10933                 remove full path to sylpheed executable, just 'sylpheed'
10934                 will do
10935                 
10936         * tools/README
10937                 add launch_phoenix informtion and re-arrange and compress
10938                 the data a little
10939
10940 2003-01-07 [christoph]  0.8.8claws65
10941
10942         * src/folder.c
10943                 fix update for source folder when moving messages
10944         * src/procmsg.[ch]
10945         * src/summaryview.c
10946                 use function to set to_folder for message infos and
10947                 automatically update the op_count for old and new
10948                 folder
10949
10950 2003-01-07 [melvin]     0.8.8claws64
10951
10952         * src/prefs_actions.c
10953                 Fixed bug where an '%p' Action on a displayed image crashed 
10954                         Sylpheed
10955                 Code clean up (get rid of duplicated code and removed unnecessary 
10956                                 structure member)
10957
10958 2003-01-07 [christoph]  0.8.8claws63
10959
10960         * src/compose.c
10961         * src/folder.[ch]
10962         * src/folderview.c
10963         * src/import.c
10964         * src/inc.c
10965         * src/main.c
10966         * src/mainwindow.c
10967         * src/messageview.c
10968         * src/prefs_folder_item.c
10969         * src/procmsg.c
10970         * src/summaryview.c
10971         * src/toolbar.c
10972                 o remove all folder update triggering from the UI code. The folder
10973                   system should know much better when a folder needs an update.
10974                 o to prevent multiple updates in a row the folder updates can be
10975                   frozen for some time.
10976
10977                 Note: - Please verify that no updates are missing
10978                       - Check where freeze/thaws should be added
10979
10980 2003-01-07 [christoph]  0.8.8claws62
10981
10982         * src/prefs_actions.c
10983                 don't translate empty strings
10984
10985         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10986
10987 2003-01-06 [christoph]  0.8.8claws61
10988
10989         * src/prefs_actions.c
10990                 mark strings for gettext
10991         * src/prefs_matcher.c
10992                 use new description window for Execute action and
10993                 match condition in Filtering
10994
10995         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10996
10997 2003-01-06 [alfons]     0.8.8claws60
10998
10999         keep myself inspired to re-organize matcher part 8; 
11000         yes, more to come (I need to move out the descriptive
11001         text for actions to matcher.c, or at least make it not
11002         depend on the wicked ordering)
11003
11004         * src/prefs_matcher.c
11005                 add documentation so others may comprehend the
11006                 UI part of the conditions
11007                 
11008 2003-01-06 [christoph]  0.8.8claws59
11009
11010         * src/prefs_actions.c
11011                 use new description window for syntax help
11012         * src/gtk/description_window.c
11013                 fix display of descriptions with column count != 2
11014
11015         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11016
11017 2003-01-06 [christoph]  0.8.8claws58
11018
11019         * src/quote_fmt.c
11020         * src/summaryview.[ch]
11021         * src/gtk/Makefile.am
11022         * src/gtk/description_window.[ch]       ** NEW **
11023                 use a generic window to display syntax descriptions
11024                 currently used in quote_fmt and summaryview (new description
11025                 for extended quick search)
11026
11027         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11028
11029 2003-01-06 [paul]       0.8.8claws57
11030
11031         * sync with 0.8.8cvs1
11032                 see ChangeLog 2003-01-06
11033
11034 2003-01-06 [christoph]  0.8.8claws56
11035
11036         * src/mainwindow.c
11037         * src/prefs_gtk.[ch]
11038         * src/gtk/prefswindow.[ch]
11039         * src/plugins/spamassassin/spamassassin_gtk.c
11040                 o remove page management from prefswindow, pages
11041                   will be an argument to prefswindow_open
11042                 o prefswindow_open gets a datapointer that is
11043                   passed to the widget_create function to allow
11044                   creation of prefswindow for specific items
11045
11046 2003-01-06 [colin]      0.8.8claws55
11047         
11048         * src/summaryview.c
11049                 We don't want regexp in the reply-finder, 
11050                 because MIDs can contain !,$,. and so on
11051
11052 2003-01-06 [jens]       0.8.8claws54
11053
11054         * src/jpilot.c
11055                 fixed a wrong free in jpilot_read_db_files
11056
11057 2003-01-06 [alfons]     0.8.8claws53
11058
11059         re-organize matcher part 8; more to come
11060        
11061         * src/matcher.c
11062                 matcherprop_to_string(): put g_free()s before the
11063                 switch-case break to fix memleaks                
11064
11065 2003-01-06 [colin]      0.8.8claws52
11066
11067         * src/summaryview.c
11068                 cleanup & reply-finder now displays the first 
11069                 matching message
11070
11071 2003-01-05 [alfons]     0.8.8claws51
11072
11073         re-organize matcher part 7; more to come
11074
11075         * src/matcher.[ch]
11076                 fixes for constant correctness;
11077                 more documentation;
11078
11079 2003-01-05 [alfons]     0.8.8claws50
11080
11081         re-organize matcher part 6; more to come
11082         
11083         * src/matcher.[ch]
11084                 fixes for constant correctness;
11085                 more documentation;
11086         * src/filtering.c
11087                 fix for constant correctness
11088
11089 2003-01-05 [colin]      0.8.8claws49
11090
11091         * src/account.[ch]
11092                 Add account_get_reply_account function
11093         * src/compose.c
11094                 Use account_get_reply_account function 
11095         * src/summaryview.c
11096                 Basic reply-finder - click on the replied
11097                 icon gets you to the outbox using quick-search
11098
11099 2003-01-05 [paul]       0.8.8claws48
11100
11101         * src/prefs_common.c
11102                 small change to English
11103                 
11104         * src/prefs_filtering.c
11105                 prefs_filtering_action_select(): improve logic and uniformity
11106                 of gui
11107
11108 2003-01-05 [alfons]     0.8.8claws47
11109
11110         fine tune solution to focus problems (bug #7)
11111
11112         * src/mainwindow.c
11113                 mainwindow_focus_in_event(): remove grab event check
11114         * src/summaryview.c
11115                 summary_button_pressed(): move selection on right-click
11116                 too. we can't possibly move the selection back after
11117                 canceling a dialog, because gtk's incomplete focus 
11118                 management. whether this is a good solution, only time
11119                 will tell.
11120
11121 2003-01-05 [christoph]  0.8.8claws46
11122
11123         * src/imap.c
11124                 fix crash when no imap connection could be established
11125
11126 2003-01-05 [paul]       0.8.8claws45
11127
11128         * src/mainwindow.c
11129           src/sumamryview.c
11130           src/gtk/menu.[ch]
11131                 fix bug 605957 'shortcuts in popup-menu'
11132                 make user-defined shortcuts work
11133                 show shortcuts that are already defined
11134                 in the main menu
11135                 Patch submitted by Luke Plant
11136
11137 2003-01-05 [alfons]     0.8.8claws44
11138
11139         * src/mainwindow.c
11140                 focus_in_event handler should not select summary view row 
11141                 when another window (menu, dialog) grabbed for events 
11142                 (bug #7, "[0.8.8claws42] Message summary focus") 
11143
11144 2003-01-04 [christoph]  0.8.8claws43
11145
11146         * src/procmsg.c
11147                 update save folder after adding the sent message
11148                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11149
11150 2003-01-02 [christoph]  0.8.8claws42
11151
11152         * src/common/plugin.c
11153                 fix unloading of all plugins and unload
11154                 plugins in reverse order
11155                 
11156         * src/gtk/pluginwindow.c
11157                 implement function of load and unload button
11158
11159         * src/gtk/prefswindow.c
11160         * src/gtk/prefswindow.h
11161                 rename register function and add new unregister
11162                 function
11163
11164         * src/plugins/spamassassin/spamassassin_gtk.c
11165                 unregister prefs page and update for changes in
11166                 src/gtk/prefswindow.c
11167
11168 2003-01-02 [paul]       0.8.8claws41
11169
11170         * po/es.po
11171                 updated by Ricardo Mones Lastra
11172
11173 2003-01-02 [paul]
11174
11175         * tools/tb2sylpheed
11176                 fixes and improvements by Urke MMI
11177
11178 2003-01-02 [thorsten]   0.8.8claws40
11179
11180         * src/procmsg.c
11181                 fixed wrong return value
11182
11183 2003-01-02 [thorsten]   0.8.8claws39
11184
11185         * src/prefs.c
11186                 fixed printing wrong variable
11187
11188 2003-01-02 [thorsten]   0.8.8claws38
11189
11190         * src/prefs.c
11191                 fixed acessing members of freed pfile struct
11192
11193 2003-01-02 [thorsten]   0.8.8claws37
11194
11195         * src/procmsg.c
11196                 detect loops across several messages
11197                 as suggested by Christoph Hohmann
11198
11199 2003-01-01 [match]      0.8.8claws36
11200
11201         * src/addrindex.c
11202                 fixed another memory leak.
11203
11204 2003-01-01 [match]      0.8.8claws35
11205
11206         * src/jpilot.[ch]
11207                 fixed memory leaks. applied Doxygen comments.
11208
11209 2003-01-01 [thorsten]   0.8.8claws34
11210
11211         * src/procmsg.c
11212                 inhibit endless loop if msg references itself
11213                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11214
11215 2003-01-01 [christoph]  0.8.8claws33
11216
11217         * src/mainwindow.c
11218         * src/gtk/Makefile.am
11219         * src/gtk/pluginwindow.c                ** NEW **
11220         * src/gtk/pluginwindow.h                ** NEW **
11221                 add plugin window
11222
11223         * src/plugins/demo/demo.c
11224         * src/plugins/spamassassin/spamassassin.c
11225         * src/plugins/spamassassin/spamassassin_gtk.c
11226                 write better plugin descriptions
11227
11228 2002-12-31 [christoph]  0.8.8claws32
11229
11230         * src/gtk/prefswindow.c
11231         * src/plugins/spamassassin/spamassassin_gtk.c
11232                 some small improvements to GTK code
11233
11234 2002-12-31 [christoph]  0.8.8claws31
11235
11236         * src/plugins/spamassassin/spamassassin_gtk.c
11237                 enable folder select button
11238
11239 2002-12-31 [christoph]  0.8.8claws30
11240
11241         * src/mainwindow.c
11242         * src/gtk/Makefile.am
11243         * src/gtk/prefswindow.c                         ** NEW **
11244         * src/gtk/prefswindow.h                         ** NEW **
11245                 add new prefs window
11246
11247         * src/common/plugin.c
11248                 don't try to load empty config lines
11249         
11250         * src/plugins/spamassassin/Makefile.am
11251         * src/plugins/spamassassin/spamassassin.c
11252         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11253         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11254                 GTK config for SpamAssassin Plugin using
11255                 the new prefs window
11256
11257 2002-12-31 [paul]       0.8.8claws29
11258
11259         * po/POTFILES.in
11260                 remove obsolete entry 'src/menu.c'
11261
11262 2002-12-31 [alfons]     0.8.8claws28
11263
11264         * src/matcher.[ch]
11265         * src/matcher_parser_parse.y
11266         * src/prefs_matcher.c
11267                 add "ignore_thread" and "~ignore_thread" condition so it's
11268                 possible to make the actions / scoring operate on the ignore
11269                 thread flag
11270
11271 2002-12-31 [christoph]  0.8.8claws27
11272
11273         * src/addrbook.c
11274         * src/addrindex.c
11275         * src/folder.c
11276         * src/matcher.c
11277         * src/prefs_account.c
11278         * src/prefs_actions.c
11279         * src/prefs_customheader.c
11280         * src/prefs_display_header.c
11281         * src/prefs_gtk.c
11282         * src/procmime.c
11283         * src/toolbar.c
11284         * src/xmlprops.c
11285         * src/common/prefs.[ch]
11286                 extend prefs file handling for reading and automatic handling
11287                 of blocks. When reading prefs_set_block_label will automatically
11288                 move on to the block. When writing it will copy all other blocks
11289                 automatically
11290
11291         * src/common/plugin.c
11292                 Now loading plugin filenames from [Plugins] block in
11293                 sylpheed rc file
11294
11295 2002-12-30 [christoph]  0.8.8claws26
11296
11297         * src/common/hooks.[ch]
11298                 return abort status to caller of hooks_invoke
11299                 
11300         * src/inc.[ch]
11301                 invoke message filtering hook and stop
11302                 default handling when filter returns abort
11303
11304         * src/common/plugin.[ch]
11305         * src/plugins/demo/demo.c
11306                 modify plugin loader, because resolving symbols for strings
11307                 does not work correctly
11308         
11309         * configure.in
11310         * ac/spamassassin.m4                            ** NEW **
11311         * src/plugins/spamassassin/.cvsignore           ** NEW **
11312         * src/plugins/spamassassin/Makefile.am          ** NEW **
11313         * src/plugins/spamassassin/README               ** NEW **
11314         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11315         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11316         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11317                 add spamassassin plugin, see src/plugins/spamassassin/README
11318                 for details
11319
11320 2002-12-29 [alfons]     0.8.8claws25
11321
11322         * src/mainwindow.c
11323                 when moving focus from a message view to the main 
11324                 window, don't forget to select the summary node
11325                 of the displayed message. should fix "[ 659103 ] 
11326                 focus-follows-mouse confuses sylpheed"
11327
11328 2002-12-29 [christoph]  0.8.8claws24
11329
11330         * src/Makefile.am
11331         * src/stringtable.[ch]          ** REMOVE **
11332         * src/common/Makefile.am
11333         * src/common/stringtable.[ch]   ** NEW **
11334                 move stringtable files to common directory
11335
11336 2002-12-29 [christoph]  0.8.8claws23
11337
11338         * src/Makefile.am
11339         * src/menu.[ch]                 ** REMOVE **
11340         * src/gtk/Makefile.am
11341         * src/gtk/menu.[ch]             ** NEW **
11342                 move menu files to gtk directory
11343
11344 2002-12-29 [match]      0.8.8claws22
11345
11346         * src/addressbook.c
11347         * src/syldap.c
11348                 moved UI specific code out of LDAP code into addressbook
11349                 UI code. fixed memory leak.
11350
11351 2002-12-29 [christoph]  0.8.8claws21
11352
11353         * src/folder.c
11354                 only check for IGNORED parent message when message is
11355                 not IGNORED itself
11356
11357 2002-12-29 [alfons]     0.8.8claws20
11358
11359         * src/summaryview.c
11360                 set gtksctree's anchor correct (immediate execute
11361                 changes the tree's layout, and anchor points at 
11362                 the incorrect row). fixes "[ 657233 ] multiple msg 
11363                 delete sometimes off by 1".
11364                 we probably have to look for more tree layout /
11365                 anchor glitches.
11366
11367 2002-12-29 [paul]       0.8.8claws19
11368
11369         * src/summaryview.c
11370                 fix bug [ 659054 ] incorrect sorting of 'From' column
11371                 when using 'display sender using address book'
11372                 thanks to Alfons and Luke Plant
11373
11374 2002-12-29 [christoph]  0.8.8claws18
11375
11376         * src/folder.c
11377         * src/procmsg.[ch]
11378                 check parent messages for IGNORE THREAD flag, when adding,
11379                 moving or copying messages to a folder
11380
11381 2002-12-27 [alfons]     0.8.8claws17
11382
11383         re-organize matcher part 5; more to come
11384
11385         * src/matcher.c
11386                 hash keywords in matchparser_tab 
11387
11388 2002-12-27 [alfons]     0.8.8claws16
11389
11390         re-organize matcher part 4; more to come
11391
11392         * src/matcher_parser.h
11393         * src/matcher_parser_lex.l
11394         * src/matcher_parser_parse.y
11395                 cleanup
11396
11397 2002-12-27 [alfons]     0.8.8claws15
11398
11399         re-organize matcher part 3; more to come
11400
11401         * src/matcher.[ch]
11402                 cleanup
11403
11404 2002-12-27 [alfons]     0.8.8claws14
11405
11406         re-organize matcher part 2; more to come but this should
11407         work. cc me if there are any regressions.
11408
11409         * src/matcher.h
11410                 add prototype for get_matchparser_tab_id()
11411         * src/matcher_parser_lex.l
11412                 look up keywords using matchparser_tab_id();
11413
11414 2002-12-27 [alfons]     0.8.8claws12
11415
11416         re-organize matcher part 1
11417
11418         * src/matcher.h
11419                 map yacc generated constants to sylpheed matcher constants
11420         * src/matcher.c
11421                 add function to find a matcher constant from a string
11422
11423 2002-12-27 [christoph]  0.8.8claws11
11424
11425         * src/compose.c
11426                 MENUITEM_ADD casts the 4th argument from integer to pointer
11427                 so it probably should not be a pointer, this means we
11428                 should use account id for it and not the account's pointer
11429
11430 2002-12-27 [paul]       0.8.8claws10
11431
11432         * src/mainwindow.c
11433                 remove unneeded 'GtkWidget *vbox'
11434                 
11435         * src/summaryview.c
11436                 further sync with 0.8.8 - make sort
11437                 by recipient work as expected
11438                 
11439         * NEWS
11440                 sync with 0.8.8
11441
11442 2002-12-27 [paul]       0.8.8claws9
11443
11444         * po/pt_BR.po
11445                 updated by Ivan F. Martinez
11446                 
11447 2002-12-27 [darko]      0.8.8claws8
11448
11449         * src/common/utils.c
11450                 added locked pattern to extended search
11451
11452 2002-12-27 [alfons]     0.8.8claws7
11453
11454         * src/prefs_matcher.[ch]
11455                 clean up
11456
11457 2002-12-26 [alfons]     0.8.8claws6
11458
11459         * src/matcher.[ch]
11460         * src/matcher_parser_lex.l
11461         * src/matcher_parser_parse.y
11462         * src/prefs_matcher.c
11463                 allow color label as a condition in the matcher
11464
11465 2002-12-26 [oliver]     0.8.8claws5
11466         
11467         * src/toolbar.c 
11468                 enable Addressbook for Main and Messageview
11469         * src/prefs_actions.c
11470                 enable actions in Messageview
11471
11472 2002-12-26 [christoph]  0.8.8claws4
11473
11474         * src/common/plugin.c
11475                 add a little debug output
11476         * configure.in
11477         * src/plugins/demo/Makefile.am
11478                 better use of automake
11479
11480 2002-12-26 [christoph]  0.8.8claws3
11481
11482         * src/Makefile.am
11483         * src/common/Makefile.am
11484                 fix "make distdir"
11485
11486 2002-12-26 [christoph]  0.8.8claws2
11487
11488         * configure.in
11489                 sort configure checks into common / gtk / plugins
11490         * po/POTFILES.in
11491                 add src/prefs_gtk.c
11492         * src/Makefile.am
11493                 add plugins SUBDIR
11494         * src/main.c
11495         * src/common/sylpheed.[ch]
11496                 added now sylpheed_done function for shutdown
11497         * src/common/Makefile.am
11498         * src/common/plugin.[ch]                ** NEW **
11499                 plugin loader and unloader
11500         * src/plugins/.cvsignore                ** NEW **
11501         * src/plugins/Makefile.am               ** NEW **
11502                 build plugins
11503         * src/plugins/demo/.cvsignore           ** NEW **
11504         * src/plugins/demo/Makefile.am          ** NEW **
11505         * src/plugins/demo/demo.c               ** NEW **
11506                 small demo plugin that installs a logtext hook and
11507                 outputs the log text to stdout
11508
11509 2002-12-26 [paul]       0.8.8claws1
11510
11511         * po/es.po
11512                 updated by Ricardo Mones Lastra
11513
11514 2002-12-26 [paul]       0.8.8claws
11515
11516         * 0.8.8claws released
11517
11518 2002-12-26 [paul]       0.8.7claws12
11519
11520         * po/bg.po
11521                 updated by George Danchev
11522
11523 2002-12-26 [paul]       0.8.7claws11
11524
11525         * po/POTFILES.in
11526                 remove unneeded 'src/prefs.c' entry 
11527
11528 2002-12-26 [paul]       0.8.7claws10
11529
11530         * src/codeconv.c
11531           src/mainwindow.c
11532                 sync with 0.8.8 release
11533         
11534         * src/folder.[ch]
11535           src/mh.c
11536           src/summaryview.c
11537                 partial sync with 0.8.8 release
11538         
11539
11540 2002-12-25 [alfons]     0.8.7claws9
11541
11542         * src/matcher.[ch]
11543         * src/matcher_parser_lex.l
11544         * src/matcher_parser_parse.y
11545         * src/prefs_matcher.c
11546                 add locked flag to possible filtering / matcher 
11547                 conditions (also a good example what should be
11548                 done to add a simple boolean condition)
11549
11550 2002-12-25 [christoph]  0.8.7claws8
11551
11552         * src/Makefile.am
11553         * src/account.[ch]
11554         * src/addrbook.c
11555         * src/addressbook.c
11556         * src/addrindex.c
11557         * src/filtering.c
11558         * src/folder.c
11559         * src/matcher.c
11560         * src/prefs.[ch]                ** REMOVE **
11561         * src/prefs_account.c
11562         * src/prefs_actions.c
11563         * src/prefs_common.c
11564         * src/prefs_customheader.c
11565         * src/prefs_display_header.c
11566         * src/prefs_filtering.c
11567         * src/prefs_folder_item.c
11568         * src/prefs_gtk.[ch]            ** NEW **
11569         * src/prefs_matcher.c
11570         * src/prefs_scoring.c
11571         * src/prefs_summary_column.c
11572         * src/procmime.c
11573         * src/selective_download.c
11574         * src/toolbar.c
11575         * src/common/Makefile.am
11576         * src/common/prefs.[ch]         ** NEW **
11577                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11578
11579 2002-12-24 [alfons]     0.8.7claws7
11580
11581         * src/summaryview.c
11582                 summary_thread_build(): fix real cause of the crash mentioned in
11583                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11584                 this way we get meaningful ctree nodes 
11585
11586 2002-12-24 [oliver]     0.8.7claws6
11587
11588         * src/mainwindow.[ch]
11589         * src/messageview.[ch]
11590         * src/compose.[ch]
11591         * src/inc.c
11592         * src/summaryview.c
11593                 changes to use updated toolbar handling
11594                 
11595 2002-12-24 [oliver]     0.8.7claws5
11596
11597         * src/toolbar.[ch]
11598                 generic toolbar handling
11599                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11600         * src/prefs_toolbar.[ch]
11601                 adjust to handling
11602         
11603 2002-12-24 [oliver]     0.8.7claws4
11604         
11605         * src/stock_pixmap.[ch]
11606                 move SYLPHEED_LOGO to end of list in order 
11607                 to remove it from Custom Toolbar`s Icon View
11608
11609 2002-12-24 [alfons]     0.8.7claws3
11610
11611         * src/summaryview.c
11612                 summary_thread_build(): fix crash because of focus != selection 
11613                 after threading. when deleting the selection, gtk tries but fails 
11614                 to find the correct focusable element. we now force the selection
11615                 to be focused. this should solve the infamous bug reported by 
11616                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11617                 a test case is available. 
11618
11619 2002-12-24 [darko]      0.8.7claws2
11620
11621         * src/summaryview.c
11622                 don't crash when unmarking message with unread children
11623
11624 2002-12-23 [christoph]  0.8.7claws1
11625
11626         * src/Makefile.am
11627         * src/common/Makefile.am
11628                 update Makefiles for moved intl.h, version.h and defs.h
11629         * src/imap.c
11630                 rewrite imap_session_get to avoid duplicate code
11631
11632 2002-12-23 [paul]       0.8.7claws
11633
11634         * Santa-Claws released
11635         
11636         * po/hu.po
11637           po/ru.po
11638                 squeeze in updated Hungarian and Russian translations.
11639                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11640
11641 2002-12-23 [paul]       0.8.6claws129
11642
11643         * po/pl.po
11644                 updated by Witold Wladyslaw Wojciech Wilk
11645
11646 2002-12-23 [paul]       0.8.6claws128
11647
11648         * src/quote_fmt_parse.y
11649                 fix typo and add licence header
11650
11651 2002-12-23 [paul]       0.8.6claws127
11652
11653         * po/en_GB.po
11654                 updated
11655
11656 2002-12-23 [paul]       0.8.6claws126
11657
11658         * po/it.po
11659                 updated translation, submitted by Alessandro Maestri
11660                 
11661 2002-12-23 [paul]       0.8.6claws125
11662
11663         * src/quote_fmt_parse.y
11664                 fix signature-stripping on replies bug. match
11665                 '-- \n' and not '-- '.
11666
11667 2002-12-22 [paul]       0.8.6claws124
11668
11669         * po/bg.po
11670           po/es.po
11671           po/sr.po
11672                 updated translations. submitted by George Danchev,
11673                 Ricardo Mones Lastra, and Urke MMI respectively
11674
11675 2002-12-21 [paul]       0.8.6claws123
11676
11677         * src/addrbook.c
11678                 fix coding style
11679
11680 2002-12-21 [paul]       0.8.6claws122
11681
11682         * src/addrbook.c
11683                 fix bug [643638] where if a person is in one or more
11684                 addressbook groups editing that person's email 
11685                 address results in removal from those groups.
11686                 Patch submitted by Luke Plant.
11687
11688 2002-12-20 [christoph]  0.8.6claws121
11689
11690         * src/common/utils.c
11691         * src/summaryview.c
11692                 reimplement expand_search_string using GString to
11693                 prevent crashs caused by miscalculated string
11694                 lengths reported by Paul
11695
11696 2002-12-20 [christoph]  0.8.6claws120
11697
11698         * src/summaryview.c
11699                 don't use "changed" to check if op_count has to be changed as it
11700                 is also set when the message has unread children
11701                 (closes bug [ 653221 ] crash while deleting duplicates)
11702
11703 2002-12-20 [paul]       0.8.6claws119
11704
11705         * sync with 0.8.6cvs27
11706                 see ChangeLog 2002-12-20
11707
11708 2002-12-20 [paul]       0.8.6claws118
11709
11710         * sync with 0.8.6cvs26
11711                 see ChangeLog 2002-12-19 and 2002-12-20
11712
11713 2002-12-19 [alfons]     0.8.6claws117
11714
11715         * src/textview.c
11716                 fix incorrect parsing of email addresses, submitted by 
11717                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11718                 name display if it contains @".
11719
11720 2002-12-18 [paul]       0.8.6claws116
11721
11722         * sync with 0.8.6cvs23
11723                 see ChangeLog 2002-12-18
11724
11725 2002-12-18 [paul]       0.8.6claws115
11726
11727         * src/Makefile.am
11728         * src/account.c
11729         * src/codeconv.c
11730         * src/gtkutils.[ch]
11731         * src/imap.c
11732                 sync with 0.8.6cvs22.
11733                 see ChangeLog 2002-12-17 and 2002-12-18
11734
11735 2002-12-17 [christoph]  0.8.6claws114
11736
11737         * src/imap.c
11738                 o don't create a session if imap greeting fails
11739                 o don't close socket when authentication fails
11740                   this is done by imap_session_destroy
11741
11742 2002-12-17 [thorsten]   0.8.6claws113
11743
11744         * tools/Makefile.am
11745           tools/README
11746           tools/google_msgid.pl ** NEW FILE **
11747                 Added "search for message-id" script and doc
11748
11749 2002-12-17 [thorsten]   0.8.6claws112
11750
11751         * po/hu.po
11752                 Updated hungarian translation
11753                 (updated by Gal Zoltan)
11754
11755 2002-12-16 [christoph]  0.8.6claws111
11756
11757         * src/addr_compl.c
11758                 remove stupid addressbook dump to debug output
11759         * src/mh.c
11760                 fix memory leak found by Hiro
11761
11762 2002-12-14 [paul]       0.8.6claws110
11763
11764         * src/compose.c
11765                 fix menubar sensitivity on send
11766                 
11767         * src/prefs_filtering.c
11768         * src/prefs_matcher.c
11769         * src/prefs_scoring.c
11770                 Fix english ;)
11771                 
11772         * src/common/quoted-printable.h
11773                 sync: fix typo
11774         
11775 2002-12-13 [christoph]  0.8.6claws109
11776
11777         * src/Makefile.am
11778         * src/manage_window.[ch]        ** REMOVE **
11779         * src/gtk/Makefile.am
11780         * src/gtk/manage_window.[ch]    ** NEW **
11781                 move manage_window files to gtk directory
11782
11783 2002-12-13 [christoph]  0.8.6claws108
11784
11785         * src/Makefile.am
11786         * src/gtkshruler.[ch]           ** REMOVE **
11787         * src/gtk/Makefile.am
11788         * src/gtk/gtkshruler.[ch]       ** NEW **
11789                 move gtkshruler files to gtk directory
11790
11791 2002-12-13 [christoph]  0.8.6claws107
11792
11793         * src/Makefile.am
11794         * src/compose.c
11795         * src/gtkstext.[ch]             ** REMOVE **
11796         * src/gtkutils.[ch]
11797         * src/textview.c
11798         * src/gtk/gtkstext.[ch]         ** NEW **
11799         * src/gtk/Makefile.am
11800                 o move stext functions to gtkstext.c to remove
11801                   dependency of gtkutils
11802                 o move gtkstext files to gtk directory
11803
11804         * src/gtk/Makefile.am
11805         * src/gtk/sslcertwindow.[ch]
11806                 UI stuff can always depend on common code so
11807                 it's ok to add ../common to include path
11808
11809 2002-12-13 [colin]      0.8.6claws106
11810
11811         * src/summaryview.c
11812                 Disconnect sighandlers for mainwindow when
11813                 quicksearch has the focus
11814                 Fix bug #653231
11815         * src/mainwindow.[ch]
11816                 Make key_pressed callback public, to be able
11817                 to disconnect it
11818
11819 2002-12-13 [christoph]  0.8.6claws105
11820
11821         * src/mh.c
11822                 create .mh_sequences file in new MH folders
11823                 (closes feature request [ 523162 ] MH folders should
11824                  get a .mh_sequences)
11825
11826 2002-12-13 [colin]      0.8.6claws104
11827
11828         * src/summaryview.c
11829                 Better handling of quicksearch show/hide
11830                 (basically the button stays under the mouse 
11831                  when toggled)
11832
11833 2002-12-13 [paul]       0.8.6claws103
11834
11835         * sync with 0.8.6cvs17
11836                 see ChangeLog 2002-12-13
11837
11838 2002-12-13 [paul]       0.8.6claws102
11839
11840         * po/es.po
11841                 updated by Ricardo Mones Lastra
11842
11843 2002-12-11 [colin]       0.8.6claws101
11844
11845         * src/folder.c
11846                 remove statusbar stuff
11847           src/folderview.c
11848                 set statusbar verbosity when moving folders
11849
11850 2002-12-11 [colin]       0.8.6claws100
11851         * src/prefs_filtering.c
11852         * src/prefs_matcher.c
11853         * src/prefs_scoring.c
11854                 Fix english ;)
11855
11856 2002-12-11 [colin]       0.8.6claws99
11857
11858         * src/prefs_common.[ch]
11859                 Add summary_quicksearch_type
11860         * src/summaryview.c
11861                 Save last used quicksearch type
11862
11863 2002-12-11 [jens]       0.8.6claws98
11864         * src/prefs_filtering.c
11865         * src/prefs_matcher.c
11866         * src/prefs_scoring.c
11867                 added dialog for incomplete rules in scoring, filtering and
11868                 matcher to ask wheather really close
11869
11870 2002-12-11 [colin]      0.8.6claws97
11871
11872         * src/folder.c
11873                 Fix folder dnd statusbar logging
11874
11875 2002-12-10 [christoph]  0.8.6claws96
11876
11877         * src/compose.c
11878         * src/folder.c
11879         * src/imap.c
11880         * src/inc.c
11881         * src/main.c
11882         * src/mainwindow.c
11883         * src/news.c
11884         * src/send.c
11885         * src/statusbar.[ch]
11886         * src/common/hooks.c
11887         * src/common/log.[ch]
11888                 o handle verbose logging in statusbar directly in statusbar code
11889                   and common code does not need any knowledge about a statusbar
11890                 o remove direct calls to statusbar_(puts|pop)_all functions
11891
11892 2002-12-10 [jens]       0.8.6claws95
11893
11894         * src/*.c
11895                 removed gettext from g_warnings
11896         * po/POTFILES.in
11897                 cleaned and updated
11898         * po/de.po
11899                 updated
11900
11901 2002-12-10 [colin]      0.8.6claws94
11902
11903         * src/main.c
11904                 finish crash dialog fix
11905
11906 2002-12-10 [colin]      0.8.6claws93
11907
11908         * src/main.c
11909                 "Fix" "sylpheed already running" instead of
11910                 crash dialog appearing after a crash
11911
11912 2002-12-10 [colin]      0.8.6claws92
11913
11914         * po/POTFILES.in
11915                 add src/gtk/sslcertwindow.c
11916
11917 2002-12-10 [paul]       0.8.6claws91
11918
11919         * po/POTFILES.in
11920                 updated to reflect recent changes
11921                 submitted by Alessandro Maestri
11922
11923 2002-12-09 [christoph]  0.8.6claws90
11924
11925         * src/Makefile.am
11926         * src/smtp.[ch]                 ** REMOVE **
11927         * src/common/Makefile.am
11928         * src/common/smtp.[ch]          ** NEW **
11929                 move smtp files to common directory
11930
11931 2002-12-09 [christoph]  0.8.6claws89
11932
11933         * src/Makefile.am
11934         * src/session.[ch]              ** REMOVE **
11935         * src/common/Makefile.am
11936         * src/common/session.[ch]       ** NEW **
11937                 move session files to common directory
11938
11939 2002-12-09 [paul]       0.8.6claws88
11940
11941         * src/account.c
11942                 fix bug [649746] edit accounts: move account reverted
11943                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11944
11945 2002-12-09 [colin]      0.8.6claws87
11946
11947         * src/ssl_certificate.c
11948                 cleanup
11949
11950 2002-12-09 [colin]      0.8.6claws86
11951
11952         * src/ssl.c
11953                 Try to open the cert.pem database and 
11954                 issue a warning if it isn't there
11955
11956 2002-12-09 [colin]      0.8.6claws85
11957
11958         * src/common/ssl_certificate.c
11959         * src/gtk/sslcertwindow.c
11960                 Warning fixes
11961
11962 2002-12-09 [colin]      0.8.6claws84
11963
11964         * src/ssl_certificate.[ch] ** REMOVED **
11965         * src/common/ssl_certificate.[ch] ** NEW **
11966         * src/Makefile.am
11967         * src/common/Makefile.am
11968                 Moved ssl_certificate.[ch] to common
11969         * src/common/ssl.c 
11970                 Put back needed include
11971         * src/gtk/sslcertwindow.[ch]
11972                 Changed ssl_certificate.h include
11973         
11974 2002-12-09 [colin]      0.8.6claws83
11975
11976         * src/gtk/sslcertwindow.[ch]
11977                 Implement hook for certificate acception
11978         * src/ssl_certificate.[ch]
11979                 Implement hook for certificate acception
11980         * src/common/ssl.c
11981                 Reenable certificate acception check
11982         * src/mainwindow.c
11983                 Register sslcertwindow's hook
11984         
11985 2002-12-08 [christoph]  0.8.6claws82
11986
11987         * src/about.c
11988         * src/addr_compl.c
11989         * src/codeconv.c
11990         * src/manual.c
11991         * src/undo.c
11992         * src/common/utils.c
11993                 o add missing includes
11994                 o fix warnings
11995         * src/.cvsignore
11996         * src/common/.cvsignore
11997         * src/common/version.h          ** REMOVE **
11998                 remove autogenerated file
11999
12000 2002-12-08 [paul]       0.8.6claws81
12001
12002         * src/stringtable.c
12003                 put back needed include
12004
12005 2002-12-08 [colin]      0.8.6claws80
12006         
12007         * src/gtk/sslcertwindow.c
12008                 Cleaner popups when asking
12009         * src/ssl_certificate.c
12010         * src/prefs_common.[ch]
12011                 remove ssl certificate pref
12012                 put back needed include
12013         * src/undo.c
12014                 put back needed include
12015
12016 2002-12-08 [christoph]  0.8.6claws79
12017
12018         * src/folderview.c
12019         * src/logwindow.c
12020         * src/statusbar.c
12021         * src/summaryview.c
12022                 only abort hook invokation if required data is missing not
12023                 if our own data pointer is NULL, update hookfunction for
12024                 log window
12025
12026 2002-12-08 [paul]       0.8.6claws78
12027
12028         * src/about.c
12029         * src/addrcache.c
12030         * src/addrclip.c
12031         * src/addr_compl.c
12032         * src/addrselect.c
12033         * src/codeconv.c
12034         * src/colorlabel.c
12035         * src/enriched.c
12036         * src/esmtp.c
12037         * src/exporthtml.c
12038         * src/headerview.c
12039         * src/imageview.c
12040         * src/manual.c
12041         * src/noticeview.c
12042         * src/pgptext.c
12043         * src/scoring.c
12044         * src/sourcewindow.c
12045         * src/stringtable.c
12046         * src/undo.c
12047                 clean up: remove unneccesary includes
12048
12049 2002-12-08 [christoph]  0.8.6claws77
12050
12051         * src/folderview.c
12052         * src/statusbar.c
12053         * src/summaryview.c
12054         * src/common/hooks.[ch]
12055                 hook functions now have a gboolean return value, if a hook
12056                 returns TRUE it will stop executing of any more hooks in
12057                 the same hooklist for this invokation
12058
12059 2002-12-08 [colin]      0.8.6claws76
12060         
12061         * src/main.c
12062                 put back argv0 for CRASH_DIALOG
12063
12064 2002-12-08 [christoph]  0.8.6claws75
12065
12066         * src/Makefile.am
12067         * src/about.c
12068         * src/account.c
12069         * src/crash.c
12070         * src/esmtp.h
12071         * src/imap.[ch]
12072         * src/inc.c
12073         * src/main.c
12074         * src/mainwindow.c
12075         * src/news.c
12076         * src/pop.[ch]
12077         * src/prefs_account.[ch]
12078         * src/prefs_common.[ch]
12079         * src/send.[ch]
12080         * src/smtp.[ch]
12081         * src/ssl_certificate.[ch]
12082         * src/ssl_manager.[ch]
12083         * src/common/Makefile.am
12084         * src/common/log.c
12085         * src/common/nntp.[ch]
12086         * src/common/socket.[ch]
12087         * src/common/ssl.[ch]
12088         * src/gtk/sslcertwindow.[ch]
12089         * ac/openssl.m4
12090                 use new autoconf script to detect OpenSSL with extra parameters
12091                 to specify the location of libs and includes, also remove USE_SSL
12092                 to USE_OPENSSL
12093
12094         * src/common/sylpheed.[ch]
12095         * src/common/version.h.in
12096                 start seperation of common code initialization seperated from gui
12097
12098         * src/summaryview.c
12099                 The function that is called when a color label changes
12100                 should not change the color lable again
12101
12102 2002-12-08 [colin]      0.8.6claws74
12103
12104         * src/gtk/sslcertwindow.c
12105                 warning fixes
12106
12107 2002-12-08 [colin]      0.8.6claws73
12108
12109         * src/statusbar.c
12110           src/common/log.h
12111                 Register a hook for statusbar_puts_all
12112         * src/common/log.c
12113                 invoke statusbar_puts_all's hook
12114         
12115 2002-12-08 [colin]      0.8.6claws72
12116
12117         * src/ssl_certificate.c
12118                 Put back a badly-removed include
12119
12120 2002-12-08 [colin]      0.8.6claws71
12121
12122         * src/gtk/sslcertwindow.[ch]    ** NEW **
12123                 new certificate presentation
12124         * src/gtk/Makefile.am
12125                 add new files
12126         * src/ssl_certificate.[ch]
12127                 gtk cleanup, made utility functions public
12128         * src/ssl_manager.c
12129                 use new cert presentation
12130
12131 2002-12-07 [christoph]  0.8.6claws70
12132
12133         * src/Makefile.am
12134         * src/nntp.[ch]                 ** REMOVE **
12135         * src/common/Makefile.am
12136         * src/common/nntp.[ch]          ** NEW **
12137                 move nntp files to common directory
12138
12139 2002-12-07 [christoph]  0.8.6claws69
12140
12141         * src/procmsg.[ch]
12142         * src/summaryview.c
12143                 implement msginfo update callback using sylpheed's new
12144                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12145
12146 2002-12-06 [christoph]  0.8.6claws68
12147
12148         * src/editgroup.c
12149                 This patch changes the 'Edit Group Details' dialog to
12150                 allow extended selections in either pane, so that
12151                 addresses can be added or removed from a group more
12152                 quickly and easily. (it actually is a net decrease in
12153                 file size, as some unnecessary functions have been
12154                 removed). 
12155                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12156
12157 2002-12-06 [christoph]  0.8.6claws67
12158
12159         * src/Makefile.am
12160         * src/template.[ch]             ** REMOVE **
12161         * src/common/Makefile.am
12162         * src/common/template.[ch]      ** NEW **
12163                 move template files to common directory
12164
12165         * src/nntp.c
12166                 add missing log.h include
12167
12168 2002-12-06 [melvin]     0.8.6claws66
12169
12170         * src/prefs_actions.c
12171                 Added the trailing ">" syntax to insert command's output
12172                 without replacing old text (in contrast to trailing "|").
12173
12174 2002-12-05 [colin]      0.8.6claws65
12175         
12176         * src/common/utils.c
12177                 Don't modify original search_string or it'll change
12178                 the next iterations in the for()
12179
12180 2002-12-05 [darko]      0.8.6claws64
12181
12182         * src/common/utils.c
12183                 proper check for filtering commands, found by Colin
12184
12185 2002-12-05 [darko]      0.8.6claws63
12186
12187         * src/common/utils.c
12188                 check proper string for NULL pointer, found by Colin
12189
12190 2002-12-05 [darko]      0.8.6claws62
12191
12192         * src/common/utils.[ch]
12193                 expand_search_string(): new function
12194                 converts Mutt-like patterns to Sylpheed's
12195                 filtering engine
12196         * src/summaryview.c
12197                 use expand_search_string() to allow Mutt-like
12198                 patterns in extended search
12199         * README.claws
12200                 document extended option in quick search
12201
12202 2002-12-05 [paul]       0.8.6claws61
12203
12204         * sync with 0.8.6cvs16
12205                 see ChangeLog 2002-12-05
12206                 
12207         * po/POTFILES.in
12208                 clean up
12209
12210 2002-12-04 [christoph]  0.8.6claws60
12211
12212         * src/imap.[ch]
12213                 put imap authentication code into a new function and
12214                 remove it from imap_session_new that will allow to
12215                 send other commands before authentication
12216
12217 2002-12-04 [christoph]  0.8.6claws59
12218
12219         * src/imap.[ch]
12220                 use already existing method to prevent unneeded IMAP
12221                 folder selects. Set imap_select parameters to NULL
12222                 in some functions if the values are not required.
12223
12224         * src/xml.h
12225                 remove no longer required include
12226
12227 2002-12-04 [paul]       0.8.6claws58
12228
12229         * po/es.po
12230                 updated by Ricardo Mones Lastra
12231                 
12232         * configure.in
12233           po/hu.po      ** NEW FILE **
12234                 initial Hungarian translation, submitted
12235                 by Gál Zoltán <galzoli@hu.inter.net>
12236
12237 2002-12-03 [christoph]  0.8.6claws57
12238
12239         * src/Makefile.am
12240         * src/gtksctree.[ch]            ** REMOVE **
12241         * src/gtk/Makefile.am
12242         * src/gtk/gtksctree.[ch]        ** NEW **
12243                 move gtksctree files to gtk directory
12244
12245 2002-12-03 [christoph]  0.8.6claws56
12246
12247         * src/Makefile.am
12248         * src/md5.[ch]                  ** REMOVE **
12249         * srm/common/Makefile.am
12250         * src/common/md5.[ch]           ** NEW **
12251                 move md5 files to common directory
12252
12253         * src/gtkstext.c
12254                 remove not required #include
12255
12256 2002-12-03 [sergey]     0.8.6claws55
12257
12258         * src/gtkutils.c
12259         * src/gtkutils.h
12260                 gtkut_window_popup(): new function.
12261         * src/mainwindow.c
12262                 main_window_popup(): use gtkut_window_popup() to raise
12263                 window without changing its position.
12264                 (see sylpheed-main ML message [sylpheed:17247])
12265
12266 2002-12-03 [sergey]     0.8.6claws54
12267
12268         * src/send.c
12269                 send_message_local(): removed first-dot escaping
12270                 (SMTP-only, not needed for sending through pipe)
12271
12272 2002-12-03 [paul]       0.8.6claws53
12273
12274         * po/POTFILES.in
12275                 update to reflect recent changes (thanks
12276                 to Ricardo Mones Lastra)
12277                 
12278         * tools/filter_conv.pl
12279                  fix problem with quoted strings. Patch submitted
12280                  by Luke Plant <lukeplant@softhome.net>
12281
12282 2002-12-03 [paul]       0.8.6claws52
12283
12284         * sync with 0.8.6cvs15
12285                 see ChangeLog 2002-12-03
12286
12287 2002-12-02 [christoph]  0.8.6claws51
12288
12289         * src/logwindow.[ch]
12290         * src/common/log.[ch]
12291                 implement logging using a hook function
12292
12293         * src/folderview.c
12294         * src/folder.[ch]
12295                 define hooklist name in header file to avoid
12296                 errors caused by wrong spelling of hooklist names
12297
12298         * src/toolbar.c
12299                 fix warnings
12300
12301 2002-12-02 [christoph]  0.8.6claws50
12302
12303         * src/common/Makefile.am
12304                 add src/common/hooks.[ch]
12305
12306         * src/common/hooks.[ch]
12307                 implement a simple hook system using glib's hook functions
12308
12309         * src/folder.[ch]
12310         * src/folderview.c
12311                 use new hook system for folder item updates
12312
12313 2002-12-02 [christoph]  0.8.6claws49
12314
12315         * doc-src/ui_seperation.txt     ** NEW **
12316                 information for ui seperation
12317
12318         * src/Makefile.am
12319                 remove files that were moved to common
12320                 include common directory by default for the header files
12321
12322         * src/inc.c
12323         * src/common/socket.c
12324         * src/automaton.[ch]
12325                 implement automaton using g_io_*-functions instead of
12326                 gdk_input_add to make it ui independent
12327
12328         * src/codeconv.c
12329         * src/compose.c
12330         * src/ldif.c
12331         * src/pgptext.c
12332         * src/procmime.c
12333         * src/rfc2015.c
12334         * src/smtp.c
12335         * src/unmime.c
12336                 remove common/ prefix because directory is now in
12337                 include path
12338
12339         * src/compose.c
12340         * src/folder.c
12341         * src/folderview.c
12342         * src/mainwindow.c
12343         * src/messageview.c
12344         * src/prefs_common.c
12345         * src/procmsg.c
12346         * src/rfc2015.c
12347                 fix warnings
12348
12349         * src/imap.c
12350         * src/inc.c
12351         * src/news.c
12352         * src/pop.c
12353         * src/send.c
12354         * src/smtp.c
12355         * src/ssl_certificate.c
12356                 add log.h header file for logging functions
12357
12358         * src/main.c
12359         * src/common/utils.c
12360         * src/summaryview.c
12361         * src/xml.c
12362                 o move debug_mode to common/utils.c
12363                 o add functions to set and get debug_mode
12364
12365         * src/defs.h                    ** REMOVE **
12366         * src/intl.h                    ** REMOVE **
12367         * src/socket.[ch]               ** REMOVE **
12368         * src/ssl.[ch]                  ** REMOVE **
12369         * src/utils.[ch]                ** REMOVE **
12370                 replaced by new files in src/common/
12371         
12372         * src/common/Makefile.am
12373                 add new files in src/common/
12374
12375         * src/common/defs.h             ** NEW **
12376         * src/common/intl.h             ** NEW **
12377         * src/common/log.[ch]           ** NEW **
12378         * src/common/socket.[ch]        ** NEW **
12379         * src/common/ssl.[ch]           ** NEW **
12380         * src/common/utils.[ch]         ** NEW **
12381                 replacement for files in src/
12382
12383 2002-12-02 [colin]      0.8.6claws48
12384
12385         * src/folderview.c
12386                 Scroll folderview if necessary during dnd
12387
12388 2002-12-02 [colin]      0.8.6claws47
12389
12390         * src/folder.[ch]
12391                 Add check to verify a move is within a single mailbox
12392         * src/folderview.c
12393                 Add specific error string for this check
12394
12395 2002-12-02 [colin]      0.8.6claws46
12396
12397         * src/folder.c
12398                 Add a test to folder moving, remove a statusbar_print
12399         * src/folderview.c
12400                 Add Move folder... context-menu item
12401                 Factorize folder moving code
12402                 Enable folder DND for mbox
12403
12404 2002-12-01 [christoph]  0.8.6claws45
12405
12406         * ac/aspell.m4
12407                 remove conf.aspelltest if the version check fails
12408
12409 2002-11-30 [christoph]  0.8.6claws44
12410
12411         * autogen.sh
12412                 run libtoolize --force in autogen to create missing
12413                 libtool scripts
12414
12415 2002-11-30 [christoph]  0.8.6claws43
12416
12417         * src/Makefile.am
12418         * src/pgptext.c
12419         * src/procmime.c
12420         * src/rfc2015.c
12421         * src/uuencode.[ch]             ** REMOVED **
12422         * src/common/Makefile.am
12423         * src/common/uuencode.[ch]      ** NEW **
12424                 move uuen/decoder to common directory
12425
12426 2002-11-30 [christoph]  0.8.6claws42
12427
12428         * src/Makefile.am
12429         * src/base64.[ch]               ** REMOVED **
12430         * src/codeconv.c
12431         * src/compose.c
12432         * src/ldif.c
12433         * src/pgptext.c
12434         * src/procmime.c
12435         * src/rfc2015.c
12436         * src/smtp.c
12437         * src/unmime.c
12438         * src/common/Makefile.am
12439         * src/common/base64.[ch]        ** NEW **
12440                 move base64 en/decoder to common directory
12441
12442 2002-11-30 [christoph]  0.8.6claws41
12443
12444         * src/common                    ** NEW **
12445                 new directory for UI independent code
12446         * src/gtk                       ** NEW **
12447                 new directory for GTK frontend
12448         * src/common/.cvsignore         ** NEW **
12449         * src/gtk/.cvsignore            ** NEW **
12450                 ignore build files
12451         * src/common/Makefile.am        ** NEW **
12452         * src/gtk/Makefile.am           ** NEW **
12453                 automake files to build new seperated stuff
12454         * src/Makefile.am
12455                 the binary will currently still be build with the
12456                 files in src, so we include the code from the
12457                 subdirs for now after building the libs there
12458
12459 2002-11-30 [paul]       0.8.6claws40
12460
12461         * src/compose.c
12462                 fix bug [642731] 'Wrong selected account with drafted mail'
12463
12464 2002-11-29 [oliver]     0.8.6claws39
12465         
12466         * src/messageview.c
12467                 o update summaryview when switching between different
12468                   messageviews          
12469         * src/toolbar.c  
12470                 o check if messageview holds already removed msg
12471                   from summaryview
12472                 
12473
12474 2002-11-29 [oliver]     0.8.6claws38
12475
12476         * src/toolbar.c 
12477                 remove not needed variables and includes
12478                 make messageview stay opened and move to next when msgs are deleted 
12479
12480 2002-11-29 [oliver]     0.8.6claws37
12481         
12482         * src/toolbar.c 
12483                 disable compose button (messageview toolbar) by default
12484                 deleted msgs are moved to trash
12485         
12486 2002-11-29 [melvin]     0.8.6claws36
12487
12488         * configure.in
12489                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12490                 and to detect signatures expirations (gpgme 0.3.6)
12491
12492         * src/main.c
12493                 Use non obsolescent function for Gpgme engine checking.
12494
12495         * src/rfc2015.c
12496                 Inform about expired signatures or signatures which key
12497                 has expired. Expiration date is displayed.
12498
12499         * src/sigstatus.c
12500                 Inform about expired signatures or signatures which key
12501                 has expired.
12502
12503 2002-11-28 [paul]       0.8.6claws35
12504
12505         * src/folderview.c
12506                 re-instate 'Check for new messages' in Newsgroup
12507                 folders right-click menu, after a suggestion from
12508                 Tim Mann <timmann@users.sourceforge.net>
12509
12510         * src/main.c
12511                 after a crash check only local folders for new
12512                 messages
12513
12514 2002-11-28 [paul]       0.8.6claws34
12515
12516         * configure.in
12517                 apply patch that fixes the checking of GTK with XIM 
12518                 support on different OSs, such as FreeBSD. Patch 
12519                 submitted by Topia <topia@users.sourceforge.net>
12520                 
12521 2002-11-28 [paul]       0.8.6claws33
12522
12523         * src/mainwindow.c
12524           src/prefs_common.c
12525           src/prefs_toolbar.c
12526                 more changes to the English
12527
12528 2002-11-28 [paul]       0.8.6claws32
12529
12530         * sync with 0.8.6cvs13
12531                 see ChangeLog 2002-11-28 (no sync needed
12532                 for src/compose.c)
12533
12534 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12535         
12536         * src/mainwindow.[ch]
12537                 add patch by Ivan F. Martinez introducing messageview Toolbar
12538                 some changes and committed by oliver    
12539
12540 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12541
12542         * src/messageview.[ch]
12543                 add patch by Ivan F. Martinez introducing messageview Toolbar
12544                 some changes and committed by oliver    
12545
12546 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12547
12548         * src/compose.[ch]
12549                 add patch by Ivan F. Martinez introducing messageview Toolbar
12550                 some changes and committed by oliver    
12551
12552 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12553         
12554         * src/toolbar.[ch]
12555                 add patch by Ivan F. Martinez introducing messageview Toolbar
12556                 some changes and committed by oliver
12557
12558 2002-11-28 [oliver]     0.8.6claws27
12559         
12560         * src/prefs_toolbar.[ch]
12561                 getting ready for messageview toolbar
12562                 free mem allocated by gettext
12563                 change prefs_toolbar to prefs_toolbar_open
12564  
12565 2002-11-28 [thorsten]   0.8.6claws26
12566
12567         * src/imageview.[ch]
12568                 cleaned up conflicting declarations of
12569                 imageview_show_image()
12570
12571 2002-11-28 [paul]       0.8.6claws25
12572
12573         * src/grouplistdialog.c
12574           src/prefs_common.c
12575           src/prefs_summary_column.c
12576                 a few more improvements to the English
12577
12578 2002-11-28 [colin]      0.8.6claws24
12579
12580         * man/sylpheed.1
12581                 A few updates to command-line parameters
12582
12583 2002-11-28 [colin]      0.8.6claws23
12584
12585         * src/prefs_filtering.c
12586                 Fix problems with prefs_filtering_delete_path:
12587                 a) if the first rule is removed, original pointers
12588                    weren't updated (leading to segfaults)
12589                 b) it was always global_processing updated in case
12590                    of removed path was parent of rule path
12591
12592 2002-11-27 [paul]       0.8.6claws22
12593
12594         * src/mainwindow.c
12595           src/prefs_account.c
12596           src/prefs_actions.c
12597           src/prefs_common.c
12598           src/prefs_customheader.c
12599           src/prefs_display_header.c
12600           src/prefs_filtering.c
12601           src/prefs_folder_item.c
12602           src/prefs_matcher.c
12603           src/prefs_scoring.c
12604           src/prefs_summary_column.c
12605           src/prefs_template.c
12606           src/prefs_toolbar.c
12607                  improve the English in the GUI
12608
12609 2002-11-27 [colin]      0.8.6claws21
12610
12611         * src/folder.c
12612                 Fix processing renaming problems happening after
12613                 last commit
12614
12615 2002-11-27 [colin]      0.8.6claws20
12616
12617         * src/folder.c
12618                 recursive move now deletes src each subfolder after 
12619                 having moved it
12620         * src/folderview.c
12621                 Use identifier instead of path during dnd (enables
12622                 IMAP folder dnd)
12623
12624 2002-11-27 [paul]       0.8.6claws19
12625
12626         * src/main.c
12627                 apply patch that does command-line processing 
12628                 BEFORE gtk_init, allowing claws to run from 
12629                 shell-scripts in non-X environment (e.g. crontab 
12630                 or ip-up, ip-down scripts). Patch submitted by
12631                 Ruslan N. Balkin <baron@dartel.ru>
12632                 
12633         * po/it.po
12634                 updated by Alessandro Maestri
12635
12636 2002-11-27 [paul]       0.8.6claws18
12637
12638         * sync with 0.8.6cvs12
12639           src/prefs_common.c
12640                 Differences are that main uses a 'Receive dialog'
12641                 frame on the Interface tab, whereas claws groups all 
12642                 the dialogs together in a 'Dialogs' frame.
12643
12644 2002-11-27 [colin]      0.8.6claws17
12645
12646         * src/prefs_matcher.c
12647                 Fix Execute criteria's NOT flag
12648
12649
12650 2002-11-26 [christoph]  0.8.6claws16
12651
12652         * src/ssl.c
12653                 rewrite the ssl code a little bit, only use one
12654                 SSL context, set default certificates' file/path
12655
12656 2002-11-26 [thorsten]   0.8.6claws15
12657
12658         * src/compose.c
12659                 default-reply-to didn't work for ml-reply
12660
12661 2002-11-26 [melvin]     0.8.6claws14
12662
12663         * src/prefs_actions.c
12664                 Made pipe-actions ignore short headers in message view
12665                 Made trailing-pipe-actions write in the message view with
12666                 the same font as the original message
12667
12668 2002-11-26 [paul]       0.8.6claws13
12669
12670         * src/compose.c
12671                 this time commit the correct file
12672
12673 2002-11-26 [paul]       0.8.6claws12
12674
12675         * sync with 0.8.6cvs11
12676           src/quote_fmt_parse.y  
12677                 no sync needed
12678           src/account.[ch]       
12679                 not sync'ed
12680           src/compose.c
12681                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12682                 on draft mode.
12683                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12684                 header
12685                 
12686         see ChangeLog 2002-11-25 and 2002-11-26
12687
12688 2002-11-26 [colin]      0.8.6claws11
12689
12690         * src/folderview.c
12691                 Fix collapsed folder not auto-expanding during
12692                 mail dnd, if it was the source folder.
12693
12694 2002-11-25 [colin]      0.8.6claws10
12695
12696         * src/folderview.[ch]
12697                 Variable renaming and cleaning (slist of nodes 
12698                 to be re-collapsed is stored in FolderView)
12699
12700 2002-11-25 [paul]       0.8.6claws9
12701
12702         * src/prefs_common.[ch]
12703                 fix breakage caused by last commit
12704
12705 2002-11-25 [paul]       0.8.6claws8
12706
12707         * sync with 0.8.6cvs4
12708                 see ChangeLog 2002-11-21
12709
12710 2002-11-25 [paul]       0.8.6claws7
12711
12712         * sync with 0.8.6cvs4
12713                 see ChangeLog 2002-11-20
12714
12715 2002-11-25 [paul]       0.8.6claws6
12716
12717         * sync with 0.8.6cvs3
12718                 see ChangeLog 2002-11-18
12719
12720 2002-11-25 [colin]      0.8.6claws5
12721
12722         * src/gtkutils.[ch]
12723                 Add gtkut_ctree_node_is_parent()
12724         * src/folderview.c
12725                 Spring-loaded folders
12726
12727 2002-11-25 [colin]      0.8.6claws4
12728
12729         * src/utils.[ch]
12730                 Add slist_concat_unique(), function to merge
12731                 two GSList filtering dups
12732         * src/folder.[ch]
12733         * src/summaryview.[ch]
12734         * src/folderview.c
12735         * src/main.c
12736                 Add detection/update/display of unread answers
12737                 to marked mails
12738         * src/procmsg.[ch]
12739                 Add procmsg_find_children()
12740                 Add procmsg_msg_has_marked_parent()
12741
12742 2002-11-25 [colin]      0.8.6claws3
12743
12744         * src/ssl_certificate.[ch]
12745                 Allow checking a certificate without a DNS
12746                 lookup
12747                 Allow to forget a cert (by deleting it)
12748                 Make ssl_certificate_destroy_public
12749         * src/ssl_manager.[ch] ** NEW FILES **
12750                 Gui to manage (display/remove) certificates
12751         * src/prefs_common.[ch]
12752                 Add a pref to allow silent acceptation of
12753                 trusted certificates or not (based on the
12754                 "I want to know what's going on" principle)
12755         * src/mainwindow.c
12756                 Add SSL manager in Tools menu
12757         * src/Makefile.am
12758                 Add the new files to the build
12759         * po/POTFILES.in
12760                 Add ssl_manager.c to translations
12761
12762 2002-11-25 [colin]      0.8.6claws2
12763
12764         * src/summaryview.[ch]
12765                 Add S_SEARCH_EXTENDED to the quick search, which 
12766                 allows to search using filtering syntax.
12767
12768 2002-11-25 [colin]      0.8.6claws1
12769
12770         * src/summaryview.c
12771                 Deletion of duplicates now prefer deleting
12772                 the unread dup (fixes feature-request 638989).
12773
12774 2002-11-24 [paul]       0.8.6claws
12775
12776         * po/es.po
12777           po/pl.po
12778           po/ru.po
12779           po/sr.po
12780                 updated by Ricardo Mones Lastra,
12781                 Witold Wladyslaw Wojciech Wilk,
12782                 Ruslan N. Balkin, and  Urke MMI 
12783                 respectively
12784
12785 2002-11-24 [paul]       0.8.5claws182
12786
12787         * po/bg.po
12788                 updated by George Danchev
12789
12790 2002-11-23 [alfons]     0.8.5claws181
12791
12792         * src/imap.c
12793                 tiny memory leak found by browsing Dimitar's 
12794                 valgrind report
12795
12796 2002-11-23 [paul]       0.8.5claws180
12797
12798         * po/it.po
12799                 updated by Alessandro Maestri
12800
12801 2002-11-22 [christoph]  0.8.5claws179
12802
12803         * src/compose.c
12804         * src/inc.c
12805         * src/prefs_filtering.c
12806         * src/summaryview.c
12807                 more warning fixes
12808
12809 2002-11-22 [alfons]     0.8.5claws178
12810
12811         * src/summaryview.c
12812                 summary_execute_delete_func(): if message is deleted, make 
12813                 sure to also remove its entry in the subject hash table. 
12814                 fixes a corner case bug.
12815
12816 2002-11-22 [paul]       0.8.5claws177
12817
12818         * .cvsignore
12819                 add 'autom4te.cache'
12820                 
12821         * ltconfig      ** REMOVED **
12822                 not needed
12823
12824 2002-11-22 [paul]       0.8.5claws176
12825
12826         * src/textview.c
12827                 textview_set_font(): fix for message display in
12828                 UTF-8 locales (thanks to Sergey Vlasov).
12829                 
12830         * AUTHORS
12831                 add new team members and contributors
12832
12833
12834 2002-11-21 [colin]      0.8.5claws175
12835
12836         * src/procmsg.[ch]
12837                 Add procmsg_remove_special_headers()
12838         * src/mh.c
12839                 Use procmsg_remove_special_headers() for 
12840                 previous fix
12841
12842 2002-11-21 [colin]      0.8.5claws174
12843
12844         * src/mh.c
12845                 Fix moving/copying from queue/draft folders
12846                 for MH folders
12847
12848 2002-11-21 [christoph]  0.8.5claws173
12849
12850         * src/crash.c
12851         * src/filtering.c
12852         * src/logwindow.c
12853         * src/main.c
12854         * src/matcher_parser_lex.[hl]
12855         * src/mbox.c
12856         * src/mbox_folder.[ch]
12857         * src/prefs_filtering.c
12858         * src/procheader.c
12859         * src/quote_fmt_lex.l
12860         * src/ssl.c
12861                 fix all warnings except the warnings in lex and yacc files
12862
12863 2002-11-20 [christoph]  0.8.5claws172
12864
12865         * src/imap.c
12866                 fix MsgInfo retrieval for IMAP draft and queue folders
12867                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12868
12869 2002-11-19 [christoph]  0.8.5claws171
12870
12871         * src/compose.c
12872                 fix segfault, when draft saving does not get
12873                 the MsgInfo of the new message
12874                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12875
12876 2002-11-19 [christoph]  0.8.5claws170
12877
12878         * src/procmsg.c
12879                 add parameter check for flag setting function
12880                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12881
12882 2002-11-18 [paul]       0.8.5claws169
12883
12884         * src/compose.c
12885                 more sensitivity fixes to redirect mode:
12886                 * disable toolbar draft button
12887                 * allow only Address book in the Tools menu
12888                 * disable editing of message by the spell
12889                   checker
12890
12891 2002-11-18 [paul]       0.8.5claws168
12892
12893         * src/compose.c
12894                 fix sensitivity of menu items in compose_redirect():
12895                 allow only the necessary items 
12896
12897 2002-11-18 [paul]       0.8.5claws167
12898
12899         * src/compose.c
12900                 fix bug [ 603259 ] 'attachment got lost on bounce'
12901
12902 2002-11-18 [paul]       0.8.5claws166
12903
12904         * po/ru.po
12905                 updated by Ruslan N. Balkin <baron@dartel.ru>
12906
12907 2002-11-18 [colin]      0.8.5claws165
12908
12909         * src/main.c
12910           src/defs.h
12911                 Remove old filtering stuff
12912
12913
12914 2002-11-17 [oliver]     0.8.5claws164
12915
12916         * src/toolbar.h
12917                 remove not needed typedef 
12918
12919 2002-11-17 [oliver]     0.8.5claws163
12920
12921         * src/toolbar.c
12922                 make toolbar's on click events translatable
12923
12924 2002-11-15 [colin]      0.8.5claws162
12925
12926         * src/summaryview.c
12927                 Revert too-soon integration of a feature
12928
12929 2002-11-15 [christoph]  0.8.5claws161
12930
12931         * src/imap.c
12932                 use main's implementation of imap_get_msginfo
12933
12934 2002-11-15 [christoph]  0.8.5claws160
12935
12936         * src/compose.c
12937         * src/folder.[ch]
12938         * src/imap.c
12939         * src/mbox_folder.c
12940         * src/mh.c
12941         * src/news.c
12942         * src/procmsg.c
12943         * src/summaryview.c
12944                 replace claws' fetch_msginfo with main's get_msginfo
12945                 (use main's implementation where possible)
12946
12947 2002-11-15 [colin]      0.8.5claws159
12948
12949         * src/ssl_certificate.c
12950                 Missed a check
12951
12952 2002-11-16 [melvin]     0.8.5claws158
12953
12954         * po/fr.po
12955                 Updated French translations.
12956
12957 2002-11-16 [colin]      0.8.5claws157
12958
12959         * src/ssl_certificate.c
12960                 Check for missing parts in the certificates
12961
12962 2002-11-15 [colin]      0.8.5claws156
12963
12964         * src/folderview.c
12965                 Preventive fix (missing check) found by
12966                 Alfons
12967
12968 2002-11-15 [paul]
12969
12970         * NEWS
12971                 sync with 0.8.6 release
12972
12973 2002-11-15 [colin]      0.8.5claws155
12974
12975         * src/folder.[ch]
12976           src/folderview.c
12977                 Fix error handling of folder_item_move_to()
12978                 (thanks to Alfons!)
12979
12980 2002-11-15 [colin]      0.8.5claws154
12981
12982         * src/folder.[ch]
12983           src/folderview.c
12984                 folder_item_move_to() sets an error message instead
12985                 of having GUI stuff in folder.c
12986
12987 2002-11-15 [colin]      0.8.5claws153
12988
12989         * src/procmsg.[ch]
12990                 Implemented a callback for MsgInfo updates, 
12991                 heavily copy/pasted from Christoph's folder 
12992                 callback system
12993         * src/summaryview.[ch]
12994                 Register summary_update_msg as callback
12995
12996 2002-11-14 [colin]      0.8.5claws152
12997         
12998         * src/procmsg.c
12999                 Update the FolderItem after sending (fixes 617593)
13000
13001 2002-11-14 [christoph]  0.8.5claws151
13002
13003         * src/folder.c
13004                 fix wrong position of NULL pointer check found
13005                 by Sergey
13006
13007 2002-11-14 [christoph]  0.8.5claws150
13008
13009         * src/folder.c
13010                 fix segfault when deleting messages from IMAP folders
13011                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
13012
13013 2002-11-14 [colin]      0.8.5claws149
13014
13015         * src/compose.c
13016                 Forwarding was also ignoring the folder's default account.
13017
13018 2002-11-14 [colin]      0.8.5claws148
13019
13020         * src/compose.c
13021                 Fix sent folder not set to folder properties when 
13022                 forwarding.
13023
13024 2002-11-14 [thorsten]   0.8.5claws147
13025
13026         * src/inc.c
13027                 inc_start(): Files were not moved from .processing to inbox,
13028                 if no global processing rule existed
13029
13030 2002-11-14 [colin]      0.8.5claws146
13031
13032         * src/ssl_certificate
13033                 Fix file operations
13034
13035 2002-11-14 [paul]       0.8.5claws145
13036
13037         * po/it.po
13038                 updated by Alessandro Maestri
13039
13040 2002-11-13 [alfons]     0.8.5claws144
13041
13042         * src/folder.c
13043                 folder_item_close(): only mark messages unread
13044                 when a folder has new messages 
13045
13046 2002-11-13 [keith]      0.8.5claws143
13047
13048         * src/imap.c
13049                 Fix problem moving or copying between
13050                 IMAP folders
13051
13052 2002-11-13 [colin]      0.8.5claws142
13053
13054         * src/matcher_parser_parse.y
13055                 Fix rule problem when " don't match
13056
13057 2002-11-13 [christoph]  0.8.5claws141
13058
13059         * src/folder.c
13060         * src/folderview.c
13061                 moved cache saving to folder_item_close
13062                 the folderview should not have to deal with
13063                 this things
13064
13065 2002-11-13 [christoph]  0.8.5claws140
13066
13067         * src/summaryview.c
13068                 moved setting of important score to
13069                 summary_set_prefs_from_folderitem
13070
13071 2002-11-13 [colin]      0.8.5claws139
13072
13073         * src/matcher_parser_parse.y
13074                 Fix a segfault in the parser (happening when
13075                 a good expression had been tested and a bad 
13076                 one arrives)
13077
13078 2002-11-13 [paul]       0.8.5claws138
13079
13080         * sync with 0.8.5cvs24
13081                 see ChangeLog 2002-11-13
13082                 
13083         * po/pt_BR.po
13084                 updated by Fabio Jr. Beneditto
13085
13086 2002-11-13 [colin]      0.8.5claws137
13087         
13088         * src/msgcache.c
13089           src/defs.h
13090           src/procmsg.[ch]
13091                 Revert last commit, problem
13092
13093 2002-11-13 [colin]      0.8.5claws136
13094
13095         * src/msgcache.c
13096                 Remove duplicated code
13097         * src/defs.h
13098                 Bumped CACHE_VERSION and MARK_VERSION
13099         * src/procmsg.[ch]
13100                 Network endian for cache and mark files
13101
13102 2002-11-12 [colin]      0.8.5claws135
13103
13104         * src/inc.c
13105                 Fix the "socket error" dialog which disappeared
13106
13107 2002-11-12 [colin]      0.8.5claws134
13108
13109         * src/msgcache.c
13110                 Reverse last commit which had performance 
13111                 problems, but still reverse the list
13112
13113 2002-11-12 [colin]      0.8.5claws133
13114
13115         * src/msgcache.c
13116                 Reverse list order
13117
13118 2002-11-12 [melvin]     0.8.5claws132
13119
13120         * src/compose.c
13121                 Added a check for a NULL prefs_common.dictionary
13122
13123 2002-11-12 [colin]      0.8.5claws131
13124
13125         * src/ssl_certificate.[ch]
13126                 Use FQDN hostname
13127
13128 2002-11-12 [colin]      0.8.5claws130
13129
13130         * src/ssl_certificate.[ch]
13131                 Take connection port into account for 
13132                 checking certificates (a single hostname
13133                 could have multiple servers with multiple
13134                 certificates)
13135         * src/ssl.c
13136                 Pass the port to ssl_certificate_check
13137
13138 2002-11-12 [paul]       0.8.5claws129
13139
13140         * src/folder.c
13141                 fix a typo in last commit
13142
13143 2002-11-12 [paul]       0.8.5claws128
13144
13145         * sync with 0.8.5cvs23
13146                 see ChangeLog entry 2002-11-12
13147
13148 2002-11-11 [colin]      0.8.5claws127
13149
13150         * src/ssl_certificate.c
13151                 Cleaner messages
13152                 Don't popup, instead log error, if the 
13153                 corresponding pref is checked
13154         * src/ssl_certificate.h
13155                 include <openssl/objects/h>
13156
13157 2002-11-11 [colin]      0.8.5claws126
13158
13159         * src/ssl_certificate.h
13160                 _Really_ clean it
13161
13162 2002-11-11 [colin]      0.8.5claws125
13163         
13164         * src/ssl_certificate.c
13165                 Fixed leak
13166
13167 2002-11-11 [colin]      0.8.5claws124
13168
13169         * src/ssl.c
13170                 Cleaned a bit
13171         * src/ssl_certificate.[ch]
13172                 Cleaned a bit (better use of SSL API)
13173                 (This will cause non-recognition of saved 
13174                  certificates of claws12[23]...)
13175
13176 2002-11-11 [paul]       0.8.5claws123
13177         
13178         * po/es.po
13179                 updated by Ricardo Mones Lastra
13180
13181 2002-11-11 [colin]      0.8.5claws122
13182
13183         * src/ssl.c
13184                 Fix a typo
13185
13186 2002-11-11 [colin]      0.8.5claws121
13187
13188         * src/ssl_certificate.[ch] ** NEW FILES **
13189         * src/ssl.[ch]
13190                 Check SSL certificates presented to us
13191         * src/Makefile.am
13192                 Add ssl_certificate.[ch]
13193         * po/POTFILES.in
13194                 Add ssl_certificate.c
13195
13196 2002-11-11 [paul]       0.8.5claws120
13197
13198         * sync with 0.8.5cvs22
13199                 see ChangeLog 2002-11-11
13200
13201 2002-11-11 [paul]       0.8.5claws119
13202
13203         * sync with 0.8.5cvs21
13204                 see ChangeLog 2002-11-11
13205
13206 2002-11-10 [jens]       0.8.5claws118
13207
13208         * src/folder.c
13209         * src/folderview.c
13210                 corrected some typing
13211         * po/de.po
13212                 updated german translation
13213         * sylpheed.spec.in
13214                 cleaned up specfile and adjusted it for claws
13215
13216 2002-11-10 [colin]      0.8.5claws117
13217
13218         * src/summaryview.c
13219                 a STATUSBAR_PUSH/POP fix
13220
13221 2002-11-10 [colin]      0.8.5claws116
13222
13223         * src/prefs_folder_item.c
13224                 Fix hanging after opening folder properties
13225
13226 2002-11-10 [hoa]        0.8.5claws115
13227
13228         * src/matcher_parser_lex.l
13229         * src/matcher_parser_parse.y
13230                 config file for scoring and filtering is no more trashed
13231                 when there is a syntax error in a filtering rule when
13232                 editing it in a dialog.
13233
13234 2002-11-09 [colin]      0.8.5claws114
13235
13236         * src/mbox_folder.c
13237                 Added missing initialisation of folder->destroy()
13238
13239 2002-11-09 [colin]      0.8.5claws113
13240
13241         * src/folder.c
13242           src/folderview.c
13243                 Fix the status bar messages
13244
13245 2002-11-09 [colin]      0.8.5claws112
13246
13247         * src/folderview.c
13248                 Fix hangs after folder dnd, happening after 
13249                 claws109.
13250
13251 2002-11-09 [christoph]  0.8.5claws111
13252
13253         * src/folderview.c
13254                 just changed order of calls (reverse order of
13255                 associated calls)
13256         * src/inc.c
13257                 lock inc when checking only one account, otherwise
13258                 inc all could be executed at the same time
13259
13260 2002-11-09 [christoph]  0.8.5claws110
13261
13262         * src/folderview.c
13263                 better unlock the mouse cursor before calling
13264                 summary_show because it changes the cursor too
13265
13266 2002-11-09 [christoph]  0.8.5claws109
13267
13268         * src/folder.[ch]
13269         * src/folderview.c
13270                 add functions to open and close a folder
13271                 o opending will execute scanning for remote folders
13272                   and processing
13273                 o closing will unset new flag for messages
13274
13275 2002-11-09 [colin]      0.8.5claws108
13276
13277         * src/folder.c
13278                 Add a call to prefs_matcher_write_config to 
13279                 avoid non-leaf folders filtering settings to be
13280                 lost
13281
13282 2002-11-09 [paul]       0.8.5claws107
13283
13284         * src/prefs_account.c
13285                 re-word a label
13286
13287 2002-11-09 [colin]      0.8.5claws106
13288
13289         * src/folderview.c
13290                 Minor esthetic fix
13291
13292 2002-11-09 [colin]      0.8.5claws105
13293
13294         * src/folderview.c
13295                 Fix prefs_filtering deletion for MH folders (same
13296                 reason as below)
13297         * src/prefs_filtering.c
13298                 Fix prefs_filtering renaming and deletion for 
13299                 folder-based processing rules.  
13300
13301 2002-11-09 [christoph]  0.8.5claws104
13302
13303         * src/compose.c
13304         * src/folder.[ch]
13305         * src/folderview.[ch]
13306         * src/import.c
13307         * src/inc.c
13308         * src/main.c
13309         * src/mainwindow.c
13310         * src/messageview.c
13311         * src/prefs_folder_item.c
13312         * src/procmsg.c
13313         * src/summaryview.c
13314                 implement a callback system for folder item updates
13315
13316 2002-11-09 [colin]      0.8.5claws103
13317
13318         * src/folderview.c
13319                 Fix prefs_filtering renaming for MH folders (we
13320                 shouldn't rename by path as another folder could
13321                 have the same hierarchy).
13322
13323 2002-11-09 [colin]      0.8.5claws102
13324
13325         * src/folder.c
13326                 Fix a leak found by Christoph, use better variable
13327                 names
13328
13329 2002-11-09 [colin]      0.8.5claws101
13330
13331         * src/folder.c
13332                 One more fix for processing rules
13333
13334 2002-11-08 [colin]      0.8.5claws100
13335         
13336         * src/matcher.c
13337                 Don't copy the compiled regexp (will be reevaluated)
13338         * src/folderview.c
13339                 Lock folderview while moving
13340         * src/folder.c
13341                 Provide info on what's happening to the user
13342
13343 2002-11-08 [colin]      0.8.5claws99
13344
13345         * src/folderview.c
13346                 Fix folder reordering after a move if parent is 
13347                 root
13348         * src/scoring.[ch]
13349                 Add function to copy a ScoringProp
13350         * src/prefs_folder_item.c
13351                 Copy scoring rules when copying a folder prefs
13352
13353 2002-11-08 [colin]      0.8.5claws98
13354
13355         * src/folderview.c
13356                 Fixes in case of failure
13357         * src/filtering.[ch]    
13358                 Add function to duplicate a FilteringProp
13359         * src/matcher.[ch]
13360                 Add function to duplicate a MatcherProp
13361         * src/prefs_folder_item.c
13362                 Save folder's processing rules when copying 
13363                 its prefs
13364
13365 2002-11-08 [colin]      0.8.5claws97
13366         
13367         * src/folderview.c
13368                 Sort after move
13369         * src/folder.c 
13370                 Change a printf to debug_print
13371
13372 2002-11-08 [colin]      0.8.5claws96
13373
13374         * src/folder.c
13375           src/folderview.c
13376                 Fix segfaults, call me stupido
13377         
13378
13379 2002-11-08 [colin]      0.8.5claws95
13380
13381         *src/folder.c
13382                 Added forgotten prefs to save when moving folders
13383
13384 2002-11-08 [colin]      0.8.5claws94
13385
13386         * src/folder.c
13387                 Fixes to folder DND (prefs copy)
13388         * src/folderview.c
13389                 Optimization for folder DND (don't rescan whole tree)
13390                 Added folderview_create_folder_node() for this 
13391                 optimization, so de-duped a bit the code
13392         * src/prefs_folder_item.[ch]
13393                 Added prefs_folder_item_copy_prefs()    
13394           
13395 2002-11-08 [paul]       0.8.5claws93
13396
13397         * src/prefs_account.c
13398           tools/README
13399           tools/kmail2sylpheed_v2.pl
13400                 correct some typos
13401
13402 2002-11-08 [paul]       0.8.5claws92
13403
13404         * src/compose.c
13405           src/prefs_account.[ch]
13406                 remove account options 'clearsign' and 'ascii_armored',
13407                 replace with 'default_gnupg_mode' to prevent mixed-mode
13408                 Privacy settings
13409
13410 2002-11-08 [paul]       0.8.5claws91
13411
13412         * src/compose.[ch]
13413                 re-implement GnuPG 'on-the-fly' mode selection,
13414                 disallow mixed-mode
13415
13416 2002-11-08 [colin]      0.8.5claws90
13417
13418         * src/folderview.c
13419           src/prefs_folder_item.c
13420                 Change "Property" to "Properties"
13421
13422 2002-11-07 [colin]      0.8.5claws89
13423
13424         * src/folderview.c
13425           src/folder.c
13426                 Allow folder dropping to a root folder
13427
13428 2002-11-07 [paul]       0.8.5claws88
13429
13430         * src/compose.c
13431                 revert last commit
13432
13433 2002-11-07 [paul]       0.8.5claws87
13434
13435         * src/compose.c
13436                 fix reply-to-list bug. closes bug report
13437                 "[633382] reply-to-list broken in recent cvs"
13438
13439 2002-11-07 [paul]       0.8.5claws86
13440
13441         * src/compose.c
13442                 add a forgotten '#if USE_GPGME ... #endif'
13443
13444 2002-11-07 [paul]       0.8.5claws85
13445
13446         * sync with 0.8.5cvs20
13447                 see ChangeLog 2002-11-07
13448
13449 2002-11-07 [colin]      0.8.5claws84
13450
13451         * src/folder.[ch]
13452                 Change folder_item_move_to to return the newly 
13453                 created folderitem.
13454         * src/folderview.c
13455                 Select the new folderitem after moving.
13456
13457 2002-11-07 [colin]      0.8.5claws83
13458
13459         * src/prefs_filtering.c
13460                 Fix rule rewriting when moving a leaf folder to a 
13461                 shorter path
13462
13463 2002-11-07 [colin]      0.8.5claws82
13464
13465         * src/prefs_filtering.c
13466                 fix a leak
13467
13468 2002-11-07 [colin]      0.8.5claws81
13469
13470         * src/folder.[ch]
13471                 Add folder_item_move_to() function to move a 
13472                 folderitem into another one (updates matcher etc)
13473         * src/folderview.c
13474                 Add folder drag'n drop (context menu to come)
13475                 [Should be dataloss free, but Please backup before 
13476                  trying !]
13477
13478 2002-11-06 [colin]      0.8.5claws80
13479
13480         * src/mh.c
13481                 mh_create_folder() returns NULL if can't create
13482                 directory hierarchy
13483
13484 2002-11-06 [paul]       0.8.5claws79
13485
13486         * src/compose.[ch]
13487                 allow 'on-the-fly' changing of the type of encryption 
13488                 and/or signing used (mime/ascii) via the compose window
13489
13490 2002-11-06 [paul]       0.8.5claws78
13491
13492         * sync with 0.8.5cvs19
13493                 see ChangeLog 2002-11-06 for src/account.c: 
13494                 account_get_special_folder()
13495                 
13496 2002-11-05 [alfons]     0.8.5claws77
13497
13498         * src/crash.c
13499                 very minor cleanups: nothing to see here, move on. :-)
13500
13501 2002-11-05 [colin]      0.8.5claws76
13502
13503         * src/main.c
13504                 Changes choices if compose windows are opened to
13505                 Discard, Draft, Don't quit
13506
13507 2002-11-05 [thorsten]   0.8.5claws75
13508
13509         * src/compose.c
13510                 reenabled default_reply_to folder option
13511
13512 2002-11-05 [colin]      0.8.5claws74
13513
13514         * src/compose.[ch] 
13515                 add compose_draft()
13516         * src/crash.c
13517                 add SIGTERM handler
13518         * src/main.[ch]
13519                 add clean_quit() for the SIGTERM handler
13520
13521 2002-11-05 [paul]       0.8.5claws73
13522         
13523         * po/es.po
13524                 updated by Ricardo Mones Lastra
13525
13526 2002-11-05 [melvin]     0.8.5claws72
13527
13528         * src/logwindow.c
13529                 Fixed log-clipping bug #616795.
13530                 To stop logging in the log window use 0 length.
13531         * src/prefs_common.c
13532                 Added a label to inform about the 0 log length behaviour.
13533
13534 2002-11-05 [paul]       0.8.5claws71
13535
13536         * sync with 0.8.5cvs17
13537                 see ChangeLog 2002-11-05
13538
13539 2002-11-04 [paul]       0.8.5claws70
13540
13541         * sylpheed-128x128.png
13542           sylpheed-64x64.png
13543           sylpheed.png
13544                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13545                 <nikai@users.sourceforge.net>
13546                 
13547         * po/bg.po
13548                 updated by George Danchev
13549
13550 2002-11-03 [thorsten]   0.8.5claws69
13551
13552         * src/main.c
13553           src/mimeview.c
13554           src/rfc2015.h
13555                 add check if gpg is active
13556
13557 2002-11-03 [thorsten]   0.8.5claws68
13558
13559         * src/toolbar.h
13560                 removed GSList declaration causing trouble on MacOS-X
13561                 (submitted by alfons, reported by xfesty)
13562
13563 2002-11-01 [paul]       0.8.5claws67
13564
13565         * src/mainwindow.c
13566                 remove last remnants of main's filter code
13567
13568 2002-11-01 [paul]       0.8.5claws66
13569
13570         * tools/filter_conv.pl
13571                 fix bug where user-defined headers were ignored
13572
13573 2002-11-01 [paul]       0.8.5claws65
13574
13575         * src/logwindow.c
13576                 make a debug_print() not translatable
13577
13578 2002-10-31 [melvin]     0.8.5claws64
13579
13580         * ac/aspell.m4
13581                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13582                 not run any GNU/aspell test.  The dictionary path will
13583                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13584                 was given, in which case, it will be $prefix/lib/aspell/
13585         * configure.in
13586                 Fixed typo in commentary (Aspell code).
13587
13588 2002-10-31 [paul]       0.8.5claws63
13589
13590         * po/POTFILES.in
13591                 remove src/filter.c and src/prefs_filter.c
13592                 thanks to Ricardo for reminding me
13593
13594 2002-10-31 [colin]      0.8.5claws62
13595
13596         * src/mbox_folder.c
13597                 Plug some leaks
13598
13599 2002-10-31 [paul]       0.8.5claws61
13600
13601         * src/prefs_filter.[ch] ** REMOVED **
13602           src/filter.[ch]       ** REMOVED **
13603           
13604         * src/Makefile.am
13605           src/folderview.c
13606           src/inc.c
13607           src/main.c
13608           src/mainwindow.c
13609           src/mbox.c
13610           src/prefs_common.c
13611           src/prefs_filtering.c
13612           src/summaryview.[ch]
13613                 remove main's 'filter' code
13614                 
13615         README.claws
13616                 update to reflect removal of main's filter
13617
13618 2002-10-31 [paul]       0.8.5claws60
13619
13620         * src/summaryview.c
13621                 remove check for global_processing in summary_filter_open(). 
13622                 This fixes the bug where if the user uses the right-click 
13623                 'Create filter rule...' and doesn't have any filter rules 
13624                 already defined in claws' advanced filtering, the newly 
13625                 created filter rule goes to main's filtering which is 
13626                 inaccessible through the gui. Now the filter rule gets added
13627                 to claws' filtering by default.
13628
13629 2002-10-28 [melvin]     0.8.5claws59
13630
13631         * src/prefs_actions.c
13632                 Fixed bug #627322 where MIME parts were not always
13633                 correctly passed to a %p action
13634                 Display an error dialog when message filename is not found.
13635
13636 2002-10-28 [melvin]     0.8.5claws58
13637
13638         * src/prefs_common.c
13639                 Readded a missing function declaration lost in 0.8.3claws34
13640
13641 2002-10-28 [paul]       0.8.5claws57
13642
13643         * sync with 0.8.5cvs15
13644                 see ChangeLog 2002-10-28 and 2002-10-25
13645                 
13646         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13647
13648 2002-10-27 [oliver]     0.8.5claws56
13649
13650         * src/pop.c
13651                 plug leak in pop3_top_recv
13652
13653 2002-10-26 [christoph]  0.8.5claws55
13654
13655         * src/folder.c
13656                 set need_update folder flag when messages are added
13657                 (closes bug [ 626922 ] folder not updated after receiving)
13658
13659 2002-10-25 [melvin]     0.8.5claws54
13660
13661         * src/imageview.c
13662                 Fixed a memleak introduced in the scaling code.
13663
13664 2002-10-24 [alfons]     0.8.5claws53
13665
13666         * src/filtering.c
13667                 make filtering's forward message action forward from the 
13668                 correct account
13669                 (closes bug [628089 ] Filter -> Forward from address problem
13670                 reported by Oktay)
13671
13672 2002-10-24 [christoph]  0.8.5claws52
13673
13674         * src/mainwindow.c
13675         * src/manual.[ch]
13676                 o use manual of current locale or english if current
13677                   locale is not available (and english is available)
13678                 o also link to sylpheed doc project manuals
13679
13680 2002-10-23 [paul]       0.8.5claws51
13681
13682         * tools/README
13683           tools/kmail2sylpheed_v2.pl
13684                 add new version of kmail addressbook importer script.
13685                 works with newer versions of Kmail/KAddressBook which
13686                 have new and rearranged data.
13687
13688 2002-10-23 [martin]     0.8.5claws50
13689
13690         * src/folderview.c
13691         * src/summaryview.c
13692         * src/utils.h
13693         * src/utils.c
13694                 added length parameter to get_abbrev_newsgroup_name()
13695                 changed this function so that it abbreviates the newsgroup
13696                 names only so long it is smaller than the length parameter
13697                 (for better reading of some newsgroup names and space efficiency)
13698
13699 2002-10-22 [colin]      0.8.5claws49
13700
13701         *src/foldersel.c
13702                 Revert Alfons' last modification (after voting ;-))
13703
13704 2002-10-21 [alfons]     0.8.5claws48
13705
13706         * src/foldersel.c
13707                 folder view in folder selection dialog reflects state of
13708                 folder view in main window
13709
13710 2002-10-18 [alfons]     0.8.5claws47
13711
13712         * src/mbox.c
13713                 drop imported messages in folder selected by user,
13714                 and not in the inbox
13715                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13716
13717 2002-10-18 [alfons]     0.8.5claws46
13718
13719         * src/compose.c
13720                 make automagic reply work correctly for email accounts 
13721                 (whether it's viable to do a full sync with Hiro's 
13722                 compose.c is still under discussion)
13723
13724 2002-10-18 [melvin]     0.8.5claws45
13725
13726         * src/prefs_actions.c
13727                 Fixed bug #622275 where asynchroneous actions left 
13728                 zombies processes
13729                 Made (synchroneous) actions' input be displayed live.
13730
13731 2002-10-18 [christoph]  0.8.5claws44
13732
13733         * src/textview.c
13734                 don't add a newline in the textview in front of the
13735                 first textpart if header display is disabled
13736                 (closes bug [ 603385 ] disabled header display leaves blank
13737                  lin)
13738
13739 2002-10-18 [christoph]  0.8.5claws43
13740
13741         * src/folder.[ch]
13742         * src/imap.c
13743         * src/mbox_folder.c
13744         * src/mh.c
13745         * src/news.c
13746                 folder->get_num_list now returns an error code
13747                 (closes bug [ 609424 ] News cache cleared on failure)
13748                 
13749 2002-10-17 [colin]      0.8.5claws42
13750         
13751         * src/news.c
13752                 Changed a printf by debug_print
13753
13754 2002-10-16 [paul]       
13755
13756         * tools/OOo2sylpheed.pl
13757                 allow for spaces in the name of the
13758                 file to be attached.
13759
13760 2002-10-16 [colin]      0.8.5claws41
13761
13762         * src/main.c
13763                 Use a tristate to change online mode
13764
13765 2002-10-16 [paul]       0.8.5claws40
13766
13767         * po/es.po
13768                 updated by Ricardo Mones Lastra
13769
13770 2002-10-16 [colin]      0.8.5claws39
13771
13772         * src/main.c
13773           src/mainwindow.[ch]
13774                 Added --online and --offline command-line
13775                 switches
13776
13777 2002-10-15 [christoph]  0.8.5claws38
13778
13779         * src/procmime.c
13780                 set mimeinfo->name to NULL after g_free to
13781                 avoid double freeing with g_free
13782
13783 2002-10-14 [christoph]  0.8.5claws37
13784
13785         * src/compose.c
13786         * src/filtering.c
13787         * src/summaryview.c
13788                 remove calls to folder->change_flags that are now
13789                 done by procmsg flag functions (seems it is not
13790                 used by any foldertype anyway)
13791         * src/folder.c
13792                 init folder->change_flags with NULL
13793
13794 2002-10-14 [christoph]  0.8.5claws36
13795
13796         * src/folder.[ch]
13797         * src/imap.[ch]
13798                 use virtual functions for folder item new and destroy
13799                 functions
13800
13801 2002-10-14 [melvin]     0.8.5claws35
13802
13803         * src/compose.c
13804                 Added a test to not run the spell checker if no default
13805                 dictionary is available. No dialog is displayed though.
13806
13807 2002-10-14 [melvin]     0.8.5claws34
13808
13809         * src/gtkaspell.c
13810                 Fixed bug in dictionary list context menu where
13811                 "More..." pointed to an emtpy submenu if the
13812                 number of dictionaries is a multiple of 15
13813                 Removed unneeded code in suggestions list creation
13814
13815 2002-10-14 [paul]       0.8.5claws33
13816
13817         * po/bg.po
13818                 updated by George Danchev
13819
13820 2002-10-13 [hoa]        0.8.5claws32
13821
13822         * src/matcher.[ch]
13823           src/matcher_parser_parser.y
13824                 removed the escaped string from internal structure
13825                 of matcher.
13826
13827 2002-10-12 [colin]      0.8.5claws31
13828
13829         * src/gtksctree.[ch]
13830           src/summaryview.c
13831                 Removed useless function gtksctree_reanchor
13832
13833 2002-10-12 [alfons]     0.8.5claws30
13834         
13835         * sync with remaining main changes 2002-10-09 - 2002-10-11
13836         - drop changes to src/compose.c (requires claws specific changes)
13837         
13838 2002-10-12 [alfons]     0.8.5claws29
13839         
13840         * sync with main changes of 2002-10-08
13841         - drop changes to src/compose.c (requires claws specific changes)
13842         - drop changes to src/summaryview.c (requires changes to compose.c)     
13843
13844 2002-10-12 [alfons]     0.8.5claws28
13845         
13846         * sync with main changes of 2002-10-07
13847
13848 2002-10-12 [alfons]     0.8.5claws27
13849
13850         * sync with main changes of 2002-10-04
13851         - drop changes to src/compose.c (requires claws specific changes)
13852         - drop changes to src/prefs_folder_item.c (claws implementation
13853           seems to be working)
13854
13855 2002-10-12 [colin]      0.8.5claws26
13856
13857         * src/mainwindow.c
13858                 Fix folder-flicker when space-reading, introduced 
13859                 in claws22.
13860
13861 2002-10-12 [colin]      0.8.5claws25
13862
13863         * src/compose.c
13864                 Save account address when saving as draft.
13865                 (closes bug 621838)
13866
13867 2002-10-12 [colin]      0.8.5claws24
13868
13869         * src/summaryview.c
13870                 Fix the problem consisting of no message selected
13871                 after the last message in a folder has been moved.
13872
13873 2002-10-12 [paul]       0.8.5claws23
13874
13875         * src/compose.c
13876           src/prefs_template.c
13877           src/template.[ch]
13878                 add Cc and Bcc to templates. Patch submitted by
13879                 John L. Males.
13880
13881 2002-10-12 [colin]      0.8.5claws22
13882
13883         * src/folderview.c
13884                 Fix a bug after "Check for new messages":
13885                 If a folder was opened, it was still selected at
13886                 the end of the check, but displayed empty.
13887         * src/mainwindow.c
13888                 Remove unnecessary check
13889
13890 2002-10-12 [paul]
13891
13892         * tools/README
13893                 be more verbose in the description of
13894                 OOo2sylpheed.pl
13895                 
13896
13897 2002-10-11 [colin]      0.8.5claws21
13898
13899         * src/mainwindow.c
13900                 Make space work (better) when no mail is selected
13901
13902 2002-10-11 [colin]      0.8.5claws20
13903
13904         * src/inc.c
13905           src/news.c
13906                 fix warnings
13907
13908 2002-10-11 [colin]      0.8.5claws19
13909
13910         * src/mainwindow.c
13911                 revert 0.8.5claws6 changes as i couldn't get to
13912                 anything satisfying
13913
13914 2002-10-11 [melvin]     0.8.5claws18
13915
13916         * src/compose.c
13917                 Removed buggy and unused macro (should have been committed in
13918                 0.8.5claws17)
13919
13920 2002-10-11 [melvin]     0.8.5claws17
13921
13922         * src/compose.c
13923                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13924
13925 2002-10-11 [thorsten]   0.8.5claws16 
13926
13927         * src/folderview.c
13928                 remove rescan warning
13929
13930 2002-10-11 [colin]      0.8.5claws15 
13931
13932         * src/procheader.c
13933                 fix a segfault that happens if conv_unmime_header
13934                 fails (should be better to find out why it fails)
13935
13936 2002-10-11 [christoph]  0.8.5claws14
13937
13938         * src/summaryview.c
13939                 update folderview stats after ignore/unignore thread
13940
13941 2002-10-11 [hoa]        0.8.5claws13
13942
13943         * src/quote_fmt_parse.y
13944                 Fixed a yacc/bison syntax error
13945         * src/matcher.c
13946                 Escaping of string is fixed.
13947
13948 2002-10-11 [colin]      0.8.5claws12
13949
13950         * src/imageview.c
13951                 Resize images to fit
13952
13953 2002-10-11 [paul]       0.8.5claws11
13954
13955         * po/es.po
13956                 updated by Ricardo Mones Lastra
13957
13958 2002-10-10 [alfons]     0.8.5claws10
13959
13960         * src/compose.c
13961                 allow dropping files by "moving" files from a file manager,
13962                 not only by the more cumbersome "copying". the latter 
13963                 mostly implies holding down the Control button
13964
13965 2002-10-10 [christoph]  0.8.5claws9
13966
13967         * src/summaryview.c
13968                 update folders after thread building for ignored threads
13969
13970 2002-10-10 [christoph]  0.8.5claws8
13971
13972         * config/.cvsignore
13973                 added Makefile
13974         * src/filtering.[ch]
13975         * src/folder.[ch]
13976         * src/folderview.[ch]
13977         * src/import.c
13978         * src/inc.[ch]
13979         * src/mbox.[ch]
13980         * src/procmsg.c
13981         * src/summaryview.[ch]
13982                 o added new flag need_update to FolderItem
13983                 o removed folder_table from various functions from tracking
13984                   folder updates
13985                 o set need_update flags in folder.c's move, copy and delete
13986                   functions and procmsg's flags functions
13987                 o added function folderview_update_items_when_required that
13988                   updates all folders with need_update set
13989                 o call folderview_update_items_when_required instead of
13990                   folderview_update_item_foreach
13991
13992 2002-10-09 [sergey]     0.8.5claws7
13993
13994         * src/compose.c
13995                 Strip CRs whel loading the text into editor in reedit mode.
13996
13997 2002-10-09 [colin]      0.8.5claws6
13998
13999         * src/mainwindow.c
14000                 Make Space work when no mail is selected
14001
14002 2002-10-09 [colin]      0.8.5claws5
14003
14004         * src/gtksctree.[ch]
14005                 Fix range_select
14006                 Add gtk_sctree_reanchor() 
14007         * src/summaryview.c
14008                 Use gtk_sctree_reanchor() - better fix for 
14009                 bug 60413
14010
14011 2002-10-09 [colin]      0.8.5claws4
14012
14013         * src/summaryview.c
14014                 Fix shift-click select after delete problem
14015                 (closes bug 60413)
14016
14017 2002-10-08 [thorsten]   0.8.5claws3
14018
14019         * src/summaryview.c
14020                 exclude current msg from -hide read messages-
14021
14022 2002-10-08 [colin]      0.8.5claws2
14023
14024         * src/inc.[ch]
14025           src/pop.c
14026           src/recv.c
14027                 Differentiate socket errors from disk full
14028                 errors
14029
14030 2002-10-08 [christoph]  0.8.5claws1
14031
14032         * Makefile.am
14033         * configure.in
14034                 modifications for new config directory
14035
14036         * config.guess  ** REMOVED **
14037         * config.sub    ** REMOVED **
14038         * install-sh    ** REMOVED **
14039         * ltmain.sh     ** REMOVED **
14040         * missing       ** REMOVED **
14041         * mkinstalldirs ** REMOVED **
14042                 these files are autogenerated by automake
14043                 when you run autogen.sh
14044
14045         * config/.cvsignore     ** NEW FILE **
14046         * config/Makefile.am    ** NEW FILE **
14047                 ignore autogenerated files
14048                 create a Makefile in this directory
14049
14050 2002-10-08 [paul]       0.8.5claws
14051
14052         * 0.8.5claws release
14053         
14054         * src/compose.c
14055           src/procheader.c
14056           src/procmsg.c
14057                 fix quote reply format for newsgroups reply bug
14058                 (thanks to Hoa)
14059                 
14060         * po/en_GB.po
14061           po/pl.po
14062                 updated by me and Witold Wladyslaw Wojciech Wilk
14063                 repectively
14064
14065 2002-10-07 [paul]       0.8.3claws53
14066
14067         * po/it.po
14068           po/pt_BR.po
14069           po/sr.po
14070                 updated messages catalogs, submitted by
14071                 Alessandro Maestri, Fabio Jr.Beneditto 
14072                 and Urke MMI, respectively.
14073
14074 2002-10-07 [christoph]  0.8.3claws52
14075
14076         * src/folder.[ch]
14077         * src/folderview.c
14078         * src/mainwindow.c
14079                 fix new folder ghost message bug
14080                 (closes bug [ 619722 ] wrong count for newly created folders)
14081
14082 2002-10-07 [christoph]  0.8.3claws51
14083
14084         * src/compose.c
14085                 fix news posting problem
14086
14087 2002-10-07 [melvin]     0.8.3claws50
14088
14089         * po/fr.po
14090                 Updated French translation
14091
14092 2002-10-05 [christoph]  0.8.3claws49
14093
14094         * src/gtkstext.c
14095                 check if line_start_cache is set in gtk_stext_update_text
14096                 (closes bug [ 618119 ] crash while doing search in folder)
14097
14098 2002-10-05 [christoph]  0.8.3claws48
14099
14100         * src/imap.c
14101         * src/news.c
14102         * src/utils.c
14103         * src/utils.h
14104                 implement cache cleanups for claws' folder system
14105                 (closes bug [ 595916 ] imapcache not cleaned up)
14106
14107 2002-10-05 [melvin]     0.8.3claws47
14108
14109         * src/prefs_actions.c
14110                 Made the help text more clear for the %p token
14111
14112 2002-10-04 [paul]       0.8.3claws46
14113
14114         * sync with 0.8.5
14115                 see ChangeLog 2002-10-02 and 2002-10-03
14116
14117 2002-10-04 [christoph]  0.8.3claws45
14118
14119         * src/inc.c
14120                 fix segfault caused by pop before smtp
14121                 call to inc_account_mail with NULL
14122                 pointer for mainwin
14123
14124 2002-10-04 [paul]       0.8.3claws44
14125
14126         * configure.in
14127                 sync the LDAP detection from 0.8.5cvs1
14128
14129 2002-10-02 [christoph]  0.8.3claws43
14130
14131         * po/de.po
14132                 fix small spelling error
14133
14134 2002-10-02 [melvin]     0.8.3claws42
14135
14136         * ac/aspell.m4
14137                 Behave better and say "no" when test program cannot be run.
14138
14139 2002-10-02 [paul]       0.8.3claws41
14140
14141         * sync with 0.8.4cvs1
14142                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14143                 
14144         * src/summaryview.c
14145                 toggle the behavior of Reply menuitem between
14146                 normal reply and reply-to-list
14147
14148 2002-10-01 [sergey]     0.8.3claws40
14149
14150         * src/compose.c
14151                 Convert newlines in the message text to the canonical form
14152                 before base64 encoding (RFC2045 compliance, fixes some
14153                 interoperability issues with Evolution 1.0.3)
14154
14155 2002-09-29 [colin]      0.8.3claws39
14156
14157         * src/summaryview.c
14158                 Fix an unwanted copy/paste
14159
14160 2002-09-29 [colin]      0.8.3claws38
14161
14162         * src/mainwindow.c
14163                 Renamed "Custom toolbar" to "Customize toolbar"
14164                 Renamed "Show all header" to "Show all headers"
14165                 Renamed "Set diplay item" to "Set displayed items"
14166         * src/prefs_common.c
14167                 Renamed "Show all header" to "Show all headers"
14168         * src/prefs_summary_column.c
14169                 Renamed "diplay item" to "displayed items"
14170
14171 2002-09-29 [colin]      0.8.3claws37
14172
14173         * src/mainwindow.[ch]
14174                 online/offline status pixmaps follow theme
14175                 changes
14176         * src/summaryview.[ch]
14177                 quicksearch pixmap follows theme changes
14178
14179 2002-09-29 [thorsten]   0.8.3claws36
14180
14181         * src/compose.c
14182           src/prefs_folder_item.[ch]
14183                 add default_reply_to folder option (closes patch 581044)
14184
14185 2002-09-29 [christoph]  0.8.3claws35
14186
14187         * acconfig.h    ** REMOVED **
14188         * configure.in
14189         * ac/aspell.m4
14190         * ac/check-type.m4
14191         * ac/gnupg-check-typedef.m4
14192                 fix autoheader 2.50 warning
14193
14194 2002-09-29 [christoph]  0.8.3claws34
14195
14196         * major code cleanup (part 2)
14197         
14198                 - unused variables removed
14199                 - unused functions removed
14200                 - uninitialized variables checked
14201                 - missing return statements added
14202                 - missing function return types added
14203                 - added parentheses around assignment
14204                   when suggested by gcc
14205
14206 2002-09-29 [alfons]     0.8.3claws33
14207
14208         * src/logwindow.c
14209                 log_window_clear(): only bracket gtk_text_forward_delete() 
14210                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14211                 works around GTK text bug)
14212
14213 2002-09-29 [paul]       0.8.3claws32
14214
14215         * po/bg.po
14216           po/sr.po
14217                 updated by George Danchev and Urke MMI
14218                 respectively
14219
14220 2002-09-27 [christoph]  0.8.3claws31
14221
14222         * doc-src/readme.txt
14223         * doc-src/rfc1806.txt   ** REMOVED **
14224         * doc-src/rfc2183.txt   ** NEW FILE **
14225         * doc-src/rfc2980.txt   ** NEW FILE **
14226                 update rfcs
14227
14228 2002-09-27 [melvin]     0.8.3claws30
14229
14230         * ac/aspell.m4
14231                 Fixed typo which could break linking
14232
14233 2002-09-27 [melvin]     0.8.3claws29
14234
14235         * ac/aspell.m4
14236                 Improved GNU/aspell checking. 
14237                 Fixed bug #614490
14238
14239 2002-09-27 [paul]       0.8.3claws28
14240
14241         * sync with 0.8.3cvs8
14242                 see ChangeLog 2002-09-27
14243
14244 2002-09-26 [colin]      0.8.3claws27
14245
14246         * src/toolbar.[ch]
14247           src/mainwindow.[ch]
14248                 Add "Reply to Mailing-list" to the toolbar
14249
14250 2002-09-26 [christoph]  0.8.3claws26
14251
14252         * src/summaryview.c
14253                 Fix wrong message counts in summaryview status
14254
14255 2002-09-26 [paul]       0.8.3claws25
14256
14257         * sync with 0.8.3cvs7
14258                 see ChangeLog 2002-09-26
14259
14260 2002-09-26 [paul]       0.8.3claws24
14261
14262         * sync with 0.8.3cvs6
14263                 see ChangeLog 2002-09-25
14264
14265 2002-09-25 [christoph]  0.8.3claws23
14266
14267         * src/prefs_common.c
14268         * src/prefs_folder_item.c
14269         * src/prefs_scoring.c
14270                 Renamed "kill score" to "hide score" in GUI
14271                 and prefs files
14272
14273 2002-09-25 [paul]       0.8.3claws22
14274
14275         * sync with 0.8.3cvs5
14276                 see ChangeLog 2002-09-24
14277
14278 2002-09-24 [alfons]     0.8.3claws21
14279
14280         patch by Satoshi Nagayasu: allows appending / saving multiple 
14281         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14282         'Save as ...'")
14283
14284         * AUTHORS
14285                 add Satoshi Nagayasu
14286         * src/summaryview.c
14287                 summary_save_as(): allow saving selected files to
14288                 one file
14289                 summary_set_menu_sensitive: enable "Save As..." when
14290                 multiple files are selected
14291         * src/utils.[ch]
14292                 append_file(): new function
14293
14294 2002-09-24 [colin]      0.8.3claws20
14295
14296         * src/procmime.c
14297                 Fix segfault when mimeinfo doesn't have a 
14298                 content_type. 
14299
14300 2002-09-24 [colin]      0.8.3claws19
14301
14302         * src/prefs_common.[ch]
14303                 Add a preference to display send dialog or not
14304         * src/send.c
14305                 Display send dialog according to preference
14306
14307 2002-09-24 [colin]      0.8.3claws18
14308
14309         * src/compose.[ch]
14310                 Disable user actions when sending
14311
14312 2002-09-24 [colin]      0.8.3claws17
14313
14314         * src/procmime.c
14315                 Do not display name or filename for attachments
14316                 with an application/pgp-signature type
14317                 (security flaw, see bug 537413)
14318
14319 2002-09-23 [colin]      0.8.3claws16
14320
14321         * src/editaddress.c
14322                 Initialize entry_email, entry_alias and 
14323                 entry_remarks to first email address of the list
14324
14325 2002-09-23 [colin]      0.83claws15
14326
14327         * src/compose.c
14328                 Drop pgp-signature when reediting a signed queued
14329                 message
14330
14331 2002-09-23 [melvin]     0.8.3claws14
14332
14333         * po/fr.po
14334                 Updated French translation
14335
14336 2002-09-23 [melvin]     0.8.3claws13
14337
14338         * src/mainwindow.c
14339                 Made custom toolbar menu labels more consistent
14340         * src/prefs_toolbar.c
14341                 Made custom toolbar window title more consistent
14342
14343 2002-09-22 [colin]      0.8.3claws12
14344
14345         * src/inc.c
14346                 Initialize session type to normal before getting 
14347                 mail (fixes strange Get behaviour)
14348         * src/prefs_account.h
14349                 Move STYPE_POP_BEFORE_SMTP to last position to 
14350                 avoid other side-effects
14351
14352 2002-09-22 [colin]      0.8.3claws11
14353
14354         * src/prefs_account.c
14355                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14356                 from pop3 to apop or vice-versa
14357
14358 2002-09-22 [colin]      0.8.3claws10
14359         
14360         * src/prefs_account.[ch]
14361                 Add an option for the POP before SMTP timeout
14362         * src/inc.c
14363                 Remember time of last POP connection
14364         * src/send.c
14365                 Do POP before SMTP only if timeout reached
14366
14367 2002-09-22 [oliver]     0.8.3claws9
14368         
14369         * README.claws
14370                 explain custom toolbar
14371
14372 2002-09-22 [oliver]     0.8.3claws8
14373
14374         * src/prefs_actions.[ch]
14375         custom toolbar for compose      
14376                 actions callback from compose toolbar
14377         * src/folderview.c
14378                 remove include toolbar.h
14379
14380 2002-09-22 [oliver]     0.8.3claws7
14381         
14382         * src/prefs_toolbar.[ch]
14383                 custom toolbar for compose
14384                 - generic prefs_toolbar handles both
14385                   Mainwin's toolbar as well as Compose toolbar          
14386
14387 2002-09-22 [oliver]     0.8.3claws6
14388         
14389         * src/toolbar.[ch]
14390                 custom toolbar for compose
14391                 restructure toolbar.[ch]
14392
14393 2002-09-22 [oliver]     0.8.3claws5
14394
14395         * src/compose.[ch]
14396                 custom toolbar for compose
14397
14398 2002-09-22 [oliver]     0.8.3claws4
14399         
14400         * src/mainwindow.[ch]
14401                 custom toolbar for compose 
14402                 move mainwin toolbar back to mainwindow
14403
14404 2002-09-22 [alfons]     0.8.3claws3
14405
14406         * src/procmsg.c
14407                 :%sno/if(/if (/gc
14408                 :%sno/for(/for (/gc
14409                 (beautify)
14410
14411 2002-09-22 [alfons]     0.8.3claws2
14412         
14413         * src/procmsg.c
14414                 procmsg_save_to_outbox(): don't unlink message file from queue;
14415                 callers should do it using folder_item_remove_msg()
14416
14417 2002-09-22 [colin]      0.8.3claws1
14418
14419         * src/mimeview.[ch]
14420                 Made mimeview_check_signature() public
14421         * src/textview.c
14422                 Made GPG signatures verifiable by clicking
14423                 the [application/pgp-signature] in the Text
14424                 view
14425
14426 2002-09-22 [paul]       0.8.3claws
14427
14428         * po/bg.po
14429           po/en_GB.po
14430           po/es.po
14431           po/it.po
14432           po/pl.po
14433           po/pt_BR.po
14434           po/sr.po
14435                 updated translations, submitted by George Danchev,
14436                 me, Ricardo Mones Lastra, Alessandro Maestri,
14437                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14438                 and Urke MMI, respectively.     
14439
14440 2002-09-22 [alfons]     0.8.2claws65
14441
14442         * src/procmsg.c
14443         * src/pgptext.c
14444                 no furry valgrinds have been used to plug these memleaks
14445
14446 2002-09-20 [paul]       0.8.2claws64
14447
14448         * sync with 0.8.3cvs4
14449                 'Select thread' re-implemented 
14450                 see ChangeLog 2002-09-20
14451
14452 2002-09-21 [alfons]     0.8.2claws63
14453
14454         * src/compose.c
14455                 compose_send(): plug unnoticed memleak
14456
14457 2002-09-20 [alfons]     0.8.2claws62
14458
14459         * src/addr_compl.c
14460                 replace_address_in_edit(): strict check for NULL address to
14461                 fix "[ 607348 ] Segfault in address completion". My guess is
14462                 that this happens with an empty address book, but it's good
14463                 to have this check here anyway
14464                 
14465                 completion_window_button_press(): free string returned 
14466                 from the internal cache
14467
14468 2002-09-20 [christoph]  0.8.2claws61
14469
14470         * src/procmime.h
14471                 added ENC_BINARY to EncodingType
14472         * src/procmime.c
14473                 the string returned by procmime_get_encoding_str
14474                 should not depend on the order of values in the
14475                 EncodingType definition
14476         * doc-src/rfc1806.txt   ** NEW FILE **
14477                 Added rfc1806 about MIME Content-Disposition
14478                 Extension
14479
14480 2002-09-19 [paul]       0.8.2claws60
14481
14482         * sync with 0.8.2cvs3
14483                 see ChangeLog 2002-09-19
14484
14485 2002-09-19 [paul]       0.8.2claws59
14486
14487         * src/prefs_folder_item.c
14488                 revert to Darko's original alignment of colour
14489                 selector button
14490                 add a colon to folder_color label
14491                 
14492         * src/compose.c
14493                 add Colin's patch (with Hiro's modifications) to 
14494                 force BASE64 encoding for 8-bit text when signing
14495                 (sync with 0.8.3cvs2)
14496
14497 2002-09-18 [alfons]     0.8.2claws58
14498
14499         * src/compose.c
14500                 :%sno/if(/if (/gc
14501                 :%sno/for(/for (/gc
14502                 (beautify a little bit)
14503
14504 2002-09-18 [christoph]  0.8.2claws57
14505
14506         * src/pine.c
14507                 fix handling of fgetc return value
14508
14509 2002-09-17 [alfons]     0.8.2claws56
14510         
14511         * src/summaryview.c
14512                 summary_sort(): check non-NULL summaryview->folder_item when no 
14513                 folder is selected at all
14514                 (closes "[ 610344 ] sort label make syl Crash")
14515
14516 2002-09-17 [alfons]     0.8.2claws55
14517         
14518         * src/compose.c
14519                 beautify a little bit
14520
14521 2002-09-17 [christoph]  0.8.2claws54
14522
14523         * src/folder.c
14524                 initialize max values for cache and folder
14525                 when cache or folder is empty
14526
14527 2002-09-15 [colin]      0.8.2claws53
14528
14529         * src/compose.c
14530                 Fix a leak (thanks Alfons!) and cleaned
14531                 variables names for custom headers
14532
14533 2002-09-15 [colin]      0.8.2claws52
14534
14535         * src/compose.c
14536                 Fix custom headers recognition when
14537                 prefs_common.trans_hdr is on
14538
14539 2002-09-15 [colin]      0.8.2claws51
14540
14541         * src/compose.c
14542                 Allow dynamically-added custom headers
14543                 Yet not reparsed if reedited
14544
14545 2002-09-15 [alfons]     0.8.2claws50
14546
14547         * src/prefs_account.c
14548                 fix warnings
14549
14550 2002-09-15 [colin]      0.8.2claws49
14551         
14552         * src/prefs_account.c
14553                 fix pop_before_smtp sensitivity
14554
14555 2002-09-15 [colin]      0.8.2claws48
14556
14557         * src/inc.[ch]
14558                 add inc_pop_before_smtp()
14559                 allow MainWindow to be undefined in 
14560                 inc_account_mail() and inc_start()
14561         * src/pop.c
14562           src/prefs_account.h
14563                 add STYPE_POP_BEFORE_SMTP session type
14564         * src/prefs_account.c
14565                 activated pop before smtp option
14566         * src/send.c
14567                 do pop before smtp if the relevant option 
14568                 is set
14569
14570 2002-09-15 [paul]       0.8.2claws47
14571
14572         * sync with 0.8.3
14573                 see ChangeLog 2002-09-15
14574
14575 2002-09-14 [paul]       0.8.2claws46
14576
14577         * po/bg.po
14578                 updated Bulgarian translation, submitted by
14579                 George Danchev
14580
14581 2002-09-13 [paul]       0.8.2claws45
14582
14583         * src/compose.c
14584                 merge claws' select_account() with main's
14585                 (new) compose_select_account(). [sync with
14586                 0.8.2cvs15, see ChangeLog 2002-09-11]
14587
14588 2002-09-12 [christoph]  0.8.2claws44
14589
14590         * src/filter.c
14591                 allocate 1 elements of FolderItem not 0
14592
14593 2002-09-12 [colin]      0.8.2claws43
14594
14595         * src/compose.c
14596                 Fix bug #590825 (obey Follow-up: poster)
14597
14598 2002-09-12 [colin]      0.8.2claws42
14599
14600         * src/procmime.c
14601                 Fix bug #557009 (wrong headers for messages 
14602                 forwarded as attachments)
14603
14604 2002-09-11 [colin]      0.8.2claws41
14605         
14606         * src/compose.c
14607                 Put SCF: pseudo-header on top of message
14608                 Set draft tmp_flag when saved as draft
14609
14610         * src/procmsg.c
14611           src/procheader.c
14612                 Skip after first \n\n for beginning of real message
14613                 for drafts too
14614
14615 2002-09-11 [christoph]  0.8.2claws40
14616
14617         * src/filtering.c
14618                 use procmsg flag functions in filtering or processing
14619                 will cause incorrect folder message counts
14620
14621 2002-09-11 [colin]      0.8.2claws39
14622
14623         * src/compose.c
14624                 Fix bug #550175 - wrong save folder when reediting
14625                 drafts
14626
14627 2002-09-11 [paul]       0.8.2claws38
14628
14629         * sync with 0.8.2cvs14
14630                 see ChangeLog 2002-09-11
14631
14632 2002-09-11 [colin]      0.8.2claws37
14633
14634         * src/folder.c
14635                 Fix a typo (seeming to cause new/unread status to
14636                 be lost)
14637
14638 2002-09-10 [christoph]  0.8.2claws36
14639
14640         * src/compose.c
14641                 compose_redirect should not use compose_generic_new
14642                 because that does more stuff than expected including
14643                 opening the external editor
14644                 (closes bug "[ 526608 ] bounced messages appear blank
14645                  in editor")
14646
14647 2002-09-10 [christoph]  0.8.2claws35
14648
14649         * src/folder.c
14650                 fix problem with too large message number range
14651                 causing a crash in folder_item_scan
14652
14653 2002-09-10 [paul]       0.8.2claws34
14654
14655         * sync with 0.8.2cvs13
14656                 see ChangeLog 2002-09-10
14657
14658 2002-09-10 [christoph]  0.8.2claws33
14659
14660         * src/msgcache.c
14661                 set MsgInfo TmpFlags for queue and draft folders
14662                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14663
14664 2002-09-10 [paul]       0.8.2claws32
14665
14666         * AUTHORS
14667           po/bg.po      ** NEW FILE **
14668                 new Bulgarian translation submitted by
14669                 George Danchev <danchev@spnet.net>
14670                 
14671         * tools/Makefile.am
14672           tools/README
14673           tools/tb2sylpheed     ** NEW FILE **
14674                 add script that converts an addressbook exported
14675                 from The Bat! into a Sylpheed addressbook. Submitted
14676                 by Urke MMI <urke-kg@eunet.yu>
14677
14678 2002-09-10 [paul]       0.8.2claws31
14679
14680         * sync with 0.8.2cvs12
14681                 see ChangeLog 2002-09-10
14682
14683 2002-09-06 [paul]       0.8.2claws30
14684
14685         * src/prefs_common.c
14686                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14687                 
14688         * tools/Makefile.am
14689           tools/README
14690           tools/ldif-to-xml.py  ** REMOVED **
14691                 remove obsolete python script
14692
14693 2002-09-06 [paul]       0.8.2claws29
14694
14695         * sync with 0.8.2cvs10
14696                 see ChangeLog 2002-09-06
14697
14698 2002-09-04 [paul]       0.8.2claws28
14699
14700         * sync with 0.8.2cvs9
14701                 see ChangeLog 2002-08-04
14702
14703 2002-09-04 [colin]      0.8.2claws27 
14704
14705         * src/prefs_common.[ch]
14706                 Added signature color configuration
14707         * src/textview.c
14708                 Use user-specified signature color
14709
14710 2002-09-03 [colin]      0.8.2claws26
14711
14712         * src/prefs_common.[ch]
14713                 Added autosave and autosave_length prefs
14714         * src/compose.c
14715                 Added compose_remove_draft()
14716                 Auto-save drafts according to the prefs
14717         * src/main.c
14718                 Added a crash-indicator file, allowing to check
14719                 for new messages on startup if Sylpheed crashed
14720                 (makes saved drafts "reappear")
14721
14722 2002-09-03 [colin]      0.8.2claws25
14723
14724         * src/textview.[ch]
14725                 Grey the signature
14726
14727 2002-09-03 [paul]       0.8.2claws24
14728
14729         * sync with 0.8.2cvs8
14730                 see ChangeLog 2002-09-02 and 2002-09-03
14731
14732 2002-09-03 [darko]      0.8.2claws23
14733
14734         * src/folderview.c
14735                 use normal style when creating new folder to pick
14736                 proper font size 
14737
14738 2002-09-02 [melvin]     0.8.2claws22
14739
14740         * src/gtkaspell.m4
14741                 removed some obsolete code
14742
14743 2002-09-02 [melvin]     0.8.2claws21
14744
14745         * ac/aspell.m4
14746                 fixed test's equality sign (== to =)
14747
14748 2002-09-02 [alfons]     0.8.2claws20
14749
14750         * src/folder.c
14751         * src/mh.c
14752                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14753                 as folder->destroy virtual as suggested by Hiro
14754                 (the mh.c code seems to have been lost around mh.c.1.21)
14755
14756 2002-09-02 [paul]       0.8.2claws19
14757
14758         * po/pt_BR.po
14759                 updated by Fabio Jr. Beneditto
14760                 
14761         * src/defs.h
14762                 use 'http://claws.sylpheed.org' for homepage link. 
14763                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14764
14765 2002-09-01 [alfons]     0.8.2claws18
14766
14767         * src/mh.c
14768                 plug memleak related to one Martin Kluge found
14769
14770 2002-08-31 [paul]       0.8.2claws17
14771
14772         * sync with 0.8.2cvs6
14773                 see ChangeLog 2002-08-30
14774
14775 2002-08-31 [alfons]     0.8.2claws16
14776
14777         * src/folder.c
14778                 folder_destroy(): remove mailbox from folderlist even if it has
14779                 no destroy virtual
14780
14781 2002-08-31 [alfons]     0.8.2claws15
14782
14783         * src/folder.c
14784                 :%sno/if(/if (/gc
14785                 :%sno/for(/for (/gc
14786                 (being pedantic I know)
14787
14788 2002-08-31 [alfons]     0.8.2claws14
14789
14790         * src/folder.c
14791                 check for NULL pointers returned from folder->fetch_msginfo virtual
14792                 (should solve some reported crashes)
14793
14794 2002-08-30 [alfons]     0.8.2claws13
14795
14796         * acconfig.h
14797         * configure.in
14798         * src/crash.c
14799                 enable crash dialog on compilation time
14800                 (--enable-crash-dialog configure option)
14801
14802 2002-08-30 [alfons]     0.8.2claws12
14803
14804         * AUTHORS
14805                 add Martin Kluge
14806         * src/mh.c
14807                 apply memory leak plug patch by Martin Kluge
14808                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14809                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14810                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14811
14812 2002-08-30 [darko]      0.8.2claws11
14813
14814         * src/folderview.c
14815                 copy Gtk style from normal style to match
14816                 font size for coloured folders
14817
14818 2002-08-29 [alfons]     0.8.2claws10
14819
14820         * sylpheed.desktop
14821                 Type=Internet <- Type=Application
14822                 (reported by Michael Schwendt, see:
14823                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14824                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14825
14826 2002-08-29 [paul]       0.8.2claws9
14827
14828         * sync with 0.8.2cvs5
14829                 see ChangeLog 2002-08-29
14830
14831 2002-08-29 [colin]      0.8.2claws8
14832
14833         * src/summaryview.c
14834                 Added a sanity check in summary_select_thread
14835                 Should fix bug 601605
14836
14837 2002-08-29 [colin]      0.8.2claws7
14838
14839         * src/main.c
14840                 Revert claws6 changes regarding bug #591676
14841
14842 2002-08-28 [colin]      0.8.2claws6
14843         
14844         * src/main.c
14845                 Ignore cache for queue folderitems
14846                 Fix bug #591676
14847
14848 2002-08-28 [melvin]     0.8.2claws5
14849
14850         * README.claws
14851                 Fixed typos.
14852
14853 2002-08-28 [melvin]     0.8.2claws4
14854
14855         * README.claws
14856                 Updated a bit the text concerning the spell checker
14857
14858 2002-08-28 [melvin]     0.8.2claws3
14859
14860         Merged the GNU_aspell_branch:
14861                 Support of new GNU/aspell is now included and the old pspell
14862                 is not supported anymore.
14863                 See README.claws
14864
14865         * README.claws
14866                 Updated spell checker text to reflect the switch to GNU/aspell
14867
14868         * ac/aspell.m4          *** NEW ***
14869         * src/gtkaspell.[ch]    *** NEW *** 
14870         * ac/pspell.m4          *** DELETED *** 
14871         * src/gtkspell.[ch]     *** DELETED ***
14872
14873         * ac/Makefile.am
14874                 Updated for GNU/aspell support
14875
14876         * po/POTFILES.in
14877                 Replaced gtkspell.c by gtkaspell.c
14878
14879         * acconfig.h
14880         * src/Makefile.am
14881         * src/about.c
14882         * src/compose.[ch]
14883         * src/crash.c
14884         * src/main.c
14885         * src/prefs_common.[ch]
14886                 Updated for GNU/aspell support
14887
14888 2002-08-28 [paul]       0.8.2claws2
14889
14890         * sync with 0.8.2cvs4
14891                 see ChangeLog 2002-08-27 and 2002-08-28
14892
14893 2002-08-28 [colin]      0.8.2claws1
14894
14895         * src/summary_search.c
14896                 Added "AND search"
14897
14898 2002-08-28 [jens]       0.8.2claws
14899
14900         *po/de.po
14901                 Updated German translations
14902
14903 2002-08-27 [melvin]     0.8.2claws
14904
14905         * po/fr.po
14906                 Updated French translations
14907
14908 2002-08-27 [paul]       0.8.2claws
14909
14910         * sync with 0.8.2 main release
14911
14912         * po/en_GB.po
14913           po/es.po
14914           po/it.po
14915           po/pl.po
14916           po/pt_BR.po
14917           po/sr.po
14918                 updated message catalogs submitted by
14919                 Ricardo Mones Lastra, Alessandro Maestri,
14920                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14921                 Beneditto and Urke MMI  
14922
14923 2002-08-27 [hoa]        0.8.1claws123
14924
14925         * src/mainwindow.[ch]
14926         * src/summaryview.[ch]
14927                 removed the "filter setting" menu option.
14928                 add a "cancel a news message" menu option.
14929
14930 2002-08-26 [martin]     0.8.1claws122
14931
14932         * ChangeLog.claws
14933                 changed string under 0.8.1claws79 changed by myself
14934                 i'm sorry alfons :(
14935
14936 2002-08-26 [martin]     0.8.1claws121
14937
14938         * src/crash.c
14939                 added kill command to debuggerrc to start crash dialog
14940
14941 2002-08-26 [paul]       0.8.1claws120
14942
14943         * sync with 0.8.1cvs31
14944                 see ChangeLog 2002-08-26
14945
14946 2002-08-25 [alfons]     0.8.1claws119
14947
14948         * src/procmsg.c
14949                 fix bug that didn't send out correct headers to news server
14950                 when sending news article and email from queue (bug reported
14951                 and patch provided by Tim Mann; closes bug 
14952                 "[ 583196 ] 0.7.8claws can't post news")
14953
14954 2002-08-25 [alfons]     0.8.1claws118
14955
14956         * src/selective_download.c
14957                 mark two strings as translatable
14958                 (thanks to Urke MMI for pointing this out)
14959
14960 2002-08-25 [alfons]     0.8.1claws117
14961
14962         * src/summaryview.c
14963                 treat sent boxes as special and allow sorting them by addressee
14964                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14965                 submitted by Steve Lamb)
14966
14967 2002-08-24 [alfons]     0.8.1claws116
14968
14969         * src/matcher.c
14970                 fix memleak reported by Martin Kluge
14971                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14972
14973 2002-08-24 [oliver]     0.8.1claws115
14974
14975         * src/prefs_toolbar.c
14976                 o code cleanup as suggested by Alfons
14977                 o memleak fix
14978
14979 2002-08-24 [alfons]     0.8.1claws114
14980
14981         * src/summaryview.c
14982                 o fix another memory leak reported by Martin Kluge
14983                   (see "[ 599568 ] Small Memory Leak")
14984                 o remove 'from' variable from 'summary_set_header()'; we can
14985                   do with just 'to' 
14986
14987 2002-08-24 [paul]       0.8.1claws113
14988
14989         * sync with 0.8.1cvs30
14990                 see ChangeLog 2002-08-23
14991
14992 2002-08-24 [alfons]     0.8.1claws112
14993
14994         * src/summaryview.c
14995                 remove unnecessary allocations for search bar fixing leaks
14996                 reported by Martin Kluge
14997                 (see "[ 599451 ] Further memory leaks?")
14998
14999 2002-08-24 [alfons]     0.8.1claws111
15000
15001         * src/main.c
15002                 make get_socket_name() public for crash.c
15003         * src/crash.c
15004                 o make report bug button work (goes to claws' 
15005                   bug tracker at sf.net)
15006                 o introduce function for doing important stuff just
15007                   before claws goes down
15008                 o clean up code 
15009
15010 2002-08-24 [alfons]     0.8.1claws110
15011
15012         * src/compose.c
15013                 move cursor to "To" entry when forwarding as attachment
15014                 (reported and solved by Steve Lamb, closes bug report
15015                 "[ 592880 ] Forward as attachment; cursor not in to")
15016
15017 2002-08-24 [colin]      0.8.1claws109
15018
15019         * src/mainwindow.c
15020                 fix quick search visibility after GUI (de)separations.
15021
15022 2002-08-23 [colin]      0.8.1claws108
15023
15024         * src/mainwindow.c
15025                 fix header pane visibility after folderview or
15026                 messageview (de)separation
15027
15028 2002-08-23 [paul]       0.8.1claws107
15029
15030         * src/mainwindow.[ch]
15031           src/toolbar.c
15032                 give full control of display or non-display 
15033                 of the Execute icon to Custom toolbar settings.
15034                 add new sensitivity condition to maninwindow.h: 
15035                 M_DELAY_EXEC
15036
15037         * ChangeLog
15038           ChangeLog.jp
15039           NEWS
15040                 more sync with 0.8.1cvs29
15041
15042 2002-08-23 [melvin]     0.8.1claws106
15043
15044         * src/alertpanel.c
15045                 Readded support for custom widget in alertpanel lost in last
15046                 sync.
15047
15048 2002-08-23 [paul]       0.8.1claws105
15049
15050         * sync with 0.8.1cvs29
15051                 see ChangeLog 2002-08-23
15052
15053 2002-08-23 [colin]      0.8.1claws104
15054
15055         * src/summaryview.c
15056                 Fix folder and search pixmaps exchanging positions
15057                 after theme or toolbar changes. Thank to Oliver for 
15058                 reporting this.
15059
15060 2002-08-23 [colin]      0.8.1claws103
15061
15062         * src/mainwindow.c
15063           src/messageview.[ch]
15064           src/noticeview.[ch]
15065           src/summaryview.c
15066                 Changed messageview_create() and noticeview_create()
15067                 to avoid the last gdk_warning
15068
15069 2002-08-22 [colin]      0.8.1claws102
15070
15071         * src/summaryview.c
15072                 Fix my new `Creating pixmap from xpm' warning
15073
15074 2002-08-22 [colin]      0.8.1claws101
15075
15076         * src/mainwindow.c
15077                 Fix some of the gdk warnings
15078
15079 2002-08-22 [colin]      0.8.1claws100
15080
15081         * src/Makefile.am
15082         * src/stock_pixmap.c
15083         * src/stock_pixmap.h
15084         * src/pixmaps/quicksearch.xpm *ADDED*
15085                 Add the quicksearch pixmap
15086         * src/mainwindow.c
15087         * src/summaryview.c
15088         * src/summaryview.h
15089                 Make quicksearch bar visible/hidden via a button
15090
15091 2002-08-22 [christoph]  0.8.1claws99
15092
15093         * src/folder.c
15094                 fix folder update for newsgroups with message
15095                 numbers below minimum number of articles to fetch
15096                 (closes bug #598445)
15097
15098 2002-08-22 [paul]       0.8.1claws98
15099
15100         * sync with 0.8.1cvs28
15101                 see ChangeLog 2002-08-22
15102
15103 2002-08-21 [alfons]     0.8.1claws97
15104
15105         * src/crash.c
15106                 use bt instead of bt full which seems to work 
15107                 better, and bt full doesn't give a great deal 
15108                 of information anyway
15109
15110 2002-08-21 [colin]      0.8.1claws96
15111
15112         * src/summaryview.c
15113                 fix summaryview_searchtype_changed prototype
15114
15115 2002-08-21 [christoph]  0.8.1claws95
15116
15117         * src/mainwindow.c
15118                 o fix broken menu update for sorting type, we have to
15119                   get this info from the summaryview now
15120                 o removed setting of threaded state in menu callback
15121         * src/summaryview.[ch]
15122                 more summaryview/folderitem seperation for
15123                 threading option
15124         * configure.in
15125                 removed not required --with-compiler-flags option
15126
15127 2002-08-21 [oliver]     0.8.1claws94
15128         
15129         * src/toolbar.h 
15130                 o rename toolbar.xml to toolbar_main.xml
15131                   since toolbar_compose.xml might come up 
15132                   any time soon
15133         * README.claws
15134                 add custom toolbar              
15135
15136 2002-08-21 [darko]      0.8.1claws93
15137
15138         * src/procmsg.c
15139                 don't reset tmp flags for messages copied
15140                 to sent folder
15141
15142 2002-08-21 [colin]      0.8.1claws92
15143         
15144         * src/prefs_filtering.c
15145                 fix renaming rules on folder rename 
15146                 when folder is not a leaf folder
15147
15148 2002-08-21 [paul]       0.8.1claws91
15149
15150         * src/prefs_folder_item.c
15151                 fix alignment of colour selector
15152
15153 2002-08-21 [paul]       0.8.1claws90
15154
15155         * sync with 0.8.1cvs27
15156                 see ChangeLog 2002-08-21
15157
15158 2002-08-21 [paul]       0.8.1claws89
15159
15160         * src/summaryview.c
15161                 fix crash when changing field type in
15162                 Quick search bar
15163
15164 2002-08-21 [colin]      0.8.1claws88
15165
15166         * src/summaryview.c
15167                 Made quick search case-insensitive
15168
15169 2002-08-21 [paul]       0.8.1claws87
15170
15171         * sync with 0.8.1cvs26
15172                 see ChangeLog 2002-08-21
15173
15174 2002-08-20 [christoph]  0.8.1claws86
15175
15176         * src/folderview.c
15177         * src/main.c
15178         * src/summaryview.[ch]
15179                 more summaryview/folderitem seperation for
15180                 sort_key and sort_type
15181         * src/procmsg.c
15182                 added missing return statement
15183
15184 2002-08-20 [colin]      0.8.1claws85
15185
15186         * src/summaryview.[ch]
15187                 Added a quick search box
15188         * src/mainwindow.c
15189         * src/prefs_common.[ch]
15190                 Added a show/hide option for the quick search
15191
15192 2002-08-20 [oliver]     0.8.1claws84
15193         
15194         * src/mainwindow.c
15195                 remove toolbar_create_popups
15196         * src/toolbar.[ch]
15197                 o remove toolbar_create_popups
15198                 o fix toolbar_set_sensitive 
15199                   (Bug reports #596834 and #596832)     
15200         * src/prefs_toolbar.c
15201                 o add "Set default" button
15202                 o align label and text + combo widgets
15203
15204 2002-08-20 [hoa]        0.8.1claws83bis
15205
15206         * src/imap.c
15207                 fixed a bug in imap_fetch_msginfo() in case there is no
15208                 current folder.
15209
15210 2002-08-20 [darko]      0.8.1claws83
15211
15212         * src/folderview.c
15213                 copy the color style of folder view so it
15214                 works with GTK themes
15215
15216 2002-08-20 [darko]      0.8.1claws82
15217
15218         * src/folder.h
15219         * src/folderview.c
15220         * src/prefs_folder_item.[hc]
15221                 don't use UI stuff in folder.h
15222
15223 2002-08-20 [darko]      0.8.1claws81
15224
15225         * src/folder.h
15226         * src/prefs_folder_item.h
15227         * src/folderview.c
15228         * src/prefs_folder_item.c
15229                 ability to set folder color in folderview
15230
15231 2002-08-19 [alfons]     0.8.1claws80
15232
15233         * src/summaryview.c
15234                 fix one of the earlier memleaks reported by Martin Kluge
15235
15236 2002-08-19 [alfons]     0.8.1claws79
15237
15238         * src/mainwindow.c
15239                 hide notice view when selecting seperate folder
15240                 view (reported by Urke MMI)
15241
15242 2002-08-19 [christoph]  0.8.1claws78
15243
15244         * src/folderview.c
15245         * src/prefs_folder_item.h
15246         * src/summaryview.[ch]
15247                 o add summary_set_prefs_from_folderitem to set
15248                   summaryview prefs (first step to remove all
15249                   references to the folderitem in summaryview)
15250                 o moved compiled regex stuff from folderitem prefs
15251                   to summaryview code
15252
15253 2002-08-19 [paul]       0.8.1claws77
15254
15255         * src/compose.c
15256                 add check for '.' to QUOTE_IF_REQUIRED
15257
15258 2002-08-19 [paul]       0.8.1claws76
15259
15260         * src/inc.c
15261                 sync with 0.8.1cvs25 (plug memory leak)
15262
15263         * src/prefs_toolbar.c
15264                 re-order prefs_toolbar_cancel()
15265
15266 2002-08-18 [alfons]     0.8.1claws75
15267
15268         * src/inc.c
15269         * src/matcher.c
15270                 plug other memleaks reported by Martin Kluge
15271
15272 2002-08-18 [paul]       0.8.1claws74
15273
15274         * po/pt_BR.po
15275                 updated by Fabio Jr. Beneditto
15276
15277 2002-08-18 [paul]       0.8.1claws73
15278
15279         * src/toolbar.[ch]
15280                 fix bug where tooltips were displayed untranslated              
15281
15282         * src/prefs_toolbar.c
15283                 fix bug where clicking 'Cancel' creates an icon & text
15284                 toolbar regardless of prefs
15285         
15286
15287 2002-08-17 [oliver]     0.8.1claws72
15288
15289         * src/prefs_toolbar.c
15290                 update toolbar on CANCEL
15291                 bug reported by Martin Kluge
15292         * src/toolbar.c
15293                 toolbar_destroy memleak fixed           
15294
15295 2002-08-17 [alfons]     0.8.1claws71
15296
15297         * src/toolbar.c
15298                 plug another memleak reported by Martin Kluge
15299
15300 2002-08-16 [alfons]     0.8.1claws70
15301
15302         * src/crash.c
15303                 use execvp() correctly (suggested by wwp; thanks!)
15304
15305 2002-08-16 [alfons]     0.8.1claws69
15306
15307         * src/gtksctree.c
15308                 plug memory leak reported by Kim Schultz & Martin Kluge
15309
15310 2002-08-16 [paul]       0.8.1claws68
15311
15312         * po/es.po
15313                 updated by Ricardo Mones Lastra
15314
15315 2002-08-16 [paul]       0.8.1claws67
15316
15317         * src/toolbar.h
15318                 fix bug where 'Compose News' icon showed wrong
15319                 tooltip
15320
15321 2002-08-16 [paul]       0.8.1claws66
15322
15323         * sync with 0.8.1cvs24
15324                 see ChangeLog 2002-08-16
15325
15326         * po/it.po
15327                 updated by Alessandro Maestri
15328
15329 2002-08-15 [paul]       0.8.1claws65
15330
15331         * po/sr.po
15332                 updated by Urke MMI
15333
15334 2002-08-15 [paul]       0.8.1claws64
15335
15336         * src/*.c
15337                 don't translate debug info
15338
15339         * src/matcher.[ch]
15340                 add copyright info
15341
15342 2002-08-15 [paul]       0.8.1claws63
15343
15344         * src/prefs_toolbar.c
15345                 fix bug where clicking 'OK' creates an icon & text
15346                 toolbar regardless of prefs
15347
15348 2002-08-14 [alfons]     0.8.1claws62
15349
15350         * src/main.c
15351                 add global var that has the full argv[0]
15352         * src/crash.c
15353                 o execvp the correct sylpheed by using argv0
15354                   and setting the correct work dir
15355                 o other tweaks  
15356
15357 2002-08-14 [oliver]     0.8.1claws61
15358         
15359         * enable/disable Toolbar Action Buttons 
15360         * code cleanups
15361         * src/mainwindow.c
15362         * src/toolbar.[ch]      
15363         * src/prefs_toolbar.c   
15364
15365 2002-08-14 [melvin]     0.8.1claws60
15366
15367         * po/fr.po
15368                 Updated French translations
15369
15370 2002-08-14 [melvin]     0.8.1claws59
15371
15372         * src/crash.c
15373                 Made bug report not translatable
15374         * src/exporthtml.c
15375                 Fixed exporthtml_build_filespec() return value
15376         * src/foldersel.c
15377                 Fixed incorrect include file
15378         * src/gtkspell.c
15379         * src/prefs_actions.c
15380         * src/prefs_toolbar.c
15381                 Made debug info not translatable
15382         * src/mutt.c
15383         * src/quote_fmt.c
15384                 Added missing includes
15385         * src/prefs_common.c
15386                 Fixed typo
15387
15388 2002-08-14 [paul]       0.8.1claws58
15389
15390         * faq/es/sylpheed-faq.html
15391           faq/es/sylpheed-faq-[1-3].html
15392           faq/es/sylpheed-faq-4.html     **NEW FILE **
15393                 update Spanish FAQ
15394
15395 2002-08-13 [christoph]  0.8.1claws57
15396
15397         * src/procmsg.c
15398                 ignore thread fix that did not mark all
15399                 child nodes of a ignored thread as
15400                 ignored. Does not work perfectly yet,
15401                 but it is better now
15402
15403 2002-08-13 [alfons]     0.8.1claws56
15404
15405         * src/crash.c
15406                 o implement 'save crash log'
15407                 o some tweaks
15408
15409 2002-08-13 [melvin]     0.8.1claws55
15410
15411         * src/main.c
15412                 removed unrequired "execinfo.h" header
15413
15414 2002-08-12 [paul]       0.8.1claws54
15415
15416         * faq/en/sylpheed-faq.html
15417           faq/en/sylpheed-faq-[1-3].html
15418           faq/en/sylpheed-faq-4.html     **NEW FILE **
15419                 update English FAQ
15420
15421 2002-08-12 [alfons]     0.8.1claws53
15422
15423         * po/POTFILES.in
15424                 add crash.c to translatables
15425         * src/crash.c
15426                 bring in Leandro's crash dialog
15427
15428 2002-08-11 [alfons]     0.8.1claws52
15429
15430         * src/crash.c
15431                 clean up some warnings
15432
15433 2002-08-11 [alfons]     0.8.1claws51
15434
15435         * acconfig.h
15436         * configure.in
15437         * src/crash.[ch]        ** NEW FILES **
15438         * src/main.c            
15439                 initial gdb crash handler
15440
15441 2002-08-11 [paul]       0.8.1claws50
15442
15443         * src/prefs_toolbar.c
15444                 replace Up/Down arrow pixmaps with text to be
15445                 consistent across icon themes
15446
15447 2002-08-11 [paul]       0.8.1claws49
15448
15449         * src/prefs_common.c
15450           src/prefs_toolbar.c
15451                 rename 'Pixmap' -> 'Icon'
15452
15453         * src/toolbar.[ch]
15454                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15455
15456 2002-08-10 [paul]       0.8.1claws48
15457
15458         * src/prefs_toolbar.c
15459                 re-work the UI
15460
15461 2002-08-10 [paul]       0.8.1claws47
15462
15463         * src/main.c
15464                 don't write Processing progress to status bar
15465                 patch submitted by Alexander Evseev
15466
15467         * src/prefs_toolbar.c
15468                 re-position and resize window
15469                 make window assume correct size on first call
15470
15471 2002-08-10 [paul]       0.8.1claws46
15472
15473         * src/mainwindow.c
15474           src/prefs_toolbar.c
15475           src/toolbar.c
15476           src/toolbar.h
15477                 obey coding style
15478                 follow UI text conventions
15479
15480 2002-08-10 [alfons]     0.8.1claws45
15481
15482         * src/toolbar.c
15483                 correct pixmap for delete action
15484
15485 2002-08-10 [paul]       0.8.1claws44
15486
15487         * po/pt_BR.po
15488                 updated by Fabio Jr. Beneditto
15489
15490 2002-08-10 [paul]       0.8.1claws43
15491
15492         * po/POTFILES.in
15493                 add custom toolbar files
15494
15495 2002-08-10 [paul]       0.8.1claws42
15496
15497         * sync with 0.8.1cvs22
15498                 see ChangeLog 2002-08-09
15499
15500 2002-08-09 [paul]       0.8.1claws41
15501
15502         * tools/Makefile.am
15503           tools/README
15504           tools/outlook2sylpheed.pl     ** NEW FILE **
15505                 add script to convert exported Outlook
15506                 contacts list to a Sylpheed addressbook.
15507                 Submitted by Ricardo Mones Lastra.
15508
15509 2002-08-09 [paul]       0.8.1claws40
15510
15511         * AUTHORS
15512           configure.in
15513           po/sr.po      ** NEW FILE **
15514                 add Serbian message catalog. Submitted by
15515                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15516
15517 2002-08-09 [paul]       0.8.1claws39
15518
15519         * sync with 0.8.1cvs21
15520                 see ChangeLog 2002-08-08
15521
15522 2002-08-08 [oliver]     0.8.1claws38
15523
15524         * src/mainwindow.c
15525                 move Custom Toolbar to Configuration menu
15526
15527 2002-08-08 [oliver]     0.8.1claws37
15528
15529         * src/prefs_toolbar.c
15530                 fix substitute pixmap bug
15531
15532 2002-08-08 [paul]       0.8.1claws36
15533
15534         * sync with 0.8.1cvs19
15535                 see ChangeLog 2002-08-08
15536
15537 2002-08-07 [christoph]  0.8.1claws35
15538
15539         * src/utils.c
15540                 fixed a memory leak in new canonicalize_file_replace
15541
15542 2002-08-07 [christoph]  0.8.1claws34
15543
15544         * src/utils.[ch]
15545                 o canonicalize_file_replace should create the temporary
15546                   file in the same directory as the original file.
15547                 o added get_tmpfile_in_dir that creates a temorary file
15548                   in a specified directory.
15549
15550 2002-08-07 [melvin]     0.8.1claws33
15551
15552         * src/toolbar.c
15553                 fixed bug where 'Article' button acted as 'Email' button.
15554
15555 2002-08-07 [paul]       0.8.1claws32
15556
15557         * sync with 0.8.1.cvs17
15558                 see ChangeLog 2002-08-07
15559
15560 2002-08-07 [colin]      0.8.1claws31
15561         
15562         * src/news.c
15563                 fix mass-cancel problem
15564
15565 2002-08-07 [thorsten]   0.8.1claws30
15566
15567         * src/prefs_toolbar.c
15568                 fix: crash on replace or add new button
15569         * src/toolbar.c
15570                 fix: close xmlfile after reading
15571         * src/utils.c
15572                 fix: unlink() file before rename()
15573
15574 2002-08-06 [paul]       0.8.1claws29
15575
15576         * sync with 0.8.cvs15
15577                 see ChangeLog 2002-08-06
15578
15579 2002-08-06 [oliver]     0.8.1claws28
15580
15581         * src/toolbar.c
15582         * src/prefs_toolbar.c
15583                 fixed empty toolbar issue
15584
15585 2002-08-06 [oliver]     0.8.1claws27
15586
15587         * Custom Toolbar Final 
15588         * src/folderview.c
15589         * src/inc.c
15590         * src/summaryview.c
15591                 o toolbar stuff now lives in src/toolbar.[ch]
15592                 o main_window_toolbar_* functions are renamed to
15593                   toolbar_* reflecting their new source file
15594         * src/mainwindow.[ch]
15595                 o remove toolbar stuff  
15596
15597 2002-08-06 [oliver]     0.8.1claws26
15598         
15599         * src/Makefile.am
15600         * src/prefs_toolbar.[ch]        **New File**
15601         * src/toolbar.[ch]              **New File**
15602                 o prefs_toolbar.[ch] custom toolbar frontend
15603                 o toolbar.[ch]       backend 
15604
15605 2002-08-06 [oliver]     0.8.1claws25
15606
15607         * src/prefs_actions.[ch]
15608                 o new exported function actions_execute
15609
15610 2002-08-06 [paul]       0.8.1claws24
15611
15612         * sync with 0.8.1cvs4
15613                 see ChangeLog 2002-08-06
15614
15615 2002-08-06 [paul]       0.8.1claws23
15616
15617         * sync with 0.8.1cvs13
15618                 see ChangeLog 2002-08-06
15619
15620 2002-08-06 [paul]       0.8.1claws22
15621
15622         * sync with 0.8.1cvs12
15623                 see ChangeLog 2002-08-05 and 2002-08-06
15624
15625 2002-08-06 [match]      0.8.1claws21
15626
15627         * src/addrclip.c
15628                 improvements to cut/copy/paste address
15629
15630 2002-08-05 [match]      0.8.1claws20
15631
15632         * src/addritem.[ch]
15633         * src/addrcache.c
15634         * src/addrbook.c
15635         * src/editaddress.c
15636         * src/addressbook.c
15637                 fixes to improve cut/copy/paste
15638
15639 2002-08-06 [melvin]     0.8.1claws19
15640
15641         * src/account.[ch]
15642                 account_find_all_from_address(): new function that returns the
15643                 list of all accounts that are matched in an address.
15644         * src/alertpanel.[ch]
15645                 alertpanel() now accepts a custom widget
15646                 alertpanel_with_widget(): new function that pops up a panel with
15647                 a custom widget in it 
15648         * src/gtkutils.[ch]
15649                 gtkut_account_menu_new(): new function that allows the selection
15650                 of an account from a list of accounts.
15651         * src/messageview.c
15652                 Extended Return Receipt notification to select the correct 
15653                 account and to make a security test on the Delivery-Notification
15654                 address which should be the same as the Return-Path.
15655
15656 2002-08-06 [thorsten]   0.8.1claws18
15657
15658         * src/mimeview.c
15659                 attach_all: save unnamed as "noname.%d",
15660                 dont free static dirname
15661
15662 2002-08-05 [alfons]     0.8.1claws17
15663
15664         * configure.in
15665                 detect XIM by trying to link rather than compile a XIM program
15666
15667 2002-08-05 [oliver]     0.8.1claws16
15668                 
15669         * src/stock_pixmap.[ch]
15670                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15671                 o new func to retrieve pixmaps
15672
15673 2002-08-05 [paul]       0.8.1claws15
15674
15675         * sync with 0.8.1cvs10
15676                 see ChangeLog 2002-08-05
15677
15678 2002-08-04 [alfons]     0.8.1claws14
15679
15680         * src/textview.c
15681                 see if this plugs memleak
15682
15683 2002-08-04 [melvin]     0.8.1claws13
15684
15685         * src/gtkspell.c
15686                 fixed bug that could crash Sylpheed when highlighting
15687                 all misspelled words.
15688
15689 2002-08-03 [melvin]     0.8.1claws12
15690
15691         * src/prefs_actions.c
15692                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15693         * src/messageview.c
15694                 fixed bug where the Return Receipt was sent to
15695                 Delivery-Notification-To address even if it was not present
15696
15697 2002-08-02 [alfons]     0.8.1claws11
15698
15699         * src/prefs_actions.c
15700                 o more check for NULLs
15701                 o put create_io_dialog() in right conditional block
15702
15703 2002-08-02 [paul]       0.8.1claws10
15704
15705         * po/es.po
15706                 updated by Ricardo Mones Lastra
15707
15708 2002-08-01 [christoph]  0.8.1claws9
15709
15710         * src/folder.c
15711                 don't free the cache of the opened
15712                 folder in the summaryview
15713         * src/summaryview.c
15714                 don't unset flags, if it is not required
15715
15716 2002-08-01 [paul]       0.8.1claws8
15717
15718         * sync with 0.8.1cvs8
15719                 see ChangeLog entry 2002-08-01
15720
15721 2002-08-01 [paul]       0.8.1claws7
15722
15723         * sync with 0.8.1cvs7
15724                 see ChangeLog 2002-07-31 and 2002-08-01
15725
15726 2002-07-31 [christoph]  0.8.1claws6
15727
15728         * src/mainwindow.c
15729                 forgot to update menu sensitivity
15730                 function for new menu entry
15731
15732 2002-07-31 [alfons]     0.8.1claws5
15733
15734         * src/main.c
15735                 check folder item and its path for NULL on
15736                 initial processing
15737
15738 2002-07-31 [christoph]  0.8.1claws4
15739
15740         * src/folder.c
15741                 check if folder_item_get_msginfo in
15742                 folder_item_remove_msg returned NULL
15743         * src/imap.c
15744                 better clear the uid cache in the
15745                 uid validity check function and delete
15746                 cached messages
15747
15748 2002-07-31 [paul]       0.8.1claws3
15749
15750         * man/sylpheed.1
15751                 add the '--attach' option and a few other
15752                 minor changes
15753
15754 2002-07-31 [paul]       0.8.1claws2
15755
15756         * sync with 0.8.1cvs5
15757                 see ChangeLog 2002-07-31
15758
15759 2002-07-31 [christoph]  0.8.1claws1
15760
15761         * src/folderview.[ch]
15762         * src/mainwindow.c
15763                 replace "Rescan all folders..." with
15764                 "Check all folders for new messages..."
15765
15766 2002-07-30 [paul]       0.8.1claws
15767
15768         * version 0.8.1claws released
15769
15770 2002-07-30 [paul]       0.8.0claws29
15771
15772         * tools/OOo2sylpheed.pl ** NEW FILE **
15773           tools/README
15774                 add script to enable sending documents as
15775                 attachments from OpenOffice.org
15776
15777 2002-07-30 [melvin]     0.8.0claws28
15778
15779         * src/prefs_actions.c
15780                 Made the actions' input/output dialog display
15781                 without delay.
15782
15783 2002-07-30 [christoph]  0.8.0claws27
15784
15785         * src/procmsg.c
15786                 check if folder_item_get_msginfo in
15787                 procmsg_save_to_outbox returned NULL
15788
15789 2002-07-30 [paul]       0.8.0claws26
15790
15791         * sync with 0.8.1cvs4
15792                 see ChangeLog 2002-07-29
15793
15794 2002-07-29 [thorsten]   0.8.0claws25
15795
15796         * README.claws
15797                 added selective download, delete on server
15798
15799 2002-07-29 [paul]       0.8.0claws24
15800
15801         * sync with 0.8.1cvs3
15802                 see ChangeLog 2002-07-29
15803
15804 2002-07-27 [christoph]  0.8.0claws23
15805
15806         * src/folder.c
15807                 add extra check if fetching the msginfo
15808                 returned NULL
15809
15810 2002-07-27 [paul]       0.8.0claws22
15811
15812         * sync with 0.8.1cvs2
15813                 see ChangeLog 2002-07-26
15814
15815 2002-07-27 [christoph]  0.8.0claws21
15816
15817         * src/imap.c
15818                 add another check if a valid msginfo
15819                 was returned
15820
15821 2002-07-26 [hoa]        0.8.0claws20
15822
15823         * src/folder.c
15824                 Fixed a condition in folder_item_destroy()
15825
15826         * src/imap.c
15827                 Fixed an error in IMAP protocol
15828
15829 2002-07-26 [alfons]     0.8.0claws19
15830
15831         * src/folder.c
15832                 ofcourse compare with identifier, not the path
15833
15834 2002-07-26 [alfons]     0.8.0claws18
15835
15836         * src/folder.c
15837                 use folder item identifier for saving / restoring
15838                 preferences because folder->path might not be unique
15839
15840 2002-07-26 [melvin]     0.8.0claws17
15841
15842         * src/logwindow.c
15843                 Fixed a crash introduced in 0.8.0claws5 when log is 
15844                 cut under 80 characters.
15845
15846 2002-07-26 [paul]       0.8.0claws16
15847
15848         * sync with 0.8.1cvs1
15849                 see ChangeLog 2002-07-26
15850
15851 2002-07-26 [christoph]  0.8.0claws15
15852
15853         * src/imap.[ch]
15854                 imap folder now remembers the last selected
15855                 folder and imap_fetch_msginfo skips selecting
15856                 the folder if it is already selected
15857
15858 2002-07-26 [christoph]  0.8.0claws14
15859
15860         * src/folder.c
15861         * src/folderview.c
15862         * src/imap.c
15863                 fix imap folder rescanning
15864
15865 2002-07-25 [christoph]  0.8.0claws13
15866
15867         * src/filter.c
15868         * src/folder.[ch]
15869         * src/folderview.c
15870         * src/imap.[ch]
15871         * src/mainwindow.c
15872         * src/mbox_folder.c
15873         * src/mh.c
15874         * src/news.c
15875                 implement imap uid cache and uid validity check
15876
15877 2002-07-25 [alfons]     0.8.0claws12
15878
15879         * src/summaryview.c
15880                 fix a brown paper bag bug, and also add some more
15881                 checks
15882
15883 2002-07-25 [christoph]  0.8.0claws11
15884
15885         * src/folder.c
15886                 don't mix copy, fetch_msginfo and remove
15887                 operations in folder item copy and move
15888                 operations
15889
15890 2002-07-25 [christoph]  0.8.0claws10
15891
15892         * src/folderview.c
15893         * src/mainwindow.c
15894         * src/prefs_folder_item.c
15895         * src/summaryview.[ch]
15896                 remove no longer required parameter update_cache from
15897                 summary_show
15898
15899 2002-07-25 [paul]       0.8.0claws9
15900
15901         * sync with 0.8.1
15902         
15903         * AUTHORS
15904                 a few corrections
15905
15906 2002-07-24 [alfons]     0.8.0claws8
15907
15908         * src/summaryview.c
15909                 sort correctly when using simplified subject line
15910                 (closes feature request "[ 585141 ] applying regexp to subject 
15911                 before sort" submitted by Alexandra Walford)
15912
15913 2002-07-24 [paul]       0.8.0claws7
15914
15915         * sync with 0.8.0cvs3
15916                 see ChangeLog 2002-07-24
15917
15918 2002-07-23 [christoph]  0.8.0claws6
15919
15920         * src/folder.c
15921         * src/folder.h
15922         * src/summaryview.c
15923         * src/summaryview.h
15924         * src/main.c
15925                 o separate processing and summaryview
15926                 o removed summary_write_cache from summaryview
15927                 o removed summaryview->killed_messages, because we don't have
15928                   to keep a list of killed messages anymore. New cache will
15929                   keep the hidden messages in cache anyway
15930         * src/folderview.c
15931         * src/inc.c
15932         * src/selective_download.c
15933                 o removed unnecessary summary_write_cache calls
15934         * src/procmsg.c
15935                 o don't set ignore thread flag in procmsg_get_thread_tree
15936                   if it is already set
15937         * src/mainwindow.c
15938         * src/statusbar.h
15939                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15940                   they are used in different files
15941
15942 2002-07-23 [melvin]     0.8.0claws5
15943
15944         * src/addressbook.c
15945         * src/addrgather.c
15946         * src/editaddress.c
15947         * src/editgroup.c
15948         * src/editldap_basedn.c
15949         * src/importldif.c
15950         * src/prefs_common.c
15951                 Fixed few memory leak (gtk_editable_get_chars returns
15952                 an allocated string)
15953         * src/logwindow.c
15954                 Fixed few memory leak (gtk_editable_get_chars returns
15955                 an allocated string) and modified a little the log cutting
15956                 loop.
15957         * src/compose.c
15958                 Replaced a call to an obsolete function gtk_entry_get_text()
15959                 by gtk_editable_get_chars()
15960         * src/send.c
15961                 Removed a debug printf
15962
15963 2002-07-23 [christoph]  0.8.0claws4
15964
15965         * src/filesel.c
15966                 fix another g_dirname memory leak
15967
15968 2002-07-23 [christoph]  0.8.0claws3
15969
15970         * src/mh.c
15971                 fixed a memory leak in mh_fetch_msginfo
15972                 fixed crash when message header could not be
15973                 parsed
15974
15975 2002-07-23 [paul]       0.8.0claws2
15976
15977         * sync with 0.8.0cvs2
15978                 see ChangeLog 2002-07-23
15979
15980 2002-07-23 [paul]       0.8.0claws1
15981
15982         * sync with 0.8.0cvs1
15983                 see ChangeLog 2002-07-23
15984
15985 2002-07-23 [paul]       0.8.0claws
15986
15987         * release of 0.8.0claws