2005-03-20 [paul] 1.9.6cvs2
[claws.git] / ChangeLog.claws
1 2005-03-18 [paul]       1.0.3cvs3
2
3         * AUTHORS
4         * src/gtk/about.c
5         * src/pixmaps/sylpheed_logo.xpm
6                 add new Sylpheed-Claws logo by Jesper Schultz
7
8 2005-03-11 [paul]       1.0.3cvs2
9
10         * src/plugins/trayicon/trayicon.c
11                 make a string translatable
12
13 2005-03-11 [paul]       1.0.3cvs1
14
15         * po/ru.po
16                 updated by Pavlo Bohmat
17
18 2005-03-10 [paul]       1.0.3
19
20         * po/de.po
21         * po/es.po
22         * po/fr.po
23         * po/it.po
24         * po/pt_BR.po
25         * po/sk.po
26         * po/sr.po
27         * po/zh_CN.po
28                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
29                 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
30                 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
31
32         1.0.3 released
33
34 2005-03-04 [colin]      1.0.1cvs22
35
36         * src/common/smtp.c
37         * src/common/smtp.h
38                 Don't use SIZE parameter in MAIL FROM: if
39                 server doesn't support it. Patch by 
40                 Eugen Freiter <eugen_f@users.sf.net>
41
42 2005-03-04 [paul]       1.0.1cvs21
43
44         * ChangeLog
45         * ChangeLog.jp
46         * src/addrharvest.c
47         * src/codeconv.c
48         * src/codeconv.h
49         * src/compose.c
50         * src/procmime.c
51                 sync with main 1.0.3
52                 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
53
54 2005-02-27 [paul]       1.0.1cvs20
55
56         * src/messageview.c
57                 fix crash-causing typo. spotted by
58                 Ralgh Young 
59
60 2005-02-25 [paul]       1.0.1cvs19
61
62         * src/prefs_account.c
63         * src/prefs_folder_item.c
64         * src/gtk/prefswindow.c
65         * src/gtk/prefswindow.h
66                 fix bug 698 'Clicking OK without username 'crashes'
67                 account edit window'. Patch by Alfons
68
69 2005-02-24 [colin]      1.0.1cvs18
70
71         * src/messageview.c
72                 Don't send out receipts if offline. Ask.
73
74 2005-02-23 [colin]      1.0.1cvs17
75
76         * src/compose.c
77                 Encode parts when signing
78
79 2005-02-23 [colin]      1.0.1cvs16
80
81         * src/compose.c
82         * src/procmsg.c
83                 Fix mimeinfo leakages
84
85 2005-02-21 [colin]      1.0.1cvs15
86
87         * src/compose.c
88                 Fix signing/encrypting still on after
89                 privacy system has been disabled
90
91 2005-02-18 [colin]      1.0.1cvs14
92
93         * src/quote_fmt_lex.l
94         * src/quote_fmt_parse.y
95                 Bugfix: Fix parser init (patch by Ivan)
96
97 2005-02-18 [colin]      1.0.1cvs13
98
99         * src/plugins/pgpmime/pgpmime.c
100                 Fix build (missed my `mv`)
101
102 2005-02-18 [colin]      1.0.1cvs12
103
104         * src/Makefile.am
105         * src/privacy.c         ** RE-ADDED **
106         * src/privacy.cpp       ** REMOVED **
107         * src/privacy.h
108         * src/plugins/pgpmime/Makefile.am
109         * src/plugins/pgpmime/passphrase.h
110         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
111         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
112         * src/plugins/pgpmime/pgpmime.h
113         * src/plugins/pgpmime/prefs_gpg.h
114         * src/plugins/pgpmime/select-keys.h
115         * src/plugins/pgpmime/sgpgme.h
116                 Revert huge API breakage.
117
118 2005-02-16 [christoph]  1.0.1cvs11
119
120         * src/mh.c
121                 add scan required function for MH folders
122
123         (Patch by Ivan Rayner <ivanr@sgi.com>)
124
125 2005-02-15 [christoph]  1.0.1cvs10
126
127         * src/plugins/pgpmime/pgpmime.cpp
128         * src/plugins/pgpmime/pgpmime.h
129                 add sign and encrypt functions
130
131 2005-02-15 [christoph]  1.0.1cvs9
132
133         * configure.ac
134         * src/Makefile.am
135         * src/privacy.c                                 ** REMOVE **
136         * src/privacy.cpp                               ** NEW **
137         * src/privacy.h
138         * src/plugins/pgpmime/Makefile.am
139         * src/plugins/pgpmime/passphrase.h
140         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
141         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
142         * src/plugins/pgpmime/pgpmime.h
143         * src/plugins/pgpmime/prefs_gpg.h
144         * src/plugins/pgpmime/select-keys.h
145         * src/plugins/pgpmime/sgpgme.h
146                 change Privacy-API to C++
147
148 2005-02-15 [colin]      1.0.1cvs8
149
150         * src/mimeview.c
151         * src/common/utils.c
152                 Sanitize substitution for saved filenames:
153                 only \ / * and \r \n \t are bad. 
154
155 2005-02-15 [colin]      1.0.1cvs7
156
157         * src/compose.c
158         * src/procmime.c
159                 Optimize (constant instead of strlen). Thanks
160                 Alfons for the hint.
161
162 2005-02-14 [colin]      1.0.1cvs6
163
164         * src/compose.c
165         * src/procmime.c
166                 Use quoted-printable instead of 7bit or 8bit
167                 to encode "^From " and avoid mail corruption 
168                 on the MTA, as specified by RFC 3156. Thanks
169                 Hoa for the hint.
170
171 2005-02-12 [colin]      1.0.1cvs5
172
173         * src/filtering.c
174                 Remove wrong use of compose struct after
175                 compose_send(). Spotted by Alfons and Holger Berndt.
176
177 2005-02-10 [paul]       1.0.1cvs4
178
179         * src/compose.c
180                 sync with main, see ChangeLog 2005-02-10
181
182 2005-02-10 [colin]      1.0.1cvs3
183
184         * src/mainwindow.c
185                 dereference freed messageview,
186                 and don't try to use it after free.
187                 This caused occasional late segfaults
188                 when quitting.
189
190 2005-02-10 [colin]      1.0.1cvs2
191
192         * src/messageview.c
193                 Don't display html with plugin automatically
194                 (Dillo steals focus)
195
196 2005-02-09 [colin]      1.0.1cvs1
197
198         * src/mimeview.c
199         * src/mimeview.h
200         * src/messageview.c
201                 Display first relevant part using plugin
202                 if not text/plain if possible (useful for 
203                 vCalendar for example)
204
205 2005-02-08 [paul]       1.0.1
206
207         1.0.1 released
208
209 2005-02-08 [paul]       1.0.0cvs29
210
211         * po/de.po
212         * po/es.po
213         * po/fr.po
214         * po/it.po
215         * po/pt_BR.po
216         * po/sk.po
217         * po/sr.po
218                 updated by Thomas Gilgin, Ricardo Mones Lastra,
219                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
220                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
221
222 2005-02-05 [paul]       1.0.0cvs28
223
224         * src/compose.c
225                 fix Bug 682 'redirect is broken'
226
227
228 2005-02-05 [thorsten]   1.0.0cvs27
229
230         * src/partial_download.c
231                 fix buf overflow
232
233 2005-02-03 [colin]      1.0.0cvs26
234
235         * src/common/plugin.c
236                 Don't load GTK2 plugins at all. This solves
237                 the plugins problem when switching between
238                 GTK1 and GTK2 version.
239
240 2005-02-02 [colin]      1.0.0cvs25
241
242         * src/messageview.c
243                 Fix dangerous typo
244
245 2005-01-31 [colin]      1.0.0cvs24
246
247         * src/compose.c
248                 Fix MsgInfo reference leak
249
250 2005-01-28 [colin]      1.0.0cvs23
251
252         * src/folderview.c
253                 Change check - partial_recv is not cached.
254
255 2005-01-28 [colin]      1.0.0cvs22
256
257         * src/folderview.c
258                 Don't call partial_mark_for_delete() when 
259                 it's useless
260
261 2005-01-27 [colin]      1.0.0cvs21
262
263         * src/procmsg.c
264         * src/compose.c
265                 Fix build - sorry.
266
267 2005-01-27 [christoph]  1.0.0cvs20
268
269         * src/folder.c
270                 use normal message remove function if a folder has no function
271                 to remove all messages
272
273         * src/folderview.c
274                 fix memory leak
275
276 2005-01-27 [colin]      1.0.0cvs19
277
278         * src/procmime.c
279                 Forgot to commit this file with cvs18.
280
281 2005-01-27 [colin]      1.0.0cvs18
282
283         * src/compose.c
284                 Uhm, better not touch the original msginfo_list.
285
286 2005-01-27 [colin]      1.0.0cvs17
287
288         * src/procmsg.c
289         * src/procmsg.h
290                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
291         * src/compose.c
292                 ... And use it to be able to reply to the currently 
293                 selected MimeInfo.
294
295 2005-01-27 [colin]      1.0.0cvs16
296
297         * src/messageview.c
298         * src/summaryview.c
299         * src/compose.c
300         * src/compose.h
301         * src/toolbar.c
302         * src/mainwindow.c
303                 Factorize this reply mess
304
305 2005-01-26 [paul]       1.0.0cvs15
306
307         * ChangeLog
308         * ChangeLog.jp
309         * src/common/template.c
310                 sync with main, (fix memory leak), see ChangeLog
311                 2005-01-25
312
313 2005-01-25 [paul]       1.0.0cvs14
314
315         * src/compose.c
316                 compose_redirect(): fix sensitivity of attachment 
317                 "Properties..." button
318
319 2005-01-24 [colin]      1.0.0cvs13
320
321         * src/summaryview.c
322                 Freeze clist during operations involving message
323                 lists.
324
325 2005-01-24 [paul]       1.0.0cvs12
326
327         * ChangeLog
328         * ChangeLog.jp
329         * src/messageview.c
330         * src/mh.c
331         * src/common/utils.c
332                 sync with main, see ChangeLog 2005-01-19
333
334 2005-01-24 [colin]      1.0.0cvs11
335
336         * src/procheader.c
337                 Fix build with MIPSpro compiler.
338                 Patch by Ivan Rayner <ivanr@sgi.com>
339
340 2005-01-24 [colin]      1.0.0cvs10
341
342         * src/folderview.c
343                 Use (+) in collapsed folders with quicksearch-
344                 matching subfolders
345
346 2005-01-23 [holger]     1.0.0cvs9
347
348         * src/crash.c
349                 Include missing header file
350
351 2005-01-22 [colin]      1.0.0cvs8
352
353         * src/summaryview.c
354         * src/gtk/quicksearch.c
355                 Make recursive quicksearch work in
356                 root folders (and code fixes)
357
358 2005-01-21 [colin]      1.0.0cvs7
359
360         * src/summaryview.c
361                 Set cursor to wait while looking in subfolders
362
363 2005-01-21 [colin]      1.0.0cvs6
364
365         * src/summaryview.c
366                 Don't clear quicksearch if recursion is on,
367                 even if !sticky
368
369 2005-01-21 [colin]      1.0.0cvs5
370
371         * src/gtk/quicksearch.c
372         * src/prefs_common.c
373         * src/prefs_common.h
374                 Add option to recurse or not
375
376 2005-01-21 [colin]      1.0.0cvs4
377
378         * src/folder.h
379         * src/folderview.c
380         * src/folderview.h
381         * src/summaryview.c
382         * src/gtk/quicksearch.c
383         * src/gtk/quicksearch.h
384                 Make quicksearch recursive - results materialized
385                 by search icons in the folderview.
386
387 2005-01-20 [holger]     1.0.0cvs3
388
389         * src/addrindex.c
390         * src/addrindex.h
391                 Add addrindex_load_person_attribute() (for plugins)
392
393 2005-01-19 [colin]      1.0.0cvs2
394
395         * src/mbox.c
396         * src/mbox.h
397         * src/mainwindow.c
398         * src/summaryview.c
399         * src/summaryview.h
400                 Add an easy way to export specific messages
401                 to an mbox file.
402
403 2005-01-19 [paul]       1.0.0cvs1
404
405         * po/ja.po
406         * po/ko.po
407                 updated by  Rui Hirokawa and
408                 SungHyun Nam
409
410 2005-01-18 [paul]       1.0.0
411
412         * version 1.0.0 released
413
414 2005-01-17 [thorsten]   0.9.13cvs38
415
416         * src/crash.c
417         * src/gtk/pluginwindow.c
418                 return value of filesel should not be free()d
419
420 2005-01-17 [paul]       0.9.13cvs37
421
422         * AUTHORS
423         * po/es.po
424         * po/fr.po
425         * po/hr.po
426         * po/it.po
427         * po/pt_BR.po
428         * po/sk.po
429         * po/sr.po
430                 update translations. submitted by Ricardo Mones
431                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
432                 Frederico Goncalves Guimaraes, Andrej Kacian,
433                 Aleksandar Urosevic
434
435 2005-01-16 [colin]      0.9.13cvs36
436
437         * src/prefs_toolbar.c
438                 Fix two leaks, both found by Alfons.
439
440 2005-01-15 [paul]       0.9.13cvs35
441
442         * src/gtk/pluginwindow.c
443                 fix 2 memleaks, patch by Alfons
444
445 2005-01-15 [paul]       0.9.13cvs34
446
447         * ChangeLog
448         * ChangeLog.jp
449         * src/common/template.c
450                 sync with main, see ChangeLog 2005-01-11
451                 (fix potential memory corruption bug)
452
453 2005-01-14 [colin]      0.9.13cvs33
454
455         * src/html.c
456         * src/msgcache.c
457                 Fix coding style issues from the last patch
458
459 2005-01-14 [colin]      0.9.13cvs32
460
461         * src/msgcache.c
462                 Fix possible double free, avoid putting 8k on the stack
463         * src/html.c
464         * src/html.h
465                 Fix links with tags inside, add some entities
466         * AUTHORS
467                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
468
469 2005-01-09 [thorsten]   0.9.13cvs31
470
471         * tools/calypso_convert.pl
472                 support nested subdirs (possible in recent calypso versions)
473                 fix "change of readonly value" error with perl >= 5.8
474
475 2005-01-08 [colin]      0.9.13cvs30
476
477         * src/prefs_filtering_action.c
478                 Plug leak - patch by Alfons
479
480 2005-01-07 [paul]       0.9.13cvs29
481
482         * ChangeLog
483         * ChangeLog.jp
484         * src/pop.c
485         * src/pop.h
486                 sync with main, see ChangeLog 2005-01-06
487
488 2005-01-06 [colin]      0.9.13cvs28
489
490         * src/prefs_matcher.c
491                 Plug leak. Patch by Alfons
492
493 2005-01-04 [christoph]  0.9.13cvs27
494
495         * src/folderview.c
496         * src/imap_gtk.c
497         * src/news_gtk.c
498                 Create extra popup menu entries for account settings
499
500         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
501
502 2005-01-03 [colin]      0.9.13cvs26
503
504         * src/main.c
505                 Plugins should be loaded before --receive or --receive-all 
506                 is processed. 
507                 Patch by Felix Eckhofer <felix-ml@tribut.de>
508
509 2005-01-03 [colin]      0.9.13cvs25
510
511         * src/pop.c
512         * src/pop.h
513                 Add data_len member, because we can get NULs from network
514                 Patch by Alfons
515
516 2005-01-01 [colin]      0.9.13cvs24
517
518         * src/procmime.c
519                 Fix possible memleak in corner case - found by
520                 Martin Kluge, patch by Alfons
521
522 2004-12-30 [colin]      0.9.13cvs23
523
524         * src/account.c
525                 Fix prototypes - patch by Alfons
526
527 2004-12-30 [paul]       0.9.13cvs22
528
529         * ChangeLog
530         * ChangeLog.jp
531         * NEWS
532         * src/account.c
533                 sync with main 1.0.0.
534                 see ChangeLog 2004-12-22
535
536 2004-12-18 [paul]       0.9.13cvs21
537
538         * AUTHORS
539         * ChangeLog
540         * ChangeLog.jp
541         * src/action.c
542                 sync with main, see ChangeLog 2004-12-17
543
544 2004-12-17 [thorsten]   0.9.13cvs20
545
546         * src/compose.c
547                 protect trailing spaces when signing message
548
549 2004-12-16 [paul]       0.9.13cvs19
550
551         * ChangeLog
552         * ChangeLog.jp
553         * NEWS
554         * src/compose.c
555         * src/syldap.c
556                 sync with main 1.0.0rc
557                 see ChangeLog 2004-12-15
558
559 2004-12-14 [colin]      0.9.13cvs18
560
561         * src/gtk/prefswindow.c
562                 Fix build. Sorry :)
563
564 2004-12-14 [colin]      0.9.13cvs17
565
566         * src/gtk/gtkutils.c
567         * src/gtk/gtkutils.h
568         * src/gtk/prefswindow.c
569                 Catch Enter in prefswindow while in text
570                 widget. Patch by Alfons.
571
572 2004-12-14 [paul]       0.9.13cvs16
573
574         * ChangeLog
575         * ChangeLog.jp
576         * src/action.c
577         * src/compose.c
578         * src/common/utils.c
579                 sync with main, see ChangeLog entries 2004-12-10
580                 and 2004-12-13
581
582         * po/ru.po
583                 updated by Pavlo Bohmat
584
585 2004-12-13 [thorsten]   0.9.13cvs15
586
587         * src/plugins/spamassassin/libspamc.c
588                 fix memleak
589
590 2004-12-13 [colin]      0.9.13cvs14
591
592         * src/gtk/prefswindow.c
593         * src/gtk/pluginwindow.c
594                 Fix key_pressed handlers
595
596 2004-12-11 [colin]      0.9.13cvs13
597
598         * src/quote_fmt_parse.y
599                 Rework quote_fmt_parse to use less local 
600                 arrays in local blocks, so it doesn't 
601                 freak out IBM's stack protector. Patch
602                 by Alfons.
603
604 2004-12-10 [colin]      0.9.13cvs12
605
606         * src/messageview.c
607                 Fix logic error
608         * src/mainwindow.c
609                 Fix corruptions when de-separating messageview
610
611 2004-12-10 [paul]       0.9.13cvs11
612
613         * src/prefs_themes.c
614                 use a different set of icons for the Preview
615
616 2004-12-09 [colin]      0.9.13cvs10
617
618         * src/procmime.c
619                 Fix procmime_encode_content doing horribly wrong
620                 stuff when encoding to B64 from memory
621
622 2004-12-08 [colin]      0.9.13cvs9
623
624         * src/gtk/colorlabel.c
625                 Fix color label off-by-one
626                 Patch by Alfons
627
628 2004-12-08 [hoa]        0.9.13cvs8
629
630         * src/quote_fmt_parse.y
631                 really fix buffer overflow
632
633 2004-12-08 [colin]      0.9.13cvs7
634
635         * src/matcher_parser_parse.y
636         * src/msgcache.c
637         * src/prefs_matcher.c
638         * src/procheader.c
639         * src/matcher.c
640         * src/common/defs.h
641                 Cache total_size and use that to speed up
642                 'partial' match.
643                 Add 'partial' to the list of useable stuff
644                 in filtering
645
646 2004-12-08 [paul]
647
648         * po/sr.po
649                 updated by URKE MMI
650
651 2004-12-08 [colin]      0.9.13cvs6
652
653         * src/textview.c
654                 Fix possible boundary overrun in
655                 get_email_part(). Patch by Alfons
656
657 2004-12-08 [hoa]        0.9.13cvs5
658
659         * src/quote_fmt_parse.y
660                 fix buffer overflow
661                 http://bugs.gentoo.org/show_bug.cgi?id=67253
662
663 2004-12-07 [thorsten]   0.9.13cvs4
664
665         * src/procmime.c
666                 fix leak introduced with 0.9.13cvs1
667
668 2004-12-07 [keith]      0.9.13cvs3
669
670         * src/procmime.c
671                 Fix typo
672
673 2004-12-07 [colin]      0.9.13cvs2
674
675         * AUTHORS
676         * src/prefs_account.c
677         * src/common/smtp.c
678         * src/common/smtp.h
679                 Add SMTP PLAIN authentication. Patch by 
680                 George Michaelson <ggm@apnic.net>
681
682 2004-12-07 [thorsten]   0.9.13cvs1
683
684         * src/procmime.c
685                 [Bug 650] reply button causes crash
686                 Patch partly by David Relson
687
688 2004-12-06 [paul]       0.9.13
689
690         0.9.13 released
691
692 2004-12-06 [paul]
693
694         * po/sk.po
695                 updated by Andrej Kacian
696         * INSTALL
697         * README.claws
698                 updated
699         
700 2004-12-06 [christoph]
701
702         * configure.ac
703                 move GPGME check to PGP/MIME plugin checks
704
705 2004-12-06 [colin]      0.9.12cvs187
706
707         * src/compose.c
708                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
709
710 2004-12-06 [paul]       0.9.12cvs186
711
712         * INSTALL
713         * README.claws
714                 updated
715         * po/es.po
716         * po/fr.po
717         * po/it.po
718         * po/ja.po
719         * po/pt_BR.po
720         * po/zh_CN.po
721                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
722                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
723                 and Yang Guilong
724
725 2004-12-05 [paul]       0.9.12cvs185
726
727         * INSTALL
728         * Makefile.am
729         * README.claws
730                 update
731         * TODO.claws    **REMOVED**
732                 removed, use the wiki instead
733         * tools/Makefile.am
734         * tools/README
735                 remove newscache_conv.pl from the release package
736                 and notes as it is broken and not currently maintained
737         * tools/filter_conv.pl
738                 use --config-dir to find claws' config dir
739         * tools/kdeservicemenu/README
740         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
741         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
742                 make a top-level menu entry
743
744 2004-12-04 [paul]       0.9.12cvs184
745
746         * src/addrharvest.c
747                 conv_unmime_header_overwrite(name)
748
749 2004-12-04 [colin]      0.9.12cvs183
750
751         * src/compose.c
752                 Fix saving of compose window position
753                 when sending mail. Patch by Alfons.
754
755 2004-12-04 [paul]       0.9.12cvs182
756
757         * ChangeLog
758         * ChangeLog.jp
759         * INSTALL
760         * NEWS
761         * README
762         * README.jp
763         * doc/manual/ja/Makefile.am
764         * doc/manual/ja/sylpheed-1.html
765         * doc/manual/ja/sylpheed-10.html
766         * doc/manual/ja/sylpheed-11.html
767         * doc/manual/ja/sylpheed-12.html
768         * doc/manual/ja/sylpheed-13.html
769         * doc/manual/ja/sylpheed-14.html
770         * doc/manual/ja/sylpheed-15.html
771         * doc/manual/ja/sylpheed-16.html
772         * doc/manual/ja/sylpheed-17.html
773         * doc/manual/ja/sylpheed-18.html
774         * doc/manual/ja/sylpheed-19.html
775         * doc/manual/ja/sylpheed-2.html
776         * doc/manual/ja/sylpheed-20.html
777         * doc/manual/ja/sylpheed-3.html
778         * doc/manual/ja/sylpheed-4.html
779         * doc/manual/ja/sylpheed-5.html
780         * doc/manual/ja/sylpheed-6.html
781         * doc/manual/ja/sylpheed-7.html
782         * doc/manual/ja/sylpheed-8.html
783         * doc/manual/ja/sylpheed-9.html
784         * doc/manual/ja/sylpheed.html
785         * doc/manual/ja/sylpheed.sgml
786         * src/Makefile.am
787         * src/procmime.c
788         * src/pixmaps/regular.xpm **REMOVED**
789                 sync with main 1.0.0beta4, including: "canonicalize text files
790                 before encoding to BASE64, and uncanonicalize after decoding
791                 to conform with RFC 2045" 
792
793 2004-12-03 [christoph]  0.9.12cvs181
794
795         * src/compose.c
796                 build the Privacy System menu without GtkItemFactory to
797                 allow '/' in Privacy System names
798
799         * src/plugins/pgpmime/pgpmime.c
800         * src/plugins/pgpmime/plugin.c
801                 Update description and change Privacy System name
802
803 2004-12-03 [paul]
804
805         * src/pixmaps/dir_close.xpm
806         * src/pixmaps/dir_open.xpm
807         * src/pixmaps/drafts_close.xpm
808         * src/pixmaps/drafts_open.xpm
809         * src/pixmaps/group.xpm
810         * src/pixmaps/unread.xpm
811                 update icons (sync with main (adjust hue))      
812
813 2004-12-02 [paul]       0.9.12cvs180
814
815         * ChangeLog
816         * ChangeLog.jp
817         * src/Makefile.am
818         * src/pop.c
819         * src/common/utils.c
820         * src/common/utils.h
821         * src/pixmaps/folder.xpm **REMOVED**
822                 sync with main
823                 fixes bug 644 'extra CRs in subject line break filtering' 
824
825 2004-12-02 [colin]      0.9.12cvs179
826
827         * src/compose.c
828                 Prevent duplicate edition of queued
829                 and drafted mails
830
831 2004-12-02 [colin]      0.9.12cvs178
832
833         * src/compose.c
834                 Fix quote linewrapping ignoring pref
835                 Patch by Alfons
836
837 2004-11-30 [colin]      0.9.12cvs177
838
839         * src/gtk/prefswindow.c
840         * src/gtk/pluginwindow.c
841                 Add shortcut keys to prefs window
842                 and plugin window. Patch by Fabien Vantard.
843
844 2004-11-29 [colin]      0.9.12cvs176
845
846         * src/folderview.c
847                 Fix disappearing separators in folderview's popup
848
849 2004-11-29 [colin]      0.9.12cvs175
850
851         * src/procmime.c
852                 Another format bug
853
854 2004-11-29 [colin]      0.9.12cvs174
855
856         * src/pop.c
857                 Fix format string
858
859 2004-11-26 [colin]      0.9.12cvs173
860
861         * src/common/smtp.c
862         * src/common/smtp.h
863                 Use ESMTP for all servers advertising it
864                 Add SIZE= parameter to MAIL command for 
865                 ESMTP servers
866
867 2004-11-24 [colin]      0.9.12cvs172
868
869         * src/plugins/pgpmime/pgpmime.c
870                 Forgot one :(
871
872 2004-11-24 [colin]      0.9.12cvs171
873
874         * src/plugins/pgpmime/pgpmime.c
875                 Fix numerous GpgmeGtk leaks
876
877 2004-11-24 [colin]      0.9.12cvs170
878
879         * src/plugins/pgpmime/pgpmime.c
880                 Fix numerous GpgmeCtx leaks
881
882 2004-11-24 [colin]      0.9.12cvs169
883
884         * src/plugins/pgpmime/plugin.c
885                 Update requirements
886         * src/plugins/trayicon/Makefile.am
887         * src/plugins/trayicon/newmarkedmail.xpm
888         * src/plugins/trayicon/trayicon.c
889         * src/plugins/trayicon/unreadmarkedmail.xpm
890                 Add new icons when there are unread marked mails
891                 answers
892
893 2004-11-23 [thorsten]   0.9.12cvs168
894
895         * src/plugins/pgpmime/plugin.c
896                 typo: plugin_init instead of plugin_done
897
898 2004-11-23 [thorsten]   0.9.12cvs167
899
900         * commitHelper
901                 o add me
902         * src/partial_download.c
903         * src/partial_download.h
904                 o fix path for includes
905
906 2004-11-23 [colin]      0.9.12cvs166
907
908         * src/procmime.c
909                 Uh, changed API.
910
911 2004-11-23 [colin]      0.9.12cvs165
912
913         * src/procmime.c
914                 Fix mime headers wrapping
915
916 2004-11-23 [christoph]  0.9.12cvs164
917
918         * src/common/Makefile.am
919         * src/common/partial_download.[ch]
920         * src/Makefile.am
921         * src/partial_download.[ch]
922         * src/folderview.c
923                 move to src because it depends on src stuff
924
925         * src/codeconv.c
926         * src/common/base64.h
927                 move B64LEN macro to base64.h
928
929         * src/compose.c
930         * src/privacy.[ch]
931                 add PrefsAccount to sign-function parameters
932
933         * src/main.c
934         * src/prefs_account.[ch]
935         * src/gtk/prefswindow.[ch]
936                 o use new prefswindow for account prefs
937                 o add possibility to add new pages to account prefs
938
939         * src/plugins/pgpmime/prefs_gpg.[ch]
940         * src/plugins/pgpmime/prefs_gpg.glade
941                 add account prefs for GPG
942
943         * src/plugins/pgpmime/pgpmime.c
944         * src/plugins/pgpmime/sgpgme.[ch]
945                 create signers list based on the GPG account prefs
946
947 2004-11-23 [colin]      0.9.12cvs163
948
949         * src/main.c
950                 Fix cursor going from normal to wait
951                 as many times as there are folders
952                 (very noticeable on exported displays)
953
954 2004-11-23 [colin]      0.9.12cvs162
955
956         * src/msgcache.c
957                 HEAD needs this leak fix too
958
959 2004-11-22 [luke]       0.9.12cvs161
960
961         * src/gtk/gtkstext.c
962                 'Up' key moves one line (not one paragraph) like 'Down'
963
964 2004-11-22 [paul]       0.9.12cvs160
965
966         * src/prefs_themes.c
967                 fix oversized GtkFrames
968
969 2004-11-19 [paul]       0.9.12cvs159
970
971         * src/prefs_common.c
972                 update prefs_keybind_apply_clicked()
973
974 2004-11-18 [paul]       0.9.12cvs158
975
976         * src/compose.c
977         * src/messageview.c
978         * src/common/utils.c
979         * src/common/utils.h
980                 use Message-ID format like that previously
981                 used in compose_generate_msgid()
982
983 2004-11-17 [christoph]  0.9.12cvs157
984
985         * src/mainwindow.c
986         * src/prefs_common.c
987                 integrate "Common preferences" into new preferences dialog
988
989 2004-11-17 [colin]      0.9.12cvs156
990
991         * src/prefs_account.c
992         * src/prefs_account.h
993         * src/procmsg.c
994                 Add an option to let the user choose to store encrypted
995                 mail as clear text or encrypted.
996
997 2004-11-17 [colin]      0.9.12cvs155
998
999         * src/compose.c
1000         * src/toolbar.c
1001                 Be verbose when sending fails
1002         * src/procmsg.c
1003                 Fix procmsg_send_queue returning 0 when there's an error
1004                 Don't send messages to be encrypted to nobody 
1005
1006
1007 2004-11-17 [colin]      0.9.12cvs154
1008
1009         * src/privacy.c
1010                 Fix more pointer confusion
1011
1012 2004-11-17 [paul]       0.9.12cvs153
1013
1014         * src/procmime.h
1015                 forgotten in sync with main 1.0.0beta3
1016
1017
1018 2004-11-17 [paul]       0.9.12cvs152
1019
1020         * ChangeLog
1021         * ChangeLog.jp
1022         * NEWS
1023         * src/compose.c
1024         * src/jpilot.c
1025         * src/procmime.c
1026                 sync with main 1.0.0beta3
1027                 see ChangeLog 2004-11-15 and 2004-11-16
1028
1029 2004-11-17 [colin]      0.9.12cvs151
1030
1031         * src/plugins/pgpmime/pgpmime.c
1032                 Remove debug printf
1033
1034 2004-11-17 [colin]      0.9.12cvs150
1035
1036         * src/plugins/pgpmime/pgpmime.c
1037                 Fix off-by-one causing segs
1038
1039 2004-11-17 [colin]      0.9.12cvs149
1040
1041         * src/procmsg.c
1042                 < Reboot_> don't compare pointers to NULL with !
1043                 So, use the other form to bring consistency.
1044                 Also fix coding style.
1045
1046 2004-11-16 [colin]      0.9.12cvs148
1047
1048         * src/procmsg.c
1049                 Fix the fix :)
1050
1051 2004-11-16 [colin]      0.9.12cvs147
1052
1053         * src/procmsg.c
1054                 Fix leaks in procmsg_send_message_queue
1055
1056 2004-11-12 [paul]       0.9.12cvs146
1057
1058         * src/prefs_account.c
1059         * src/procmime.c
1060         * src/procmime.h
1061                 fix sync breakage 
1062
1063 2004-11-12 [paul]
1064
1065         * src/pixmaps/complete.xpm
1066         * src/pixmaps/continue.xpm
1067                 small sync with main, see ChangeLog 2004-11-11
1068
1069 2004-11-11 [paul]       0.9.12cvs145
1070
1071         * ChangeLog
1072         * ChangeLog.jp
1073         * src/account.c
1074         * src/folderview.c
1075         * src/folderview.h
1076         * src/imap.c
1077         * src/imap_gtk.c
1078         * src/inc.c
1079         * src/mainwindow.c
1080         * src/mh_gtk.c
1081         * src/news_gtk.c
1082         * src/pop.c
1083         * src/prefs_account.c
1084         * src/prefs_account.h
1085         * src/prefs_ext_prog.c
1086         * src/procmsg.c
1087         * src/procmsg.h
1088         * src/summary_search.c
1089         * src/summaryview.c
1090         * src/textview.c
1091         * src/common/defs.h
1092         * src/common/utils.c
1093         * src/common/utils.h
1094         * src/gtk/menu.c
1095         * src/gtk/menu.h
1096                 sync with main 1.0.0beta2 (plus 4)
1097
1098 2004-11-09 [christoph]  0.9.12cvs144
1099
1100         * src/compose.c
1101         * src/prefs_account.[ch]
1102                 add option menu to select default privacy system
1103
1104         * src/plugins/pgpmime/pgpmime.c
1105                 better memory allocation
1106
1107         * src/folder.c
1108                 syncronize flags when scanning a folder
1109
1110 2004-11-08 [colin]      0.9.12cvs143
1111
1112         * src/summaryview.c
1113                 Prevent useless folder count updates while 
1114                 quicksearch is running. It is really annoying 
1115                 while quicksearch is running a full-mail
1116                 scan, like 'b foo', in a big folder.
1117
1118 2004-11-08 [colin]      0.9.12cvs142
1119
1120         * src/textview.c
1121                 Really fix these mail URIs
1122
1123 2004-11-08 [colin]      0.9.12cvs141
1124
1125         * src/textview.c
1126                 fix "colin@colino.net" <colin@colino.net> 
1127                 types of URIs
1128
1129 2004-11-06 [colin]      0.9.12cvs140
1130
1131         * src/compose.c
1132                 Don't ask for passphrase if not sending
1133
1134 2004-11-05 [christoph]  0.9.12cvs139
1135
1136         * src/compose.c
1137                 o encode text content of composed mails
1138         * src/procmime.c
1139                 o allow encoding of MimeInfos that are stored in memory buffers
1140                 
1141
1142 2004-11-03 [paul]       0.9.12cvs138
1143
1144         * po/POTFILES.in
1145                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1146                 Patch submitted by Fabien Vantard
1147
1148         * src/prefs_ext_prog.c
1149                 fix typos. Patch submitted by Fabien Vantard
1150
1151         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1152         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1153                 add German, Spanish, Italian, Brazilian Portuguese,
1154                 and Slovak translations. Submitted by Thomas Gilgin,
1155                 J. José del Río 'partymola', Andrea Spadaccini,
1156                 Frederico Goncalves Guimaraes, and Andrej Kacian
1157
1158 2004-11-01 [christoph]  0.9.12cvs137
1159
1160         * src/procmime.c
1161                 implement RFC2231's parameter encoding
1162
1163 2004-10-29 [colin]      0.9.12cvs136
1164
1165         * src/common/utils.c
1166                 Fix boundary delimiter (a Pine user gets this:
1167                 > Malformed message: Unexpected characters at end of parameters:
1168                 > =_Thu__28_Oct_2)
1169
1170 2004-10-29 [paul]
1171
1172         * tools/textviewer.sh
1173                 fix typo. patch submitted by Johann Koenig 
1174                 <explosive@hvc.rr.com>
1175
1176 2004-10-29 [paul]
1177
1178         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1179         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1180                 add French translations, submitted by Fabien Vantard
1181
1182 2004-10-28 [christoph]  0.9.12cvs135
1183
1184         * doc/src/rfc2231.txt                           ** NEW **
1185         * src/procmime.c
1186         * src/common/quoted-printable.c
1187         * src/common/utils.[ch]
1188                 implement RFC2231's parameter decoding
1189
1190 2004-10-27 [paul]
1191
1192         * tools/kdeservicemenu/README
1193         * tools/kdeservicemenu/install.sh
1194         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1195         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1196         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1197                 output files to /tmp instead of littering the
1198                 current dir
1199                 add uninstall function
1200                 refactor
1201
1202 2004-10-26 [christoph]  0.9.12cvs134
1203
1204         * src/procmime.c
1205                 better check if parameters have to be in quoted string
1206
1207 2004-10-25 [paul]
1208
1209         * tools/kdeservicemenu/README
1210         * tools/kdeservicemenu/install.sh
1211         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1212         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1213         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1214                 add files for Sylpheed Service Menu in Konqueror
1215
1216 2004-10-22 [paul]       0.9.12cvs133
1217
1218         * src/compose.c
1219         * src/prefs_common.c
1220         * src/prefs_common.h
1221         * src/prefs_wrapping.c
1222                 remove 'smart wrapping'
1223
1224 2004-10-21 [colin]      0.9.12cvs132
1225
1226         * src/compose.c
1227                 Remove extraneous separator in Options
1228
1229 2004-10-21 [colin]      0.9.12cvs131
1230
1231         * src/compose.c
1232                 Replace "unknown" attachments by "application/octet-stream"
1233                 Be a bit more defensive when using strchr
1234
1235 2004-10-20 [paul]
1236
1237         * po/ru.po
1238                 updated by Pavlo Bohmat
1239
1240 2004-10-19 [christoph]  0.9.12cvs130
1241
1242         * src/compose.c
1243                 fix wrong menu entry path
1244
1245         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1246
1247         * src/gtk/menu.c
1248                 add extra check for missing menu entries
1249
1250 2004-10-19 [christoph]  0.9.12cvs129
1251
1252         * src/compose.c
1253         * src/common/utils.c
1254                 use utils' generate_msgid() in compose.c
1255
1256 2004-10-18 [christoph]  0.9.12cvs128
1257
1258         * src/plugins/pgpmime/passphrase.c
1259         * src/plugins/pgpmime/pgpmime.c
1260         * src/plugins/pgpmime/prefs_gpg.[ch]
1261         * src/plugins/pgpmime/prefs_gpg.glade
1262         * src/plugins/pgpmime/sgpgme.c
1263                 add GPG prefs
1264
1265 2004-10-18 [christoph]  0.9.12cvs127
1266
1267         * src/addrbook.c
1268         * src/addrcache.c
1269         * src/addressbook.c
1270         * src/codeconv.c
1271         * src/compose.c
1272         * src/customheader.c
1273         * src/editaddress.c
1274         * src/editgroup.c
1275         * src/exporthtml.c
1276         * src/folder.c
1277         * src/folderview.c
1278         * src/imap.c
1279         * src/jpilot.c
1280         * src/main.c
1281         * src/matcher_parser_parse.y
1282         * src/mbox.c
1283         * src/pop.c
1284         * src/prefs_account.c
1285         * src/prefs_gtk.c
1286         * src/prefs_msg_colors.c
1287         * src/procheader.c
1288         * src/procmime.[ch]
1289         * src/procmsg.c
1290         * src/summaryview.c
1291         * src/textview.c
1292         * src/common/base64.c
1293         * src/common/partial_download.c
1294         * src/common/socket.c
1295         * src/common/sylpheed.c
1296         * src/common/utils.[ch]
1297         * src/gtk/filesel.c
1298         * src/gtk/pluginwindow.c
1299         * src/gtk/quicksearch.c
1300         * src/plugins/pgpmime/pgpmime.c
1301         * src/plugins/pgpmime/plugin.c
1302         * src/plugins/pgpmime/select-keys.c
1303         * src/plugins/pgpmime/sgpgme.c
1304         * src/plugins/spamassassin/libspamc.c
1305         * src/plugins/trayicon/trayicon.c
1306         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1307         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1308                 o don't use any GNU C extensions
1309                 o fix warnings
1310                 o replace some non-POSIX functions
1311
1312         * src/plugins/spamassassin/spamassassin.[ch]
1313         * src/plugins/spamassassin/spamassassin_gtk.c
1314         * src/plugins/clamav/clamav_plugin.[ch]
1315         * src/plugins/clamav/clamav_plugin_gtk.c
1316                 replace statusbar_print_all() from common code because it is a
1317                 GUI function
1318
1319 2004-10-17 [paul]
1320
1321         * po/es.po
1322         * po/ko.po
1323         * AUTHORS
1324                 update Spanish and Korean translations,
1325                 submitted by Ricardo Mones Lastra and
1326                 SungHyun Nam
1327
1328 2004-10-13 [colin]      0.9.12cvs126
1329
1330         * src/compose.c
1331                 Don't convert message to forced encoding when 
1332                 drafting, plus minor magic-values cleanup.
1333
1334 2004-10-13 [colin]      0.9.12cvs125
1335
1336         * po/POTFILES.in
1337                 Update POTFILES.in to reflect the source
1338                 place changes
1339
1340 2004-10-08 [christoph]  0.9.12cvs124
1341
1342         * m4/spamassassin.m4
1343                 fix libspamc OpenSSL
1344
1345         * src/compose.c
1346                 rearrange the compose menu
1347
1348 2004-10-08 [christoph]  0.9.12cvs123
1349
1350         * src/Makefile.am
1351         * src/account.c
1352         * src/compose.[ch]
1353         * src/crash.c
1354         * src/main.c
1355         * src/mimeview.c
1356         * src/passphrase.[ch]                           ** REMOVE **
1357         * src/prefs_account.[ch]
1358         * src/prefs_common.[ch]
1359         * src/privacy.[ch]
1360         * src/procmime.[ch]
1361         * src/procmsg.c
1362         * src/rfc2015.[ch]                              ** REMOVE **
1363         * src/select-keys.[ch]                          ** REMOVE **
1364         * src/common/utils.[ch]
1365         * src/gtk/about.c
1366         * src/plugins/pgpmime/Makefile.am
1367         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1368         * src/plugins/pgpmime/pgpmime.c
1369         * src/plugins/pgpmime/plugin.c
1370         * src/plugins/pgpmime/prefs_gpg.[ch]
1371         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1372         * src/plugins/pgpmime/sgpgme.[ch]
1373                 o Add new MIME-Writer
1374                 o extend PrivacySystem with sign and encrypt functions
1375                 o extend PGP/MIME plugin with sign and encrypt functions
1376                 o integrate extended Privacy API in Compose and Sending process
1377
1378 2004-10-04 [colin]      0.9.12cvs122
1379
1380         * src/mainwindow.c
1381         * src/messageview.c
1382         * src/messageview.h
1383         * src/textview.c
1384                 Make forced encoding limited to messageview and
1385                 apply only to parts displayed using textview
1386
1387 2004-10-04 [colin]      0.9.12cvs121
1388
1389         * src/summaryview.c
1390                 Fix bug #605 (collapsed threads re-expand when moving or
1391                 deleting mails)
1392
1393 2004-10-03 [colin]      0.9.12cvs120
1394
1395         * src/summaryview.c
1396                 Fix bug #602
1397
1398 2004-10-02 [colin]      0.9.12cvs119
1399
1400         * src/mainwindow.c
1401         * src/messageview.c
1402         * src/prefs_common.h
1403         * src/procmime.c
1404         * src/procmime.h
1405         * src/textview.c
1406                 Clean up forced charset feature
1407                 Add forced decode
1408
1409 2004-10-01 [colin]      0.9.12cvs118
1410
1411         * src/mimeview.c
1412                 Better fix for Save all: skip multipart mails' first 
1413                 text part
1414
1415 2004-10-01 [colin]      0.9.12cvs117
1416
1417         * src/mimeview.c
1418                 Only save attachments in Save All
1419
1420 2004-10-01 [paul]       0.9.12cvs116
1421
1422         * ChangeLog
1423         * ChangeLog.jp
1424         * src/account.c
1425         * src/prefs_common.c
1426         * src/gtk/colorlabel.c
1427                 sync with main 0.9.12cvs17
1428
1429 2004-09-30 [colin]      0.9.12cvs115
1430
1431         * src/stock_pixmap.c
1432         * src/stock_pixmap.h
1433         * src/folderview.c
1434         * src/Makefile.am
1435         * src/pixmaps/read.xpm
1436                 Add icon for total # column
1437
1438 2004-09-29 [colin]      0.9.12cvs114
1439
1440         * src/compose.c
1441                 Don't close compose until message is sent if 
1442                 Show Send Dialog is Always
1443
1444 2004-09-29 [paul]       0.9.12cvs113
1445
1446         * src/quote_fmt_parse.y
1447                 In the quotation templates recognise sender's first and last 
1448                 names (%F %L) when the name is in the format "Duck, Donald".
1449                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1450
1451
1452 2004-09-28 [colin]      0.9.12cvs112
1453
1454         * src/mainwindow.c
1455                 Put back mnemonic
1456         * src/folderview.c
1457                 Fix Empty trash being visible-invisible-visible...
1458
1459 2004-09-28 [colin]      0.9.12cvs111
1460
1461         * src/mainwindow.c
1462                 Relabel Empty all Trash folders
1463
1464 2004-09-28 [colin]      0.9.12cvs110
1465
1466         * src/folderview.c
1467                 Add contextual Empty trash menu
1468         * src/mainwindow.c
1469                 Revert cvs109 which was useless
1470
1471 2004-09-28 [colin]      0.9.12cvs109
1472
1473         * src/mainwindow.c
1474                 Fix uninialized var
1475
1476 2004-09-28 [colin]      0.9.12cvs108
1477
1478         * src/addressbook.c
1479                 Fix triple-click
1480
1481 2004-09-28 [colin]      0.9.12cvs107
1482
1483         * src/addressbook.c
1484                 Fix double-click on entries
1485
1486 2004-09-28 [colin]      0.9.12cvs106
1487
1488         * src/inc.c
1489                 Reintroduce folder_item update freeze on incorporation
1490
1491 2004-09-27 [christoph]  0.9.12cvs105
1492
1493         * src/folderview.c
1494                 right-align new and unread column
1495
1496 2004-09-27 [paul]
1497
1498         * 0.9.12b released
1499
1500 2004-09-27 [paul]       0.9.12cvs104
1501
1502         * src/main.c
1503                 revert 0.9.12cvs101, it causes another segfault
1504
1505 2004-09-23 [christoph]  0.9.12cvs103
1506
1507         * src/plugins/spamassassin/libspamc.[ch]
1508         * src/plugins/spamassassin/utils.[ch]
1509                 update libspamc to SpamAssassin 3.0.0
1510
1511 2004-09-17 [paul]       0.9.12cvs102
1512
1513         * ChangeLog
1514         * ChangeLog.jp
1515         * src/inc.c
1516                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1517  
1518
1519 2004-09-17 [colin]      0.9.12cvs101
1520
1521         * src/main.c
1522                 Fix segfaults when quitting. valgrind says:
1523                         ==12144== Invalid read of size 4
1524                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1525                         [...]
1526                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1527                         [...]
1528                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1529
1530
1531 2004-09-13 [christoph]  0.9.12cvs100
1532
1533         * src/folder.c
1534                 add NULL pointer checks to fix segfault when messages can
1535                 not be fetched
1536
1537 2004-09-08 [colin]      0.9.12cvs99
1538
1539         * src/account.c
1540                 Remove a debug printf
1541
1542 2004-09-08 [christoph]  0.9.12cvs98
1543
1544         * src/procmsg.[ch]
1545                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1546                 if the message structure has been scanned
1547
1548         * src/folder.c
1549                 o scan structure when the mail is fetched for the first time
1550                   to prevent unnecessary fetching of messages while scanning
1551                   the folder for messages
1552                 o revert 0.9.12cvs24
1553
1554         * src/plugins/pgpmime/pgpmime.c
1555                 check signature if auto signature checking is enabled when the
1556                 signature status is requested for first time and not when
1557                 checking if a part has a signature
1558
1559 2004-09-07 [colin]      0.9.12cvs97
1560
1561         * src/inc.c
1562                 Change session error messages so that they
1563                 are a bit more helpful (the origin of the
1564                 error is not apparent if one isn't in 
1565                 front of Sylpheed when it happens).
1566
1567 2004-09-06 [colin]      0.9.12cvs96
1568
1569         * src/toolbar.c
1570                 Fix graying out Redirect in non english languages
1571                 Patch by Fabien Vantard
1572
1573 2004-09-06 [colin]      0.9.12cvs95
1574
1575         * src/summaryview.c
1576         * src/mimeview.c
1577                 Fix dropped URIs
1578
1579 2004-09-06 [colin]      0.9.12cvs94
1580
1581         * src/addressbook.c
1582         * src/addressitem.h
1583         * src/addritem.c
1584         * src/addritem.h
1585                 Add basic drag and drop to addressbook
1586
1587 2004-09-03 [colin]      0.9.12cvs93
1588
1589         * src/summaryview.c
1590                 Next/Prev unread message should start
1591                 from next/prev node (especially if 
1592                 mark_as_read_delay != 0)
1593
1594 2004-09-03 [colin]      0.9.12cvs92
1595
1596         * src/prefs_common.c
1597         * src/prefs_common.h
1598         * src/summaryview.c
1599                 Add an hidden 'mark_as_read_delay' pref 
1600
1601 2004-09-02 [colin]      0.9.12cvs91
1602
1603         * src/gtk/menu.c
1604                 Add unduplicated menu entries (fixes bug 532)
1605                 Patch by Fabien Vantard
1606
1607 2004-09-02 [colin]      0.9.12cvs90
1608
1609         * src/account.c
1610                 Fix bug 582 (broken auto account selection)
1611
1612 2004-09-02 [colin]      0.9.12cvs89
1613
1614         * src/addrindex.c
1615                 Free deleted queries too
1616
1617 2004-09-02 [colin]      0.9.12cvs88
1618
1619         * src/ldapquery.c
1620                 Fix freezes in LDAP, due to memory corruption
1621                 after deletion of a query (and not removing it
1622                 from the corresponding list of queries).
1623                 Very probably fixes bug 567 and bug 569
1624
1625 2004-09-02 [colin]      0.9.12cvs87
1626
1627         * src/prefs_spelling.c
1628                 Fix bug with aspell prefs init, where spell checking
1629                 is enabled at first but dictionary not specified. Use
1630                 LANG's dictionary by default.
1631
1632 2004-09-01 [colin]      0.9.12cvs86
1633
1634         * src/filtering.c
1635         * src/imap.c
1636         * src/prefs_matcher.c
1637         * src/stock_pixmap.c
1638                 Fix more nasty uninitialized variables
1639
1640 2004-08-31 [colin]      0.9.12cvs85
1641
1642         * src/folder.c
1643                 Fix memory corruption when entering procmsg_msginfo_free()
1644                 with unitialized msginfo. Thanks Valgrind.
1645
1646 2004-08-29 [colin]      0.9.12cvs84
1647
1648         * src/mimeview.c
1649                 Don't escape filenames before saving - that's 
1650                 not dangerous. By the way, fix the leak.
1651
1652 2004-08-27 [paul]       0.9.12cvs83
1653
1654         * src/mh.c
1655         * src/procheader.c
1656         * src/procmsg.c
1657         * src/procmsg.h
1658         * src/common/utils.c
1659         * src/gtk/menu.h
1660                 sync with main 0.9.12cvs6, see ChangeLog
1661                 2004-08-24, 2004-08-25, 2004-08-26
1662
1663
1664 2004-08-26 [paul]
1665
1666         * po/ja.po
1667                 updated by Rui Hirokawa
1668
1669 2004-08-25 [colin]      0.9.12cvs82
1670
1671         * src/plugins/pgpmime/pgpmime.c
1672                 Fix leak on non-combined encrypted messages
1673
1674 2004-08-25 [colin]      0.9.12cvs81
1675
1676         * src/plugins/pgpmime/pgpmime.c
1677         * src/plugins/pgpmime/sgpgme.c
1678         * src/plugins/pgpmime/sgpgme.h
1679                 Handle combined encryption/signature
1680
1681 2004-08-24 [colin]      0.9.12cvs80
1682
1683         * src/folder.c
1684                 Set mime flags on non multipart messages too
1685
1686 2004-08-23 [christoph]  0.9.12cvs79
1687
1688         * src/compose.c
1689                 create message header in memory as GString before writing it
1690                 to the message file
1691
1692 2004-08-23 [colin]      0.9.12cvs78
1693
1694         * src/rfc2015.c
1695         * src/rfc2015.h
1696         * src/compose.c
1697                 Fix (again) bug 197: inline encryption broken
1698
1699 2004-08-23 [paul]
1700
1701         * po/zh_CN.po
1702                 updated by Hansom Young
1703
1704 2004-08-23 [paul]
1705
1706         * 0.9.12a released
1707
1708 2004-08-23 [colin]      0.9.12cvs77
1709
1710         * src/imap.c
1711                 Try and fix bug 577 (session->last_access_time is broken since 
1712                 sync with main 0.9.12cvs2). 
1713                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1714
1715 2004-08-23 [paul]
1716
1717         * po/es.po
1718         * po/fr.po
1719         * po/pl.po
1720         * po/pt_BR.po
1721         * po/sk.po
1722         * po/sr.po
1723                 update translations. submitted by Ricardo
1724                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1725                 Frederico Goncalves Guimaraes, Andrej Kacian,
1726                 Urke MMI
1727
1728 2004-08-22 [paul]       0.9.12cvs76
1729
1730         * src/plugins/trayicon/trayicon.c
1731                 fix formatting bug in trayicon_popup_menu_entries[]
1732
1733
1734 2004-08-22 [paul]       0.9.12cvs75
1735
1736         * m4/Makefile.am
1737                 remove reference to openssl.m4
1738
1739
1740 2004-08-21 [colin]      0.9.12cvs74
1741
1742         * src/compose.c
1743                 Fix bug 576 (Duplicate auto-bcc on reedit)
1744
1745 2004-08-21 [colin]      0.9.12cvs73
1746
1747         * src/toolbar.c
1748                 Grey out Redirect in the toolbar when selection is
1749                 multiple. Fixes bug 520
1750
1751 2004-08-21 [colin]      0.9.12cvs72
1752
1753         * src/compose.c
1754                 Save Sign, Encrypt and Mode status when drafting or queuing
1755                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1756                 state)
1757
1758 2004-08-21 [colin]      0.9.12cvs71
1759
1760         * src/summaryview.c
1761                 Fix bug 494 (Messages are always opened in summary 
1762                 view when right clicked.) Also fixes bug 508.
1763
1764 2004-08-21 [colin]      0.9.12cvs70
1765
1766         * src/compose.c
1767                 When using inline encryption, don't use QP or Base64:
1768                 the mail will be encrypted to a 7bit string.
1769                 Fixes bug 197
1770
1771 2004-08-21 [colin]      0.9.12cvs69
1772
1773         * src/compose.c
1774                 Fix inline-signing with 8bit chars: data must be 
1775                 converted to Quoted-printable before signing.
1776
1777 2004-08-21 [colin]      0.9.12cvs68
1778
1779         * src/compose.c
1780                 Remove 'Message/Save to draft folder'
1781                 and 'Message/Save and keep editing' to 
1782                 put a single 'File/Save' command.
1783                 Fixes bug 224
1784
1785 2004-08-21 [colin]      0.9.12cvs67
1786
1787         * src/mainwindow.c
1788                 Fix bug 222 (Summary view state not retained between sessions)
1789
1790 2004-08-20 [colin]      0.9.12cvs66
1791
1792         * src/codeconv.c
1793                 Fix bug 574 (empty cur_locale is not enough)
1794
1795 2004-08-20 [paul]
1796
1797         * src/plugins/pgpmime/plugin.c
1798                 modify PGP/MIME plugin's description
1799
1800 2004-08-16 [colin]      0.9.12cvs65
1801
1802         * src/common/ssl.c
1803                 Fix version comparison
1804
1805 2004-08-16 [colin]      0.9.12cvs64
1806
1807         * src/common/ssl.c
1808                 I meant 2.2.
1809
1810 2004-08-16 [colin]      0.9.12cvs63
1811
1812         * src/common/ssl.c
1813                 People with glibc 2.1 have had problems with non-blocking
1814                 SSL_connect. Disable it for glibc < 2.2.
1815
1816 2004-08-16 [colin]      0.9.12cvs62
1817
1818         * src/common/ssl.c
1819                 Fix format error
1820
1821 2004-08-13 [colin]      0.9.12cvs61
1822
1823         * src/plugins/pgpmime/plugin.c
1824                 Add plugin's description
1825
1826 2004-08-12 [christoph]  0.9.12cvs60
1827
1828         * src/folderutils.c
1829                 fix bug that did not thaw folder updates when deleting
1830                 duplicates in empty folders
1831
1832 2004-08-12 [colin]      0.9.12cvs59
1833
1834         * src/plugins/trayicon/trayicon.c
1835                 Add a context menu with most common operations
1836
1837 2004-08-12 [colin]      0.9.12cvs58
1838
1839         * configure.ac
1840         * sylpheed.desktop
1841         * src/Makefile.am
1842         * src/main.c
1843                 Add support for Freedesktop.org's startup notification
1844
1845 2004-08-10 [colin]      0.9.12cvs57
1846
1847         * src/main.c
1848         * src/common/socket.c
1849         * src/common/ssl.c
1850         * src/common/sylpheed.c
1851         * src/common/sylpheed.h
1852                 Put back the ssl connect nonblocking...
1853                 without the race condition
1854
1855 2004-08-09 [colin]      0.9.12cvs56
1856
1857         * src/main.c
1858         * src/common/ssl.c
1859         * src/common/sylpheed.c
1860         * src/common/sylpheed.h
1861                 Reverting previous commit, doesn't work 
1862
1863 2004-08-09 [colin]      0.9.12cvs55
1864
1865         * src/main.c
1866         * src/common/ssl.c
1867         * src/common/sylpheed.c
1868         * src/common/sylpheed.h
1869                 Make SSL_connect nonblocking, using a thread
1870
1871 2004-08-09 [paul]       0.9.12cvs54
1872
1873         * po/POTFILES.in
1874                 reflect new location of sgpgme.c
1875         * src/main.c
1876                 sync with main, see ChangeLog 2004-08-09
1877
1878 2004-08-08 [christoph]  0.9.12cvs53
1879
1880         * src/folderutils.c
1881                 freeze FolderItem updates while deleting duplicate messages
1882
1883 2004-08-08 [christoph]  0.9.12cvs52
1884
1885         * configure.ac
1886         * src/Makefile.am
1887         * src/main.c
1888         * src/pgpmime.c
1889         * src/pgpmime.h
1890         * src/sgpgme.c
1891         * src/sgpgme.h
1892         * src/plugins/Makefile.am
1893         * src/plugins/pgpmime/.cvsignore
1894         * src/plugins/pgpmime/Makefile.am
1895         * src/plugins/pgpmime/pgpmime.c
1896         * src/plugins/pgpmime/pgpmime.h
1897         * src/plugins/pgpmime/plugin.c
1898         * src/plugins/pgpmime/sgpgme.c
1899         * src/plugins/pgpmime/sgpgme.h
1900                 new plugin for PGP/MIME
1901
1902 2004-08-07 [christoph]  0.9.12cvs51
1903
1904         * src/folder.c
1905                 disable immediate folder change notification on opened folders
1906                 until SummaryView can handle it quickly
1907
1908 2004-08-07 [colin]      0.9.12cvs50
1909
1910         * src/pop.c
1911         * src/common/partial_download.c
1912                 fix warnings
1913
1914 2004-08-07 [colin]      0.9.12cvs49
1915
1916         * src/Makefile.am
1917         * src/account.c
1918         * src/addressbook.c
1919         * src/alertpanel.c
1920         * src/alertpanel.h
1921         * src/compose.c
1922         * src/exphtmldlg.c
1923         * src/expldifdlg.c
1924         * src/main.c
1925         * src/message_search.c
1926         * src/messageview.c
1927         * src/pop.c
1928         * src/sgpgme.c
1929         * src/summary_search.c
1930         * src/summaryview.c
1931         * src/textview.c
1932         * src/gtk/sslcertwindow.c
1933         * src/pixmaps/stock_dialog-error.xpm
1934         * src/pixmaps/stock_dialog-info.xpm
1935         * src/pixmaps/stock_dialog-question.xpm
1936         * src/pixmaps/stock_dialog-warning.xpm
1937                 sync new alertpanel from gtk2
1938
1939 2004-08-07 [colin]      0.9.12cvs48
1940
1941         * src/prefs_folder_item.c
1942                 fix memory corruption in folderitem's prefs
1943
1944 2004-08-06 [colin]      0.9.12cvs47
1945
1946         * src/compose.c
1947                 close compose window after queuing, before 
1948                 sending when user presses Send
1949
1950 2004-08-05 [christoph]  0.9.12cvs46
1951
1952         * src/msgcache.c
1953         * src/common/defs.h
1954                 add charset to cache file and convert charset when reading the
1955                 cache if different from internal used charset
1956
1957 2004-08-05 [christoph]  0.9.12cvs45
1958
1959         * src/messageview.c
1960         * src/mimeview.[ch]
1961         * src/procmime.h
1962         * src/common/utils.h
1963                 cleanup (remove unused includes/reorganize)
1964
1965         * src/prefs_ext_prog.c
1966         * src/prefs_folder_item.c
1967         * src/prefs_fonts.c
1968         * src/prefs_msg_colors.c
1969         * src/prefs_spelling.c
1970         * src/prefs_themes.c
1971         * src/prefs_toolbar.c
1972         * src/prefs_wrapping.c
1973         * src/gtk/prefswindow.[ch]
1974         * src/plugins/clamav/clamav_plugin_gtk.c
1975         * src/plugins/dillo_viewer/dillo_prefs.c
1976         * src/plugins/image_viewer/viewerprefs.c
1977         * src/plugins/spamassassin/spamassassin_gtk.c
1978                 change PrefsPage path into an array of strings and don't
1979                 split a single string into parts (better for translation)
1980
1981 2004-08-05 [christoph]  0.9.12cvs44
1982
1983         * src/folder.c
1984                 fix FolderItem's message counts after rebuilding a cache
1985
1986 2004-08-05 [paul]       0.9.12cvs43
1987
1988         * ChangeLog
1989         * ChangeLog.jp
1990         * src/imap.c
1991         * src/news.c
1992         * src/common/nntp.c
1993         * src/common/session.c
1994         * src/common/session.h
1995         * src/common/socket.c
1996                 sync with main 0.9.12cvs2
1997                 see ChangeLog 2004-08-04
1998
1999 2004-08-04 [christoph]  0.9.12cvs42
2000
2001         * configure.ac
2002                 add missing AC_DEFINE(USE_OPENSSL, ...)
2003         * src/folder.c
2004                 use new xml_node_new() function
2005
2006 2004-08-03 [christoph]  0.9.12cvs41
2007
2008         * src/folder.c
2009         * src/localfolder.c
2010         * src/common/xml.[ch]
2011                 sync with main 0.9.12cvs1
2012                 see ChangeLog 2004-07-23
2013
2014 2004-08-03 [christoph]
2015
2016         * configure.ac
2017         * m4/openssl.m4                 ** REMOVE **
2018                 use pkg-config to get OpenSSL CFLAGS and LIBS
2019                 (OpenSSL 0.9.7 is required now)
2020
2021 2004-08-02 [paul]       0.9.12cvs40
2022
2023         * AUTHORS
2024                 update translation team section
2025         * po/pt_BR.po
2026                 updated by Frederico Goncalves Guimaraes
2027                 <fggdebian@yahoo.com.br>
2028
2029 2004-07-29 [colin]      0.9.12cvs39
2030
2031         * src/messageview.c
2032                 Inform the user when a partially 
2033                 downloaded mail isn't on the server
2034                 anymore (due to Mark for deletion)
2035
2036 2004-07-29 [colin]      0.9.12cvs38
2037
2038         * src/messageview.c
2039                 Hide noticeview if necessary
2040
2041 2004-07-27 [colin]      0.9.12cvs37
2042
2043         * src/msgcache.c
2044                 More fixes (i overlook a bit, thanks
2045                 Christoph for spotting it)
2046
2047 2004-07-27 [colin]      0.9.12cvs36
2048
2049         * src/msgcache.c
2050                 Fix wrong test 
2051
2052 2004-07-26 [colin]      0.9.12cvs35
2053
2054         * src/pop.c
2055                 Fix uidl-file parsing when not in new
2056                 format
2057
2058 2004-07-19 [colin]      0.9.12cvs34
2059
2060         * src/compose.c
2061                 Save attachment status when drafting
2062
2063 2004-07-19 [colin]      0.9.12cvs33
2064
2065         * src/folder.h
2066         * src/folderview.c
2067         * src/summaryview.c
2068                 Reverse 0.9.12cvs29 to 31 (folder icon update
2069                 when quicksearch is active)
2070
2071 2004-07-18 [colin]      0.9.12cvs32
2072
2073         * src/pop.c
2074                 Fix partial download bug with "Download all
2075                 messages" option
2076
2077 2004-07-18 [colin]      0.9.12cvs31
2078
2079         * src/folderview.c
2080                 Fix crash
2081
2082 2004-07-17 [colin]      0.9.12cvs30
2083
2084         * src/summaryview.c
2085                 Same, when sticky search is off
2086
2087 2004-07-17 [colin]      0.9.12cvs29
2088
2089         * src/folder.h
2090         * src/folderview.c
2091         * src/summaryview.c
2092                 Update FolderItem icon whenever its summaryview is 
2093                 filtered
2094
2095 2004-07-16 [christoph]  0.9.12cvs28
2096
2097         * src/mimeview.c
2098                 make doubleclick work again
2099
2100 2004-07-16 [christoph]  0.9.12cvs27
2101
2102         * src/mimeview.c
2103                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2104
2105 2004-07-16 [paul]       0.9.12cvs26
2106         
2107         * src/gtk/quicksearch.c
2108         * src/compose.c
2109         * src/customheader.c
2110         * src/messageview.c
2111         * src/news.c
2112         * src/prefs_account.c
2113         * src/prefs_display_header.c
2114         * src/procheader.c
2115                 replace "Message-Id" with "Message-ID"
2116
2117 2004-07-16 [paul]       0.9.12cvs25
2118
2119         * ChangeLog
2120         * ChangeLog.jp
2121         * src/account.c
2122         * src/account.h
2123         * src/folder_item_prefs.c
2124         * src/main.c
2125         * src/pop.c
2126         * src/pop.h
2127         * src/prefs_account.c
2128         * src/prefs_account.h
2129         * src/prefs_common.c
2130         * src/prefs_common.h
2131         * src/prefs_gtk.c
2132         * src/prefs_gtk.h
2133                 sync with main 0.9.12cvs1
2134
2135 2004-07-15 [colin]      0.9.12cvs24
2136
2137         * src/folder.c
2138                 Disable GPG signature check during
2139                 folder move and scan 
2140         (Closes Bug 521 Signature checking slows down Folder-Move)
2141
2142 2004-07-14 [christoph]  0.9.12cvs23
2143
2144         * src/pgpmime.c
2145                 add missing fclose. Patch by Thomas Gilgin.
2146
2147         * src/procmime.c
2148                 add checks if fopen really worked
2149
2150 2004-07-14 [colin]      0.9.12cvs22
2151
2152         * src/pop.c
2153         * src/common/partial_download.c
2154                 Update includes
2155
2156 2004-07-14 [colin]      0.9.12cvs21
2157
2158         * src/folder.c
2159         * src/inc.c
2160         * src/matcher.c
2161         * src/matcher.h
2162         * src/matcher_parser_parse.y
2163         * src/messageview.c
2164         * src/msgcache.c
2165         * src/noticeview.c
2166         * src/noticeview.h
2167         * src/pop.c
2168         * src/pop.h
2169         * src/prefs_matcher.c
2170         * src/procheader.c
2171         * src/procmsg.c
2172         * src/procmsg.h
2173         * src/summaryview.c
2174         * src/common/Makefile.am
2175         * src/common/defs.h
2176         * src/gtk/quicksearch.c
2177         * src/common/partial_download.c ** NEW FILES **
2178         * src/common/partial_download.h ** NEW FILES **
2179                 Partial downloading of pop3 mails
2180
2181 2004-07-13 [christoph]  0.9.12cvs20
2182
2183         * src/mimeview.c
2184                 use "button_release_event" instead of "button_press_event",
2185                 because executing event callbacks while the button is still
2186                 pressed is not good and causes problems
2187
2188 2004-07-12 [colin]      0.9.12cvs19
2189
2190         * src/gtk/quicksearch.c
2191                 Fix a missing status update in quicksearch
2192
2193 2004-07-08 [colin]      0.9.12cvs18
2194
2195         * src/common/smtp.h
2196                 Fix guint vs gint bug
2197
2198 2004-07-08 [colin]      0.9.12cvs17
2199
2200         * src/common/smtp.c
2201                 use to_human_readable() for sizes
2202
2203 2004-07-08 [paul]       0.9.12cvs16
2204
2205         * src/inc.c [1.174]
2206                 fix occasional non-clearance of the statusbar
2207                 (close Bug 531 'SA plugin: status bar does not 
2208                  get cleared in OFFLINE mode')
2209
2210 2004-07-07 [colin]      0.9.12cvs15
2211
2212         * src/prefs_common.c [1.225]
2213         * src/prefs_common.h [1.112]
2214                 Add a hidden summary_quicksearch_sticky preference,
2215                 to allow the quicksearch bar to reset across folders
2216         * src/summaryview.c [1.437]
2217                 Use this preference
2218         * src/gtk/quicksearch.c [1.5]
2219         * src/gtk/quicksearch.h [1.3]
2220                 Add this preference, fix focus when hitting Enter,
2221                 add handling of Esc key to reset
2222
2223 2004-07-06 [colin]      0.9.12cvs14
2224
2225         * src/gtk/quicksearch.c [1.4]
2226                 Add Clear button
2227
2228 2004-07-06 [christoph]  0.9.12cvs13
2229
2230         * src/toolbar.c
2231                 enable next unread button in empty folders if next folder
2232                 dialog is not disabled
2233
2234         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2235          folders)
2236
2237 2004-07-06 [colin]      0.9.12cvs12
2238
2239         * src/common/smtp.c [1.16]
2240                 Display maximum message size in the log
2241
2242 2004-07-06 [paul]       0.9.12cvs11
2243
2244         * src/toolbar.c
2245                 fix typo. (spotted by Fabien Vantard)
2246
2247 2004-07-06 [paul]       0.9.12cvs10
2248
2249         * src/main.c
2250                 terminate cleanly on SIGHUP. Patch submitted by
2251                 Thomas Gilgin <thg@karate-muellheim.de>
2252
2253 2004-07-05 [christoph]  0.9.12cvs9
2254
2255         * src/inc.c
2256                 better replacing of %d in new mail notification command
2257
2258 2004-07-05 [colin]      0.9.12cvs8
2259
2260         * src/common/smtp.[ch]
2261                 Take SIZE (returned by EHLO) into account, and
2262                 avoid sending too big messages
2263
2264 2004-07-04 [paul]       0.9.12cvs7
2265
2266         * src/account.c
2267                 fix auto-account selection on imap/news
2268
2269 2004-07-01 [paul]       0.9.12cvs6
2270
2271         * src/gtk/quicksearch.c
2272                 reveal hidden string in gui
2273                 
2274         * src/compose.c
2275                 fix updating of gpg signing setting on 
2276                 switching accounts
2277
2278 2004-06-30 [darko]      0.9.12cvs5
2279
2280         * src/common/utils.c
2281                 remove expand_search_string()
2282         * src/gtk/quicksearch.c
2283                 remove no longer needed for loop (thanks Christoph)
2284                 add expand_search_string()
2285
2286 2004-06-30 [darko]      0.9.12cvs4
2287
2288         * src/common/utils.c
2289                 allow all filtering expressions in quicksearch
2290
2291         (Closes Bug 519 filtering expr. in quicksearch)
2292
2293 2004-06-30 [christoph]  0.9.12cvs3
2294
2295         * configure.ac
2296                 better 'localedir'
2297
2298         * src/common/intl.h
2299                 allow plugins to define TEXTDOMAIN for the _(...) macro
2300
2301 2004-06-30 [paul]       0.9.12cvs2
2302
2303         * po/POTFILES.in
2304           src/Makefile.am
2305           src/main.c
2306           src/prefs_common.c
2307           src/prefs_msg_colors.[ch]     ** NEW FILES **
2308                 move message colouring options to
2309                 '/Other Preferences/Message View/Colors'
2310
2311 2004-06-30 [paul]       0.9.12cvs1
2312
2313         * po/POTFILES.in
2314           src/Makefile.am
2315           src/main.c
2316           src/prefs_common.c
2317           src/prefs_wrapping.[ch]       ** NEW FILES **
2318                 move message wrapping options to
2319                 /'Other Preferences/Compose/Message Wrapping'
2320
2321 2004-06-28 [paul]       0.9.12
2322
2323         * Sylpheed-Claws 0.9.12 released
2324
2325         * po/es.po
2326           po/fr.po
2327           po/sk.po
2328                 updated by Ricardo Mones Lastra, Fabien Vantard,
2329                 Andrej Kacian
2330
2331 2004-06-27 [paul]       0.9.11cvs19
2332
2333         * src/common/ssl.c
2334                 re-enable certificate check
2335
2336 2004-06-25 [christoph]  0.9.11cvs18
2337
2338         * src/procmsg.h
2339                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2340
2341 2004-06-25 [paul]       0.9.11cvs17
2342
2343         * sync with main 0.9.12cvs1
2344                 see ChangeLog 2004-06-23
2345                 
2346         * src/gtk/menu.c
2347                 remove unused menu_toggle_toggle()
2348
2349 2004-06-23 [christoph]  0.9.11cvs16
2350
2351         * src/folder.c
2352         * src/procheader.c
2353         * src/procmsg.h
2354         * src/summaryview.c
2355                 scan the mime structure of multipart mails for correct
2356                 attachment, encryped and signed (with privacy API) part
2357                 detection
2358
2359         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2360
2361 2004-06-22 [paul]
2362
2363         * po/ru.po
2364                 updated by Pavlo Bohmat
2365
2366 2004-06-20 [christoph]  0.9.11cvs15
2367
2368         * src/inc.c
2369         * src/pop.[ch]
2370                 disconnect after authentication when doing POP before SMTP
2371
2372         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2373
2374 2004-06-19 [christoph]  0.9.11cvs14
2375
2376         * src/folder.c
2377                 fix FolderItem name update
2378
2379         (Closes Bug 511 Folder-Renaming not reflected immediately)
2380
2381 2004-06-17 [paul]       0.9.11cvs13
2382         
2383         * sync with main 0.9.12 release
2384           src/session.c
2385                 session_set_timeout(): fixed a bug that didn't
2386                 reset timeout_tag when interval is 0.
2387
2388 2004-06-16 [christoph]  0.9.11cvs12
2389
2390         * src/textview.c
2391                 correctly clear the URL in the status bar
2392
2393 2004-06-15 [christoph]  0.9.11cvs11
2394
2395         * src/summaryview.c
2396                 add missing gtk_widget_show()
2397
2398 2004-06-11 [christoph]  0.9.11cvs10
2399
2400         * src/plugins/spamassassin/spamassassin.c
2401                 correctly check waitpid return code
2402
2403         (Closes Bug 396 Zombie process when spamassassin is called)
2404
2405 2004-06-10 [christoph]  0.9.11cvs9
2406
2407         * src/mainwindow.c
2408         * src/summaryview.[ch]
2409         * src/gtk/Makefile.am
2410         * src/gtk/quicksearch.c                         ** NEW **
2411                 separate quick search from summaryview
2412
2413 2004-06-09 [christoph]  0.9.11cvs8
2414
2415         * src/inc.c
2416                 remove unused code
2417
2418         * src/textview.c
2419                 get folder for compose default account from MsgInfo and not
2420                 from SummaryView
2421
2422 2004-06-09 [christoph]  0.9.11cvs7
2423
2424         * src/folder.[ch]
2425                 add information about added or removed messages to
2426                 FOLDER_ITEM_UPDATE hook
2427
2428         * src/imap_gtk.c
2429         * src/mh_gtk.c
2430                 scan folder when removing a folder failed instead of
2431                 updating the summaryview
2432
2433 2004-06-08 [paul]       0.9.11cvs6
2434
2435         * sync with main 0.9.11cvs2
2436                 see ChangeLog 2004-06-08
2437
2438 2004-06-07 [christoph]  0.9.11cvs5
2439
2440         * configure.ac
2441         * src/common/Makefile.am
2442                 detect library providing 'encrypt' function
2443
2444 2004-06-07 [paul]       0.9.11cvs4
2445
2446         * src/inc.c
2447                 sync with main, 'code cleanup'
2448                 
2449         * tools/nautilus2sylpheed.sh
2450                 fix whitespace limitation. patch submitted by
2451                 Stephan Sachse <white@teg-clan.de>
2452
2453 2004-06-04 [christoph]  0.9.11cvs3
2454
2455         * src/account.c
2456         * src/action.[ch]
2457         * src/addressbook.c
2458         * src/addrindex.h
2459         * src/folder.h
2460         * src/folder_item_prefs.c
2461         * src/inc.c
2462         * src/main.c
2463         * src/messageview.c
2464         * src/mh_gtk.c
2465         * src/prefs_themes.c
2466         * src/procmime.c
2467         * src/quote_fmt.h
2468         * src/stock_pixmap.c
2469         * src/toolbar.c
2470                 fix compiler warnings
2471
2472 2004-06-03 [paul]       0.9.11cvs2
2473
2474         * src/msgcache.c
2475                 sync with main 0.9.11cvs1: "changed gint32 to
2476                 guint32 for some platforms"
2477
2478 2004-06-02 [christoph]  0.9.11cvs1
2479
2480         * src/common/ssl.c
2481                 fix SSL_CTX variable name for older OpenSSL versions
2482
2483         (Closes Bug 503 fix compilation with older OpenSSL)
2484
2485 2004-05-31 [paul]       0.9.11claws
2486
2487         * 0.9.11claws released
2488
2489 2004-05-31 [paul]       0.9.10claws72
2490
2491         * po/es.po
2492           po/it.po
2493           po/ja.po
2494           po/pl.po
2495           po/sk.po
2496           po/sr.po
2497           po/zh_CN.po
2498                 update translations, submitted by Ricardo Mones Lastra,
2499                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2500                 Urke MMI, and Hansom Young
2501
2502 2004-05-25 [luke]       0.9.10claws71
2503
2504         * AUTHORS
2505         * src/mimeview.c
2506         * src/stockpixmap.[ch]
2507         * src/Makefile.am
2508         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2509         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2510         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2511         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2512         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2513
2514                 o Added privacy emblems from Jesper Shultz 
2515                   <jesper@schultz-net.dk>
2516                 o Overlay emblems onto mimeview icons to indicate
2517                   status of signature and if a message is encrypted
2518         
2519         * src/textview.c
2520                 remove unused color definitions (were used to 
2521                 indicate sig status)
2522
2523 2004-05-25 [paul]       0.9.10claws70
2524
2525         * AUTHORS
2526           tools/Makefile.am
2527           tools/README
2528           tools/nautilus2sylpheed.sh            ** NEW FILE **
2529                 add script to enable sending files from
2530                 nautilus.
2531                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2532                 
2533         * tools/launch_firebird                 ** REMOVED **
2534                 removed as the standard "firefox '%s'" now functions
2535                 correctly
2536
2537 2004-05-23 [paul]       0.9.10claws69
2538
2539         * src/compose.c
2540                 fix %X cursor point segfault
2541                 patch by Christoph
2542
2543 2004-05-23 [christoph]  0.9.10claws68
2544
2545         * src/folder.c
2546                 fix folder moving
2547
2548 2004-05-21 [paul]       0.9.10claws67
2549
2550         * sync with 0.9.10cvs17
2551                 see ChangeLog 2004-05-21
2552
2553 2004-05-20 [paul]       0.9.10claws66
2554
2555         * sync with 0.9.10cvs16
2556                 see ChangeLog 2004-05-19 and 2004-05-20
2557
2558 2004-05-19 [alfons]     0.9.10claws65
2559
2560         * src/summaryview.h
2561                 on some platforms regoff_t is defined as off_t, so 
2562                 pull in sys/types.h
2563
2564 2004-05-19 [paul]       0.9.10claws64
2565
2566         * sync with 0.9.10cvs13
2567                 see ChangeLog 2004-05-18
2568
2569 2004-05-17 [christoph]  0.9.10claws63
2570
2571         * src/folder.c
2572                 search all folders when searching for default folders and
2573                 not return the special folder of the first folder
2574
2575 2004-05-13 [alfons]     0.9.10claws62
2576
2577         * src/summaryview.c
2578                 add a better check to see if a message is a news message
2579                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2580
2581 2004-05-13 [paul]       0.9.10claws61
2582
2583         * src/msgcache.c
2584                 sync with 0.9.10cvs12
2585                 see ChangeLog 2004-05-12
2586
2587 2004-05-12 [alfons]     0.9.10claws60
2588
2589         * src/folderview.c
2590                 release lock in case of folder could not be opened 
2591
2592 2004-05-11 [christoph]  0.9.10claws59
2593
2594         * src/inc.[ch]
2595                 remove unused folderview update stuff from inc.[ch]
2596
2597 2004-05-11 [paul]       0.9.10claws58
2598
2599         * sync with 0.9.10cvs11
2600                 see ChangeLog 2004-05-10 and 2004-05-11
2601
2602 2004-05-09 [christoph]  0.9.10claws57
2603
2604         * src/folderview.c
2605                 check for folder class functions and not folder type to detect
2606                 valid drag targets
2607
2608 2004-05-08 [christoph]  0.9.10claws56
2609
2610         * src/sgpgme.c
2611                 fix date output for signature expire times
2612
2613         (Patch by Edgar Toernig <froese@gmx.de>)
2614
2615 2004-05-06 [christoph]  0.9.10claws55
2616
2617         * src/gtk/prefswindow.c
2618                 change window type to DIALOG
2619
2620         * src/folder.[ch]
2621         * src/folderview.c
2622         * src/news_gtk.c
2623                 o add folder_remove()
2624                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2625                 o add new "sort" field to Folder, no longer sort folders by type
2626                   higher sort values will be first in the folder list, new folders get 0
2627                   and will be added to the end
2628
2629         * src/mainwindow.c
2630         * src/gtk/Makefile.am
2631         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2632                 add dialog to allow users to change the folder order
2633
2634 2004-05-04 [paul]       0.9.10claws54
2635
2636         * src/inc.c
2637                 Display account_name in statusbar when retrieving
2638                 messages from a pop account
2639         * src/prefs_account.c
2640                 display account name in title of prefs_account
2641                 window
2642         * src/prefs_folder_item.c
2643                 display folder name in title of prefs_folder window
2644
2645         all 3 patches submitted by Fabien Vantard
2646
2647         * AUTHORS
2648                 add Fabien Vantard
2649
2650 2004-05-04 [paul]       0.9.10claws53
2651
2652         * src/prefs_actions.c
2653           src/prefs_template.c
2654                 'Esc' Key exits alertpanel
2655                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2656
2657 2004-04-26 [christoph]  0.9.10claws52
2658
2659         * src/gtk/about.c
2660         * src/gtk/colorsel.c
2661         * src/gtk/description_window.c
2662         * src/gtk/filesel.c
2663         * src/gtk/gtkaspell.c
2664         * src/gtk/inputdialog.c
2665         * src/gtk/pluginwindow.c
2666         * src/gtk/progressdialog.c
2667                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2668                   it does not work correctly with xinerama
2669                 o lock incorporation while the plugin window is open
2670
2671 2004-04-23 [paul]       0.9.10claws51
2672
2673         * po/POTFILES.in
2674                 update location of inputdialog.c
2675                 
2676         * src/gtk/about.c
2677                 update Copyright string
2678                 
2679         * src/msgcache.c
2680           src/prefs_common.c
2681           src/prefs_themes.c
2682                 improve the english a little
2683
2684 2004-04-22 [christoph]  0.9.10claws50
2685
2686         * src/folderutils.[ch]
2687                 add folderutils_mark_all_read()
2688
2689         * src/folderview.c
2690                 readd "mark all read" from popup menu, now works
2691                 in all folders and not only the opened folder
2692
2693 2004-04-21 [christoph]  0.9.10claws49
2694
2695         * src/Makefile.am
2696         * src/inputdialog.[ch]                  ** REMOVED **
2697         * src/gtk/Makefile.am
2698         * src/gtk/inputdialog.[ch]              ** NEW **
2699                 move inputdialog.[ch] into gtk directory
2700
2701         * src/mh_gtk.c
2702                 remove check for missing IMAP folder account
2703
2704 2004-04-20 [christoph]  0.9.10claws48
2705
2706         * src/mainwindow.c
2707         * src/foldersel.c
2708                 remove new/rename/delete folder GUI functions because
2709                 they are always active, even for news folders, and can
2710                 not be easily made folder class dependent
2711
2712         * src/gtk/menu.[ch]
2713                 make menu_translate() public
2714
2715         * src/Makefile.am
2716         * src/folder.[ch]
2717         * src/folderview.[ch]
2718         * src/imap_gtk.[ch]                     ** NEW **
2719         * src/main.c
2720         * src/mh_gtk.[ch]                       ** NEW **
2721         * src/news_gtk.[ch]                     ** NEW **
2722                 o dynamically build FolderView popup menus from a folder
2723                   specific part, with callbacks to seperated code, and
2724                   a common part
2725                 o remove the folder class specifiy code from folderview.c
2726
2727 2004-04-15 [luke]       0.9.10claws47
2728
2729         * src/prefs_folder_item.c
2730                 o remove buttons for applying 'scan for new mail'
2731                   and 'process at startup' to sub folders
2732                 o add 'apply to sub folder' check buttons for all
2733                   properties and set folder prefs accordingly
2734                 o replace multiple gtk_widget_show() with one
2735                   gtk_widget_show_all() on container
2736
2737 2004-04-14 [darko]      0.9.10claws46
2738
2739         * src/gtk/Makefile.am
2740         * src/gtk/pluginwindow.c
2741                 load plugins from to $(prefix)/lib/sylpheed/plugins
2742                 in file selection dialog
2743         * src/plugins/clamav/clamav_plugin.c
2744                 const correctness
2745
2746 2004-04-14 [christoph]  0.9.10claws45
2747
2748         * src/folder.c
2749         * src/plugins/image_viewer/viewer.c
2750                 fix g_warnings
2751
2752 2004-04-10 [alfons]     0.9.10claws44
2753         
2754         * src/compose.c
2755                 appropriate auto account selection when forwarding
2756                 (fixes bug #476, "forward as attachment does not listen
2757                 to account rules")
2758
2759 2004-04-09 [alfons]     0.9.10claws43
2760
2761         * src/summaryview.c
2762                 make quick search combo matching case sensitive
2763
2764 2004-04-06 [alfons]     0.9.10claws42
2765
2766         * src/addr_compl.c
2767                 use cursor position to prevent clearing the entire entry
2768
2769 2004-04-06 [alfons]     0.9.10claws41
2770
2771         * src/folderview.c
2772                 fix bug #472, "filter not updated when renaming folder" 
2773
2774 2004-04-06 [alfons]     0.9.10claws40
2775
2776         * src/messageview.[ch]
2777           src/summaryview.c
2778                 reflect changes to Show all headers to main view
2779                 and message view (only affects detached message
2780                 view). see also bug #473, 'Show All Headers 
2781                 "problem"'.
2782
2783 2004-04-03 [alfons]     0.9.10claws39
2784
2785         * src/matcher.c
2786                 free address list
2787
2788 2004-04-03 [alfons]     0.9.10claws38
2789
2790         * src/matcher_parser_parse.y
2791           src/matcher.[ch]
2792                 prepare address look up matcher type; marginally
2793                 tested, and not hooked into the UI yet.
2794
2795                 basically it accepts the result of the left hand
2796                 side of the matcher (the "criteria"):
2797
2798                         from all_in_addressbook ""
2799                         ~to_or_cc any_in_addressbook ""
2800                 
2801                 the first case matches all addresses found in the
2802                 from header, and the second case matches if any
2803                 (at least one) of the addresses in to or cc headers 
2804                 are not in the address book.
2805
2806                 the string argument is not used yet, but is intended
2807                 to match a group of addresses 
2808
2809 2004-04-02 [luke]       0.9.10claws37
2810
2811         * src/prefs_folder_item.c
2812                 Add two buttons to apply 'scan for new mail'
2813                 and 'process at startup' to sub folders
2814
2815 2004-04-02 [luke]
2816         * tools/textviewer.sh
2817                 better filename extension matching plus some support for
2818                 MS Excel, MS Powerpoint and HTML
2819
2820 2004-03-29 [christoph]  0.9.10claws36
2821
2822         * src/folder.h
2823         * src/folderutils.[ch]
2824         * src/mainwindow.c
2825                 add delete duplicates for all folders
2826
2827 2004-03-29 [alfons]     0.9.10claws35
2828
2829         * src/folder.c
2830                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2831                 when selecting top-level folder node (thanks to 
2832                 Alex S. Moore)
2833
2834 2004-03-28 [keith]      0.9.10claws34
2835
2836         * src/textview.c
2837                 prepend "http://" to URIs of the form "www.example.com"
2838
2839 2004-03-28 [paul]       0.9.10claws33
2840
2841         * src/common/nntp.c
2842           src/common/smtp.c
2843           src/folder.c
2844           src/imap.c
2845           src/inc.c
2846           src/news.c
2847           src/pop.c
2848                 revise 'translatable string' policy:
2849                 don't translate debug_print() or log_print(),
2850                 translate log_message() and log_warning()
2851         
2852         * po/zh_CN.po
2853                 update submitted by Hansom Young
2854
2855 2004-03-25 [alfons]     0.9.10claws32
2856
2857         * src/prefs_common.c
2858                 I mean this one: Return the GList...
2859
2860 2004-03-25 [alfons]     0.9.10claws31
2861
2862         * src/prefs_common.h
2863                 add new members at the end of prefs_common, so
2864                 they get properly initialized
2865
2866 2004-03-24 [christoph]  0.9.10claws30
2867
2868         * src/imap.c
2869                 o NULL is a valid GSList
2870
2871 2004-03-24 [alfons]     0.9.10claws29
2872
2873         * src/prefs_common.[ch]
2874           src/summaryview.c
2875           src/common/defs.h
2876                 add history to quick search (patch submitted by 
2877                 Ivan Francolin Martinez - thanks!)
2878
2879 2004-03-24 [alfons]     0.9.10claws28
2880
2881         * src/imap.c
2882                 NULL output pointer parameter
2883
2884 2004-03-21 [alfons]     0.9.10claws27
2885
2886         * src/addrindex.[ch]
2887           src/addr_compl.c
2888                 complete addresses on nicks and aliases
2889
2890 2004-03-21 [alfons]     0.9.10claws26
2891
2892         * src/import.c
2893           src/inc.c
2894           src/mbox.[ch]
2895                 disable filters on import mbox (patch submitted
2896                 by Edgar Toernig)
2897
2898 2004-03-21 [darko]      0.9.10claws25
2899
2900         * src/addr_compl.c
2901                 select the address when only one match is found while
2902                 doing address completion with tab key (feature
2903                 request #914720)
2904
2905 2004-03-21 [alfons]     0.9.10claws24
2906
2907         * src/messageview.c
2908           src/toolbar.c
2909                 don't `navigate-delete` when a summary view's selection does not 
2910                 match the accompanying message view's message
2911
2912 2004-03-20 [alfons]     0.9.10claws23
2913
2914         * src/summaryview.c
2915                 hide ext search button on initial display (should fix bug #459,
2916                 "Toggling quick-search at 1st time: minor UI inconsistency")
2917
2918 2004-03-20 [alfons]     0.9.10claws22
2919
2920         * src/summaryview.[ch]
2921                 add function to get selected msginfo, if there's
2922                 only one selected
2923
2924 2004-03-20 [paul]       0.9.10claws21
2925
2926         * sync with 0.9.10cvs7
2927                 see ChangeLog 2004-03-19
2928
2929 2004-03-19 [paul]       0.9.10claws20
2930
2931         * src/common/nntp.c
2932           src/common/smtp.c
2933           src/common/ssl.c
2934           src/folder.c
2935           src/imap.c
2936           src/inc.c
2937           src/news.c
2938           src/pop.c
2939                 don't translate strings in debug_print(), log_print(),
2940                 log_message(),  and log_warning()
2941
2942 2004-03-19 [alfons]     0.9.10claws19
2943
2944         better next/previous/delete/focus navigation with separate 
2945         message view 
2946         
2947         * src/toolbar.c
2948                 call summaryview_delete() instead of messageview_delete()
2949         * src/messageview.c
2950                 disable messageview_delete()
2951
2952 2004-03-18 [paul]       0.9.10claws18
2953
2954         * sync with 0.9.10cvs6
2955                 see ChangeLog 2004-03-16
2956
2957 2004-03-17 [alfons]     0.9.10claws17
2958
2959         * src/gtk/filesel.c
2960                 remove bogus semicolon after if() (sometimes it pays to
2961                 read LKML :)
2962
2963 2004-03-15 [darko]      0.9.10claws16
2964
2965         * src/gtk/filesel.c
2966                 support full path in place of a filename
2967         * src/mimeview.c
2968                 store directory attachments were saved to and
2969                 use it when saving attachments
2970         * src/prefs_common.[hc]
2971                 store directory attachments were last saved to
2972
2973 2004-03-15 [paul]       0.9.10claws15
2974
2975         * src/folderview.c
2976                 fix bug where unsubscribing a newsgroup would destroy
2977                 (most of the) filtering rules
2978
2979 2004-03-15 [paul]       0.9.10claws14
2980
2981         * src/folderview.c
2982                 fix Bug 458, 'Folder View remaining empty after 
2983                 removing a NEWS account' (was also true of IMAP
2984                 accounts)
2985
2986 2004-03-15 [paul]       0.9.10claws13
2987
2988         * src/folderview.c
2989                 fix folderview invisibility of newly subscribed
2990                 newsgroups
2991
2992 2004-03-13 [paul]       0.9.10claws12
2993
2994         * src/compose.c
2995           src/plugins/dillo_viewer/dillo_prefs.c
2996           src/plugins/image_viewer/viewerprefs.c
2997                 gettextise some forgotten parts
2998
2999 2004-03-13 [alfons]     0.9.10claws11
3000
3001         * src/imap.c
3002                 make sure the correct type is passed to sscanf()
3003
3004 2004-03-13 [paul]       0.9.10claws10
3005
3006         * sync with 0.9.10cvs5
3007                 see ChangeLog 2004-03-02 and 2004-03-12, 
3008                 specifically:
3009                 'always move messages by default when using DnD (except 
3010                 for News folder). Copy messages if Ctrl-key is pressed.'
3011                 and 'added a function to filter selected messages'
3012
3013 2004-03-12 [christoph]  0.9.10claws9
3014
3015         * src/codeconv.c
3016                 add parameter check to conv_unmime_header_overwrite()
3017
3018         * src/imap.c
3019                 o fix spelling
3020                 o fix removing of NEW flag when UNREAD is unset
3021
3022         * src/procmime.c
3023                 decode MIME-headers
3024
3025         (Closes 437 i18n attachment display error.)
3026
3027 2004-03-12 [paul]       0.9.10claws8
3028
3029         * po/it.po
3030                 update. submitted by Andrea Spadaccini <lupin85@email.it>
3031                 
3032         * tools/Makefile.am
3033                 add 'textviewer.sh'
3034
3035 2004-03-12 [alfons]     0.9.10claws7
3036
3037         * src/imap.c
3038                 o quiet compiler and typecast Folder * to IMAP Folder *
3039                 o wake up and fix my previous incompatible type assignment bug
3040
3041 2004-03-12 [alfons]     0.9.10claws6
3042
3043         * src/imap.c
3044                 don't mix up pointers to int, guint32 _and_ 
3045                 unsigned int 
3046
3047 2004-03-12 [christoph]  0.9.10claws5
3048
3049         * src/folderview.c
3050                 Add error requester when renaming a folder failed
3051
3052         * src/imap.c
3053                 Check new FolderItem name for namespace seperator
3054                 before renaming
3055
3056         (Closes Bug 443 Bad named IMAP folders won't be displayed)
3057
3058 2004-03-11 [christoph]  0.9.10claws4
3059
3060         * src/folder.[ch]
3061         * src/imap.c
3062         * src/procmsg.h
3063                 syncronize flags in cache with IMAP folder flags
3064
3065         Adapted a patch submitted by Simon 'corecode' Schubert
3066         <corecode@corecode.ath.cx> 
3067
3068
3069 2004-03-11 [alfons]     0.9.10claws3
3070
3071         * src/textview.[ch]
3072                 remove dead code that at one time controlled display of
3073                 URIs in status bar
3074
3075 2004-03-10 [paul]       0.9.10claws2
3076
3077         * po/it.po
3078                 updated by Lupino <lupin85@email.it>
3079
3080 2004-03-09 [alfons]     0.9.10claws1
3081
3082         * src/matcher.c
3083                 we're not using yywrap, but we may, so close yyin instead
3084                 of initial FILE *
3085
3086 2004-03-08 [paul]       0.9.10claws
3087
3088         * 0.9.10claws released
3089
3090 2004-03-08 [paul]       0.9.9claws41
3091
3092         * po/es.po
3093           po/ja.po
3094           po/ru.po
3095           po/sk.po
3096           po/sr.po
3097           po/zh_CN.po
3098                 update translations. submitted by Ricardo Mones Lastra,
3099                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3100                 Hansom Young
3101
3102 2004-03-06 [paul]       0.9.9claws40
3103
3104         * src/stock_pixmap.c
3105                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3106                 patch submitted by Pawel Pekala
3107
3108 2004-03-06 [alfons]             0.9.9claws39
3109
3110         * src/addrindex.c
3111                 allow nick name completion again 
3112
3113 2004-03-02 [match]              0.9.9claws38
3114
3115         * configure.ac
3116                 added definition of USE_LDAP_TLS to support TLS.
3117         * src/ldapctrl.[ch]
3118         * src/ldapquery.c
3119         * src/ldapserver.[ch]
3120         * src/addressbook.c
3121         * src/addrindex.c
3122         * src/editldap.c
3123                 included LDAP TLS support.
3124
3125 2004-03-02 [christoph]          0.9.9claws37
3126
3127         * src/folder.[ch]
3128                 o add more documentation for FolderClass
3129                 o remove usused FolderClass virtual functions
3130
3131         * src/imap.c
3132         * src/mh.c
3133         * src/news.c
3134                 change creation of FolderClass because static initializations
3135                 for structs suck in C89
3136
3137 2004-03-01 [paul]
3138
3139         * sync with 0.9.10
3140
3141 2004-02-28 [keith]      0.9.9claws36
3142
3143         * src/common/utils.c
3144                 Fix treatment of whitespace in quicksearch bar (leading
3145                 spaces and >1 space between commands and parameters).
3146
3147 2004-02-27 [alfons]     0.9.9claws35
3148
3149         * src/compose.[ch]
3150                 Explicitly remove draft timeout to fix nasty race between 
3151                 compose_send_cb() (which destroys the compose window) and 
3152                 compose_defer_auto_save_draft() (which expects compose 
3153                 window to exist). Should fix Keith's and Fred Marton's
3154                 bug report (#128, "crash after complaining about character
3155                 set conversion")
3156
3157 2004-02-27 [luke]       0.9.9claws34
3158         
3159         * src/folder.c
3160                 Do folder_item_apply_processing() even if no processing
3161                 rules for the folder exist (so global processing is applied)
3162
3163 2004-02-26 [thorsten]   0.9.9claws33
3164
3165         * src/mimeview.c
3166                 Remove misleading static declaration
3167
3168 2004-02-26 [alfons]     0.9.9claws32
3169
3170         * src/procmime.[ch]
3171           src/compose.c
3172           src/mimeview.c
3173           src/textview.c
3174                 use/add procmime_get_content_type_str() as a safe wrapper
3175                 for returning a Content-Type type string; should fix 
3176                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3177                  - attachments."
3178
3179 2004-02-26 [thorsten]   0.9.9claws31
3180
3181         * src/mimeview.c
3182                 Restructure save_as/save_all
3183
3184 2004-02-26 [alfons]     0.9.9claws30
3185
3186         * src/procmime.c
3187                 clean up (2)
3188
3189 2004-02-26 [alfons]     0.9.9claws29
3190
3191         * src/procmime.c
3192                 clean up (1)
3193
3194 2004-02-24 [luke]
3195
3196         * tools/textviewer.sh
3197                 tweaks from Johann Koenig, recognition of shell
3198                 scripts in particular
3199
3200 2004-02-24 [paul]       0.9.9claws28
3201
3202         * sync with 0.9.9cvs13
3203                 see ChangeLog 2004-02-24
3204
3205 2004-02-23 [paul]       0.9.9claws27
3206
3207         * src/inc.c
3208                 one alertpanel on pop3 authentication error will suffice
3209                 
3210         * src/prefs_fonts.c
3211                 remove unnecessary printf
3212
3213 2004-02-22 [alfons]     0.9.9claws26
3214
3215         * src/messageview.c
3216                 put back a lost check
3217
3218 2004-02-21 [alfons]     0.9.9claws25
3219
3220         * src/folderview.c
3221                 don't forget to save folder properties after renaming folder
3222
3223 2004-02-20 [paul]       0.9.9.claws24
3224
3225         * src/addressbook.c
3226                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3227                 
3228         * src/inc.c
3229                 complete sync with 0.9.9cvs9's 'update folderview
3230                 progressively'
3231                 
3232         * configure.ac
3233                 require gettext >= 0.12.1
3234
3235 2004-02-17 [match]      0.9.9claws23
3236
3237         * src/compose.c
3238                 keep the peace - change style.
3239
3240 2004-02-17 [alfons]     0.9.9claws22
3241
3242         * src/filtering.c
3243                 make MATCHACTION_STOP cancel filtering / processing;
3244                 clean up and document it to make it a little bit more clear;
3245
3246 2004-02-17 [alfons]     0.9.9claws21
3247
3248         %X marks the cursor spot for reply quote format
3249
3250         * src/quote_fmt_lex.l 
3251           src/quote_fmt.c
3252                 add %X token
3253                 
3254         * src/quote_fmt.h
3255           src/quote_fmt_parse.y
3256                 handle %X token
3257                 
3258         * src/compose.c
3259                 handle %X token for replies only (for now)
3260
3261 2004-02-17 [paul]       0.9.9claws20
3262
3263         * po/sk.po
3264                 updated by Andrej Kacian
3265                 
3266         * src/news.c
3267                 remove unneeded include
3268                 
3269         * src/prefs_fonts.c
3270                 be a little more user-friendly with the labels
3271                 
3272         * configure.ac
3273                 a change forgotten in the last commit: 
3274                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3275
3276 2004-02-17 [paul]       0.9.9claws19
3277
3278         * ac/*                          ** REMOVED **
3279           ac/                           ** REMOVED **
3280           intl/Makefile.in              ** REMOVED **
3281           m4/                           ** NEW **
3282           m4/missing                    ** NEW **
3283           m4/missing/gdk-pixbuf.m4      ** NEW **
3284           m4/missing/gettext.m4         ** NEW **
3285           m4/missing/gpgme.m4           ** NEW **
3286           m4/missing/imlib.m4           ** NEW **
3287           m4/.cvsignore                 ** NEW **
3288           m4/Makefile.am                ** NEW **
3289           m4/README                     ** NEW **
3290           m4/aclocal-include.m4         ** NEW **
3291           m4/aspell.m4                  ** NEW **
3292           m4/check-type.m4              ** NEW **
3293           m4/gnupg-check-typedef.m4     ** NEW **
3294           m4/openssl.m4                 ** NEW **
3295           m4/spamassassin.m4            ** NEW **
3296           po/ChangeLog                  ** REMOVED **
3297           po/Makefile.in.in             ** REMOVED **
3298           po/Rules-quot                 ** REMOVED **
3299           po/boldquot.sed               ** REMOVED **
3300           po/en@boldquot.header         ** REMOVED **
3301           po/en@quot.header             ** REMOVED **
3302           po/insert-header.sin          ** REMOVED **
3303           po/quot.sed                   ** REMOVED **
3304           po/remove-potcdate.sed        ** REMOVED **
3305           po/remove-potcdate.sin        ** REMOVED **
3306           po/stamp-po                   ** REMOVED **
3307           Makefile.am
3308           autogen.sh
3309           configure.ac
3310                 enable building with automake 1.8.x
3311                 add 'autopoint' to autogen.sh and remove all
3312                 auto-generated files, remove ac/ in favour of
3313                 m4/
3314
3315 2004-02-17 [alfons]     0.9.9claws18
3316         
3317         * src/summaryview.c
3318                 MSG_IS_NEWS() is not stored at all, and is bogus
3319
3320 2004-02-17 [martin]     0.9.9claws17
3321
3322         * src/prefs_themes.c
3323                 fix crash when installing wrong theme and output an
3324                 error message
3325
3326 2004-02-16 [christoph]  0.9.9claws16
3327
3328         * src/compose.c
3329         * src/stock_pixmap.[ch]
3330         * src/toolbar.[ch]
3331         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3332                 add "Wrap current paragraph" to compose toolbar
3333
3334 2004-02-15 [alfons]     0.9.9claws15
3335
3336         * src/folderview.c
3337                 refine previous commit to make sure other hook functions
3338                 get their grab of the pie too
3339
3340 2004-02-15 [alfons]     0.9.9claws14
3341
3342         * src/folderview.c
3343                 fix sync breakage so we don't pass invalid pointer types
3344
3345 2004-02-15 [match]      0.9.9claws13
3346
3347         * src/ldapquery.[ch]
3348         * src/ldapserver.h
3349         * src/addrindex.[ch]
3350                 tweak threading calls.
3351         * src/addr_compl.[ch]
3352                 add alias into completion list.
3353         * src/addressbook.c
3354                 fix ldap browse.
3355                 improve context menu behavior.
3356                 change menu sequence.
3357                 add send mail from addressbook.
3358         * src/addrselect.[ch]
3359         * src/compose.[ch]
3360                 add send mail from addressbook.
3361
3362 2004-02-15 [christoph]  0.9.9claws12
3363
3364         * src/folderutils.c
3365                 skip deleting when duplist is empty
3366
3367         * src/folderview.[ch]
3368         * src/mainwindow.c
3369         * src/summaryview.[ch]
3370                 call folderutils_delete_duplicates() from mainwindow code
3371
3372 2004-02-15 [alfons]     0.9.9claws11
3373         
3374         * src/common/utils.c
3375                 add prefix for italian ms o(e) 
3376
3377 2004-02-14 [paul]       0.9.9claws10
3378
3379         * src/foldersel.c
3380                 fix updating of the folder view when creating a
3381                 new folder
3382
3383 2004-02-13 [paul]       0.9.9claws9
3384
3385         * src/plugins/clamav/clamav_plugin.c
3386                 remove GUI code
3387
3388 2004-02-13 [paul]       0.9.9claws8
3389
3390         * sync with 0.9.9cvs9
3391                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3392
3393 2004-02-13 [alfons]     0.9.9claws7
3394
3395         * src/common/utils.c
3396                 fix wrong type of argument for ctype functions (pass unsigned
3397                 char instead of signed char)
3398
3399 2004-02-12 [alfons]     0.9.9claws6
3400
3401         * src/compose.[ch]
3402                 don't select text in header entry when composing to a 
3403                 default address, but rather give the header entry a
3404                 different color / style (same as the folder new color)
3405
3406 2004-02-12 [alfons]     0.9.9claws5
3407
3408         * src/plugins/clamav/clamav_plugin.c
3409                 don't exit(2) on libclamav init error - show a warning.
3410                 (tested by damaging a clamav database file.)
3411
3412 2004-02-12 [paul]       0.9.9claws4
3413
3414         * sync with 0.9.9cvs4
3415                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3416
3417 2004-02-11 [luke]       0.9.9claws3
3418
3419         * src/mimeview.c
3420                 remove redundant check introduced in 0.9.9claws1
3421
3422 2004-02-11 [luke]       0.9.9claws2
3423
3424         * src/mimeview.c
3425                 fix compilation of my previous commit without gpg enabled
3426
3427 2004-02-10 [luke]       0.9.9claws1
3428
3429         * src/mimeview.c
3430                 add borders to icons to indicate the privacy status for
3431                 the message part (unknown/bad/good)
3432
3433 2004-02-06 [paul]       0.9.9claws
3434
3435         0.9.9claws released
3436
3437 2004-02-06 [darko]      0.9.8claws64
3438
3439         * src/compose.c
3440                 don't allow Ctrl+Enter while external editor is active
3441
3442 2004-02-06 [paul]       0.9.8claws63
3443
3444         * po/es.po
3445           po/pl.po
3446           po/sk.po
3447           po/sr.po
3448                 update Spanish, Polish, Slovak, and Serbian translations.
3449                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3450                 and Urke MMI
3451
3452 2004-02-04 [alfons]     0.9.8claws62
3453
3454         * src/compose.c
3455                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3456                 don't have clue yet why the cursor pos is at the end of the
3457                 text.)
3458
3459 2004-02-04 [alfons]     0.9.8claws61
3460
3461         * src/compose.c
3462                 always grab focus when one of the header entries is clicked 
3463                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3464
3465 2004-02-02 [paul]
3466
3467         * ac/missing/gdk-pixbuf.m4
3468           ac/missing/gpgme.m4
3469           ac/missing/imlib.m4
3470                 prevent 'underquoted definition' warnings
3471                 patch submitted by David Relson
3472                 
3473         * src/plugins/clamav/README
3474                 update, improve, correct
3475
3476 2004-01-31 [thorsten]   0.9.8claws60
3477
3478         * src/news.c
3479                 'dir' not initialized if group has no messages
3480
3481 2004-01-29 [christoph]  0.9.8claws59
3482
3483         * src/customheader.[ch]
3484                 add custom_header_is_allowed() to check for disallowed header names
3485                 that must not be overridden by custom headers
3486
3487         * src/compose.c
3488                 always write From: header and use custom_header_is_allowed() to
3489                 check if custom header should be written
3490
3491         * src/prefs_customheader.c
3492                 check if custom header is disallowed using custom_header_is_allowed()
3493
3494         * src/folderutils.c
3495                 destroy message id GHashTable before freeing the MsgInfos
3496
3497 2004-01-29 [paul]       0.9.8claws58
3498
3499         * sync with 0.9.9 release
3500                 see ChangeLog 2004-01-29
3501
3502 2004-01-29 [paul]       0.9.8claws57
3503
3504         * sync with 0.9.8cvs11
3505                 see ChangeLog 2004-01-29
3506
3507 2004-01-28 [christoph]  0.9.8claws56
3508
3509         * src/pgpmime.c
3510         * src/sgpgme.[ch]
3511                 return WARN signature status when signature is not trusted
3512
3513         * src/Makefile.am
3514         * src/folder.c
3515         * src/folderutils.[ch]                  ** NEW **
3516         * src/summaryview.c
3517                 implement delete duplicates summaryview independent
3518
3519 2004-01-28 [paul]       0.9.8claws55
3520
3521         * sync with 0.9.8cvs10
3522                 see Changelog 2004-01-27 and 2004-01-28
3523
3524 2004-01-26 [christoph]  0.9.8claws54
3525
3526         * src/imap.c
3527                 create a root node for the Folder if scan fails because root
3528                 folder does not exist
3529
3530 2004-01-26 [paul]       0.9.8claws53
3531
3532         * sync with 0.9.8cvs7
3533                 see ChangeLog 2004-01-23
3534
3535 2004-01-25 [alfons]     0.9.8claws52
3536
3537         * src/compose.c
3538                 remove left-over constant INDENT_CHARS
3539
3540 2004-01-25 [alfons]     0.9.8claws51
3541
3542         * src/procmime.c
3543                 add NULL pointer check for mimeinfo->node in
3544                 procmime_mimeinfo_parent()
3545
3546 2004-01-25 [darko]      0.9.8claws50
3547
3548         * src/compose.c
3549                 make "Wrap all long lines" toolbar button wrap all
3550                 long lines not just the current line
3551                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3552
3553
3554 2004-01-25 [alfons]     0.9.8claws49
3555
3556         * src/procmime.c
3557                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3558                 necessary anyway, because *scanf() functions neglect white
3559                 space in the input. 
3560                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3561
3562 2004-01-25 [paul]       0.9.8claws48
3563
3564         * src/prefs_ext_prog.c
3565                 apply Alfons' patch to check for NULL pointers
3566                 fixes bug #424
3567
3568 2004-01-25 [paul]       0.9.8claws47
3569
3570         * sync with 0.9.8cvs8
3571                 see ChangeLog 2004-01-23
3572
3573 2004-01-25 [thorsten]   0.9.8claws46
3574
3575         * src/messageview.c
3576                 remove orphaned mimeview unref()
3577
3578 2004-01-23 [christoph]  0.9.8claws45
3579
3580         * src/summaryview.c
3581                 set ctree widget style
3582
3583 2004-01-23 [paul]       0.9.8claws44
3584
3585         * sync with 0.9.8cvs5
3586                 see ChangeLog 2004-01-22
3587
3588 2004-01-23 [alfons]     0.9.8claws43
3589
3590         * src/procmsg.c
3591                 remove redundant code in procmsg_get_thread_tree()
3592
3593 2004-01-21 [christoph]  0.9.8claws42
3594
3595         * src/folderview.c
3596                 set ctree widget style, otherwise GTK does not use the
3597                 the correct vertical size for the list items
3598
3599 2004-01-21 [alfons]     0.9.8claws41
3600
3601         * src/summaryview.c
3602                 GDK_Left should only switch to folderview when
3603                 when summaryview hscrollbar is at the leftmost
3604                 position (fixes bug #420, "Focus error")
3605
3606 2004-01-21 [paul]       0.9.8claws40
3607
3608         * sync with 0.9.8cvs4
3609                 see ChangeLog 2004-01-20
3610
3611 2004-01-20 [christoph]  0.9.8claws39
3612
3613         * src/folderview.c
3614                 remove setting sensitivity for no longer existing
3615                 /Scoring... popup entry
3616
3617 2004-01-20 [keith]      0.9.8claws38
3618
3619         * configure.ac
3620                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3621
3622 2004-01-20 [paul]       0.9.8claws37
3623
3624         * src/prefs_fonts.c
3625                 demystify font settings
3626                 
3627         * src/textview.c
3628                 use textview->msgfont for header->body in
3629                 textview_show_header()
3630
3631 2004-01-20 [paul]       0.9.8claws36
3632
3633         * src/compose.c
3634           src/undo.c
3635                 remove superfluous debug_print's
3636                 
3637         * src/inc.c
3638                 clear the statusbar after LOCAL incorporation
3639
3640 2004-01-20 [paul]       0.9.8claws35
3641
3642         * sync with 0.9.8cvs3
3643                 see ChangeLog 2004-01-20
3644
3645 2004-01-19 [keith]      0.9.8claws34
3646
3647         * src/folderview.c
3648                 don't show 'Search folder...' on popup menu
3649                 if folder has no mails in it
3650
3651 2004-01-17 [keith]      0.9.8claws33
3652
3653         * src/compose.c
3654           src/prefs_common.c
3655           src/prefs_common.h
3656                 store position of compose window in prefs
3657
3658 2004-01-17 [thorsten]   0.9.8claws32
3659
3660         * src/gtk/gtkvscrollbutton.c
3661                 ensure scrollbutton resize event on different gtk versions
3662
3663 2004-01-15 [alfons]     0.9.8claws31
3664         
3665         * src/summaryview.c
3666                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3667                 message as read
3668
3669 2004-01-12 [christoph]  0.9.8claws30
3670
3671         * src/procmime.c
3672                 better MIME-Version check
3673
3674 2004-01-11 [alfons]     0.9.8claws29
3675
3676         * src/procmsg.c
3677                 remove unnecessary but still effective check (could possibly
3678                 lead to some unwanted side effects)
3679
3680 2004-01-11 [alfons]     0.9.8claws28
3681
3682         * src/procmsg.c
3683                 we should not prefer lowest message number while threading 
3684                 (introduced in previous commit)
3685
3686 2004-01-11 [alfons]     0.9.8claws27
3687
3688         * src/procmsg.c
3689                 subject threading fixes:
3690                 
3691                         - make message with lowest message number the
3692                           thread parent,
3693                         - refine recording last node when threading. the last node
3694                           should be the previous one if a node has a thread parent,
3695                           or the current node if not
3696                 
3697                 (there's another threading bug fix coming up)
3698
3699 2004-01-10 [paul]       0.9.8claws26
3700
3701         * src/main.c
3702           src/prefs_ext_prog.c
3703           src/plugins/clamav/clamav_plugin_gtk.c
3704                 minor gui fixes
3705
3706 2004-01-09 [christoph]  0.9.8claws25
3707
3708         * src/Makefile.am
3709         * src/string_match.[ch]                 ** REMOVE **
3710         * src/common/Makefile.am
3711         * src/common/string_match.[ch]          ** NEW **
3712                 move string_match.[ch] to common directory
3713
3714 2004-01-09 [christoph]  0.9.8claws24
3715
3716         * src/pgpmime.c
3717                 add MIME-Version header for the message parser
3718
3719 2004-01-09 [paul]       0.9.8claws23
3720
3721         * po/POTFILES.in
3722           src/Makefile.am
3723           src/main.c
3724           src/prefs_common.c
3725           src/prefs_ext_prog.[ch]       ** NEW FILES **
3726                 move External Command options from 'Common Prefs/Other' to
3727                 'Other Prefs/Message View/External Programs', also reveal
3728                 the hidden options for audio player and image viewer.
3729                 
3730         * src/prefs_common.c
3731                 fix toggling of header pane
3732
3733 2004-01-09 [paul]       0.9.8claws22
3734
3735         * src/compose.c
3736                 when changing account also change the save folder
3737
3738         * src/textview.c
3739                 if a text/plain attachment has 'Content-Disposition: attachment'
3740                 don't display it inline
3741
3742 2004-01-08 [christoph]  0.9.8claws21
3743
3744         * src/procmime.c
3745                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3746                 otherwise thread the message content as one text part and
3747                 don't assume charset US-ASCII which is only specified as
3748                 default for MIME-messages
3749
3750 2004-01-08 [paul]       0.9.8claws20
3751
3752         * src/plugins/clamav/clamav_plugin.c
3753           src/plugins/spamassassin/spamassassin.c
3754                 inform the user what is happening via the statusbar
3755
3756 2004-01-06 [paul]       0.9.8claws19
3757
3758         * po/es.po
3759                 update Spanish translation. submitted by Ricardo
3760                 Mones Lastra
3761
3762 2004-01-05 [paul]       0.9.8claws18
3763
3764         * sync with 0.9.8cvs2
3765                 see ChangeLog 2004-01-05
3766
3767 2004-01-03 [luke]       0.9.8claws17
3768
3769         * src/procheader.c
3770                 Clean up:
3771                 o remove unused functions string_getchar() and file_getchar()
3772                 o remove the getchar_ parameter from generic_get_one_field()
3773                 o add an 'unfold' parameter to generic_get_one_field, to
3774                   be used if no HeaderEntry is supplied
3775                 o procheader_get_one_field_asis() uses
3776                   generic_get_one_field().
3777
3778 2004-01-01 [christoph]  0.9.8claws16
3779
3780         * src/common/xml.[ch]
3781                 o add xml_new_tag() to manage usage counts of strings correctly
3782                 o correct xml_copy_tree() function name
3783
3784         * src/folder.c
3785         * src/main.c
3786                 allow registering and unregistering of FolderClasses anytime
3787
3788 2003-12-31 [christoph]  0.9.8claws15
3789
3790         * src/folder.[ch]
3791         * src/common/xml.[ch]
3792                 keep folderlist.xml data for unloaded FolderClasses
3793
3794 2003-12-30 [luke]       0.9.8claws14
3795
3796         * src/procheader.[ch]
3797                 o added procheader_get_one_field_asis() that does not do
3798                   unfolding
3799                 o fix procheader_get_header_array_asis() to use the above,
3800                   fixing ugliness of headers in textview
3801
3802         * src/compose.c
3803                 o don't unfold headers when redirecting.        
3804
3805 2003-12-30 [paul]       0.9.8claws13
3806
3807         * po/POTFILES.in
3808           src/common/defs.h
3809           src/Makefile.am
3810           src/main.c
3811           src/prefs_common.c
3812           src/prefs_themes.[ch] ** NEW FILES **
3813                 redesign and move Icon Theme selector to
3814                 the new prefs window
3815           
3816         * src/stock_pixmap.c
3817                 fix the old bug where icons are not always
3818                 updated when changing themes
3819         
3820         * src/summaryview.c
3821                 fix bug where the icons on the title row
3822                 of the summary view were not updated
3823         
3824         all patches submitted by Ricardo Mones Lastra
3825
3826 2003-12-30 [hoa]        0.9.8claws12
3827
3828         * src/folder.c
3829                 run preglobal and postglobal processing rules
3830                 even if the folder does not have any rules.
3831
3832 2003-12-28 [paul]       0.9.8claws11
3833
3834         * ac/aspell.m4
3835           ac/check-type.m4
3836           ac/gnupg-check-typedef.m4
3837           ac/openssl.m4
3838           ac/spamassassin.m4
3839                 fix 'underquoted definition' warnings, patch submitted by
3840                 David Relson <relson@osagesoftware.com>
3841                 
3842         * src/common/utils.c
3843                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3844                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3845
3846 2003-12-28 [paul]       0.9.8claws10
3847
3848         * sync with 0.9.8cvs1
3849                 see ChangeLog 2003-12-17
3850
3851 2003-12-27 [christoph]  0.9.8claws9
3852
3853         * src/common/utils.[ch]
3854                 add g_node_map() to map a GNode into a new GNode
3855                 converting all node data's with a function
3856
3857         * src/account.c
3858         * src/folder.[ch]
3859         * src/folderview.c
3860         * src/imap.c
3861         * src/mainwindow.c
3862         * src/summaryview.c
3863                 o use g_node_map() to convert XML <-> Folder
3864                 o remove redundant FolderItem->parent and
3865                   replace it with folder_item_parent()
3866
3867 2003-12-23 [christoph]  0.9.8claws8
3868
3869         * src/folder.[ch]
3870         * src/folderview.c
3871         * src/mainwindow.c
3872         * src/procmsg.c
3873                 o use callback for notifications about added and
3874                   destroyed folders
3875                 o rewrite folderlist saving (new functions to create
3876                   folder from XML tree, and XML tree from folder)
3877
3878         * src/common/xml.[ch]
3879                 add function to save XML trees
3880
3881         * src/prefs_filtering.c
3882                 code cleanup
3883
3884 2003-12-22 [christoph]  0.9.8claws7
3885
3886         * src/prefs_account.[ch]
3887                 add "SMTP only" accounts
3888
3889 2003-12-20 [melvin]     0.9.8claws6
3890
3891         * src/action.[ch]
3892                 Changed the interface for action_update_*_menu() so
3893                 action.c does not need to know the paths of the different
3894                 actions menu (mainwindow, message view and compose window). 
3895
3896         * src/compose.c
3897                 Tiny code cleanup to merge spell checker related code
3898                 compose_update_actions_menu(): new function to update
3899                 the actions menu. Use it in compose_create()
3900
3901         * src/compose.h
3902                 compose_update_actions_menu(): new function to update
3903                 the actions menu. Used also in prefs_actions.c.
3904
3905         * src/mainwindow.[ch]
3906                 main_window_update_actions_menu(): new function to update
3907                 the actions menu. Used in main_window_create() and in
3908                 prefs_actions.c
3909
3910         * src/messageview.[ch]
3911                 messageview_update_actions_menu(): new function to update
3912                 the actions menu. Used in messageview_add_toolbar() and in
3913                 prefs_actions.c
3914                 
3915         * src/prefs_actions.c   
3916                 prefs_actions_ok(): fixed to update the actions menu of
3917                 the separate message view and the compose windows.
3918
3919 2003-12-20 [luke]       0.9.8claws5
3920         * src/procheader.c
3921                 fix unfolding/newline stripping for multiline fields
3922                 in generic_get_one_field()
3923
3924 2003-12-19 [christoph]  0.9.8claws4
3925
3926         * src/summaryview.c
3927                 o code cleanup
3928                 o use subject_compare_for_sort() when comparing
3929                   simplified subjects
3930
3931 2003-12-19 [christoph]  0.9.8claws3
3932
3933         * src/msgcache.c
3934                 more syncing with 0.8.9a
3935
3936 2003-12-19 [christoph]  0.9.8claws2
3937
3938         * src/folder.c
3939                 don't write all FolderItem XML attributes for the root node
3940
3941 2003-12-19 [melvin]     0.9.8claws1
3942
3943         * src/messageview.c
3944                 Added missing menu branch (Tools/Create processing/rule)
3945         * po/fr.po
3946                 Updated French translation for the added string.
3947
3948 2003-12-19 [paul]       0.9.8claws
3949
3950         0.9.8claws released
3951
3952 2003-12-19 [paul]       0.9.7claws51
3953
3954         * po/en_GB.po
3955           po/es.po
3956           po/ja.po
3957           po/pl.po
3958           po/sk.po
3959           po/zh_CN.po
3960                 update translations. submitted by me, Ricardo Mones
3961                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3962                 Hansom Young
3963                 
3964         * src/folder_item_prefs.c
3965                 'enable_processing' set to FALSE by default
3966
3967 2003-12-18 [melvin]     0.9.7claws50
3968
3969         * po/fr.po
3970                 Updated French translation
3971
3972 2003-12-17 [christoph]  0.9.7claws49
3973
3974         * src/procheader.c
3975                 revert discarding of whitespace from 0.9.7claws44
3976
3977                 RFC2822 2.2.3: Unfolding is accomplished by simply
3978                 removing any CRLF that is immediately followed by WSP.
3979
3980 2003-12-17 [paul]       0.9.7claws48
3981
3982         * src/folder.c
3983                 fix new message count
3984                 
3985         * configure.ac
3986                 update autotools macros
3987
3988         * sync with 0.9.8a
3989
3990 2003-12-16 [christoph]  0.9.7claws47
3991
3992         * src/folder.c
3993                 fix folder update before adding MsgInfo to cache
3994                 in add_msginfo_to_cache()
3995
3996         * src/procmsg.c
3997                 remove old call to folder_item_update() that is no
3998                 longer required
3999
4000 2003-12-16 [christoph]  0.9.7claws46
4001
4002         * src/main.c
4003                 make sure the shutdown process only runs once
4004
4005 2003-12-16 [hoa]        0.9.7claws45
4006
4007         * src/mainwindow.c
4008         * src/messageview.c
4009         * src/summaryview.[ch]
4010                 Create filter rules using a message is fixed.
4011                 We can now create processing rules using a message.
4012
4013 2003-12-15 [alfons]     0.9.7claws44
4014
4015         * src/procheader.c
4016                 make sure we discard folding white space
4017
4018 2003-12-15 [luke]       0.9.7claws43
4019         * src/textview.c
4020         * src/mimeview.c
4021                 o use "name" parameter if "filename" doesn't exist
4022
4023 2003-12-14 [alfons]     0.9.7claws42
4024
4025         * src/summaryview.c
4026         * src/common/utils.c
4027                 allow quick finding based on the result of passing
4028                 a message to an external command. E.g:
4029
4030                         X "bogofilter < %F" 
4031                 
4032                 gets me all the spam in a folder.
4033
4034 2003-12-14 [luke]       0.9.7claws41
4035
4036         * src/textview.c
4037         * src/mimeview.c
4038                 o use parameter "filename" instead of "name" in a couple of 
4039                   places for correctness
4040
4041         * src/procmime.c
4042         * src/common/utils.[ch]
4043                 o make temporary filename for attachments safe for %p 
4044                   substitutions in actions.
4045
4046 2003-12-13 [christoph]  0.9.7claws40
4047
4048         * src/main.c
4049                 readd exit(0) to clean_quit() because otherwise sylpheed
4050                 does not always terminate
4051
4052         * src/pgpmime.c
4053         * src/privacy.h
4054                 add an identifier-string for PrivacySystems
4055
4056 2003-12-12 [paul]
4057
4058         * doc/man/sylpheed.1
4059                 update the man page
4060
4061 2003-12-12 [paul]       0.9.7claws39
4062
4063         general clean up
4064         
4065         * configure.ac
4066                 correct and clean up './configure --help' info
4067         
4068         * src/plugins/clamav/clamav_plugin.c
4069           src/plugins/spamassassin/spamassassin.c
4070                 correct plugin_desc(), works with LOCAL, IMAP, and
4071                 POP accounts
4072                 
4073         * src/filtering.c
4074           src/matcher.[ch]
4075           src/matcher_parser_parse.y
4076           src/prefs_filtering_action.c
4077                 use 'Change Score' instead of '(In/De)crease score'.
4078                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4079          
4080          * src/mainwindow.c
4081                 hyphenate: 'Pre-processing', 'Post-processing'
4082                 
4083         * src/prefs_account.c
4084                 change 'Generate Message-ID' to 'Generate Message-Id'
4085                 
4086         * src/prefs_folder_item.c
4087                 change 'Processing on startup:' to 'Process at startup'
4088                 change 'Scan for new mail:' to 'Scan for new mail'
4089                 
4090 2003-12-11 [christoph]  0.9.7claws38
4091
4092         * src/crash.c
4093         * src/main.[ch]
4094                 make sure the clean_exit() funtion is not called again by the
4095                 signal handler while it is already running
4096
4097         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4098
4099         * src/summaryview.c
4100                 fix wrong assertion
4101
4102 2003-12-11 [paul]       0.9.7claws37
4103
4104         * src/compose.c
4105                 'anonymise' Message-Id: header string
4106
4107 2003-12-11 [paul]       0.9.7claws36
4108
4109         * src/plugins/clamav/clamav_plugin.c
4110                 fix (don't break) signature count
4111                 use cl_strerror() instead of deprecated cl_perror()
4112         
4113 2003-12-11 [darko]      0.9.7claws35
4114
4115         * src/summaryview.c
4116                 also update the sort arrow (thanks Christoph)
4117
4118 2003-12-11 [darko]      0.9.7claws34
4119
4120         * src/summaryview.c
4121                 allow reverting to default sort mode (no sort)
4122
4123 2003-12-10 [hoa]        0.9.7claws33
4124
4125         * src/matcher.c
4126                 fixed quotation of string for matcher.
4127
4128 2003-12-08 [paul]       0.9.7claws32
4129
4130         * src/imap.c
4131           src/inc.c
4132                 plug memory leaks (patch by Alfons)
4133
4134 2003-12-08 [christoph]  0.9.7claws31
4135
4136         * src/folder_item_prefs.[ch]
4137         * src/folderview.c
4138         * src/prefs_folder_item.c
4139                 add new FolderItem property to exclude folders from new
4140                 mail checks
4141
4142         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4143
4144 2003-12-07 [paul]       0.9.7claws30
4145
4146         * src/plugins/clamav/clamav_plugin.c
4147                 fix signature count
4148
4149 2003-12-07 [thorsten]   0.9.7claws29
4150
4151         * src/filtering.c
4152                 debug_print some warning if destfolder missing
4153         * src/prefs_filtering.c
4154                 uninitialized filter list when deleting a folder
4155
4156 2003-12-06 [paul]       0.9.7claws28
4157
4158         * src/procheader.c
4159                 add Alfons' patch to trim line feeds
4160
4161 2003-12-06 [paul]       0.9.7claws27
4162
4163         * partial sync with 0.9.7cvs8
4164                 leaving claws' online/offline more or less intact
4165                 see ChangeLog 2003-12-04 and 2003-12-06
4166
4167 2003-12-06 [christoph]  0.9.7claws26
4168
4169         * src/messageview.c
4170         * src/privacy.[ch]
4171                 revert pirvacy API changes
4172
4173 2003-12-05 [alfons]     0.9.7claws25
4174
4175         * src/matcher.[ch]
4176                 clean up my old cruft
4177
4178 2003-12-05 [alfons]     0.9.7claws24
4179
4180         * src/matcher.c
4181                 fix comparison buglet ;-) and make `test` matcher
4182                 work again
4183
4184 2003-12-05 [alfons]     0.9.7claws23
4185
4186         * src/prefs_folder_item.c
4187                 K&R 2nd Ed., page 241 (function parameter identifiers
4188                 starting with an underscore are kind of insulting)
4189
4190 2003-12-05 [hoa]        0.9.7claws22
4191
4192         * src/main.c
4193         * src/mainwindow.[ch]
4194         * src/mainwindow.h
4195                 add destructor for mainwindow so that the last 
4196                 MimeInfo opened in messageview is destroyed when
4197                 exiting sylpheed.
4198
4199 2003-12-05 [hoa]        0.9.7claws21
4200
4201         * src/filtering.[ch]
4202         * src/matcher.[ch]
4203         * src/matcher_parser_lex.l
4204         * src/matcher_parser_parse.y
4205         * src/prefs_actions.c
4206         * src/prefs_filtering.c
4207         * src/common/utils.[ch]
4208                 quote arguments before giving them to command line.
4209                 fixed quote of string in matcher/processing/filtering rules.
4210
4211         * src/messageview.c
4212         * src/privacy.[ch]
4213                 allows decryption to return a new whole 
4214                 MIME message structure.
4215
4216 2003-12-04 [hoa]        0.9.7claws20
4217
4218         * src/filtering.[ch]
4219         * src/folder.c
4220         * src/mainwindow.c
4221         * src/matcher.c
4222         * src/matcher_parser_parse.y
4223         * src/folderview.c
4224                 global rules to run before folder specific rules.
4225                 global rules to run after folder specific rules.
4226                 
4227         * src/messageview.c
4228                 fixed quick addition of rules.
4229         
4230         * src/prefs_filtering.[ch]
4231         * src/summaryview.c
4232                 we can now customize the title for the dialog.
4233                 updated case where we rename of delete folders.
4234
4235         * src/addressbook.c
4236                 got back the function addressbook_browse_entry_cb()
4237                 that is needed in case we compiled with LDAP support.
4238
4239 2003-12-04 [paul]       0.9.7claws19
4240
4241         * sync with 0.9.7cvs6
4242                 see ChangeLog 2003-12-04
4243                 fixes bug 171 'Wrong message decoing: koi8-r and 
4244                 iso8859-5 looks same. Can't read many emails.'
4245
4246 2003-12-04 [paul]       0.9.7claws18
4247
4248         * po/POTFILES.in
4249                 remove 'src/prefs_scoring.c'
4250
4251 2003-12-03 [hoa]        0.9.7claws17
4252
4253         * src/Makefile.am
4254                 compilation of scoring.[ch] and prefs_scoring.[ch]
4255                 is removed.
4256         
4257         * src/filtering.[ch]
4258         * src/folder.c
4259         * src/folder_item_prefs.[ch]
4260         * src/folderview.c
4261         * src/main.c
4262         * src/mainwindow.c
4263         * src/matcher.[ch]
4264         * src/matcher_parser.h
4265         * src/matcher_parser_parse.y
4266         * src/prefs_filtering.[ch]
4267         * src/prefs_filtering_action.c
4268         * src/prefs_folder_item.c
4269         * src/prefs_scoring.[ch]              * REMOVED FILES *
4270         * src/procmsg.[ch]
4271         * src/scoring.[ch]                    * REMOVED FILES *
4272         * src/summaryview.c
4273                 merged scoring and filtering.
4274                 
4275                 Note : compatibility is kept by parsing score like 
4276                   add_score. To get the behaviour of older scoring 
4277                   system, you have to define some equivalent rule :
4278                   "score_lower -9999 hide"
4279                   "score_greater 9999 mark"
4280                   
4281                   To define global rules, you have to define them 
4282                   in the new global processing rules.
4283                   The variable that kept the list filtering rules 
4284                   was "global_processing" and has been renamed into 
4285                   "filtering_rules".
4286                   "global_processing" variable is now the name 
4287                   of the variable that keeps the list of global 
4288                   processing rules.
4289                   In the configuration file, "[global]" section is 
4290                   now for the global processing rules (which includes
4291                   score things and new global processing rules).
4292                   New "[filtering]" section is for the filtering rules.
4293                   
4294                   Before running with this version, during testing 
4295                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4296                   Then, you have to make the following changes :
4297                   - leave all scoring rules in "[global]" section.
4298                   - move all other rules of "[global]" section to
4299                       a new section named "[filtering]".
4300
4301 2003-12-03 [christoph]  0.9.7claws16
4302
4303         * src/procmime.c
4304                 use default Content-Type as specified in RFC2045 if
4305                 Content-Type header is syntactically incorrect
4306
4307 2003-12-03 [christoph]  0.9.7claws15
4308
4309         * src/addressbook.c
4310         * src/addrindex.h
4311         * src/addritem.c
4312         * src/expldifdlg.h
4313         * src/exportldif.c
4314         * src/filtering.c
4315         * src/folder.c
4316         * src/folderview.c
4317         * src/jpilot.c
4318         * src/localfolder.c
4319         * src/matcher.h
4320         * src/matcher_parser_lex.l
4321         * src/matcher_parser_parse.y
4322         * src/news.c
4323         * src/prefs_filtering_action.c
4324         * src/prefs_folder_item.c
4325         * src/prefs_fonts.c
4326         * src/procmsg.c
4327         * src/sgpgme.c
4328                 clean up warnings
4329
4330         * src/procmime.c
4331                 revert 0.9.7claws14 change
4332
4333 2003-12-03 [alfons]     0.9.7claws14
4334
4335         * src/procmime.c
4336                 catch invalid Content-Type with no subtype
4337
4338 2003-12-03 [alfons]     0.9.7claws13
4339
4340         * src/alertpanel.h
4341         * src/setup.c
4342         * src/plugins/image_viewer/plugin.c
4343                 compile again, we need stddef.h for size_t
4344
4345 2003-12-03 [paul]       0.9.7claws12
4346
4347         * src/account.c
4348                 don't allow cloning of accounts with remote folders,
4349                 patch submitted by Ricardo Mones Lastra
4350
4351 2003-12-03 [christoph]  0.9.7claws11
4352
4353         * src/folder.[ch]
4354         * src/imap.c
4355         * src/localfolder.[ch]
4356         * src/mh.c
4357         * src/news.c
4358         * src/common/xml.[ch]
4359                 add set_xml() and get_xml() virtual functions to FolderClass to
4360                 save extra information for Folders (for example the rootpath
4361                 only used by LocalFolder). The folderlist write function no
4362                 longer needs to know the folder type to save this extra
4363                 information.
4364
4365 2003-12-02 [christoph]  0.9.7claws10
4366
4367         * src/Makefile.am
4368         * src/account.c
4369         * src/folder.[ch]
4370         * src/folderview.h
4371         * src/imap.c
4372         * src/localfolder.[ch]          ** NEW **
4373         * src/mainwindow.c
4374         * src/mh.[ch]
4375         * src/news.[ch]
4376         * src/prefs_account.[ch]
4377         * src/prefs_filtering.h
4378         * src/procmsg.h
4379         * src/remotefolder.[ch]         ** NEW **
4380         * src/common/xml.[ch]
4381                 add item_set_xml() and item_get_xml() virtual functions to
4382                 FolderClass to give folders the ability to add extra information
4383                 to the saved FolderItem data. If NULL the default function for
4384                 FolderItem will be used.
4385
4386 2003-11-29 [christoph]  0.9.7claws9
4387
4388         * src/procheader.c
4389                 fix bug in unfolding
4390
4391 2003-11-29 [luke]       0.9.7claws8
4392
4393         * src/textview.c
4394                 fix compilation for non c99 compilers
4395
4396 2003-11-29 [christoph]  0.9.7claws7
4397
4398         * src/procmime.[ch]
4399         * src/mimeview.c
4400                 o unknown disposition types should be handled as
4401                   attachment (RFC2183)
4402                 o missing headers should not default to inline
4403                   (would make "Save All" useless when disposition header
4404                    is not set by the sending mailer)
4405                 o remove old MimeInfo data and cleanup
4406
4407 2003-11-29 [luke]       0.9.7claws6
4408
4409         * src/procmime.[ch]
4410                 re-added parsing of Content-Disposition header
4411                         - removes the old  'gchar* content_disposition'
4412                         - adds a new field 'DispositionType disposition'
4413                         - adds parameters to MimeInfo::parameters
4414
4415         * src/mimeview.c
4416                 use the "filename" parameter for saving, and the new
4417                 MimeInfo::disposition for save all.
4418
4419         * src/compose.c
4420         * src/toolbar.[ch]
4421                 add a 'check spelling' button as a possibility for 
4422                 the compose toolbar
4423
4424         * src/stockpixmap.[ch]
4425         * src/pixmaps/check_spelling.xpm        ** NEW **
4426         * src/Makefile.am
4427                 add a pixmap for use with 'check spelling' button or
4428                 a user defined action
4429
4430         * src/textview.c
4431                 re-apply fixed (I hope) patch for bug 57
4432                 "Hidden URL in HTML Mails"
4433
4434 2003-11-28 [christoph]  0.9.7claws5
4435
4436         * src/procmime.c
4437                 o be more liberal in what we accept as Content-Type parameters
4438                 o ignore comments after parameters
4439
4440         * src/sgpgme.c
4441                 o only free passphrase when an error occurs
4442
4443 2003-11-28 [paul]       0.9.7claws4
4444
4445         * src/account.c
4446                 add 'Clone Account' function. patch submitted by
4447                 Ricardo Mones Lastra
4448
4449 2003-11-27 [thorsten]   0.9.7claws3
4450
4451         * src/mimeview.c
4452                 fix crash if 'save_all' failed twice
4453
4454 2003-11-27 [paul]       0.9.7claws2
4455
4456         * po/POTFILES.in
4457                 fix a typo
4458
4459         * po/zh_CN.po
4460                 update Simplified Chinese translation. submitted by
4461                 Hansom Young
4462
4463 2003-11-27 [paul]       0.9.7claws1
4464
4465         * po/POTFILES.in
4466                 clean up
4467
4468 2003-11-26 [paul]       0.9.7claws
4469
4470         * 0.9.7claws released
4471
4472 2003-11-26 [paul]       0.9.6claws99
4473
4474         * src/Makefile.am
4475                 add reference to pixmaps/mime_message.xpm
4476
4477 2003-11-26 [paul]       0.9.6claws98
4478
4479         * po/POTFILES.in
4480                 remove reference to src/sigstatus.c
4481
4482 2003-11-26 [christoph]  0.9.6claws97
4483
4484         * src/Makefile.am
4485         * src/prefs_common.c
4486         * src/rfc2015.c
4487         * src/sigstatus.[ch]            ** REMOVE **
4488                 remove signature result popup option and window
4489
4490 2003-11-26 [paul]       0.9.6claws96
4491
4492         * po/es.po
4493           po/ja.po
4494           po/pl.po
4495           po/sk.po
4496           po/sr.po
4497                 update translations. submitted by Ricardo Mones Lastra,
4498                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4499
4500 2003-11-25 [christoph]  0.9.6claws95
4501
4502         * src/procmime.c
4503                 display mime structure only in debug mode
4504
4505 2003-11-25 [melvin]     0.9.6claws94
4506
4507         * po/fr.po
4508                 Updated French translations + typos fixes of older
4509                 translations (thanks to Fabien Vantard for pointing
4510                 to some of them)
4511
4512 2003-11-25 [melvin]     0.9.6claws93
4513
4514         * src/editldap.c
4515                 Fixed a couple of typos.
4516
4517 2003-11-24 [paul]       0.9.6claws92
4518
4519         * po/POTFILES.in
4520                 add 'src/textview.c'
4521
4522 2003-11-24 [paul]       0.9.6claws91
4523
4524         * src/sgpgme.c
4525                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4526
4527 2003-11-24 [paul]       0.9.6claws90
4528
4529         * src/plugins/image_viewer/viewer.c
4530                 image_viewer_show_mimepart(): 
4531                 use procmime_mimeinfo_get_parameter() to get the file name
4532
4533 2003-11-24 [paul]       0.9.6claws89
4534
4535         * src/textview.c
4536                 textview_show_mime_part(): rewrite text hint
4537
4538 2003-11-22 [paul]       0.9.6claws88
4539
4540         * sync with 0.9.7cvs5
4541                 see ChangeLog 2003-11-21
4542
4543 2003-11-21 [paul]       0.9.6claws87
4544
4545         * src/mimeview.c
4546                 define shortcut key 'o' for 'Open with...'
4547
4548 2003-11-21 [alfons]     0.9.6claws86
4549
4550         * src/messageview.c
4551                 fix bug #383 'Deleting message from "separate message view" 
4552                 uses local Trash folder'
4553
4554 2003-11-21 [christoph]  0.9.6claws85
4555
4556         * src/mimeview.c
4557                 fix content-type guessing by name parameter when finding
4558                 the correct viewer
4559
4560 2003-11-21 [alfons]     0.9.6claws84
4561
4562         * src/main.c
4563                 no mail incorporation allowed with --offline param.
4564                 fixes bug #374, "--offline ignored"
4565
4566 2003-11-20 [christoph]  0.9.6claws83
4567
4568         * src/mimeinfo.c
4569                 use signed MimeInfo when checking the signature and not
4570                 the selected one
4571
4572 2003-11-19 [alfons]     0.9.6claws82
4573
4574         * src/mainwindow.c
4575                 fix crash when toggling separate views, patch submitted
4576                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4577                 fixes bug #342, "separate views  cause crash"
4578
4579 2003-11-19 [paul]       0.9.6claws81
4580
4581         * src/compose.c
4582                 compose_redirect_write_headers_from_headerlist(): 
4583                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4584                 
4585         * src/main.c
4586                 code cleanup (inherited from 0.9.7cvs4)
4587                 
4588         * tools/tb2sylpheed
4589                 bugfix: added missing attribute-list start. submitted by
4590                 Urke MMI
4591
4592 2003-11-19 [luke]       0.9.6claws80
4593
4594         * src/textview.c
4595                 revert my last commit until I get time to fix it
4596
4597 2003-11-18 [christoph]  0.9.6claws79
4598
4599         * src/mimeview.[ch]
4600                 check parent MimeInfos for signatures and display the
4601                 result of the parent when found
4602
4603         * src/pgpmime.c
4604                 o avoid NULL pointer warnings
4605                 o use procmime_mimeinfo_get_parameter()
4606
4607         * src/sgpgme.c
4608                 small text changes
4609
4610 2003-11-17 [luke]       0.9.6claws78
4611
4612         * src/textview.c
4613                 add check for disguised URLs, fixing bug 57
4614                 "Hidden URL in HTML Mails"
4615
4616 2003-11-16 [christoph]  0.9.6claws77
4617
4618         * src/procmime.c
4619                 fix crash when parsing invalid Content-Type header
4620
4621 2003-11-16 [christoph]  0.9.6claws76
4622
4623         * src/pgpmime.c
4624         * src/privacy.c
4625         * src/procmime.c
4626         * src/sgpgme.[ch]
4627                 implement message decrypting
4628
4629         * src/rfc2015.c
4630                 remove old code
4631
4632 2003-11-14 [luke]       0.9.6claws75
4633
4634         * src/mimeview.c
4635                 fix a couple of problems that treated application/* and
4636                 application/octet-stream the wrong way around
4637                 (since 0.9.6claws10), causing "Open" to do nothing.
4638
4639 2003-11-14 [christoph]  0.9.6claws74
4640
4641         * src/messageview.c
4642         * src/pgpmime.c
4643         * src/privacy.[ch]
4644                 prepare for message part decrypting
4645
4646         * src/sgpgme.c
4647                 add output for expired signatures
4648
4649         * src/rfc2015.c
4650                 remove some old code
4651
4652 2003-11-10 [christoph]  0.9.6claws73
4653
4654         * src/mimeview.c
4655                 add "Full info" button for bad and warn signature status
4656
4657         * src/sgpgme.c
4658                 generate full signature info like gpg's output
4659                 (gpg -v --with-fingerprint --verify)
4660
4661 2003-11-10 [christoph]  0.9.6claws72
4662
4663         * src/mimeview.c
4664         * src/pgpmime.c
4665         * src/privacy.[ch]
4666         * src/sgpgme.[ch]
4667         * src/textview.[ch]
4668                 o add code to view full signature info
4669                 o do automatic signature checks
4670
4671 2003-11-10 [alfons]     0.9.6claws71
4672
4673         * src/summaryview.c
4674                 don't crash when gtkut_font_load() returns invalid font (has
4675                 something to do with locale settings)
4676                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4677
4678 2003-11-09 [alfons]     0.9.6claws70
4679
4680         * src/procmime.c
4681                 plug leak
4682
4683 2003-11-08 [luke]       0.9.6claws69
4684
4685         * src/summaryview.c
4686                 fix some typos
4687
4688         * src/compose.c
4689                 rewrite compose_attach_parts(), fixing various bugs mainly
4690                 to do with re-editing.
4691
4692         * src/mimeview.c
4693                 "save all" now only saves attachments with names/filenames
4694
4695 2003-11-04 [match]      0.9.6claws68
4696
4697         * src/ldapctrl.[ch]
4698                 fix broken LDAP support.
4699
4700         * src/ldapquery.c
4701                 remove printf's.
4702
4703 2003-11-04 [luke]       0.9.6claws67
4704
4705         * src/mimeview.c
4706                 o  fixed bug 4 "focus lost on messages with attachments"
4707                 o  fixed 'Save all' attachments for new mime changes
4708                 o  right clicking on icons consistent with right clicking on
4709                    mime tree
4710                   - fixes a bug where wrong part is saved when you
4711                     choose 'Save as' from popup menu
4712                   - fixes bug 308 "No way to "save all" attachments"
4713                 o  fixed a compiler warning.
4714
4715         * src/textview.c
4716                 o  removed flickering in mime tree when using "n" and "p"
4717                    shortcuts
4718                 o  fixed bug where selecting the textview and pressing e.g.
4719                    'y' causes sylpheed to respond twice.
4720
4721         * src/summaryview.c
4722                 removed hard coding of * and ! shortcuts (which only served
4723                 to cause problems if you tried to redefine the shortcuts)
4724
4725 2003-11-04 [luke]       0.9.6claws66
4726
4727         * src/plugins/image_viewer/viewer.c
4728         * src/plugins/image_viewer/viewerprefs.c
4729         * src/plugins/image_viewer/viewerprefs.glade
4730                 o  allow toggling of image scaling by clicking on image
4731                 o  respond to image's container widget resize
4732
4733         * src/procmime.c
4734                 o  fix bad parsing of message when re-editing/viewing a
4735                    message saved to the drafts folder
4736
4737 2003-11-02 [match]      0.9.6claws65
4738
4739         * src/browseldap.h
4740                 fix if not building LDAP support.
4741         * src/addrindex.c
4742         * src/ldapquery.[ch]
4743         * src/editldap.h
4744                 include support for contains query. feature req 529354.
4745
4746 2003-11-02 [alfons]     0.9.6claws64
4747
4748         * src/browseldap.c
4749                 fix build bustage if not compiling ldap support
4750
4751 2003-11-01 [match]      0.9.6claws63
4752
4753         * po/POTFILES.in
4754         * src/Makefile.am
4755         * src/addr_compl.[ch]
4756         * src/addrbook.c
4757         * src/addrcache.[ch]
4758         * src/addrdefs.h        ** NEW **
4759         * src/addressbook.c
4760         * src/addressitem.h
4761         * src/addrindex.[ch]
4762         * src/addritem.h
4763         * src/addrquery.[ch]
4764         * src/ldapquery.[ch]
4765         * src/ldapserver.[ch]
4766                 refactor LDAP query mechanism.
4767
4768         * src/browseldap.[ch]   ** NEW **
4769         * src/ldaplocate.[ch]   ** NEW **
4770                 add feature to browse LDAP entry that was retrieved using
4771                 an explicit LDAP search.
4772
4773 2003-11-01 [alfons]     0.9.6claws62
4774
4775         * src/prefs_gtk.c
4776                 prefs_write_param(): fail when we see an invalid type; all the
4777                 callers seem to handle this gracefully by reverting changes
4778
4779 2003-10-30 [christoph]  0.9.6claws61
4780
4781         * configure.ac
4782         * ac/openssl.m4
4783         * ac/spamassassin.m4
4784         * src/Makefile.am
4785                 use extra variables for all libraries to make sure plugins
4786                 are only linked with libraries they really need. $LIBS is always
4787                 added to the linking parameters, but we only what the libraries
4788                 listed in the Makefile
4789
4790 2003-10-29 [paul]       0.9.6claws60
4791
4792         * src/mimeview.c
4793                 don't use Subject for unknown part name
4794
4795 2003-10-29 [paul]       0.9.6claws59
4796
4797         * src/compose.c
4798                 get name of attachment(s) when re-editing, fwd'ing or
4799                 redirecting
4800                 
4801         * src/mimeview.c
4802                 get name of attachment(s) when saving
4803
4804 2003-10-29 [hoa]        0.9.6claws58
4805
4806         * src/textview.c
4807                 implemented multipart/alternative in MIME message viewer.
4808
4809 2003-10-28 [christoph]  0.9.6claws57
4810
4811         * configure.ac
4812                 make sure MathML-Viewer is not built with the
4813                 Gtk2 version of GtkMathView
4814
4815 2003-10-28 [paul]       0.9.6claws56
4816
4817         * sync with 0.9.7cvs1
4818                 see ChangeLog 2003-10-28
4819
4820 2003-10-27 [alfons]     0.9.6claws55
4821
4822         * src/matcher_parser_parse.y
4823         * src/gtk/colorlabel.c
4824                 allow setting color label to 0 in filtering/processing rules
4825                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4826
4827 2003-10-26 [alfons]     0.9.6claws54
4828
4829         * src/summary_search.c
4830                 fix misnomer and correct selecting initial search node  
4831
4832 2003-10-26 [christoph]  0.9.6claws53
4833
4834         * src/pgpmime.c
4835         * src/sgpgme.c
4836                 change display of signature info to use only name of
4837                 signer, otherwise the text gets too long.
4838
4839         * src/procmime.c
4840                 don't use MimeInfo's filename to generate tmp filename
4841
4842 2003-10-25 [christoph]  0.9.6claws52
4843
4844         * src/procmime.c
4845                 fix message body searching
4846
4847 2003-10-25 [paul]       0.9.6claws51
4848
4849         * src/compose.c
4850                 use g_basename rather than basename
4851
4852 2003-10-24 [christoph]  0.9.6claws50
4853
4854         * src/sgpgme.c
4855                 change fetching of signature key's trust
4856
4857 2003-10-24 [paul]       0.9.6claws49
4858
4859         * po/sk.po
4860                 update Slovak translation
4861                 submitted by Andrej Kacian
4862                 
4863         * src/mainwindow.c
4864                 remove unknown menu entry /File/Add mailbox/mbox...
4865
4866 2003-10-24 [hoa]        0.9.6claws48
4867
4868         * src/Makefile.am
4869                 removed all references to mbox folders
4870
4871         * src/carray.[ch]               * REMOVED *
4872         * src/chash.[ch]                * REMOVED *
4873         * src/maillock.[ch]             * REMOVED *
4874         * src/mailmbox.[ch]             * REMOVED *
4875         * src/mailmbox_folder.[ch]      * REMOVED *
4876         * src/mailmbox_parse.[ch]       * REMOVED *
4877         * src/mailmbox_types.[ch]       * REMOVED *
4878         * src/mbox_folder.[ch]          * REMOVED *
4879                 remove implementation of mbox folders
4880                 and old mailbox folder.
4881                 mbox folder implementation will be added
4882                 as a plugin so that implementation can be entirely
4883                 synchronized with the files of the project they are
4884                 extracted from (libEtPan!).
4885         
4886         * src/mainwindow.c
4887         * src/folder.c
4888         * src/folderview.[ch]
4889         * src/procmsg.h         
4890                 Disable as much code that references mbox folders
4891                 as possible.
4892                 Some UI thing still need to know that folder is mbox
4893                 (when we have to enter the name of the mailbox and
4894                 we want to add /var/mail/$USER).
4895
4896 2003-10-23 [christoph]  0.9.6claws47
4897
4898         * src/noticeview.c
4899                 don't always display button when noticeview is made visible
4900
4901         * src/mimeview.c
4902         * src/pgpmime.c
4903         * src/privacy.[ch]
4904         * src/sgpgme.[ch]
4905                 get signature information from crypto system
4906
4907 2003-10-22 [paul]       0.9.6claws46
4908
4909         * po/es.po
4910                 updated by Ricardo Mones Lastra
4911
4912 2003-10-22 [paul]       0.9.6claws45
4913
4914         * src/Makefile.am
4915                 update to reflect the changes to the icons that
4916                 happened in 0.9.6claws35
4917
4918 2003-10-22 [alfons]     0.9.6claws44
4919         
4920         * src/carray.h
4921                 inline carray_count() 
4922
4923 2003-10-21 [alfons]     0.9.6claws43
4924
4925         * src/carray.h
4926                 glib wrappers
4927         * src/carray.c
4928                 disable
4929         * src/mailmbox.[ch]
4930         * src/mailmbox_folder.c
4931         * src/mailmbox_parse.c
4932         * src/mailmbox_types.[ch]
4933                 %s/uint32_t/guint
4934
4935 2003-10-21 [luke]       0.9.6claws42
4936
4937         * src/stock_pixmaps.[ch]
4938         * src/mimeview.c
4939         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4940         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4941                 o remove mime_application_octet_stream.xpm icon (it was never
4942                   really needed)
4943                 o remove redundant icon messageview_text.xpm
4944
4945         * src/mainwindow.c
4946                 fix visibility of signature noticeview when toggling 'separate
4947                 message view'
4948
4949 2003-10-21 [christoph]  0.9.6claws41
4950
4951         * src/procmime.c
4952                 decode multipart and rfc822 mime parts to allow further
4953                 parsing when required
4954
4955 2003-10-21 [christoph]  0.9.6claws40
4956
4957         * src/procmime.[ch]
4958         * src/textview.c
4959                 remove obsolete charset parameter in MimeInfo and fix
4960                 TextView to use the charset from the parameter hash table
4961
4962         * src/plugins/dillo_viewer/Makefile.am
4963         * src/plugins/trayicon/Makefile.am
4964                 add OPENSSL_CFLAGS to fix building with using
4965                 --with-openssl-* parameters
4966
4967 2003-10-21 [paul]       0.9.6claws39
4968
4969         * src/prefs_matcher.[ch]
4970                 replace remnants of the old, renamed 'Execute' matchtype
4971                 add a brief description to the Info window
4972
4973 2003-10-21 [hoa]        0.9.6claws38
4974         
4975         * src/Makefile.am
4976         * src/carray.[ch]               * NEW *
4977         * src/chash.[ch]                * NEW *
4978         * src/folder.c
4979         * src/maillock.[ch]             * NEW *
4980         * src/mailmbox.[ch]             * NEW *
4981         * src/mailmbox_folder.[ch]      * NEW *
4982         * src/mailmbox_parse.[ch]       * NEW *
4983         * src/mailmbox_types.[ch]       * NEW *
4984                 implementation of mbox folder with unique message numbers
4985
4986                 made use of libEtPan! implementation of mbox for lower-layer.
4987
4988 2003-10-20 [alfons]     0.9.6claws37
4989
4990         * src/noticeview.c
4991                 fix invalid argument warning
4992         * src/pgpmime.c
4993                 no in place variable
4994
4995 2003-10-20 [paul]       0.9.6claws36
4996
4997         * src/compose.[ch]
4998           src/filtering.c
4999           src/messageview.c
5000                 fix crash when using Forward in Filtering when
5001                 external editor option is set
5002                 
5003                 Patch submitted by Simon 'corecode' Schubert
5004                 <corecode@corecode.ath.cx> 
5005
5006 2003-10-20 [paul]       0.9.6claws35
5007
5008         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
5009           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
5010           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
5011           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
5012           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
5013           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
5014           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
5015           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
5016           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
5017           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
5018           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
5019           src/mimeview.c
5020           src/stock_pixmap.[ch]
5021                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
5022                 icons. add privacy_warn.xpm icon
5023
5024 2003-10-20 [hoa]  0.9.6claws34
5025
5026         * src/folder_item_prefs.[ch]
5027         * src/prefs_folder_item.c
5028         * src/main.c
5029                 Added a property per folder to choose whether we 
5030                 want to apply processing on it on startup or if we
5031                 prefer to wait the folder selection to apply it.
5032         
5033         * src/messageview.c
5034                 fixed C89 compatibility (for old compilers, for
5035                 example gcc 2.95.x).
5036
5037 2003-10-17 [christoph]  0.9.6claws33
5038
5039         * src/mimeview.c
5040         * src/noticeview.[ch]
5041                 change noticeview icon to indicate signature status
5042
5043 2003-10-17 [christoph]  0.9.6claws32
5044
5045         * src/Makefile.am
5046         * src/main.c
5047         * src/mimeview.c
5048         * src/noticeview.c
5049         * src/pgpmime.[ch]                              ** NEW **
5050         * src/privacy.[ch]
5051         * src/rfc2015.c
5052         * src/sgpgme.c                                  ** NEW **
5053                 reimplement PGP/Mime signature checking (unfinished)
5054
5055 2003-10-15 [christoph]  0.9.6claws31
5056
5057         * src/procmime.[ch]
5058                 fix procmime_get_text_content() and
5059                 procmime_get_first_text_content()
5060
5061 2003-10-15 [christoph]  0.9.6claws30
5062
5063         * src/plugins/spamassassin/spamassassin_gtk.c
5064         * src/plugins/spamassassin/spamassassin_gtk.glade
5065                 fix timeout tooltip
5066
5067 2003-10-15 [paul]       0.9.6claws29
5068
5069         * src/messageview.c
5070                 workaround for buggy smtp servers. on sending a
5071                 return receipt strip the name part from the address
5072                 when creating headers
5073                 
5074 2003-10-15 [paul]       0.9.6claws28
5075
5076         * sync with 0.9.7 release
5077                 see ChangeLog 2003-10-15
5078
5079 2003-10-14 [christoph]  0.9.6claws27
5080
5081         * src/plugins/clamav/clamav_plugin.c
5082                 fix clamav plugin
5083
5084 2003-10-14 [christoph]  0.9.6claws26
5085
5086         * src/compose.c
5087         * src/mimeview.c
5088         * src/procmime.[ch]
5089         * src/rfc2015.c
5090         * src/textview.c
5091         * src/plugins/clamav/clamav_plugin.c
5092                 use GNode to create the mime tree (some changes to functions
5093                 that traverse the tree are just quick and dirty. Maybe we
5094                 can find better solutions with g_node_*-functions)
5095
5096 2003-10-14 [luke]       0.9.6claws25
5097
5098         * src/mimeview.c
5099                 fix a navigation bug (stupid typo of mine)
5100
5101 2003-10-14 [christoph]  0.9.6claws24
5102
5103         * src/textview.c
5104                 fix missing last line in plain/text mails
5105
5106 2003-10-13 [luke]       0.9.6claws23
5107
5108         * src/summaryview.c
5109                 fix bug 334 (part 1)
5110
5111 2003-10-13 [kov]        0.9.6claws22
5112
5113         * src/mimeview.c
5114                 error checking when the user enters a non-directory at
5115                 the file selection dialog.
5116                 work-around for users entering directory location without
5117                 adding a leading G_DIR_SEPARATOR.
5118
5119 2003-10-13 [luke]       0.9.6claws21
5120
5121         * src/compose.c
5122                 error reporting for inserting files, including catching
5123                 invalid characters for current locale/encoding
5124
5125 2003-10-13 [paul]       0.9.6claws20
5126
5127         * src/folderview.c
5128                 fix bug #347 'subscribe newsgroups crashes'
5129
5130 2003-10-13 [paul]       0.9.6claws19
5131
5132         * src/compose.c
5133                 when using 'Reply to all' include the 'send replies
5134                 to' folder property
5135                 
5136         * po/ja.po
5137                 update Japanese translation. submitted by Rui Hirokawa 
5138                 <rui_hirokawa@ybb.ne.jp>        
5139
5140 2003-10-13 [hoa]        0.9.6claws18
5141
5142         * src/account.c
5143         * src/compose.c
5144         * src/messageview.c
5145         * src/procheader.c
5146         * src/procheader.h
5147                 rename get_header_from_msginfo() into
5148                 procheader_get_header_from_msginfo() so that we have a
5149                 coherent exported naming.
5150                 avoid parsing of header contained in a string via
5151                 a newly written temporary file.
5152
5153         Patch submitted by Simon 'corecode' Schubert
5154                 <corecode@corecode.ath.cx>
5155
5156 2003-10-12 [hoa]        0.9.6claws17
5157
5158         * src/filtering.c
5159         * src/filtering.h
5160         * src/matcher.c
5161         * src/matcher.h
5162         * src/matcher_parser_parse.y
5163         * src/prefs_filtering_action.c
5164                 added "stop" action : stop applying the filtering rules.
5165                 added "set score" and "increase/decrease score" actions.
5166                 That two last action replace the "change_score" action
5167                 introduced by alfons in 0.8.8claws85.
5168                 "set score" is to set a given score to the message.
5169                 "increase/decrease score" will increase or decrease the
5170                 score if the given value is respectively positive or
5171                 negative. If someone find a some better name for this last
5172                 rule, it can be modified.
5173
5174 2003-10-12 [paul]       0.9.6claws16
5175
5176         * AUTHORS
5177           po/ja.po
5178                 update Japanese translation. submitted by Rui Hirokawa 
5179                 <rui_hirokawa@ybb.ne.jp>
5180
5181 2003-10-12 [christoph]  0.9.6claws15
5182
5183         * src/procmime.c
5184                 fix crash caused by incorrect headers
5185
5186 2003-10-10 [christoph]  0.9.6claws14
5187
5188         * src/main.c
5189         * src/privacy.[ch]
5190         * src/rfc2015.[ch]
5191                 implement detection of signed message parts for rfc2015
5192
5193 2003-10-10 [thorsten]   0.9.6claws13
5194
5195         * src/mimeview.c
5196                 fix typo
5197
5198 2003-10-10 [christoph]  0.9.6claws12
5199
5200         * src/stock_pixmap.[ch]
5201         * src/pixmaps/mime_message.xpm                  ** NEW **
5202                 add a new icon for mime type "message"
5203
5204         * src/privacy.[ch]
5205         * src/procmime.[ch]
5206                 add crypto api
5207
5208         * src/mimeview.c
5209                 o use crypto api
5210                 o add icons for message type mime parts
5211
5212 2003-10-10 [christoph]  0.9.6claws11
5213
5214         * src/mainwindow.c
5215         * src/messageview.[ch]
5216         * src/mimeview.[ch]
5217         * src/procmime.[ch]
5218         * src/procmsg.[ch]
5219         * src/rfc2015.c
5220         * src/summaryview.c
5221         * src/textview.[ch]
5222                 o remove switching between TextView and MimeView in MessageView
5223                   (if required we can hide the icon box and the MimeView will
5224                    look exaxtly like the TextView)
5225                 o temporary remove signature and decrypting GPGME code
5226
5227 2003-10-09 [christoph]  0.9.6claws10
5228
5229         * src/action.c
5230         * src/compose.c
5231         * src/messageview.c
5232         * src/mimeview.c
5233         * src/procmime.[ch]
5234         * src/procmsg.c
5235         * src/rfc2015.c
5236         * src/textview.c
5237         * src/common/utils.[ch]
5238         * src/plugins/clamav/clamav_plugin.c
5239         * src/plugins/dillo_viewer/dillo_viewer.c
5240         * src/plugins/image_viewer/viewer.c
5241         * src/plugins/mathml_viewer/mathml_viewer.c
5242                 new mime parser (several things need fixing)
5243
5244 2003-10-09 [paul]       0.9.6claws9
5245
5246         * src/imap.c
5247                 a little more sync with 0.9.6cvs2 and a tidy up
5248
5249 2003-10-08 [paul]       0.9.6claws8
5250
5251         * sync with 0.9.6cvs2
5252                 see ChangeLog 2003-10-03
5253
5254 2003-10-05 [christoph]  0.9.6claws7
5255
5256         * src/summaryview.c
5257                 don't use flags to check if a message is in a news folder
5258
5259         (closes Bug 282 clicking on folder with copied Messages from News
5260          immediately after having copied them crashes Sylpheed-Claws)
5261
5262 2003-10-05 [christoph]  0.9.6claws6
5263
5264         * src/Makefile.am
5265         * src/progressdialog.[ch]               ** REMOVE **
5266         * src/gtk/Makefile.am
5267         * src/gtk/progressdialog.[ch]           ** NEW **
5268                 move progressdialog to gtk directory
5269
5270 2003-10-04 [christoph]  0.9.6claws5
5271
5272         * src/prefs_toolbar.c
5273         * src/gtk/prefswindow.c
5274                 remove widget_show_all for pages root widget
5275
5276         * src/plugins/spamassassin/spamassassin.[ch]
5277         * src/plugins/spamassassin/spamassassin_gtk.c
5278         * src/plugins/spamassassin/spamassassin_gtk.glade
5279                 add support for new libspamc transports
5280
5281 2003-10-04 [christoph]  0.9.6claws4
5282
5283         * src/plugins/spamassassin/libspamc.[ch]
5284         * src/plugins/spamassassin/spamassassin.c
5285         * src/plugins/spamassassin/utils.[ch]
5286                 update libspamc to version from SpamAssassin 2.60
5287
5288 2003-10-03 [christoph]  0.9.6claws3
5289
5290         * src/send_message.c
5291                 fix missing format string bug found by
5292                 Georgi Guninski <guninski@guninski.com>
5293
5294 2003-10-03 [paul]       0.9.6claws2
5295
5296         * po/zh_CN.po
5297                 update Simpilified Chinese translation, submitted by
5298                 Hansom Young
5299
5300 2003-10-02 [christoph]  0.9.6claws1
5301
5302         * src/imap.c
5303                 add UIDPLUS support for COPY and EXPUNGE
5304
5305 2003-10-02 [paul]       0.9.6claws
5306
5307         * 0.9.6claws released
5308
5309 2003-10-02 [paul]
5310
5311         * po/es.po
5312           po/sk.po
5313                 update Spanish and Slovak translations
5314                 submitted by Ricardo Mones Lastra and Andrej Kacian
5315  
5316 2003-10-02 [paul]       0.9.5claws43
5317
5318         * po/en_GB.po
5319                 update British English translation
5320
5321 2003-10-02 [paul]       0.9.5claws42
5322
5323         * po/hr.po
5324                 update Croatian translation, submitted by Dragan
5325
5326 2003-10-01 [paul]       0.9.5claws41
5327
5328         * po/pl.po
5329           po/sr.po
5330                 update Polish and Serbian translations, submitted by
5331                 Emil and Urke MMI
5332
5333 2003-10-01 [melvin]     0.9.5claws40
5334
5335         * po/fr.po
5336                 Updated French translations
5337
5338 2003-10-01 [melvin]     0.9.5claws39
5339
5340         * src/prefs_fonts.c
5341                 Fixed a Gtk warning
5342
5343         * src/plugins/dillo_prefs.c     
5344                 Quasi unnoticeable UI clean-up.
5345
5346 2003-10-01 [paul]
5347
5348         * tools/README
5349           tools/maildir2sylpheed.pl
5350                 bug fixes, rewrites, submitted by Matthias Förste 
5351                 <itsjustme@users.sourceforge.net>
5352
5353 2003-09-29 [paul]       0.9.5claws38
5354
5355         * src/inc.c
5356                 fix my coding carelessness
5357
5358 2003-09-29 [paul]       0.9.5claws37
5359
5360         * po/POTFILES.in
5361           src/Makefile.am
5362           src/main.c
5363           src/prefs_common.[ch]
5364           src/prefs_fonts.[ch]  ** NEW FILES **
5365                 move Font config options to Other Prefs/Display/Fonts
5366                 (user's current configuration is preserved)
5367
5368 2003-09-29 [paul]       0.9.5claws36
5369
5370         * src/inc.c
5371           src/prefs_account.c
5372                 allow 'local_mbox' value to point to either a directory 
5373                 (/var/mail -  default, new) or a file (/var/mail/username
5374                 - original)
5375
5376 2003-09-28 [paul]       0.9.5claws35
5377
5378         * src/rfc2015.c
5379                 on signature check, where key exists, print the
5380                 Key ID
5381
5382 2003-09-27 [alfons]     0.9.5claws34
5383
5384         * src/action.c
5385                 o make progress bar not fill/expand when resizing dialog
5386                 o use default fixed text font for actions output
5387
5388 2003-09-27 [paul]       0.9.5claws33
5389
5390         * src/prefs_common.[ch]
5391           src/procmsg.c
5392           src/send_message.c
5393                 remove External Program settings from Common Prefs/Send
5394                 as they are now unnecessary due to Local account settings.
5395                 plus a little tidying-up after 0.9.5claws31
5396
5397 2003-09-27 [paul]       0.9.5claws32
5398
5399         * src/prefs_account.c
5400                 o make correction to gui text:
5401                   'Local mailbox file' -> 'Local mailbox directory'
5402                 o give 'local_mbox' option a reasonable default value:
5403                   '/var/mail'
5404                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5405                   value
5406
5407 2003-09-26 [paul]       0.9.5claws31
5408
5409         * src/inc.c
5410           src/prefs_common.[ch]
5411                 remove 'Incorporate from spool' common pref,
5412                 force creation of a 'Local' account
5413
5414 2003-09-26 [christoph]  0.9.5claws30
5415
5416         * src/folder.c
5417         * src/msgcache.c
5418                 add more NULL pointer checks
5419
5420 2003-09-25 [christoph]  0.9.5claws29
5421
5422         * src/folder.c
5423                 o don't fetch source message to get it's message id
5424                 o immediately scan dest folder when copying a message did not
5425                   return a new message number and not do it when the first message
5426                   without a new message number is found
5427
5428 2003-09-23 [christoph]  0.9.5claws28
5429
5430         * src/compose.c
5431                 fix generating of headers
5432
5433         (patch by David Relson <relson@osagesoftware.com>)
5434
5435 2003-09-23 [paul]       0.9.5claws27
5436
5437         * po/zh_CN.po
5438                 update Simplified Chinese translation. submitted by
5439                 Hansom Young
5440
5441 2003-09-23 [paul]       0.9.5claws26
5442
5443         * tools/Makefile.am
5444           tools/README
5445           tools/vcard2xml.py    ** NEW FILE **
5446                 add a script that converts an evolution vcard to
5447                 sylpheed's xml format
5448                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5449
5450 2003-09-22 [paul]       0.9.5claws25
5451
5452         * src/plugins/clamav/clamav_plugin.c
5453                 don't skip MULTIPART parts
5454
5455 2003-09-21 [christoph]  0.9.5claws24
5456
5457         * src/alertpanel.c
5458                 remove unneeded include
5459
5460         * src/folder.c
5461                 clean up copy/move mess with duplicated code
5462
5463         * src/imap.c
5464                 fix problem that sometimes the folder was not scanned
5465                 also it was changed
5466
5467 2003-09-21 [christoph]  0.9.5claws23
5468
5469         * src/Makefile.am
5470         * src/logwindow.[ch]                    ** REMOVE **
5471         * src/mainwindow.c
5472         * src/prefs_common.c
5473         * src/gtk/Makefile.am
5474         * src/gtk/logwindow.[ch]                ** ADD **
5475                 make logwindow prefs_common independent and move
5476                 it to gtk directory
5477
5478 2003-09-20 [christoph]  0.9.5claws22
5479
5480         * src/compose.c
5481                 add extra space for address code conversion
5482                 (4 * unconvered size could be too small for short headers)
5483
5484 2003-09-20 [christoph]  0.9.5claws21
5485
5486         * src/compose.c
5487                 increase temp buffer size when writing headers
5488
5489 2003-09-19 [darko]      0.9.5claws20
5490
5491         * src/compose.c
5492                 don't ignore value of 'Save copy of outgoing messages to
5493                 this folder instead of Sent' in message redirect
5494
5495 2003-09-17 [christoph]  0.9.5claws19
5496
5497         * src/compose.c
5498                 use ", " as address seperator for mail headers and pass whole
5499                 header line at once to compose_convert_header to make sure
5500                 it is correctly folded
5501
5502         (closes Bug 64 Problem when sending to many recipients)
5503
5504 2003-09-17 [hoa]        0.9.5claws18
5505         
5506         * src/matcher.[ch]
5507           src/matcher_parser_parse.y
5508           src/prefs_matcher.c
5509                 changed the keyword used for command execution in condition
5510                 keyword is changed from "execute" to "test"
5511                 so that it is not the same as the one used for action.
5512                 This will fix a bug when using filtering dialog.
5513                 All semantic in the code is also changed to reflect
5514                 the keyword change.
5515
5516 2003-09-17 [paul]
5517         
5518         * sync with 0.9.6 release
5519
5520 2003-09-17 [paul]       0.9.5claws17
5521
5522         * sync with 0.9.5cvs8
5523                 see ChangeLog 2003-09-16 and 2003-09-17
5524
5525 2003-09-16 [paul]       0.9.5claws16
5526
5527         * sync with 0.9.5cvs6
5528                 see ChangeLog 2003-09-16
5529
5530 2003-09-15 [paul]       0.9.5claws15
5531
5532         * sync with 0.9.5cvs5
5533                 see ChangeLog 2003-09-15
5534
5535 2003-09-14 [alfons]     0.9.5claws14
5536
5537         * src/inc.c
5538                 make "Go to inbox after receiving new mail" again;
5539                 regression of a sync, restored to sylpheed main 
5540                 behaviour. (misses still some bits)
5541
5542 2003-09-14 [alfons]     0.9.5claws13
5543
5544         * src/prefs_filtering_action.c
5545                 o add proper message if empty execute command line
5546                 o don't select first action item after registering a
5547                   new action to prevent (what seems to be a GTK) bug
5548                   #36, "filtering will only accept one action change 
5549                   per invocation".
5550
5551 2003-09-14 [alfons]     0.9.5claws12
5552
5553         * src/prefs_filtering.c
5554         * src/prefs_filtering_action.c
5555         * src/prefs_matcher.c
5556                 fix function signature for key_pressed_event signal handlers
5557
5558 2003-09-14 [alfons]     0.9.5claws11
5559
5560         * src/mainwindow.c
5561                 fix regression caused by fix for invalid bug #7
5562                 (should fix #246, "Multiple selections are deselected when 
5563                 moving from search window to main window")
5564                 
5565 2003-09-14 [alfons]     0.9.5claws10
5566         
5567         * src/actions.[ch]
5568         * src/filtering.[ch]
5569         * src/prefs_actions.c
5570                 allow `filtering actions` in actions; only for advanced users
5571                 right now: try for example, "%as{mark color 2}" 
5572         
5573 2003-09-13 [paul]       0.9.5claws9
5574         
5575         * po/pl.po
5576           po/zh_CN.po   ** NEW FILE **
5577                 update Polish translation, submitted by Emil 
5578                 <eminowbl@posejdon.wpk.p.lodz.pl>
5579                 add new Simplified Chinese translation, submitted by
5580                 Hansom Young <hansom_young@yahoo.com>
5581
5582 2003-09-12 [alfons]     0.9.5claws8
5583
5584         * src/summaryview.c
5585                 don't open separate message views when View | Separate message view
5586                 is active 
5587                 (please look carefully for any navigation regressions)
5588
5589 2003-09-11 [alfons]     0.9.5claws7
5590
5591         * src/mainwindow.c
5592                 make default message view, opened by View | Separate message 
5593                 view, look like a claws message view (which includes a menu
5594                 bar and a toolbar)
5595                 (fixes bug #298, "message view loses tool bar") 
5596
5597 2003-09-11 [christoph]  0.9.5claws6
5598
5599         * src/folderview.c
5600                 fix double deleting of newsgroup folders
5601
5602         (closes Bug 305 crash after deleting of a newsgroup)
5603
5604 2003-09-11 [paul]       0.9.5claws5
5605
5606         * src/rfc2015.c
5607           src/common/utils.h
5608                 more sync'ing from 0.9.5cvs2
5609
5610 2003-09-11 [christoph]  0.9.5claws4
5611
5612         * src/compose.c
5613         * src/rfc2015.c
5614         * src/common/utils.h
5615                 fix sync with 0.9.5cvs2
5616
5617 2003-09-11 [paul]       0.9.5claws3
5618
5619         * sync with 0.9.5cvs4
5620                 see ChangeLog 2003-09-11
5621
5622 2003-09-11 [paul]       0.9.5claws2
5623
5624         * sync with 0.9.5cvs2
5625                 see ChangeLog 2003-09-05
5626                 
5627 2003-09-11 [paul]       0.9.5claws1
5628
5629         * sync with 0.9.5cvs3
5630                 see ChangeLog 2003-09-10
5631
5632 2003-09-10 [paul]       0.9.5claws
5633
5634         * 0.9.5claws released
5635
5636 2003-09-10 [paul]       0.9.4claws78
5637
5638         * src/Makefile.am
5639                 add missing files
5640
5641 2003-09-10 [melvin]     0.9.4claws77
5642
5643         * po/fr.po
5644                 Updated French translations
5645
5646 2003-09-10 [paul]       0.9.4claws76
5647
5648         * po/es.po
5649           po/sk.po
5650           po/sr.po
5651                 update Spanish, Slovak, and Serbian translations.
5652                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5653                 and Urke MMI
5654                 
5655         * AUTHORS
5656                 add translation team section
5657
5658 2003-09-09 [christoph]  0.9.4claws75
5659
5660         * src/folder.c
5661                 free item->prefs in folder_item_destroy
5662
5663 2003-09-09 [alfons]     0.9.4claws74
5664
5665         * src/folderview.c
5666                 o proper check for root node sorting
5667                 o remove unnecessary gtk_ctree_remove_node 
5668
5669         (should fix bug #300, "crash while moving folder")      
5670
5671 2003-09-08 [christoph]  0.9.4claws73
5672
5673         * src/folderview.c
5674                 o fix double adding of IMAP FolderItems to GtkCTree
5675                 o fix crash then mbox folder is removed
5676
5677 2003-09-08 [christoph]  0.9.4claws72
5678
5679         * src/folder.c
5680         * src/folderview.c
5681         * src/mainwindow.c
5682                 fix new folder notification
5683
5684         * src/mbox_folder.c
5685                 fix cache path
5686
5687 2003-09-08 [christoph]  0.9.4claws71
5688
5689         * src/compose.c
5690                 replace '\n' and '\r' before removing trailing spaces
5691
5692         * src/folder.[ch]
5693         * src/folderview.c
5694                 add information about new or removed items in folder tree change
5695                 notification and use this in folderview to add and remove only
5696                 the appected items and not refresh the whole tree
5697
5698 2003-09-07 [match]      0.9.4claws70
5699
5700         * src/Makefile.am
5701         * src/addr_compl.c
5702         * src/addressbook.c
5703         * src/addressitem.h
5704         * src/addrindex.c
5705         * src/addritem.c
5706         * src/addritem.h
5707         * src/addrquery.c                       ** NEW **
5708         * src/addrquery.h
5709         * src/ldapquery.c
5710         * src/ldapserver.c
5711         * src/stock_pixmap.c
5712         * src/stock_pixmap.h
5713         * src/pixmaps/address_search.xpm        ** NEW **
5714                 re-introduce Lookup button for LDAP 'static' searches.
5715
5716 2003-09-07 [alfons]     0.9.4claws69
5717         
5718         * src/summaryview.c
5719                 abandon setting usize for messageview because it gives layout problems
5720                 with the quick search bar and the headerview; fixes assorted UI glitches:
5721                 
5722                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5723                 o bug #280, "Window resiizes for line length but does not revert"
5724
5725 2003-09-07 [christoph]  0.9.4claws68
5726
5727         * src/compose.c
5728                 o make sure we don't have any newlines in header values
5729                 o check custom headers for spaces and newlines and ignore
5730                   malformed header names
5731
5732 2003-09-06 [christoph]  0.9.4claws67
5733
5734         * src/folder.c
5735         * src/folderview.c
5736                 invoke notification hook for folder tree changes after append
5737                 and remove folder
5738
5739         (closes Bug 294 Crash while moving folder with many subdirectories)
5740
5741 2003-09-06 [christoph]  0.9.4claws66
5742
5743         * src/folder.c
5744                 destroy folder's MsgCache if FolderItem is removed to make sure
5745                 it is not saved when the FolderItem is destroyed
5746
5747 2003-09-06 [christoph]  0.9.4claws65
5748
5749         * src/plugins/clamav/clamav_plugin.c
5750                 fix copy & paste bug
5751
5752 2003-09-05 [christoph]  0.9.4claws64
5753
5754         * src/folder.c
5755         * src/messageview.[ch]
5756         * src/procmsg.[ch]
5757         * src/summaryview.c
5758                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5759                 by MessageView to clear it when the message is deleted. Should
5760                 work even if messages are deleted in MainWindow or by
5761                 processing.
5762
5763 2003-09-05 [alfons]     0.9.4claws63
5764
5765         * src/messageview.c
5766                 deleting a message in a message view frees its msginfo, make 
5767                 messageview_update_all() aware of that (should fix bug #293,
5768                 "deleting message caused crash")
5769
5770 2003-09-05 [melvin]     0.9.4claws62
5771
5772         * src/action.c
5773                 Improve synchronous action exit code (fixes 
5774                 a ~5 seconds delay after action exit on RedHat 9)
5775
5776 2003-09-04 [christoph]  0.9.4claws61
5777
5778         * src/compose.c
5779         * src/rfc2015.c
5780         * src/common/utils.[ch]
5781                 add util function to create mime boundary and use it
5782                 in compose and gpg code
5783
5784 2003-09-04 [alfons]     0.9.4claws60
5785
5786         * src/folder.c
5787                 source folder item's GNode should already have been freed in 
5788                 a previous call to src->folder->klass->remove_folder()
5789                 (should fix bug #287, "crash when moving folders")
5790
5791 2003-09-03 [thorsten]   0.9.4claws59
5792
5793         * src/plugins/spamassassin/spamassassin_gtk.c
5794                 fix compile error
5795
5796 2003-09-03 [christoph]  0.9.4claws58
5797
5798         * src/plugins/spamassassin/spamassassin.[ch]
5799         * src/plugins/spamassassin/spamassassin_gtk.c
5800                 add timeout config option
5801
5802 2003-09-03 [paul]       0.9.4claws57
5803
5804         * po/sk.po      ** NEW FILE **
5805                 add Slovak translation. Submitted by Andrej Kacian 
5806                 <andrej@kacian.sk>
5807
5808 2003-09-03 [paul]       0.9.4claws56
5809
5810         * src/plugins/clamav/clamav_plugin_gtk.c
5811                 gui tweaks: replace a label with a tooltip, modify the
5812                 text, use gtk_check_button_new(); instead of
5813                 gtk_check_button_new_with_label("");
5814
5815 2003-09-02 [alfons]     0.9.4claws55
5816
5817         * src/gtk/filesel.c
5818                 remember last used dir when attaching multiple files (should fix
5819                 bug #290, "Attach File does not remember directory")
5820
5821 2003-09-01 [paul]       0.9.4claws54
5822
5823         * po/es.po
5824                 updated by Ricardo Mones Lastra
5825
5826 2003-09-01 [alfons]     0.9.4claws53
5827
5828         * src/gtk/gtkaspell.[ch]
5829                 be pedantic and strict and use const gchar * instead of guchar *
5830
5831 2003-09-01 [alfons]     0.9.4claws52
5832
5833         * src/mainwindow.c
5834         * src/summaryviewc.
5835                 re-enable Save As when multiple messages are selected
5836
5837 2003-09-01 [paul]       0.9.4claws51
5838
5839         * src/textview.c
5840                 g_free(trimmed_uri);
5841
5842 2003-09-01 [paul]       0.9.4claws50
5843
5844         * sync with 0.9.4cvs13
5845                 see ChangeLog 2003-09-01
5846
5847 2003-09-01 [paul]       0.9.4claws49
5848
5849         * src/textview.c
5850                 trim uri before sending to the statusbar
5851                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5852                 in the message window causes main S-C window to enlarge 
5853                 past screen edges'
5854
5855 2003-09-01 [paul]       0.9.4claws48
5856
5857         * sync with 0.9.4cvs12
5858                 see ChangeLog 2003-09-01
5859
5860 2003-08-30 [christoph]  0.9.4claws47
5861
5862         * src/compose.c
5863         * src/folder_item_prefs.[ch]
5864         * src/prefs_folder_item.c
5865         * src/gtk/gtkaspell.[ch]
5866                 commit per folder dictionary patch by
5867                 Paul Evans <nerd@freeuk.com>
5868
5869 2003-08-30 [christoph]  0.9.4claws46
5870
5871         * src/plugins/spamassassin/spamassassin_gtk.c
5872         * src/plugins/spamassassin/spamassassin_gtk.glade
5873                 reduce GUI clutter by placing hints into tooltips
5874
5875 2003-08-30 [paul]       0.9.4claws45
5876
5877         * src/compose.c
5878                 add 'Content-Disposition: inline' to a text/plain
5879                 part when using PGP/MIME signing
5880
5881 2003-08-30 [paul]       0.9.4claws44
5882
5883         * src/prefs_common.c
5884           src/prefs_spelling.c
5885           src/prefs_spelling.glade
5886                 reduce GUI clutter by placing hints into tooltips
5887
5888 2003-08-29 [christoph]  0.9.4claws43
5889
5890         * configure.ac
5891                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5892
5893         * src/stock_pixmap.c
5894                 change unecessary warning into a debug message
5895
5896         * src/plugins/clamav/Makefile.am
5897                 Fix error "-I$(CLAMAV_LIBS)"
5898
5899 2003-08-29 [christoph]  0.9.4claws42
5900
5901         * intl/Makefile.in
5902         * src/Makefile.am
5903         * src/matcher.h
5904         * src/common/Makefile.am
5905         * src/common/passcrypt.c
5906                 commit fixes and patches for some of the IRIX problems found by
5907                 Ivan Rayner <ivanr@sgi.com>
5908
5909 2003-08-29 [paul]       0.9.4claws41
5910
5911         * src/prefs_filtering.c
5912                 add 'Top' and 'Bottom' buttons, based on changes in
5913                 src/prefs_filter.c in 0.9.4cvs11.
5914
5915 2003-08-27 [christoph]  0.9.4claws40
5916
5917         * src/folderview.c
5918                 fix bug that the current summary settings were copied to the
5919                 wrong folder item, when the folder item prefs are opened.
5920                 Copying is not required because summary settings and
5921                 folder_item_prefs do not contain the same settings
5922
5923 2003-08-27 [thorsten]   0.9.4claws39
5924
5925         * src/imap.c
5926                 fix compile error
5927
5928 2003-08-26 [paul]       0.9.4claws38
5929
5930         * sync with 0.9.4cvs9
5931                 see ChangeLog 2003-08-26
5932
5933 2003-08-25 [paul]       0.9.4claws37
5934
5935         * sync with 0.9.4cvs8
5936                 see ChangeLog 2003-08-25
5937
5938 2003-08-24 [christoph]  0.9.4claws36
5939
5940         * src/prefs_filtering.c
5941                 shouldn't remove items from a GSList while iterating over the
5942                 list (makes cur invalid and cur->next not accessable)
5943
5944         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5945          crashed)
5946
5947 2003-08-23 [christoph]  0.9.4claws35
5948
5949         * src/news.c
5950                 news folders should be scanned when opened
5951
5952 2003-08-22 [christoph]  0.9.4claws34
5953
5954         * src/prefs_folder_item.c
5955                 use macro to assign strings that always frees the old string
5956
5957         * src/gtk/gtkaspell.[ch]
5958                 add gtkaspell_set_dictionary_menu_active_item() to set active
5959                 item in dictionary option menu
5960
5961         * src/prefs_spelling.c
5962                 use gtkaspell_set_dictionary_menu_active_item() to select
5963                 dictionary
5964
5965 2003-08-21 [christoph]  0.9.4claws33
5966
5967         * src/folder.[ch]
5968         * src/imap.c
5969         * src/mbox_folder.c
5970         * src/mh.c
5971         * src/news.c
5972                 optimize folder system
5973
5974         * src/gtk/gtkstext.c
5975                 fix division by zero when font has 0 width for ' '
5976
5977 2003-08-21 [paul]       0.9.4claws32
5978
5979         * sync with 0.9.4cvs7
5980                 see ChangeLog 2003-08-20
5981
5982 2003-08-19 [paul]       0.9.4claws31
5983
5984         * src/common/defs.h
5985                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5986                 SYLDOC_FAQ_HTML_INDEX.
5987         * src/manual.c
5988                 use LC_MESSAGES instead of LC_ALL to find the current
5989                 language
5990
5991           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5992
5993 2003-08-19 [paul]       0.9.4claws30
5994
5995         * po/bg.po
5996                 updated by George Danchev
5997
5998 2003-08-18 [luke]       0.9.4claws29
5999         * src/mimeview.[ch]
6000         * src/gtk/gtkvscrollbutton.[ch]
6001                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
6002                   dependencies; do it the GTK way; reduce code -14/+2 lines)
6003                 o removed horizontal separator between icons
6004
6005 2003-08-17 [christoph]  0.9.4claws28
6006
6007         * src/procmsg.c
6008                 no subject threading when the subject has no reply prefix
6009
6010 2003-08-16 [christoph]  0.9.4claws27
6011
6012         * src/mainwindow.c
6013                 remember and restore window sizes and position when the main
6014                 window is hidden or shown
6015
6016         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
6017          minimised/reopened using trayicon)
6018
6019 2003-08-16 [paul]       0.9.4claws26
6020
6021         * src/crash.c
6022                 add #include "defs.h"
6023
6024 2003-08-16 [paul]       0.9.4claws25
6025
6026         * src/plugins/clamav/clamav_plugin.c
6027                 reword a debug_print
6028                 
6029         * src/plugins/dillo_viewer/dillo_prefs.c
6030                 cosmetic: change the labels' text, add tooltips, and
6031                 left-align the hint
6032
6033 2003-08-15 [christoph]  0.9.4claws24
6034
6035         * src/news.c
6036                 complete last change (forgot some changes)
6037
6038 2003-08-15 [christoph]  0.9.4claws23
6039
6040         * src/news.c
6041                 o check number of messages and don't return a 0 message
6042                   when no messages are available
6043                 o don't parse xref header anymore
6044
6045         (closes Bug 203 I'm not getting any news)
6046
6047 2003-08-15 [paul]       0.9.4claws22
6048
6049         * src/common/defs.h
6050           src/crash.c
6051                 update and define claws bugzilla location
6052
6053 2003-08-15 [paul]       0.9.4claws21
6054
6055         * po/ru.po
6056                 update submitted by Ruslan N. Balkin
6057
6058 2003-08-14 [christoph]  0.9.4claws20
6059
6060         * src/procmsg.c
6061                 fix search for oldest node in subject threading
6062
6063 2003-08-14 [christoph]  0.9.4claws19
6064
6065         * src/procmsg.c
6066         * src/common/utils.h
6067                 add possibility to check all nodes with the same subject for
6068                 subject threading, not only the oldest node. Should not break
6069                 threads anymore if the oldest node is thread_by_subject_max_age
6070                 days older then parent, because it can now find a child of
6071                 oldest node as new parent.
6072
6073 2003-08-11 [christoph]  0.9.4claws18
6074
6075         * src/plugins/spamassassin/spamassassin.c
6076                 run spam check in background process
6077
6078 2003-08-10 [alfons]     0.9.4claws17
6079
6080         * src/summaryview.c
6081                 make `Select All' sensitive too
6082
6083 2003-08-10 [christoph]  0.9.4claws16
6084
6085         * src/imap.c
6086                 add more checks in imap_close
6087
6088 2003-08-09 [alfons]     0.9.4claws15
6089
6090         * src/prefs_spelling.c
6091                 no spell checking UI if not requested
6092
6093 2003-08-09 [alfons]     0.9.4claws14
6094
6095         * src/gtk/prefswindow.c
6096                 make it compile
6097
6098 2003-08-09 [christoph]  0.9.4claws13
6099
6100         * src/prefs_spelling.c
6101         * src/gtk/prefswindow.[ch]
6102         * src/plugins/clamav/clamav_plugin_gtk.c
6103         * src/plugins/spamassassin/spamassassin_gtk.c
6104                 sort prefs pages by heighest weight in tree
6105
6106 2003-08-09 [paul]       0.9.4claws12
6107
6108         * sync with 0.9.4cvs6
6109                 see ChangeLog 2003-08-07
6110                 
6111         * AUTHORS
6112                 add Leandro and Luke to claws-branch section
6113
6114 2003-08-09 [christoph]  0.9.4claws11
6115
6116         * src/gtk/Makefile.am
6117         * src/gtk/colorsel.[ch]                 ** NEW **
6118                 create a color selection dialog that can be used as a simple
6119                 function call with it's own gtk main loop like filesel.[ch]
6120
6121         * src/Makefile.am
6122         * src/main.c
6123         * src/prefs_common.c
6124         * src/prefs_spelling.[ch]               ** NEW **
6125         * src/prefs_spelling.glade              ** NEW **
6126         * src/gtk/gtkutils.[ch]
6127                 move "Spell Checker" prefs to new prefs dialog
6128
6129         * src/prefs_folder_item.c
6130                 use new colorsel dialog
6131
6132 2003-08-08 [paul]       0.9.4claws10
6133
6134         * src/inc.c
6135                 clear the progress bar unconditionally
6136
6137 2003-08-08 [paul]       0.9.4claws9
6138
6139         * sync with 0.9.4cvs4
6140                 see ChangeLog 2003-07-31
6141
6142 2003-08-07 [christoph]  0.9.4claws8
6143
6144         * configure.ac
6145                 fix bug in image viewer plugin part
6146
6147         * src/imap.c
6148                 don't execute close command if the folder item is not selected
6149
6150 2003-08-07 [hoa]        0.9.4claws7
6151
6152         * src/filtering.[ch]
6153         * src/matcher_parser.h
6154         * src/matcher_parser_parse.y
6155                 can define several actions for each filtering rule
6156                 can import old versions of filtering rules
6157
6158         * src/prefs_filtering.c
6159                 call to a new dialog box to define actions
6160
6161         * src/prefs_filtering_action.[ch]
6162                 dialog box to define actions for filtering rules
6163
6164 2003-08-06 [christoph]  0.9.4claws6
6165
6166         * src/imap.c
6167                 make sure source folder is selected when copying messages
6168
6169 2003-08-06 [christoph]  0.9.4claws5
6170
6171         * sync with 0.9.4cvs2
6172                 see ChangeLog 2003-07-29                
6173
6174 2003-08-05 [paul]       0.9.4claws4
6175
6176         * sync with 0.9.4cvs3
6177                 see ChangeLog 2003-07-30
6178
6179 2003-08-04 [match]      0.9.4claws3
6180
6181         * po/POTFILES.in
6182                 export of LDIF files.
6183
6184 2003-08-04 [match]      0.9.4claws2
6185
6186         * src/ldif.[ch]
6187                 support for export LDIF. documented.
6188         * src/importldif.[ch]
6189         * src/exportldif.[ch]
6190                 add tooltips. documented.
6191         * src/exphtmldlg.[ch]
6192         * src/common/xmlprops.[ch]
6193                 documented.
6194         * src/exportldif.[ch]                   ** NEW **
6195         * src/expldifdlg.[ch]                   ** NEW **
6196         * src/addressbook.[ch]
6197         * src/Makefile.am
6198                 export of LDIF files.
6199                 documented.
6200
6201 2003-08-04 [christoph]  0.9.4claws1
6202
6203         * .cvsignore
6204         * Makefile.am
6205         * configure.ac
6206         * sylpheed-claws.pc.in                  ** NEW **
6207         * src/Makefile.am
6208         * src/common/Makefile.am
6209         * src/gtk/Makefile.am
6210                 install sylpheed header files in $(pkgincludedir) and create a
6211                 pkg-config file to allow building a plugin without the source
6212                 package
6213
6214 2003-08-04 [paul]       0.9.4claws
6215
6216         * version 0.9.4claws
6217
6218 2003-08-04 [paul]       0.9.3claws97
6219
6220         * po/es.po
6221                 update Spanish translation. Submitted by Ricardo
6222                 Mones Lastra.
6223
6224 2003-08-03 [paul]       0.9.3claws96
6225
6226         * po/hr.po
6227           po/sr.po
6228                 update Croatian and Serbian translations. Submitted by
6229                 Dragan and Urke MMI respectively
6230
6231 2003-08-03 [alfons]     0.9.3claws95
6232
6233         * src/summaryview.c
6234                 mark flag has precedence over important flag - seems
6235                 to have been changed in sync of 0.9.3claws45. this fixes
6236                 a regression where messages that were scored as important
6237                 don't show their mark flags. (using the same column for
6238                 both importance as mark flags is the real problem
6239                 ofcourse)
6240
6241 2003-08-03 [melvin]     0.9.3claws94
6242
6243         * po/fr.po
6244                 Updated French translations.
6245
6246 2003-08-03 [melvin]     0.9.3claws93
6247
6248         * src/Makefile.am
6249                 Fixed typo introduced after 0.9.3claws92 
6250                 that prevented compilation
6251                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6252                 CPPFLAGS and YFLAGS to allow user setting these.
6253         * src/common/Makefile.am
6254         * src/gtk/Makefile.am
6255         * src/plugins/clamav/Makefile.am
6256         * src/plugins/demo/Makefile.am
6257         * src/plugins/dillo_viewer/Makefile.am
6258         * src/plugins/image_viewer/Makefile.am
6259         * src/plugins/mathml_viewer/Makefile.am
6260         * src/plugins/spamassassin/Makefile.am
6261         * src/plugins/trayicon/Makefile.am
6262         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6263                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6264                 CPPFLAGS and YFLAGS to allow user setting these.
6265
6266 2003-08-02 [christoph]  0.9.3claws92
6267
6268         * configure.ac
6269                 o rearrange plugin tests
6270                 o add test for clamav.h to ClamAV tests
6271
6272 2003-08-02 [luke]       0.9.3claws91
6273
6274         * src/mimeview.c
6275                 o fixed appearance of icon list when toggling back from the 
6276                   ctree
6277                 o toggling of icons using the keyboard works correctly
6278                 o fixed all other keyboard shortcuts to work when icons are
6279                   active
6280         
6281         * src/messageview.c
6282                 o fixed bug 4 - focus lost when changing messageview view type
6283
6284 2003-08-02 [christoph]  0.9.3claws90
6285
6286         * src/common/hooks.c
6287                 fix crash when pointer stored in hash table could get invalid
6288                 when a plugin is unloaded
6289
6290 2003-08-01 [christoph]  0.9.3claws89
6291
6292         * configure.ac
6293                 o try to build all plugins (except spamassassin) by default
6294                 o don't build a plugin if a dependency check fails
6295
6296         * src/common/hooks.c
6297                 fix warning
6298
6299 2003-08-01 [match]      0.9.3claws88
6300
6301         * src/importldif.c
6302                 allow single click field selection. document code.
6303
6304 2003-08-01 [christoph]  0.9.3claws87
6305
6306         * src/plugins/clamav/clamav_plugin.c
6307         * src/plugins/clamav/clamav_plugin_gtk.c
6308         * src/plugins/dillo_viewer/dillo_viewer.c
6309         * src/plugins/image_viewer/plugin.c
6310         * src/plugins/mathml_viewer/mathml_viewer.c
6311         * src/plugins/spamassassin/spamassassin.c
6312         * src/plugins/spamassassin/spamassassin_gtk.c
6313         * src/plugins/trayicon/trayicon.c
6314                 add version check to all plugins
6315
6316 2003-08-01 [hoa]        0.9.3claws86
6317
6318         * src/prefs_filtering.c
6319                 fixed a cosmetic bug, during creation of dialog box,
6320                 wrong widgets were shown after creation.
6321
6322 2003-08-01 [luke]       0.9.3claws85
6323
6324         * src/mainwindow.c
6325                 o fixed visibility of icons/mimeview after toggling separate
6326                   message/folder view (factored out some similar code too).
6327
6328
6329 2003-07-31 [alfons]     0.9.3claws84
6330
6331         * src/mimeview.c
6332                 tweak icon box UI a bit more, now allowing right-clicks actions
6333                 getting the relevant mime data too; should fix #250, "Can't save 
6334                 attachments sometimes".
6335
6336 2003-07-30 [alfons]     0.9.3claws83
6337
6338         * src/compose.c
6339                 don't do auto-save-draft inside key press handler, but rather
6340                 schedule it half of a second later; should fix #67, "autosave 
6341                 make re-rediting message crazy"
6342
6343 2003-07-30 [christoph]  0.9.3claws82
6344
6345         * src/plugins/trayicon/trayicon.c
6346                 process pending events before unloading the plugin
6347
6348         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6349
6350 2003-07-30 [alfons]     0.9.3claws81
6351
6352         * src/common/hooks.c
6353                 parameter 2 of g_hook_destroy() should really be a hook id
6354
6355 2003-07-30 [alfons]     0.9.3claws80
6356
6357         * src/common/plugin.c
6358                 fix a possibly harmful function signature mismatch 
6359                 for plugin_done
6360
6361 2003-07-30 [alfons]     0.9.3claws79
6362
6363         * src/common/hooks[.ch]
6364                 const correctness
6365
6366 2003-07-30 [darko]      0.9.3claws78
6367
6368         * src/summaryview.c
6369                 make it compile again
6370
6371 2003-07-30 [luke]       0.9.3claws77
6372
6373         * src/crash.c
6374         * src/main.c
6375                 o added/moved signal handlers for SIGTERM (normal kill command) 
6376                   and SIGINT (ctl-c) to be used even without 
6377                   --enable-crash-dialog, fixing bug 166
6378
6379         * src/summaryview.c
6380                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6381                   bug 227
6382
6383         * src/mainwindow.c
6384                 o changed sensitivity condition for 'Next new' and 'Next 
6385                   unread', fixing bug 8
6386
6387 2003-07-29 [alfons]     0.9.3claws76
6388
6389         * src/common/utils.[ch]
6390                 add generate_msgid()
6391         * src/messageview.c
6392                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6393                 sent folder".
6394
6395 2003-07-29 [alfons]     0.9.3claws75
6396
6397         * src/messageview.c
6398                 fix a memleak (claws-only)
6399
6400 2003-07-29 [alfons]     0.9.3claws74
6401
6402         * src/mimeview.[ch]
6403         * src/gtk/gtkvscrollbutton.[ch]
6404                 fix UI glitch where mime icon toolbox' scroll position is not 
6405                 reset after switching to another message
6406                 
6407
6408 2003-07-29 [paul]       0.9.3claws73
6409
6410         * src/prefs_folder_item.c
6411                 split the prefs into 2 separate pages
6412
6413 2003-07-29 [paul]       0.9.3claws72
6414
6415         * src/compose.c
6416                 prepend "\n\n" to a signature without a separator too
6417
6418 2003-07-29 [paul]       0.9.3claws71
6419
6420         * src/compose.c
6421                 fix bug where changing to an account without an auto-sig
6422                 from an initial account without an auto-sig would insert 
6423                 2 blank lines at the cursor point
6424                 fix bug where changing to an account with an auto-sig
6425                 from an initial account without an auto-sig would insert
6426                 the sig at the cursor point
6427
6428 2003-07-29 [paul]       0.9.3claws70
6429
6430         * src/folderview.c
6431                 use the colour from the folder pref unless the folder
6432                 has new messages
6433
6434 2003-07-29 [alfons]     0.9.3claws69
6435
6436         * src/procmsg.[ch]
6437         * src/messageview.c
6438         * src/procheader.c
6439                 rewrite return receipt request work a little bit (the former 
6440                 implementation presumably depended too much on the UI setting
6441                 flags). (we're losing the old pending flag.) 
6442
6443 2003-07-28 [christoph]  0.9.3claws68
6444
6445         * src/folder.c
6446         * src/imap.c
6447         * src/mh.c
6448         * src/procmsg.[ch]
6449                 fix copy to IMAP folder from other folder
6450
6451 2003-07-28 [christoph]  0.9.3claws67
6452
6453         * src/procmsg.c
6454                 fix sync of procmsg_get_message_file_list
6455
6456 2003-07-28 [christoph]  0.9.3claws66
6457
6458         * sync with 0.9.3cvs14
6459                 see ChangeLog 2003-07-18
6460         * sync with 0.9.3cvs17
6461                 see ChangeLog 2003-07-23
6462
6463         (closes Bug 234 segmentation fault after sending out mail via
6464          smtp(auth))
6465
6466 2003-07-28 [paul]       0.9.3claws65
6467
6468         * po/es.po
6469                 update Spanish translation, submitted by Ricardo Mones
6470                 Lastra
6471
6472 2003-07-28 [christoph]  0.9.3claws64
6473
6474         * src/folder.[ch]
6475         * src/imap.c
6476         * src/mh.c
6477                 return new message numbers as a GRelation instead of a GSList
6478                 that has to be in the same order as the input list. A list
6479                 would make it hard for IMAP to optimize oepration by sorting
6480                 the input list. The returned list would have to be reordered
6481                 to match the same order that input list has.
6482
6483         * src/gtk/gtkaspell.c
6484                 fix missing return value, could cause a crash when garbage is
6485                 on the stack that is used as the expected return value
6486
6487 2003-07-28 [paul]       0.9.3claws63
6488
6489         * sync with 0.9.4cvs1
6490                 see ChangeLog 2003-07-28
6491
6492 2003-07-27 [alfons]     0.9.3claws62
6493
6494         * src/mimeview.c
6495                 tweak it more to make icon list act like a check button group
6496
6497 2003-07-27 [christoph]  0.9.3claws61
6498
6499         * sync with 0.9.3cvs20
6500                 see ChangeLog 2003-07-25
6501
6502 2003-07-27 [paul]       0.9.3claws60
6503
6504         * src/procmsg.c
6505                 re-commit changes from 0.9.3claws58 -
6506                 accidently removed in 0.9.3claws59
6507
6508 2003-07-27 [paul]       0.9.3claws59
6509
6510         * src/procmsg.[ch]
6511                 a sync from 0.9.3cvs17
6512                 see ChangeLog 2003-07-23
6513
6514 2003-07-27 [alfons]     0.9.3claws58
6515
6516         * src/procmsg.c
6517                 add missing header members to MsgInfo; fixes the problem of 
6518                 not displaying X-Faces, as noticed by Ricardo Mones
6519
6520 2003-07-26 [christoph]  0.9.3claws57
6521
6522         * sync with 0.9.3cvs18
6523                 see ChangeLog 2003-07-24
6524
6525 2003-07-26 [christoph]  0.9.3claws56
6526
6527         * sync with 0.9.3cvs17
6528                 see ChangeLog 2003-07-23
6529
6530 2003-07-26 [christoph]  0.9.3claws55
6531
6532         * src/folder.[ch]
6533         * src/imap.c
6534         * src/mbox_folder.c
6535         * src/mh.c
6536         * src/news.c
6537                 add support for copy function that copy multiple messages
6538                 (not implemented yet)
6539
6540         * src/summaryview.c
6541                 add missing return value
6542
6543 2003-07-26 [paul]       0.9.3claws54
6544
6545         * tools/multiwebsearch.pl
6546                 do whitespace substitution before passing the string
6547                 to the browser. fixes bug with browsers that don't
6548                 do whitespace conversion themselves.
6549
6550 2003-07-25 [christoph]  0.9.3claws53
6551
6552         * src/folder.[ch]
6553         * src/imap.c
6554         * src/mh.c
6555                 rewrite adding of multiple messages to a folder for
6556                 claws' folder system
6557
6558 2003-07-25 [luke]       0.9.3claws52
6559
6560         * src/mimeview.c
6561                 o icon toggles set correctly on leaving ctree mimeview
6562
6563 2003-07-25 [paul]       0.9.3claws51
6564
6565         * partial sync with 0.9.3cvs21 [src/main.c]
6566                 see ChangeLog 2003-07-25
6567
6568 2003-07-24 [paul]       0.9.3claws50
6569
6570         * tools/maildir2sylpheed.pl
6571                 fix typo
6572
6573 2003-07-24 [paul]       0.9.3claws49
6574
6575         * src/mimeview.c
6576                 increase the gutter size of paned so that the panes
6577                 can be resized
6578                 
6579         * src/plugins/demo/demo.c
6580                 squeeze in another typo fix
6581
6582 2003-07-24 [paul]       0.9.3claws48
6583
6584         * src/plugins/demo/demo.c
6585           src/prefs_account.c
6586                 small changes to the English
6587                 
6588         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6589           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6590           src/Makefile.am
6591           src/stock_pixmap.c
6592                 rename the misspelled icon
6593
6594 2003-07-23 [alfons]     0.9.3claws47
6595
6596         * src/mimeview.c
6597                 make icon list look like a list of toggles
6598
6599 2003-07-23 [luke]       0.9.3claws46
6600
6601         * src/pixmaps/mimeview_gpg_expired.xpm
6602         * src/pixmaps/mimeview_gpg_failed.xpm
6603         * src/pixmaps/mimeview_gpg_passed.xpm
6604         * src/pixmaps/mimeview_text_html.xpm
6605         * src/pixmaps/mimeview_image.xpm
6606                 o all icons the same size
6607
6608         * src/mimeview.[ch]
6609                 o mimeview ctree arranged vertically above the viewer
6610                 o icons changed to buttons
6611                 o can use keyboard to select an icon (Enter)
6612                 o resize icon list to width of icons
6613
6614         *  src/gtk/gtkvscrollbutton.c
6615                 o sensitivity of buttons reacts to position
6616
6617 2003-07-23 [christoph]  0.9.3claws45
6618
6619         * sync with 0.9.3cvs14 (incomplete)
6620                 see ChangeLog 2003-07-17
6621
6622 2003-07-23 [alfons]     0.9.3claws44
6623
6624         * src/folder.c
6625         * src/procmsg.h
6626                 sync with my local tree to restore some claws-only things
6627
6628 2003-07-23 [paul]       0.9.3claws43
6629
6630         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6631           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6632           src/Makefile.am
6633           src/mimeview.c
6634           src/procmime.h
6635           src/rfc2015.c
6636           src/stock_pixmap.[ch]
6637                 indicate missing keys and expired sigs/keys
6638                 in mime view column
6639
6640 2003-07-23 [paul]       0.9.3claws42
6641
6642         * src/compose.c
6643                 Redirect fixes: enable automatic account selection and
6644                 do not append signature to message on changing account
6645                 fixes Bug[s] #248
6646
6647 2003-07-23 [paul]       0.9.3claws41
6648
6649         * sync with 0.9.3cvs16
6650                 see ChangeLog 2003-07-23
6651
6652 2003-07-23 [alfons]     0.9.3claws40
6653
6654         * src/inc.c
6655                 give progress dialog a main window, and give it the first 
6656                 one (presumably the only one). fixes bug #247, "segfault on 
6657                 pop-before-smtp" 
6658
6659 2003-07-22 [alfons]     0.9.3claws39
6660
6661         * src/summaryview.c
6662                 shift-space scrolls up
6663
6664 2003-07-22 [paul]       0.9.3claws38
6665
6666         * sync with 0.9.3cvs15
6667                 see ChangeLog 2003-07-22
6668
6669 2003-07-20 [alfons]     0.9.3claws37
6670
6671         * src/compose.c
6672                 put menu inside #ifdef USE_ASPELL..#endif
6673
6674 2003-07-20 [christoph]  0.9.3claws36
6675
6676         * src/procmsg.c
6677                 fix wrong flags in MsgInfo returned by
6678                 procmsg_msginfo_get_full_info()
6679
6680         (closes Bug 221 Deleting messages from the Message View gives incorrect
6681          new/unread message counts in the folder view)
6682
6683         * src/plugins/spamassassin/spamassassin_gtk.c
6684                 add gettext macro for prefs page title
6685
6686 2003-07-20 [paul]       0.9.3claws35
6687
6688         * src/mimeview.c
6689                 redraw icon list on signature check
6690
6691 2003-07-20 [christoph]  0.9.3claws34
6692
6693         * src/Makefile.am
6694         * src/account.c
6695         * src/folder.[ch]
6696         * src/folder_item_prefs.[ch]            ** NEW **
6697         * src/folderview.c
6698         * src/mainwindow.c
6699         * src/mh.c
6700         * src/prefs_gtk.c
6701         * src/prefs_scoring.c
6702         * src/summaryview.c
6703         * src/prefs_folder_item.[ch]
6704                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6705                   Properties dialog
6706                 o use prefswindow for folder properties
6707
6708         * src/gtk/prefswindow.[ch]
6709                 change implementation to use an invisible notebook instead
6710                 of unparenting widgets
6711
6712 2003-07-20 [christoph]  0.9.3claws33
6713
6714         * src/compose.h
6715         * src/folder.c
6716         * src/folderview.h
6717         * src/headerview.h
6718         * src/prefs_filtering.h
6719         * src/prefs_folder_item.[ch]
6720         * src/procmime.h
6721         * src/procmsg.h
6722         * src/summaryview.h
6723                 clean up header mess
6724                 (always use 1. typedefs, 2. #includes, 3. structures)
6725
6726         * src/common/version.h.in
6727                 add casts for constants
6728
6729         * src/plugins/demo/demo.c
6730                 fix typo
6731
6732         * src/plugins/spamassassin/spamassassin.c
6733                 remove unused variable
6734
6735 2003-07-20 [alfons]     0.9.3claws32
6736
6737         * src/mimeview.c
6738                 o make icon buttons respond on left click
6739                 o minor cosmetic change
6740
6741 2003-07-19 [luke]       0.9.3claws31
6742
6743         * src/mimeview.[ch]
6744         * src/gtk/gtkvscrollbutton.c
6745         * src/messageview.c
6746                 o improved mimeview behaviour when selecting a new message
6747                 o plus code cleanups to remove compile warnings
6748
6749
6750 2003-07-19 [alfons]     0.9.3claws30
6751
6752         * src/procmsg.c
6753         * src/compose.c
6754         * src/common/utils.[ch]
6755                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6756
6757 2003-07-19 [alfons]     0.9.3claws29
6758
6759         * src/prefs_folder_item.c
6760                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6761                 string pointers
6762
6763 2003-07-19 [luke]       0.9.3claws28
6764
6765         * src/messageview.c
6766         * src/mimeview.[ch]
6767         * src/procmime.h
6768         * src/rfc2015.c
6769         * src/stock_pixmap.[ch]
6770         * src/gtk/Makefile.am
6771         * src/Makefile.am
6772         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6773         * src/pixmaps/mime_*.xpm                ** NEW **
6774                 o mimeview rearrangement with a new icon shortcut bar
6775
6776 2003-07-19 [alfons]     0.9.3claws27
6777
6778         * src/folderview.c
6779                 o plug leaking nodes_to_recollapse
6780                 o add folderview_recollapse_all_nodes() (not used yet)
6781
6782 2003-07-19 [alfons]     0.9.3claws26
6783
6784         * src/compose.c
6785         * src/common/utils.c
6786                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6787                 for both forwarding as replying
6788
6789 2003-07-18 [christoph]  0.9.3claws25
6790
6791         * configure.ac
6792         * src/common/sylpheed.[ch]
6793         * src/common/version.h.in
6794                 add version in numeric form to allow easy comparison
6795
6796         * src/plugins/demo/demo.c
6797                 add version check
6798                 - sylpheed version > plugin version => never allowed, sylpheed
6799                   could contain unknown API changes
6800                 - sylpheed version < minimum version required => don't load,
6801                   API required not available (if linking does not fail)
6802
6803 2003-07-18 [alfons]     0.9.3claws24
6804         
6805         * src/common/plugin.[ch]
6806                 const correctness
6807
6808 2003-07-18 [christoph]  0.9.3claws23
6809
6810         * src/common/hooks.c
6811                 fix crash when hooks where unregisted
6812
6813         * src/plugins/trayicon/trayicon.c
6814                 unregister detroy signal before destroying the widget
6815                 (still crashes when the plugin is unloaded)
6816
6817 2003-07-18 [alfons]     0.9.3claws22
6818         
6819         * src/folderview.c
6820                 delay expanding folder tree during drags until timeout triggered
6821                 (needs perhaps some tweaking, so testing is welcome)
6822
6823 2003-07-17 [alfons]     0.9.3claws21
6824
6825         * src/folderview.c
6826                 clean up cruft
6827
6828 2003-07-17 [christoph]  0.9.3claws20
6829
6830         * src/common/session.c
6831                 fix opening of SSL connections
6832
6833         * src/plugins/image_viewer/Makefile.am
6834                 add OPENSSL_CFLAGS (we should find a better solution to remove
6835                 this dependencies if they are not required)
6836
6837         * src/plugins/spamassassin/spamassassin.c
6838                 remove setlocale workaround (fixed in libspamc)
6839
6840         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6841          if spell checking enabled)
6842
6843 2003-07-17 [alfons]     0.9.3claws19
6844
6845         * src/common/hooks.[ch]
6846         * src/plugins/clamav/clamav_plugin.c
6847         * src/plugins/spamassassin/spamassassin.c
6848         * src/plugins/trayicon/trayicon.c
6849                 fix signedness muck 
6850
6851 2003-07-17 [alfons]     0.9.3claws18
6852
6853         * src/procmime.c
6854                 plug memleak
6855
6856 2003-07-17 [alfons]     0.9.3claws17
6857
6858         * src/inc.c
6859                 plug memleak
6860
6861 2003-07-17 [paul]       0.9.3claws16
6862
6863         * src/common/defs.h
6864           src/mainwindow.c
6865           src/manual.[ch]
6866                 add link to the Claws site's FAQ page, after the suggestion
6867                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6868                 Move url strings to defs.h
6869                 
6870         * src/mainwindow.c
6871                 fix typo to prevent "unknown menu entry" warnings
6872
6873 2003-07-17 [alfons]     0.9.3claws15
6874
6875         * src/folderview.[ch]
6876         * src/summaryview.[ch]
6877         * src/mimeview.[ch]
6878                 plug DnD leaks 
6879
6880 2003-07-17 [paul]       0.9.3claws14
6881
6882         * src/inc.c
6883                 remove two instances of 'GTK_EVENTS_FLUSH' because
6884                 they are unnecessary and probably cause a stack overflow
6885
6886 2003-07-16 [christoph]  0.9.3claws13
6887
6888         * src/mimeview.[ch]
6889                 use an invisible GTK notebook to switch between viewers
6890                 instead of reparenting widgets
6891
6892 2003-07-16 [christoph]  0.9.3claws12
6893
6894         * src/folder.c
6895                 move folder_item_update_freeze() to correct place in
6896                 folder_item_scan_full()
6897
6898 2003-07-16 [paul]       0.9.3claws11
6899
6900         * sync with 0.9.3cvs12
6901                 see ChangeLog 2003-07-14 and 2003-07-15
6902
6903 2003-07-16 [christoph]  0.9.3claws10
6904
6905         * src/imap.[ch]
6906         * src/prefs_account.[ch]
6907                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6908
6909 2003-07-15 [alfons]     0.9.3claws9
6910
6911         * src/main.c
6912                 make --config-dir do something useful
6913
6914 2003-07-15 [alfons]     0.9.3claws8
6915
6916         * src/procmsg.c
6917                 o fix a bug where 'last' didn't really point to the last message
6918                   in the top level list of children, but to the last threaded
6919                   message. 
6920                 
6921                 o clean up and make it easier to sync
6922
6923 2003-07-15 [alfons]     0.9.3claws7
6924
6925         * src/mainwindow.c
6926                 make correct menu items sensitive       
6927
6928 2003-07-14 [alfons]     0.9.3claws6
6929
6930         * src/procmsg.c
6931                 tune the threader so it will not subject-thread any message
6932                 without a subject prefix (this will not thread correctly if 
6933                 a parent is delivered after their childs, but it looks 
6934                 better right now)
6935
6936 2003-07-13 [christoph]  0.9.3claws5
6937
6938         * src/mainwindow.c
6939                 group "Add mailbox *..." menu items in submenu
6940
6941 2003-07-13 [alfons]     0.9.3claws4
6942
6943         * src/summaryview.c
6944                 correct summary_toggle_pressed() signature and make sure
6945                 signal is not passed on
6946
6947 2003-07-13 [alfons]     0.9.3claws3
6948
6949         * src/summaryview.c
6950                 o for now don't pass on keys when they we're handled by 
6951                   ctree::key_press_event
6952                 o clean up
6953
6954 2003-07-13 [alfons]     0.9.3claws2
6955         
6956         * src/main.c
6957                 add command line option "--config-dir" to get the current 
6958                 configuration dir
6959
6960 2003-07-12 [alfons]     0.9.3claws1
6961
6962         * src/matcher.[ch]
6963         * src/matcher_parser_parse.y
6964         * src/prefs_filtering.c
6965         * src/filtering.c
6966                 add "Lock" filter action to lock messages;
6967
6968         * src/filtering.c       
6969                 remove debug_print()    
6970         * src/prefs_filtering.c
6971                 re-organize matcher part 9: 
6972                 make action text entries easily extendible;
6973                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6974                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6975
6976 2003-07-12 [paul]
6977
6978         * tools/README
6979                 update old information and add missing
6980                 information
6981
6982 2003-07-12 [paul]       0.9.3claws
6983
6984         * 0.9.3claws released
6985         
6986 2003-07-12 [paul]       0.9.0claws103
6987
6988         * src/Makefile.am
6989                 add addrquery.h
6990
6991 2003-07-12 [melvin]     0.9.0claws102
6992
6993         * src/messageview.c
6994                 Fixed bug #215: Show MIME tab for single text/html messages. 
6995                 
6996 2003-07-12 [paul]       0.9.0claws101
6997
6998         * man/sylpheed.1
6999                 updated
7000
7001 2003-07-12 [paul]       0.9.0claws100
7002
7003         * po/es.po
7004           po/hr.po
7005           po/pl.po
7006           po/sr.po
7007                 update Spanish, Croatian, Polish, Serbian translations.
7008                 submitted by Ricardo Mones Lastra, Dragan, Witold
7009                 Wladyslaw Wojciech Wilk, Urke MMI
7010
7011 2003-07-12 [melvin]     0.9.0claws99
7012
7013         * po/fr.po
7014                 Updated French translations.
7015
7016 2003-07-12 [paul]       0.9.0claws98
7017
7018         * src/addressbook.c
7019                 disable 'Lookup' button as it has no effect
7020
7021 2003-07-11 [alfons]     0.9.0claws97
7022         
7023         * src/summaryview.c
7024                 summary_searchbar_pressed() should return TRUE to signal that
7025                 event was handled. when returning void, the return value passed
7026                 to GTK is actually random, but maybe FALSE, in which case the
7027                 event is handled by parent
7028                 
7029 2003-07-10 [paul]       0.9.0claws96
7030
7031         * ac/missing/gettext.m4
7032                 update to version 0.12
7033
7034 2003-07-10 [paul]       0.9.0claws95
7035
7036         * src/plugins/clamav/clamav_plugin.c
7037                 fix bug where multipart/alternative messages
7038                 would slip through without being scanned
7039
7040 2003-07-10 [christoph]  0.9.0claws94
7041
7042         * src/folder.c
7043                 correct check if folder supports removing when a message is
7044                 moved. if not the message is only copied.
7045
7046         (closes Bug 132 crash on startup in newsgroups folders)
7047
7048 2003-07-09 [alfons]     0.9.0claws93
7049
7050         * configure.ac
7051         * src/common/defs.h
7052                 --with-config-dir (default .sylpheed)
7053
7054 2003-07-09 [christoph]  0.9.0claws92
7055
7056         * configure.ac
7057                 use PKG_CHECK_MODULES to check for gtkmathview
7058                 (version 0.4.2 now required)
7059
7060 2003-07-08 [melvin]     0.9.0claws91
7061
7062         * src/action.c
7063                 Implemented a progress bar that counts the number of completed
7064                 tasks when the action runs more than one command.
7065
7066 2003-07-08 [alfons]     0.9.0claws90
7067
7068         * src/procmsg.c
7069                 if queued message has an invalid Message-Id, don't try to
7070                 find message it refers to (fixes #209 "crash when processing 
7071                 in folder")
7072
7073 2003-07-08 [paul]       0.9.0claws89
7074
7075         * sync with 0.9.3cvs2
7076                 see ChangeLog 2003-07-08
7077
7078 2003-07-08 [match]      0.9.0claws88
7079
7080         * src/ldapctrl.c
7081                 extend LDAP search for first/last name by parsing search term.
7082
7083 2003-07-08 [alfons]     0.9.0claws87
7084
7085         * src/send_message.c
7086                 fix bug #208 "Status message stuck when sending on POP3 account"
7087
7088 2003-07-07 [paul]       0.9.0claws86
7089
7090         * po/hr.po
7091                 new Croatian translation, submitted by
7092                 Dragan <drleskov@inet.hr>
7093
7094 2003-07-07 [paul]       0.9.0claws85
7095
7096         * sync with 0.9.3cvs1
7097                 see ChangeLog 2003-07-07
7098
7099 2003-07-05 [christoph]  0.9.0claws84
7100
7101         * src/Makefile.am
7102         * src/messageview.c
7103         * src/mimeview.[ch]
7104         * src/stock_pixmap.[ch]
7105         * src/pixmaps/messageview_text.xpm              ** NEW **
7106                 move mimeview tabs to the right side and use icons
7107                 instead of text to save some space
7108
7109         (patch by Luke Plant <lukeplant@softhome.net>)
7110
7111 2003-07-05 [christoph]  0.9.0claws83
7112
7113         * src/inc.c
7114                 add NULL pointer checks
7115
7116         (patch by Luke Plant <lukeplant@softhome.net>)
7117         (closes Bug 204 0.9.0 quits on authentication error?!)
7118
7119 2003-07-05 [alfons]     0.9.0claws82
7120
7121         * configure.ac
7122                 take the clue in bug #202 "./configure script - 
7123                 'if test' comparison failure" reported by John Kristoff. 
7124
7125 2003-07-04 [christoph]  0.9.0claws81
7126
7127         * src/plugins/spamassassin/spamassassin.c
7128                 set timeout for spam check
7129
7130 2003-07-04 [christoph]  0.9.0claws80
7131
7132         * src/main.c
7133                 destroy all FolderItems when shutting down to
7134                 allow folders to clean up
7135
7136 2003-07-04 [melvin]     0.9.0claws79
7137
7138         * src/gtk/gtkaspell.c
7139                 Fixed bug #184 "Entering non-ascii character deletes
7140                 previous char if spell checking enabled": this makes
7141                 the spell checking in multibytes (e.g. UTF-8)locales work.
7142                 (Patch by Luke Plant).
7143                 
7144 2003-07-04 [christoph]  0.9.0claws78
7145
7146         * sync with 0.9.2cvs1
7147                 see ChangeLog 2003-06-10
7148
7149 2003-07-04 [paul]       0.9.0claws77
7150
7151         * sync with 0.9.3 release
7152                 see ChangeLog 2003-07-04
7153
7154 2003-07-03 [christoph]  0.9.0claws76
7155
7156         * src/folder.[ch]
7157         * src/imap.c
7158         * src/mbox_folder.c
7159         * src/mh.c
7160         * src/news.c
7161                 move folder_item_get_path() stuff into a folder virtual function
7162
7163         * src/procmsg.c
7164                 use folder_item_fetch_msg() to get message and do not contruct
7165                 the filename from path and number
7166
7167 2003-07-03 [paul]       0.9.0claws75
7168
7169         * sync with 0.9.2cvs12
7170                 see ChangeLog 2003-07-03
7171
7172 2003-07-02 [paul]       0.9.0claws74
7173
7174         * src/messageview.c
7175                 fix text-selection for replying
7176
7177 2003-07-02 [paul]       0.9.0claws73
7178
7179         * sync with 0.9.2cvs11
7180                 see ChangeLog 2003-07-02
7181
7182 2003-07-02 [paul]       0.9.0claws72
7183
7184         * src/procmsg.c
7185                 revert last commit because it breaks more
7186                 than it fixes
7187
7188 2003-07-02 [paul]       0.9.0claws71
7189
7190         * src/procmsg.c
7191                 fix thread by subject/sort by date
7192
7193 2003-07-01 [paul]       0.9.0claws70
7194
7195         * sync with 0.9.2cvs10
7196                 see ChangeLog 2003-07-01
7197
7198 2003-06-30 [paul]       0.9.0claws69
7199
7200         * sync with 0.9.2cvs9
7201                 see ChangeLog 2003-06-30
7202
7203 2003-06-28 [match]      0.9.0claws68
7204
7205         * src/addressbook.c
7206                 fix null ptr.
7207
7208 2003-06-27 [paul]       0.9.0claws67
7209
7210         * sync with 0.9.2cvs7
7211                 see ChangeLog 2003-06-27
7212
7213 2003-06-26 [christoph]  0.9.0claws66
7214
7215         * src/folder.c
7216                 freeze folder updates while a folder is scanned
7217
7218         (closes Bug 185 New message counter)
7219
7220 2003-06-26 [darko]      0.9.0claws65
7221
7222         * src/ldapserver.c
7223                 fix infinite loop when adding a new LDAP server
7224
7225 2003-06-26 [paul]       0.9.0claws64
7226
7227         * sync with 0.9.2cvs6
7228                 see ChangeLog 2003-06-26
7229
7230 2003-06-26 [paul]       0.9.0claws63
7231
7232         * sync with 0.9.2cvs5
7233                 see ChangeLog 2003-06-25 and 2003-06-26
7234
7235 2003-06-25 [match]      0.9.0claws62
7236
7237         * src/addr_compl.c
7238                 Fixed tab/backtab for dropped-down completion list to
7239                 move next/previous field. (close bug 147)
7240
7241 2003-06-25 [christoph]  0.9.0claws61
7242
7243         * src/addr_compl.[ch]
7244         * src/addrindex.[ch]
7245         * src/folderview.c
7246         * src/inc.c
7247         * src/news.c
7248         * src/summaryview.c
7249         * src/toolbar.c
7250                 fix warnings
7251
7252 2003-06-25 [leandro]    0.9.0claws60
7253
7254         * src/compose.c
7255                 o cleanups
7256                 o gray out "Message/Remove references" menu item if not
7257                   replying to a message
7258
7259 2003-06-24 [leandro]    0.9.0claws59
7260
7261         * src/compose.[ch]
7262                 o removed "Message/Create new thread" menu item
7263                 o added "Message/Remove references" menu item
7264                   (it's off by default and will not check anymore
7265                    if the subject changed)
7266
7267 2003-06-23 [alfons]     0.9.0claws58
7268
7269         * src/procmsg.c
7270                 try better grouping messages threaded by subject based on their age.
7271                 still not perfect - because the message tree is not sorted by date.  
7272
7273 2003-06-23 [thorsten]   0.9.0claws57
7274
7275         * src/pop.[ch]
7276                 added mail_receive_hook to allow modifications
7277                 directly after retrieval (e.g. adding headers).
7278
7279 2003-06-23 [paul]       0.9.0claws56
7280
7281         * src/sourcewindow.c
7282                  enable the use of Ctrl+A to select all text in
7283                  the sourcewindow
7284                  Patch submitted by Ivan Francolin Martinez
7285                  <ivanfm@users.sourceforge.net>
7286
7287 2003-06-22 [christoph]  0.9.0claws55
7288
7289         * src/folder.[ch]
7290                 o add notification hook for folder tree changes
7291                 o invoke hooks after folder tree scanning
7292
7293         * src/folderview.[ch]
7294                 register hook for folder tree changes that
7295                 updates the ctree
7296
7297         (there are more places that should be updated, like add, remove 
7298          or move folder)
7299
7300         (closes Bug 164 Crash on rebuild folder tree)
7301         (closes Bug 190 Crash on 'rebuilding folder tree')
7302
7303 2003-06-21 [leandro]    0.9.0claws54
7304
7305         * src/compose.[ch]
7306                 create a new thread if subject changes
7307                 (it's on by default, can be disabled in Message menu)
7308
7309 2003-06-21 [alfons]     0.9.0claws53
7310
7311         * src/summaryview.c
7312                 quiet little compiler
7313
7314 2003-06-21 [christoph]  0.9.0claws52
7315
7316         update gettext stuff to version 0.12
7317
7318 2003-06-19 [alfons]     0.9.0claws51
7319
7320         * src/common/log.c
7321         * src/common/plugin.c
7322                 move defs.h before glib.h to prevent MIN/MAX redefs
7323
7324 2003-06-19 [alfons]
7325
7326         * src/addressbook.c
7327                 translatable
7328
7329 2003-06-19 [match]      0.9.0claws50
7330
7331         * src/addressbook.[ch]
7332         * src/addrindex.[ch]
7333         * src/addr_compl.[ch]
7334         * src/editldap.[ch]
7335         * src/editldap_basedn.[ch]
7336         * src/addritem.[ch]
7337         * src/ldapquery.h
7338                 re-implemented dynamic LDAP search. works without
7339                 slowdown on display sender with addressbook
7340                 option.
7341         * src/addrbook.c
7342                 documented code.
7343
7344 2003-06-19 [paul]       0.9.0claws49
7345
7346         * src/compose.c
7347                 fix Bug #136 'Nonprovided quotation marks crash claws'
7348                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7349
7350 2003-06-19 [alfons]     0.9.0claws48
7351
7352         * src/prefs_common.[ch]
7353         * src/procmsg.c
7354                 restrict threading by subject by checking thread for
7355                 age (prefs_common.thread_by_subject_max_age)
7356
7357 2003-06-18 [christoph]  0.9.0claws47
7358
7359         * src/imap.c
7360                 fix memory leak in imap_cmd_fetch()
7361
7362 2003-06-18 [christoph]  0.9.0claws46
7363
7364         * src/prefs_gtk.c
7365                 fix memory leak in prefs_set_default() when used multiple
7366                 times or after prefs have been read
7367
7368 2003-06-18 [christoph]  0.9.0claws45
7369
7370         * src/common/plugin.c
7371                 fix memory leak in plugin_unload()
7372
7373 2003-06-18 [christoph]  0.9.0claws44
7374
7375         * src/imap.c
7376                 fix memory leak in imap_cmd_ok()
7377
7378 2003-06-18 [christoph]  0.9.0claws43
7379
7380         * src/folder.c
7381                 stop messages that are downloaded from POP3 and added to
7382                 an IMAP inbox from being filtered twice (first by POP3
7383                 and again when IMAP folder is scaned to get the UID of
7384                 the APPEND operation when no UIDPLUS is available)
7385
7386 2003-06-18 [alfons]
7387
7388         * tools/Makefile.am
7389                 phoenix <- firebird     
7390
7391 2003-06-18 [paul]
7392
7393         * tools/launch_phoenix          ** REMOVED **
7394           tools/launch_firebird         ** NEW **
7395                 renamed and edited to reflect the browser's name change from
7396                 'phoenix' to 'firebird'
7397
7398 2003-06-18 [paul]       0.9.0claws42
7399
7400         * sync with 0.9.2cvs2
7401                 see ChangeLog 2003-06-16
7402
7403 2003-06-17 [alfons]     0.9.0claws41
7404
7405         * src/procmsg.c
7406                 prevent threading problems when a node is an ancestor (parent / great parent),
7407                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7408                 for finding an sample set of messages)
7409
7410 2003-06-16 [christoph]  0.9.0claws40
7411
7412         * src/main.c
7413                 don't popup main window on --receive or --receive-all
7414
7415         * src/mainwindow.[ch]
7416         * src/plugins/trayicon/trayicon.c
7417                 allow hiding of main window by clicking on the trayicon
7418                 (doesn't work correctly in seperate window mode and may
7419                  cause unexpected GTK problems I couldn't find yet)
7420
7421         * src/common/ssl.c
7422                 remove incorrect warning
7423
7424 2003-06-15 [alfons]     0.9.0claws39
7425
7426         * src/gtk/gtkstext.c
7427                 don't output debug text;
7428                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7429                 for pointing this out);
7430
7431 2003-06-14 [alfons]     0.9.0claws38
7432         
7433         * src/messageview.c
7434                 remove printf() and make one if..else comply with coding style
7435
7436 2003-06-14 [alfons]     0.9.0claws37
7437
7438         * AUTHORS
7439                 add Martin Wicke
7440         * src/action.c
7441         * src/messageview.[ch]
7442         * src/summaryview.c
7443                 apply patch #754162 "Quoting messages filtered by actions" submitted
7444                 by Martin Wicke, which allows quoting message body changed by an
7445                 action (Thanks!).
7446
7447 2003-06-13 [alfons]     0.9.0claws36
7448
7449         * src/utils.c
7450                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7451                 use case insensitive regexp (suggested by Ivan Martinez)
7452
7453 2003-06-13 [christoph]  0.9.0claws35
7454
7455         * configure.ac
7456         * src/plugins/trayicon/Makefile.am
7457         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7458         * src/plugins/trayicon/trayicon.c
7459         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7460         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7461         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7462         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7463         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7464         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7465                 replace my own EggTrayIcon backport with the backport
7466                 used by (l|x)mule and gabber.
7467
7468 2003-06-13 [alfons]     0.9.0claws34
7469
7470         * AUTHORS
7471         * src/common/utils.c
7472                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7473
7474 2003-06-13 [alfons]     0.9.0claws33
7475
7476         * src/compose.c
7477                 clean up a little bit
7478
7479 2003-06-12 [alfons]     0.9.0claws32
7480
7481         * src/compose.c
7482                 const correctness fix
7483
7484         * src/common/sylpheed.[ch]
7485                 () -> (void)
7486                 prevent redef MIN/MAX
7487                 
7488         * src/common/utils.[ch]
7489                 () -> (void)
7490
7491 2003-06-12 [melvin]     0.9.0claws31
7492
7493         * src/compose.c
7494                 Updated to take into accounts changes in GtkAspell.
7495
7496 2003-06-12 [alfons]     0.9.0claws30
7497
7498         * src/compose.c
7499         * src/procmsg.c
7500         * src/common/utils.[ch]
7501                 handle reply subject prefixes better (initial 
7502                 suggestion by Robert Story adapted and enhanced 
7503                 using regexps)
7504
7505 2003-06-12 [melvin]     0.9.0claws29
7506
7507         * src/compose.c
7508                 Use new gtkaspell_checkers_strerror() to get the speller's
7509                 error message instead of accessing the (now private)
7510                 checkers structure.
7511                 Minor code clean up
7512
7513         * src/main.c
7514                 Use #ifdef instead of #if for USE_ASPELL
7515                 Use the new spell checkers init/quit functions 
7516
7517         * src/gtk/gtkaspell.c
7518                 Use #ifdef instead of #if for USE_ASPELL
7519                 Moved in the majority of GtkAspell structures that were
7520                 exported before by gtkaspell.h
7521         
7522         * src/gtk/gktaspell.h
7523                 Made gtkaspell.h contain only the necessary data to be
7524                 publicized by moving many structures to gtkaspell.c.
7525                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7526                 gtkaspell_checkers_new(): replaced by...
7527                 gtkaspell_checkers_init(): new function for initialization
7528                 gtkaspell_checkers_delete(): replaced by...
7529                 gtkaspell_checkers_quit(): new function
7530                 gtkaspell_checkers_strerror(): new function that returns
7531                 the checker's last error message.
7532                 
7533 2003-06-11 [melvin]     0.9.0claws28
7534
7535         * po/POTFILES.in
7536                 Updated to take into account gtkaspell.c migration to
7537                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7538
7539 2003-06-10 [alfons]     0.9.0claws27
7540
7541         * src/filtering.[ch]
7542         * src/folder.c
7543         * src/matcher.c
7544         * src/scoring.[ch]
7545                 - try fixing bug #18 (any brave testers?)
7546                 - add more robustness by refusing previously 
7547                   unchecked NULL pointers 
7548
7549 2003-06-10 [alfons]     0.9.0claws26
7550
7551         * src/procmsg.c
7552                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7553
7554 2003-06-09 [alfons]     0.9.0claws25
7555
7556         * src/prefs_common.c
7557                 fix bug #163 "Icon switching doesnt work properly" by 
7558                 preventing early freeing of prefs_common.pixmap_theme_path.
7559
7560 2003-06-09 [christoph]  0.9.0claws24
7561
7562         * src/gtk/gtkaspell.c
7563                 revert Thorsten's fix and add forgotten g_strdup for
7564                 aspell path (it should not be possible to alter the path a
7565                 GtkASpell uses from outside)
7566
7567 2003-06-09 [thorsten]   0.9.0claws23
7568
7569         * src/gtk/gtkaspell.c
7570                 dont free prefs_common.aspell_path when closing compose
7571
7572 2003-06-08 [colin]      0.9.0claws22
7573
7574         * src/plugins/spamassassin/spamassassin.c
7575                 fix prefs types
7576
7577 2003-06-07 [christoph]  0.9.0claws21
7578
7579         * src/Makefile.am
7580         * src/compose.c
7581         * src/gtkaspell.[ch]            ** REMOVE **
7582         * src/gtk/Makefile.am
7583         * src/gtk/gtkaspell.[ch]        ** NEW **
7584                 o make gtkaspell independent from sylpheed's prefs
7585                 o move gtkaspell.[ch] to gtk directory
7586
7587 2003-06-07 [christoph]  0.9.0claws20
7588
7589         * src/Makefile.am
7590         * src/crash.c
7591         * src/export.c
7592         * src/filesel.[ch]              ** REMOVE **
7593         * src/folder.c
7594         * src/main.[ch]
7595         * src/common/sylpheed.[ch]
7596         * src/gtk/Makefile.am
7597         * src/gtk/filesel.[ch]          ** NEW **
7598         * src/gtk/pluginwindow.c
7599         * src/gtk/sslcertwindow.c
7600                 move filesel.[ch] to gtk directory
7601
7602 2003-06-07 [alfons]     0.9.0claws19
7603
7604         * src/filesel.c
7605                 make (multi) file selection dialog work again (Claws-only)
7606
7607 2003-06-07 [thorsten]   0.9.0claws18
7608
7609         * po/de.po
7610                 fix typos
7611
7612 2003-06-07 [alfons]     0.9.0claws17
7613
7614         * configure.ac
7615         * src/mimeview.c
7616                 detect apache mishap in which case don't include fnmatch.h
7617                 if regex.h is already included
7618
7619 2003-06-06 [christoph]  0.9.0claws16
7620
7621         * configure.ac
7622         * src/mimeview.h
7623                 add check for fnmatch.h and include it when available
7624
7625         * src/mimeview.[ch]
7626                 fix wrong case sensitivity of Content-Types
7627
7628         * src/gtk/Makefile.am
7629                 need the same include paths in gtk directory as in
7630                 common directory because .h files in common can
7631                 include files from these directories, when included
7632                 in gtk's .h or .c files
7633
7634 2003-06-06 [alfons]     0.9.0claws15
7635
7636         * src/mimeview.c
7637         * src/summaryview.c
7638                 make it compile again because of regex.h / fnmatch.h 
7639                 include problems (related to recent mime stuff, can
7640                 someone check this?)
7641
7642 2003-06-06 [thorsten]   0.9.0claws14
7643
7644         * src/folderview.c
7645                 possible use of uninitialized pointer while dragging
7646
7647 2003-06-06 [paul]       0.9.0claws13
7648
7649         * src/compose.c
7650                 fix bug where the insert sig button would be effective
7651                 only when auto_sig was set
7652
7653 2003-06-06 [paul]       0.9.0claws12
7654
7655         * sync with 0.9.2 release
7656
7657 2003-06-02 [paul]       0.9.0claws11
7658
7659         * sync with 0.9.1cvs1
7660                 see ChangeLog 2003-06-02
7661                 
7662         * po/de.po
7663                 update by Jens
7664
7665 2003-06-01 [christoph]  0.9.0claws10
7666
7667         * src/account.c
7668                 don't use substring search to find accounts by email address
7669
7670         (closes Bug 169 Overly loose matching of "From" address)
7671
7672 2003-05-31 [christoph]  0.9.0claws9
7673
7674         * doc-src/rfc2683.txt
7675         * src/imap.c
7676                 limit IMAP command length as recommended in RFC2683
7677                 (message number lists will be split into multiple imap
7678                 sets, the limit of 1000 octets is not a hard limit)
7679
7680         (closes Bug 161 sylpheed-claws exits with segfault when logging
7681          in to certain imap-servers)
7682
7683 2003-05-29 [alfons]     0.9.0claws8
7684
7685         * src/toolbar.[ch]
7686                 add print button (calling summary_print());
7687                 fine tune setting tooltip text;
7688                 (if someone needs other buttons, please take these 
7689                 commits as a guide, instead of bothering us - also
7690                 see 0.8.11claws150) 
7691
7692 2003-05-29 [darko]      0.9.0claws7
7693
7694         * src/compose.c
7695                 fix crash when word wrapping kicks in due to
7696                 changed text by spell checker
7697
7698 2003-05-29 [paul]       0.9.0claws6
7699
7700         * src/compose.c
7701                 fix bug where changing account would insert
7702                 sig even if auto_sig was FALSE
7703                 
7704         * ChangeLog
7705           ChangeLog.jp
7706           INSTALL
7707                 sync with 0.9.1 release
7708
7709 2003-05-28 [christoph]  0.9.0claws5
7710
7711         * src/imap.c
7712                 fix truncation of too long commands
7713
7714         (closes Bug 167 IMAP hangs trying to get envelope
7715          information in imap_get_uncached_messages)
7716
7717 2003-05-27 [paul]       0.9.0claws4
7718
7719         * tools/Makefile.am
7720           tools/maildir2sylpheed.pl     ** NEW FILE **
7721                 add kmail to sylpheed mailbox conversion script
7722
7723 2003-05-27 [paul]       0.9.0claws3
7724
7725         * sync with 0.9.0cvs10
7726                 see ChangeLog 2003-05-26
7727
7728 2003-05-26 [paul]       0.9.0claws2
7729
7730         * sync with 0.9.0cvs9
7731                 see ChangeLog 2003-05-26
7732
7733 2003-05-24 [paul]       0.9.0claws1
7734
7735         * sync with 0.9.0cvs8
7736                 see ChangeLog 2003-05-23
7737
7738 2003-05-24 [paul]       0.9.0claws
7739
7740         * version 0.9.0claws released
7741
7742 2003-05-24 [paul]       0.8.11claws177
7743
7744         * src/plugins/dillo-viewer/Makefile.am
7745           src/plugins/traycon/Makefile.am
7746                 add missing files
7747                 
7748         * po/bg.po
7749           po/en_GB.po
7750           po/es.po
7751           po/it.po
7752           po/pt_BR.po
7753           po/ru.po
7754           po/sr.po
7755                 update Bulgarian, British English, Spanish, Italian, 
7756                 Brazilian Portuguese, Russian, and Serbian translations, 
7757                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7758                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7759                 Ruslan N. Balkin, and Urke MMI
7760
7761 2003-05-23 [melvin]     0.8.11claws176
7762
7763         * po/fr.po
7764                 Updated French translations
7765
7766 2003-05-22 [paul]       0.8.11claws175
7767
7768         * src/Makefile.am
7769           src/addrbook.[ch]
7770           src/addrcache.[ch]
7771           src/addr_compl.[ch]
7772           src/adressbook.[ch]
7773           src/addrindex.[ch]
7774           src/addritem.[ch]
7775           src/editaddress.c
7776           src/editgroup.c
7777           src/editldap_basedn.c
7778           src/editldap.c
7779           src/jpilot.c
7780           src/vcard.c
7781                 revert to get ldap into it previous working state
7782                 
7783         * po/zh_TW.Big5.po
7784                 new Taiwanese translation,
7785                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7786
7787 2003-05-22 [christoph]  0.8.11claws174
7788
7789         * src/plugins/spamassassin/libspamc.[ch]
7790                 sync libspamc with SpamAssaain release 2.55
7791
7792 2003-05-22 [paul]       0.8.11claws173
7793
7794         * sync with 0.9.0cvs7
7795                 see ChangeLog 2003-05-22
7796                 
7797         * src/summaryview.c
7798                 revert change in 0.8.11claws172: follow
7799                 Hiroyuki's decision and that's the end of it.
7800
7801 2003-05-21 [paul]       0.8.11claws172
7802
7803         * src/summaryview.c
7804                 fix discrepency between open_unread_on_enter
7805                 and always_show_msg
7806
7807 2003-05-21 [paul]       0.8.11claws171
7808
7809         * sync with 0.9.0cvs6
7810                 see ChangeLog 2003-05-21
7811
7812 2003-05-21 [paul]       0.8.11claws170
7813
7814         * sync with 0.9.0cvs5
7815                 see ChangeLog 2003-05-21
7816
7817 2003-05-20 [paul]       0.8.11claws169
7818
7819         * sync with 0.9.0cvs4
7820                 see ChangeLog 2003-05-20
7821                 fixes bug #152, 'encoding of IMAP folders names'
7822
7823 2003-05-20 [paul]       0.8.11claws168
7824
7825         * sync with 0.9.0cvs3
7826                 see ChangeLog 2003-05-20
7827                 
7828         * src/tools/convert_mbox.pl
7829                 minor change in the comments, submitted by Fred Marton
7830
7831 2003-05-19 [paul]       0.8.11claws167
7832
7833         * src/plugins/clamav/Makefile.am
7834           configure.ac
7835                 link clamav_lib to the plugin and not to the main program
7836
7837 2003-05-19 [christoph]
7838
7839         * src/Makefile.am
7840                 add -export-dynamic for linking
7841
7842 2003-05-19 [paul]       0.8.11claws166
7843
7844         * sync with 0.9.0cvs1
7845                 see ChangeLog 2003-05-19
7846
7847 2003-05-19 [paul]       0.8.11claws165
7848
7849         * src/inc.c
7850                 fix 'pop before smtp' timeout
7851
7852 2003-05-18 [alfons]     0.8.11claws164
7853
7854         * src/prefs_matcher.c
7855                 put "execute" action command line ("expression") in edit box
7856
7857 2003-05-18 [christoph]  0.8.11claws163
7858
7859         * src/mimeview.[ch]
7860         * src/plugins/dillo_viewer/dillo_viewer.c
7861         * src/plugins/image_viewer/viewer.c
7862         * src/plugins/mathml_viewer/mathml_viewer.c
7863                 let a viewer have a list of Content-Types
7864
7865 2003-05-18 [paul]       0.8.11claws162
7866
7867         * src/prefs_filtering.c
7868                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7869                 and REDIRECT actions
7870
7871 2003-05-17 [christoph]
7872
7873         * README.claws
7874                 o remove dynamic signatures that was syned with main
7875                 o add infos about no longer "build in" image viewer
7876                 o update bugtracker URL
7877
7878 2003-05-17 [christoph]  0.8.11claws161
7879
7880         * src/folder.c
7881         * src/folderview.c
7882         * src/imap.c
7883                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7884                 for every folder after rebuilding the folder tree.
7885
7886         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7887          messages)
7888
7889 2003-05-17 [christoph]  0.8.11claws160
7890
7891         * src/imap.c
7892                 don't use STATUS command on current folder to check for
7893                 content changes. imap_cmd_ok() now tracks changes to
7894                 folder and number of existing messages.
7895
7896 2003-05-17 [paul]       0.8.11claws159
7897
7898         * src/plugins/clamav/clamav_plugin.c
7899                 remove unnecessary debug_print
7900
7901 2003-05-16 [thorsten]   0.8.11claws158
7902
7903         * src/plugins/demo.c
7904                 included missing intl.h
7905
7906 2003-05-16 [paul]       0.8.11claws157
7907
7908         * po/POTFILES.in
7909                 remove non-existant entries
7910         
7911         * src/plugins/clamav/clamav_plugin.c
7912           src/plugins/clamav/clamav_plugin_gtk.c
7913           src/plugins/dillo_viewer/dillo_prefs.c
7914           src/plugins/dillo_viewer/dillo_viewer.c
7915                 gettextise
7916
7917 2003-05-16 [christoph]  0.8.11claws156
7918
7919         * po/POTFILES.in
7920                 include plugin .c files for translation until I
7921                 find a better solution to have plugins have their
7922                 own textdomain
7923         * src/plugins/demo/demo.c
7924         * src/plugins/image_viewer/plugin.c
7925         * src/plugins/mathml_viewer/mathml_viewer.c
7926         * src/plugins/spamassassin/spamassassin.c
7927         * src/plugins/spamassassin/spamassassin_gtk.c
7928         * src/plugins/trayicon/trayicon.c
7929                 add gettext macros for plugin name and description
7930
7931 2003-05-16 [paul]
7932
7933         * sync with 0.9.0
7934
7935 2003-05-16 [paul]       0.8.11claws155
7936
7937         * sync with lastest 0.9.0pre1
7938                 see ChangeLog 2003-05-16
7939
7940 2003-05-15 [paul]       0.8.11claws154
7941
7942         * sync with latest 0.9.0pre1
7943                 see ChangeLog 2003-05-14 and 2003-05-15
7944
7945 2003-05-14 [christoph]  0.8.11claws153
7946
7947         * src/plugins/image_viewer/viewer.c
7948         * src/plugins/image_viewer/viewer.glade         ** NEW **
7949         * src/plugins/image_viewer/viewerprefs.c
7950                 make it possible to disable the autoload function in the
7951                 imageviewer again
7952
7953 2003-05-14 [christoph]  0.8.11claws152
7954
7955         * src/folder.c
7956                 fix folder update after adding a message
7957
7958 2003-05-13 [alfons]     0.8.11claws151
7959
7960         * src/common/session.c
7961                 remove debug traces
7962                 
7963         * src/addrcache.[ch]
7964         * src/filtering.[ch]
7965         * src/folder.[c]
7966         * src/gtkaspell.[ch]
7967         * src/imap.[ch]
7968         * src/mbox_folder.[ch]
7969         * src/mh.[ch]
7970         * src/mimeview.h
7971         * src/msgcache.[ch]
7972         * src/news.[ch]
7973         * src/passphrase.[ch]
7974         * src/prefs_common.[ch]
7975         * src/prefs_gtk.[ch]
7976         * src/procmsg.c
7977         * src/scoring.[ch]
7978                 be pedantic; (in prototypes () implies (int))
7979
7980 2003-05-13 [alfons]     0.8.11claws150
7981
7982         * src/prefs_toolbar.[ch]
7983         * src/summaryview.[ch]
7984         * src/toolbar.[ch]
7985                 change misleading text in toolbar prefs;
7986                 add toolbar action for ignore thread (toggles ignore thread flag);
7987                 clean up a little bit;
7988
7989 2003-05-12 [paul]
7990
7991         * tools/convert_mbox.pl
7992                 bug fixed by Fred Marton
7993
7994 2003-05-12 [paul]
7995
7996         * sync with 0.9.0pre1
7997
7998 2003-05-09 [paul]       0.8.11claws149
7999
8000         * sync with 0.8.11cvs43
8001                 see ChangeLog 2003-05-09
8002
8003 2003-05-08 [christoph]  0.8.11claws148
8004
8005         * src/imap.[ch]
8006                 o use CAPABILIY as first command and check for PREAUTH
8007                   information in the response to it
8008                 o rewrite all imap_cmd_* functions to use an IMAPSession
8009                   instead of a SockInfo as parameter
8010                 o do STARTTLS after fetching and checking the server
8011                   capabilities
8012
8013 2003-05-08 [paul]       0.8.11claws147
8014
8015         * tools/Makefile.am
8016           tools/README
8017           tools/convert_mbox.pl         ** NEW FILE **
8018                 add mbox conversion script. Submitted by 
8019                 Fred Marton <Fred.Marton@uni-bayreuth.de>
8020
8021 2003-05-07 [christoph]
8022
8023         * doc-src/glade.txt
8024         * src/gtk/pluginwindow.glade
8025         * src/plugins/image_viewer/viewerprefs.glade
8026         * src/plugins/spamassassin/spamassassin_gtk.glade
8027                 add glade files for user interfaces and a description how
8028                 to use glade to create the sylpheed code
8029
8030 2003-05-07 [paul]       0.8.11claws146
8031
8032         * sync with 0.8.11cvs41
8033                 see ChangeLog 2003-05-07
8034
8035 2003-05-06 [christoph]  0.8.11claws145
8036
8037         * src/main.c
8038         * src/plugins/image_viewer/viewer.c
8039                 fix usage of imlib in imageviewer plugin
8040
8041         * src/gtk/prefswindow.c
8042                 handle window close event correctly
8043
8044 2003-05-06 [paul]       0.8.11claws144
8045
8046         * src/common/ssl.c
8047                 fix typo introduced in sync
8048
8049 2003-05-06 [paul]       0.8.11claws143
8050
8051         * sync with 0.8.11cvs39
8052                 see ChangeLog 2003-05-06
8053
8054 2003-05-06 [paul]       0.8.11claws142
8055
8056         * AUTHORS
8057           po/cs.po
8058                 updated Czech translation, submitted by 
8059                 Radek Vybiral <Radek.Vybiral@vsb.cz>
8060                 
8061         * src/plugins/clamav/clamav_plugin_gtk.c
8062                 clean up
8063
8064 2003-05-03 [alfons]     0.8.11claws141
8065
8066         * src/compose.[ch]
8067                 make paste as quotation work even when the call to 
8068                 text_inserted() was deferred (fixes bug #140 "Paste 
8069                 as quotation does not work when using "external" 
8070                 clipboard")
8071
8072 2003-05-03 [thorsten]   0.8.11claws140
8073
8074         * src/addrquery.h
8075           src/ldapquery.h
8076           src/mainwindow.c
8077                 removed C++ comments
8078         * src/addr_compl.c
8079                 function with non-int retval/param used before
8080                 implementation/declaration
8081
8082 2003-05-02 [paul]       0.8.11claws139
8083
8084         * src/addr_compl.[ch]
8085           src/addressbook.[ch]
8086           src/addrindex.c
8087           src/summaryview.c
8088                 revert match's changes to (finally) remove the bug where
8089                 opening a folder causes massive slowdown when using the 
8090                 'Display sender using address book' option
8091
8092 2003-05-01 [melvin]     0.8.11claws138
8093
8094         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8095         * src/plugins/dillo_viewer/dillo_viewer.c
8096                 Fixed bug where "Cancel" button from prefs issued
8097                 warnings.
8098                 Comply a little more to coding style
8099
8100 2003-05-01 [paul]       0.8.11claws137
8101
8102         * sync with 0.8.11cvs38
8103                 see ChangeLog 2003-05-01
8104
8105 2003-05-01 [paul]       0.8.11claws136
8106
8107         * po/bg.po
8108                 updated by George Danchev
8109
8110 2003-04-30 [christoph]  0.8.11claws135
8111
8112         * src/plugins/dillo_viewer/dillo_prefs.c
8113         * src/plugins/image_viewer/viewerprefs.c
8114         * src/plugins/spamassassin/spamassassin_gtk.c
8115                 remove gtk_widget_ref() calls for widgets in
8116                 glade code
8117
8118 2003-04-30 [paul]       0.8.11claws134
8119
8120         * src/addrindex.c
8121                 ok, this time a better fix for the bug where opening folder
8122                 has massive slowdown when using the 'Display sender using 
8123                 address book' option
8124
8125 2003-04-30 [paul]       0.8.11claws133
8126
8127         * src/addrindex.c
8128                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8129         
8130 2003-04-30 [melvin]     0.8.11claws132
8131
8132         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8133
8134         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8135                 Preferences for the dillo plugin
8136         * src/plugins/dillo_viewer/dillo_viewer.c
8137                 Support for preferences
8138         * src/plugins/dillo_viewer/Makefile.am
8139                 Added dillo_prefs.[ch]
8140
8141 2003-04-30 [alfons]     0.8.11claws131
8142
8143         * src/common/plugin.[ch]
8144                 see? this ANSI C'fication immediately gives us type
8145                 checking for free.
8146
8147 2003-04-30 [alfons]     0.8.11claws130
8148
8149         * src/common/plugin.[ch]
8150         * src/plugins/clamav/clamav_plugin.[ch]
8151         * src/plugins/clamav/clamav_plugin_gtk.c
8152         * src/plugins/demo/demo.c
8153         * src/plugins/dillo_viewer/dillo_viewer.c
8154         * src/plugins/image_viewer/plugin.c
8155         * src/plugins/image_viewer/viewer.[ch]
8156         * src/plugins/image_viewer/viewerprefs.[ch]
8157         * src/plugins/mathml_viewer/mathml_viewer.c
8158         * src/plugins/spamassassin/spamassassin.[ch]
8159         * src/plugins/spamassassin/spamassassin_gtk.c
8160         * src/plugins/trayicon/trayicon.c
8161                 clean up
8162
8163 2003-04-30 [alfons]     0.8.11claws129
8164
8165         * src/common/utils.c
8166                 make is_ascii_str() fail gracefully when NULL pointer
8167                 is passed
8168
8169 2003-04-30 [paul]       0.8.11claws128
8170
8171         * src/addrindex.c
8172                 fix bug where opening folder has massive slowdown when
8173                 using the 'Display sender using address book' option
8174
8175 2003-04-30 [paul]       0.8.11claws127
8176
8177         * src/plugins/clamav/clamav_plugin.c
8178           src/plugins/clamav/clamav_plugin_gtk.c
8179           src/plugins/demo/demo.c
8180           src/plugins/dillo_viewer/dillo_viewer.c
8181           src/plugins/image_viewer/plugin.c
8182           src/plugins/mathml_viewer/mathml_viewer.c
8183           src/plugins/spamassassin/spamassassin.c
8184           src/plugins/spamassassin/spamassassin_gtk.c
8185           src/plugins/trayicon/trayicon.c
8186                 get rid of eye-hurting function signatures
8187
8188 2003-04-30 [paul]       0.8.11claws126
8189
8190         * src/plugins/trayicon/trayicon.c
8191                 add description
8192                 
8193         * src/mimeview.c
8194                 be more descriptive
8195
8196 2003-04-30 [paul]       0.8.11claws125
8197
8198         * configure.ac
8199                 arrange the plugins in reverse alphabetical order
8200                 
8201         * src/plugins/clamav/clamav_plugin.[ch]
8202           src/plugins/clamav/clamav_plugin_gtk.c
8203                 rename some params
8204                 resize max_size window
8205                 re-arrange the order of some gui elements
8206                 improve descriptions
8207         
8208         * src/plugins/image_viewer/plugin.c
8209           src/plugins/mathml_viewer/mathml_viewer.c
8210                 add descriptions
8211                 
8212         * src/plugins/spamassassin/spamassassin_gtk.c
8213                 resize max_size window
8214                 re-arrange the order of some gui elements
8215                 
8216         * src/messageview.c
8217           src/mimeview.c
8218                 correct typos
8219
8220 2003-04-30 [alfons]     0.8.11claws124
8221
8222         * src/imap.c
8223                 fix a leak found while browsing Martin Kluge's 
8224                 valgrind log (Claws only)
8225
8226 2003-04-29 [darko]      0.8.11claws123
8227
8228         * src/gtk/gtkstext.h
8229                 include wchar.h if it is available, fixes compilation
8230                 on HP-UX systems
8231
8232 2003-04-29 [melvin]     0.8.11claws122
8233
8234         * src/prefs_actions.c
8235                 Improved help text of Actions' syntax
8236
8237 2003-04-28 [paul]       0.8.11claws121
8238
8239         * src/action.c
8240                 a better fix for the crash when performing an action
8241                 on a mime part
8242
8243 2003-04-28 [paul]       0.8.11claws120
8244
8245         * src/action.c
8246                 fix crash when performing an action on a
8247                 mime part
8248
8249 2003-04-28 [paul]       0.8.11claws119
8250
8251         * sync with 0.8.11cvs36
8252                 see ChangeLog 2003-04-28
8253
8254 2003-04-27 [paul]       0.8.11claws118
8255
8256         * more sync with 0.8.11cvs35
8257                 see ChangeLog 2003-04-25
8258
8259 2003-04-26 [christoph]  0.8.11claws117
8260
8261         * src/folder.c
8262                 fix remove virtual check
8263
8264 2003-04-26 [paul]       0.8.11claws116
8265
8266         * src/messageview.c
8267                 fix return-receipt, make it work again
8268
8269 2003-04-26 [paul]       0.8.11claws115
8270
8271         * src/mimeview.c
8272                 restore double-clicking of the [application/pgp-signature 
8273                 (Select "Check signature" to check)] line in the message view,
8274                 broken in recent sync
8275
8276 2003-04-26 [christoph]  0.8.11claws114
8277
8278         * src/folder.c
8279                 check if remove virtual really exists before
8280                 calling the function
8281
8282 2003-04-25 [match]      0.8.11claws113
8283
8284         * src/addrindex.c
8285         * src/addrbook.c
8286         * src/ldapquery.[ch]
8287         * src/ldapctrl.[ch]
8288                 fix memleak.
8289         * src/ldapserver.[ch]
8290                 fix memleak. fix segfault.
8291                 plug a Claws memleak
8292
8293 2003-04-25 [alfons]     0.8.11claws112
8294
8295         * src/folder.c
8296                 plug a Claws memleak
8297
8298 2003-04-25 [alfons]     0.8.11claws111
8299
8300         * src/common/session.c
8301                 plug a memleak
8302
8303 2003-04-25 [paul]       0.8.11claws110
8304
8305         * sync with 0.8.11cvs35
8306                 see ChangeLog 2003-04-24 and 2003-04-25
8307                 
8308         * src/gtk/pluginwindow.c
8309                 correct another strange float value
8310
8311 2003-04-24 [christoph]  0.8.11claws109
8312
8313         * src/folder.c
8314                 freeze folder item updates when unsetting new flags
8315
8316         * src/gtk/pluginwindow.c
8317                 correct strange float value
8318
8319 2003-04-23 [paul]       0.8.11claws108
8320
8321         * sync with 0.8.11cvs33
8322                 see ChangeLog 2003-04-23
8323
8324 2003-04-22 [paul]       0.8.11claws107
8325
8326         * src/Makefile.am
8327           src/messageview.c
8328           src/mimeview.c
8329           src/pgptext.[ch]      ** REMOVED **
8330                 remove pgptext.[ch] as its not used any more
8331
8332 2003-04-22 [paul]       0.8.11claws106
8333
8334         * sync with 0.8.11cvs31
8335                 see ChangeLog 2003-04-21 and 2003-04-22
8336
8337 2003-04-21 [alfons]     0.8.11claws105
8338
8339         * src/main.c
8340                 No access to GTK structures if we're a spawned child
8341                 (and clean up code a little bit...) Should fix #126.
8342
8343 2003-04-21 [melvin]     0.8.11claws104
8344
8345         * src/plugins/dillo_viewer/README
8346                 Improved slightly the text.
8347
8348 2003-04-21 [melvin]     0.8.11claws103
8349
8350         * src/plugins/dillo_viewer/README *** NEW ***
8351                 Added a README file for the Dillo plugin
8352
8353 2003-04-20 [paul]
8354
8355         * tools/README
8356           tools/outlook2sylpheed.pl
8357                 updated and improved by Ricardo Mones Lastra
8358
8359 2003-04-18 [oliver]     0.8.11claws102
8360
8361         * src/inc.c 
8362         * src/prefs_account.h
8363                 remove Pop3SessionType (used by selective download)
8364         * src/prefs_toolbar.c
8365                 enable set Default Toolbar button
8366
8367 2003-04-18 [paul]       0.8.11claws101
8368
8369         * sync with 0.8.11cvs29
8370                 see ChangeLog 2003-04-18
8371
8372 2003-04-17 [paul]       0.8.11claws100
8373
8374         * src/prefs_common.[ch]
8375           src/summaryview.c
8376                 remove 'Open next message on deletion' option,
8377                 as the same effect can now be achieved via the
8378                 'Always open messages in summary when selected'
8379                 option.
8380
8381 2003-04-17 [paul]       0.8.11claws99
8382
8383         * sync with 0.8.11cvs28
8384                 see ChangeLog 2003-04-17
8385
8386 2003-04-17 [christoph]  0.8.11claws98
8387
8388         * ac/spamassassin.m4
8389         * src/plugins/spamassassin/libspamc.[ch]
8390         * src/plugins/spamassassin/utils.[ch]
8391                 sync libspamc with SpamAssassin project
8392
8393 2003-04-17 [christoph]  0.8.11claws97
8394
8395         * src/common/socket.h
8396         * src/gtk/sslcertwindow.h
8397                 rename old USE_SSL to USE_OPENSSL
8398
8399 2003-04-17 [paul]       0.8.11claws96
8400
8401         * src/prefs_common.h
8402                 use gulong for P_COLOR so that it compiles/runs on
8403                 64-bit systems. Patch submitted by James Noyes
8404                 <jnoyes-claws@retrogeeks.com>
8405                 
8406         * po/de.po
8407                 updated by Jens
8408
8409 2003-04-17 [paul]       0.8.11claws95
8410
8411         * sync with 0.8.11cvs27
8412                 see ChangeLog 2003-04-16
8413
8414 2003-04-15 [paul]       0.8.11claws94
8415
8416         * src/prefs_common.[ch]
8417                 rearrange to stop the window getting too long:
8418                         move Receive dialog stuff to Receive tab
8419                         move Send dialog to Send tab
8420                         remove Dialogs frame
8421                 rename 'Open messages in summary with cursor keys' to
8422                 'Always open messages in summary when selected', as its
8423                 more appropriate
8424
8425 2003-04-15 [paul]       0.8.11claws93
8426
8427         * src/prefs_common.[ch]
8428           src/summaryview.c
8429                 add new option '/Interface/Open next message on deletion'
8430
8431 2003-04-15 [paul]       0.8.11claws92
8432
8433         * src/summaryview.[ch]
8434                 add /Mark/Lock and /Mark/Unlock to the pop-up
8435                 menu. Patch submitted by Ivan Francolin Martinez
8436                 <ivanfm@users.sourceforge.net>
8437
8438 2003-04-15 [paul]       0.8.11claws91
8439
8440         * sync with 0.8.11cvs24
8441                 see ChangeLog 2003-04-15
8442
8443 2003-04-14 [jens]       0.8.11claws90
8444
8445         * updated German translation and some corrections from
8446                 Roland Bless <bless@tm.uka.de>
8447
8448 2003-04-14 [paul]       0.8.11claws89
8449
8450         * sync with 0.8.11cvs22
8451                 see ChangeLog 2003-04-14
8452
8453 2003-04-13 [paul]       0.8.11claws88
8454
8455         * src/plugins/clamav/clamav_plugin.c
8456                 fix memory leaks
8457                 clean up
8458
8459 2003-04-12 [paul]       0.8.11claws87
8460
8461         * src/plugins/clamav/clamav_plugin.c
8462                 activate enable/disable archive scanning option
8463                 
8464         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8465
8466 2003-04-12 [paul]       0.8.11claws86
8467
8468         * src/plugins/Makefile.am
8469           src/plugins/clamav/Makefile.am                ** NEW FILE **
8470           src/plugins/clamav/README                     ** NEW FILE ** 
8471           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8472           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8473                 add Clam AntiVirus plugin
8474
8475 2003-04-12 [paul]       0.8.11claws85
8476
8477         * sync with 0.8.11cvs21
8478                 see ChangeLog 2003-04-11
8479
8480 2003-04-11 [paul]       0.8.11claws84
8481
8482         * po/es.po
8483                 update Spanish translation. Submitted by Ricardo
8484                 Mones Lastra.
8485
8486 2003-04-10 [christoph]  0.8.11claws83
8487
8488         * src/mbox.c
8489                 fix typo that did not move unfiltered mails to destination
8490                 folder
8491
8492         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8493          when filtering from spool)
8494
8495 2003-04-10 [christoph]  0.8.11claws82
8496
8497         * src/imap.c
8498                 use BODY.PEEK instead of BODY in in message fetch operation
8499                 to make sure the IMAP server does not set the \Seen flag for
8500                 messages. Sylpheed does that later itself, when the message
8501                 is opened in sylpheed
8502
8503         (closes Bug 111 Claws destroys unread marks)
8504
8505 2003-04-09 [oliver]     0.8.11claws81
8506         
8507         * src/folder.c
8508                 fix crash in folder_destroy
8509         * README.claws
8510                 remove selective download
8511
8512 2003-04-09 [christoph]  0.8.11claws80
8513
8514         * src/imap.c
8515                 fix crash in imap_get_msginfo() when then fetched message
8516                 is not found
8517
8518         (closes Bug 110 Crash during mail composition)
8519
8520 2003-04-08 [christoph]  0.8.11claws79
8521
8522         * src/folder.c
8523         * src/prefs_account.c
8524                 Filter new messages that are found in an INBOX folder
8525                 when 'Filter messages on receiving' is enabled in the
8526                 Folder's AccountPrefs. This allows to use Sylpheed's
8527                 filtering engine for IMAP folders where messages are
8528                 added to the INBOX by a MTA
8529
8530 2003-04-08 [paul]       0.8.11claws78
8531
8532         * src/procmsg.h
8533                 clean up after last commit
8534
8535 2003-04-08 [paul]       0.8.11claws77
8536
8537         * sync with 0.8.11cvs20
8538                 see ChangeLog 2003-04-07 and 2003-04-08
8539
8540 2003-04-07 [christoph]  0.8.11claws76
8541
8542         * src/filtering.[ch]
8543         * src/inc.[ch]
8544         * src/mbox.c
8545         * src/procmsg.[ch]
8546                 add procmsg_msginfo_filter() to execute filtering actions
8547
8548 2003-04-06 [christoph]  0.8.11claws75
8549
8550         * src/imap.c
8551                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8552
8553 2003-04-06 [christoph]  0.8.11claws74
8554
8555         * src/common/utils.[ch]
8556                 add g_int_compare() function for slist sorting
8557
8558         * src/imap.c
8559                 fetch all MsgInfos with one command in imap_get_msginfos()
8560                 using an imap set with a list of ranges
8561
8562         * src/news.c
8563                 use new g_int_compare() function
8564
8565 2003-04-06 [thorsten]   0.8.11claws73
8566
8567         * src/mh.c
8568                 corrected implementation of mh_folder_destroy()
8569
8570 2003-04-05 [christoph]  0.8.11claws72
8571
8572         * src/account.c
8573         * src/folder.[ch]
8574         * src/folderview.c
8575         * src/imap.c
8576         * src/inc.c
8577         * src/main.c
8578         * src/mainwindow.c
8579         * src/mbox_folder.c
8580         * src/mh.c
8581         * src/mimeview.h
8582         * src/msgcache.[ch]
8583         * src/news.c
8584         * src/procmime.h
8585         * src/procmsg.[ch]
8586         * src/setup.c
8587         * src/gtk/gtkutils.c
8588                 o rename structure field names class and new to klass and
8589                   new_msgs, to allow including files in C++
8590                 o add 'extern "C"' block to some header files
8591                 o add MsgInfoList and MsgNumberList as alias for GSList for
8592                   developers to know what type of list is expected
8593
8594         * src/plugins/image_viewer/plugin.c
8595         * src/plugins/image_viewer/viewer.[ch]
8596         * src/plugins/image_viewer/viewerprefs.[ch]
8597                 rename function names to prevent conflicts
8598
8599 2003-04-05 [paul]       0.8.11claws71
8600
8601         * sync with 0.8.11cvs18
8602                 see ChangeLog 2003-04-03 and 2003-04-04
8603
8604 2003-04-02 [christoph]  0.8.11claws70
8605
8606         * src/folder.[ch]
8607         * src/imap.[ch]
8608         * src/mbox_folder.[ch]
8609         * src/mh.[ch]
8610         * src/news.[ch]
8611                 o Make all virtual folder functions private
8612                 o remove unused folder code
8613
8614         * src/common/socket.[ch]
8615         * src/summaryview.c
8616                 fix warnings
8617
8618 2003-03-30 [alfons]     0.8.11claws69
8619
8620         * src/send_message.c
8621                 remove two debug traces and see if people still report
8622                 errors
8623
8624 2003-03-30 [alfons]     0.8.11claws68
8625
8626         * src/send_message.c
8627         * src/commons/session.c
8628                 add more debug traces
8629
8630 2003-03-30 [christoph]  0.8.11claws67
8631
8632         * src/folder.c
8633                 change processing folder name from .processing to processing
8634
8635         * src/common/ssl.c
8636                 disable SSL certificate check because it causes Xlib error
8637                 when the child process want's to open an GTK window
8638
8639 2003-03-30 [christoph]  0.8.11claws66
8640
8641         * src/folder.c
8642                 don't use default folder for processing folder item because
8643                 it can be a non local folder
8644
8645         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8646
8647 2003-03-30 [alfons]     0.8.11claws65
8648
8649         * src/send_message.c
8650                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8651                 to generate bad code for 'send_send_data_progressive': When
8652                 called from 'send_send_data_finished', the 'data' pointer is
8653                 cleared just before the assignment to the dialog pointer
8654
8655 2003-03-29 [christoph]  0.8.11claws64
8656
8657         * src/common/prefs.h
8658         * src/plugins/image_viewer/Makefile.am
8659         * src/plugins/image_viewer/plugin.c
8660         * src/plugins/image_viewer/viewer.[ch]
8661         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8662                 add PrefsPage for ImageViewer
8663
8664 2003-03-28 [thorsten]   0.8.11claws63
8665
8666         * src/common/session.c
8667                 added some comments
8668
8669 2003-03-28 [paul]       0.8.11claws62
8670
8671         * sync with 0.8.11cvs16
8672                 see ChangeLog 2003-03-28
8673
8674 2003-03-28 [paul]       0.8.11claws61
8675
8676         * sync with 0.8.11cvs15
8677                 see ChangeLog 2003-03-28
8678
8679 2003-03-27 [christoph]  0.8.11claws60
8680
8681         * src/folder.c
8682         * src/imap.c
8683         * src/common/socket.[ch]
8684                 set socket state to DISCONNECTED when any operation
8685                 fails to allow reconnecting in IMAP code without
8686                 checking the return code of all calls to the command
8687                 functions
8688
8689         * src/folderview.c
8690         * src/summaryview.c
8691                 remove some more stuff that depends on specific
8692                 folder types
8693
8694 2003-03-27 [paul]       0.8.11claws59
8695
8696         * sync with 0.8.11cvs14
8697                 see ChangeLog 2003-03-27
8698                 
8699         * src/selective_download.[ch]   ** REMOVED **
8700                 really removed
8701
8702 2003-03-27 [christoph]  0.8.11claws58
8703
8704         * src/folder.c
8705                 fix handling of tmp_flags in flag copy function
8706
8707 2003-03-27 [paul]       0.8.11claws57
8708
8709         * sync with 0.8.11cvs13
8710                 see ChangeLog 2003-03-27
8711
8712 2003-03-27 [oliver]     0.8.11claws56
8713
8714         * src/maiwindow.c
8715                 remove sel_download_cb
8716
8717 2003-03-27 [oliver]     0.8.11claws55
8718         
8719         * src/inc.c
8720                 remove POP3_TOP
8721         
8722 2003-03-26 [oliver]     0.8.11claws54
8723
8724         *src/pop.h
8725                 remove POP3_TOP*
8726         * README.claws
8727                 remove selective donwload readme
8728
8729 2003-03-26 [oliver]     0.8.11claws53
8730         * src/matcher.[ch]
8731         * src/matcher_parser_parse.y 
8732         * src/pop.c 
8733         * src/prefs_account.[ch]
8734         * src/prefs_filtering.c
8735                 remove selective donwload
8736
8737 2003-03-26 [oliver]     0.8.11claws52
8738
8739         * src/inc.[ch] 
8740         * src/filtering.c 
8741         * src/mainwindow.c 
8742                 remove selective donwload
8743
8744 2003-03-26 [oliver]     0.8.11claws51
8745         
8746         * src/Makefile.am
8747         * src/selective_download.[ch]   ** REMOVE **    
8748
8749 2003-03-26 [christoph]  0.8.11claws50
8750
8751         * src/news.c
8752                 fix NEWS that got broken by a sync with sylpheed-main
8753
8754 2003-03-26 [christoph]  0.8.11claws49
8755
8756         * src/mimeview.c
8757                 fix mime type guessing when no mime type is found for a file
8758
8759 2003-03-25 [christoph]  0.8.11claws48
8760
8761         * src/mimeview.c
8762         * src/procmime.c
8763                 remove mime type guessing from mime parser and use
8764                 name based mime types in viewer lookup for mime type
8765                 application/octet-stream
8766
8767 2003-03-25 [christoph]  0.8.11claws47
8768
8769         * doc-src/readme.txt
8770         * doc-src/rfc2554.txt
8771                 add RFC about SMTP AUTH
8772
8773         * src/send_message.c
8774         * src/common/smtp.[ch]
8775                 add extra error code for authentication errors and
8776                 clear temporary password when this error occurs
8777
8778         (closes Bug 84 authentication failure while sending should
8779          prompt for password again)
8780
8781 2003-03-25 [christoph]  0.8.11claws46
8782
8783         * configure.ac
8784         * src/Makefile.am
8785         * src/imageview.[ch]                            ** REMOVE **
8786         * src/messageview.[ch]
8787         * src/mimeview.[ch]
8788         * src/prefs_common.[ch]
8789         * src/textview.c
8790         * src/plugins/Makefile.am
8791         * src/plugins/image_viewer/.cvsignore           ** NEW **
8792         * src/plugins/image_viewer/Makefile.am          ** NEW **
8793         * src/plugins/image_viewer/plugin.c             ** NEW **
8794         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8795                 move image viewer into a plugin (building is enabled by default)
8796                 [ToDo: Prefs for resize and autoview]
8797
8798 2003-03-25 [paul]       0.8.11claws45
8799
8800         * sync with 0.8.11cvs12
8801                 see ChangeLog 2003-03-26
8802
8803 2003-03-25 [paul]       0.8.11claws44
8804
8805         * sync with 0.8.11cvs11
8806                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8807                 
8808         Note: Selective Download is broken.
8809                 
8810 2003-03-22 [christoph]  0.8.11claws43
8811
8812         * src/folder.c
8813                 code cleanup for flags copying
8814
8815 2003-03-22 [christoph]  0.8.11claws42
8816
8817         * src/plugins/trayicon/trayicon.c
8818                 fix setting the transparent area when the window size
8819                 is forced by the system tray
8820
8821 2003-03-22 [christoph]  0.8.11claws41
8822
8823         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8824         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8825         * src/plugins/trayicon/newmail.xpm              ** NEW **
8826         * src/plugins/trayicon/nomail.xpm               ** NEW **
8827         * src/plugins/trayicon/trayicon.c
8828         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8829                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8830                 o add icon for unread mails
8831                 o set transparency for window
8832
8833 2003-03-22 [christoph]  0.8.11claws40
8834
8835         * src/news.c
8836                 init news session to prevent crash when session is closed
8837
8838 2003-03-22 [christoph]  0.8.11claws39
8839
8840         * src/imap.c
8841         * src/common/session.[ch]
8842                 Init session data to make sure we don't have invalid pointers
8843                 for read_ch and write_ch when new multi process sessions are
8844                 not used
8845
8846         * src/main.c
8847         * src/common/plugin.c
8848         * src/common/sylpheed.c
8849         * src/plugins/demo/demo.c
8850         * src/plugins/dillo_viewer/dillo_viewer.c
8851         * src/plugins/mathml_viewer/mathml_viewer.c
8852         * src/plugins/spamassassin/spamassassin.c
8853         * src/plugins/spamassassin/spamassassin_gtk.c
8854                 add plugin types to allow loading plugins at different times
8855                 (and maybe for different frontends), because it's not good to
8856                 load GTK-Plugins gefore gtk_init was called
8857
8858         * configure.ac
8859         * src/plugins/Makefile.am
8860         * src/plugins/trayicon/.cvsignore               ** NEW **
8861         * src/plugins/trayicon/Makefile.am              ** NEW **
8862         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8863         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8864         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8865         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8866         * src/plugins/trayicon/trayicon.c               ** NEW **
8867                 New Trayicon plugin that shows an icon in a systray that uses
8868                 XEMBED protocol like Gnome's systray. Icon shows if there
8869                 are new mails and a tooltip shows information about new,
8870                 unread and total messages.
8871
8872 2003-03-22 [paul]       0.8.11claws38
8873
8874         * src/common/smtp.c
8875                 fix ESMTP AUTH CRAM-MD5
8876                 [sync with main (still version 0.8.11cvs6), see
8877                  ChangeLog 2003-03-22]
8878
8879 2003-03-21 [colin]      0.8.11claws37
8880
8881         * src/send_message.c
8882                 Fix USE_SSL => USE_OPENSSL
8883
8884 2003-03-21 [colin]      0.8.11claws36
8885
8886         * src/folderview.c
8887                 Fix counts in drag and dropped subfolders
8888
8889 2003-03-21 [colin]      0.8.11claws35
8890
8891         * src/folder.c 
8892         * src/folderview.c
8893                 speed up a bit folder dnd
8894
8895 2003-03-20 [alfons]     0.8.11claws34
8896
8897         * src/main.c
8898         * src/toolbar.c
8899         * src/procmsg.c
8900                 don't send locked queue messages
8901                 (feature request "[ 705245 ] Locking message in outbox 
8902                  should prevent sending")
8903
8904 2003-03-20 [christoph]  0.8.11claws33
8905
8906         * src/folder.c
8907                 remove NEW and UNREAD flag in special folders when scanning
8908                 
8909         * src/common/smtp.c
8910                 fix ESMTP AUTH CRAM-MD5
8911
8912 2003-03-20 [paul]       0.8.11claws32
8913
8914         * src/prefs_account.c
8915                 Re-write 'Tunnel command to open connection' as
8916                 'Use command to communicate with server', and disable
8917                 it for all except IMAP accounts
8918
8919 2003-03-20 [paul]       0.8.11claws31
8920
8921         * sync with 0.8.11cvs6
8922                 see ChangeLog 2003-03-20
8923
8924 2003-03-19 [match]      0.8.11claws30
8925
8926         * src/addritem.[ch]
8927                 include documentation. minor refactoring.
8928         * src/addr_compl.[ch]
8929         * src/addrindex.[ch]
8930         * src/addresbook.[ch]
8931         * src/summaryview.c
8932                 re-enable address lookup (was disabled in
8933                 0.8.11claws20).
8934
8935 2003-03-19 [christoph]  0.8.11claws29
8936
8937         * src/procmsg.c
8938                 add temp flag handling, will make moving and copying
8939                 messages possible again
8940
8941         * src/folder.c
8942                 correct calulation of folder stats
8943
8944 2003-03-18 [match]      0.8.11claws28
8945
8946         * src/editgroup.h
8947                 remove case sensitive comparison (closes bug 80).
8948
8949 2003-03-18 [christoph]  0.8.11claws27
8950
8951         * src/imap.c
8952                 fix imap using a tunnel command
8953
8954         (closes bug 87)
8955
8956 2003-03-18 [christoph]  0.8.11claws26
8957
8958         * src/folder.[ch]
8959         * src/imap.c
8960         * src/procmsg.[ch]
8961                 rewrite flag handling for folders
8962
8963 2003-03-18 [christoph]  0.8.11claws25
8964
8965         * src/folder.c
8966         * src/procmsg.c
8967         * src/summaryview.c
8968                 unset NEW and UNREAD flags when message is ignored, to make
8969                 sure messages don't show up as unread on other IMAP clients,
8970                 because the IGNORE_THREAD flag can not be syncronized through
8971                 the IMAP folder
8972
8973 2003-03-17 [christoph]  0.8.11claws24
8974
8975         * src/imap.c
8976                 don't use recursion to fetch uids when the number of messages
8977                 does not match. Moved code into subfunction that is used
8978                 again when needed, to prevent an endless loop.
8979
8980 2003-03-17 [thorsten]   0.8.11claws23
8981
8982         * src/imageview.[ch]
8983                 export imageview_get_resized_size() (for plugins)
8984         * src/prefs_common.[ch]
8985                 added prefs_common_get() (for plugins)
8986
8987 2003-03-17 [christoph]  0.8.11claws22
8988
8989         * src/imap.c
8990                 o remove UID guessing from copy code
8991                 o support UIDPLUS extension for APPEND command
8992
8993 2003-03-17 [paul]       0.8.11claws21
8994
8995         * src/gtk/about.c
8996                 remove 'Compiled-plugins' section.
8997                 
8998         * src/plugins/dillo_viewer/dillo_viewer.c
8999                 slight change to description text
9000
9001 2003-03-16 [match]      0.8.11claws20
9002         * src/ldapserver.[ch]           ** NEW **
9003         * src/ldapctrl.[ch]             ** NEW **
9004         * src/ldapquery.[ch]            ** NEW **
9005         * src/ldaputil.[ch]             ** NEW **
9006         * src/addrcindex.[ch]           ** NEW **
9007         * src/addrquery.h               ** NEW **
9008         * src/addritem.[ch]
9009         * src/addrcache.[ch]
9010         * src/addrindex.[ch]
9011         * src/addr_compl.[ch]
9012         * src/addressbook.[ch]
9013         * src/addrbook.[ch]
9014         * src/editgroup.c
9015         * src/editaddress.c
9016         * src/editldap.c
9017         * src/editldap_basedn.c
9018         * src/vcard.c
9019         * src/jpilot.c
9020         * src/Makefile.am
9021                 included dynamic LDAP queries. improved address
9022                 completion.
9023
9024 2003-03-16 [paul]       0.8.11claws19
9025
9026         * tools/multiwebsearch.pl
9027                 fix a fatal typo
9028
9029 2003-03-16 [christoph]  0.8.11claws18
9030
9031         * src/mimeview.c
9032         * src/plugins/dillo_viewer/dillo_viewer.c
9033         * src/plugins/mathml_viewer/mathml_viewer.c
9034                 make unregistering of MimeViewerFactorys possible
9035
9036 2003-03-16 [alfons]     0.8.11claws17
9037
9038         * configure.ac
9039                 correct typo
9040
9041 2003-03-16 [melvin]     0.8.11claws16
9042
9043         * src/plugins/dillo_viewer.c
9044                 Fixed bug where it was not possible to view more than
9045                 one text/html attachment per message (bug discovered
9046                 by Christoph Hohmann).
9047
9048 2003-03-15 [melvin]     0.8.11claws15
9049
9050         * src/prefs_actions.c
9051                 Fixed compilation warnings.
9052
9053 2003-03-15 [melvin]     0.8.11claws14
9054
9055         * src/plugins/Makefile.am
9056         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
9057         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
9058         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
9059                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9060                 newer (http://dillo.auriga.wearlab.de/).
9061
9062 2003-03-15 [christoph]  0.8.11claws13
9063
9064         * src/imap.c
9065                 don't query imap folder for attributes because we already
9066                 for them from imap_status
9067
9068         * src/mimeview.[ch]
9069                 add support for plugable MimeViewers (unloading Viewers
9070                 not yet complete)
9071
9072         * src/plugins/Makefile.am
9073         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9074         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9075         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9076                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9077                 widget from http://helm.cs.unibo.it/mml-widget/
9078
9079 2003-03-14 [christoph]  0.8.11claws12
9080
9081         * src/folder.[ch]
9082                 o error return code's should better be negative
9083                 o replace printf with debug_print
9084
9085         * src/imap.c
9086                 improve IMAP folder scan by checking UID-NEXT
9087
9088         * src/summaryview.c
9089                 remove check that are unnecessary in my opinion
9090
9091 2003-03-13 [christoph]  0.8.11claws11
9092
9093         * src/folder.[ch]
9094         * src/foldersel.c
9095         * src/folderview.c
9096         * src/imap.c
9097         * src/mbox_folder.c
9098         * src/mh.c
9099         * src/news.c
9100         * src/prefs_scoring.c
9101         * src/summaryview.c
9102                 use a common function to get a displayable name
9103                 for a FolderItem
9104
9105 2003-03-13 [paul]       0.8.11claws10
9106
9107         * tools/Makefile.am
9108           tools/README
9109           tools/multiwebsearch.conf     ** NEW FILE **
9110           tools/multiwebsearch.pl       ** NEW FILE **
9111                 add multiwebsearch Actions script
9112
9113 2003-03-13 [colin]      0.8.11claws9
9114
9115         * src/compose.c
9116                 Remove leading emtpy lines from quoted text
9117                 before quoting it
9118
9119 2003-03-13 [melvin]     0.8.11claws8
9120
9121         * src/prefs_actions.c
9122                 Fixed a memory leak
9123                 Code clean ups
9124                 Added Cancel and OK buttons
9125                 Corrected help text
9126
9127 2003-03-13 [christoph]  0.8.11claws7
9128
9129         * src/account.c
9130         * src/folder.[ch]
9131         * src/imap.c
9132         * src/mainwindow.c
9133         * src/mbox_folder.c
9134         * src/mh.c
9135         * src/news.c
9136         * src/setup.c
9137                 replace more folder type stuff with folder class stuff
9138
9139 2003-03-13 [melvin]     0.8.11claws6
9140
9141         * src/prefs_actions.c
9142                 Added new tokens:
9143                 %u: user provided argument
9144                 %h: user provided argument (hidden on input)
9145                 %s: current text selection in the message view 
9146
9147 2003-03-13 [paul]       0.8.11claws5
9148
9149         * sync with 0.8.11cvs5
9150                 see ChangeLog 2003-03-11, 2003-03-12
9151
9152 2003-03-12 [christoph]  0.8.11claws4
9153
9154         * src/folder.c
9155                 use folder class idstr when writing folderlist.xml
9156
9157         * src/folder.h
9158         * src/imap.c
9159         * src/news.c
9160                 replace folder type checks with folder class checks
9161
9162 2003-03-12 [christoph]  0.8.11claws3
9163
9164         * src/folder.[ch]
9165         * src/imap.[ch]
9166         * src/main.c
9167         * src/mbox_folder.[ch]
9168         * src/mh.[ch]
9169         * src/news.[ch]
9170                 o create a list of known folder classes in the folder system
9171                 o use folder class id strings for folder item identifiers
9172
9173 2003-03-12 [christoph]  0.8.11claws2
9174
9175         * src/imap.c
9176                 fix imap uid validity check
9177
9178 2003-03-12 [christoph]  0.8.11claws1
9179
9180         * src/account.c
9181         * src/folder.[ch]
9182         * src/foldersel.c
9183         * src/folderview.c
9184         * src/imap.c
9185         * src/mainwindow.c
9186         * src/mbox_folder.c
9187         * src/mh.c
9188         * src/news.c
9189         * src/prefs_scoring.c
9190         * src/procmsg.c
9191         * src/setup.c
9192         * src/summaryview.c
9193                 initial restructuring of folder system, seperating
9194                 folders and folder classes
9195
9196 2003-03-12 [paul]       0.8.11claws
9197
9198         0.8.11claws release
9199
9200 2003-03-12 [christoph]
9201
9202         * src/gtk/prefswindow.c
9203                 fix translation of "Page Index"
9204
9205 2003-03-12 [paul]       0.8.10claws110
9206
9207         a sync from 0.8.11cvs4 before the release
9208
9209         * src/common/utils.c
9210                 subject_compare_for_sort(): allow null strings (fixes
9211                 summary sorting).
9212
9213 2003-03-11 [paul]       0.8.10claws109
9214
9215         * po/es.po
9216                 update Spanish translation, submitted by
9217                 Ricardo Mones Lastra
9218
9219 2003-03-11 [melvin]     0.8.10claws108
9220
9221         * po/fr.po
9222                 Updated French translations
9223
9224 2003-03-11 [paul]       0.8.10claws107
9225
9226         * manual/en/Makefile.am
9227           manual/en/*.html
9228                 update English manual, add a new page
9229                 updated by Francois Barriere <fbarriere@atmel.fr>
9230                 
9231         * po/bg.po
9232           po/it.po
9233           po/sr.po
9234                 update Bulgarian, Italian, and Serbian translations
9235                 submitted by George Danchev, Alessandro Maestri, and
9236                 Urke MMI
9237
9238 2003-03-10 [paul]       0.8.10claws106
9239
9240         * src/gtk/about.c
9241           src/gtk/prefswindow.c
9242                 make some strings translatable
9243
9244 2003-03-10 [darko]      0.8.10claws105
9245
9246         * src/compose.c
9247                 code cleanup to make Hiro happy
9248
9249 2003-03-10 [paul]       0.8.10claws104
9250
9251         * sync with 0.8.11cvs2
9252                 see ChangeLog 2003-03-10
9253
9254 2003-03-09 [melvin]     0.8.10claws103
9255
9256         * src/textview.c
9257                 textview_set_font(): fix for message display in
9258                 UTF-8 locales (thanks to Sergey Vlasov).
9259                 (was unintentionnaly reverted in 0.8.6claws6)   
9260
9261 2003-03-08 [darko]      0.8.10claws102
9262
9263         * src/compose.c
9264                 fix infinite loop in wrapping as reported
9265                 by happycactus
9266                 obsoletes patch #696482
9267
9268 2003-03-08 [christoph]  0.8.10claws101
9269
9270         * src/imap.c
9271                 add workaround for IMAP servers that do not
9272                 support the "UID SEARCH UID" command
9273
9274 2003-03-07 [christoph]  0.8.10claws100
9275
9276         * src/plugins/spamassassin/spamassassin.[ch]
9277         * src/plugins/spamassassin/spamassassin_gtk.c
9278                 code cleanup
9279
9280 2003-03-07 [paul]       0.8.10claws99
9281
9282         * po/es.po
9283                 updated Spanish translation, submitted by
9284                 Ricardo Mones Lastra
9285
9286 2003-03-07 [christoph]  0.8.10claws98
9287
9288         * src/send.c
9289                 fix in 0.8.10claws94 was wrong
9290                 local delivery does not require escaping, remove escaping
9291                 code to make signatures of mails with "." lines valid
9292                 
9293                 NOTE: requires that sendmail is executed with "-i" option,
9294                       what is the default now, but has to be changed in all
9295                       exsiting accounts)
9296
9297 2003-03-07 [paul]       0.8.10claws97
9298
9299         * sync with 0.8.11 release
9300                 see ChangeLog 2003-03-07
9301
9302 2003-03-06 [paul]       0.8.10claws96
9303
9304         * src/compose.c
9305                 revert commit 0.8.10claws92
9306
9307 2003-03-06 [paul]       0.8.10claws95
9308
9309         * src/folderview.c
9310                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9311
9312         * src/gtkaspell.c
9313                 fix bug 74, 'Crash opening editor window with pseudo-color
9314                 display'
9315                 
9316         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9317
9318 2003-03-06 [christoph]  0.8.10claws94
9319
9320         * src/send.c
9321                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9322                 all lines starting with a period get an extra period
9323                 inserted
9324                 (found by Simon 'corecode' Schubert)
9325
9326 2003-03-06 [paul]       0.8.10claws93
9327
9328         * src/folderview.c
9329                 if configured font can't be loaded fall back to gtk
9330                 default. (with thanks to Christoph)
9331                 
9332                 closes long-standing bug 15 'Crashes on startup'
9333
9334 2003-03-06 [paul]       0.8.10claws92
9335
9336         * src/compose.c
9337                 freeze text before autosave and thaw afterwards
9338                 fixes bug 67 'autosave make re-rediting message crazy'
9339
9340 2003-03-06 [christoph]  0.8.10claws91
9341
9342         * src/compose.c
9343                 ignore address comment in dupe check for Cc-list
9344
9345         (closes reopened bug 47 Replying to message strips name part of
9346          e-mail addresses of Cc: lines)
9347
9348 2003-03-06 [paul]       0.8.10claws90
9349
9350         * src/Makefile.am
9351                 remove reference to gtkxtext.h as its no longer in
9352                 the repository
9353
9354 2003-03-06 [paul]       0.8.10claws89
9355
9356         * sync with 0.8.10cvs25
9357                 see ChangeLog 2003-03-06
9358
9359 2003-03-06 [oliver]     0.8.10claws88
9360         
9361         * src/messageview.c
9362                 remove include
9363
9364 2003-03-06 [oliver]     0.8.10claws87
9365         
9366         * src/folderview.c 
9367                 remove changes introduced inclaws74
9368         * src/messageview.c
9369                 another attempt to sanely delete and update
9370                 messages deleted in separate messageview
9371
9372 2003-03-05 [christoph]  0.8.10claws86
9373
9374         * src/summaryview.c
9375                 check if "From" matches any account's address if
9376                 addressbook completion of addresses is disabled too
9377
9378         (closes Bug 70 "Display recipient in from" doesn't check
9379          folder's default account)
9380
9381 2003-03-05 [christoph]  0.8.10claws85
9382
9383         * src/compose.c
9384         * src/common/utils.[ch]
9385                 don't strip address comments when building Cc lists
9386
9387         (closes Bug 47 Replying to message strips name part of e-mail addresses
9388          of Cc: lines)
9389
9390         * src/folder.c
9391                 fix return value of copy function
9392
9393 2003-03-05 [christoph]  0.8.10claws84
9394
9395         * src/imap.c
9396                 don't ask imap server for non rfc822 headers
9397
9398         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9399
9400         * src/imap.c
9401                 destroy session on socket error to allow reconnecting
9402
9403 2003-03-05 [christoph]  0.8.10claws83
9404
9405         * configure.ac
9406                 fix building with gnome when no prefix is set
9407
9408         (closes bug 66 Gnome directory is set to NONE)
9409
9410 2003-03-05 [paul]       0.8.10claws82
9411
9412         * sync with 0.8.10cvs23
9413                 see ChangeLog 2003-03-05
9414
9415 2003-03-04 [christoph]  0.8.10claws81
9416
9417         * src/folder.c
9418                 o fix moving and copying when folder returns 0 for new
9419                   message number
9420                 o remove some code for single message copy and move
9421                   operations and use functions for multiple messages
9422
9423         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9424
9425         * src/news.c
9426                 remove unused include
9427
9428 2003-03-04 [paul]       0.8.10claws80
9429
9430         * src/gtk/about.c
9431                 list 'Compiled plugins'
9432
9433 2003-03-03 [christoph]  0.8.10claws79
9434
9435         * src/news.[ch]
9436                 have to multiply the percentage of the current fetch with
9437                 the percentage that it has of the total fetch operation
9438                 for correct values
9439
9440 2003-03-03 [christoph]  0.8.10claws78
9441
9442         * src/news.c
9443                 fix calculation of expected lines for progress indicator
9444
9445 2003-03-03 [christoph]  0.8.10claws77
9446
9447         * src/summaryview.c
9448         * src/common/utils.c
9449                 fix segfault when opening the root news folder
9450
9451 2003-03-03 [christoph]  0.8.10claws76
9452
9453         * src/mainwindow.[ch]
9454         * src/common/Makefile.am
9455         * src/common/progressindicator.[ch]
9456                 add UI independent progress indicator handling
9457
9458         * src/news.[ch]
9459                 use new progress indicator for message info fetching
9460
9461         * src/common/hooks.h
9462                 code cleanup
9463
9464 2003-03-03 [oliver]     0.8.10claws75
9465
9466         * src/toolbar.c
9467         * src/compose.c
9468                 removed commented code
9469
9470 2003-03-03 [oliver]     0.8.10claws74
9471
9472         * src/toolbar.[ch]
9473                 cleanups and refactoring
9474         * src/compose.[ch]
9475                 compose_reply_mode reply & forwarding interface for
9476                 toolbar buttons
9477         * src/folderview.c
9478                 act on messages marked for deletion in folderview_selected
9479                 based on prefs_common.immediate_exec since a message might 
9480                 have been deleted by messageview in a folder we are changing 
9481                 to (does anybody understand what I'm on about ?)
9482
9483 2003-03-03 [oliver]     0.8.10claws73
9484         
9485         * src/messageview.[ch]
9486                 new functions
9487                 - messageview_delete: delete message shown in messagview
9488                 - messageview_update_view: update messageview to currently 
9489                   selected summaryview message
9490                 - add separate messageview to msgview_list in order to update 
9491                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9492         * src/summaryview.[ch]
9493                 summary_get_selection returns a list of selected msgs
9494                 in summaryview
9495         * src/mainwindow.c
9496                 toolbar reply refactoring
9497
9498 2003-03-03 [paul]       0.8.10claws72
9499
9500         * sync with 0.8.10cvs21
9501                 see ChangeLog 2003-03-03
9502
9503 2003-03-02 [christoph]  0.8.10claws71
9504
9505         * src/common/passcrypt.c
9506                 use POSIX includes
9507
9508 2003-03-02 [christoph]  0.8.10claws70
9509
9510         * configure.ac
9511         * src/prefs_account.c
9512         * src/prefs_gtk.[ch]
9513         * src/common/.cvsignore
9514         * src/common/Makefile.am
9515         * src/common/passcrypt.c                ** NEW **
9516         * src/common/passcrypt.h.in             ** NEW **
9517                 Implement password encryption in config files
9518                 using unix encrypt and setkey functions. The crypt
9519                 key can be set as a configure parameter. Old
9520                 passwords will be converted if they do not begin
9521                 with '!'
9522
9523 2003-03-02 [paul]       0.8.10claws69
9524
9525         * src/prefs_account.c
9526                 fix compile error
9527
9528 2003-03-01 [thorsten]   0.8.10claws68
9529
9530         * po/el.po
9531           po/hr.po
9532           po/it.po
9533           po/nl.po
9534           po/sr.po
9535           po/sv.po
9536                 corrected format strings
9537         * po/en_GB.po
9538                 corrected headers
9539                 (fix compile errors with GNU gettext-0.11.5)
9540
9541 2003-03-01 [oliver]     0.8.10claws67
9542
9543         * src/summaryview.c
9544                 menu callbacks call toolbar_menu_reply
9545
9546 2003-03-01 [oliver]     0.8.10claws66
9547
9548         * src/mainwindow.c
9549         * src/messageview.c
9550                 menu callbacks call toolbar_menu_reply
9551         * src/toolbar.[ch]
9552                 callbacks from menu handled by toolbar_menu_reply
9553
9554 2003-03-01 [paul]       0.8.10claws65
9555
9556         * src/addressbook.c
9557                 revert commit 0.8.10claws54 - breaks editing of
9558                 addressbook.
9559                 
9560         * po/bg.po
9561                 update Bulgarian translation, submitted by
9562                 George Danchev
9563
9564 2003-02-28 [christoph]  0.8.10claws64
9565
9566         * src/account.c
9567         * src/addressadd.c
9568         * src/compose.c
9569         * src/gtkaspell.c
9570         * src/gtkxtext.h                ** REMOVE **
9571         * src/imap.c
9572         * src/matcher.[ch]
9573         * src/mh.c
9574         * src/news.c
9575         * src/pine.c
9576         * src/prefs_common.c
9577         * src/prefs_matcher.c
9578         * src/procheader.[ch]
9579         * src/procmsg.[ch]
9580         * src/toolbar.c
9581         * src/common/ssl_certificate.c
9582         * src/gtk/colorlabel.c
9583         * src/gtk/menu.c
9584                 o fix warnings
9585                 o remove code obsoleted by new cache and folder system rework
9586
9587 2003-02-28 [oliver]     0.8.10claws63
9588         
9589         * src/toolbar.[ch]
9590                 * fix bug where reply in Messageview replied to 
9591                 Message displayed in summaryview
9592                 (reportedd via ML by chinatinte at gmx dot ch)
9593                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9594                 didn't work in separate MessageView Toolbar
9595                 (wondering if anybody uses this at all ?)
9596         * src/summaryview.[ch]
9597                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9598                 (generalize reply and forward code);
9599         * src/messageview.c 
9600                 remove focus_in event which updated summaryview to messageview
9601
9602 2003-02-28 [paul]       0.8.10claws62
9603
9604         * po/Makefile.in.in
9605                 add the --check option
9606                 Patch submitted by Ricardo Mones Lastra
9607
9608 2003-02-28 [paul]       0.8.10claws61
9609
9610         * src/prefs_account.c
9611                 re-order 'Signature' items
9612
9613 2003-02-28 [paul]       0.8.10claws60
9614
9615         * sync with 0.8.10cvs20
9616                 see ChangeLog 2003-02-28
9617
9618 2003-02-28 [paul]       0.8.10claws59
9619
9620         * po/POTFILES.in
9621                 update to reflect recent movement of files
9622
9623 2003-02-28 [paul]       0.8.10claws58
9624
9625         * sync with 0.8.10cvs19
9626                 see ChangeLog 2003-02-28
9627
9628 2003-02-27 [martin]     0.8.10claws57
9629
9630         * src/prefs_matcher.c 
9631                 fix segfault in prefs_matcher_ok() when the
9632                 last entry is deleted and prevents that the
9633                 message "entry not saved" comes up after deleting
9634                 an entry
9635
9636 2003-02-27 [martin]     0.8.10claws56
9637
9638         * src/prefs_filtering.c 
9639                 fix segfault in prefs_filtering_ok() when the
9640                 last entry is deleted and prevents that the
9641                 message "entry not saved" comes up after deleting
9642                 an entry
9643
9644 2003-02-27 [paul]       0.8.10claws55
9645
9646         * sync with 0.8.10cvs18
9647                 see ChangeLog 2003-02-27
9648
9649 2003-02-27 [paul]       0.8.10claws54
9650
9651         * src/addressbook.c
9652                 fix bug where the address book crashes with 
9653                 multiple lookups.
9654                 Patch [687729] submitted by David Frager 
9655                 <dbfrager@users.sourceforge.net>
9656
9657 2003-02-25 [christoph]  0.8.10claws53
9658
9659         * src/Makefile.am
9660         * src/colorlabel.[ch]           ** REMOVE **
9661         * src/gtk/Makefile.am
9662         * src/gtk/colorlabel.[ch]       ** NEW **
9663                 move colorlabel files to gtk directory
9664
9665         * src/esmtp.[ch]                ** REMOVE **
9666                 has been merged into smtp.[ch] in 0.7.5
9667
9668 2003-02-25 [christoph]  0.8.10claws52
9669
9670         * src/Makefile.am
9671         * src/about.[ch]                ** REMOVE **
9672         * src/gtk/Makefile.am
9673         * src/gtk/about.[ch]            ** NEW **
9674                 move about files to gtk directory
9675
9676 2003-02-25 [christoph]  0.8.10claws51
9677
9678         * src/folder.c
9679                 some code optimization of folder scanning code
9680
9681         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9682
9683 2003-02-25 [christoph]  0.8.10claws50
9684
9685         * src/main.c
9686         * src/common/sylpheed.c
9687                 add command line parameter parsing to common code
9688
9689 2003-02-24 [christoph]
9690
9691         * Makefile.am
9692         * configure.ac
9693                 fix gnome prefix problems, the configure script now removed
9694                 `gnome-config --prefix` from `gnome-config --datadir`
9695                 and adds $(prefix} instead
9696
9697         (closes Bug 24 Makefile does not respect prefix when installing
9698          GNOME data)
9699
9700 2003-02-24 [christoph]  0.8.10claws49
9701
9702         * src/news.c
9703                 check for valid session before trying to authenticate
9704
9705         (closes Bug 60 crash if "authenticate on logon" is activated
9706          and newsserver-hostname is not valid)
9707
9708 2003-02-24 [melvin]     0.8.10claws48
9709
9710         * src/prefs_actions.c
9711                 Make sure all user's input is sent to the action and then
9712                 close the socket..
9713
9714 2003-02-23 [alfons]     0.8.10claws46
9715
9716         * src/summaryview.c
9717                 also wait cursor when deleting files
9718
9719 2003-02-23 [paul]
9720
9721         * tools/freshmeat_search.pl
9722           tools/google_search.pl
9723                 scripts should now work for any browser/browser command line
9724
9725 2003-02-22 [christoph]  0.8.10claws45
9726
9727         * src/procmsg.c
9728                 fix IMAP flag setting, IMAP flag is not handled correctly
9729                 anymore by the folder system and information about the
9730                 folder should not be saved in the MsgInfo (in my opinion)
9731
9732         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9733
9734 2003-02-22 [christoph]  0.8.10claws44
9735
9736         * src/summaryview.c
9737                 fix spelling of "label" ;-)
9738
9739 2003-02-22 [thorsten]   0.8.10claws43
9740
9741         * src/mimeview.c
9742           src/prefs_common.[ch]
9743           src/procmime.[ch]
9744                 do not use description as attachment name
9745
9746 2003-02-22 [alfons]     0.8.10claws42
9747
9748         * src/summaryview.c
9749                 freeze/thaw folder item updates when changing color labels,
9750                 and put a wait cursors on
9751
9752 2003-02-22 [thorsten]   0.8.10claws41
9753
9754         * src/mimeview.c
9755                 save-all fixes: crash if invoked on multipart container,
9756                 mimeinfo access, pathseparators, error dialog
9757
9758 2003-02-21 [alfons]     0.8.10claws40
9759
9760         * src/prefs_gtk.c
9761                 remove unused var
9762
9763 2003-02-21 [colin]      0.8.10claws39
9764
9765         * src/send.c
9766                 Fix smtp logging
9767
9768 2003-02-21 [colin]      0.8.10claws38
9769
9770         * src/summaryview.c
9771                 Freeze/thaw folderItem updates when filtering messages 
9772                 via Tools/Filter messages
9773
9774 2003-02-21 [paul]       0.8.10claws37
9775
9776         * src/compose.c
9777                 revert commit 0.8.10claws26, there are ulterior motives
9778                 for users to set a Reply-To header when posting to
9779                 newsgroups
9780
9781 2003-02-21 [paul]       0.8.10claws36
9782
9783         * sync with 0.8.10cvs17
9784                 see ChangeLog 2003-02-21
9785
9786 2003-02-20 [christoph]  0.8.10claws35
9787
9788         * src/imap.c
9789                 IMAP UID fetch speedup using SEARCH
9790
9791         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9792
9793         * src/imap.c
9794                 fix problem with UIDs in IMAP UID cache that no longer existed
9795
9796 2003-02-20 [christoph]  0.8.10claws34
9797
9798         * src/imap.c
9799         * src/procheader.c
9800         * src/procheader.h
9801                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9802
9803         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9804
9805         * src/imap.c
9806                 Rewrite imap_cmd_gen_recv use sock_getline instead
9807                 of sock_gets to avoid problems with too long reply
9808                 lines
9809     
9810 2003-02-20 [colin]      0.8.10claws33
9811         
9812         * src/prefs_account.c
9813                 Better wording
9814
9815 2003-02-20 [colin]      0.8.10claws32
9816
9817         * src/compose.c
9818                 Remove useless '&& !to_sender' 
9819
9820 2003-02-20 [darko]
9821
9822         * AUTHORS
9823                 change my e-mail address
9824
9825 2003-02-19 [colin]      0.8.10claws31
9826
9827         * src/prefs_common.c
9828                 X11 style colors for every configurable color
9829
9830 2003-02-19 [alfons]     0.8.10claws30
9831
9832         * src/prefs_gtk.[ch]
9833         * src/prefs_common.c
9834                 for color_new accept both plain integers and X11 style color
9835                 names (as found in /usr/lib/X11/rgb.txt)
9836
9837 2003-02-19 [paul]       0.8.10claws29
9838
9839         * src/mainwindow.c
9840                 add tooltips to online/offline button and account selector
9841                 button
9842
9843 2003-02-19 [paul]       0.8.10claws28
9844
9845         * src/folder.c
9846           src/news.c
9847           src/prefs_account.[ch]
9848           src/prefs_common.[ch]
9849                 move 'Maximum number of articles to download' to
9850                 account prefs.
9851                 clean up account prefs gui a little by hiding entries
9852                 rather then greying out entries
9853
9854 2003-02-19 [hiro]       0.8.10claws27
9855
9856         * src/common/utils.c
9857                 fix bug #54 'yesterdays date is displayed in the message 
9858                 summary window'
9859
9860 2003-02-19 [paul]       0.8.10claws26
9861
9862         * src/compose.c
9863                 fix bug reported in Feature Request [688596] 
9864                 'Reply-to header in news'
9865
9866 2003-02-18 [paul]       0.8.10claws25
9867
9868         * src/select-keys.c
9869                 add a 'List all keys' button to key selection dialog
9870
9871 2003-02-18 [colin]      0.8.10claws24
9872         
9873         * src/stock_pixmap.c
9874                 fix compile error
9875
9876 2003-02-18 [colin]      0.8.10claws23
9877
9878         * src/common/smtp.[ch]
9879           src/prefs_account.c
9880                 Try to starttls if it seems to be the only
9881                 way to authenticate a user
9882
9883 2003-02-18 [paul]       0.8.10claws22
9884
9885         * src/Makefile.am
9886           src/folderview.c
9887           src/stock_pixmap.[ch]
9888           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9889           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9890                 as a Drafts folder is a special folder allow it to have
9891                 its own unique icons
9892
9893 2003-02-18 [colin]      0.8.10claws21
9894
9895         * src/imap.c
9896                 Fix port selection when using starttls
9897
9898 2003-02-18 [paul]       0.8.10claws20
9899
9900         * src/mainwindow.c
9901           src/prefs_common.[ch]
9902                 make blue the default new mail colour
9903
9904 2003-02-18 [paul]       0.8.10claws19
9905
9906         * sync with 0.8.10cvs14
9907                 see ChangeLog 2003-02-18
9908
9909 2003-02-17 [jens]       0.8.10claws18
9910
9911         * src/common/md5.c
9912                 fixed a compile problem with gcc 3.3
9913                 works on 2.95.3 too (testet on PPC as it is big endian)
9914
9915 2003-02-17 [paul]       0.8.10claws17
9916
9917         * sync with 0.8.10cvs13
9918                 see ChangeLog 2003-02-17
9919
9920 2003-02-17 [paul]       0.8.10claws16
9921
9922         * sync with 0.8.10cvs12
9923                 see ChangeLog 2003-02-17
9924
9925 2003-02-16 [match]      0.8.10claws15
9926
9927         * src/addressbook.c
9928                 Eliminates reloading of address data when items
9929                 deleted or added. Applied submitted by
9930                 Luke Plant <lukeplant@softhome.net>
9931
9932 2003-02-16 [paul]       0.8.10claws14
9933
9934         * src/news.c
9935                 when a 'protocol error' is encountered disconnect from
9936                 the server. This means that the user can carry on viewing
9937                 other articles and doesn't have to either wait until the
9938                 server timesout or quit sylpheed.
9939                 Fixes bug #53 'Unable to read messages in newsgroups, 
9940                 displayed message doesn't change'
9941
9942 2003-02-15 [christoph]  0.8.10claws13
9943
9944         * src/imap.c
9945                 fix bug that stopped scanning of folders when an
9946                 IMAP folder was empty
9947
9948         (closes bug 46 stop scan messages in folders after empty folder)
9949
9950 2003-02-15 [paul]
9951
9952         * tools/Makefile.am
9953           tools/README
9954           tools/freshmeat_search.pl     ** NEW FILE **
9955           tools/google_search.pl        ** NEW FILE **
9956                 Add 2 Actions scripts which search freshmeat/google
9957                 for the selected text using the browser configured
9958                 in sylpheedrc.
9959                 
9960         Note: These scripts are very dependent on the format of the
9961         browser command and may not work on every occasion. Testing
9962         is welcome. 
9963
9964 2003-02-14 [alfons]     0.8.10claws12
9965
9966         * src/compose.c
9967                 fix breakage because of uninitialized account pointer.
9968                 please verify.
9969
9970 2003-02-14 [paul]       0.8.10claws11
9971
9972         * src/compose.c
9973           src/prefs_account.[ch]
9974           src/prefs_common.[ch]
9975                 move signature settings to Account Prefs
9976
9977 2003-02-14 [paul]       0.8.10claws10
9978
9979         * sync with 0.8.10cvs11
9980                 see ChangeLog 2003-02-14
9981
9982 2003-02-13 [thorsten]   0.8.10claws9
9983
9984         * src/news.c
9985                 revert news progressbar (GUI separation)
9986
9987 2003-02-13 [paul]       0.8.10claws8
9988
9989         * src/compose.c
9990                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9991                 paragraph 1
9992
9993 2003-02-13 [paul]       0.8.10claws7
9994
9995         * src/compose.[ch]
9996           src/summaryview.c
9997                 fix 'Follow-up and Reply-to' so that it creates a reply to
9998                 the newsgroup and the sender. If the message has the keyword
9999                 'poster' in the Followup-To header, all replies go to the
10000                 sender, re: RFC 1036, Section 2.2.3
10001                 rename all instances of 'ignore_replyto' to 'to_sender', both
10002                 were previously used, now we use just one.
10003
10004 2003-02-13 [paul]       0.8.10claws6
10005
10006         * sync with 0.8.10cvs9
10007                 see ChangeLog 2003-02-13
10008
10009 2003-02-13 [paul]       0.8.10claws5
10010
10011         * configure.ac
10012                 show which plugins are configured in the configure
10013                 output.
10014
10015 2003-02-12 [thorsten]   0.8.10claws4
10016
10017         * src/news.c
10018                 show progress while fetching news headers
10019
10020 2003-02-12 [christoph]  0.8.10claws3
10021
10022         * configure.ac
10023         * src/plugins/Makefile.am
10024                 use AM_CONDITIONAL to enable plugins, automake correctly
10025                 manages this when creating distdir
10026
10027 2003-02-12 [christoph]  0.8.10claws2
10028
10029         * ac/spamassassin.m4
10030         * src/plugins/spamassassin/Makefile.am
10031                 fix building SpamAssassin plugin without OpenSSL
10032
10033 2003-02-12 [paul]       0.8.10claws1
10034
10035         * ac/Makefile.am
10036           src/Makefile.am
10037           src/plugins/Makefile.am
10038                 fix failure of 'make release'
10039
10040 2003-02-12 [paul]       0.8.10claws
10041
10042         * 0.8.10claws released
10043
10044 2003-02-12 [paul]       0.8.9claws56
10045
10046         * po/bg.po
10047           po/es.po
10048           po/it.po
10049           po/ru.po
10050           po/sr.po
10051                 updated translations by George Danchev, Ricardo Mones Lastra,
10052                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
10053                 
10054         * sylpheed.spec.in
10055                 Allow the building of RPMs by a regular user. Submitted
10056                 by Sergei Astanin
10057
10058 2003-02-11 [alfons]     0.8.9claws55
10059
10060         * src/colorlabel.c
10061                 don't use pixmaps for label color rect but draw rectangles
10062                 so we can respect the color map of palette based visuals
10063                 (fixes the long time crashes on Suns - thanks to Andreas
10064                 Engel and Steve O'Hara-Smith for testing)
10065
10066 2003-02-11 [christoph]  0.8.9claws54
10067
10068         * src/matcher_parser_parse.y
10069                 correct bug where filering rules of not existing folders in
10070                 matcherrc were added to global filtering
10071                 
10072         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10073          main filter-rules after removing directory, http://bugs.debian.org/180253)
10074         
10075 2003-02-11 [paul]       0.8.9claws53
10076
10077         * sync with 0.8.10cvs7
10078                 see ChangeLog 2003-02-09
10079
10080 2003-02-11 [melvin]     0.8.9claws52
10081
10082         * po/fr.po
10083                 Updated French tranlsations
10084
10085 2003-02-10 [paul]       0.8.9claws51
10086
10087         * sylpheed.spec.in
10088                 correct --enable-openssl
10089                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10090
10091 2003-02-09 [martin]     0.8.9claws50
10092
10093         * src/prefs_matcher.c
10094                 fix segfault in prefs_matcher_substitute_cb() when
10095                 no row is selected
10096
10097 2003-02-09 [paul]       0.8.9claws49
10098
10099         * src/folderview.c
10100                 fix bug where a newsgroup folder's processing rules were
10101                 merged with the global filtering rules when the newsgroup
10102                 folder was deleted, causing some seriously bad results,
10103                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10104
10105 2003-02-08 [melvin]     0.8.9claws48
10106
10107         * src/compose.c
10108                 Corrected and modified an alert message.
10109
10110 2003-02-07 [paul]       0.8.9claws47
10111
10112         * src/folderview.c
10113                 fix bug where both an 'Account properties' window and a
10114                 'Folder properties' window were opened when clicking on
10115                 'Properties' in an NNTP or IMAP folder's popup menu.
10116
10117 2003-02-07 [paul]       0.8.9claws46
10118
10119         * sync with 0.8.10cvs6
10120                 see ChangeLog 2003-02-06
10121
10122 2003-02-06 [christoph]  0.8.9claws45
10123
10124         * src/mbox.c
10125                 freeze folder updates while importing mbox files
10126                 (closes bug 43 importing mbox took hours)
10127                 
10128         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10129
10130 2003-02-06 [thorsten]   0.8.9claws44
10131
10132         * po/de.po
10133                 Updated german translations
10134
10135 2003-02-06 [thorsten]   0.8.9claws43
10136
10137         * src/news.h
10138                 use guint for message numbers (fix count in grouplist dialog)
10139
10140 2003-02-05 [paul]       0.8.9claws42
10141
10142         * sync with 0.8.10cvs2
10143                 see ChangeLog 2003-02-05
10144
10145 2003-02-04 [colin]      0.8.9claws41
10146
10147         * src/prefs_common.[ch]
10148           src/procmsg.c
10149           src/summaryview.c
10150                 Add an option to disable threading by subject
10151
10152 2003-02-04 [christoph]  0.8.9claws40
10153
10154         * src/inc.c
10155                 only abort fetching mails from multiple accounts when the
10156                 error is fatal and does not allow to check any more accounts
10157                 (currently only disk full error)
10158
10159         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10160          receive mails for other accouts)
10161
10162 2003-02-04 [christoph]  0.8.9claws39
10163
10164         * src/folder.c
10165                 first add the new message to the cache, then
10166                 send the update notification
10167
10168         (closes bug 39 after sending message folderview doesnt get updated)
10169
10170 2003-02-04 [colin]      0.8.9claws38
10171
10172         * src/inc.c
10173                 _really_ fix this Connecting... status
10174
10175 2003-02-04 [paul]       0.8.9claws37
10176
10177         * sync with 0.8.10
10178                 see ChangeLog 2003-02-04
10179
10180 2003-02-04 [paul]       0.8.9claws36
10181
10182         * sync with 0.8.9cvs6
10183                 see ChangeLog 2003-02-03
10184
10185 2003-02-04 [paul]       0.8.9claws35
10186
10187         * po/pt_BR.po
10188                 updated by André Filipe de Assunção e Brito 
10189                 <bedecko@netsite.com.br>
10190
10191 2003-02-03 [thorsten]   0.8.9claws34
10192
10193         * po/de.po
10194                 Updated german translations
10195
10196 2003-02-02 [paul]       0.8.9claws33
10197
10198         * po/es.po
10199                 updated by Ricardo Mones Lastra
10200
10201 2003-02-02 [thorsten]   0.8.9claws32
10202
10203         * src/mh.c
10204                 Fix mh_get_msginfo() segfault if file is inaccessible
10205
10206 2003-01-31 [colin]      0.8.9claws31
10207
10208         * src/procheader.c
10209                 Fix last commit's bug
10210
10211 2003-01-31 [colin]      0.8.9claws30
10212
10213         * src/procheader.c
10214                 Missing a change for gpg-signed messages
10215
10216 2003-01-31 [paul]       0.8.9claws29
10217
10218         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10219           src/procheader.c
10220           src/stock_pixmap.[ch]
10221           src/summaryview.c
10222                 indicate GnuPG signed messages by displaying an icon
10223                 in the Attachment column.
10224
10225 2003-01-31 [paul]       0.8.9claws28
10226
10227         * sync with 0.8.9cvs4
10228                 see ChangeLog 2003-01-31
10229
10230 2003-01-31 [alfons]     0.8.9claws27
10231
10232         * src/textview.c
10233                 tune URI parser to accept mailto URLs with a '?'
10234                 (patch from Ruslan Balkin)
10235
10236 2003-01-31 [colin]      0.8.9claws26
10237
10238         * src/summaryview.c
10239                 Fix a leak introduced in claws24
10240
10241 2003-01-31 [colin]      0.8.9claws25
10242
10243         * src/summaryview.c
10244                 Freeze/Thaw folder updates when deleting dups
10245
10246 2003-01-31 [colin]      0.8.9claws24
10247         
10248         * src/addr_compl.c
10249           src/summaryview.c
10250           src/msgcache.c
10251                 little speed improvements
10252
10253 2003-01-31 [colin]      0.8.9claws23
10254
10255         * src/summaryview.c
10256                 Fix segfault when forwarding nothing
10257                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10258                 
10259 2003-01-30 [paul]       0.8.9claws22
10260
10261         * sync with 0.8.9cvs3
10262                 see ChangeLog 2003-01-30
10263
10264 2003-01-30 [paul]       0.8.9claws21
10265
10266         * sync with 0.8.9cvs2
10267                 see ChangeLog 2003-01-30
10268
10269 2003-01-29 [paul]       0.8.9claws20
10270
10271         * sync with 0.8.9cvs1
10272                 see ChangeLog 2003-01-29
10273
10274 2003-01-28 [paul]       0.8.9claws19
10275
10276         * po/POTFILES.in
10277                 update to reflect changes. 
10278                 thanks to Ricardo Mones Lastra
10279
10280 2003-01-27 [christoph]  0.8.9claws18
10281
10282         * ac/openssl.m4
10283         * ac/spamassassin.m4
10284         * src/plugins/spamassassin/README
10285         * src/plugins/spamassassin/libspamc.[ch]
10286         * src/plugins/spamassassin/utils.[ch]
10287                 updated to latest libspamc
10288
10289 2003-01-27 [christoph]  0.8.9claws17
10290
10291         * src/folder.c
10292                 fix wrong use of procheader_get_header_fields
10293
10294 2003-01-27 [christoph]  0.8.9claws16
10295
10296         * src/news.c
10297         * src/prefs_account.[ch]
10298         * src/common/nntp.[ch]
10299                 allow to force authentication for NNTP servers
10300
10301         Patch submitted by Florian Mickler <dmk@d-labs.de>
10302
10303 2003-01-26 [paul]       0.8.9claws15
10304
10305         * src/summaryview.c
10306                 speed up of marking messages as read
10307                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10308
10309 2003-01-26 [christoph]  0.8.9claws14
10310
10311         * src/Makefile.am
10312         * src/mgutils.[ch]              ** REMOVE **
10313         * src/xml.[ch]                  ** REMOVE **
10314         * src/xmlprops.[ch]             ** REMOVE **
10315         * src/common/Makefile.am
10316         * src/common/mgutils.[ch]       ** NEW **
10317         * src/common/xml.[ch]           ** NEW **
10318         * src/common/xmlprops.[ch]      ** NEW **
10319                 move xml files to common directory
10320
10321 2003-01-26 [christoph]  0.8.9claws13
10322
10323         * src/plugins/spamassassin/spamassassin_gtk.c
10324                 only set gtk entry text if string is available
10325
10326 2003-01-26 [melvin]     0.8.9claws12
10327
10328         * src/description_window.c
10329                 Allow resizing of the window
10330                 Allow automatic horizontal scroll bar
10331                 Do not vertically expand and fill
10332
10333 2003-01-26 [christoph]  0.8.9claws11
10334
10335         * src/Makefile.am
10336         * src/gtkutils.[ch]             ** REMOVE **
10337         * src/common/sylpheed.c
10338         * src/gtk/Makefile.am
10339         * src/gtk/description_window.c
10340         * src/gtk/gtkutils.[ch]         ** NEW **
10341         * src/gtk/prefswindow.c
10342                 move gtkutils to gtk directory
10343
10344 2003-01-26 [paul]       0.8.9claws10
10345
10346         * src/summaryview.c
10347                 rename summary_unread_clicked() to summary_status_clicked()
10348
10349 2003-01-26 [melvin]     0.8.9claws9
10350
10351         * src/prefs_actions.c
10352                 Cosmetical changes to the help text
10353
10354 2003-01-26 [paul]       0.8.9claws8
10355
10356         * src/folder.[ch]
10357           src/mainwindow.c
10358           src/prefs_common.c
10359           src/prefs_sumamry_column.c
10360           summaryview.[ch]
10361                 rename the 'Unread' column to 'Status'
10362
10363 2003-01-25 [match]      0.8.9claws7
10364
10365         * src/mgutils.[ch]
10366                 removed reference to LDAP constants. removed error2string.
10367                 included functions to support LDAP dynamic queries.
10368         * src/syldap.h
10369                 moved LDAP constants here.
10370         * src/addressbook.c
10371         * src/addrindex.c
10372         * src/importldif.c
10373                 removed references to LDAP constants and references to
10374                 error2string.
10375
10376 2003-01-25 [paul]       0.8.9claws6
10377
10378         * src/summaryview.c
10379                 summary_thread_build(), summary_thread_init(): remove 
10380                 unneeded reference to summaryview->folder_item
10381
10382 2003-01-25 [christoph]  0.8.9claws5
10383
10384         * src/gtk/description_window.c
10385                 o allow description texts to expand over multiple columns
10386                 o translate all columns
10387         * src/prefs_actions.c
10388                 change syntax description to use new multi column feature
10389
10390         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10391
10392 2003-01-25 [match]      0.8.9claws4
10393
10394         * src/vcard.c
10395                 fixed bug with Quoted-Printable
10396
10397 2003-01-25 [paul]       0.8.9claws3
10398
10399         * src/folder.[ch]
10400           src/summaryview.[ch]
10401                 implement per-folder collapsed/expanded threads setting
10402                 
10403         * src/prefs_common.c
10404                 remove global collapsed/expanded threads option
10405
10406 2003-01-25 [christoph]  0.8.9claws2
10407
10408         * po/POTFILES.in
10409                 add pluginwindow and prefswindow
10410         * src/compose.c
10411                 make send respond correctly to messages that could be added
10412                 to the queue folder, but the UID of the message is unknown
10413         * src/folder.c
10414         * src/imap.c
10415                 don't return guessed UIDs in imap_add_msg anymore. We return
10416                 0 to tell the folder system it was appened but the UID is
10417                 unknown. Folder system now get's the UID by scaning the folder
10418                 and searching the cache for the Message-ID
10419                 (closes bug #29 Messages queued, but not sent)
10420
10421 2003-01-25 [paul]       0.8.9claws1
10422
10423         * src/codeconv.c
10424                 conv_encode_header():  fix bug when long headers with 8-bit
10425                 characters are used, so that the encoded words are wrapped.
10426                 If the space in the original text falls on the wrap boundary,
10427                 it can be lost.
10428                 Patch by Sergey Vlasov.
10429                 
10430         * src/folderview.c
10431                  fix bug where a change to the sorting method or thread view
10432                  of a folder's messages is lost if simpify-subject is set and
10433                  toggled on or off.
10434                  Patch by Luke Plant.
10435
10436 2003-01-24 [paul]       0.8.9claws
10437
10438         * sylpheed-0.8.9claws released
10439         
10440         * Makefile.am
10441           sylpheed.spec.in
10442                 remove reference to 'INSTALL.jp'
10443
10444 2003-01-23 [paul]       0.8.8claws128
10445
10446         * po/es.po
10447           po/it.po
10448           po/ru.po
10449           po/sr.po
10450                 updated translations. submitted by Ricardo Mones Lastra,
10451                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10452
10453 2003-01-23 [colin]      0.8.8claws127
10454
10455         * src/compose.c
10456                 Fix drafted and queued news articles re-edition
10457
10458 2003-01-23 [melvin]     0.8.8claws126
10459
10460         * po/fr.po
10461                 Updated French translations
10462
10463 2003-01-23 [colin]      0.8.8claws125
10464
10465         * src/inc.c
10466                 Fix "Connecting to..." status message
10467
10468 2003-01-22 [paul]       0.8.8claws124
10469
10470         * po/bg.po
10471                 updated by George Danchev
10472                 
10473         * src/folder.c
10474                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10475                 and folder deletion
10476
10477 2003-01-21 [paul]       0.8.8claws123
10478
10479         * po/bg.po
10480                 updated by George Danchev
10481                 
10482         * src/about.c
10483                 its now 2003
10484                 
10485         * src/toolbar.c
10486                 don't translate 'Separator'
10487                 
10488         * src/plugins/spamassassin/Makefile.am
10489                 add aspell to CPPFLAGS
10490                 
10491         * src/plugins/spamassassin/spamassassin.c
10492           src/plugins/spamassassin/spamassassin_gtk.c
10493                 set correct default for spamassassin_receive_spam
10494                 slightly re-word descriptions and some
10495                 other minor changes
10496
10497 2003-01-19 [alfons]     0.8.8claws122
10498                 
10499         * src/mimeview.c
10500                 mimeview_save_as(): we might as well show the file name for
10501                 the single case "Save As" too
10502
10503 2003-01-19 [alfons]     0.8.8claws121
10504
10505         * src/crash.c
10506                 change bug tracker URL to bugzilla URL
10507
10508 2003-01-19 [alfons]     0.8.8claws120
10509
10510         * src/mimeview.c
10511                 mimeview_save_all(): display name of file before overwriting;
10512                 continue saving all, even when one overwrite was cancelled
10513
10514 2003-01-19 [christoph]  0.8.8claws119
10515
10516         * src/summaryview.c
10517         * src/procmsg.[ch]
10518                 fix wrong usage of procmsg_find_children in summaryview
10519                 by using procmsg_update_unread_children instead of
10520                 summaryview_update_unread_children
10521
10522 2003-01-19 [christoph]  0.8.8claws118
10523
10524         * src/procmsg.c
10525                 fix infinite loop in procmsg_find_children
10526                  (closes bug #25 sylpheed crashes on delete.)
10527
10528         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10529
10530 2003-01-19 [paul]       0.8.8claws117
10531
10532         * po/pt_BR.po
10533                 updated by Ivan Francolin Martinez
10534
10535 2003-01-18 [melvin]     0.8.8claws116
10536
10537         * src/prefs_actions.c
10538                 Removed syntax limitation of only one '&' at the end of command.
10539                         Now actions that contain '>/dev/null 2>&1' are possible.
10540
10541 2003-01-18 [melvin]     0.8.8claws115
10542
10543         * src/prefs_actions.c
10544                 Actions IO dialog: when the action ends
10545                 the "Close" button now has focus and [Escape] closes the
10546                 window.
10547
10548 2003-01-18 [christoph]  0.8.8claws114
10549
10550         * src/procmsg.c
10551                 o add debug output when MsgInfos are really freed
10552                 o free GSLists in procmsg_find_children and
10553                   procmsg_update_unread_children
10554
10555 2003-01-18 [christoph]  0.8.8claws113
10556
10557         * src/mainwindow.c
10558                 reorder Configuration menu
10559
10560 2003-01-18 [christoph]  0.8.8claws112
10561
10562         * src/compose.c
10563                 fix applying templates to forwarded messages
10564
10565         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10566
10567 2003-01-17 [christoph]  0.8.8claws111
10568
10569         * src/folder.c
10570                 destroy folder items, when a folder item is removed
10571
10572 2003-01-17 [christoph]  0.8.8claws110
10573
10574         * src/folder.c
10575                 fix wrong folder stats update when ignored message is
10576                 deleted
10577
10578 2003-01-17 [colin]      0.8.8claws109
10579         
10580         * src/mainwindow.c
10581         * src/summaryview.c
10582                 Quicksearch bugfixes: 
10583                 - hide help button at startup if not extended
10584                 - switch to extended when looking for replies
10585
10586 2003-01-17 [paul]
10587
10588         * sync with 0.8.9 release
10589
10590 2003-01-17 [paul]       0.8.8claws108
10591
10592         * sync with 0.8.8cvs11
10593                 see ChangeLog 2003-01-17
10594
10595 2003-01-16 [colin]      0.8.8claws107
10596
10597         * src/procmsg.c
10598                 Changed encryption test to re-ask passphrase
10599                 if an encrypted message hasn't been decrypted
10600                 Fixes bug #5
10601
10602 2003-01-16 [christoph]  0.8.8claws106
10603
10604         * src/prefs_gtk.c
10605         * src/prefs_toolbar.c
10606         * src/gtk/prefswindow.h
10607         * src/plugins/spamassassin/spamassassin_gtk.c
10608                 remove page destroy function that is not used anymore
10609
10610 2003-01-16 [paul]       0.8.8claws105
10611
10612         * sync with 0.8.8cvs9
10613                 see ChangeLog 2002-01-16
10614
10615 2003-01-16 [colin]      0.8.8claws104
10616
10617         * src/compose.[ch]
10618                 Fix bug with autosaved drafts for IMAP, when draft
10619                 folder is specified - fixes bugzilla bug #20
10620
10621 2003-01-15 [paul]       0.8.8claws103
10622
10623         * src/compose.[ch]
10624           src/procmsg.c
10625                 store folder and message-id of message forwarding
10626                 in queue header and set forward flag after sending
10627
10628 2003-01-15 [paul]       0.8.8claws102
10629
10630         * sync with 0.8.8cvs8
10631                 see ChangeLog 2002-01-15
10632
10633 2003-01-15 [colin]      0.8.8claws101
10634
10635         * src/Makefile.am
10636                 Fix linking with GNU libiconv
10637
10638 2003-01-15 [darko]      0.8.8claws100
10639
10640         * src/pine.c
10641                 fix crash when importing pine address book
10642                 entry with an empty name (reported by DY
10643                 <dybulk at tri8.net>)
10644
10645 2003-01-14 [paul]       0.8.8claws99
10646
10647         * configure.in  ** REMOVED **
10648           configure.ac  ** NEW FILE **
10649                 rename configure.in to configure.ac, as it is now
10650                 preferred
10651
10652 2003-01-14 [melvin]     0.8.8claws98
10653
10654         * src/folderview.c
10655                 folderview_check_new(): More precise function description
10656
10657 2003-01-14 [melvin]     0.8.8claws97
10658
10659         * src/folderview.c
10660                 folderview_check_new(): return the number of new messages 
10661                         since last check.
10662         * src/inc.c
10663                 inc_account_mail(): Disable counting of new messages for IMAP
10664                         and NNTP until bug [19] and [14] are fixed.
10665
10666 2003-01-14 [paul]       0.8.8claws96
10667
10668         * sync with 0.8.8cvs6
10669                 see ChangeLog 2003-01-14
10670
10671 2003-01-13 [alfons]     0.8.8claws95
10672
10673         * src/textview.c
10674                 tune email address validation (c. 0.8.8claws89): if . is 
10675                 just one char away from @, the address is invalid too 
10676                 (correctly rejects addresses like foo@.com)
10677
10678 2003-01-13 [paul]       0.8.8claws94
10679
10680         * src/messageview.c
10681           src/toolbar.c
10682                 fixes to the Message View toolbar and menu:
10683                 fix non-functioning Forward button
10684                 make Reply button consider default_reply_list
10685                 remove 'Follow-up...' menu entry
10686                 add 'Forward' and 'Redirect' menu entries
10687
10688 2003-01-13 [melvin]     0.8.8claws93
10689
10690         * src/inc.c
10691                 Fixed typo that could make new messages count incorrect.
10692
10693 2003-01-13 [melvin]     0.8.8claws92
10694
10695         * src/folderview.[ch]
10696                 folderview_check_new(): return the number of new messages.
10697         * src/inc.c
10698                 Should fix bug [14] where new mail notification worked 
10699                         incorrectly with IMAP accounts.
10700                 inc_spool_account(): return number of new msgs, or -1 on error
10701                 inc_all_spool(): return number of new msgs
10702                 
10703 2003-01-13 [melvin]     0.8.8claws91
10704
10705         * src/prefs_actions.c
10706                 Justify help text.
10707
10708 2003-01-12 [thorsten]   0.8.8claws90
10709
10710         * src/common/prefs.c
10711                 close file before rename
10712
10713 2003-01-12 [alfons]     0.8.8claws89
10714
10715         * AUTHORS
10716                 add Christian Mertes
10717         * src/common/utils.[ch]
10718                 g_stricase_hash(), g_stricase_equal(): functions for 
10719                 case insensitive hash tables
10720         * src/textview.c
10721                 use top level domain names to validate email address, based
10722                 on a patch by Christian Mertes (thanks!), but changed 
10723                 implementation to use a hash table 
10724
10725 2003-01-12 [paul]       0.8.8claws88
10726
10727         * po/bg.po
10728                 updated by George Danchev
10729
10730 2003-01-12 [alfons]     0.8.8claws87
10731
10732         * src/summaryview.c
10733                 delete / execute performance: use new style folder update
10734
10735 2003-01-12 [paul]       0.8.8claws86
10736
10737         * sync with 0.8.8cvs5
10738                 see ChangeLog 2003-01-13 (!)
10739
10740 2003-01-12 [alfons]     0.8.8claws85
10741
10742         * src/filtering.c
10743         * src/matcher_parser_parse.y
10744                 prepare change_score filtering action
10745         * src/matcher.[ch]
10746                 give up const-correctness on functions that call non-const-correct functions;
10747                 several casts to gpointer in g_free();
10748                 add change_score;
10749
10750 2003-01-12 [christoph]  0.8.8claws84
10751
10752         * src/compose.c
10753                 fix 2 warnings
10754
10755         * src/gtk/prefswindow.[ch]
10756         * src/plugins/spamassassin/spamassassin_gtk.c
10757                 changed the call of the widget create function
10758                 for PrefsPages, because sometimes the widget
10759                 create function needs a widget that already has
10760                 been attached to a window (to create GDK pixmaps
10761                 for exmaple). So we simply pass the GtkWindow as
10762                 the second parameter now.
10763
10764         * src/main.c
10765         * src/mainwindow.c
10766         * src/prefs_toolbar.[ch]
10767                 rewrite Toolbar Preferences using the new
10768                 prefs window
10769
10770 2003-01-11 [alfons]     0.8.8claws83
10771
10772         * src/addressadd.c
10773                 fix crash when adding sender to addressbook because status bar
10774                 isn't there (the status bar doesn't seem to be used though,
10775                 but I'll let Match decide what to do with it)
10776
10777 2003-01-11 [colin]      0.8.8claws82
10778
10779         * src/main.c
10780           src/toolbar.c
10781                 Two useless changes reversed
10782
10783 2003-01-11 [colin]      0.8.8claws81
10784
10785         * src/mainwindow.c
10786           src/mainwindow.h
10787                 Add mainwindow_get_mainwindow()
10788         * src/alertpanel.c
10789           src/alertpanel.h
10790                 Add alertpanel_error_log() 
10791         * src/compose.c
10792           src/inc.c
10793           src/messageview.c
10794           src/toolbar.c
10795           src/main.c
10796           src/procmsg.c
10797                 Network errors get a View Log button
10798
10799 2003-01-10 [alfons]     0.8.8claws80
10800
10801         * src/prefs_toolbar.c
10802         * src/toolbar.c
10803                 use the translatable string for "Separator" as file name for
10804                 separator toolbar items (probably make this uppercase?)
10805
10806 2003-01-10 [alfons]     0.8.8claws79
10807
10808         * src/prefs_toolbar.c
10809                 put right A_SEPARATOR description string in "displayed
10810                 toolbar items list" so manually added separators are
10811                 saved correctly (bug #10, "Adding a separator to the main 
10812                 toolbar fails, entry in xml file is wrong")
10813
10814 2003-01-10 [christoph]  0.8.8claws78
10815
10816         * src/imap.c
10817                 o fix warnings
10818                 o use CAPABILITY to check if NAMESPACE is available
10819
10820 2003-01-10 [christoph]  0.8.8claws77
10821
10822         * src/imap.[ch]
10823                 apply UIDPLUS IMAP extension support patch
10824
10825         Patch submitted by Simon 'corecode' Schubert
10826
10827 2003-01-10 [paul]       0.8.8claws76
10828
10829         * src/folderview.c
10830                 a sync from main which fixes the news account folders'
10831                 Properties bug
10832
10833 2003-01-10 [christoph]  0.8.8claws75
10834
10835         * src/folder.c
10836                 don't accept 0 as a valid uid returned by copy and move
10837                 functions. 0 means the message was copied or moved but the
10838                 new uid could not be fetched. It is not an error condition
10839                 for the copy or move operation.
10840
10841 2003-01-10 [paul]       0.8.8claws74
10842
10843         * src/prefs_filtering.c
10844                 change English used in Alert when entry is not
10845                 saved.
10846                 
10847         * sync with 0.8.8cvs4
10848                 see ChangeLog 2003-01-10
10849
10850 2003-01-10 [darko]      0.8.8claws73
10851
10852         * src/pine.c
10853                 fix crash when importing address book entry
10854                 without a valid address
10855
10856 2003-01-09 [alfons]     0.8.8claws72
10857
10858         * src/inc.c
10859                 filtering performance: use new style folder update
10860
10861 2003-01-09 [christoph]  0.8.8claws71
10862
10863         * src/compose.c
10864         * src/gtk/menu.[ch]
10865                 fix wrong selecting of mime encoding type, when
10866                 opening property dialog of attachments in the
10867                 compose window. 7bit was always selected and that
10868                 destoryed files with 8bit data.
10869                 (closes bug #9 Sylpheed-claws destroys attachments when
10870                  changing MIME-types)
10871
10872 2003-01-09 [paul]       0.8.8claws70
10873
10874         * sync with 0.8.8cvs3
10875                 see ChangeLog 2003-01-09
10876
10877 2003-01-08 [alfons]     0.8.8claws69
10878         
10879         * src/addressadd.c
10880                 apply patch by Kim Schulz to fix build breakage
10881                 because of missing variable
10882
10883 2003-01-08 [paul]       0.8.8claws68
10884
10885         * sync with 0.8.8cvs2
10886                 see ChangeLog 2002-01-08
10887
10888 2003-01-08 [paul]       0.8.8claws67
10889
10890         * po/it.po
10891                 updated by Alessandro Maestri
10892                 
10893         * src/addressadd.c
10894                 when using 'Add sender to addressbook' allow
10895                 name to be edited and remarks to be entered
10896                 Patch submitted by Luke Plant
10897
10898 2003-01-08 [darko]      0.8.8claws66
10899
10900         * README.claws, src/summaryview.c
10901                 fix description for marked messages
10902
10903 2003-01-08 [paul]
10904
10905         * tools/Makefile.am
10906           tools/launch_phoenix  ** NEW FILE **
10907                 add script that enables using Phoenix as the default
10908                 web browser. 
10909                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10910                 
10911         * tools/OOo2sylpheed.pl
10912                 remove full path to sylpheed executable, just 'sylpheed'
10913                 will do
10914                 
10915         * tools/README
10916                 add launch_phoenix informtion and re-arrange and compress
10917                 the data a little
10918
10919 2003-01-07 [christoph]  0.8.8claws65
10920
10921         * src/folder.c
10922                 fix update for source folder when moving messages
10923         * src/procmsg.[ch]
10924         * src/summaryview.c
10925                 use function to set to_folder for message infos and
10926                 automatically update the op_count for old and new
10927                 folder
10928
10929 2003-01-07 [melvin]     0.8.8claws64
10930
10931         * src/prefs_actions.c
10932                 Fixed bug where an '%p' Action on a displayed image crashed 
10933                         Sylpheed
10934                 Code clean up (get rid of duplicated code and removed unnecessary 
10935                                 structure member)
10936
10937 2003-01-07 [christoph]  0.8.8claws63
10938
10939         * src/compose.c
10940         * src/folder.[ch]
10941         * src/folderview.c
10942         * src/import.c
10943         * src/inc.c
10944         * src/main.c
10945         * src/mainwindow.c
10946         * src/messageview.c
10947         * src/prefs_folder_item.c
10948         * src/procmsg.c
10949         * src/summaryview.c
10950         * src/toolbar.c
10951                 o remove all folder update triggering from the UI code. The folder
10952                   system should know much better when a folder needs an update.
10953                 o to prevent multiple updates in a row the folder updates can be
10954                   frozen for some time.
10955
10956                 Note: - Please verify that no updates are missing
10957                       - Check where freeze/thaws should be added
10958
10959 2003-01-07 [christoph]  0.8.8claws62
10960
10961         * src/prefs_actions.c
10962                 don't translate empty strings
10963
10964         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10965
10966 2003-01-06 [christoph]  0.8.8claws61
10967
10968         * src/prefs_actions.c
10969                 mark strings for gettext
10970         * src/prefs_matcher.c
10971                 use new description window for Execute action and
10972                 match condition in Filtering
10973
10974         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10975
10976 2003-01-06 [alfons]     0.8.8claws60
10977
10978         keep myself inspired to re-organize matcher part 8; 
10979         yes, more to come (I need to move out the descriptive
10980         text for actions to matcher.c, or at least make it not
10981         depend on the wicked ordering)
10982
10983         * src/prefs_matcher.c
10984                 add documentation so others may comprehend the
10985                 UI part of the conditions
10986                 
10987 2003-01-06 [christoph]  0.8.8claws59
10988
10989         * src/prefs_actions.c
10990                 use new description window for syntax help
10991         * src/gtk/description_window.c
10992                 fix display of descriptions with column count != 2
10993
10994         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10995
10996 2003-01-06 [christoph]  0.8.8claws58
10997
10998         * src/quote_fmt.c
10999         * src/summaryview.[ch]
11000         * src/gtk/Makefile.am
11001         * src/gtk/description_window.[ch]       ** NEW **
11002                 use a generic window to display syntax descriptions
11003                 currently used in quote_fmt and summaryview (new description
11004                 for extended quick search)
11005
11006         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11007
11008 2003-01-06 [paul]       0.8.8claws57
11009
11010         * sync with 0.8.8cvs1
11011                 see ChangeLog 2003-01-06
11012
11013 2003-01-06 [christoph]  0.8.8claws56
11014
11015         * src/mainwindow.c
11016         * src/prefs_gtk.[ch]
11017         * src/gtk/prefswindow.[ch]
11018         * src/plugins/spamassassin/spamassassin_gtk.c
11019                 o remove page management from prefswindow, pages
11020                   will be an argument to prefswindow_open
11021                 o prefswindow_open gets a datapointer that is
11022                   passed to the widget_create function to allow
11023                   creation of prefswindow for specific items
11024
11025 2003-01-06 [colin]      0.8.8claws55
11026         
11027         * src/summaryview.c
11028                 We don't want regexp in the reply-finder, 
11029                 because MIDs can contain !,$,. and so on
11030
11031 2003-01-06 [jens]       0.8.8claws54
11032
11033         * src/jpilot.c
11034                 fixed a wrong free in jpilot_read_db_files
11035
11036 2003-01-06 [alfons]     0.8.8claws53
11037
11038         re-organize matcher part 8; more to come
11039        
11040         * src/matcher.c
11041                 matcherprop_to_string(): put g_free()s before the
11042                 switch-case break to fix memleaks                
11043
11044 2003-01-06 [colin]      0.8.8claws52
11045
11046         * src/summaryview.c
11047                 cleanup & reply-finder now displays the first 
11048                 matching message
11049
11050 2003-01-05 [alfons]     0.8.8claws51
11051
11052         re-organize matcher part 7; more to come
11053
11054         * src/matcher.[ch]
11055                 fixes for constant correctness;
11056                 more documentation;
11057
11058 2003-01-05 [alfons]     0.8.8claws50
11059
11060         re-organize matcher part 6; more to come
11061         
11062         * src/matcher.[ch]
11063                 fixes for constant correctness;
11064                 more documentation;
11065         * src/filtering.c
11066                 fix for constant correctness
11067
11068 2003-01-05 [colin]      0.8.8claws49
11069
11070         * src/account.[ch]
11071                 Add account_get_reply_account function
11072         * src/compose.c
11073                 Use account_get_reply_account function 
11074         * src/summaryview.c
11075                 Basic reply-finder - click on the replied
11076                 icon gets you to the outbox using quick-search
11077
11078 2003-01-05 [paul]       0.8.8claws48
11079
11080         * src/prefs_common.c
11081                 small change to English
11082                 
11083         * src/prefs_filtering.c
11084                 prefs_filtering_action_select(): improve logic and uniformity
11085                 of gui
11086
11087 2003-01-05 [alfons]     0.8.8claws47
11088
11089         fine tune solution to focus problems (bug #7)
11090
11091         * src/mainwindow.c
11092                 mainwindow_focus_in_event(): remove grab event check
11093         * src/summaryview.c
11094                 summary_button_pressed(): move selection on right-click
11095                 too. we can't possibly move the selection back after
11096                 canceling a dialog, because gtk's incomplete focus 
11097                 management. whether this is a good solution, only time
11098                 will tell.
11099
11100 2003-01-05 [christoph]  0.8.8claws46
11101
11102         * src/imap.c
11103                 fix crash when no imap connection could be established
11104
11105 2003-01-05 [paul]       0.8.8claws45
11106
11107         * src/mainwindow.c
11108           src/sumamryview.c
11109           src/gtk/menu.[ch]
11110                 fix bug 605957 'shortcuts in popup-menu'
11111                 make user-defined shortcuts work
11112                 show shortcuts that are already defined
11113                 in the main menu
11114                 Patch submitted by Luke Plant
11115
11116 2003-01-05 [alfons]     0.8.8claws44
11117
11118         * src/mainwindow.c
11119                 focus_in_event handler should not select summary view row 
11120                 when another window (menu, dialog) grabbed for events 
11121                 (bug #7, "[0.8.8claws42] Message summary focus") 
11122
11123 2003-01-04 [christoph]  0.8.8claws43
11124
11125         * src/procmsg.c
11126                 update save folder after adding the sent message
11127                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11128
11129 2003-01-02 [christoph]  0.8.8claws42
11130
11131         * src/common/plugin.c
11132                 fix unloading of all plugins and unload
11133                 plugins in reverse order
11134                 
11135         * src/gtk/pluginwindow.c
11136                 implement function of load and unload button
11137
11138         * src/gtk/prefswindow.c
11139         * src/gtk/prefswindow.h
11140                 rename register function and add new unregister
11141                 function
11142
11143         * src/plugins/spamassassin/spamassassin_gtk.c
11144                 unregister prefs page and update for changes in
11145                 src/gtk/prefswindow.c
11146
11147 2003-01-02 [paul]       0.8.8claws41
11148
11149         * po/es.po
11150                 updated by Ricardo Mones Lastra
11151
11152 2003-01-02 [paul]
11153
11154         * tools/tb2sylpheed
11155                 fixes and improvements by Urke MMI
11156
11157 2003-01-02 [thorsten]   0.8.8claws40
11158
11159         * src/procmsg.c
11160                 fixed wrong return value
11161
11162 2003-01-02 [thorsten]   0.8.8claws39
11163
11164         * src/prefs.c
11165                 fixed printing wrong variable
11166
11167 2003-01-02 [thorsten]   0.8.8claws38
11168
11169         * src/prefs.c
11170                 fixed acessing members of freed pfile struct
11171
11172 2003-01-02 [thorsten]   0.8.8claws37
11173
11174         * src/procmsg.c
11175                 detect loops across several messages
11176                 as suggested by Christoph Hohmann
11177
11178 2003-01-01 [match]      0.8.8claws36
11179
11180         * src/addrindex.c
11181                 fixed another memory leak.
11182
11183 2003-01-01 [match]      0.8.8claws35
11184
11185         * src/jpilot.[ch]
11186                 fixed memory leaks. applied Doxygen comments.
11187
11188 2003-01-01 [thorsten]   0.8.8claws34
11189
11190         * src/procmsg.c
11191                 inhibit endless loop if msg references itself
11192                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11193
11194 2003-01-01 [christoph]  0.8.8claws33
11195
11196         * src/mainwindow.c
11197         * src/gtk/Makefile.am
11198         * src/gtk/pluginwindow.c                ** NEW **
11199         * src/gtk/pluginwindow.h                ** NEW **
11200                 add plugin window
11201
11202         * src/plugins/demo/demo.c
11203         * src/plugins/spamassassin/spamassassin.c
11204         * src/plugins/spamassassin/spamassassin_gtk.c
11205                 write better plugin descriptions
11206
11207 2002-12-31 [christoph]  0.8.8claws32
11208
11209         * src/gtk/prefswindow.c
11210         * src/plugins/spamassassin/spamassassin_gtk.c
11211                 some small improvements to GTK code
11212
11213 2002-12-31 [christoph]  0.8.8claws31
11214
11215         * src/plugins/spamassassin/spamassassin_gtk.c
11216                 enable folder select button
11217
11218 2002-12-31 [christoph]  0.8.8claws30
11219
11220         * src/mainwindow.c
11221         * src/gtk/Makefile.am
11222         * src/gtk/prefswindow.c                         ** NEW **
11223         * src/gtk/prefswindow.h                         ** NEW **
11224                 add new prefs window
11225
11226         * src/common/plugin.c
11227                 don't try to load empty config lines
11228         
11229         * src/plugins/spamassassin/Makefile.am
11230         * src/plugins/spamassassin/spamassassin.c
11231         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11232         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11233                 GTK config for SpamAssassin Plugin using
11234                 the new prefs window
11235
11236 2002-12-31 [paul]       0.8.8claws29
11237
11238         * po/POTFILES.in
11239                 remove obsolete entry 'src/menu.c'
11240
11241 2002-12-31 [alfons]     0.8.8claws28
11242
11243         * src/matcher.[ch]
11244         * src/matcher_parser_parse.y
11245         * src/prefs_matcher.c
11246                 add "ignore_thread" and "~ignore_thread" condition so it's
11247                 possible to make the actions / scoring operate on the ignore
11248                 thread flag
11249
11250 2002-12-31 [christoph]  0.8.8claws27
11251
11252         * src/addrbook.c
11253         * src/addrindex.c
11254         * src/folder.c
11255         * src/matcher.c
11256         * src/prefs_account.c
11257         * src/prefs_actions.c
11258         * src/prefs_customheader.c
11259         * src/prefs_display_header.c
11260         * src/prefs_gtk.c
11261         * src/procmime.c
11262         * src/toolbar.c
11263         * src/xmlprops.c
11264         * src/common/prefs.[ch]
11265                 extend prefs file handling for reading and automatic handling
11266                 of blocks. When reading prefs_set_block_label will automatically
11267                 move on to the block. When writing it will copy all other blocks
11268                 automatically
11269
11270         * src/common/plugin.c
11271                 Now loading plugin filenames from [Plugins] block in
11272                 sylpheed rc file
11273
11274 2002-12-30 [christoph]  0.8.8claws26
11275
11276         * src/common/hooks.[ch]
11277                 return abort status to caller of hooks_invoke
11278                 
11279         * src/inc.[ch]
11280                 invoke message filtering hook and stop
11281                 default handling when filter returns abort
11282
11283         * src/common/plugin.[ch]
11284         * src/plugins/demo/demo.c
11285                 modify plugin loader, because resolving symbols for strings
11286                 does not work correctly
11287         
11288         * configure.in
11289         * ac/spamassassin.m4                            ** NEW **
11290         * src/plugins/spamassassin/.cvsignore           ** NEW **
11291         * src/plugins/spamassassin/Makefile.am          ** NEW **
11292         * src/plugins/spamassassin/README               ** NEW **
11293         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11294         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11295         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11296                 add spamassassin plugin, see src/plugins/spamassassin/README
11297                 for details
11298
11299 2002-12-29 [alfons]     0.8.8claws25
11300
11301         * src/mainwindow.c
11302                 when moving focus from a message view to the main 
11303                 window, don't forget to select the summary node
11304                 of the displayed message. should fix "[ 659103 ] 
11305                 focus-follows-mouse confuses sylpheed"
11306
11307 2002-12-29 [christoph]  0.8.8claws24
11308
11309         * src/Makefile.am
11310         * src/stringtable.[ch]          ** REMOVE **
11311         * src/common/Makefile.am
11312         * src/common/stringtable.[ch]   ** NEW **
11313                 move stringtable files to common directory
11314
11315 2002-12-29 [christoph]  0.8.8claws23
11316
11317         * src/Makefile.am
11318         * src/menu.[ch]                 ** REMOVE **
11319         * src/gtk/Makefile.am
11320         * src/gtk/menu.[ch]             ** NEW **
11321                 move menu files to gtk directory
11322
11323 2002-12-29 [match]      0.8.8claws22
11324
11325         * src/addressbook.c
11326         * src/syldap.c
11327                 moved UI specific code out of LDAP code into addressbook
11328                 UI code. fixed memory leak.
11329
11330 2002-12-29 [christoph]  0.8.8claws21
11331
11332         * src/folder.c
11333                 only check for IGNORED parent message when message is
11334                 not IGNORED itself
11335
11336 2002-12-29 [alfons]     0.8.8claws20
11337
11338         * src/summaryview.c
11339                 set gtksctree's anchor correct (immediate execute
11340                 changes the tree's layout, and anchor points at 
11341                 the incorrect row). fixes "[ 657233 ] multiple msg 
11342                 delete sometimes off by 1".
11343                 we probably have to look for more tree layout /
11344                 anchor glitches.
11345
11346 2002-12-29 [paul]       0.8.8claws19
11347
11348         * src/summaryview.c
11349                 fix bug [ 659054 ] incorrect sorting of 'From' column
11350                 when using 'display sender using address book'
11351                 thanks to Alfons and Luke Plant
11352
11353 2002-12-29 [christoph]  0.8.8claws18
11354
11355         * src/folder.c
11356         * src/procmsg.[ch]
11357                 check parent messages for IGNORE THREAD flag, when adding,
11358                 moving or copying messages to a folder
11359
11360 2002-12-27 [alfons]     0.8.8claws17
11361
11362         re-organize matcher part 5; more to come
11363
11364         * src/matcher.c
11365                 hash keywords in matchparser_tab 
11366
11367 2002-12-27 [alfons]     0.8.8claws16
11368
11369         re-organize matcher part 4; more to come
11370
11371         * src/matcher_parser.h
11372         * src/matcher_parser_lex.l
11373         * src/matcher_parser_parse.y
11374                 cleanup
11375
11376 2002-12-27 [alfons]     0.8.8claws15
11377
11378         re-organize matcher part 3; more to come
11379
11380         * src/matcher.[ch]
11381                 cleanup
11382
11383 2002-12-27 [alfons]     0.8.8claws14
11384
11385         re-organize matcher part 2; more to come but this should
11386         work. cc me if there are any regressions.
11387
11388         * src/matcher.h
11389                 add prototype for get_matchparser_tab_id()
11390         * src/matcher_parser_lex.l
11391                 look up keywords using matchparser_tab_id();
11392
11393 2002-12-27 [alfons]     0.8.8claws12
11394
11395         re-organize matcher part 1
11396
11397         * src/matcher.h
11398                 map yacc generated constants to sylpheed matcher constants
11399         * src/matcher.c
11400                 add function to find a matcher constant from a string
11401
11402 2002-12-27 [christoph]  0.8.8claws11
11403
11404         * src/compose.c
11405                 MENUITEM_ADD casts the 4th argument from integer to pointer
11406                 so it probably should not be a pointer, this means we
11407                 should use account id for it and not the account's pointer
11408
11409 2002-12-27 [paul]       0.8.8claws10
11410
11411         * src/mainwindow.c
11412                 remove unneeded 'GtkWidget *vbox'
11413                 
11414         * src/summaryview.c
11415                 further sync with 0.8.8 - make sort
11416                 by recipient work as expected
11417                 
11418         * NEWS
11419                 sync with 0.8.8
11420
11421 2002-12-27 [paul]       0.8.8claws9
11422
11423         * po/pt_BR.po
11424                 updated by Ivan F. Martinez
11425                 
11426 2002-12-27 [darko]      0.8.8claws8
11427
11428         * src/common/utils.c
11429                 added locked pattern to extended search
11430
11431 2002-12-27 [alfons]     0.8.8claws7
11432
11433         * src/prefs_matcher.[ch]
11434                 clean up
11435
11436 2002-12-26 [alfons]     0.8.8claws6
11437
11438         * src/matcher.[ch]
11439         * src/matcher_parser_lex.l
11440         * src/matcher_parser_parse.y
11441         * src/prefs_matcher.c
11442                 allow color label as a condition in the matcher
11443
11444 2002-12-26 [oliver]     0.8.8claws5
11445         
11446         * src/toolbar.c 
11447                 enable Addressbook for Main and Messageview
11448         * src/prefs_actions.c
11449                 enable actions in Messageview
11450
11451 2002-12-26 [christoph]  0.8.8claws4
11452
11453         * src/common/plugin.c
11454                 add a little debug output
11455         * configure.in
11456         * src/plugins/demo/Makefile.am
11457                 better use of automake
11458
11459 2002-12-26 [christoph]  0.8.8claws3
11460
11461         * src/Makefile.am
11462         * src/common/Makefile.am
11463                 fix "make distdir"
11464
11465 2002-12-26 [christoph]  0.8.8claws2
11466
11467         * configure.in
11468                 sort configure checks into common / gtk / plugins
11469         * po/POTFILES.in
11470                 add src/prefs_gtk.c
11471         * src/Makefile.am
11472                 add plugins SUBDIR
11473         * src/main.c
11474         * src/common/sylpheed.[ch]
11475                 added now sylpheed_done function for shutdown
11476         * src/common/Makefile.am
11477         * src/common/plugin.[ch]                ** NEW **
11478                 plugin loader and unloader
11479         * src/plugins/.cvsignore                ** NEW **
11480         * src/plugins/Makefile.am               ** NEW **
11481                 build plugins
11482         * src/plugins/demo/.cvsignore           ** NEW **
11483         * src/plugins/demo/Makefile.am          ** NEW **
11484         * src/plugins/demo/demo.c               ** NEW **
11485                 small demo plugin that installs a logtext hook and
11486                 outputs the log text to stdout
11487
11488 2002-12-26 [paul]       0.8.8claws1
11489
11490         * po/es.po
11491                 updated by Ricardo Mones Lastra
11492
11493 2002-12-26 [paul]       0.8.8claws
11494
11495         * 0.8.8claws released
11496
11497 2002-12-26 [paul]       0.8.7claws12
11498
11499         * po/bg.po
11500                 updated by George Danchev
11501
11502 2002-12-26 [paul]       0.8.7claws11
11503
11504         * po/POTFILES.in
11505                 remove unneeded 'src/prefs.c' entry 
11506
11507 2002-12-26 [paul]       0.8.7claws10
11508
11509         * src/codeconv.c
11510           src/mainwindow.c
11511                 sync with 0.8.8 release
11512         
11513         * src/folder.[ch]
11514           src/mh.c
11515           src/summaryview.c
11516                 partial sync with 0.8.8 release
11517         
11518
11519 2002-12-25 [alfons]     0.8.7claws9
11520
11521         * src/matcher.[ch]
11522         * src/matcher_parser_lex.l
11523         * src/matcher_parser_parse.y
11524         * src/prefs_matcher.c
11525                 add locked flag to possible filtering / matcher 
11526                 conditions (also a good example what should be
11527                 done to add a simple boolean condition)
11528
11529 2002-12-25 [christoph]  0.8.7claws8
11530
11531         * src/Makefile.am
11532         * src/account.[ch]
11533         * src/addrbook.c
11534         * src/addressbook.c
11535         * src/addrindex.c
11536         * src/filtering.c
11537         * src/folder.c
11538         * src/matcher.c
11539         * src/prefs.[ch]                ** REMOVE **
11540         * src/prefs_account.c
11541         * src/prefs_actions.c
11542         * src/prefs_common.c
11543         * src/prefs_customheader.c
11544         * src/prefs_display_header.c
11545         * src/prefs_filtering.c
11546         * src/prefs_folder_item.c
11547         * src/prefs_gtk.[ch]            ** NEW **
11548         * src/prefs_matcher.c
11549         * src/prefs_scoring.c
11550         * src/prefs_summary_column.c
11551         * src/procmime.c
11552         * src/selective_download.c
11553         * src/toolbar.c
11554         * src/common/Makefile.am
11555         * src/common/prefs.[ch]         ** NEW **
11556                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11557
11558 2002-12-24 [alfons]     0.8.7claws7
11559
11560         * src/summaryview.c
11561                 summary_thread_build(): fix real cause of the crash mentioned in
11562                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11563                 this way we get meaningful ctree nodes 
11564
11565 2002-12-24 [oliver]     0.8.7claws6
11566
11567         * src/mainwindow.[ch]
11568         * src/messageview.[ch]
11569         * src/compose.[ch]
11570         * src/inc.c
11571         * src/summaryview.c
11572                 changes to use updated toolbar handling
11573                 
11574 2002-12-24 [oliver]     0.8.7claws5
11575
11576         * src/toolbar.[ch]
11577                 generic toolbar handling
11578                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11579         * src/prefs_toolbar.[ch]
11580                 adjust to handling
11581         
11582 2002-12-24 [oliver]     0.8.7claws4
11583         
11584         * src/stock_pixmap.[ch]
11585                 move SYLPHEED_LOGO to end of list in order 
11586                 to remove it from Custom Toolbar`s Icon View
11587
11588 2002-12-24 [alfons]     0.8.7claws3
11589
11590         * src/summaryview.c
11591                 summary_thread_build(): fix crash because of focus != selection 
11592                 after threading. when deleting the selection, gtk tries but fails 
11593                 to find the correct focusable element. we now force the selection
11594                 to be focused. this should solve the infamous bug reported by 
11595                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11596                 a test case is available. 
11597
11598 2002-12-24 [darko]      0.8.7claws2
11599
11600         * src/summaryview.c
11601                 don't crash when unmarking message with unread children
11602
11603 2002-12-23 [christoph]  0.8.7claws1
11604
11605         * src/Makefile.am
11606         * src/common/Makefile.am
11607                 update Makefiles for moved intl.h, version.h and defs.h
11608         * src/imap.c
11609                 rewrite imap_session_get to avoid duplicate code
11610
11611 2002-12-23 [paul]       0.8.7claws
11612
11613         * Santa-Claws released
11614         
11615         * po/hu.po
11616           po/ru.po
11617                 squeeze in updated Hungarian and Russian translations.
11618                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11619
11620 2002-12-23 [paul]       0.8.6claws129
11621
11622         * po/pl.po
11623                 updated by Witold Wladyslaw Wojciech Wilk
11624
11625 2002-12-23 [paul]       0.8.6claws128
11626
11627         * src/quote_fmt_parse.y
11628                 fix typo and add licence header
11629
11630 2002-12-23 [paul]       0.8.6claws127
11631
11632         * po/en_GB.po
11633                 updated
11634
11635 2002-12-23 [paul]       0.8.6claws126
11636
11637         * po/it.po
11638                 updated translation, submitted by Alessandro Maestri
11639                 
11640 2002-12-23 [paul]       0.8.6claws125
11641
11642         * src/quote_fmt_parse.y
11643                 fix signature-stripping on replies bug. match
11644                 '-- \n' and not '-- '.
11645
11646 2002-12-22 [paul]       0.8.6claws124
11647
11648         * po/bg.po
11649           po/es.po
11650           po/sr.po
11651                 updated translations. submitted by George Danchev,
11652                 Ricardo Mones Lastra, and Urke MMI respectively
11653
11654 2002-12-21 [paul]       0.8.6claws123
11655
11656         * src/addrbook.c
11657                 fix coding style
11658
11659 2002-12-21 [paul]       0.8.6claws122
11660
11661         * src/addrbook.c
11662                 fix bug [643638] where if a person is in one or more
11663                 addressbook groups editing that person's email 
11664                 address results in removal from those groups.
11665                 Patch submitted by Luke Plant.
11666
11667 2002-12-20 [christoph]  0.8.6claws121
11668
11669         * src/common/utils.c
11670         * src/summaryview.c
11671                 reimplement expand_search_string using GString to
11672                 prevent crashs caused by miscalculated string
11673                 lengths reported by Paul
11674
11675 2002-12-20 [christoph]  0.8.6claws120
11676
11677         * src/summaryview.c
11678                 don't use "changed" to check if op_count has to be changed as it
11679                 is also set when the message has unread children
11680                 (closes bug [ 653221 ] crash while deleting duplicates)
11681
11682 2002-12-20 [paul]       0.8.6claws119
11683
11684         * sync with 0.8.6cvs27
11685                 see ChangeLog 2002-12-20
11686
11687 2002-12-20 [paul]       0.8.6claws118
11688
11689         * sync with 0.8.6cvs26
11690                 see ChangeLog 2002-12-19 and 2002-12-20
11691
11692 2002-12-19 [alfons]     0.8.6claws117
11693
11694         * src/textview.c
11695                 fix incorrect parsing of email addresses, submitted by 
11696                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11697                 name display if it contains @".
11698
11699 2002-12-18 [paul]       0.8.6claws116
11700
11701         * sync with 0.8.6cvs23
11702                 see ChangeLog 2002-12-18
11703
11704 2002-12-18 [paul]       0.8.6claws115
11705
11706         * src/Makefile.am
11707         * src/account.c
11708         * src/codeconv.c
11709         * src/gtkutils.[ch]
11710         * src/imap.c
11711                 sync with 0.8.6cvs22.
11712                 see ChangeLog 2002-12-17 and 2002-12-18
11713
11714 2002-12-17 [christoph]  0.8.6claws114
11715
11716         * src/imap.c
11717                 o don't create a session if imap greeting fails
11718                 o don't close socket when authentication fails
11719                   this is done by imap_session_destroy
11720
11721 2002-12-17 [thorsten]   0.8.6claws113
11722
11723         * tools/Makefile.am
11724           tools/README
11725           tools/google_msgid.pl ** NEW FILE **
11726                 Added "search for message-id" script and doc
11727
11728 2002-12-17 [thorsten]   0.8.6claws112
11729
11730         * po/hu.po
11731                 Updated hungarian translation
11732                 (updated by Gal Zoltan)
11733
11734 2002-12-16 [christoph]  0.8.6claws111
11735
11736         * src/addr_compl.c
11737                 remove stupid addressbook dump to debug output
11738         * src/mh.c
11739                 fix memory leak found by Hiro
11740
11741 2002-12-14 [paul]       0.8.6claws110
11742
11743         * src/compose.c
11744                 fix menubar sensitivity on send
11745                 
11746         * src/prefs_filtering.c
11747         * src/prefs_matcher.c
11748         * src/prefs_scoring.c
11749                 Fix english ;)
11750                 
11751         * src/common/quoted-printable.h
11752                 sync: fix typo
11753         
11754 2002-12-13 [christoph]  0.8.6claws109
11755
11756         * src/Makefile.am
11757         * src/manage_window.[ch]        ** REMOVE **
11758         * src/gtk/Makefile.am
11759         * src/gtk/manage_window.[ch]    ** NEW **
11760                 move manage_window files to gtk directory
11761
11762 2002-12-13 [christoph]  0.8.6claws108
11763
11764         * src/Makefile.am
11765         * src/gtkshruler.[ch]           ** REMOVE **
11766         * src/gtk/Makefile.am
11767         * src/gtk/gtkshruler.[ch]       ** NEW **
11768                 move gtkshruler files to gtk directory
11769
11770 2002-12-13 [christoph]  0.8.6claws107
11771
11772         * src/Makefile.am
11773         * src/compose.c
11774         * src/gtkstext.[ch]             ** REMOVE **
11775         * src/gtkutils.[ch]
11776         * src/textview.c
11777         * src/gtk/gtkstext.[ch]         ** NEW **
11778         * src/gtk/Makefile.am
11779                 o move stext functions to gtkstext.c to remove
11780                   dependency of gtkutils
11781                 o move gtkstext files to gtk directory
11782
11783         * src/gtk/Makefile.am
11784         * src/gtk/sslcertwindow.[ch]
11785                 UI stuff can always depend on common code so
11786                 it's ok to add ../common to include path
11787
11788 2002-12-13 [colin]      0.8.6claws106
11789
11790         * src/summaryview.c
11791                 Disconnect sighandlers for mainwindow when
11792                 quicksearch has the focus
11793                 Fix bug #653231
11794         * src/mainwindow.[ch]
11795                 Make key_pressed callback public, to be able
11796                 to disconnect it
11797
11798 2002-12-13 [christoph]  0.8.6claws105
11799
11800         * src/mh.c
11801                 create .mh_sequences file in new MH folders
11802                 (closes feature request [ 523162 ] MH folders should
11803                  get a .mh_sequences)
11804
11805 2002-12-13 [colin]      0.8.6claws104
11806
11807         * src/summaryview.c
11808                 Better handling of quicksearch show/hide
11809                 (basically the button stays under the mouse 
11810                  when toggled)
11811
11812 2002-12-13 [paul]       0.8.6claws103
11813
11814         * sync with 0.8.6cvs17
11815                 see ChangeLog 2002-12-13
11816
11817 2002-12-13 [paul]       0.8.6claws102
11818
11819         * po/es.po
11820                 updated by Ricardo Mones Lastra
11821
11822 2002-12-11 [colin]       0.8.6claws101
11823
11824         * src/folder.c
11825                 remove statusbar stuff
11826           src/folderview.c
11827                 set statusbar verbosity when moving folders
11828
11829 2002-12-11 [colin]       0.8.6claws100
11830         * src/prefs_filtering.c
11831         * src/prefs_matcher.c
11832         * src/prefs_scoring.c
11833                 Fix english ;)
11834
11835 2002-12-11 [colin]       0.8.6claws99
11836
11837         * src/prefs_common.[ch]
11838                 Add summary_quicksearch_type
11839         * src/summaryview.c
11840                 Save last used quicksearch type
11841
11842 2002-12-11 [jens]       0.8.6claws98
11843         * src/prefs_filtering.c
11844         * src/prefs_matcher.c
11845         * src/prefs_scoring.c
11846                 added dialog for incomplete rules in scoring, filtering and
11847                 matcher to ask wheather really close
11848
11849 2002-12-11 [colin]      0.8.6claws97
11850
11851         * src/folder.c
11852                 Fix folder dnd statusbar logging
11853
11854 2002-12-10 [christoph]  0.8.6claws96
11855
11856         * src/compose.c
11857         * src/folder.c
11858         * src/imap.c
11859         * src/inc.c
11860         * src/main.c
11861         * src/mainwindow.c
11862         * src/news.c
11863         * src/send.c
11864         * src/statusbar.[ch]
11865         * src/common/hooks.c
11866         * src/common/log.[ch]
11867                 o handle verbose logging in statusbar directly in statusbar code
11868                   and common code does not need any knowledge about a statusbar
11869                 o remove direct calls to statusbar_(puts|pop)_all functions
11870
11871 2002-12-10 [jens]       0.8.6claws95
11872
11873         * src/*.c
11874                 removed gettext from g_warnings
11875         * po/POTFILES.in
11876                 cleaned and updated
11877         * po/de.po
11878                 updated
11879
11880 2002-12-10 [colin]      0.8.6claws94
11881
11882         * src/main.c
11883                 finish crash dialog fix
11884
11885 2002-12-10 [colin]      0.8.6claws93
11886
11887         * src/main.c
11888                 "Fix" "sylpheed already running" instead of
11889                 crash dialog appearing after a crash
11890
11891 2002-12-10 [colin]      0.8.6claws92
11892
11893         * po/POTFILES.in
11894                 add src/gtk/sslcertwindow.c
11895
11896 2002-12-10 [paul]       0.8.6claws91
11897
11898         * po/POTFILES.in
11899                 updated to reflect recent changes
11900                 submitted by Alessandro Maestri
11901
11902 2002-12-09 [christoph]  0.8.6claws90
11903
11904         * src/Makefile.am
11905         * src/smtp.[ch]                 ** REMOVE **
11906         * src/common/Makefile.am
11907         * src/common/smtp.[ch]          ** NEW **
11908                 move smtp files to common directory
11909
11910 2002-12-09 [christoph]  0.8.6claws89
11911
11912         * src/Makefile.am
11913         * src/session.[ch]              ** REMOVE **
11914         * src/common/Makefile.am
11915         * src/common/session.[ch]       ** NEW **
11916                 move session files to common directory
11917
11918 2002-12-09 [paul]       0.8.6claws88
11919
11920         * src/account.c
11921                 fix bug [649746] edit accounts: move account reverted
11922                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11923
11924 2002-12-09 [colin]      0.8.6claws87
11925
11926         * src/ssl_certificate.c
11927                 cleanup
11928
11929 2002-12-09 [colin]      0.8.6claws86
11930
11931         * src/ssl.c
11932                 Try to open the cert.pem database and 
11933                 issue a warning if it isn't there
11934
11935 2002-12-09 [colin]      0.8.6claws85
11936
11937         * src/common/ssl_certificate.c
11938         * src/gtk/sslcertwindow.c
11939                 Warning fixes
11940
11941 2002-12-09 [colin]      0.8.6claws84
11942
11943         * src/ssl_certificate.[ch] ** REMOVED **
11944         * src/common/ssl_certificate.[ch] ** NEW **
11945         * src/Makefile.am
11946         * src/common/Makefile.am
11947                 Moved ssl_certificate.[ch] to common
11948         * src/common/ssl.c 
11949                 Put back needed include
11950         * src/gtk/sslcertwindow.[ch]
11951                 Changed ssl_certificate.h include
11952         
11953 2002-12-09 [colin]      0.8.6claws83
11954
11955         * src/gtk/sslcertwindow.[ch]
11956                 Implement hook for certificate acception
11957         * src/ssl_certificate.[ch]
11958                 Implement hook for certificate acception
11959         * src/common/ssl.c
11960                 Reenable certificate acception check
11961         * src/mainwindow.c
11962                 Register sslcertwindow's hook
11963         
11964 2002-12-08 [christoph]  0.8.6claws82
11965
11966         * src/about.c
11967         * src/addr_compl.c
11968         * src/codeconv.c
11969         * src/manual.c
11970         * src/undo.c
11971         * src/common/utils.c
11972                 o add missing includes
11973                 o fix warnings
11974         * src/.cvsignore
11975         * src/common/.cvsignore
11976         * src/common/version.h          ** REMOVE **
11977                 remove autogenerated file
11978
11979 2002-12-08 [paul]       0.8.6claws81
11980
11981         * src/stringtable.c
11982                 put back needed include
11983
11984 2002-12-08 [colin]      0.8.6claws80
11985         
11986         * src/gtk/sslcertwindow.c
11987                 Cleaner popups when asking
11988         * src/ssl_certificate.c
11989         * src/prefs_common.[ch]
11990                 remove ssl certificate pref
11991                 put back needed include
11992         * src/undo.c
11993                 put back needed include
11994
11995 2002-12-08 [christoph]  0.8.6claws79
11996
11997         * src/folderview.c
11998         * src/logwindow.c
11999         * src/statusbar.c
12000         * src/summaryview.c
12001                 only abort hook invokation if required data is missing not
12002                 if our own data pointer is NULL, update hookfunction for
12003                 log window
12004
12005 2002-12-08 [paul]       0.8.6claws78
12006
12007         * src/about.c
12008         * src/addrcache.c
12009         * src/addrclip.c
12010         * src/addr_compl.c
12011         * src/addrselect.c
12012         * src/codeconv.c
12013         * src/colorlabel.c
12014         * src/enriched.c
12015         * src/esmtp.c
12016         * src/exporthtml.c
12017         * src/headerview.c
12018         * src/imageview.c
12019         * src/manual.c
12020         * src/noticeview.c
12021         * src/pgptext.c
12022         * src/scoring.c
12023         * src/sourcewindow.c
12024         * src/stringtable.c
12025         * src/undo.c
12026                 clean up: remove unneccesary includes
12027
12028 2002-12-08 [christoph]  0.8.6claws77
12029
12030         * src/folderview.c
12031         * src/statusbar.c
12032         * src/summaryview.c
12033         * src/common/hooks.[ch]
12034                 hook functions now have a gboolean return value, if a hook
12035                 returns TRUE it will stop executing of any more hooks in
12036                 the same hooklist for this invokation
12037
12038 2002-12-08 [colin]      0.8.6claws76
12039         
12040         * src/main.c
12041                 put back argv0 for CRASH_DIALOG
12042
12043 2002-12-08 [christoph]  0.8.6claws75
12044
12045         * src/Makefile.am
12046         * src/about.c
12047         * src/account.c
12048         * src/crash.c
12049         * src/esmtp.h
12050         * src/imap.[ch]
12051         * src/inc.c
12052         * src/main.c
12053         * src/mainwindow.c
12054         * src/news.c
12055         * src/pop.[ch]
12056         * src/prefs_account.[ch]
12057         * src/prefs_common.[ch]
12058         * src/send.[ch]
12059         * src/smtp.[ch]
12060         * src/ssl_certificate.[ch]
12061         * src/ssl_manager.[ch]
12062         * src/common/Makefile.am
12063         * src/common/log.c
12064         * src/common/nntp.[ch]
12065         * src/common/socket.[ch]
12066         * src/common/ssl.[ch]
12067         * src/gtk/sslcertwindow.[ch]
12068         * ac/openssl.m4
12069                 use new autoconf script to detect OpenSSL with extra parameters
12070                 to specify the location of libs and includes, also remove USE_SSL
12071                 to USE_OPENSSL
12072
12073         * src/common/sylpheed.[ch]
12074         * src/common/version.h.in
12075                 start seperation of common code initialization seperated from gui
12076
12077         * src/summaryview.c
12078                 The function that is called when a color label changes
12079                 should not change the color lable again
12080
12081 2002-12-08 [colin]      0.8.6claws74
12082
12083         * src/gtk/sslcertwindow.c
12084                 warning fixes
12085
12086 2002-12-08 [colin]      0.8.6claws73
12087
12088         * src/statusbar.c
12089           src/common/log.h
12090                 Register a hook for statusbar_puts_all
12091         * src/common/log.c
12092                 invoke statusbar_puts_all's hook
12093         
12094 2002-12-08 [colin]      0.8.6claws72
12095
12096         * src/ssl_certificate.c
12097                 Put back a badly-removed include
12098
12099 2002-12-08 [colin]      0.8.6claws71
12100
12101         * src/gtk/sslcertwindow.[ch]    ** NEW **
12102                 new certificate presentation
12103         * src/gtk/Makefile.am
12104                 add new files
12105         * src/ssl_certificate.[ch]
12106                 gtk cleanup, made utility functions public
12107         * src/ssl_manager.c
12108                 use new cert presentation
12109
12110 2002-12-07 [christoph]  0.8.6claws70
12111
12112         * src/Makefile.am
12113         * src/nntp.[ch]                 ** REMOVE **
12114         * src/common/Makefile.am
12115         * src/common/nntp.[ch]          ** NEW **
12116                 move nntp files to common directory
12117
12118 2002-12-07 [christoph]  0.8.6claws69
12119
12120         * src/procmsg.[ch]
12121         * src/summaryview.c
12122                 implement msginfo update callback using sylpheed's new
12123                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12124
12125 2002-12-06 [christoph]  0.8.6claws68
12126
12127         * src/editgroup.c
12128                 This patch changes the 'Edit Group Details' dialog to
12129                 allow extended selections in either pane, so that
12130                 addresses can be added or removed from a group more
12131                 quickly and easily. (it actually is a net decrease in
12132                 file size, as some unnecessary functions have been
12133                 removed). 
12134                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12135
12136 2002-12-06 [christoph]  0.8.6claws67
12137
12138         * src/Makefile.am
12139         * src/template.[ch]             ** REMOVE **
12140         * src/common/Makefile.am
12141         * src/common/template.[ch]      ** NEW **
12142                 move template files to common directory
12143
12144         * src/nntp.c
12145                 add missing log.h include
12146
12147 2002-12-06 [melvin]     0.8.6claws66
12148
12149         * src/prefs_actions.c
12150                 Added the trailing ">" syntax to insert command's output
12151                 without replacing old text (in contrast to trailing "|").
12152
12153 2002-12-05 [colin]      0.8.6claws65
12154         
12155         * src/common/utils.c
12156                 Don't modify original search_string or it'll change
12157                 the next iterations in the for()
12158
12159 2002-12-05 [darko]      0.8.6claws64
12160
12161         * src/common/utils.c
12162                 proper check for filtering commands, found by Colin
12163
12164 2002-12-05 [darko]      0.8.6claws63
12165
12166         * src/common/utils.c
12167                 check proper string for NULL pointer, found by Colin
12168
12169 2002-12-05 [darko]      0.8.6claws62
12170
12171         * src/common/utils.[ch]
12172                 expand_search_string(): new function
12173                 converts Mutt-like patterns to Sylpheed's
12174                 filtering engine
12175         * src/summaryview.c
12176                 use expand_search_string() to allow Mutt-like
12177                 patterns in extended search
12178         * README.claws
12179                 document extended option in quick search
12180
12181 2002-12-05 [paul]       0.8.6claws61
12182
12183         * sync with 0.8.6cvs16
12184                 see ChangeLog 2002-12-05
12185                 
12186         * po/POTFILES.in
12187                 clean up
12188
12189 2002-12-04 [christoph]  0.8.6claws60
12190
12191         * src/imap.[ch]
12192                 put imap authentication code into a new function and
12193                 remove it from imap_session_new that will allow to
12194                 send other commands before authentication
12195
12196 2002-12-04 [christoph]  0.8.6claws59
12197
12198         * src/imap.[ch]
12199                 use already existing method to prevent unneeded IMAP
12200                 folder selects. Set imap_select parameters to NULL
12201                 in some functions if the values are not required.
12202
12203         * src/xml.h
12204                 remove no longer required include
12205
12206 2002-12-04 [paul]       0.8.6claws58
12207
12208         * po/es.po
12209                 updated by Ricardo Mones Lastra
12210                 
12211         * configure.in
12212           po/hu.po      ** NEW FILE **
12213                 initial Hungarian translation, submitted
12214                 by Gál Zoltán <galzoli@hu.inter.net>
12215
12216 2002-12-03 [christoph]  0.8.6claws57
12217
12218         * src/Makefile.am
12219         * src/gtksctree.[ch]            ** REMOVE **
12220         * src/gtk/Makefile.am
12221         * src/gtk/gtksctree.[ch]        ** NEW **
12222                 move gtksctree files to gtk directory
12223
12224 2002-12-03 [christoph]  0.8.6claws56
12225
12226         * src/Makefile.am
12227         * src/md5.[ch]                  ** REMOVE **
12228         * srm/common/Makefile.am
12229         * src/common/md5.[ch]           ** NEW **
12230                 move md5 files to common directory
12231
12232         * src/gtkstext.c
12233                 remove not required #include
12234
12235 2002-12-03 [sergey]     0.8.6claws55
12236
12237         * src/gtkutils.c
12238         * src/gtkutils.h
12239                 gtkut_window_popup(): new function.
12240         * src/mainwindow.c
12241                 main_window_popup(): use gtkut_window_popup() to raise
12242                 window without changing its position.
12243                 (see sylpheed-main ML message [sylpheed:17247])
12244
12245 2002-12-03 [sergey]     0.8.6claws54
12246
12247         * src/send.c
12248                 send_message_local(): removed first-dot escaping
12249                 (SMTP-only, not needed for sending through pipe)
12250
12251 2002-12-03 [paul]       0.8.6claws53
12252
12253         * po/POTFILES.in
12254                 update to reflect recent changes (thanks
12255                 to Ricardo Mones Lastra)
12256                 
12257         * tools/filter_conv.pl
12258                  fix problem with quoted strings. Patch submitted
12259                  by Luke Plant <lukeplant@softhome.net>
12260
12261 2002-12-03 [paul]       0.8.6claws52
12262
12263         * sync with 0.8.6cvs15
12264                 see ChangeLog 2002-12-03
12265
12266 2002-12-02 [christoph]  0.8.6claws51
12267
12268         * src/logwindow.[ch]
12269         * src/common/log.[ch]
12270                 implement logging using a hook function
12271
12272         * src/folderview.c
12273         * src/folder.[ch]
12274                 define hooklist name in header file to avoid
12275                 errors caused by wrong spelling of hooklist names
12276
12277         * src/toolbar.c
12278                 fix warnings
12279
12280 2002-12-02 [christoph]  0.8.6claws50
12281
12282         * src/common/Makefile.am
12283                 add src/common/hooks.[ch]
12284
12285         * src/common/hooks.[ch]
12286                 implement a simple hook system using glib's hook functions
12287
12288         * src/folder.[ch]
12289         * src/folderview.c
12290                 use new hook system for folder item updates
12291
12292 2002-12-02 [christoph]  0.8.6claws49
12293
12294         * doc-src/ui_seperation.txt     ** NEW **
12295                 information for ui seperation
12296
12297         * src/Makefile.am
12298                 remove files that were moved to common
12299                 include common directory by default for the header files
12300
12301         * src/inc.c
12302         * src/common/socket.c
12303         * src/automaton.[ch]
12304                 implement automaton using g_io_*-functions instead of
12305                 gdk_input_add to make it ui independent
12306
12307         * src/codeconv.c
12308         * src/compose.c
12309         * src/ldif.c
12310         * src/pgptext.c
12311         * src/procmime.c
12312         * src/rfc2015.c
12313         * src/smtp.c
12314         * src/unmime.c
12315                 remove common/ prefix because directory is now in
12316                 include path
12317
12318         * src/compose.c
12319         * src/folder.c
12320         * src/folderview.c
12321         * src/mainwindow.c
12322         * src/messageview.c
12323         * src/prefs_common.c
12324         * src/procmsg.c
12325         * src/rfc2015.c
12326                 fix warnings
12327
12328         * src/imap.c
12329         * src/inc.c
12330         * src/news.c
12331         * src/pop.c
12332         * src/send.c
12333         * src/smtp.c
12334         * src/ssl_certificate.c
12335                 add log.h header file for logging functions
12336
12337         * src/main.c
12338         * src/common/utils.c
12339         * src/summaryview.c
12340         * src/xml.c
12341                 o move debug_mode to common/utils.c
12342                 o add functions to set and get debug_mode
12343
12344         * src/defs.h                    ** REMOVE **
12345         * src/intl.h                    ** REMOVE **
12346         * src/socket.[ch]               ** REMOVE **
12347         * src/ssl.[ch]                  ** REMOVE **
12348         * src/utils.[ch]                ** REMOVE **
12349                 replaced by new files in src/common/
12350         
12351         * src/common/Makefile.am
12352                 add new files in src/common/
12353
12354         * src/common/defs.h             ** NEW **
12355         * src/common/intl.h             ** NEW **
12356         * src/common/log.[ch]           ** NEW **
12357         * src/common/socket.[ch]        ** NEW **
12358         * src/common/ssl.[ch]           ** NEW **
12359         * src/common/utils.[ch]         ** NEW **
12360                 replacement for files in src/
12361
12362 2002-12-02 [colin]      0.8.6claws48
12363
12364         * src/folderview.c
12365                 Scroll folderview if necessary during dnd
12366
12367 2002-12-02 [colin]      0.8.6claws47
12368
12369         * src/folder.[ch]
12370                 Add check to verify a move is within a single mailbox
12371         * src/folderview.c
12372                 Add specific error string for this check
12373
12374 2002-12-02 [colin]      0.8.6claws46
12375
12376         * src/folder.c
12377                 Add a test to folder moving, remove a statusbar_print
12378         * src/folderview.c
12379                 Add Move folder... context-menu item
12380                 Factorize folder moving code
12381                 Enable folder DND for mbox
12382
12383 2002-12-01 [christoph]  0.8.6claws45
12384
12385         * ac/aspell.m4
12386                 remove conf.aspelltest if the version check fails
12387
12388 2002-11-30 [christoph]  0.8.6claws44
12389
12390         * autogen.sh
12391                 run libtoolize --force in autogen to create missing
12392                 libtool scripts
12393
12394 2002-11-30 [christoph]  0.8.6claws43
12395
12396         * src/Makefile.am
12397         * src/pgptext.c
12398         * src/procmime.c
12399         * src/rfc2015.c
12400         * src/uuencode.[ch]             ** REMOVED **
12401         * src/common/Makefile.am
12402         * src/common/uuencode.[ch]      ** NEW **
12403                 move uuen/decoder to common directory
12404
12405 2002-11-30 [christoph]  0.8.6claws42
12406
12407         * src/Makefile.am
12408         * src/base64.[ch]               ** REMOVED **
12409         * src/codeconv.c
12410         * src/compose.c
12411         * src/ldif.c
12412         * src/pgptext.c
12413         * src/procmime.c
12414         * src/rfc2015.c
12415         * src/smtp.c
12416         * src/unmime.c
12417         * src/common/Makefile.am
12418         * src/common/base64.[ch]        ** NEW **
12419                 move base64 en/decoder to common directory
12420
12421 2002-11-30 [christoph]  0.8.6claws41
12422
12423         * src/common                    ** NEW **
12424                 new directory for UI independent code
12425         * src/gtk                       ** NEW **
12426                 new directory for GTK frontend
12427         * src/common/.cvsignore         ** NEW **
12428         * src/gtk/.cvsignore            ** NEW **
12429                 ignore build files
12430         * src/common/Makefile.am        ** NEW **
12431         * src/gtk/Makefile.am           ** NEW **
12432                 automake files to build new seperated stuff
12433         * src/Makefile.am
12434                 the binary will currently still be build with the
12435                 files in src, so we include the code from the
12436                 subdirs for now after building the libs there
12437
12438 2002-11-30 [paul]       0.8.6claws40
12439
12440         * src/compose.c
12441                 fix bug [642731] 'Wrong selected account with drafted mail'
12442
12443 2002-11-29 [oliver]     0.8.6claws39
12444         
12445         * src/messageview.c
12446                 o update summaryview when switching between different
12447                   messageviews          
12448         * src/toolbar.c  
12449                 o check if messageview holds already removed msg
12450                   from summaryview
12451                 
12452
12453 2002-11-29 [oliver]     0.8.6claws38
12454
12455         * src/toolbar.c 
12456                 remove not needed variables and includes
12457                 make messageview stay opened and move to next when msgs are deleted 
12458
12459 2002-11-29 [oliver]     0.8.6claws37
12460         
12461         * src/toolbar.c 
12462                 disable compose button (messageview toolbar) by default
12463                 deleted msgs are moved to trash
12464         
12465 2002-11-29 [melvin]     0.8.6claws36
12466
12467         * configure.in
12468                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12469                 and to detect signatures expirations (gpgme 0.3.6)
12470
12471         * src/main.c
12472                 Use non obsolescent function for Gpgme engine checking.
12473
12474         * src/rfc2015.c
12475                 Inform about expired signatures or signatures which key
12476                 has expired. Expiration date is displayed.
12477
12478         * src/sigstatus.c
12479                 Inform about expired signatures or signatures which key
12480                 has expired.
12481
12482 2002-11-28 [paul]       0.8.6claws35
12483
12484         * src/folderview.c
12485                 re-instate 'Check for new messages' in Newsgroup
12486                 folders right-click menu, after a suggestion from
12487                 Tim Mann <timmann@users.sourceforge.net>
12488
12489         * src/main.c
12490                 after a crash check only local folders for new
12491                 messages
12492
12493 2002-11-28 [paul]       0.8.6claws34
12494
12495         * configure.in
12496                 apply patch that fixes the checking of GTK with XIM 
12497                 support on different OSs, such as FreeBSD. Patch 
12498                 submitted by Topia <topia@users.sourceforge.net>
12499                 
12500 2002-11-28 [paul]       0.8.6claws33
12501
12502         * src/mainwindow.c
12503           src/prefs_common.c
12504           src/prefs_toolbar.c
12505                 more changes to the English
12506
12507 2002-11-28 [paul]       0.8.6claws32
12508
12509         * sync with 0.8.6cvs13
12510                 see ChangeLog 2002-11-28 (no sync needed
12511                 for src/compose.c)
12512
12513 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12514         
12515         * src/mainwindow.[ch]
12516                 add patch by Ivan F. Martinez introducing messageview Toolbar
12517                 some changes and committed by oliver    
12518
12519 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12520
12521         * src/messageview.[ch]
12522                 add patch by Ivan F. Martinez introducing messageview Toolbar
12523                 some changes and committed by oliver    
12524
12525 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12526
12527         * src/compose.[ch]
12528                 add patch by Ivan F. Martinez introducing messageview Toolbar
12529                 some changes and committed by oliver    
12530
12531 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12532         
12533         * src/toolbar.[ch]
12534                 add patch by Ivan F. Martinez introducing messageview Toolbar
12535                 some changes and committed by oliver
12536
12537 2002-11-28 [oliver]     0.8.6claws27
12538         
12539         * src/prefs_toolbar.[ch]
12540                 getting ready for messageview toolbar
12541                 free mem allocated by gettext
12542                 change prefs_toolbar to prefs_toolbar_open
12543  
12544 2002-11-28 [thorsten]   0.8.6claws26
12545
12546         * src/imageview.[ch]
12547                 cleaned up conflicting declarations of
12548                 imageview_show_image()
12549
12550 2002-11-28 [paul]       0.8.6claws25
12551
12552         * src/grouplistdialog.c
12553           src/prefs_common.c
12554           src/prefs_summary_column.c
12555                 a few more improvements to the English
12556
12557 2002-11-28 [colin]      0.8.6claws24
12558
12559         * man/sylpheed.1
12560                 A few updates to command-line parameters
12561
12562 2002-11-28 [colin]      0.8.6claws23
12563
12564         * src/prefs_filtering.c
12565                 Fix problems with prefs_filtering_delete_path:
12566                 a) if the first rule is removed, original pointers
12567                    weren't updated (leading to segfaults)
12568                 b) it was always global_processing updated in case
12569                    of removed path was parent of rule path
12570
12571 2002-11-27 [paul]       0.8.6claws22
12572
12573         * src/mainwindow.c
12574           src/prefs_account.c
12575           src/prefs_actions.c
12576           src/prefs_common.c
12577           src/prefs_customheader.c
12578           src/prefs_display_header.c
12579           src/prefs_filtering.c
12580           src/prefs_folder_item.c
12581           src/prefs_matcher.c
12582           src/prefs_scoring.c
12583           src/prefs_summary_column.c
12584           src/prefs_template.c
12585           src/prefs_toolbar.c
12586                  improve the English in the GUI
12587
12588 2002-11-27 [colin]      0.8.6claws21
12589
12590         * src/folder.c
12591                 Fix processing renaming problems happening after
12592                 last commit
12593
12594 2002-11-27 [colin]      0.8.6claws20
12595
12596         * src/folder.c
12597                 recursive move now deletes src each subfolder after 
12598                 having moved it
12599         * src/folderview.c
12600                 Use identifier instead of path during dnd (enables
12601                 IMAP folder dnd)
12602
12603 2002-11-27 [paul]       0.8.6claws19
12604
12605         * src/main.c
12606                 apply patch that does command-line processing 
12607                 BEFORE gtk_init, allowing claws to run from 
12608                 shell-scripts in non-X environment (e.g. crontab 
12609                 or ip-up, ip-down scripts). Patch submitted by
12610                 Ruslan N. Balkin <baron@dartel.ru>
12611                 
12612         * po/it.po
12613                 updated by Alessandro Maestri
12614
12615 2002-11-27 [paul]       0.8.6claws18
12616
12617         * sync with 0.8.6cvs12
12618           src/prefs_common.c
12619                 Differences are that main uses a 'Receive dialog'
12620                 frame on the Interface tab, whereas claws groups all 
12621                 the dialogs together in a 'Dialogs' frame.
12622
12623 2002-11-27 [colin]      0.8.6claws17
12624
12625         * src/prefs_matcher.c
12626                 Fix Execute criteria's NOT flag
12627
12628
12629 2002-11-26 [christoph]  0.8.6claws16
12630
12631         * src/ssl.c
12632                 rewrite the ssl code a little bit, only use one
12633                 SSL context, set default certificates' file/path
12634
12635 2002-11-26 [thorsten]   0.8.6claws15
12636
12637         * src/compose.c
12638                 default-reply-to didn't work for ml-reply
12639
12640 2002-11-26 [melvin]     0.8.6claws14
12641
12642         * src/prefs_actions.c
12643                 Made pipe-actions ignore short headers in message view
12644                 Made trailing-pipe-actions write in the message view with
12645                 the same font as the original message
12646
12647 2002-11-26 [paul]       0.8.6claws13
12648
12649         * src/compose.c
12650                 this time commit the correct file
12651
12652 2002-11-26 [paul]       0.8.6claws12
12653
12654         * sync with 0.8.6cvs11
12655           src/quote_fmt_parse.y  
12656                 no sync needed
12657           src/account.[ch]       
12658                 not sync'ed
12659           src/compose.c
12660                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12661                 on draft mode.
12662                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12663                 header
12664                 
12665         see ChangeLog 2002-11-25 and 2002-11-26
12666
12667 2002-11-26 [colin]      0.8.6claws11
12668
12669         * src/folderview.c
12670                 Fix collapsed folder not auto-expanding during
12671                 mail dnd, if it was the source folder.
12672
12673 2002-11-25 [colin]      0.8.6claws10
12674
12675         * src/folderview.[ch]
12676                 Variable renaming and cleaning (slist of nodes 
12677                 to be re-collapsed is stored in FolderView)
12678
12679 2002-11-25 [paul]       0.8.6claws9
12680
12681         * src/prefs_common.[ch]
12682                 fix breakage caused by last commit
12683
12684 2002-11-25 [paul]       0.8.6claws8
12685
12686         * sync with 0.8.6cvs4
12687                 see ChangeLog 2002-11-21
12688
12689 2002-11-25 [paul]       0.8.6claws7
12690
12691         * sync with 0.8.6cvs4
12692                 see ChangeLog 2002-11-20
12693
12694 2002-11-25 [paul]       0.8.6claws6
12695
12696         * sync with 0.8.6cvs3
12697                 see ChangeLog 2002-11-18
12698
12699 2002-11-25 [colin]      0.8.6claws5
12700
12701         * src/gtkutils.[ch]
12702                 Add gtkut_ctree_node_is_parent()
12703         * src/folderview.c
12704                 Spring-loaded folders
12705
12706 2002-11-25 [colin]      0.8.6claws4
12707
12708         * src/utils.[ch]
12709                 Add slist_concat_unique(), function to merge
12710                 two GSList filtering dups
12711         * src/folder.[ch]
12712         * src/summaryview.[ch]
12713         * src/folderview.c
12714         * src/main.c
12715                 Add detection/update/display of unread answers
12716                 to marked mails
12717         * src/procmsg.[ch]
12718                 Add procmsg_find_children()
12719                 Add procmsg_msg_has_marked_parent()
12720
12721 2002-11-25 [colin]      0.8.6claws3
12722
12723         * src/ssl_certificate.[ch]
12724                 Allow checking a certificate without a DNS
12725                 lookup
12726                 Allow to forget a cert (by deleting it)
12727                 Make ssl_certificate_destroy_public
12728         * src/ssl_manager.[ch] ** NEW FILES **
12729                 Gui to manage (display/remove) certificates
12730         * src/prefs_common.[ch]
12731                 Add a pref to allow silent acceptation of
12732                 trusted certificates or not (based on the
12733                 "I want to know what's going on" principle)
12734         * src/mainwindow.c
12735                 Add SSL manager in Tools menu
12736         * src/Makefile.am
12737                 Add the new files to the build
12738         * po/POTFILES.in
12739                 Add ssl_manager.c to translations
12740
12741 2002-11-25 [colin]      0.8.6claws2
12742
12743         * src/summaryview.[ch]
12744                 Add S_SEARCH_EXTENDED to the quick search, which 
12745                 allows to search using filtering syntax.
12746
12747 2002-11-25 [colin]      0.8.6claws1
12748
12749         * src/summaryview.c
12750                 Deletion of duplicates now prefer deleting
12751                 the unread dup (fixes feature-request 638989).
12752
12753 2002-11-24 [paul]       0.8.6claws
12754
12755         * po/es.po
12756           po/pl.po
12757           po/ru.po
12758           po/sr.po
12759                 updated by Ricardo Mones Lastra,
12760                 Witold Wladyslaw Wojciech Wilk,
12761                 Ruslan N. Balkin, and  Urke MMI 
12762                 respectively
12763
12764 2002-11-24 [paul]       0.8.5claws182
12765
12766         * po/bg.po
12767                 updated by George Danchev
12768
12769 2002-11-23 [alfons]     0.8.5claws181
12770
12771         * src/imap.c
12772                 tiny memory leak found by browsing Dimitar's 
12773                 valgrind report
12774
12775 2002-11-23 [paul]       0.8.5claws180
12776
12777         * po/it.po
12778                 updated by Alessandro Maestri
12779
12780 2002-11-22 [christoph]  0.8.5claws179
12781
12782         * src/compose.c
12783         * src/inc.c
12784         * src/prefs_filtering.c
12785         * src/summaryview.c
12786                 more warning fixes
12787
12788 2002-11-22 [alfons]     0.8.5claws178
12789
12790         * src/summaryview.c
12791                 summary_execute_delete_func(): if message is deleted, make 
12792                 sure to also remove its entry in the subject hash table. 
12793                 fixes a corner case bug.
12794
12795 2002-11-22 [paul]       0.8.5claws177
12796
12797         * .cvsignore
12798                 add 'autom4te.cache'
12799                 
12800         * ltconfig      ** REMOVED **
12801                 not needed
12802
12803 2002-11-22 [paul]       0.8.5claws176
12804
12805         * src/textview.c
12806                 textview_set_font(): fix for message display in
12807                 UTF-8 locales (thanks to Sergey Vlasov).
12808                 
12809         * AUTHORS
12810                 add new team members and contributors
12811
12812
12813 2002-11-21 [colin]      0.8.5claws175
12814
12815         * src/procmsg.[ch]
12816                 Add procmsg_remove_special_headers()
12817         * src/mh.c
12818                 Use procmsg_remove_special_headers() for 
12819                 previous fix
12820
12821 2002-11-21 [colin]      0.8.5claws174
12822
12823         * src/mh.c
12824                 Fix moving/copying from queue/draft folders
12825                 for MH folders
12826
12827 2002-11-21 [christoph]  0.8.5claws173
12828
12829         * src/crash.c
12830         * src/filtering.c
12831         * src/logwindow.c
12832         * src/main.c
12833         * src/matcher_parser_lex.[hl]
12834         * src/mbox.c
12835         * src/mbox_folder.[ch]
12836         * src/prefs_filtering.c
12837         * src/procheader.c
12838         * src/quote_fmt_lex.l
12839         * src/ssl.c
12840                 fix all warnings except the warnings in lex and yacc files
12841
12842 2002-11-20 [christoph]  0.8.5claws172
12843
12844         * src/imap.c
12845                 fix MsgInfo retrieval for IMAP draft and queue folders
12846                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12847
12848 2002-11-19 [christoph]  0.8.5claws171
12849
12850         * src/compose.c
12851                 fix segfault, when draft saving does not get
12852                 the MsgInfo of the new message
12853                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12854
12855 2002-11-19 [christoph]  0.8.5claws170
12856
12857         * src/procmsg.c
12858                 add parameter check for flag setting function
12859                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12860
12861 2002-11-18 [paul]       0.8.5claws169
12862
12863         * src/compose.c
12864                 more sensitivity fixes to redirect mode:
12865                 * disable toolbar draft button
12866                 * allow only Address book in the Tools menu
12867                 * disable editing of message by the spell
12868                   checker
12869
12870 2002-11-18 [paul]       0.8.5claws168
12871
12872         * src/compose.c
12873                 fix sensitivity of menu items in compose_redirect():
12874                 allow only the necessary items 
12875
12876 2002-11-18 [paul]       0.8.5claws167
12877
12878         * src/compose.c
12879                 fix bug [ 603259 ] 'attachment got lost on bounce'
12880
12881 2002-11-18 [paul]       0.8.5claws166
12882
12883         * po/ru.po
12884                 updated by Ruslan N. Balkin <baron@dartel.ru>
12885
12886 2002-11-18 [colin]      0.8.5claws165
12887
12888         * src/main.c
12889           src/defs.h
12890                 Remove old filtering stuff
12891
12892
12893 2002-11-17 [oliver]     0.8.5claws164
12894
12895         * src/toolbar.h
12896                 remove not needed typedef 
12897
12898 2002-11-17 [oliver]     0.8.5claws163
12899
12900         * src/toolbar.c
12901                 make toolbar's on click events translatable
12902
12903 2002-11-15 [colin]      0.8.5claws162
12904
12905         * src/summaryview.c
12906                 Revert too-soon integration of a feature
12907
12908 2002-11-15 [christoph]  0.8.5claws161
12909
12910         * src/imap.c
12911                 use main's implementation of imap_get_msginfo
12912
12913 2002-11-15 [christoph]  0.8.5claws160
12914
12915         * src/compose.c
12916         * src/folder.[ch]
12917         * src/imap.c
12918         * src/mbox_folder.c
12919         * src/mh.c
12920         * src/news.c
12921         * src/procmsg.c
12922         * src/summaryview.c
12923                 replace claws' fetch_msginfo with main's get_msginfo
12924                 (use main's implementation where possible)
12925
12926 2002-11-15 [colin]      0.8.5claws159
12927
12928         * src/ssl_certificate.c
12929                 Missed a check
12930
12931 2002-11-16 [melvin]     0.8.5claws158
12932
12933         * po/fr.po
12934                 Updated French translations.
12935
12936 2002-11-16 [colin]      0.8.5claws157
12937
12938         * src/ssl_certificate.c
12939                 Check for missing parts in the certificates
12940
12941 2002-11-15 [colin]      0.8.5claws156
12942
12943         * src/folderview.c
12944                 Preventive fix (missing check) found by
12945                 Alfons
12946
12947 2002-11-15 [paul]
12948
12949         * NEWS
12950                 sync with 0.8.6 release
12951
12952 2002-11-15 [colin]      0.8.5claws155
12953
12954         * src/folder.[ch]
12955           src/folderview.c
12956                 Fix error handling of folder_item_move_to()
12957                 (thanks to Alfons!)
12958
12959 2002-11-15 [colin]      0.8.5claws154
12960
12961         * src/folder.[ch]
12962           src/folderview.c
12963                 folder_item_move_to() sets an error message instead
12964                 of having GUI stuff in folder.c
12965
12966 2002-11-15 [colin]      0.8.5claws153
12967
12968         * src/procmsg.[ch]
12969                 Implemented a callback for MsgInfo updates, 
12970                 heavily copy/pasted from Christoph's folder 
12971                 callback system
12972         * src/summaryview.[ch]
12973                 Register summary_update_msg as callback
12974
12975 2002-11-14 [colin]      0.8.5claws152
12976         
12977         * src/procmsg.c
12978                 Update the FolderItem after sending (fixes 617593)
12979
12980 2002-11-14 [christoph]  0.8.5claws151
12981
12982         * src/folder.c
12983                 fix wrong position of NULL pointer check found
12984                 by Sergey
12985
12986 2002-11-14 [christoph]  0.8.5claws150
12987
12988         * src/folder.c
12989                 fix segfault when deleting messages from IMAP folders
12990                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12991
12992 2002-11-14 [colin]      0.8.5claws149
12993
12994         * src/compose.c
12995                 Forwarding was also ignoring the folder's default account.
12996
12997 2002-11-14 [colin]      0.8.5claws148
12998
12999         * src/compose.c
13000                 Fix sent folder not set to folder properties when 
13001                 forwarding.
13002
13003 2002-11-14 [thorsten]   0.8.5claws147
13004
13005         * src/inc.c
13006                 inc_start(): Files were not moved from .processing to inbox,
13007                 if no global processing rule existed
13008
13009 2002-11-14 [colin]      0.8.5claws146
13010
13011         * src/ssl_certificate
13012                 Fix file operations
13013
13014 2002-11-14 [paul]       0.8.5claws145
13015
13016         * po/it.po
13017                 updated by Alessandro Maestri
13018
13019 2002-11-13 [alfons]     0.8.5claws144
13020
13021         * src/folder.c
13022                 folder_item_close(): only mark messages unread
13023                 when a folder has new messages 
13024
13025 2002-11-13 [keith]      0.8.5claws143
13026
13027         * src/imap.c
13028                 Fix problem moving or copying between
13029                 IMAP folders
13030
13031 2002-11-13 [colin]      0.8.5claws142
13032
13033         * src/matcher_parser_parse.y
13034                 Fix rule problem when " don't match
13035
13036 2002-11-13 [christoph]  0.8.5claws141
13037
13038         * src/folder.c
13039         * src/folderview.c
13040                 moved cache saving to folder_item_close
13041                 the folderview should not have to deal with
13042                 this things
13043
13044 2002-11-13 [christoph]  0.8.5claws140
13045
13046         * src/summaryview.c
13047                 moved setting of important score to
13048                 summary_set_prefs_from_folderitem
13049
13050 2002-11-13 [colin]      0.8.5claws139
13051
13052         * src/matcher_parser_parse.y
13053                 Fix a segfault in the parser (happening when
13054                 a good expression had been tested and a bad 
13055                 one arrives)
13056
13057 2002-11-13 [paul]       0.8.5claws138
13058
13059         * sync with 0.8.5cvs24
13060                 see ChangeLog 2002-11-13
13061                 
13062         * po/pt_BR.po
13063                 updated by Fabio Jr. Beneditto
13064
13065 2002-11-13 [colin]      0.8.5claws137
13066         
13067         * src/msgcache.c
13068           src/defs.h
13069           src/procmsg.[ch]
13070                 Revert last commit, problem
13071
13072 2002-11-13 [colin]      0.8.5claws136
13073
13074         * src/msgcache.c
13075                 Remove duplicated code
13076         * src/defs.h
13077                 Bumped CACHE_VERSION and MARK_VERSION
13078         * src/procmsg.[ch]
13079                 Network endian for cache and mark files
13080
13081 2002-11-12 [colin]      0.8.5claws135
13082
13083         * src/inc.c
13084                 Fix the "socket error" dialog which disappeared
13085
13086 2002-11-12 [colin]      0.8.5claws134
13087
13088         * src/msgcache.c
13089                 Reverse last commit which had performance 
13090                 problems, but still reverse the list
13091
13092 2002-11-12 [colin]      0.8.5claws133
13093
13094         * src/msgcache.c
13095                 Reverse list order
13096
13097 2002-11-12 [melvin]     0.8.5claws132
13098
13099         * src/compose.c
13100                 Added a check for a NULL prefs_common.dictionary
13101
13102 2002-11-12 [colin]      0.8.5claws131
13103
13104         * src/ssl_certificate.[ch]
13105                 Use FQDN hostname
13106
13107 2002-11-12 [colin]      0.8.5claws130
13108
13109         * src/ssl_certificate.[ch]
13110                 Take connection port into account for 
13111                 checking certificates (a single hostname
13112                 could have multiple servers with multiple
13113                 certificates)
13114         * src/ssl.c
13115                 Pass the port to ssl_certificate_check
13116
13117 2002-11-12 [paul]       0.8.5claws129
13118
13119         * src/folder.c
13120                 fix a typo in last commit
13121
13122 2002-11-12 [paul]       0.8.5claws128
13123
13124         * sync with 0.8.5cvs23
13125                 see ChangeLog entry 2002-11-12
13126
13127 2002-11-11 [colin]      0.8.5claws127
13128
13129         * src/ssl_certificate.c
13130                 Cleaner messages
13131                 Don't popup, instead log error, if the 
13132                 corresponding pref is checked
13133         * src/ssl_certificate.h
13134                 include <openssl/objects/h>
13135
13136 2002-11-11 [colin]      0.8.5claws126
13137
13138         * src/ssl_certificate.h
13139                 _Really_ clean it
13140
13141 2002-11-11 [colin]      0.8.5claws125
13142         
13143         * src/ssl_certificate.c
13144                 Fixed leak
13145
13146 2002-11-11 [colin]      0.8.5claws124
13147
13148         * src/ssl.c
13149                 Cleaned a bit
13150         * src/ssl_certificate.[ch]
13151                 Cleaned a bit (better use of SSL API)
13152                 (This will cause non-recognition of saved 
13153                  certificates of claws12[23]...)
13154
13155 2002-11-11 [paul]       0.8.5claws123
13156         
13157         * po/es.po
13158                 updated by Ricardo Mones Lastra
13159
13160 2002-11-11 [colin]      0.8.5claws122
13161
13162         * src/ssl.c
13163                 Fix a typo
13164
13165 2002-11-11 [colin]      0.8.5claws121
13166
13167         * src/ssl_certificate.[ch] ** NEW FILES **
13168         * src/ssl.[ch]
13169                 Check SSL certificates presented to us
13170         * src/Makefile.am
13171                 Add ssl_certificate.[ch]
13172         * po/POTFILES.in
13173                 Add ssl_certificate.c
13174
13175 2002-11-11 [paul]       0.8.5claws120
13176
13177         * sync with 0.8.5cvs22
13178                 see ChangeLog 2002-11-11
13179
13180 2002-11-11 [paul]       0.8.5claws119
13181
13182         * sync with 0.8.5cvs21
13183                 see ChangeLog 2002-11-11
13184
13185 2002-11-10 [jens]       0.8.5claws118
13186
13187         * src/folder.c
13188         * src/folderview.c
13189                 corrected some typing
13190         * po/de.po
13191                 updated german translation
13192         * sylpheed.spec.in
13193                 cleaned up specfile and adjusted it for claws
13194
13195 2002-11-10 [colin]      0.8.5claws117
13196
13197         * src/summaryview.c
13198                 a STATUSBAR_PUSH/POP fix
13199
13200 2002-11-10 [colin]      0.8.5claws116
13201
13202         * src/prefs_folder_item.c
13203                 Fix hanging after opening folder properties
13204
13205 2002-11-10 [hoa]        0.8.5claws115
13206
13207         * src/matcher_parser_lex.l
13208         * src/matcher_parser_parse.y
13209                 config file for scoring and filtering is no more trashed
13210                 when there is a syntax error in a filtering rule when
13211                 editing it in a dialog.
13212
13213 2002-11-09 [colin]      0.8.5claws114
13214
13215         * src/mbox_folder.c
13216                 Added missing initialisation of folder->destroy()
13217
13218 2002-11-09 [colin]      0.8.5claws113
13219
13220         * src/folder.c
13221           src/folderview.c
13222                 Fix the status bar messages
13223
13224 2002-11-09 [colin]      0.8.5claws112
13225
13226         * src/folderview.c
13227                 Fix hangs after folder dnd, happening after 
13228                 claws109.
13229
13230 2002-11-09 [christoph]  0.8.5claws111
13231
13232         * src/folderview.c
13233                 just changed order of calls (reverse order of
13234                 associated calls)
13235         * src/inc.c
13236                 lock inc when checking only one account, otherwise
13237                 inc all could be executed at the same time
13238
13239 2002-11-09 [christoph]  0.8.5claws110
13240
13241         * src/folderview.c
13242                 better unlock the mouse cursor before calling
13243                 summary_show because it changes the cursor too
13244
13245 2002-11-09 [christoph]  0.8.5claws109
13246
13247         * src/folder.[ch]
13248         * src/folderview.c
13249                 add functions to open and close a folder
13250                 o opending will execute scanning for remote folders
13251                   and processing
13252                 o closing will unset new flag for messages
13253
13254 2002-11-09 [colin]      0.8.5claws108
13255
13256         * src/folder.c
13257                 Add a call to prefs_matcher_write_config to 
13258                 avoid non-leaf folders filtering settings to be
13259                 lost
13260
13261 2002-11-09 [paul]       0.8.5claws107
13262
13263         * src/prefs_account.c
13264                 re-word a label
13265
13266 2002-11-09 [colin]      0.8.5claws106
13267
13268         * src/folderview.c
13269                 Minor esthetic fix
13270
13271 2002-11-09 [colin]      0.8.5claws105
13272
13273         * src/folderview.c
13274                 Fix prefs_filtering deletion for MH folders (same
13275                 reason as below)
13276         * src/prefs_filtering.c
13277                 Fix prefs_filtering renaming and deletion for 
13278                 folder-based processing rules.  
13279
13280 2002-11-09 [christoph]  0.8.5claws104
13281
13282         * src/compose.c
13283         * src/folder.[ch]
13284         * src/folderview.[ch]
13285         * src/import.c
13286         * src/inc.c
13287         * src/main.c
13288         * src/mainwindow.c
13289         * src/messageview.c
13290         * src/prefs_folder_item.c
13291         * src/procmsg.c
13292         * src/summaryview.c
13293                 implement a callback system for folder item updates
13294
13295 2002-11-09 [colin]      0.8.5claws103
13296
13297         * src/folderview.c
13298                 Fix prefs_filtering renaming for MH folders (we
13299                 shouldn't rename by path as another folder could
13300                 have the same hierarchy).
13301
13302 2002-11-09 [colin]      0.8.5claws102
13303
13304         * src/folder.c
13305                 Fix a leak found by Christoph, use better variable
13306                 names
13307
13308 2002-11-09 [colin]      0.8.5claws101
13309
13310         * src/folder.c
13311                 One more fix for processing rules
13312
13313 2002-11-08 [colin]      0.8.5claws100
13314         
13315         * src/matcher.c
13316                 Don't copy the compiled regexp (will be reevaluated)
13317         * src/folderview.c
13318                 Lock folderview while moving
13319         * src/folder.c
13320                 Provide info on what's happening to the user
13321
13322 2002-11-08 [colin]      0.8.5claws99
13323
13324         * src/folderview.c
13325                 Fix folder reordering after a move if parent is 
13326                 root
13327         * src/scoring.[ch]
13328                 Add function to copy a ScoringProp
13329         * src/prefs_folder_item.c
13330                 Copy scoring rules when copying a folder prefs
13331
13332 2002-11-08 [colin]      0.8.5claws98
13333
13334         * src/folderview.c
13335                 Fixes in case of failure
13336         * src/filtering.[ch]    
13337                 Add function to duplicate a FilteringProp
13338         * src/matcher.[ch]
13339                 Add function to duplicate a MatcherProp
13340         * src/prefs_folder_item.c
13341                 Save folder's processing rules when copying 
13342                 its prefs
13343
13344 2002-11-08 [colin]      0.8.5claws97
13345         
13346         * src/folderview.c
13347                 Sort after move
13348         * src/folder.c 
13349                 Change a printf to debug_print
13350
13351 2002-11-08 [colin]      0.8.5claws96
13352
13353         * src/folder.c
13354           src/folderview.c
13355                 Fix segfaults, call me stupido
13356         
13357
13358 2002-11-08 [colin]      0.8.5claws95
13359
13360         *src/folder.c
13361                 Added forgotten prefs to save when moving folders
13362
13363 2002-11-08 [colin]      0.8.5claws94
13364
13365         * src/folder.c
13366                 Fixes to folder DND (prefs copy)
13367         * src/folderview.c
13368                 Optimization for folder DND (don't rescan whole tree)
13369                 Added folderview_create_folder_node() for this 
13370                 optimization, so de-duped a bit the code
13371         * src/prefs_folder_item.[ch]
13372                 Added prefs_folder_item_copy_prefs()    
13373           
13374 2002-11-08 [paul]       0.8.5claws93
13375
13376         * src/prefs_account.c
13377           tools/README
13378           tools/kmail2sylpheed_v2.pl
13379                 correct some typos
13380
13381 2002-11-08 [paul]       0.8.5claws92
13382
13383         * src/compose.c
13384           src/prefs_account.[ch]
13385                 remove account options 'clearsign' and 'ascii_armored',
13386                 replace with 'default_gnupg_mode' to prevent mixed-mode
13387                 Privacy settings
13388
13389 2002-11-08 [paul]       0.8.5claws91
13390
13391         * src/compose.[ch]
13392                 re-implement GnuPG 'on-the-fly' mode selection,
13393                 disallow mixed-mode
13394
13395 2002-11-08 [colin]      0.8.5claws90
13396
13397         * src/folderview.c
13398           src/prefs_folder_item.c
13399                 Change "Property" to "Properties"
13400
13401 2002-11-07 [colin]      0.8.5claws89
13402
13403         * src/folderview.c
13404           src/folder.c
13405                 Allow folder dropping to a root folder
13406
13407 2002-11-07 [paul]       0.8.5claws88
13408
13409         * src/compose.c
13410                 revert last commit
13411
13412 2002-11-07 [paul]       0.8.5claws87
13413
13414         * src/compose.c
13415                 fix reply-to-list bug. closes bug report
13416                 "[633382] reply-to-list broken in recent cvs"
13417
13418 2002-11-07 [paul]       0.8.5claws86
13419
13420         * src/compose.c
13421                 add a forgotten '#if USE_GPGME ... #endif'
13422
13423 2002-11-07 [paul]       0.8.5claws85
13424
13425         * sync with 0.8.5cvs20
13426                 see ChangeLog 2002-11-07
13427
13428 2002-11-07 [colin]      0.8.5claws84
13429
13430         * src/folder.[ch]
13431                 Change folder_item_move_to to return the newly 
13432                 created folderitem.
13433         * src/folderview.c
13434                 Select the new folderitem after moving.
13435
13436 2002-11-07 [colin]      0.8.5claws83
13437
13438         * src/prefs_filtering.c
13439                 Fix rule rewriting when moving a leaf folder to a 
13440                 shorter path
13441
13442 2002-11-07 [colin]      0.8.5claws82
13443
13444         * src/prefs_filtering.c
13445                 fix a leak
13446
13447 2002-11-07 [colin]      0.8.5claws81
13448
13449         * src/folder.[ch]
13450                 Add folder_item_move_to() function to move a 
13451                 folderitem into another one (updates matcher etc)
13452         * src/folderview.c
13453                 Add folder drag'n drop (context menu to come)
13454                 [Should be dataloss free, but Please backup before 
13455                  trying !]
13456
13457 2002-11-06 [colin]      0.8.5claws80
13458
13459         * src/mh.c
13460                 mh_create_folder() returns NULL if can't create
13461                 directory hierarchy
13462
13463 2002-11-06 [paul]       0.8.5claws79
13464
13465         * src/compose.[ch]
13466                 allow 'on-the-fly' changing of the type of encryption 
13467                 and/or signing used (mime/ascii) via the compose window
13468
13469 2002-11-06 [paul]       0.8.5claws78
13470
13471         * sync with 0.8.5cvs19
13472                 see ChangeLog 2002-11-06 for src/account.c: 
13473                 account_get_special_folder()
13474                 
13475 2002-11-05 [alfons]     0.8.5claws77
13476
13477         * src/crash.c
13478                 very minor cleanups: nothing to see here, move on. :-)
13479
13480 2002-11-05 [colin]      0.8.5claws76
13481
13482         * src/main.c
13483                 Changes choices if compose windows are opened to
13484                 Discard, Draft, Don't quit
13485
13486 2002-11-05 [thorsten]   0.8.5claws75
13487
13488         * src/compose.c
13489                 reenabled default_reply_to folder option
13490
13491 2002-11-05 [colin]      0.8.5claws74
13492
13493         * src/compose.[ch] 
13494                 add compose_draft()
13495         * src/crash.c
13496                 add SIGTERM handler
13497         * src/main.[ch]
13498                 add clean_quit() for the SIGTERM handler
13499
13500 2002-11-05 [paul]       0.8.5claws73
13501         
13502         * po/es.po
13503                 updated by Ricardo Mones Lastra
13504
13505 2002-11-05 [melvin]     0.8.5claws72
13506
13507         * src/logwindow.c
13508                 Fixed log-clipping bug #616795.
13509                 To stop logging in the log window use 0 length.
13510         * src/prefs_common.c
13511                 Added a label to inform about the 0 log length behaviour.
13512
13513 2002-11-05 [paul]       0.8.5claws71
13514
13515         * sync with 0.8.5cvs17
13516                 see ChangeLog 2002-11-05
13517
13518 2002-11-04 [paul]       0.8.5claws70
13519
13520         * sylpheed-128x128.png
13521           sylpheed-64x64.png
13522           sylpheed.png
13523                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13524                 <nikai@users.sourceforge.net>
13525                 
13526         * po/bg.po
13527                 updated by George Danchev
13528
13529 2002-11-03 [thorsten]   0.8.5claws69
13530
13531         * src/main.c
13532           src/mimeview.c
13533           src/rfc2015.h
13534                 add check if gpg is active
13535
13536 2002-11-03 [thorsten]   0.8.5claws68
13537
13538         * src/toolbar.h
13539                 removed GSList declaration causing trouble on MacOS-X
13540                 (submitted by alfons, reported by xfesty)
13541
13542 2002-11-01 [paul]       0.8.5claws67
13543
13544         * src/mainwindow.c
13545                 remove last remnants of main's filter code
13546
13547 2002-11-01 [paul]       0.8.5claws66
13548
13549         * tools/filter_conv.pl
13550                 fix bug where user-defined headers were ignored
13551
13552 2002-11-01 [paul]       0.8.5claws65
13553
13554         * src/logwindow.c
13555                 make a debug_print() not translatable
13556
13557 2002-10-31 [melvin]     0.8.5claws64
13558
13559         * ac/aspell.m4
13560                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13561                 not run any GNU/aspell test.  The dictionary path will
13562                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13563                 was given, in which case, it will be $prefix/lib/aspell/
13564         * configure.in
13565                 Fixed typo in commentary (Aspell code).
13566
13567 2002-10-31 [paul]       0.8.5claws63
13568
13569         * po/POTFILES.in
13570                 remove src/filter.c and src/prefs_filter.c
13571                 thanks to Ricardo for reminding me
13572
13573 2002-10-31 [colin]      0.8.5claws62
13574
13575         * src/mbox_folder.c
13576                 Plug some leaks
13577
13578 2002-10-31 [paul]       0.8.5claws61
13579
13580         * src/prefs_filter.[ch] ** REMOVED **
13581           src/filter.[ch]       ** REMOVED **
13582           
13583         * src/Makefile.am
13584           src/folderview.c
13585           src/inc.c
13586           src/main.c
13587           src/mainwindow.c
13588           src/mbox.c
13589           src/prefs_common.c
13590           src/prefs_filtering.c
13591           src/summaryview.[ch]
13592                 remove main's 'filter' code
13593                 
13594         README.claws
13595                 update to reflect removal of main's filter
13596
13597 2002-10-31 [paul]       0.8.5claws60
13598
13599         * src/summaryview.c
13600                 remove check for global_processing in summary_filter_open(). 
13601                 This fixes the bug where if the user uses the right-click 
13602                 'Create filter rule...' and doesn't have any filter rules 
13603                 already defined in claws' advanced filtering, the newly 
13604                 created filter rule goes to main's filtering which is 
13605                 inaccessible through the gui. Now the filter rule gets added
13606                 to claws' filtering by default.
13607
13608 2002-10-28 [melvin]     0.8.5claws59
13609
13610         * src/prefs_actions.c
13611                 Fixed bug #627322 where MIME parts were not always
13612                 correctly passed to a %p action
13613                 Display an error dialog when message filename is not found.
13614
13615 2002-10-28 [melvin]     0.8.5claws58
13616
13617         * src/prefs_common.c
13618                 Readded a missing function declaration lost in 0.8.3claws34
13619
13620 2002-10-28 [paul]       0.8.5claws57
13621
13622         * sync with 0.8.5cvs15
13623                 see ChangeLog 2002-10-28 and 2002-10-25
13624                 
13625         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13626
13627 2002-10-27 [oliver]     0.8.5claws56
13628
13629         * src/pop.c
13630                 plug leak in pop3_top_recv
13631
13632 2002-10-26 [christoph]  0.8.5claws55
13633
13634         * src/folder.c
13635                 set need_update folder flag when messages are added
13636                 (closes bug [ 626922 ] folder not updated after receiving)
13637
13638 2002-10-25 [melvin]     0.8.5claws54
13639
13640         * src/imageview.c
13641                 Fixed a memleak introduced in the scaling code.
13642
13643 2002-10-24 [alfons]     0.8.5claws53
13644
13645         * src/filtering.c
13646                 make filtering's forward message action forward from the 
13647                 correct account
13648                 (closes bug [628089 ] Filter -> Forward from address problem
13649                 reported by Oktay)
13650
13651 2002-10-24 [christoph]  0.8.5claws52
13652
13653         * src/mainwindow.c
13654         * src/manual.[ch]
13655                 o use manual of current locale or english if current
13656                   locale is not available (and english is available)
13657                 o also link to sylpheed doc project manuals
13658
13659 2002-10-23 [paul]       0.8.5claws51
13660
13661         * tools/README
13662           tools/kmail2sylpheed_v2.pl
13663                 add new version of kmail addressbook importer script.
13664                 works with newer versions of Kmail/KAddressBook which
13665                 have new and rearranged data.
13666
13667 2002-10-23 [martin]     0.8.5claws50
13668
13669         * src/folderview.c
13670         * src/summaryview.c
13671         * src/utils.h
13672         * src/utils.c
13673                 added length parameter to get_abbrev_newsgroup_name()
13674                 changed this function so that it abbreviates the newsgroup
13675                 names only so long it is smaller than the length parameter
13676                 (for better reading of some newsgroup names and space efficiency)
13677
13678 2002-10-22 [colin]      0.8.5claws49
13679
13680         *src/foldersel.c
13681                 Revert Alfons' last modification (after voting ;-))
13682
13683 2002-10-21 [alfons]     0.8.5claws48
13684
13685         * src/foldersel.c
13686                 folder view in folder selection dialog reflects state of
13687                 folder view in main window
13688
13689 2002-10-18 [alfons]     0.8.5claws47
13690
13691         * src/mbox.c
13692                 drop imported messages in folder selected by user,
13693                 and not in the inbox
13694                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13695
13696 2002-10-18 [alfons]     0.8.5claws46
13697
13698         * src/compose.c
13699                 make automagic reply work correctly for email accounts 
13700                 (whether it's viable to do a full sync with Hiro's 
13701                 compose.c is still under discussion)
13702
13703 2002-10-18 [melvin]     0.8.5claws45
13704
13705         * src/prefs_actions.c
13706                 Fixed bug #622275 where asynchroneous actions left 
13707                 zombies processes
13708                 Made (synchroneous) actions' input be displayed live.
13709
13710 2002-10-18 [christoph]  0.8.5claws44
13711
13712         * src/textview.c
13713                 don't add a newline in the textview in front of the
13714                 first textpart if header display is disabled
13715                 (closes bug [ 603385 ] disabled header display leaves blank
13716                  lin)
13717
13718 2002-10-18 [christoph]  0.8.5claws43
13719
13720         * src/folder.[ch]
13721         * src/imap.c
13722         * src/mbox_folder.c
13723         * src/mh.c
13724         * src/news.c
13725                 folder->get_num_list now returns an error code
13726                 (closes bug [ 609424 ] News cache cleared on failure)
13727                 
13728 2002-10-17 [colin]      0.8.5claws42
13729         
13730         * src/news.c
13731                 Changed a printf by debug_print
13732
13733 2002-10-16 [paul]       
13734
13735         * tools/OOo2sylpheed.pl
13736                 allow for spaces in the name of the
13737                 file to be attached.
13738
13739 2002-10-16 [colin]      0.8.5claws41
13740
13741         * src/main.c
13742                 Use a tristate to change online mode
13743
13744 2002-10-16 [paul]       0.8.5claws40
13745
13746         * po/es.po
13747                 updated by Ricardo Mones Lastra
13748
13749 2002-10-16 [colin]      0.8.5claws39
13750
13751         * src/main.c
13752           src/mainwindow.[ch]
13753                 Added --online and --offline command-line
13754                 switches
13755
13756 2002-10-15 [christoph]  0.8.5claws38
13757
13758         * src/procmime.c
13759                 set mimeinfo->name to NULL after g_free to
13760                 avoid double freeing with g_free
13761
13762 2002-10-14 [christoph]  0.8.5claws37
13763
13764         * src/compose.c
13765         * src/filtering.c
13766         * src/summaryview.c
13767                 remove calls to folder->change_flags that are now
13768                 done by procmsg flag functions (seems it is not
13769                 used by any foldertype anyway)
13770         * src/folder.c
13771                 init folder->change_flags with NULL
13772
13773 2002-10-14 [christoph]  0.8.5claws36
13774
13775         * src/folder.[ch]
13776         * src/imap.[ch]
13777                 use virtual functions for folder item new and destroy
13778                 functions
13779
13780 2002-10-14 [melvin]     0.8.5claws35
13781
13782         * src/compose.c
13783                 Added a test to not run the spell checker if no default
13784                 dictionary is available. No dialog is displayed though.
13785
13786 2002-10-14 [melvin]     0.8.5claws34
13787
13788         * src/gtkaspell.c
13789                 Fixed bug in dictionary list context menu where
13790                 "More..." pointed to an emtpy submenu if the
13791                 number of dictionaries is a multiple of 15
13792                 Removed unneeded code in suggestions list creation
13793
13794 2002-10-14 [paul]       0.8.5claws33
13795
13796         * po/bg.po
13797                 updated by George Danchev
13798
13799 2002-10-13 [hoa]        0.8.5claws32
13800
13801         * src/matcher.[ch]
13802           src/matcher_parser_parser.y
13803                 removed the escaped string from internal structure
13804                 of matcher.
13805
13806 2002-10-12 [colin]      0.8.5claws31
13807
13808         * src/gtksctree.[ch]
13809           src/summaryview.c
13810                 Removed useless function gtksctree_reanchor
13811
13812 2002-10-12 [alfons]     0.8.5claws30
13813         
13814         * sync with remaining main changes 2002-10-09 - 2002-10-11
13815         - drop changes to src/compose.c (requires claws specific changes)
13816         
13817 2002-10-12 [alfons]     0.8.5claws29
13818         
13819         * sync with main changes of 2002-10-08
13820         - drop changes to src/compose.c (requires claws specific changes)
13821         - drop changes to src/summaryview.c (requires changes to compose.c)     
13822
13823 2002-10-12 [alfons]     0.8.5claws28
13824         
13825         * sync with main changes of 2002-10-07
13826
13827 2002-10-12 [alfons]     0.8.5claws27
13828
13829         * sync with main changes of 2002-10-04
13830         - drop changes to src/compose.c (requires claws specific changes)
13831         - drop changes to src/prefs_folder_item.c (claws implementation
13832           seems to be working)
13833
13834 2002-10-12 [colin]      0.8.5claws26
13835
13836         * src/mainwindow.c
13837                 Fix folder-flicker when space-reading, introduced 
13838                 in claws22.
13839
13840 2002-10-12 [colin]      0.8.5claws25
13841
13842         * src/compose.c
13843                 Save account address when saving as draft.
13844                 (closes bug 621838)
13845
13846 2002-10-12 [colin]      0.8.5claws24
13847
13848         * src/summaryview.c
13849                 Fix the problem consisting of no message selected
13850                 after the last message in a folder has been moved.
13851
13852 2002-10-12 [paul]       0.8.5claws23
13853
13854         * src/compose.c
13855           src/prefs_template.c
13856           src/template.[ch]
13857                 add Cc and Bcc to templates. Patch submitted by
13858                 John L. Males.
13859
13860 2002-10-12 [colin]      0.8.5claws22
13861
13862         * src/folderview.c
13863                 Fix a bug after "Check for new messages":
13864                 If a folder was opened, it was still selected at
13865                 the end of the check, but displayed empty.
13866         * src/mainwindow.c
13867                 Remove unnecessary check
13868
13869 2002-10-12 [paul]
13870
13871         * tools/README
13872                 be more verbose in the description of
13873                 OOo2sylpheed.pl
13874                 
13875
13876 2002-10-11 [colin]      0.8.5claws21
13877
13878         * src/mainwindow.c
13879                 Make space work (better) when no mail is selected
13880
13881 2002-10-11 [colin]      0.8.5claws20
13882
13883         * src/inc.c
13884           src/news.c
13885                 fix warnings
13886
13887 2002-10-11 [colin]      0.8.5claws19
13888
13889         * src/mainwindow.c
13890                 revert 0.8.5claws6 changes as i couldn't get to
13891                 anything satisfying
13892
13893 2002-10-11 [melvin]     0.8.5claws18
13894
13895         * src/compose.c
13896                 Removed buggy and unused macro (should have been committed in
13897                 0.8.5claws17)
13898
13899 2002-10-11 [melvin]     0.8.5claws17
13900
13901         * src/compose.c
13902                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13903
13904 2002-10-11 [thorsten]   0.8.5claws16 
13905
13906         * src/folderview.c
13907                 remove rescan warning
13908
13909 2002-10-11 [colin]      0.8.5claws15 
13910
13911         * src/procheader.c
13912                 fix a segfault that happens if conv_unmime_header
13913                 fails (should be better to find out why it fails)
13914
13915 2002-10-11 [christoph]  0.8.5claws14
13916
13917         * src/summaryview.c
13918                 update folderview stats after ignore/unignore thread
13919
13920 2002-10-11 [hoa]        0.8.5claws13
13921
13922         * src/quote_fmt_parse.y
13923                 Fixed a yacc/bison syntax error
13924         * src/matcher.c
13925                 Escaping of string is fixed.
13926
13927 2002-10-11 [colin]      0.8.5claws12
13928
13929         * src/imageview.c
13930                 Resize images to fit
13931
13932 2002-10-11 [paul]       0.8.5claws11
13933
13934         * po/es.po
13935                 updated by Ricardo Mones Lastra
13936
13937 2002-10-10 [alfons]     0.8.5claws10
13938
13939         * src/compose.c
13940                 allow dropping files by "moving" files from a file manager,
13941                 not only by the more cumbersome "copying". the latter 
13942                 mostly implies holding down the Control button
13943
13944 2002-10-10 [christoph]  0.8.5claws9
13945
13946         * src/summaryview.c
13947                 update folders after thread building for ignored threads
13948
13949 2002-10-10 [christoph]  0.8.5claws8
13950
13951         * config/.cvsignore
13952                 added Makefile
13953         * src/filtering.[ch]
13954         * src/folder.[ch]
13955         * src/folderview.[ch]
13956         * src/import.c
13957         * src/inc.[ch]
13958         * src/mbox.[ch]
13959         * src/procmsg.c
13960         * src/summaryview.[ch]
13961                 o added new flag need_update to FolderItem
13962                 o removed folder_table from various functions from tracking
13963                   folder updates
13964                 o set need_update flags in folder.c's move, copy and delete
13965                   functions and procmsg's flags functions
13966                 o added function folderview_update_items_when_required that
13967                   updates all folders with need_update set
13968                 o call folderview_update_items_when_required instead of
13969                   folderview_update_item_foreach
13970
13971 2002-10-09 [sergey]     0.8.5claws7
13972
13973         * src/compose.c
13974                 Strip CRs whel loading the text into editor in reedit mode.
13975
13976 2002-10-09 [colin]      0.8.5claws6
13977
13978         * src/mainwindow.c
13979                 Make Space work when no mail is selected
13980
13981 2002-10-09 [colin]      0.8.5claws5
13982
13983         * src/gtksctree.[ch]
13984                 Fix range_select
13985                 Add gtk_sctree_reanchor() 
13986         * src/summaryview.c
13987                 Use gtk_sctree_reanchor() - better fix for 
13988                 bug 60413
13989
13990 2002-10-09 [colin]      0.8.5claws4
13991
13992         * src/summaryview.c
13993                 Fix shift-click select after delete problem
13994                 (closes bug 60413)
13995
13996 2002-10-08 [thorsten]   0.8.5claws3
13997
13998         * src/summaryview.c
13999                 exclude current msg from -hide read messages-
14000
14001 2002-10-08 [colin]      0.8.5claws2
14002
14003         * src/inc.[ch]
14004           src/pop.c
14005           src/recv.c
14006                 Differentiate socket errors from disk full
14007                 errors
14008
14009 2002-10-08 [christoph]  0.8.5claws1
14010
14011         * Makefile.am
14012         * configure.in
14013                 modifications for new config directory
14014
14015         * config.guess  ** REMOVED **
14016         * config.sub    ** REMOVED **
14017         * install-sh    ** REMOVED **
14018         * ltmain.sh     ** REMOVED **
14019         * missing       ** REMOVED **
14020         * mkinstalldirs ** REMOVED **
14021                 these files are autogenerated by automake
14022                 when you run autogen.sh
14023
14024         * config/.cvsignore     ** NEW FILE **
14025         * config/Makefile.am    ** NEW FILE **
14026                 ignore autogenerated files
14027                 create a Makefile in this directory
14028
14029 2002-10-08 [paul]       0.8.5claws
14030
14031         * 0.8.5claws release
14032         
14033         * src/compose.c
14034           src/procheader.c
14035           src/procmsg.c
14036                 fix quote reply format for newsgroups reply bug
14037                 (thanks to Hoa)
14038                 
14039         * po/en_GB.po
14040           po/pl.po
14041                 updated by me and Witold Wladyslaw Wojciech Wilk
14042                 repectively
14043
14044 2002-10-07 [paul]       0.8.3claws53
14045
14046         * po/it.po
14047           po/pt_BR.po
14048           po/sr.po
14049                 updated messages catalogs, submitted by
14050                 Alessandro Maestri, Fabio Jr.Beneditto 
14051                 and Urke MMI, respectively.
14052
14053 2002-10-07 [christoph]  0.8.3claws52
14054
14055         * src/folder.[ch]
14056         * src/folderview.c
14057         * src/mainwindow.c
14058                 fix new folder ghost message bug
14059                 (closes bug [ 619722 ] wrong count for newly created folders)
14060
14061 2002-10-07 [christoph]  0.8.3claws51
14062
14063         * src/compose.c
14064                 fix news posting problem
14065
14066 2002-10-07 [melvin]     0.8.3claws50
14067
14068         * po/fr.po
14069                 Updated French translation
14070
14071 2002-10-05 [christoph]  0.8.3claws49
14072
14073         * src/gtkstext.c
14074                 check if line_start_cache is set in gtk_stext_update_text
14075                 (closes bug [ 618119 ] crash while doing search in folder)
14076
14077 2002-10-05 [christoph]  0.8.3claws48
14078
14079         * src/imap.c
14080         * src/news.c
14081         * src/utils.c
14082         * src/utils.h
14083                 implement cache cleanups for claws' folder system
14084                 (closes bug [ 595916 ] imapcache not cleaned up)
14085
14086 2002-10-05 [melvin]     0.8.3claws47
14087
14088         * src/prefs_actions.c
14089                 Made the help text more clear for the %p token
14090
14091 2002-10-04 [paul]       0.8.3claws46
14092
14093         * sync with 0.8.5
14094                 see ChangeLog 2002-10-02 and 2002-10-03
14095
14096 2002-10-04 [christoph]  0.8.3claws45
14097
14098         * src/inc.c
14099                 fix segfault caused by pop before smtp
14100                 call to inc_account_mail with NULL
14101                 pointer for mainwin
14102
14103 2002-10-04 [paul]       0.8.3claws44
14104
14105         * configure.in
14106                 sync the LDAP detection from 0.8.5cvs1
14107
14108 2002-10-02 [christoph]  0.8.3claws43
14109
14110         * po/de.po
14111                 fix small spelling error
14112
14113 2002-10-02 [melvin]     0.8.3claws42
14114
14115         * ac/aspell.m4
14116                 Behave better and say "no" when test program cannot be run.
14117
14118 2002-10-02 [paul]       0.8.3claws41
14119
14120         * sync with 0.8.4cvs1
14121                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14122                 
14123         * src/summaryview.c
14124                 toggle the behavior of Reply menuitem between
14125                 normal reply and reply-to-list
14126
14127 2002-10-01 [sergey]     0.8.3claws40
14128
14129         * src/compose.c
14130                 Convert newlines in the message text to the canonical form
14131                 before base64 encoding (RFC2045 compliance, fixes some
14132                 interoperability issues with Evolution 1.0.3)
14133
14134 2002-09-29 [colin]      0.8.3claws39
14135
14136         * src/summaryview.c
14137                 Fix an unwanted copy/paste
14138
14139 2002-09-29 [colin]      0.8.3claws38
14140
14141         * src/mainwindow.c
14142                 Renamed "Custom toolbar" to "Customize toolbar"
14143                 Renamed "Show all header" to "Show all headers"
14144                 Renamed "Set diplay item" to "Set displayed items"
14145         * src/prefs_common.c
14146                 Renamed "Show all header" to "Show all headers"
14147         * src/prefs_summary_column.c
14148                 Renamed "diplay item" to "displayed items"
14149
14150 2002-09-29 [colin]      0.8.3claws37
14151
14152         * src/mainwindow.[ch]
14153                 online/offline status pixmaps follow theme
14154                 changes
14155         * src/summaryview.[ch]
14156                 quicksearch pixmap follows theme changes
14157
14158 2002-09-29 [thorsten]   0.8.3claws36
14159
14160         * src/compose.c
14161           src/prefs_folder_item.[ch]
14162                 add default_reply_to folder option (closes patch 581044)
14163
14164 2002-09-29 [christoph]  0.8.3claws35
14165
14166         * acconfig.h    ** REMOVED **
14167         * configure.in
14168         * ac/aspell.m4
14169         * ac/check-type.m4
14170         * ac/gnupg-check-typedef.m4
14171                 fix autoheader 2.50 warning
14172
14173 2002-09-29 [christoph]  0.8.3claws34
14174
14175         * major code cleanup (part 2)
14176         
14177                 - unused variables removed
14178                 - unused functions removed
14179                 - uninitialized variables checked
14180                 - missing return statements added
14181                 - missing function return types added
14182                 - added parentheses around assignment
14183                   when suggested by gcc
14184
14185 2002-09-29 [alfons]     0.8.3claws33
14186
14187         * src/logwindow.c
14188                 log_window_clear(): only bracket gtk_text_forward_delete() 
14189                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14190                 works around GTK text bug)
14191
14192 2002-09-29 [paul]       0.8.3claws32
14193
14194         * po/bg.po
14195           po/sr.po
14196                 updated by George Danchev and Urke MMI
14197                 respectively
14198
14199 2002-09-27 [christoph]  0.8.3claws31
14200
14201         * doc-src/readme.txt
14202         * doc-src/rfc1806.txt   ** REMOVED **
14203         * doc-src/rfc2183.txt   ** NEW FILE **
14204         * doc-src/rfc2980.txt   ** NEW FILE **
14205                 update rfcs
14206
14207 2002-09-27 [melvin]     0.8.3claws30
14208
14209         * ac/aspell.m4
14210                 Fixed typo which could break linking
14211
14212 2002-09-27 [melvin]     0.8.3claws29
14213
14214         * ac/aspell.m4
14215                 Improved GNU/aspell checking. 
14216                 Fixed bug #614490
14217
14218 2002-09-27 [paul]       0.8.3claws28
14219
14220         * sync with 0.8.3cvs8
14221                 see ChangeLog 2002-09-27
14222
14223 2002-09-26 [colin]      0.8.3claws27
14224
14225         * src/toolbar.[ch]
14226           src/mainwindow.[ch]
14227                 Add "Reply to Mailing-list" to the toolbar
14228
14229 2002-09-26 [christoph]  0.8.3claws26
14230
14231         * src/summaryview.c
14232                 Fix wrong message counts in summaryview status
14233
14234 2002-09-26 [paul]       0.8.3claws25
14235
14236         * sync with 0.8.3cvs7
14237                 see ChangeLog 2002-09-26
14238
14239 2002-09-26 [paul]       0.8.3claws24
14240
14241         * sync with 0.8.3cvs6
14242                 see ChangeLog 2002-09-25
14243
14244 2002-09-25 [christoph]  0.8.3claws23
14245
14246         * src/prefs_common.c
14247         * src/prefs_folder_item.c
14248         * src/prefs_scoring.c
14249                 Renamed "kill score" to "hide score" in GUI
14250                 and prefs files
14251
14252 2002-09-25 [paul]       0.8.3claws22
14253
14254         * sync with 0.8.3cvs5
14255                 see ChangeLog 2002-09-24
14256
14257 2002-09-24 [alfons]     0.8.3claws21
14258
14259         patch by Satoshi Nagayasu: allows appending / saving multiple 
14260         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14261         'Save as ...'")
14262
14263         * AUTHORS
14264                 add Satoshi Nagayasu
14265         * src/summaryview.c
14266                 summary_save_as(): allow saving selected files to
14267                 one file
14268                 summary_set_menu_sensitive: enable "Save As..." when
14269                 multiple files are selected
14270         * src/utils.[ch]
14271                 append_file(): new function
14272
14273 2002-09-24 [colin]      0.8.3claws20
14274
14275         * src/procmime.c
14276                 Fix segfault when mimeinfo doesn't have a 
14277                 content_type. 
14278
14279 2002-09-24 [colin]      0.8.3claws19
14280
14281         * src/prefs_common.[ch]
14282                 Add a preference to display send dialog or not
14283         * src/send.c
14284                 Display send dialog according to preference
14285
14286 2002-09-24 [colin]      0.8.3claws18
14287
14288         * src/compose.[ch]
14289                 Disable user actions when sending
14290
14291 2002-09-24 [colin]      0.8.3claws17
14292
14293         * src/procmime.c
14294                 Do not display name or filename for attachments
14295                 with an application/pgp-signature type
14296                 (security flaw, see bug 537413)
14297
14298 2002-09-23 [colin]      0.8.3claws16
14299
14300         * src/editaddress.c
14301                 Initialize entry_email, entry_alias and 
14302                 entry_remarks to first email address of the list
14303
14304 2002-09-23 [colin]      0.83claws15
14305
14306         * src/compose.c
14307                 Drop pgp-signature when reediting a signed queued
14308                 message
14309
14310 2002-09-23 [melvin]     0.8.3claws14
14311
14312         * po/fr.po
14313                 Updated French translation
14314
14315 2002-09-23 [melvin]     0.8.3claws13
14316
14317         * src/mainwindow.c
14318                 Made custom toolbar menu labels more consistent
14319         * src/prefs_toolbar.c
14320                 Made custom toolbar window title more consistent
14321
14322 2002-09-22 [colin]      0.8.3claws12
14323
14324         * src/inc.c
14325                 Initialize session type to normal before getting 
14326                 mail (fixes strange Get behaviour)
14327         * src/prefs_account.h
14328                 Move STYPE_POP_BEFORE_SMTP to last position to 
14329                 avoid other side-effects
14330
14331 2002-09-22 [colin]      0.8.3claws11
14332
14333         * src/prefs_account.c
14334                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14335                 from pop3 to apop or vice-versa
14336
14337 2002-09-22 [colin]      0.8.3claws10
14338         
14339         * src/prefs_account.[ch]
14340                 Add an option for the POP before SMTP timeout
14341         * src/inc.c
14342                 Remember time of last POP connection
14343         * src/send.c
14344                 Do POP before SMTP only if timeout reached
14345
14346 2002-09-22 [oliver]     0.8.3claws9
14347         
14348         * README.claws
14349                 explain custom toolbar
14350
14351 2002-09-22 [oliver]     0.8.3claws8
14352
14353         * src/prefs_actions.[ch]
14354         custom toolbar for compose      
14355                 actions callback from compose toolbar
14356         * src/folderview.c
14357                 remove include toolbar.h
14358
14359 2002-09-22 [oliver]     0.8.3claws7
14360         
14361         * src/prefs_toolbar.[ch]
14362                 custom toolbar for compose
14363                 - generic prefs_toolbar handles both
14364                   Mainwin's toolbar as well as Compose toolbar          
14365
14366 2002-09-22 [oliver]     0.8.3claws6
14367         
14368         * src/toolbar.[ch]
14369                 custom toolbar for compose
14370                 restructure toolbar.[ch]
14371
14372 2002-09-22 [oliver]     0.8.3claws5
14373
14374         * src/compose.[ch]
14375                 custom toolbar for compose
14376
14377 2002-09-22 [oliver]     0.8.3claws4
14378         
14379         * src/mainwindow.[ch]
14380                 custom toolbar for compose 
14381                 move mainwin toolbar back to mainwindow
14382
14383 2002-09-22 [alfons]     0.8.3claws3
14384
14385         * src/procmsg.c
14386                 :%sno/if(/if (/gc
14387                 :%sno/for(/for (/gc
14388                 (beautify)
14389
14390 2002-09-22 [alfons]     0.8.3claws2
14391         
14392         * src/procmsg.c
14393                 procmsg_save_to_outbox(): don't unlink message file from queue;
14394                 callers should do it using folder_item_remove_msg()
14395
14396 2002-09-22 [colin]      0.8.3claws1
14397
14398         * src/mimeview.[ch]
14399                 Made mimeview_check_signature() public
14400         * src/textview.c
14401                 Made GPG signatures verifiable by clicking
14402                 the [application/pgp-signature] in the Text
14403                 view
14404
14405 2002-09-22 [paul]       0.8.3claws
14406
14407         * po/bg.po
14408           po/en_GB.po
14409           po/es.po
14410           po/it.po
14411           po/pl.po
14412           po/pt_BR.po
14413           po/sr.po
14414                 updated translations, submitted by George Danchev,
14415                 me, Ricardo Mones Lastra, Alessandro Maestri,
14416                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14417                 and Urke MMI, respectively.     
14418
14419 2002-09-22 [alfons]     0.8.2claws65
14420
14421         * src/procmsg.c
14422         * src/pgptext.c
14423                 no furry valgrinds have been used to plug these memleaks
14424
14425 2002-09-20 [paul]       0.8.2claws64
14426
14427         * sync with 0.8.3cvs4
14428                 'Select thread' re-implemented 
14429                 see ChangeLog 2002-09-20
14430
14431 2002-09-21 [alfons]     0.8.2claws63
14432
14433         * src/compose.c
14434                 compose_send(): plug unnoticed memleak
14435
14436 2002-09-20 [alfons]     0.8.2claws62
14437
14438         * src/addr_compl.c
14439                 replace_address_in_edit(): strict check for NULL address to
14440                 fix "[ 607348 ] Segfault in address completion". My guess is
14441                 that this happens with an empty address book, but it's good
14442                 to have this check here anyway
14443                 
14444                 completion_window_button_press(): free string returned 
14445                 from the internal cache
14446
14447 2002-09-20 [christoph]  0.8.2claws61
14448
14449         * src/procmime.h
14450                 added ENC_BINARY to EncodingType
14451         * src/procmime.c
14452                 the string returned by procmime_get_encoding_str
14453                 should not depend on the order of values in the
14454                 EncodingType definition
14455         * doc-src/rfc1806.txt   ** NEW FILE **
14456                 Added rfc1806 about MIME Content-Disposition
14457                 Extension
14458
14459 2002-09-19 [paul]       0.8.2claws60
14460
14461         * sync with 0.8.2cvs3
14462                 see ChangeLog 2002-09-19
14463
14464 2002-09-19 [paul]       0.8.2claws59
14465
14466         * src/prefs_folder_item.c
14467                 revert to Darko's original alignment of colour
14468                 selector button
14469                 add a colon to folder_color label
14470                 
14471         * src/compose.c
14472                 add Colin's patch (with Hiro's modifications) to 
14473                 force BASE64 encoding for 8-bit text when signing
14474                 (sync with 0.8.3cvs2)
14475
14476 2002-09-18 [alfons]     0.8.2claws58
14477
14478         * src/compose.c
14479                 :%sno/if(/if (/gc
14480                 :%sno/for(/for (/gc
14481                 (beautify a little bit)
14482
14483 2002-09-18 [christoph]  0.8.2claws57
14484
14485         * src/pine.c
14486                 fix handling of fgetc return value
14487
14488 2002-09-17 [alfons]     0.8.2claws56
14489         
14490         * src/summaryview.c
14491                 summary_sort(): check non-NULL summaryview->folder_item when no 
14492                 folder is selected at all
14493                 (closes "[ 610344 ] sort label make syl Crash")
14494
14495 2002-09-17 [alfons]     0.8.2claws55
14496         
14497         * src/compose.c
14498                 beautify a little bit
14499
14500 2002-09-17 [christoph]  0.8.2claws54
14501
14502         * src/folder.c
14503                 initialize max values for cache and folder
14504                 when cache or folder is empty
14505
14506 2002-09-15 [colin]      0.8.2claws53
14507
14508         * src/compose.c
14509                 Fix a leak (thanks Alfons!) and cleaned
14510                 variables names for custom headers
14511
14512 2002-09-15 [colin]      0.8.2claws52
14513
14514         * src/compose.c
14515                 Fix custom headers recognition when
14516                 prefs_common.trans_hdr is on
14517
14518 2002-09-15 [colin]      0.8.2claws51
14519
14520         * src/compose.c
14521                 Allow dynamically-added custom headers
14522                 Yet not reparsed if reedited
14523
14524 2002-09-15 [alfons]     0.8.2claws50
14525
14526         * src/prefs_account.c
14527                 fix warnings
14528
14529 2002-09-15 [colin]      0.8.2claws49
14530         
14531         * src/prefs_account.c
14532                 fix pop_before_smtp sensitivity
14533
14534 2002-09-15 [colin]      0.8.2claws48
14535
14536         * src/inc.[ch]
14537                 add inc_pop_before_smtp()
14538                 allow MainWindow to be undefined in 
14539                 inc_account_mail() and inc_start()
14540         * src/pop.c
14541           src/prefs_account.h
14542                 add STYPE_POP_BEFORE_SMTP session type
14543         * src/prefs_account.c
14544                 activated pop before smtp option
14545         * src/send.c
14546                 do pop before smtp if the relevant option 
14547                 is set
14548
14549 2002-09-15 [paul]       0.8.2claws47
14550
14551         * sync with 0.8.3
14552                 see ChangeLog 2002-09-15
14553
14554 2002-09-14 [paul]       0.8.2claws46
14555
14556         * po/bg.po
14557                 updated Bulgarian translation, submitted by
14558                 George Danchev
14559
14560 2002-09-13 [paul]       0.8.2claws45
14561
14562         * src/compose.c
14563                 merge claws' select_account() with main's
14564                 (new) compose_select_account(). [sync with
14565                 0.8.2cvs15, see ChangeLog 2002-09-11]
14566
14567 2002-09-12 [christoph]  0.8.2claws44
14568
14569         * src/filter.c
14570                 allocate 1 elements of FolderItem not 0
14571
14572 2002-09-12 [colin]      0.8.2claws43
14573
14574         * src/compose.c
14575                 Fix bug #590825 (obey Follow-up: poster)
14576
14577 2002-09-12 [colin]      0.8.2claws42
14578
14579         * src/procmime.c
14580                 Fix bug #557009 (wrong headers for messages 
14581                 forwarded as attachments)
14582
14583 2002-09-11 [colin]      0.8.2claws41
14584         
14585         * src/compose.c
14586                 Put SCF: pseudo-header on top of message
14587                 Set draft tmp_flag when saved as draft
14588
14589         * src/procmsg.c
14590           src/procheader.c
14591                 Skip after first \n\n for beginning of real message
14592                 for drafts too
14593
14594 2002-09-11 [christoph]  0.8.2claws40
14595
14596         * src/filtering.c
14597                 use procmsg flag functions in filtering or processing
14598                 will cause incorrect folder message counts
14599
14600 2002-09-11 [colin]      0.8.2claws39
14601
14602         * src/compose.c
14603                 Fix bug #550175 - wrong save folder when reediting
14604                 drafts
14605
14606 2002-09-11 [paul]       0.8.2claws38
14607
14608         * sync with 0.8.2cvs14
14609                 see ChangeLog 2002-09-11
14610
14611 2002-09-11 [colin]      0.8.2claws37
14612
14613         * src/folder.c
14614                 Fix a typo (seeming to cause new/unread status to
14615                 be lost)
14616
14617 2002-09-10 [christoph]  0.8.2claws36
14618
14619         * src/compose.c
14620                 compose_redirect should not use compose_generic_new
14621                 because that does more stuff than expected including
14622                 opening the external editor
14623                 (closes bug "[ 526608 ] bounced messages appear blank
14624                  in editor")
14625
14626 2002-09-10 [christoph]  0.8.2claws35
14627
14628         * src/folder.c
14629                 fix problem with too large message number range
14630                 causing a crash in folder_item_scan
14631
14632 2002-09-10 [paul]       0.8.2claws34
14633
14634         * sync with 0.8.2cvs13
14635                 see ChangeLog 2002-09-10
14636
14637 2002-09-10 [christoph]  0.8.2claws33
14638
14639         * src/msgcache.c
14640                 set MsgInfo TmpFlags for queue and draft folders
14641                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14642
14643 2002-09-10 [paul]       0.8.2claws32
14644
14645         * AUTHORS
14646           po/bg.po      ** NEW FILE **
14647                 new Bulgarian translation submitted by
14648                 George Danchev <danchev@spnet.net>
14649                 
14650         * tools/Makefile.am
14651           tools/README
14652           tools/tb2sylpheed     ** NEW FILE **
14653                 add script that converts an addressbook exported
14654                 from The Bat! into a Sylpheed addressbook. Submitted
14655                 by Urke MMI <urke-kg@eunet.yu>
14656
14657 2002-09-10 [paul]       0.8.2claws31
14658
14659         * sync with 0.8.2cvs12
14660                 see ChangeLog 2002-09-10
14661
14662 2002-09-06 [paul]       0.8.2claws30
14663
14664         * src/prefs_common.c
14665                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14666                 
14667         * tools/Makefile.am
14668           tools/README
14669           tools/ldif-to-xml.py  ** REMOVED **
14670                 remove obsolete python script
14671
14672 2002-09-06 [paul]       0.8.2claws29
14673
14674         * sync with 0.8.2cvs10
14675                 see ChangeLog 2002-09-06
14676
14677 2002-09-04 [paul]       0.8.2claws28
14678
14679         * sync with 0.8.2cvs9
14680                 see ChangeLog 2002-08-04
14681
14682 2002-09-04 [colin]      0.8.2claws27 
14683
14684         * src/prefs_common.[ch]
14685                 Added signature color configuration
14686         * src/textview.c
14687                 Use user-specified signature color
14688
14689 2002-09-03 [colin]      0.8.2claws26
14690
14691         * src/prefs_common.[ch]
14692                 Added autosave and autosave_length prefs
14693         * src/compose.c
14694                 Added compose_remove_draft()
14695                 Auto-save drafts according to the prefs
14696         * src/main.c
14697                 Added a crash-indicator file, allowing to check
14698                 for new messages on startup if Sylpheed crashed
14699                 (makes saved drafts "reappear")
14700
14701 2002-09-03 [colin]      0.8.2claws25
14702
14703         * src/textview.[ch]
14704                 Grey the signature
14705
14706 2002-09-03 [paul]       0.8.2claws24
14707
14708         * sync with 0.8.2cvs8
14709                 see ChangeLog 2002-09-02 and 2002-09-03
14710
14711 2002-09-03 [darko]      0.8.2claws23
14712
14713         * src/folderview.c
14714                 use normal style when creating new folder to pick
14715                 proper font size 
14716
14717 2002-09-02 [melvin]     0.8.2claws22
14718
14719         * src/gtkaspell.m4
14720                 removed some obsolete code
14721
14722 2002-09-02 [melvin]     0.8.2claws21
14723
14724         * ac/aspell.m4
14725                 fixed test's equality sign (== to =)
14726
14727 2002-09-02 [alfons]     0.8.2claws20
14728
14729         * src/folder.c
14730         * src/mh.c
14731                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14732                 as folder->destroy virtual as suggested by Hiro
14733                 (the mh.c code seems to have been lost around mh.c.1.21)
14734
14735 2002-09-02 [paul]       0.8.2claws19
14736
14737         * po/pt_BR.po
14738                 updated by Fabio Jr. Beneditto
14739                 
14740         * src/defs.h
14741                 use 'http://claws.sylpheed.org' for homepage link. 
14742                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14743
14744 2002-09-01 [alfons]     0.8.2claws18
14745
14746         * src/mh.c
14747                 plug memleak related to one Martin Kluge found
14748
14749 2002-08-31 [paul]       0.8.2claws17
14750
14751         * sync with 0.8.2cvs6
14752                 see ChangeLog 2002-08-30
14753
14754 2002-08-31 [alfons]     0.8.2claws16
14755
14756         * src/folder.c
14757                 folder_destroy(): remove mailbox from folderlist even if it has
14758                 no destroy virtual
14759
14760 2002-08-31 [alfons]     0.8.2claws15
14761
14762         * src/folder.c
14763                 :%sno/if(/if (/gc
14764                 :%sno/for(/for (/gc
14765                 (being pedantic I know)
14766
14767 2002-08-31 [alfons]     0.8.2claws14
14768
14769         * src/folder.c
14770                 check for NULL pointers returned from folder->fetch_msginfo virtual
14771                 (should solve some reported crashes)
14772
14773 2002-08-30 [alfons]     0.8.2claws13
14774
14775         * acconfig.h
14776         * configure.in
14777         * src/crash.c
14778                 enable crash dialog on compilation time
14779                 (--enable-crash-dialog configure option)
14780
14781 2002-08-30 [alfons]     0.8.2claws12
14782
14783         * AUTHORS
14784                 add Martin Kluge
14785         * src/mh.c
14786                 apply memory leak plug patch by Martin Kluge
14787                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14788                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14789                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14790
14791 2002-08-30 [darko]      0.8.2claws11
14792
14793         * src/folderview.c
14794                 copy Gtk style from normal style to match
14795                 font size for coloured folders
14796
14797 2002-08-29 [alfons]     0.8.2claws10
14798
14799         * sylpheed.desktop
14800                 Type=Internet <- Type=Application
14801                 (reported by Michael Schwendt, see:
14802                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14803                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14804
14805 2002-08-29 [paul]       0.8.2claws9
14806
14807         * sync with 0.8.2cvs5
14808                 see ChangeLog 2002-08-29
14809
14810 2002-08-29 [colin]      0.8.2claws8
14811
14812         * src/summaryview.c
14813                 Added a sanity check in summary_select_thread
14814                 Should fix bug 601605
14815
14816 2002-08-29 [colin]      0.8.2claws7
14817
14818         * src/main.c
14819                 Revert claws6 changes regarding bug #591676
14820
14821 2002-08-28 [colin]      0.8.2claws6
14822         
14823         * src/main.c
14824                 Ignore cache for queue folderitems
14825                 Fix bug #591676
14826
14827 2002-08-28 [melvin]     0.8.2claws5
14828
14829         * README.claws
14830                 Fixed typos.
14831
14832 2002-08-28 [melvin]     0.8.2claws4
14833
14834         * README.claws
14835                 Updated a bit the text concerning the spell checker
14836
14837 2002-08-28 [melvin]     0.8.2claws3
14838
14839         Merged the GNU_aspell_branch:
14840                 Support of new GNU/aspell is now included and the old pspell
14841                 is not supported anymore.
14842                 See README.claws
14843
14844         * README.claws
14845                 Updated spell checker text to reflect the switch to GNU/aspell
14846
14847         * ac/aspell.m4          *** NEW ***
14848         * src/gtkaspell.[ch]    *** NEW *** 
14849         * ac/pspell.m4          *** DELETED *** 
14850         * src/gtkspell.[ch]     *** DELETED ***
14851
14852         * ac/Makefile.am
14853                 Updated for GNU/aspell support
14854
14855         * po/POTFILES.in
14856                 Replaced gtkspell.c by gtkaspell.c
14857
14858         * acconfig.h
14859         * src/Makefile.am
14860         * src/about.c
14861         * src/compose.[ch]
14862         * src/crash.c
14863         * src/main.c
14864         * src/prefs_common.[ch]
14865                 Updated for GNU/aspell support
14866
14867 2002-08-28 [paul]       0.8.2claws2
14868
14869         * sync with 0.8.2cvs4
14870                 see ChangeLog 2002-08-27 and 2002-08-28
14871
14872 2002-08-28 [colin]      0.8.2claws1
14873
14874         * src/summary_search.c
14875                 Added "AND search"
14876
14877 2002-08-28 [jens]       0.8.2claws
14878
14879         *po/de.po
14880                 Updated German translations
14881
14882 2002-08-27 [melvin]     0.8.2claws
14883
14884         * po/fr.po
14885                 Updated French translations
14886
14887 2002-08-27 [paul]       0.8.2claws
14888
14889         * sync with 0.8.2 main release
14890
14891         * po/en_GB.po
14892           po/es.po
14893           po/it.po
14894           po/pl.po
14895           po/pt_BR.po
14896           po/sr.po
14897                 updated message catalogs submitted by
14898                 Ricardo Mones Lastra, Alessandro Maestri,
14899                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14900                 Beneditto and Urke MMI  
14901
14902 2002-08-27 [hoa]        0.8.1claws123
14903
14904         * src/mainwindow.[ch]
14905         * src/summaryview.[ch]
14906                 removed the "filter setting" menu option.
14907                 add a "cancel a news message" menu option.
14908
14909 2002-08-26 [martin]     0.8.1claws122
14910
14911         * ChangeLog.claws
14912                 changed string under 0.8.1claws79 changed by myself
14913                 i'm sorry alfons :(
14914
14915 2002-08-26 [martin]     0.8.1claws121
14916
14917         * src/crash.c
14918                 added kill command to debuggerrc to start crash dialog
14919
14920 2002-08-26 [paul]       0.8.1claws120
14921
14922         * sync with 0.8.1cvs31
14923                 see ChangeLog 2002-08-26
14924
14925 2002-08-25 [alfons]     0.8.1claws119
14926
14927         * src/procmsg.c
14928                 fix bug that didn't send out correct headers to news server
14929                 when sending news article and email from queue (bug reported
14930                 and patch provided by Tim Mann; closes bug 
14931                 "[ 583196 ] 0.7.8claws can't post news")
14932
14933 2002-08-25 [alfons]     0.8.1claws118
14934
14935         * src/selective_download.c
14936                 mark two strings as translatable
14937                 (thanks to Urke MMI for pointing this out)
14938
14939 2002-08-25 [alfons]     0.8.1claws117
14940
14941         * src/summaryview.c
14942                 treat sent boxes as special and allow sorting them by addressee
14943                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14944                 submitted by Steve Lamb)
14945
14946 2002-08-24 [alfons]     0.8.1claws116
14947
14948         * src/matcher.c
14949                 fix memleak reported by Martin Kluge
14950                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14951
14952 2002-08-24 [oliver]     0.8.1claws115
14953
14954         * src/prefs_toolbar.c
14955                 o code cleanup as suggested by Alfons
14956                 o memleak fix
14957
14958 2002-08-24 [alfons]     0.8.1claws114
14959
14960         * src/summaryview.c
14961                 o fix another memory leak reported by Martin Kluge
14962                   (see "[ 599568 ] Small Memory Leak")
14963                 o remove 'from' variable from 'summary_set_header()'; we can
14964                   do with just 'to' 
14965
14966 2002-08-24 [paul]       0.8.1claws113
14967
14968         * sync with 0.8.1cvs30
14969                 see ChangeLog 2002-08-23
14970
14971 2002-08-24 [alfons]     0.8.1claws112
14972
14973         * src/summaryview.c
14974                 remove unnecessary allocations for search bar fixing leaks
14975                 reported by Martin Kluge
14976                 (see "[ 599451 ] Further memory leaks?")
14977
14978 2002-08-24 [alfons]     0.8.1claws111
14979
14980         * src/main.c
14981                 make get_socket_name() public for crash.c
14982         * src/crash.c
14983                 o make report bug button work (goes to claws' 
14984                   bug tracker at sf.net)
14985                 o introduce function for doing important stuff just
14986                   before claws goes down
14987                 o clean up code 
14988
14989 2002-08-24 [alfons]     0.8.1claws110
14990
14991         * src/compose.c
14992                 move cursor to "To" entry when forwarding as attachment
14993                 (reported and solved by Steve Lamb, closes bug report
14994                 "[ 592880 ] Forward as attachment; cursor not in to")
14995
14996 2002-08-24 [colin]      0.8.1claws109
14997
14998         * src/mainwindow.c
14999                 fix quick search visibility after GUI (de)separations.
15000
15001 2002-08-23 [colin]      0.8.1claws108
15002
15003         * src/mainwindow.c
15004                 fix header pane visibility after folderview or
15005                 messageview (de)separation
15006
15007 2002-08-23 [paul]       0.8.1claws107
15008
15009         * src/mainwindow.[ch]
15010           src/toolbar.c
15011                 give full control of display or non-display 
15012                 of the Execute icon to Custom toolbar settings.
15013                 add new sensitivity condition to maninwindow.h: 
15014                 M_DELAY_EXEC
15015
15016         * ChangeLog
15017           ChangeLog.jp
15018           NEWS
15019                 more sync with 0.8.1cvs29
15020
15021 2002-08-23 [melvin]     0.8.1claws106
15022
15023         * src/alertpanel.c
15024                 Readded support for custom widget in alertpanel lost in last
15025                 sync.
15026
15027 2002-08-23 [paul]       0.8.1claws105
15028
15029         * sync with 0.8.1cvs29
15030                 see ChangeLog 2002-08-23
15031
15032 2002-08-23 [colin]      0.8.1claws104
15033
15034         * src/summaryview.c
15035                 Fix folder and search pixmaps exchanging positions
15036                 after theme or toolbar changes. Thank to Oliver for 
15037                 reporting this.
15038
15039 2002-08-23 [colin]      0.8.1claws103
15040
15041         * src/mainwindow.c
15042           src/messageview.[ch]
15043           src/noticeview.[ch]
15044           src/summaryview.c
15045                 Changed messageview_create() and noticeview_create()
15046                 to avoid the last gdk_warning
15047
15048 2002-08-22 [colin]      0.8.1claws102
15049
15050         * src/summaryview.c
15051                 Fix my new `Creating pixmap from xpm' warning
15052
15053 2002-08-22 [colin]      0.8.1claws101
15054
15055         * src/mainwindow.c
15056                 Fix some of the gdk warnings
15057
15058 2002-08-22 [colin]      0.8.1claws100
15059
15060         * src/Makefile.am
15061         * src/stock_pixmap.c
15062         * src/stock_pixmap.h
15063         * src/pixmaps/quicksearch.xpm *ADDED*
15064                 Add the quicksearch pixmap
15065         * src/mainwindow.c
15066         * src/summaryview.c
15067         * src/summaryview.h
15068                 Make quicksearch bar visible/hidden via a button
15069
15070 2002-08-22 [christoph]  0.8.1claws99
15071
15072         * src/folder.c
15073                 fix folder update for newsgroups with message
15074                 numbers below minimum number of articles to fetch
15075                 (closes bug #598445)
15076
15077 2002-08-22 [paul]       0.8.1claws98
15078
15079         * sync with 0.8.1cvs28
15080                 see ChangeLog 2002-08-22
15081
15082 2002-08-21 [alfons]     0.8.1claws97
15083
15084         * src/crash.c
15085                 use bt instead of bt full which seems to work 
15086                 better, and bt full doesn't give a great deal 
15087                 of information anyway
15088
15089 2002-08-21 [colin]      0.8.1claws96
15090
15091         * src/summaryview.c
15092                 fix summaryview_searchtype_changed prototype
15093
15094 2002-08-21 [christoph]  0.8.1claws95
15095
15096         * src/mainwindow.c
15097                 o fix broken menu update for sorting type, we have to
15098                   get this info from the summaryview now
15099                 o removed setting of threaded state in menu callback
15100         * src/summaryview.[ch]
15101                 more summaryview/folderitem seperation for
15102                 threading option
15103         * configure.in
15104                 removed not required --with-compiler-flags option
15105
15106 2002-08-21 [oliver]     0.8.1claws94
15107         
15108         * src/toolbar.h 
15109                 o rename toolbar.xml to toolbar_main.xml
15110                   since toolbar_compose.xml might come up 
15111                   any time soon
15112         * README.claws
15113                 add custom toolbar              
15114
15115 2002-08-21 [darko]      0.8.1claws93
15116
15117         * src/procmsg.c
15118                 don't reset tmp flags for messages copied
15119                 to sent folder
15120
15121 2002-08-21 [colin]      0.8.1claws92
15122         
15123         * src/prefs_filtering.c
15124                 fix renaming rules on folder rename 
15125                 when folder is not a leaf folder
15126
15127 2002-08-21 [paul]       0.8.1claws91
15128
15129         * src/prefs_folder_item.c
15130                 fix alignment of colour selector
15131
15132 2002-08-21 [paul]       0.8.1claws90
15133
15134         * sync with 0.8.1cvs27
15135                 see ChangeLog 2002-08-21
15136
15137 2002-08-21 [paul]       0.8.1claws89
15138
15139         * src/summaryview.c
15140                 fix crash when changing field type in
15141                 Quick search bar
15142
15143 2002-08-21 [colin]      0.8.1claws88
15144
15145         * src/summaryview.c
15146                 Made quick search case-insensitive
15147
15148 2002-08-21 [paul]       0.8.1claws87
15149
15150         * sync with 0.8.1cvs26
15151                 see ChangeLog 2002-08-21
15152
15153 2002-08-20 [christoph]  0.8.1claws86
15154
15155         * src/folderview.c
15156         * src/main.c
15157         * src/summaryview.[ch]
15158                 more summaryview/folderitem seperation for
15159                 sort_key and sort_type
15160         * src/procmsg.c
15161                 added missing return statement
15162
15163 2002-08-20 [colin]      0.8.1claws85
15164
15165         * src/summaryview.[ch]
15166                 Added a quick search box
15167         * src/mainwindow.c
15168         * src/prefs_common.[ch]
15169                 Added a show/hide option for the quick search
15170
15171 2002-08-20 [oliver]     0.8.1claws84
15172         
15173         * src/mainwindow.c
15174                 remove toolbar_create_popups
15175         * src/toolbar.[ch]
15176                 o remove toolbar_create_popups
15177                 o fix toolbar_set_sensitive 
15178                   (Bug reports #596834 and #596832)     
15179         * src/prefs_toolbar.c
15180                 o add "Set default" button
15181                 o align label and text + combo widgets
15182
15183 2002-08-20 [hoa]        0.8.1claws83bis
15184
15185         * src/imap.c
15186                 fixed a bug in imap_fetch_msginfo() in case there is no
15187                 current folder.
15188
15189 2002-08-20 [darko]      0.8.1claws83
15190
15191         * src/folderview.c
15192                 copy the color style of folder view so it
15193                 works with GTK themes
15194
15195 2002-08-20 [darko]      0.8.1claws82
15196
15197         * src/folder.h
15198         * src/folderview.c
15199         * src/prefs_folder_item.[hc]
15200                 don't use UI stuff in folder.h
15201
15202 2002-08-20 [darko]      0.8.1claws81
15203
15204         * src/folder.h
15205         * src/prefs_folder_item.h
15206         * src/folderview.c
15207         * src/prefs_folder_item.c
15208                 ability to set folder color in folderview
15209
15210 2002-08-19 [alfons]     0.8.1claws80
15211
15212         * src/summaryview.c
15213                 fix one of the earlier memleaks reported by Martin Kluge
15214
15215 2002-08-19 [alfons]     0.8.1claws79
15216
15217         * src/mainwindow.c
15218                 hide notice view when selecting seperate folder
15219                 view (reported by Urke MMI)
15220
15221 2002-08-19 [christoph]  0.8.1claws78
15222
15223         * src/folderview.c
15224         * src/prefs_folder_item.h
15225         * src/summaryview.[ch]
15226                 o add summary_set_prefs_from_folderitem to set
15227                   summaryview prefs (first step to remove all
15228                   references to the folderitem in summaryview)
15229                 o moved compiled regex stuff from folderitem prefs
15230                   to summaryview code
15231
15232 2002-08-19 [paul]       0.8.1claws77
15233
15234         * src/compose.c
15235                 add check for '.' to QUOTE_IF_REQUIRED
15236
15237 2002-08-19 [paul]       0.8.1claws76
15238
15239         * src/inc.c
15240                 sync with 0.8.1cvs25 (plug memory leak)
15241
15242         * src/prefs_toolbar.c
15243                 re-order prefs_toolbar_cancel()
15244
15245 2002-08-18 [alfons]     0.8.1claws75
15246
15247         * src/inc.c
15248         * src/matcher.c
15249                 plug other memleaks reported by Martin Kluge
15250
15251 2002-08-18 [paul]       0.8.1claws74
15252
15253         * po/pt_BR.po
15254                 updated by Fabio Jr. Beneditto
15255
15256 2002-08-18 [paul]       0.8.1claws73
15257
15258         * src/toolbar.[ch]
15259                 fix bug where tooltips were displayed untranslated              
15260
15261         * src/prefs_toolbar.c
15262                 fix bug where clicking 'Cancel' creates an icon & text
15263                 toolbar regardless of prefs
15264         
15265
15266 2002-08-17 [oliver]     0.8.1claws72
15267
15268         * src/prefs_toolbar.c
15269                 update toolbar on CANCEL
15270                 bug reported by Martin Kluge
15271         * src/toolbar.c
15272                 toolbar_destroy memleak fixed           
15273
15274 2002-08-17 [alfons]     0.8.1claws71
15275
15276         * src/toolbar.c
15277                 plug another memleak reported by Martin Kluge
15278
15279 2002-08-16 [alfons]     0.8.1claws70
15280
15281         * src/crash.c
15282                 use execvp() correctly (suggested by wwp; thanks!)
15283
15284 2002-08-16 [alfons]     0.8.1claws69
15285
15286         * src/gtksctree.c
15287                 plug memory leak reported by Kim Schultz & Martin Kluge
15288
15289 2002-08-16 [paul]       0.8.1claws68
15290
15291         * po/es.po
15292                 updated by Ricardo Mones Lastra
15293
15294 2002-08-16 [paul]       0.8.1claws67
15295
15296         * src/toolbar.h
15297                 fix bug where 'Compose News' icon showed wrong
15298                 tooltip
15299
15300 2002-08-16 [paul]       0.8.1claws66
15301
15302         * sync with 0.8.1cvs24
15303                 see ChangeLog 2002-08-16
15304
15305         * po/it.po
15306                 updated by Alessandro Maestri
15307
15308 2002-08-15 [paul]       0.8.1claws65
15309
15310         * po/sr.po
15311                 updated by Urke MMI
15312
15313 2002-08-15 [paul]       0.8.1claws64
15314
15315         * src/*.c
15316                 don't translate debug info
15317
15318         * src/matcher.[ch]
15319                 add copyright info
15320
15321 2002-08-15 [paul]       0.8.1claws63
15322
15323         * src/prefs_toolbar.c
15324                 fix bug where clicking 'OK' creates an icon & text
15325                 toolbar regardless of prefs
15326
15327 2002-08-14 [alfons]     0.8.1claws62
15328
15329         * src/main.c
15330                 add global var that has the full argv[0]
15331         * src/crash.c
15332                 o execvp the correct sylpheed by using argv0
15333                   and setting the correct work dir
15334                 o other tweaks  
15335
15336 2002-08-14 [oliver]     0.8.1claws61
15337         
15338         * enable/disable Toolbar Action Buttons 
15339         * code cleanups
15340         * src/mainwindow.c
15341         * src/toolbar.[ch]      
15342         * src/prefs_toolbar.c   
15343
15344 2002-08-14 [melvin]     0.8.1claws60
15345
15346         * po/fr.po
15347                 Updated French translations
15348
15349 2002-08-14 [melvin]     0.8.1claws59
15350
15351         * src/crash.c
15352                 Made bug report not translatable
15353         * src/exporthtml.c
15354                 Fixed exporthtml_build_filespec() return value
15355         * src/foldersel.c
15356                 Fixed incorrect include file
15357         * src/gtkspell.c
15358         * src/prefs_actions.c
15359         * src/prefs_toolbar.c
15360                 Made debug info not translatable
15361         * src/mutt.c
15362         * src/quote_fmt.c
15363                 Added missing includes
15364         * src/prefs_common.c
15365                 Fixed typo
15366
15367 2002-08-14 [paul]       0.8.1claws58
15368
15369         * faq/es/sylpheed-faq.html
15370           faq/es/sylpheed-faq-[1-3].html
15371           faq/es/sylpheed-faq-4.html     **NEW FILE **
15372                 update Spanish FAQ
15373
15374 2002-08-13 [christoph]  0.8.1claws57
15375
15376         * src/procmsg.c
15377                 ignore thread fix that did not mark all
15378                 child nodes of a ignored thread as
15379                 ignored. Does not work perfectly yet,
15380                 but it is better now
15381
15382 2002-08-13 [alfons]     0.8.1claws56
15383
15384         * src/crash.c
15385                 o implement 'save crash log'
15386                 o some tweaks
15387
15388 2002-08-13 [melvin]     0.8.1claws55
15389
15390         * src/main.c
15391                 removed unrequired "execinfo.h" header
15392
15393 2002-08-12 [paul]       0.8.1claws54
15394
15395         * faq/en/sylpheed-faq.html
15396           faq/en/sylpheed-faq-[1-3].html
15397           faq/en/sylpheed-faq-4.html     **NEW FILE **
15398                 update English FAQ
15399
15400 2002-08-12 [alfons]     0.8.1claws53
15401
15402         * po/POTFILES.in
15403                 add crash.c to translatables
15404         * src/crash.c
15405                 bring in Leandro's crash dialog
15406
15407 2002-08-11 [alfons]     0.8.1claws52
15408
15409         * src/crash.c
15410                 clean up some warnings
15411
15412 2002-08-11 [alfons]     0.8.1claws51
15413
15414         * acconfig.h
15415         * configure.in
15416         * src/crash.[ch]        ** NEW FILES **
15417         * src/main.c            
15418                 initial gdb crash handler
15419
15420 2002-08-11 [paul]       0.8.1claws50
15421
15422         * src/prefs_toolbar.c
15423                 replace Up/Down arrow pixmaps with text to be
15424                 consistent across icon themes
15425
15426 2002-08-11 [paul]       0.8.1claws49
15427
15428         * src/prefs_common.c
15429           src/prefs_toolbar.c
15430                 rename 'Pixmap' -> 'Icon'
15431
15432         * src/toolbar.[ch]
15433                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15434
15435 2002-08-10 [paul]       0.8.1claws48
15436
15437         * src/prefs_toolbar.c
15438                 re-work the UI
15439
15440 2002-08-10 [paul]       0.8.1claws47
15441
15442         * src/main.c
15443                 don't write Processing progress to status bar
15444                 patch submitted by Alexander Evseev
15445
15446         * src/prefs_toolbar.c
15447                 re-position and resize window
15448                 make window assume correct size on first call
15449
15450 2002-08-10 [paul]       0.8.1claws46
15451
15452         * src/mainwindow.c
15453           src/prefs_toolbar.c
15454           src/toolbar.c
15455           src/toolbar.h
15456                 obey coding style
15457                 follow UI text conventions
15458
15459 2002-08-10 [alfons]     0.8.1claws45
15460
15461         * src/toolbar.c
15462                 correct pixmap for delete action
15463
15464 2002-08-10 [paul]       0.8.1claws44
15465
15466         * po/pt_BR.po
15467                 updated by Fabio Jr. Beneditto
15468
15469 2002-08-10 [paul]       0.8.1claws43
15470
15471         * po/POTFILES.in
15472                 add custom toolbar files
15473
15474 2002-08-10 [paul]       0.8.1claws42
15475
15476         * sync with 0.8.1cvs22
15477                 see ChangeLog 2002-08-09
15478
15479 2002-08-09 [paul]       0.8.1claws41
15480
15481         * tools/Makefile.am
15482           tools/README
15483           tools/outlook2sylpheed.pl     ** NEW FILE **
15484                 add script to convert exported Outlook
15485                 contacts list to a Sylpheed addressbook.
15486                 Submitted by Ricardo Mones Lastra.
15487
15488 2002-08-09 [paul]       0.8.1claws40
15489
15490         * AUTHORS
15491           configure.in
15492           po/sr.po      ** NEW FILE **
15493                 add Serbian message catalog. Submitted by
15494                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15495
15496 2002-08-09 [paul]       0.8.1claws39
15497
15498         * sync with 0.8.1cvs21
15499                 see ChangeLog 2002-08-08
15500
15501 2002-08-08 [oliver]     0.8.1claws38
15502
15503         * src/mainwindow.c
15504                 move Custom Toolbar to Configuration menu
15505
15506 2002-08-08 [oliver]     0.8.1claws37
15507
15508         * src/prefs_toolbar.c
15509                 fix substitute pixmap bug
15510
15511 2002-08-08 [paul]       0.8.1claws36
15512
15513         * sync with 0.8.1cvs19
15514                 see ChangeLog 2002-08-08
15515
15516 2002-08-07 [christoph]  0.8.1claws35
15517
15518         * src/utils.c
15519                 fixed a memory leak in new canonicalize_file_replace
15520
15521 2002-08-07 [christoph]  0.8.1claws34
15522
15523         * src/utils.[ch]
15524                 o canonicalize_file_replace should create the temporary
15525                   file in the same directory as the original file.
15526                 o added get_tmpfile_in_dir that creates a temorary file
15527                   in a specified directory.
15528
15529 2002-08-07 [melvin]     0.8.1claws33
15530
15531         * src/toolbar.c
15532                 fixed bug where 'Article' button acted as 'Email' button.
15533
15534 2002-08-07 [paul]       0.8.1claws32
15535
15536         * sync with 0.8.1.cvs17
15537                 see ChangeLog 2002-08-07
15538
15539 2002-08-07 [colin]      0.8.1claws31
15540         
15541         * src/news.c
15542                 fix mass-cancel problem
15543
15544 2002-08-07 [thorsten]   0.8.1claws30
15545
15546         * src/prefs_toolbar.c
15547                 fix: crash on replace or add new button
15548         * src/toolbar.c
15549                 fix: close xmlfile after reading
15550         * src/utils.c
15551                 fix: unlink() file before rename()
15552
15553 2002-08-06 [paul]       0.8.1claws29
15554
15555         * sync with 0.8.cvs15
15556                 see ChangeLog 2002-08-06
15557
15558 2002-08-06 [oliver]     0.8.1claws28
15559
15560         * src/toolbar.c
15561         * src/prefs_toolbar.c
15562                 fixed empty toolbar issue
15563
15564 2002-08-06 [oliver]     0.8.1claws27
15565
15566         * Custom Toolbar Final 
15567         * src/folderview.c
15568         * src/inc.c
15569         * src/summaryview.c
15570                 o toolbar stuff now lives in src/toolbar.[ch]
15571                 o main_window_toolbar_* functions are renamed to
15572                   toolbar_* reflecting their new source file
15573         * src/mainwindow.[ch]
15574                 o remove toolbar stuff  
15575
15576 2002-08-06 [oliver]     0.8.1claws26
15577         
15578         * src/Makefile.am
15579         * src/prefs_toolbar.[ch]        **New File**
15580         * src/toolbar.[ch]              **New File**
15581                 o prefs_toolbar.[ch] custom toolbar frontend
15582                 o toolbar.[ch]       backend 
15583
15584 2002-08-06 [oliver]     0.8.1claws25
15585
15586         * src/prefs_actions.[ch]
15587                 o new exported function actions_execute
15588
15589 2002-08-06 [paul]       0.8.1claws24
15590
15591         * sync with 0.8.1cvs4
15592                 see ChangeLog 2002-08-06
15593
15594 2002-08-06 [paul]       0.8.1claws23
15595
15596         * sync with 0.8.1cvs13
15597                 see ChangeLog 2002-08-06
15598
15599 2002-08-06 [paul]       0.8.1claws22
15600
15601         * sync with 0.8.1cvs12
15602                 see ChangeLog 2002-08-05 and 2002-08-06
15603
15604 2002-08-06 [match]      0.8.1claws21
15605
15606         * src/addrclip.c
15607                 improvements to cut/copy/paste address
15608
15609 2002-08-05 [match]      0.8.1claws20
15610
15611         * src/addritem.[ch]
15612         * src/addrcache.c
15613         * src/addrbook.c
15614         * src/editaddress.c
15615         * src/addressbook.c
15616                 fixes to improve cut/copy/paste
15617
15618 2002-08-06 [melvin]     0.8.1claws19
15619
15620         * src/account.[ch]
15621                 account_find_all_from_address(): new function that returns the
15622                 list of all accounts that are matched in an address.
15623         * src/alertpanel.[ch]
15624                 alertpanel() now accepts a custom widget
15625                 alertpanel_with_widget(): new function that pops up a panel with
15626                 a custom widget in it 
15627         * src/gtkutils.[ch]
15628                 gtkut_account_menu_new(): new function that allows the selection
15629                 of an account from a list of accounts.
15630         * src/messageview.c
15631                 Extended Return Receipt notification to select the correct 
15632                 account and to make a security test on the Delivery-Notification
15633                 address which should be the same as the Return-Path.
15634
15635 2002-08-06 [thorsten]   0.8.1claws18
15636
15637         * src/mimeview.c
15638                 attach_all: save unnamed as "noname.%d",
15639                 dont free static dirname
15640
15641 2002-08-05 [alfons]     0.8.1claws17
15642
15643         * configure.in
15644                 detect XIM by trying to link rather than compile a XIM program
15645
15646 2002-08-05 [oliver]     0.8.1claws16
15647                 
15648         * src/stock_pixmap.[ch]
15649                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15650                 o new func to retrieve pixmaps
15651
15652 2002-08-05 [paul]       0.8.1claws15
15653
15654         * sync with 0.8.1cvs10
15655                 see ChangeLog 2002-08-05
15656
15657 2002-08-04 [alfons]     0.8.1claws14
15658
15659         * src/textview.c
15660                 see if this plugs memleak
15661
15662 2002-08-04 [melvin]     0.8.1claws13
15663
15664         * src/gtkspell.c
15665                 fixed bug that could crash Sylpheed when highlighting
15666                 all misspelled words.
15667
15668 2002-08-03 [melvin]     0.8.1claws12
15669
15670         * src/prefs_actions.c
15671                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15672         * src/messageview.c
15673                 fixed bug where the Return Receipt was sent to
15674                 Delivery-Notification-To address even if it was not present
15675
15676 2002-08-02 [alfons]     0.8.1claws11
15677
15678         * src/prefs_actions.c
15679                 o more check for NULLs
15680                 o put create_io_dialog() in right conditional block
15681
15682 2002-08-02 [paul]       0.8.1claws10
15683
15684         * po/es.po
15685                 updated by Ricardo Mones Lastra
15686
15687 2002-08-01 [christoph]  0.8.1claws9
15688
15689         * src/folder.c
15690                 don't free the cache of the opened
15691                 folder in the summaryview
15692         * src/summaryview.c
15693                 don't unset flags, if it is not required
15694
15695 2002-08-01 [paul]       0.8.1claws8
15696
15697         * sync with 0.8.1cvs8
15698                 see ChangeLog entry 2002-08-01
15699
15700 2002-08-01 [paul]       0.8.1claws7
15701
15702         * sync with 0.8.1cvs7
15703                 see ChangeLog 2002-07-31 and 2002-08-01
15704
15705 2002-07-31 [christoph]  0.8.1claws6
15706
15707         * src/mainwindow.c
15708                 forgot to update menu sensitivity
15709                 function for new menu entry
15710
15711 2002-07-31 [alfons]     0.8.1claws5
15712
15713         * src/main.c
15714                 check folder item and its path for NULL on
15715                 initial processing
15716
15717 2002-07-31 [christoph]  0.8.1claws4
15718
15719         * src/folder.c
15720                 check if folder_item_get_msginfo in
15721                 folder_item_remove_msg returned NULL
15722         * src/imap.c
15723                 better clear the uid cache in the
15724                 uid validity check function and delete
15725                 cached messages
15726
15727 2002-07-31 [paul]       0.8.1claws3
15728
15729         * man/sylpheed.1
15730                 add the '--attach' option and a few other
15731                 minor changes
15732
15733 2002-07-31 [paul]       0.8.1claws2
15734
15735         * sync with 0.8.1cvs5
15736                 see ChangeLog 2002-07-31
15737
15738 2002-07-31 [christoph]  0.8.1claws1
15739
15740         * src/folderview.[ch]
15741         * src/mainwindow.c
15742                 replace "Rescan all folders..." with
15743                 "Check all folders for new messages..."
15744
15745 2002-07-30 [paul]       0.8.1claws
15746
15747         * version 0.8.1claws released
15748
15749 2002-07-30 [paul]       0.8.0claws29
15750
15751         * tools/OOo2sylpheed.pl ** NEW FILE **
15752           tools/README
15753                 add script to enable sending documents as
15754                 attachments from OpenOffice.org
15755
15756 2002-07-30 [melvin]     0.8.0claws28
15757
15758         * src/prefs_actions.c
15759                 Made the actions' input/output dialog display
15760                 without delay.
15761
15762 2002-07-30 [christoph]  0.8.0claws27
15763
15764         * src/procmsg.c
15765                 check if folder_item_get_msginfo in
15766                 procmsg_save_to_outbox returned NULL
15767
15768 2002-07-30 [paul]       0.8.0claws26
15769
15770         * sync with 0.8.1cvs4
15771                 see ChangeLog 2002-07-29
15772
15773 2002-07-29 [thorsten]   0.8.0claws25
15774
15775         * README.claws
15776                 added selective download, delete on server
15777
15778 2002-07-29 [paul]       0.8.0claws24
15779
15780         * sync with 0.8.1cvs3
15781                 see ChangeLog 2002-07-29
15782
15783 2002-07-27 [christoph]  0.8.0claws23
15784
15785         * src/folder.c
15786                 add extra check if fetching the msginfo
15787                 returned NULL
15788
15789 2002-07-27 [paul]       0.8.0claws22
15790
15791         * sync with 0.8.1cvs2
15792                 see ChangeLog 2002-07-26
15793
15794 2002-07-27 [christoph]  0.8.0claws21
15795
15796         * src/imap.c
15797                 add another check if a valid msginfo
15798                 was returned
15799
15800 2002-07-26 [hoa]        0.8.0claws20
15801
15802         * src/folder.c
15803                 Fixed a condition in folder_item_destroy()
15804
15805         * src/imap.c
15806                 Fixed an error in IMAP protocol
15807
15808 2002-07-26 [alfons]     0.8.0claws19
15809
15810         * src/folder.c
15811                 ofcourse compare with identifier, not the path
15812
15813 2002-07-26 [alfons]     0.8.0claws18
15814
15815         * src/folder.c
15816                 use folder item identifier for saving / restoring
15817                 preferences because folder->path might not be unique
15818
15819 2002-07-26 [melvin]     0.8.0claws17
15820
15821         * src/logwindow.c
15822                 Fixed a crash introduced in 0.8.0claws5 when log is 
15823                 cut under 80 characters.
15824
15825 2002-07-26 [paul]       0.8.0claws16
15826
15827         * sync with 0.8.1cvs1
15828                 see ChangeLog 2002-07-26
15829
15830 2002-07-26 [christoph]  0.8.0claws15
15831
15832         * src/imap.[ch]
15833                 imap folder now remembers the last selected
15834                 folder and imap_fetch_msginfo skips selecting
15835                 the folder if it is already selected
15836
15837 2002-07-26 [christoph]  0.8.0claws14
15838
15839         * src/folder.c
15840         * src/folderview.c
15841         * src/imap.c
15842                 fix imap folder rescanning
15843
15844 2002-07-25 [christoph]  0.8.0claws13
15845
15846         * src/filter.c
15847         * src/folder.[ch]
15848         * src/folderview.c
15849         * src/imap.[ch]
15850         * src/mainwindow.c
15851         * src/mbox_folder.c
15852         * src/mh.c
15853         * src/news.c
15854                 implement imap uid cache and uid validity check
15855
15856 2002-07-25 [alfons]     0.8.0claws12
15857
15858         * src/summaryview.c
15859                 fix a brown paper bag bug, and also add some more
15860                 checks
15861
15862 2002-07-25 [christoph]  0.8.0claws11
15863
15864         * src/folder.c
15865                 don't mix copy, fetch_msginfo and remove
15866                 operations in folder item copy and move
15867                 operations
15868
15869 2002-07-25 [christoph]  0.8.0claws10
15870
15871         * src/folderview.c
15872         * src/mainwindow.c
15873         * src/prefs_folder_item.c
15874         * src/summaryview.[ch]
15875                 remove no longer required parameter update_cache from
15876                 summary_show
15877
15878 2002-07-25 [paul]       0.8.0claws9
15879
15880         * sync with 0.8.1
15881         
15882         * AUTHORS
15883                 a few corrections
15884
15885 2002-07-24 [alfons]     0.8.0claws8
15886
15887         * src/summaryview.c
15888                 sort correctly when using simplified subject line
15889                 (closes feature request "[ 585141 ] applying regexp to subject 
15890                 before sort" submitted by Alexandra Walford)
15891
15892 2002-07-24 [paul]       0.8.0claws7
15893
15894         * sync with 0.8.0cvs3
15895                 see ChangeLog 2002-07-24
15896
15897 2002-07-23 [christoph]  0.8.0claws6
15898
15899         * src/folder.c
15900         * src/folder.h
15901         * src/summaryview.c
15902         * src/summaryview.h
15903         * src/main.c
15904                 o separate processing and summaryview
15905                 o removed summary_write_cache from summaryview
15906                 o removed summaryview->killed_messages, because we don't have
15907                   to keep a list of killed messages anymore. New cache will
15908                   keep the hidden messages in cache anyway
15909         * src/folderview.c
15910         * src/inc.c
15911         * src/selective_download.c
15912                 o removed unnecessary summary_write_cache calls
15913         * src/procmsg.c
15914                 o don't set ignore thread flag in procmsg_get_thread_tree
15915                   if it is already set
15916         * src/mainwindow.c
15917         * src/statusbar.h
15918                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15919                   they are used in different files
15920
15921 2002-07-23 [melvin]     0.8.0claws5
15922
15923         * src/addressbook.c
15924         * src/addrgather.c
15925         * src/editaddress.c
15926         * src/editgroup.c
15927         * src/editldap_basedn.c
15928         * src/importldif.c
15929         * src/prefs_common.c
15930                 Fixed few memory leak (gtk_editable_get_chars returns
15931                 an allocated string)
15932         * src/logwindow.c
15933                 Fixed few memory leak (gtk_editable_get_chars returns
15934                 an allocated string) and modified a little the log cutting
15935                 loop.
15936         * src/compose.c
15937                 Replaced a call to an obsolete function gtk_entry_get_text()
15938                 by gtk_editable_get_chars()
15939         * src/send.c
15940                 Removed a debug printf
15941
15942 2002-07-23 [christoph]  0.8.0claws4
15943
15944         * src/filesel.c
15945                 fix another g_dirname memory leak
15946
15947 2002-07-23 [christoph]  0.8.0claws3
15948
15949         * src/mh.c
15950                 fixed a memory leak in mh_fetch_msginfo
15951                 fixed crash when message header could not be
15952                 parsed
15953
15954 2002-07-23 [paul]       0.8.0claws2
15955
15956         * sync with 0.8.0cvs2
15957                 see ChangeLog 2002-07-23
15958
15959 2002-07-23 [paul]       0.8.0claws1
15960
15961         * sync with 0.8.0cvs1
15962                 see ChangeLog 2002-07-23
15963
15964 2002-07-23 [paul]       0.8.0claws
15965
15966         * release of 0.8.0claws