add script to send pdfs as attachments from Adobe Reader 7
[claws.git] / ChangeLog.claws
1 2005-03-25 [paul]
2
3         * tools/Makefile.am
4         * tools/README
5         * tools/acroread2sylpheed.pl
6                 add script to send pdfs as attachments from Adobe Reader 7
7
8 2005-03-21 [holger]     1.0.3cvs7
9
10         * src/plugins/spamassassin/spamassassin.c
11                 Don't leave hook registered when plugin init
12                 failed.
13
14 2005-03-20 [colin]      1.0.3cvs6
15
16         * src/common/plugin.c
17                 Check that plugin isn't already loaded
18         * src/procheader.c
19                 Fix buffer overflow (security issue)
20                 Both patches by Alfons
21
22 2005-03-20 [paul]       1.0.3cvs5
23
24         * src/compose.c
25                 neglect Reply-To header if empty
26                 Patch by Alfons
27
28 2005-03-19 [holger]     1.0.3cvs4
29
30         * src/summaryview.c
31         * src/summaryview.h
32                 Add plugin hook for manual filtering invocation,
33                 remove some dead code.
34
35 2005-03-18 [paul]       1.0.3cvs3
36
37         * AUTHORS
38         * src/gtk/about.c
39         * src/pixmaps/sylpheed_logo.xpm
40                 add new Sylpheed-Claws logo by Jesper Schultz
41
42 2005-03-11 [paul]       1.0.3cvs2
43
44         * src/plugins/trayicon/trayicon.c
45                 make a string translatable
46
47 2005-03-11 [paul]       1.0.3cvs1
48
49         * po/ru.po
50                 updated by Pavlo Bohmat
51
52 2005-03-10 [paul]       1.0.3
53
54         * po/de.po
55         * po/es.po
56         * po/fr.po
57         * po/it.po
58         * po/pt_BR.po
59         * po/sk.po
60         * po/sr.po
61         * po/zh_CN.po
62                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
63                 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
64                 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
65
66         1.0.3 released
67
68 2005-03-04 [colin]      1.0.1cvs22
69
70         * src/common/smtp.c
71         * src/common/smtp.h
72                 Don't use SIZE parameter in MAIL FROM: if
73                 server doesn't support it. Patch by 
74                 Eugen Freiter <eugen_f@users.sf.net>
75
76 2005-03-04 [paul]       1.0.1cvs21
77
78         * ChangeLog
79         * ChangeLog.jp
80         * src/addrharvest.c
81         * src/codeconv.c
82         * src/codeconv.h
83         * src/compose.c
84         * src/procmime.c
85                 sync with main 1.0.3
86                 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
87                 fix buffer overflow, CAN-2005-0667, see
88                 http://secunia.com/advisories/14491/
89
90 2005-02-27 [paul]       1.0.1cvs20
91
92         * src/messageview.c
93                 fix crash-causing typo. spotted by
94                 Ralgh Young 
95
96 2005-02-25 [paul]       1.0.1cvs19
97
98         * src/prefs_account.c
99         * src/prefs_folder_item.c
100         * src/gtk/prefswindow.c
101         * src/gtk/prefswindow.h
102                 fix bug 698 'Clicking OK without username 'crashes'
103                 account edit window'. Patch by Alfons
104
105 2005-02-24 [colin]      1.0.1cvs18
106
107         * src/messageview.c
108                 Don't send out receipts if offline. Ask.
109
110 2005-02-23 [colin]      1.0.1cvs17
111
112         * src/compose.c
113                 Encode parts when signing
114
115 2005-02-23 [colin]      1.0.1cvs16
116
117         * src/compose.c
118         * src/procmsg.c
119                 Fix mimeinfo leakages
120
121 2005-02-21 [colin]      1.0.1cvs15
122
123         * src/compose.c
124                 Fix signing/encrypting still on after
125                 privacy system has been disabled
126
127 2005-02-18 [colin]      1.0.1cvs14
128
129         * src/quote_fmt_lex.l
130         * src/quote_fmt_parse.y
131                 Bugfix: Fix parser init (patch by Ivan)
132
133 2005-02-18 [colin]      1.0.1cvs13
134
135         * src/plugins/pgpmime/pgpmime.c
136                 Fix build (missed my `mv`)
137
138 2005-02-18 [colin]      1.0.1cvs12
139
140         * src/Makefile.am
141         * src/privacy.c         ** RE-ADDED **
142         * src/privacy.cpp       ** REMOVED **
143         * src/privacy.h
144         * src/plugins/pgpmime/Makefile.am
145         * src/plugins/pgpmime/passphrase.h
146         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
147         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
148         * src/plugins/pgpmime/pgpmime.h
149         * src/plugins/pgpmime/prefs_gpg.h
150         * src/plugins/pgpmime/select-keys.h
151         * src/plugins/pgpmime/sgpgme.h
152                 Revert huge API breakage.
153
154 2005-02-16 [christoph]  1.0.1cvs11
155
156         * src/mh.c
157                 add scan required function for MH folders
158
159         (Patch by Ivan Rayner <ivanr@sgi.com>)
160
161 2005-02-15 [christoph]  1.0.1cvs10
162
163         * src/plugins/pgpmime/pgpmime.cpp
164         * src/plugins/pgpmime/pgpmime.h
165                 add sign and encrypt functions
166
167 2005-02-15 [christoph]  1.0.1cvs9
168
169         * configure.ac
170         * src/Makefile.am
171         * src/privacy.c                                 ** REMOVE **
172         * src/privacy.cpp                               ** NEW **
173         * src/privacy.h
174         * src/plugins/pgpmime/Makefile.am
175         * src/plugins/pgpmime/passphrase.h
176         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
177         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
178         * src/plugins/pgpmime/pgpmime.h
179         * src/plugins/pgpmime/prefs_gpg.h
180         * src/plugins/pgpmime/select-keys.h
181         * src/plugins/pgpmime/sgpgme.h
182                 change Privacy-API to C++
183
184 2005-02-15 [colin]      1.0.1cvs8
185
186         * src/mimeview.c
187         * src/common/utils.c
188                 Sanitize substitution for saved filenames:
189                 only \ / * and \r \n \t are bad. 
190
191 2005-02-15 [colin]      1.0.1cvs7
192
193         * src/compose.c
194         * src/procmime.c
195                 Optimize (constant instead of strlen). Thanks
196                 Alfons for the hint.
197
198 2005-02-14 [colin]      1.0.1cvs6
199
200         * src/compose.c
201         * src/procmime.c
202                 Use quoted-printable instead of 7bit or 8bit
203                 to encode "^From " and avoid mail corruption 
204                 on the MTA, as specified by RFC 3156. Thanks
205                 Hoa for the hint.
206
207 2005-02-12 [colin]      1.0.1cvs5
208
209         * src/filtering.c
210                 Remove wrong use of compose struct after
211                 compose_send(). Spotted by Alfons and Holger Berndt.
212
213 2005-02-10 [paul]       1.0.1cvs4
214
215         * src/compose.c
216                 sync with main, see ChangeLog 2005-02-10
217
218 2005-02-10 [colin]      1.0.1cvs3
219
220         * src/mainwindow.c
221                 dereference freed messageview,
222                 and don't try to use it after free.
223                 This caused occasional late segfaults
224                 when quitting.
225
226 2005-02-10 [colin]      1.0.1cvs2
227
228         * src/messageview.c
229                 Don't display html with plugin automatically
230                 (Dillo steals focus)
231
232 2005-02-09 [colin]      1.0.1cvs1
233
234         * src/mimeview.c
235         * src/mimeview.h
236         * src/messageview.c
237                 Display first relevant part using plugin
238                 if not text/plain if possible (useful for 
239                 vCalendar for example)
240
241 2005-02-08 [paul]       1.0.1
242
243         1.0.1 released
244
245 2005-02-08 [paul]       1.0.0cvs29
246
247         * po/de.po
248         * po/es.po
249         * po/fr.po
250         * po/it.po
251         * po/pt_BR.po
252         * po/sk.po
253         * po/sr.po
254                 updated by Thomas Gilgin, Ricardo Mones Lastra,
255                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
256                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
257
258 2005-02-05 [paul]       1.0.0cvs28
259
260         * src/compose.c
261                 fix Bug 682 'redirect is broken'
262
263
264 2005-02-05 [thorsten]   1.0.0cvs27
265
266         * src/partial_download.c
267                 fix buf overflow
268
269 2005-02-03 [colin]      1.0.0cvs26
270
271         * src/common/plugin.c
272                 Don't load GTK2 plugins at all. This solves
273                 the plugins problem when switching between
274                 GTK1 and GTK2 version.
275
276 2005-02-02 [colin]      1.0.0cvs25
277
278         * src/messageview.c
279                 Fix dangerous typo
280
281 2005-01-31 [colin]      1.0.0cvs24
282
283         * src/compose.c
284                 Fix MsgInfo reference leak
285
286 2005-01-28 [colin]      1.0.0cvs23
287
288         * src/folderview.c
289                 Change check - partial_recv is not cached.
290
291 2005-01-28 [colin]      1.0.0cvs22
292
293         * src/folderview.c
294                 Don't call partial_mark_for_delete() when 
295                 it's useless
296
297 2005-01-27 [colin]      1.0.0cvs21
298
299         * src/procmsg.c
300         * src/compose.c
301                 Fix build - sorry.
302
303 2005-01-27 [christoph]  1.0.0cvs20
304
305         * src/folder.c
306                 use normal message remove function if a folder has no function
307                 to remove all messages
308
309         * src/folderview.c
310                 fix memory leak
311
312 2005-01-27 [colin]      1.0.0cvs19
313
314         * src/procmime.c
315                 Forgot to commit this file with cvs18.
316
317 2005-01-27 [colin]      1.0.0cvs18
318
319         * src/compose.c
320                 Uhm, better not touch the original msginfo_list.
321
322 2005-01-27 [colin]      1.0.0cvs17
323
324         * src/procmsg.c
325         * src/procmsg.h
326                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
327         * src/compose.c
328                 ... And use it to be able to reply to the currently 
329                 selected MimeInfo.
330
331 2005-01-27 [colin]      1.0.0cvs16
332
333         * src/messageview.c
334         * src/summaryview.c
335         * src/compose.c
336         * src/compose.h
337         * src/toolbar.c
338         * src/mainwindow.c
339                 Factorize this reply mess
340
341 2005-01-26 [paul]       1.0.0cvs15
342
343         * ChangeLog
344         * ChangeLog.jp
345         * src/common/template.c
346                 sync with main, (fix memory leak), see ChangeLog
347                 2005-01-25
348
349 2005-01-25 [paul]       1.0.0cvs14
350
351         * src/compose.c
352                 compose_redirect(): fix sensitivity of attachment 
353                 "Properties..." button
354
355 2005-01-24 [colin]      1.0.0cvs13
356
357         * src/summaryview.c
358                 Freeze clist during operations involving message
359                 lists.
360
361 2005-01-24 [paul]       1.0.0cvs12
362
363         * ChangeLog
364         * ChangeLog.jp
365         * src/messageview.c
366         * src/mh.c
367         * src/common/utils.c
368                 sync with main, see ChangeLog 2005-01-19
369
370 2005-01-24 [colin]      1.0.0cvs11
371
372         * src/procheader.c
373                 Fix build with MIPSpro compiler.
374                 Patch by Ivan Rayner <ivanr@sgi.com>
375
376 2005-01-24 [colin]      1.0.0cvs10
377
378         * src/folderview.c
379                 Use (+) in collapsed folders with quicksearch-
380                 matching subfolders
381
382 2005-01-23 [holger]     1.0.0cvs9
383
384         * src/crash.c
385                 Include missing header file
386
387 2005-01-22 [colin]      1.0.0cvs8
388
389         * src/summaryview.c
390         * src/gtk/quicksearch.c
391                 Make recursive quicksearch work in
392                 root folders (and code fixes)
393
394 2005-01-21 [colin]      1.0.0cvs7
395
396         * src/summaryview.c
397                 Set cursor to wait while looking in subfolders
398
399 2005-01-21 [colin]      1.0.0cvs6
400
401         * src/summaryview.c
402                 Don't clear quicksearch if recursion is on,
403                 even if !sticky
404
405 2005-01-21 [colin]      1.0.0cvs5
406
407         * src/gtk/quicksearch.c
408         * src/prefs_common.c
409         * src/prefs_common.h
410                 Add option to recurse or not
411
412 2005-01-21 [colin]      1.0.0cvs4
413
414         * src/folder.h
415         * src/folderview.c
416         * src/folderview.h
417         * src/summaryview.c
418         * src/gtk/quicksearch.c
419         * src/gtk/quicksearch.h
420                 Make quicksearch recursive - results materialized
421                 by search icons in the folderview.
422
423 2005-01-20 [holger]     1.0.0cvs3
424
425         * src/addrindex.c
426         * src/addrindex.h
427                 Add addrindex_load_person_attribute() (for plugins)
428
429 2005-01-19 [colin]      1.0.0cvs2
430
431         * src/mbox.c
432         * src/mbox.h
433         * src/mainwindow.c
434         * src/summaryview.c
435         * src/summaryview.h
436                 Add an easy way to export specific messages
437                 to an mbox file.
438
439 2005-01-19 [paul]       1.0.0cvs1
440
441         * po/ja.po
442         * po/ko.po
443                 updated by  Rui Hirokawa and
444                 SungHyun Nam
445
446 2005-01-18 [paul]       1.0.0
447
448         * version 1.0.0 released
449
450 2005-01-17 [thorsten]   0.9.13cvs38
451
452         * src/crash.c
453         * src/gtk/pluginwindow.c
454                 return value of filesel should not be free()d
455
456 2005-01-17 [paul]       0.9.13cvs37
457
458         * AUTHORS
459         * po/es.po
460         * po/fr.po
461         * po/hr.po
462         * po/it.po
463         * po/pt_BR.po
464         * po/sk.po
465         * po/sr.po
466                 update translations. submitted by Ricardo Mones
467                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
468                 Frederico Goncalves Guimaraes, Andrej Kacian,
469                 Aleksandar Urosevic
470
471 2005-01-16 [colin]      0.9.13cvs36
472
473         * src/prefs_toolbar.c
474                 Fix two leaks, both found by Alfons.
475
476 2005-01-15 [paul]       0.9.13cvs35
477
478         * src/gtk/pluginwindow.c
479                 fix 2 memleaks, patch by Alfons
480
481 2005-01-15 [paul]       0.9.13cvs34
482
483         * ChangeLog
484         * ChangeLog.jp
485         * src/common/template.c
486                 sync with main, see ChangeLog 2005-01-11
487                 (fix potential memory corruption bug)
488
489 2005-01-14 [colin]      0.9.13cvs33
490
491         * src/html.c
492         * src/msgcache.c
493                 Fix coding style issues from the last patch
494
495 2005-01-14 [colin]      0.9.13cvs32
496
497         * src/msgcache.c
498                 Fix possible double free, avoid putting 8k on the stack
499         * src/html.c
500         * src/html.h
501                 Fix links with tags inside, add some entities
502         * AUTHORS
503                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
504
505 2005-01-09 [thorsten]   0.9.13cvs31
506
507         * tools/calypso_convert.pl
508                 support nested subdirs (possible in recent calypso versions)
509                 fix "change of readonly value" error with perl >= 5.8
510
511 2005-01-08 [colin]      0.9.13cvs30
512
513         * src/prefs_filtering_action.c
514                 Plug leak - patch by Alfons
515
516 2005-01-07 [paul]       0.9.13cvs29
517
518         * ChangeLog
519         * ChangeLog.jp
520         * src/pop.c
521         * src/pop.h
522                 sync with main, see ChangeLog 2005-01-06
523
524 2005-01-06 [colin]      0.9.13cvs28
525
526         * src/prefs_matcher.c
527                 Plug leak. Patch by Alfons
528
529 2005-01-04 [christoph]  0.9.13cvs27
530
531         * src/folderview.c
532         * src/imap_gtk.c
533         * src/news_gtk.c
534                 Create extra popup menu entries for account settings
535
536         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
537
538 2005-01-03 [colin]      0.9.13cvs26
539
540         * src/main.c
541                 Plugins should be loaded before --receive or --receive-all 
542                 is processed. 
543                 Patch by Felix Eckhofer <felix-ml@tribut.de>
544
545 2005-01-03 [colin]      0.9.13cvs25
546
547         * src/pop.c
548         * src/pop.h
549                 Add data_len member, because we can get NULs from network
550                 Patch by Alfons
551
552 2005-01-01 [colin]      0.9.13cvs24
553
554         * src/procmime.c
555                 Fix possible memleak in corner case - found by
556                 Martin Kluge, patch by Alfons
557
558 2004-12-30 [colin]      0.9.13cvs23
559
560         * src/account.c
561                 Fix prototypes - patch by Alfons
562
563 2004-12-30 [paul]       0.9.13cvs22
564
565         * ChangeLog
566         * ChangeLog.jp
567         * NEWS
568         * src/account.c
569                 sync with main 1.0.0.
570                 see ChangeLog 2004-12-22
571
572 2004-12-18 [paul]       0.9.13cvs21
573
574         * AUTHORS
575         * ChangeLog
576         * ChangeLog.jp
577         * src/action.c
578                 sync with main, see ChangeLog 2004-12-17
579
580 2004-12-17 [thorsten]   0.9.13cvs20
581
582         * src/compose.c
583                 protect trailing spaces when signing message
584
585 2004-12-16 [paul]       0.9.13cvs19
586
587         * ChangeLog
588         * ChangeLog.jp
589         * NEWS
590         * src/compose.c
591         * src/syldap.c
592                 sync with main 1.0.0rc
593                 see ChangeLog 2004-12-15
594
595 2004-12-14 [colin]      0.9.13cvs18
596
597         * src/gtk/prefswindow.c
598                 Fix build. Sorry :)
599
600 2004-12-14 [colin]      0.9.13cvs17
601
602         * src/gtk/gtkutils.c
603         * src/gtk/gtkutils.h
604         * src/gtk/prefswindow.c
605                 Catch Enter in prefswindow while in text
606                 widget. Patch by Alfons.
607
608 2004-12-14 [paul]       0.9.13cvs16
609
610         * ChangeLog
611         * ChangeLog.jp
612         * src/action.c
613         * src/compose.c
614         * src/common/utils.c
615                 sync with main, see ChangeLog entries 2004-12-10
616                 and 2004-12-13
617
618         * po/ru.po
619                 updated by Pavlo Bohmat
620
621 2004-12-13 [thorsten]   0.9.13cvs15
622
623         * src/plugins/spamassassin/libspamc.c
624                 fix memleak
625
626 2004-12-13 [colin]      0.9.13cvs14
627
628         * src/gtk/prefswindow.c
629         * src/gtk/pluginwindow.c
630                 Fix key_pressed handlers
631
632 2004-12-11 [colin]      0.9.13cvs13
633
634         * src/quote_fmt_parse.y
635                 Rework quote_fmt_parse to use less local 
636                 arrays in local blocks, so it doesn't 
637                 freak out IBM's stack protector. Patch
638                 by Alfons.
639
640 2004-12-10 [colin]      0.9.13cvs12
641
642         * src/messageview.c
643                 Fix logic error
644         * src/mainwindow.c
645                 Fix corruptions when de-separating messageview
646
647 2004-12-10 [paul]       0.9.13cvs11
648
649         * src/prefs_themes.c
650                 use a different set of icons for the Preview
651
652 2004-12-09 [colin]      0.9.13cvs10
653
654         * src/procmime.c
655                 Fix procmime_encode_content doing horribly wrong
656                 stuff when encoding to B64 from memory
657
658 2004-12-08 [colin]      0.9.13cvs9
659
660         * src/gtk/colorlabel.c
661                 Fix color label off-by-one
662                 Patch by Alfons
663
664 2004-12-08 [hoa]        0.9.13cvs8
665
666         * src/quote_fmt_parse.y
667                 really fix buffer overflow
668
669 2004-12-08 [colin]      0.9.13cvs7
670
671         * src/matcher_parser_parse.y
672         * src/msgcache.c
673         * src/prefs_matcher.c
674         * src/procheader.c
675         * src/matcher.c
676         * src/common/defs.h
677                 Cache total_size and use that to speed up
678                 'partial' match.
679                 Add 'partial' to the list of useable stuff
680                 in filtering
681
682 2004-12-08 [paul]
683
684         * po/sr.po
685                 updated by URKE MMI
686
687 2004-12-08 [colin]      0.9.13cvs6
688
689         * src/textview.c
690                 Fix possible boundary overrun in
691                 get_email_part(). Patch by Alfons
692
693 2004-12-08 [hoa]        0.9.13cvs5
694
695         * src/quote_fmt_parse.y
696                 fix buffer overflow
697                 http://bugs.gentoo.org/show_bug.cgi?id=67253
698
699 2004-12-07 [thorsten]   0.9.13cvs4
700
701         * src/procmime.c
702                 fix leak introduced with 0.9.13cvs1
703
704 2004-12-07 [keith]      0.9.13cvs3
705
706         * src/procmime.c
707                 Fix typo
708
709 2004-12-07 [colin]      0.9.13cvs2
710
711         * AUTHORS
712         * src/prefs_account.c
713         * src/common/smtp.c
714         * src/common/smtp.h
715                 Add SMTP PLAIN authentication. Patch by 
716                 George Michaelson <ggm@apnic.net>
717
718 2004-12-07 [thorsten]   0.9.13cvs1
719
720         * src/procmime.c
721                 [Bug 650] reply button causes crash
722                 Patch partly by David Relson
723
724 2004-12-06 [paul]       0.9.13
725
726         0.9.13 released
727
728 2004-12-06 [paul]
729
730         * po/sk.po
731                 updated by Andrej Kacian
732         * INSTALL
733         * README.claws
734                 updated
735         
736 2004-12-06 [christoph]
737
738         * configure.ac
739                 move GPGME check to PGP/MIME plugin checks
740
741 2004-12-06 [colin]      0.9.12cvs187
742
743         * src/compose.c
744                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
745
746 2004-12-06 [paul]       0.9.12cvs186
747
748         * INSTALL
749         * README.claws
750                 updated
751         * po/es.po
752         * po/fr.po
753         * po/it.po
754         * po/ja.po
755         * po/pt_BR.po
756         * po/zh_CN.po
757                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
758                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
759                 and Yang Guilong
760
761 2004-12-05 [paul]       0.9.12cvs185
762
763         * INSTALL
764         * Makefile.am
765         * README.claws
766                 update
767         * TODO.claws    **REMOVED**
768                 removed, use the wiki instead
769         * tools/Makefile.am
770         * tools/README
771                 remove newscache_conv.pl from the release package
772                 and notes as it is broken and not currently maintained
773         * tools/filter_conv.pl
774                 use --config-dir to find claws' config dir
775         * tools/kdeservicemenu/README
776         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
777         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
778                 make a top-level menu entry
779
780 2004-12-04 [paul]       0.9.12cvs184
781
782         * src/addrharvest.c
783                 conv_unmime_header_overwrite(name)
784
785 2004-12-04 [colin]      0.9.12cvs183
786
787         * src/compose.c
788                 Fix saving of compose window position
789                 when sending mail. Patch by Alfons.
790
791 2004-12-04 [paul]       0.9.12cvs182
792
793         * ChangeLog
794         * ChangeLog.jp
795         * INSTALL
796         * NEWS
797         * README
798         * README.jp
799         * doc/manual/ja/Makefile.am
800         * doc/manual/ja/sylpheed-1.html
801         * doc/manual/ja/sylpheed-10.html
802         * doc/manual/ja/sylpheed-11.html
803         * doc/manual/ja/sylpheed-12.html
804         * doc/manual/ja/sylpheed-13.html
805         * doc/manual/ja/sylpheed-14.html
806         * doc/manual/ja/sylpheed-15.html
807         * doc/manual/ja/sylpheed-16.html
808         * doc/manual/ja/sylpheed-17.html
809         * doc/manual/ja/sylpheed-18.html
810         * doc/manual/ja/sylpheed-19.html
811         * doc/manual/ja/sylpheed-2.html
812         * doc/manual/ja/sylpheed-20.html
813         * doc/manual/ja/sylpheed-3.html
814         * doc/manual/ja/sylpheed-4.html
815         * doc/manual/ja/sylpheed-5.html
816         * doc/manual/ja/sylpheed-6.html
817         * doc/manual/ja/sylpheed-7.html
818         * doc/manual/ja/sylpheed-8.html
819         * doc/manual/ja/sylpheed-9.html
820         * doc/manual/ja/sylpheed.html
821         * doc/manual/ja/sylpheed.sgml
822         * src/Makefile.am
823         * src/procmime.c
824         * src/pixmaps/regular.xpm **REMOVED**
825                 sync with main 1.0.0beta4, including: "canonicalize text files
826                 before encoding to BASE64, and uncanonicalize after decoding
827                 to conform with RFC 2045" 
828
829 2004-12-03 [christoph]  0.9.12cvs181
830
831         * src/compose.c
832                 build the Privacy System menu without GtkItemFactory to
833                 allow '/' in Privacy System names
834
835         * src/plugins/pgpmime/pgpmime.c
836         * src/plugins/pgpmime/plugin.c
837                 Update description and change Privacy System name
838
839 2004-12-03 [paul]
840
841         * src/pixmaps/dir_close.xpm
842         * src/pixmaps/dir_open.xpm
843         * src/pixmaps/drafts_close.xpm
844         * src/pixmaps/drafts_open.xpm
845         * src/pixmaps/group.xpm
846         * src/pixmaps/unread.xpm
847                 update icons (sync with main (adjust hue))      
848
849 2004-12-02 [paul]       0.9.12cvs180
850
851         * ChangeLog
852         * ChangeLog.jp
853         * src/Makefile.am
854         * src/pop.c
855         * src/common/utils.c
856         * src/common/utils.h
857         * src/pixmaps/folder.xpm **REMOVED**
858                 sync with main
859                 fixes bug 644 'extra CRs in subject line break filtering' 
860
861 2004-12-02 [colin]      0.9.12cvs179
862
863         * src/compose.c
864                 Prevent duplicate edition of queued
865                 and drafted mails
866
867 2004-12-02 [colin]      0.9.12cvs178
868
869         * src/compose.c
870                 Fix quote linewrapping ignoring pref
871                 Patch by Alfons
872
873 2004-11-30 [colin]      0.9.12cvs177
874
875         * src/gtk/prefswindow.c
876         * src/gtk/pluginwindow.c
877                 Add shortcut keys to prefs window
878                 and plugin window. Patch by Fabien Vantard.
879
880 2004-11-29 [colin]      0.9.12cvs176
881
882         * src/folderview.c
883                 Fix disappearing separators in folderview's popup
884
885 2004-11-29 [colin]      0.9.12cvs175
886
887         * src/procmime.c
888                 Another format bug
889
890 2004-11-29 [colin]      0.9.12cvs174
891
892         * src/pop.c
893                 Fix format string
894
895 2004-11-26 [colin]      0.9.12cvs173
896
897         * src/common/smtp.c
898         * src/common/smtp.h
899                 Use ESMTP for all servers advertising it
900                 Add SIZE= parameter to MAIL command for 
901                 ESMTP servers
902
903 2004-11-24 [colin]      0.9.12cvs172
904
905         * src/plugins/pgpmime/pgpmime.c
906                 Forgot one :(
907
908 2004-11-24 [colin]      0.9.12cvs171
909
910         * src/plugins/pgpmime/pgpmime.c
911                 Fix numerous GpgmeGtk leaks
912
913 2004-11-24 [colin]      0.9.12cvs170
914
915         * src/plugins/pgpmime/pgpmime.c
916                 Fix numerous GpgmeCtx leaks
917
918 2004-11-24 [colin]      0.9.12cvs169
919
920         * src/plugins/pgpmime/plugin.c
921                 Update requirements
922         * src/plugins/trayicon/Makefile.am
923         * src/plugins/trayicon/newmarkedmail.xpm
924         * src/plugins/trayicon/trayicon.c
925         * src/plugins/trayicon/unreadmarkedmail.xpm
926                 Add new icons when there are unread marked mails
927                 answers
928
929 2004-11-23 [thorsten]   0.9.12cvs168
930
931         * src/plugins/pgpmime/plugin.c
932                 typo: plugin_init instead of plugin_done
933
934 2004-11-23 [thorsten]   0.9.12cvs167
935
936         * commitHelper
937                 o add me
938         * src/partial_download.c
939         * src/partial_download.h
940                 o fix path for includes
941
942 2004-11-23 [colin]      0.9.12cvs166
943
944         * src/procmime.c
945                 Uh, changed API.
946
947 2004-11-23 [colin]      0.9.12cvs165
948
949         * src/procmime.c
950                 Fix mime headers wrapping
951
952 2004-11-23 [christoph]  0.9.12cvs164
953
954         * src/common/Makefile.am
955         * src/common/partial_download.[ch]
956         * src/Makefile.am
957         * src/partial_download.[ch]
958         * src/folderview.c
959                 move to src because it depends on src stuff
960
961         * src/codeconv.c
962         * src/common/base64.h
963                 move B64LEN macro to base64.h
964
965         * src/compose.c
966         * src/privacy.[ch]
967                 add PrefsAccount to sign-function parameters
968
969         * src/main.c
970         * src/prefs_account.[ch]
971         * src/gtk/prefswindow.[ch]
972                 o use new prefswindow for account prefs
973                 o add possibility to add new pages to account prefs
974
975         * src/plugins/pgpmime/prefs_gpg.[ch]
976         * src/plugins/pgpmime/prefs_gpg.glade
977                 add account prefs for GPG
978
979         * src/plugins/pgpmime/pgpmime.c
980         * src/plugins/pgpmime/sgpgme.[ch]
981                 create signers list based on the GPG account prefs
982
983 2004-11-23 [colin]      0.9.12cvs163
984
985         * src/main.c
986                 Fix cursor going from normal to wait
987                 as many times as there are folders
988                 (very noticeable on exported displays)
989
990 2004-11-23 [colin]      0.9.12cvs162
991
992         * src/msgcache.c
993                 HEAD needs this leak fix too
994
995 2004-11-22 [luke]       0.9.12cvs161
996
997         * src/gtk/gtkstext.c
998                 'Up' key moves one line (not one paragraph) like 'Down'
999
1000 2004-11-22 [paul]       0.9.12cvs160
1001
1002         * src/prefs_themes.c
1003                 fix oversized GtkFrames
1004
1005 2004-11-19 [paul]       0.9.12cvs159
1006
1007         * src/prefs_common.c
1008                 update prefs_keybind_apply_clicked()
1009
1010 2004-11-18 [paul]       0.9.12cvs158
1011
1012         * src/compose.c
1013         * src/messageview.c
1014         * src/common/utils.c
1015         * src/common/utils.h
1016                 use Message-ID format like that previously
1017                 used in compose_generate_msgid()
1018
1019 2004-11-17 [christoph]  0.9.12cvs157
1020
1021         * src/mainwindow.c
1022         * src/prefs_common.c
1023                 integrate "Common preferences" into new preferences dialog
1024
1025 2004-11-17 [colin]      0.9.12cvs156
1026
1027         * src/prefs_account.c
1028         * src/prefs_account.h
1029         * src/procmsg.c
1030                 Add an option to let the user choose to store encrypted
1031                 mail as clear text or encrypted.
1032
1033 2004-11-17 [colin]      0.9.12cvs155
1034
1035         * src/compose.c
1036         * src/toolbar.c
1037                 Be verbose when sending fails
1038         * src/procmsg.c
1039                 Fix procmsg_send_queue returning 0 when there's an error
1040                 Don't send messages to be encrypted to nobody 
1041
1042
1043 2004-11-17 [colin]      0.9.12cvs154
1044
1045         * src/privacy.c
1046                 Fix more pointer confusion
1047
1048 2004-11-17 [paul]       0.9.12cvs153
1049
1050         * src/procmime.h
1051                 forgotten in sync with main 1.0.0beta3
1052
1053
1054 2004-11-17 [paul]       0.9.12cvs152
1055
1056         * ChangeLog
1057         * ChangeLog.jp
1058         * NEWS
1059         * src/compose.c
1060         * src/jpilot.c
1061         * src/procmime.c
1062                 sync with main 1.0.0beta3
1063                 see ChangeLog 2004-11-15 and 2004-11-16
1064
1065 2004-11-17 [colin]      0.9.12cvs151
1066
1067         * src/plugins/pgpmime/pgpmime.c
1068                 Remove debug printf
1069
1070 2004-11-17 [colin]      0.9.12cvs150
1071
1072         * src/plugins/pgpmime/pgpmime.c
1073                 Fix off-by-one causing segs
1074
1075 2004-11-17 [colin]      0.9.12cvs149
1076
1077         * src/procmsg.c
1078                 < Reboot_> don't compare pointers to NULL with !
1079                 So, use the other form to bring consistency.
1080                 Also fix coding style.
1081
1082 2004-11-16 [colin]      0.9.12cvs148
1083
1084         * src/procmsg.c
1085                 Fix the fix :)
1086
1087 2004-11-16 [colin]      0.9.12cvs147
1088
1089         * src/procmsg.c
1090                 Fix leaks in procmsg_send_message_queue
1091
1092 2004-11-12 [paul]       0.9.12cvs146
1093
1094         * src/prefs_account.c
1095         * src/procmime.c
1096         * src/procmime.h
1097                 fix sync breakage 
1098
1099 2004-11-12 [paul]
1100
1101         * src/pixmaps/complete.xpm
1102         * src/pixmaps/continue.xpm
1103                 small sync with main, see ChangeLog 2004-11-11
1104
1105 2004-11-11 [paul]       0.9.12cvs145
1106
1107         * ChangeLog
1108         * ChangeLog.jp
1109         * src/account.c
1110         * src/folderview.c
1111         * src/folderview.h
1112         * src/imap.c
1113         * src/imap_gtk.c
1114         * src/inc.c
1115         * src/mainwindow.c
1116         * src/mh_gtk.c
1117         * src/news_gtk.c
1118         * src/pop.c
1119         * src/prefs_account.c
1120         * src/prefs_account.h
1121         * src/prefs_ext_prog.c
1122         * src/procmsg.c
1123         * src/procmsg.h
1124         * src/summary_search.c
1125         * src/summaryview.c
1126         * src/textview.c
1127         * src/common/defs.h
1128         * src/common/utils.c
1129         * src/common/utils.h
1130         * src/gtk/menu.c
1131         * src/gtk/menu.h
1132                 sync with main 1.0.0beta2 (plus 4)
1133
1134 2004-11-09 [christoph]  0.9.12cvs144
1135
1136         * src/compose.c
1137         * src/prefs_account.[ch]
1138                 add option menu to select default privacy system
1139
1140         * src/plugins/pgpmime/pgpmime.c
1141                 better memory allocation
1142
1143         * src/folder.c
1144                 syncronize flags when scanning a folder
1145
1146 2004-11-08 [colin]      0.9.12cvs143
1147
1148         * src/summaryview.c
1149                 Prevent useless folder count updates while 
1150                 quicksearch is running. It is really annoying 
1151                 while quicksearch is running a full-mail
1152                 scan, like 'b foo', in a big folder.
1153
1154 2004-11-08 [colin]      0.9.12cvs142
1155
1156         * src/textview.c
1157                 Really fix these mail URIs
1158
1159 2004-11-08 [colin]      0.9.12cvs141
1160
1161         * src/textview.c
1162                 fix "colin@colino.net" <colin@colino.net> 
1163                 types of URIs
1164
1165 2004-11-06 [colin]      0.9.12cvs140
1166
1167         * src/compose.c
1168                 Don't ask for passphrase if not sending
1169
1170 2004-11-05 [christoph]  0.9.12cvs139
1171
1172         * src/compose.c
1173                 o encode text content of composed mails
1174         * src/procmime.c
1175                 o allow encoding of MimeInfos that are stored in memory buffers
1176                 
1177
1178 2004-11-03 [paul]       0.9.12cvs138
1179
1180         * po/POTFILES.in
1181                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1182                 Patch submitted by Fabien Vantard
1183
1184         * src/prefs_ext_prog.c
1185                 fix typos. Patch submitted by Fabien Vantard
1186
1187         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1188         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1189                 add German, Spanish, Italian, Brazilian Portuguese,
1190                 and Slovak translations. Submitted by Thomas Gilgin,
1191                 J. José del Río 'partymola', Andrea Spadaccini,
1192                 Frederico Goncalves Guimaraes, and Andrej Kacian
1193
1194 2004-11-01 [christoph]  0.9.12cvs137
1195
1196         * src/procmime.c
1197                 implement RFC2231's parameter encoding
1198
1199 2004-10-29 [colin]      0.9.12cvs136
1200
1201         * src/common/utils.c
1202                 Fix boundary delimiter (a Pine user gets this:
1203                 > Malformed message: Unexpected characters at end of parameters:
1204                 > =_Thu__28_Oct_2)
1205
1206 2004-10-29 [paul]
1207
1208         * tools/textviewer.sh
1209                 fix typo. patch submitted by Johann Koenig 
1210                 <explosive@hvc.rr.com>
1211
1212 2004-10-29 [paul]
1213
1214         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1215         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1216                 add French translations, submitted by Fabien Vantard
1217
1218 2004-10-28 [christoph]  0.9.12cvs135
1219
1220         * doc/src/rfc2231.txt                           ** NEW **
1221         * src/procmime.c
1222         * src/common/quoted-printable.c
1223         * src/common/utils.[ch]
1224                 implement RFC2231's parameter decoding
1225
1226 2004-10-27 [paul]
1227
1228         * tools/kdeservicemenu/README
1229         * tools/kdeservicemenu/install.sh
1230         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1231         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1232         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1233                 output files to /tmp instead of littering the
1234                 current dir
1235                 add uninstall function
1236                 refactor
1237
1238 2004-10-26 [christoph]  0.9.12cvs134
1239
1240         * src/procmime.c
1241                 better check if parameters have to be in quoted string
1242
1243 2004-10-25 [paul]
1244
1245         * tools/kdeservicemenu/README
1246         * tools/kdeservicemenu/install.sh
1247         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1248         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1249         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1250                 add files for Sylpheed Service Menu in Konqueror
1251
1252 2004-10-22 [paul]       0.9.12cvs133
1253
1254         * src/compose.c
1255         * src/prefs_common.c
1256         * src/prefs_common.h
1257         * src/prefs_wrapping.c
1258                 remove 'smart wrapping'
1259
1260 2004-10-21 [colin]      0.9.12cvs132
1261
1262         * src/compose.c
1263                 Remove extraneous separator in Options
1264
1265 2004-10-21 [colin]      0.9.12cvs131
1266
1267         * src/compose.c
1268                 Replace "unknown" attachments by "application/octet-stream"
1269                 Be a bit more defensive when using strchr
1270
1271 2004-10-20 [paul]
1272
1273         * po/ru.po
1274                 updated by Pavlo Bohmat
1275
1276 2004-10-19 [christoph]  0.9.12cvs130
1277
1278         * src/compose.c
1279                 fix wrong menu entry path
1280
1281         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1282
1283         * src/gtk/menu.c
1284                 add extra check for missing menu entries
1285
1286 2004-10-19 [christoph]  0.9.12cvs129
1287
1288         * src/compose.c
1289         * src/common/utils.c
1290                 use utils' generate_msgid() in compose.c
1291
1292 2004-10-18 [christoph]  0.9.12cvs128
1293
1294         * src/plugins/pgpmime/passphrase.c
1295         * src/plugins/pgpmime/pgpmime.c
1296         * src/plugins/pgpmime/prefs_gpg.[ch]
1297         * src/plugins/pgpmime/prefs_gpg.glade
1298         * src/plugins/pgpmime/sgpgme.c
1299                 add GPG prefs
1300
1301 2004-10-18 [christoph]  0.9.12cvs127
1302
1303         * src/addrbook.c
1304         * src/addrcache.c
1305         * src/addressbook.c
1306         * src/codeconv.c
1307         * src/compose.c
1308         * src/customheader.c
1309         * src/editaddress.c
1310         * src/editgroup.c
1311         * src/exporthtml.c
1312         * src/folder.c
1313         * src/folderview.c
1314         * src/imap.c
1315         * src/jpilot.c
1316         * src/main.c
1317         * src/matcher_parser_parse.y
1318         * src/mbox.c
1319         * src/pop.c
1320         * src/prefs_account.c
1321         * src/prefs_gtk.c
1322         * src/prefs_msg_colors.c
1323         * src/procheader.c
1324         * src/procmime.[ch]
1325         * src/procmsg.c
1326         * src/summaryview.c
1327         * src/textview.c
1328         * src/common/base64.c
1329         * src/common/partial_download.c
1330         * src/common/socket.c
1331         * src/common/sylpheed.c
1332         * src/common/utils.[ch]
1333         * src/gtk/filesel.c
1334         * src/gtk/pluginwindow.c
1335         * src/gtk/quicksearch.c
1336         * src/plugins/pgpmime/pgpmime.c
1337         * src/plugins/pgpmime/plugin.c
1338         * src/plugins/pgpmime/select-keys.c
1339         * src/plugins/pgpmime/sgpgme.c
1340         * src/plugins/spamassassin/libspamc.c
1341         * src/plugins/trayicon/trayicon.c
1342         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1343         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1344                 o don't use any GNU C extensions
1345                 o fix warnings
1346                 o replace some non-POSIX functions
1347
1348         * src/plugins/spamassassin/spamassassin.[ch]
1349         * src/plugins/spamassassin/spamassassin_gtk.c
1350         * src/plugins/clamav/clamav_plugin.[ch]
1351         * src/plugins/clamav/clamav_plugin_gtk.c
1352                 replace statusbar_print_all() from common code because it is a
1353                 GUI function
1354
1355 2004-10-17 [paul]
1356
1357         * po/es.po
1358         * po/ko.po
1359         * AUTHORS
1360                 update Spanish and Korean translations,
1361                 submitted by Ricardo Mones Lastra and
1362                 SungHyun Nam
1363
1364 2004-10-13 [colin]      0.9.12cvs126
1365
1366         * src/compose.c
1367                 Don't convert message to forced encoding when 
1368                 drafting, plus minor magic-values cleanup.
1369
1370 2004-10-13 [colin]      0.9.12cvs125
1371
1372         * po/POTFILES.in
1373                 Update POTFILES.in to reflect the source
1374                 place changes
1375
1376 2004-10-08 [christoph]  0.9.12cvs124
1377
1378         * m4/spamassassin.m4
1379                 fix libspamc OpenSSL
1380
1381         * src/compose.c
1382                 rearrange the compose menu
1383
1384 2004-10-08 [christoph]  0.9.12cvs123
1385
1386         * src/Makefile.am
1387         * src/account.c
1388         * src/compose.[ch]
1389         * src/crash.c
1390         * src/main.c
1391         * src/mimeview.c
1392         * src/passphrase.[ch]                           ** REMOVE **
1393         * src/prefs_account.[ch]
1394         * src/prefs_common.[ch]
1395         * src/privacy.[ch]
1396         * src/procmime.[ch]
1397         * src/procmsg.c
1398         * src/rfc2015.[ch]                              ** REMOVE **
1399         * src/select-keys.[ch]                          ** REMOVE **
1400         * src/common/utils.[ch]
1401         * src/gtk/about.c
1402         * src/plugins/pgpmime/Makefile.am
1403         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1404         * src/plugins/pgpmime/pgpmime.c
1405         * src/plugins/pgpmime/plugin.c
1406         * src/plugins/pgpmime/prefs_gpg.[ch]
1407         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1408         * src/plugins/pgpmime/sgpgme.[ch]
1409                 o Add new MIME-Writer
1410                 o extend PrivacySystem with sign and encrypt functions
1411                 o extend PGP/MIME plugin with sign and encrypt functions
1412                 o integrate extended Privacy API in Compose and Sending process
1413
1414 2004-10-04 [colin]      0.9.12cvs122
1415
1416         * src/mainwindow.c
1417         * src/messageview.c
1418         * src/messageview.h
1419         * src/textview.c
1420                 Make forced encoding limited to messageview and
1421                 apply only to parts displayed using textview
1422
1423 2004-10-04 [colin]      0.9.12cvs121
1424
1425         * src/summaryview.c
1426                 Fix bug #605 (collapsed threads re-expand when moving or
1427                 deleting mails)
1428
1429 2004-10-03 [colin]      0.9.12cvs120
1430
1431         * src/summaryview.c
1432                 Fix bug #602
1433
1434 2004-10-02 [colin]      0.9.12cvs119
1435
1436         * src/mainwindow.c
1437         * src/messageview.c
1438         * src/prefs_common.h
1439         * src/procmime.c
1440         * src/procmime.h
1441         * src/textview.c
1442                 Clean up forced charset feature
1443                 Add forced decode
1444
1445 2004-10-01 [colin]      0.9.12cvs118
1446
1447         * src/mimeview.c
1448                 Better fix for Save all: skip multipart mails' first 
1449                 text part
1450
1451 2004-10-01 [colin]      0.9.12cvs117
1452
1453         * src/mimeview.c
1454                 Only save attachments in Save All
1455
1456 2004-10-01 [paul]       0.9.12cvs116
1457
1458         * ChangeLog
1459         * ChangeLog.jp
1460         * src/account.c
1461         * src/prefs_common.c
1462         * src/gtk/colorlabel.c
1463                 sync with main 0.9.12cvs17
1464
1465 2004-09-30 [colin]      0.9.12cvs115
1466
1467         * src/stock_pixmap.c
1468         * src/stock_pixmap.h
1469         * src/folderview.c
1470         * src/Makefile.am
1471         * src/pixmaps/read.xpm
1472                 Add icon for total # column
1473
1474 2004-09-29 [colin]      0.9.12cvs114
1475
1476         * src/compose.c
1477                 Don't close compose until message is sent if 
1478                 Show Send Dialog is Always
1479
1480 2004-09-29 [paul]       0.9.12cvs113
1481
1482         * src/quote_fmt_parse.y
1483                 In the quotation templates recognise sender's first and last 
1484                 names (%F %L) when the name is in the format "Duck, Donald".
1485                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1486
1487
1488 2004-09-28 [colin]      0.9.12cvs112
1489
1490         * src/mainwindow.c
1491                 Put back mnemonic
1492         * src/folderview.c
1493                 Fix Empty trash being visible-invisible-visible...
1494
1495 2004-09-28 [colin]      0.9.12cvs111
1496
1497         * src/mainwindow.c
1498                 Relabel Empty all Trash folders
1499
1500 2004-09-28 [colin]      0.9.12cvs110
1501
1502         * src/folderview.c
1503                 Add contextual Empty trash menu
1504         * src/mainwindow.c
1505                 Revert cvs109 which was useless
1506
1507 2004-09-28 [colin]      0.9.12cvs109
1508
1509         * src/mainwindow.c
1510                 Fix uninialized var
1511
1512 2004-09-28 [colin]      0.9.12cvs108
1513
1514         * src/addressbook.c
1515                 Fix triple-click
1516
1517 2004-09-28 [colin]      0.9.12cvs107
1518
1519         * src/addressbook.c
1520                 Fix double-click on entries
1521
1522 2004-09-28 [colin]      0.9.12cvs106
1523
1524         * src/inc.c
1525                 Reintroduce folder_item update freeze on incorporation
1526
1527 2004-09-27 [christoph]  0.9.12cvs105
1528
1529         * src/folderview.c
1530                 right-align new and unread column
1531
1532 2004-09-27 [paul]
1533
1534         * 0.9.12b released
1535
1536 2004-09-27 [paul]       0.9.12cvs104
1537
1538         * src/main.c
1539                 revert 0.9.12cvs101, it causes another segfault
1540
1541 2004-09-23 [christoph]  0.9.12cvs103
1542
1543         * src/plugins/spamassassin/libspamc.[ch]
1544         * src/plugins/spamassassin/utils.[ch]
1545                 update libspamc to SpamAssassin 3.0.0
1546
1547 2004-09-17 [paul]       0.9.12cvs102
1548
1549         * ChangeLog
1550         * ChangeLog.jp
1551         * src/inc.c
1552                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1553  
1554
1555 2004-09-17 [colin]      0.9.12cvs101
1556
1557         * src/main.c
1558                 Fix segfaults when quitting. valgrind says:
1559                         ==12144== Invalid read of size 4
1560                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1561                         [...]
1562                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1563                         [...]
1564                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1565
1566
1567 2004-09-13 [christoph]  0.9.12cvs100
1568
1569         * src/folder.c
1570                 add NULL pointer checks to fix segfault when messages can
1571                 not be fetched
1572
1573 2004-09-08 [colin]      0.9.12cvs99
1574
1575         * src/account.c
1576                 Remove a debug printf
1577
1578 2004-09-08 [christoph]  0.9.12cvs98
1579
1580         * src/procmsg.[ch]
1581                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1582                 if the message structure has been scanned
1583
1584         * src/folder.c
1585                 o scan structure when the mail is fetched for the first time
1586                   to prevent unnecessary fetching of messages while scanning
1587                   the folder for messages
1588                 o revert 0.9.12cvs24
1589
1590         * src/plugins/pgpmime/pgpmime.c
1591                 check signature if auto signature checking is enabled when the
1592                 signature status is requested for first time and not when
1593                 checking if a part has a signature
1594
1595 2004-09-07 [colin]      0.9.12cvs97
1596
1597         * src/inc.c
1598                 Change session error messages so that they
1599                 are a bit more helpful (the origin of the
1600                 error is not apparent if one isn't in 
1601                 front of Sylpheed when it happens).
1602
1603 2004-09-06 [colin]      0.9.12cvs96
1604
1605         * src/toolbar.c
1606                 Fix graying out Redirect in non english languages
1607                 Patch by Fabien Vantard
1608
1609 2004-09-06 [colin]      0.9.12cvs95
1610
1611         * src/summaryview.c
1612         * src/mimeview.c
1613                 Fix dropped URIs
1614
1615 2004-09-06 [colin]      0.9.12cvs94
1616
1617         * src/addressbook.c
1618         * src/addressitem.h
1619         * src/addritem.c
1620         * src/addritem.h
1621                 Add basic drag and drop to addressbook
1622
1623 2004-09-03 [colin]      0.9.12cvs93
1624
1625         * src/summaryview.c
1626                 Next/Prev unread message should start
1627                 from next/prev node (especially if 
1628                 mark_as_read_delay != 0)
1629
1630 2004-09-03 [colin]      0.9.12cvs92
1631
1632         * src/prefs_common.c
1633         * src/prefs_common.h
1634         * src/summaryview.c
1635                 Add an hidden 'mark_as_read_delay' pref 
1636
1637 2004-09-02 [colin]      0.9.12cvs91
1638
1639         * src/gtk/menu.c
1640                 Add unduplicated menu entries (fixes bug 532)
1641                 Patch by Fabien Vantard
1642
1643 2004-09-02 [colin]      0.9.12cvs90
1644
1645         * src/account.c
1646                 Fix bug 582 (broken auto account selection)
1647
1648 2004-09-02 [colin]      0.9.12cvs89
1649
1650         * src/addrindex.c
1651                 Free deleted queries too
1652
1653 2004-09-02 [colin]      0.9.12cvs88
1654
1655         * src/ldapquery.c
1656                 Fix freezes in LDAP, due to memory corruption
1657                 after deletion of a query (and not removing it
1658                 from the corresponding list of queries).
1659                 Very probably fixes bug 567 and bug 569
1660
1661 2004-09-02 [colin]      0.9.12cvs87
1662
1663         * src/prefs_spelling.c
1664                 Fix bug with aspell prefs init, where spell checking
1665                 is enabled at first but dictionary not specified. Use
1666                 LANG's dictionary by default.
1667
1668 2004-09-01 [colin]      0.9.12cvs86
1669
1670         * src/filtering.c
1671         * src/imap.c
1672         * src/prefs_matcher.c
1673         * src/stock_pixmap.c
1674                 Fix more nasty uninitialized variables
1675
1676 2004-08-31 [colin]      0.9.12cvs85
1677
1678         * src/folder.c
1679                 Fix memory corruption when entering procmsg_msginfo_free()
1680                 with unitialized msginfo. Thanks Valgrind.
1681
1682 2004-08-29 [colin]      0.9.12cvs84
1683
1684         * src/mimeview.c
1685                 Don't escape filenames before saving - that's 
1686                 not dangerous. By the way, fix the leak.
1687
1688 2004-08-27 [paul]       0.9.12cvs83
1689
1690         * src/mh.c
1691         * src/procheader.c
1692         * src/procmsg.c
1693         * src/procmsg.h
1694         * src/common/utils.c
1695         * src/gtk/menu.h
1696                 sync with main 0.9.12cvs6, see ChangeLog
1697                 2004-08-24, 2004-08-25, 2004-08-26
1698
1699
1700 2004-08-26 [paul]
1701
1702         * po/ja.po
1703                 updated by Rui Hirokawa
1704
1705 2004-08-25 [colin]      0.9.12cvs82
1706
1707         * src/plugins/pgpmime/pgpmime.c
1708                 Fix leak on non-combined encrypted messages
1709
1710 2004-08-25 [colin]      0.9.12cvs81
1711
1712         * src/plugins/pgpmime/pgpmime.c
1713         * src/plugins/pgpmime/sgpgme.c
1714         * src/plugins/pgpmime/sgpgme.h
1715                 Handle combined encryption/signature
1716
1717 2004-08-24 [colin]      0.9.12cvs80
1718
1719         * src/folder.c
1720                 Set mime flags on non multipart messages too
1721
1722 2004-08-23 [christoph]  0.9.12cvs79
1723
1724         * src/compose.c
1725                 create message header in memory as GString before writing it
1726                 to the message file
1727
1728 2004-08-23 [colin]      0.9.12cvs78
1729
1730         * src/rfc2015.c
1731         * src/rfc2015.h
1732         * src/compose.c
1733                 Fix (again) bug 197: inline encryption broken
1734
1735 2004-08-23 [paul]
1736
1737         * po/zh_CN.po
1738                 updated by Hansom Young
1739
1740 2004-08-23 [paul]
1741
1742         * 0.9.12a released
1743
1744 2004-08-23 [colin]      0.9.12cvs77
1745
1746         * src/imap.c
1747                 Try and fix bug 577 (session->last_access_time is broken since 
1748                 sync with main 0.9.12cvs2). 
1749                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1750
1751 2004-08-23 [paul]
1752
1753         * po/es.po
1754         * po/fr.po
1755         * po/pl.po
1756         * po/pt_BR.po
1757         * po/sk.po
1758         * po/sr.po
1759                 update translations. submitted by Ricardo
1760                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1761                 Frederico Goncalves Guimaraes, Andrej Kacian,
1762                 Urke MMI
1763
1764 2004-08-22 [paul]       0.9.12cvs76
1765
1766         * src/plugins/trayicon/trayicon.c
1767                 fix formatting bug in trayicon_popup_menu_entries[]
1768
1769
1770 2004-08-22 [paul]       0.9.12cvs75
1771
1772         * m4/Makefile.am
1773                 remove reference to openssl.m4
1774
1775
1776 2004-08-21 [colin]      0.9.12cvs74
1777
1778         * src/compose.c
1779                 Fix bug 576 (Duplicate auto-bcc on reedit)
1780
1781 2004-08-21 [colin]      0.9.12cvs73
1782
1783         * src/toolbar.c
1784                 Grey out Redirect in the toolbar when selection is
1785                 multiple. Fixes bug 520
1786
1787 2004-08-21 [colin]      0.9.12cvs72
1788
1789         * src/compose.c
1790                 Save Sign, Encrypt and Mode status when drafting or queuing
1791                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1792                 state)
1793
1794 2004-08-21 [colin]      0.9.12cvs71
1795
1796         * src/summaryview.c
1797                 Fix bug 494 (Messages are always opened in summary 
1798                 view when right clicked.) Also fixes bug 508.
1799
1800 2004-08-21 [colin]      0.9.12cvs70
1801
1802         * src/compose.c
1803                 When using inline encryption, don't use QP or Base64:
1804                 the mail will be encrypted to a 7bit string.
1805                 Fixes bug 197
1806
1807 2004-08-21 [colin]      0.9.12cvs69
1808
1809         * src/compose.c
1810                 Fix inline-signing with 8bit chars: data must be 
1811                 converted to Quoted-printable before signing.
1812
1813 2004-08-21 [colin]      0.9.12cvs68
1814
1815         * src/compose.c
1816                 Remove 'Message/Save to draft folder'
1817                 and 'Message/Save and keep editing' to 
1818                 put a single 'File/Save' command.
1819                 Fixes bug 224
1820
1821 2004-08-21 [colin]      0.9.12cvs67
1822
1823         * src/mainwindow.c
1824                 Fix bug 222 (Summary view state not retained between sessions)
1825
1826 2004-08-20 [colin]      0.9.12cvs66
1827
1828         * src/codeconv.c
1829                 Fix bug 574 (empty cur_locale is not enough)
1830
1831 2004-08-20 [paul]
1832
1833         * src/plugins/pgpmime/plugin.c
1834                 modify PGP/MIME plugin's description
1835
1836 2004-08-16 [colin]      0.9.12cvs65
1837
1838         * src/common/ssl.c
1839                 Fix version comparison
1840
1841 2004-08-16 [colin]      0.9.12cvs64
1842
1843         * src/common/ssl.c
1844                 I meant 2.2.
1845
1846 2004-08-16 [colin]      0.9.12cvs63
1847
1848         * src/common/ssl.c
1849                 People with glibc 2.1 have had problems with non-blocking
1850                 SSL_connect. Disable it for glibc < 2.2.
1851
1852 2004-08-16 [colin]      0.9.12cvs62
1853
1854         * src/common/ssl.c
1855                 Fix format error
1856
1857 2004-08-13 [colin]      0.9.12cvs61
1858
1859         * src/plugins/pgpmime/plugin.c
1860                 Add plugin's description
1861
1862 2004-08-12 [christoph]  0.9.12cvs60
1863
1864         * src/folderutils.c
1865                 fix bug that did not thaw folder updates when deleting
1866                 duplicates in empty folders
1867
1868 2004-08-12 [colin]      0.9.12cvs59
1869
1870         * src/plugins/trayicon/trayicon.c
1871                 Add a context menu with most common operations
1872
1873 2004-08-12 [colin]      0.9.12cvs58
1874
1875         * configure.ac
1876         * sylpheed.desktop
1877         * src/Makefile.am
1878         * src/main.c
1879                 Add support for Freedesktop.org's startup notification
1880
1881 2004-08-10 [colin]      0.9.12cvs57
1882
1883         * src/main.c
1884         * src/common/socket.c
1885         * src/common/ssl.c
1886         * src/common/sylpheed.c
1887         * src/common/sylpheed.h
1888                 Put back the ssl connect nonblocking...
1889                 without the race condition
1890
1891 2004-08-09 [colin]      0.9.12cvs56
1892
1893         * src/main.c
1894         * src/common/ssl.c
1895         * src/common/sylpheed.c
1896         * src/common/sylpheed.h
1897                 Reverting previous commit, doesn't work 
1898
1899 2004-08-09 [colin]      0.9.12cvs55
1900
1901         * src/main.c
1902         * src/common/ssl.c
1903         * src/common/sylpheed.c
1904         * src/common/sylpheed.h
1905                 Make SSL_connect nonblocking, using a thread
1906
1907 2004-08-09 [paul]       0.9.12cvs54
1908
1909         * po/POTFILES.in
1910                 reflect new location of sgpgme.c
1911         * src/main.c
1912                 sync with main, see ChangeLog 2004-08-09
1913
1914 2004-08-08 [christoph]  0.9.12cvs53
1915
1916         * src/folderutils.c
1917                 freeze FolderItem updates while deleting duplicate messages
1918
1919 2004-08-08 [christoph]  0.9.12cvs52
1920
1921         * configure.ac
1922         * src/Makefile.am
1923         * src/main.c
1924         * src/pgpmime.c
1925         * src/pgpmime.h
1926         * src/sgpgme.c
1927         * src/sgpgme.h
1928         * src/plugins/Makefile.am
1929         * src/plugins/pgpmime/.cvsignore
1930         * src/plugins/pgpmime/Makefile.am
1931         * src/plugins/pgpmime/pgpmime.c
1932         * src/plugins/pgpmime/pgpmime.h
1933         * src/plugins/pgpmime/plugin.c
1934         * src/plugins/pgpmime/sgpgme.c
1935         * src/plugins/pgpmime/sgpgme.h
1936                 new plugin for PGP/MIME
1937
1938 2004-08-07 [christoph]  0.9.12cvs51
1939
1940         * src/folder.c
1941                 disable immediate folder change notification on opened folders
1942                 until SummaryView can handle it quickly
1943
1944 2004-08-07 [colin]      0.9.12cvs50
1945
1946         * src/pop.c
1947         * src/common/partial_download.c
1948                 fix warnings
1949
1950 2004-08-07 [colin]      0.9.12cvs49
1951
1952         * src/Makefile.am
1953         * src/account.c
1954         * src/addressbook.c
1955         * src/alertpanel.c
1956         * src/alertpanel.h
1957         * src/compose.c
1958         * src/exphtmldlg.c
1959         * src/expldifdlg.c
1960         * src/main.c
1961         * src/message_search.c
1962         * src/messageview.c
1963         * src/pop.c
1964         * src/sgpgme.c
1965         * src/summary_search.c
1966         * src/summaryview.c
1967         * src/textview.c
1968         * src/gtk/sslcertwindow.c
1969         * src/pixmaps/stock_dialog-error.xpm
1970         * src/pixmaps/stock_dialog-info.xpm
1971         * src/pixmaps/stock_dialog-question.xpm
1972         * src/pixmaps/stock_dialog-warning.xpm
1973                 sync new alertpanel from gtk2
1974
1975 2004-08-07 [colin]      0.9.12cvs48
1976
1977         * src/prefs_folder_item.c
1978                 fix memory corruption in folderitem's prefs
1979
1980 2004-08-06 [colin]      0.9.12cvs47
1981
1982         * src/compose.c
1983                 close compose window after queuing, before 
1984                 sending when user presses Send
1985
1986 2004-08-05 [christoph]  0.9.12cvs46
1987
1988         * src/msgcache.c
1989         * src/common/defs.h
1990                 add charset to cache file and convert charset when reading the
1991                 cache if different from internal used charset
1992
1993 2004-08-05 [christoph]  0.9.12cvs45
1994
1995         * src/messageview.c
1996         * src/mimeview.[ch]
1997         * src/procmime.h
1998         * src/common/utils.h
1999                 cleanup (remove unused includes/reorganize)
2000
2001         * src/prefs_ext_prog.c
2002         * src/prefs_folder_item.c
2003         * src/prefs_fonts.c
2004         * src/prefs_msg_colors.c
2005         * src/prefs_spelling.c
2006         * src/prefs_themes.c
2007         * src/prefs_toolbar.c
2008         * src/prefs_wrapping.c
2009         * src/gtk/prefswindow.[ch]
2010         * src/plugins/clamav/clamav_plugin_gtk.c
2011         * src/plugins/dillo_viewer/dillo_prefs.c
2012         * src/plugins/image_viewer/viewerprefs.c
2013         * src/plugins/spamassassin/spamassassin_gtk.c
2014                 change PrefsPage path into an array of strings and don't
2015                 split a single string into parts (better for translation)
2016
2017 2004-08-05 [christoph]  0.9.12cvs44
2018
2019         * src/folder.c
2020                 fix FolderItem's message counts after rebuilding a cache
2021
2022 2004-08-05 [paul]       0.9.12cvs43
2023
2024         * ChangeLog
2025         * ChangeLog.jp
2026         * src/imap.c
2027         * src/news.c
2028         * src/common/nntp.c
2029         * src/common/session.c
2030         * src/common/session.h
2031         * src/common/socket.c
2032                 sync with main 0.9.12cvs2
2033                 see ChangeLog 2004-08-04
2034
2035 2004-08-04 [christoph]  0.9.12cvs42
2036
2037         * configure.ac
2038                 add missing AC_DEFINE(USE_OPENSSL, ...)
2039         * src/folder.c
2040                 use new xml_node_new() function
2041
2042 2004-08-03 [christoph]  0.9.12cvs41
2043
2044         * src/folder.c
2045         * src/localfolder.c
2046         * src/common/xml.[ch]
2047                 sync with main 0.9.12cvs1
2048                 see ChangeLog 2004-07-23
2049
2050 2004-08-03 [christoph]
2051
2052         * configure.ac
2053         * m4/openssl.m4                 ** REMOVE **
2054                 use pkg-config to get OpenSSL CFLAGS and LIBS
2055                 (OpenSSL 0.9.7 is required now)
2056
2057 2004-08-02 [paul]       0.9.12cvs40
2058
2059         * AUTHORS
2060                 update translation team section
2061         * po/pt_BR.po
2062                 updated by Frederico Goncalves Guimaraes
2063                 <fggdebian@yahoo.com.br>
2064
2065 2004-07-29 [colin]      0.9.12cvs39
2066
2067         * src/messageview.c
2068                 Inform the user when a partially 
2069                 downloaded mail isn't on the server
2070                 anymore (due to Mark for deletion)
2071
2072 2004-07-29 [colin]      0.9.12cvs38
2073
2074         * src/messageview.c
2075                 Hide noticeview if necessary
2076
2077 2004-07-27 [colin]      0.9.12cvs37
2078
2079         * src/msgcache.c
2080                 More fixes (i overlook a bit, thanks
2081                 Christoph for spotting it)
2082
2083 2004-07-27 [colin]      0.9.12cvs36
2084
2085         * src/msgcache.c
2086                 Fix wrong test 
2087
2088 2004-07-26 [colin]      0.9.12cvs35
2089
2090         * src/pop.c
2091                 Fix uidl-file parsing when not in new
2092                 format
2093
2094 2004-07-19 [colin]      0.9.12cvs34
2095
2096         * src/compose.c
2097                 Save attachment status when drafting
2098
2099 2004-07-19 [colin]      0.9.12cvs33
2100
2101         * src/folder.h
2102         * src/folderview.c
2103         * src/summaryview.c
2104                 Reverse 0.9.12cvs29 to 31 (folder icon update
2105                 when quicksearch is active)
2106
2107 2004-07-18 [colin]      0.9.12cvs32
2108
2109         * src/pop.c
2110                 Fix partial download bug with "Download all
2111                 messages" option
2112
2113 2004-07-18 [colin]      0.9.12cvs31
2114
2115         * src/folderview.c
2116                 Fix crash
2117
2118 2004-07-17 [colin]      0.9.12cvs30
2119
2120         * src/summaryview.c
2121                 Same, when sticky search is off
2122
2123 2004-07-17 [colin]      0.9.12cvs29
2124
2125         * src/folder.h
2126         * src/folderview.c
2127         * src/summaryview.c
2128                 Update FolderItem icon whenever its summaryview is 
2129                 filtered
2130
2131 2004-07-16 [christoph]  0.9.12cvs28
2132
2133         * src/mimeview.c
2134                 make doubleclick work again
2135
2136 2004-07-16 [christoph]  0.9.12cvs27
2137
2138         * src/mimeview.c
2139                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2140
2141 2004-07-16 [paul]       0.9.12cvs26
2142         
2143         * src/gtk/quicksearch.c
2144         * src/compose.c
2145         * src/customheader.c
2146         * src/messageview.c
2147         * src/news.c
2148         * src/prefs_account.c
2149         * src/prefs_display_header.c
2150         * src/procheader.c
2151                 replace "Message-Id" with "Message-ID"
2152
2153 2004-07-16 [paul]       0.9.12cvs25
2154
2155         * ChangeLog
2156         * ChangeLog.jp
2157         * src/account.c
2158         * src/account.h
2159         * src/folder_item_prefs.c
2160         * src/main.c
2161         * src/pop.c
2162         * src/pop.h
2163         * src/prefs_account.c
2164         * src/prefs_account.h
2165         * src/prefs_common.c
2166         * src/prefs_common.h
2167         * src/prefs_gtk.c
2168         * src/prefs_gtk.h
2169                 sync with main 0.9.12cvs1
2170
2171 2004-07-15 [colin]      0.9.12cvs24
2172
2173         * src/folder.c
2174                 Disable GPG signature check during
2175                 folder move and scan 
2176         (Closes Bug 521 Signature checking slows down Folder-Move)
2177
2178 2004-07-14 [christoph]  0.9.12cvs23
2179
2180         * src/pgpmime.c
2181                 add missing fclose. Patch by Thomas Gilgin.
2182
2183         * src/procmime.c
2184                 add checks if fopen really worked
2185
2186 2004-07-14 [colin]      0.9.12cvs22
2187
2188         * src/pop.c
2189         * src/common/partial_download.c
2190                 Update includes
2191
2192 2004-07-14 [colin]      0.9.12cvs21
2193
2194         * src/folder.c
2195         * src/inc.c
2196         * src/matcher.c
2197         * src/matcher.h
2198         * src/matcher_parser_parse.y
2199         * src/messageview.c
2200         * src/msgcache.c
2201         * src/noticeview.c
2202         * src/noticeview.h
2203         * src/pop.c
2204         * src/pop.h
2205         * src/prefs_matcher.c
2206         * src/procheader.c
2207         * src/procmsg.c
2208         * src/procmsg.h
2209         * src/summaryview.c
2210         * src/common/Makefile.am
2211         * src/common/defs.h
2212         * src/gtk/quicksearch.c
2213         * src/common/partial_download.c ** NEW FILES **
2214         * src/common/partial_download.h ** NEW FILES **
2215                 Partial downloading of pop3 mails
2216
2217 2004-07-13 [christoph]  0.9.12cvs20
2218
2219         * src/mimeview.c
2220                 use "button_release_event" instead of "button_press_event",
2221                 because executing event callbacks while the button is still
2222                 pressed is not good and causes problems
2223
2224 2004-07-12 [colin]      0.9.12cvs19
2225
2226         * src/gtk/quicksearch.c
2227                 Fix a missing status update in quicksearch
2228
2229 2004-07-08 [colin]      0.9.12cvs18
2230
2231         * src/common/smtp.h
2232                 Fix guint vs gint bug
2233
2234 2004-07-08 [colin]      0.9.12cvs17
2235
2236         * src/common/smtp.c
2237                 use to_human_readable() for sizes
2238
2239 2004-07-08 [paul]       0.9.12cvs16
2240
2241         * src/inc.c [1.174]
2242                 fix occasional non-clearance of the statusbar
2243                 (close Bug 531 'SA plugin: status bar does not 
2244                  get cleared in OFFLINE mode')
2245
2246 2004-07-07 [colin]      0.9.12cvs15
2247
2248         * src/prefs_common.c [1.225]
2249         * src/prefs_common.h [1.112]
2250                 Add a hidden summary_quicksearch_sticky preference,
2251                 to allow the quicksearch bar to reset across folders
2252         * src/summaryview.c [1.437]
2253                 Use this preference
2254         * src/gtk/quicksearch.c [1.5]
2255         * src/gtk/quicksearch.h [1.3]
2256                 Add this preference, fix focus when hitting Enter,
2257                 add handling of Esc key to reset
2258
2259 2004-07-06 [colin]      0.9.12cvs14
2260
2261         * src/gtk/quicksearch.c [1.4]
2262                 Add Clear button
2263
2264 2004-07-06 [christoph]  0.9.12cvs13
2265
2266         * src/toolbar.c
2267                 enable next unread button in empty folders if next folder
2268                 dialog is not disabled
2269
2270         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2271          folders)
2272
2273 2004-07-06 [colin]      0.9.12cvs12
2274
2275         * src/common/smtp.c [1.16]
2276                 Display maximum message size in the log
2277
2278 2004-07-06 [paul]       0.9.12cvs11
2279
2280         * src/toolbar.c
2281                 fix typo. (spotted by Fabien Vantard)
2282
2283 2004-07-06 [paul]       0.9.12cvs10
2284
2285         * src/main.c
2286                 terminate cleanly on SIGHUP. Patch submitted by
2287                 Thomas Gilgin <thg@karate-muellheim.de>
2288
2289 2004-07-05 [christoph]  0.9.12cvs9
2290
2291         * src/inc.c
2292                 better replacing of %d in new mail notification command
2293
2294 2004-07-05 [colin]      0.9.12cvs8
2295
2296         * src/common/smtp.[ch]
2297                 Take SIZE (returned by EHLO) into account, and
2298                 avoid sending too big messages
2299
2300 2004-07-04 [paul]       0.9.12cvs7
2301
2302         * src/account.c
2303                 fix auto-account selection on imap/news
2304
2305 2004-07-01 [paul]       0.9.12cvs6
2306
2307         * src/gtk/quicksearch.c
2308                 reveal hidden string in gui
2309                 
2310         * src/compose.c
2311                 fix updating of gpg signing setting on 
2312                 switching accounts
2313
2314 2004-06-30 [darko]      0.9.12cvs5
2315
2316         * src/common/utils.c
2317                 remove expand_search_string()
2318         * src/gtk/quicksearch.c
2319                 remove no longer needed for loop (thanks Christoph)
2320                 add expand_search_string()
2321
2322 2004-06-30 [darko]      0.9.12cvs4
2323
2324         * src/common/utils.c
2325                 allow all filtering expressions in quicksearch
2326
2327         (Closes Bug 519 filtering expr. in quicksearch)
2328
2329 2004-06-30 [christoph]  0.9.12cvs3
2330
2331         * configure.ac
2332                 better 'localedir'
2333
2334         * src/common/intl.h
2335                 allow plugins to define TEXTDOMAIN for the _(...) macro
2336
2337 2004-06-30 [paul]       0.9.12cvs2
2338
2339         * po/POTFILES.in
2340           src/Makefile.am
2341           src/main.c
2342           src/prefs_common.c
2343           src/prefs_msg_colors.[ch]     ** NEW FILES **
2344                 move message colouring options to
2345                 '/Other Preferences/Message View/Colors'
2346
2347 2004-06-30 [paul]       0.9.12cvs1
2348
2349         * po/POTFILES.in
2350           src/Makefile.am
2351           src/main.c
2352           src/prefs_common.c
2353           src/prefs_wrapping.[ch]       ** NEW FILES **
2354                 move message wrapping options to
2355                 /'Other Preferences/Compose/Message Wrapping'
2356
2357 2004-06-28 [paul]       0.9.12
2358
2359         * Sylpheed-Claws 0.9.12 released
2360
2361         * po/es.po
2362           po/fr.po
2363           po/sk.po
2364                 updated by Ricardo Mones Lastra, Fabien Vantard,
2365                 Andrej Kacian
2366
2367 2004-06-27 [paul]       0.9.11cvs19
2368
2369         * src/common/ssl.c
2370                 re-enable certificate check
2371
2372 2004-06-25 [christoph]  0.9.11cvs18
2373
2374         * src/procmsg.h
2375                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2376
2377 2004-06-25 [paul]       0.9.11cvs17
2378
2379         * sync with main 0.9.12cvs1
2380                 see ChangeLog 2004-06-23
2381                 
2382         * src/gtk/menu.c
2383                 remove unused menu_toggle_toggle()
2384
2385 2004-06-23 [christoph]  0.9.11cvs16
2386
2387         * src/folder.c
2388         * src/procheader.c
2389         * src/procmsg.h
2390         * src/summaryview.c
2391                 scan the mime structure of multipart mails for correct
2392                 attachment, encryped and signed (with privacy API) part
2393                 detection
2394
2395         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2396
2397 2004-06-22 [paul]
2398
2399         * po/ru.po
2400                 updated by Pavlo Bohmat
2401
2402 2004-06-20 [christoph]  0.9.11cvs15
2403
2404         * src/inc.c
2405         * src/pop.[ch]
2406                 disconnect after authentication when doing POP before SMTP
2407
2408         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2409
2410 2004-06-19 [christoph]  0.9.11cvs14
2411
2412         * src/folder.c
2413                 fix FolderItem name update
2414
2415         (Closes Bug 511 Folder-Renaming not reflected immediately)
2416
2417 2004-06-17 [paul]       0.9.11cvs13
2418         
2419         * sync with main 0.9.12 release
2420           src/session.c
2421                 session_set_timeout(): fixed a bug that didn't
2422                 reset timeout_tag when interval is 0.
2423
2424 2004-06-16 [christoph]  0.9.11cvs12
2425
2426         * src/textview.c
2427                 correctly clear the URL in the status bar
2428
2429 2004-06-15 [christoph]  0.9.11cvs11
2430
2431         * src/summaryview.c
2432                 add missing gtk_widget_show()
2433
2434 2004-06-11 [christoph]  0.9.11cvs10
2435
2436         * src/plugins/spamassassin/spamassassin.c
2437                 correctly check waitpid return code
2438
2439         (Closes Bug 396 Zombie process when spamassassin is called)
2440
2441 2004-06-10 [christoph]  0.9.11cvs9
2442
2443         * src/mainwindow.c
2444         * src/summaryview.[ch]
2445         * src/gtk/Makefile.am
2446         * src/gtk/quicksearch.c                         ** NEW **
2447                 separate quick search from summaryview
2448
2449 2004-06-09 [christoph]  0.9.11cvs8
2450
2451         * src/inc.c
2452                 remove unused code
2453
2454         * src/textview.c
2455                 get folder for compose default account from MsgInfo and not
2456                 from SummaryView
2457
2458 2004-06-09 [christoph]  0.9.11cvs7
2459
2460         * src/folder.[ch]
2461                 add information about added or removed messages to
2462                 FOLDER_ITEM_UPDATE hook
2463
2464         * src/imap_gtk.c
2465         * src/mh_gtk.c
2466                 scan folder when removing a folder failed instead of
2467                 updating the summaryview
2468
2469 2004-06-08 [paul]       0.9.11cvs6
2470
2471         * sync with main 0.9.11cvs2
2472                 see ChangeLog 2004-06-08
2473
2474 2004-06-07 [christoph]  0.9.11cvs5
2475
2476         * configure.ac
2477         * src/common/Makefile.am
2478                 detect library providing 'encrypt' function
2479
2480 2004-06-07 [paul]       0.9.11cvs4
2481
2482         * src/inc.c
2483                 sync with main, 'code cleanup'
2484                 
2485         * tools/nautilus2sylpheed.sh
2486                 fix whitespace limitation. patch submitted by
2487                 Stephan Sachse <white@teg-clan.de>
2488
2489 2004-06-04 [christoph]  0.9.11cvs3
2490
2491         * src/account.c
2492         * src/action.[ch]
2493         * src/addressbook.c
2494         * src/addrindex.h
2495         * src/folder.h
2496         * src/folder_item_prefs.c
2497         * src/inc.c
2498         * src/main.c
2499         * src/messageview.c
2500         * src/mh_gtk.c
2501         * src/prefs_themes.c
2502         * src/procmime.c
2503         * src/quote_fmt.h
2504         * src/stock_pixmap.c
2505         * src/toolbar.c
2506                 fix compiler warnings
2507
2508 2004-06-03 [paul]       0.9.11cvs2
2509
2510         * src/msgcache.c
2511                 sync with main 0.9.11cvs1: "changed gint32 to
2512                 guint32 for some platforms"
2513
2514 2004-06-02 [christoph]  0.9.11cvs1
2515
2516         * src/common/ssl.c
2517                 fix SSL_CTX variable name for older OpenSSL versions
2518
2519         (Closes Bug 503 fix compilation with older OpenSSL)
2520
2521 2004-05-31 [paul]       0.9.11claws
2522
2523         * 0.9.11claws released
2524
2525 2004-05-31 [paul]       0.9.10claws72
2526
2527         * po/es.po
2528           po/it.po
2529           po/ja.po
2530           po/pl.po
2531           po/sk.po
2532           po/sr.po
2533           po/zh_CN.po
2534                 update translations, submitted by Ricardo Mones Lastra,
2535                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2536                 Urke MMI, and Hansom Young
2537
2538 2004-05-25 [luke]       0.9.10claws71
2539
2540         * AUTHORS
2541         * src/mimeview.c
2542         * src/stockpixmap.[ch]
2543         * src/Makefile.am
2544         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2545         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2546         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2547         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2548         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2549
2550                 o Added privacy emblems from Jesper Shultz 
2551                   <jesper@schultz-net.dk>
2552                 o Overlay emblems onto mimeview icons to indicate
2553                   status of signature and if a message is encrypted
2554         
2555         * src/textview.c
2556                 remove unused color definitions (were used to 
2557                 indicate sig status)
2558
2559 2004-05-25 [paul]       0.9.10claws70
2560
2561         * AUTHORS
2562           tools/Makefile.am
2563           tools/README
2564           tools/nautilus2sylpheed.sh            ** NEW FILE **
2565                 add script to enable sending files from
2566                 nautilus.
2567                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2568                 
2569         * tools/launch_firebird                 ** REMOVED **
2570                 removed as the standard "firefox '%s'" now functions
2571                 correctly
2572
2573 2004-05-23 [paul]       0.9.10claws69
2574
2575         * src/compose.c
2576                 fix %X cursor point segfault
2577                 patch by Christoph
2578
2579 2004-05-23 [christoph]  0.9.10claws68
2580
2581         * src/folder.c
2582                 fix folder moving
2583
2584 2004-05-21 [paul]       0.9.10claws67
2585
2586         * sync with 0.9.10cvs17
2587                 see ChangeLog 2004-05-21
2588
2589 2004-05-20 [paul]       0.9.10claws66
2590
2591         * sync with 0.9.10cvs16
2592                 see ChangeLog 2004-05-19 and 2004-05-20
2593
2594 2004-05-19 [alfons]     0.9.10claws65
2595
2596         * src/summaryview.h
2597                 on some platforms regoff_t is defined as off_t, so 
2598                 pull in sys/types.h
2599
2600 2004-05-19 [paul]       0.9.10claws64
2601
2602         * sync with 0.9.10cvs13
2603                 see ChangeLog 2004-05-18
2604
2605 2004-05-17 [christoph]  0.9.10claws63
2606
2607         * src/folder.c
2608                 search all folders when searching for default folders and
2609                 not return the special folder of the first folder
2610
2611 2004-05-13 [alfons]     0.9.10claws62
2612
2613         * src/summaryview.c
2614                 add a better check to see if a message is a news message
2615                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2616
2617 2004-05-13 [paul]       0.9.10claws61
2618
2619         * src/msgcache.c
2620                 sync with 0.9.10cvs12
2621                 see ChangeLog 2004-05-12
2622
2623 2004-05-12 [alfons]     0.9.10claws60
2624
2625         * src/folderview.c
2626                 release lock in case of folder could not be opened 
2627
2628 2004-05-11 [christoph]  0.9.10claws59
2629
2630         * src/inc.[ch]
2631                 remove unused folderview update stuff from inc.[ch]
2632
2633 2004-05-11 [paul]       0.9.10claws58
2634
2635         * sync with 0.9.10cvs11
2636                 see ChangeLog 2004-05-10 and 2004-05-11
2637
2638 2004-05-09 [christoph]  0.9.10claws57
2639
2640         * src/folderview.c
2641                 check for folder class functions and not folder type to detect
2642                 valid drag targets
2643
2644 2004-05-08 [christoph]  0.9.10claws56
2645
2646         * src/sgpgme.c
2647                 fix date output for signature expire times
2648
2649         (Patch by Edgar Toernig <froese@gmx.de>)
2650
2651 2004-05-06 [christoph]  0.9.10claws55
2652
2653         * src/gtk/prefswindow.c
2654                 change window type to DIALOG
2655
2656         * src/folder.[ch]
2657         * src/folderview.c
2658         * src/news_gtk.c
2659                 o add folder_remove()
2660                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2661                 o add new "sort" field to Folder, no longer sort folders by type
2662                   higher sort values will be first in the folder list, new folders get 0
2663                   and will be added to the end
2664
2665         * src/mainwindow.c
2666         * src/gtk/Makefile.am
2667         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2668                 add dialog to allow users to change the folder order
2669
2670 2004-05-04 [paul]       0.9.10claws54
2671
2672         * src/inc.c
2673                 Display account_name in statusbar when retrieving
2674                 messages from a pop account
2675         * src/prefs_account.c
2676                 display account name in title of prefs_account
2677                 window
2678         * src/prefs_folder_item.c
2679                 display folder name in title of prefs_folder window
2680
2681         all 3 patches submitted by Fabien Vantard
2682
2683         * AUTHORS
2684                 add Fabien Vantard
2685
2686 2004-05-04 [paul]       0.9.10claws53
2687
2688         * src/prefs_actions.c
2689           src/prefs_template.c
2690                 'Esc' Key exits alertpanel
2691                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2692
2693 2004-04-26 [christoph]  0.9.10claws52
2694
2695         * src/gtk/about.c
2696         * src/gtk/colorsel.c
2697         * src/gtk/description_window.c
2698         * src/gtk/filesel.c
2699         * src/gtk/gtkaspell.c
2700         * src/gtk/inputdialog.c
2701         * src/gtk/pluginwindow.c
2702         * src/gtk/progressdialog.c
2703                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2704                   it does not work correctly with xinerama
2705                 o lock incorporation while the plugin window is open
2706
2707 2004-04-23 [paul]       0.9.10claws51
2708
2709         * po/POTFILES.in
2710                 update location of inputdialog.c
2711                 
2712         * src/gtk/about.c
2713                 update Copyright string
2714                 
2715         * src/msgcache.c
2716           src/prefs_common.c
2717           src/prefs_themes.c
2718                 improve the english a little
2719
2720 2004-04-22 [christoph]  0.9.10claws50
2721
2722         * src/folderutils.[ch]
2723                 add folderutils_mark_all_read()
2724
2725         * src/folderview.c
2726                 readd "mark all read" from popup menu, now works
2727                 in all folders and not only the opened folder
2728
2729 2004-04-21 [christoph]  0.9.10claws49
2730
2731         * src/Makefile.am
2732         * src/inputdialog.[ch]                  ** REMOVED **
2733         * src/gtk/Makefile.am
2734         * src/gtk/inputdialog.[ch]              ** NEW **
2735                 move inputdialog.[ch] into gtk directory
2736
2737         * src/mh_gtk.c
2738                 remove check for missing IMAP folder account
2739
2740 2004-04-20 [christoph]  0.9.10claws48
2741
2742         * src/mainwindow.c
2743         * src/foldersel.c
2744                 remove new/rename/delete folder GUI functions because
2745                 they are always active, even for news folders, and can
2746                 not be easily made folder class dependent
2747
2748         * src/gtk/menu.[ch]
2749                 make menu_translate() public
2750
2751         * src/Makefile.am
2752         * src/folder.[ch]
2753         * src/folderview.[ch]
2754         * src/imap_gtk.[ch]                     ** NEW **
2755         * src/main.c
2756         * src/mh_gtk.[ch]                       ** NEW **
2757         * src/news_gtk.[ch]                     ** NEW **
2758                 o dynamically build FolderView popup menus from a folder
2759                   specific part, with callbacks to seperated code, and
2760                   a common part
2761                 o remove the folder class specifiy code from folderview.c
2762
2763 2004-04-15 [luke]       0.9.10claws47
2764
2765         * src/prefs_folder_item.c
2766                 o remove buttons for applying 'scan for new mail'
2767                   and 'process at startup' to sub folders
2768                 o add 'apply to sub folder' check buttons for all
2769                   properties and set folder prefs accordingly
2770                 o replace multiple gtk_widget_show() with one
2771                   gtk_widget_show_all() on container
2772
2773 2004-04-14 [darko]      0.9.10claws46
2774
2775         * src/gtk/Makefile.am
2776         * src/gtk/pluginwindow.c
2777                 load plugins from to $(prefix)/lib/sylpheed/plugins
2778                 in file selection dialog
2779         * src/plugins/clamav/clamav_plugin.c
2780                 const correctness
2781
2782 2004-04-14 [christoph]  0.9.10claws45
2783
2784         * src/folder.c
2785         * src/plugins/image_viewer/viewer.c
2786                 fix g_warnings
2787
2788 2004-04-10 [alfons]     0.9.10claws44
2789         
2790         * src/compose.c
2791                 appropriate auto account selection when forwarding
2792                 (fixes bug #476, "forward as attachment does not listen
2793                 to account rules")
2794
2795 2004-04-09 [alfons]     0.9.10claws43
2796
2797         * src/summaryview.c
2798                 make quick search combo matching case sensitive
2799
2800 2004-04-06 [alfons]     0.9.10claws42
2801
2802         * src/addr_compl.c
2803                 use cursor position to prevent clearing the entire entry
2804
2805 2004-04-06 [alfons]     0.9.10claws41
2806
2807         * src/folderview.c
2808                 fix bug #472, "filter not updated when renaming folder" 
2809
2810 2004-04-06 [alfons]     0.9.10claws40
2811
2812         * src/messageview.[ch]
2813           src/summaryview.c
2814                 reflect changes to Show all headers to main view
2815                 and message view (only affects detached message
2816                 view). see also bug #473, 'Show All Headers 
2817                 "problem"'.
2818
2819 2004-04-03 [alfons]     0.9.10claws39
2820
2821         * src/matcher.c
2822                 free address list
2823
2824 2004-04-03 [alfons]     0.9.10claws38
2825
2826         * src/matcher_parser_parse.y
2827           src/matcher.[ch]
2828                 prepare address look up matcher type; marginally
2829                 tested, and not hooked into the UI yet.
2830
2831                 basically it accepts the result of the left hand
2832                 side of the matcher (the "criteria"):
2833
2834                         from all_in_addressbook ""
2835                         ~to_or_cc any_in_addressbook ""
2836                 
2837                 the first case matches all addresses found in the
2838                 from header, and the second case matches if any
2839                 (at least one) of the addresses in to or cc headers 
2840                 are not in the address book.
2841
2842                 the string argument is not used yet, but is intended
2843                 to match a group of addresses 
2844
2845 2004-04-02 [luke]       0.9.10claws37
2846
2847         * src/prefs_folder_item.c
2848                 Add two buttons to apply 'scan for new mail'
2849                 and 'process at startup' to sub folders
2850
2851 2004-04-02 [luke]
2852         * tools/textviewer.sh
2853                 better filename extension matching plus some support for
2854                 MS Excel, MS Powerpoint and HTML
2855
2856 2004-03-29 [christoph]  0.9.10claws36
2857
2858         * src/folder.h
2859         * src/folderutils.[ch]
2860         * src/mainwindow.c
2861                 add delete duplicates for all folders
2862
2863 2004-03-29 [alfons]     0.9.10claws35
2864
2865         * src/folder.c
2866                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2867                 when selecting top-level folder node (thanks to 
2868                 Alex S. Moore)
2869
2870 2004-03-28 [keith]      0.9.10claws34
2871
2872         * src/textview.c
2873                 prepend "http://" to URIs of the form "www.example.com"
2874
2875 2004-03-28 [paul]       0.9.10claws33
2876
2877         * src/common/nntp.c
2878           src/common/smtp.c
2879           src/folder.c
2880           src/imap.c
2881           src/inc.c
2882           src/news.c
2883           src/pop.c
2884                 revise 'translatable string' policy:
2885                 don't translate debug_print() or log_print(),
2886                 translate log_message() and log_warning()
2887         
2888         * po/zh_CN.po
2889                 update submitted by Hansom Young
2890
2891 2004-03-25 [alfons]     0.9.10claws32
2892
2893         * src/prefs_common.c
2894                 I mean this one: Return the GList...
2895
2896 2004-03-25 [alfons]     0.9.10claws31
2897
2898         * src/prefs_common.h
2899                 add new members at the end of prefs_common, so
2900                 they get properly initialized
2901
2902 2004-03-24 [christoph]  0.9.10claws30
2903
2904         * src/imap.c
2905                 o NULL is a valid GSList
2906
2907 2004-03-24 [alfons]     0.9.10claws29
2908
2909         * src/prefs_common.[ch]
2910           src/summaryview.c
2911           src/common/defs.h
2912                 add history to quick search (patch submitted by 
2913                 Ivan Francolin Martinez - thanks!)
2914
2915 2004-03-24 [alfons]     0.9.10claws28
2916
2917         * src/imap.c
2918                 NULL output pointer parameter
2919
2920 2004-03-21 [alfons]     0.9.10claws27
2921
2922         * src/addrindex.[ch]
2923           src/addr_compl.c
2924                 complete addresses on nicks and aliases
2925
2926 2004-03-21 [alfons]     0.9.10claws26
2927
2928         * src/import.c
2929           src/inc.c
2930           src/mbox.[ch]
2931                 disable filters on import mbox (patch submitted
2932                 by Edgar Toernig)
2933
2934 2004-03-21 [darko]      0.9.10claws25
2935
2936         * src/addr_compl.c
2937                 select the address when only one match is found while
2938                 doing address completion with tab key (feature
2939                 request #914720)
2940
2941 2004-03-21 [alfons]     0.9.10claws24
2942
2943         * src/messageview.c
2944           src/toolbar.c
2945                 don't `navigate-delete` when a summary view's selection does not 
2946                 match the accompanying message view's message
2947
2948 2004-03-20 [alfons]     0.9.10claws23
2949
2950         * src/summaryview.c
2951                 hide ext search button on initial display (should fix bug #459,
2952                 "Toggling quick-search at 1st time: minor UI inconsistency")
2953
2954 2004-03-20 [alfons]     0.9.10claws22
2955
2956         * src/summaryview.[ch]
2957                 add function to get selected msginfo, if there's
2958                 only one selected
2959
2960 2004-03-20 [paul]       0.9.10claws21
2961
2962         * sync with 0.9.10cvs7
2963                 see ChangeLog 2004-03-19
2964
2965 2004-03-19 [paul]       0.9.10claws20
2966
2967         * src/common/nntp.c
2968           src/common/smtp.c
2969           src/common/ssl.c
2970           src/folder.c
2971           src/imap.c
2972           src/inc.c
2973           src/news.c
2974           src/pop.c
2975                 don't translate strings in debug_print(), log_print(),
2976                 log_message(),  and log_warning()
2977
2978 2004-03-19 [alfons]     0.9.10claws19
2979
2980         better next/previous/delete/focus navigation with separate 
2981         message view 
2982         
2983         * src/toolbar.c
2984                 call summaryview_delete() instead of messageview_delete()
2985         * src/messageview.c
2986                 disable messageview_delete()
2987
2988 2004-03-18 [paul]       0.9.10claws18
2989
2990         * sync with 0.9.10cvs6
2991                 see ChangeLog 2004-03-16
2992
2993 2004-03-17 [alfons]     0.9.10claws17
2994
2995         * src/gtk/filesel.c
2996                 remove bogus semicolon after if() (sometimes it pays to
2997                 read LKML :)
2998
2999 2004-03-15 [darko]      0.9.10claws16
3000
3001         * src/gtk/filesel.c
3002                 support full path in place of a filename
3003         * src/mimeview.c
3004                 store directory attachments were saved to and
3005                 use it when saving attachments
3006         * src/prefs_common.[hc]
3007                 store directory attachments were last saved to
3008
3009 2004-03-15 [paul]       0.9.10claws15
3010
3011         * src/folderview.c
3012                 fix bug where unsubscribing a newsgroup would destroy
3013                 (most of the) filtering rules
3014
3015 2004-03-15 [paul]       0.9.10claws14
3016
3017         * src/folderview.c
3018                 fix Bug 458, 'Folder View remaining empty after 
3019                 removing a NEWS account' (was also true of IMAP
3020                 accounts)
3021
3022 2004-03-15 [paul]       0.9.10claws13
3023
3024         * src/folderview.c
3025                 fix folderview invisibility of newly subscribed
3026                 newsgroups
3027
3028 2004-03-13 [paul]       0.9.10claws12
3029
3030         * src/compose.c
3031           src/plugins/dillo_viewer/dillo_prefs.c
3032           src/plugins/image_viewer/viewerprefs.c
3033                 gettextise some forgotten parts
3034
3035 2004-03-13 [alfons]     0.9.10claws11
3036
3037         * src/imap.c
3038                 make sure the correct type is passed to sscanf()
3039
3040 2004-03-13 [paul]       0.9.10claws10
3041
3042         * sync with 0.9.10cvs5
3043                 see ChangeLog 2004-03-02 and 2004-03-12, 
3044                 specifically:
3045                 'always move messages by default when using DnD (except 
3046                 for News folder). Copy messages if Ctrl-key is pressed.'
3047                 and 'added a function to filter selected messages'
3048
3049 2004-03-12 [christoph]  0.9.10claws9
3050
3051         * src/codeconv.c
3052                 add parameter check to conv_unmime_header_overwrite()
3053
3054         * src/imap.c
3055                 o fix spelling
3056                 o fix removing of NEW flag when UNREAD is unset
3057
3058         * src/procmime.c
3059                 decode MIME-headers
3060
3061         (Closes 437 i18n attachment display error.)
3062
3063 2004-03-12 [paul]       0.9.10claws8
3064
3065         * po/it.po
3066                 update. submitted by Andrea Spadaccini <lupin85@email.it>
3067                 
3068         * tools/Makefile.am
3069                 add 'textviewer.sh'
3070
3071 2004-03-12 [alfons]     0.9.10claws7
3072
3073         * src/imap.c
3074                 o quiet compiler and typecast Folder * to IMAP Folder *
3075                 o wake up and fix my previous incompatible type assignment bug
3076
3077 2004-03-12 [alfons]     0.9.10claws6
3078
3079         * src/imap.c
3080                 don't mix up pointers to int, guint32 _and_ 
3081                 unsigned int 
3082
3083 2004-03-12 [christoph]  0.9.10claws5
3084
3085         * src/folderview.c
3086                 Add error requester when renaming a folder failed
3087
3088         * src/imap.c
3089                 Check new FolderItem name for namespace seperator
3090                 before renaming
3091
3092         (Closes Bug 443 Bad named IMAP folders won't be displayed)
3093
3094 2004-03-11 [christoph]  0.9.10claws4
3095
3096         * src/folder.[ch]
3097         * src/imap.c
3098         * src/procmsg.h
3099                 syncronize flags in cache with IMAP folder flags
3100
3101         Adapted a patch submitted by Simon 'corecode' Schubert
3102         <corecode@corecode.ath.cx> 
3103
3104
3105 2004-03-11 [alfons]     0.9.10claws3
3106
3107         * src/textview.[ch]
3108                 remove dead code that at one time controlled display of
3109                 URIs in status bar
3110
3111 2004-03-10 [paul]       0.9.10claws2
3112
3113         * po/it.po
3114                 updated by Lupino <lupin85@email.it>
3115
3116 2004-03-09 [alfons]     0.9.10claws1
3117
3118         * src/matcher.c
3119                 we're not using yywrap, but we may, so close yyin instead
3120                 of initial FILE *
3121
3122 2004-03-08 [paul]       0.9.10claws
3123
3124         * 0.9.10claws released
3125
3126 2004-03-08 [paul]       0.9.9claws41
3127
3128         * po/es.po
3129           po/ja.po
3130           po/ru.po
3131           po/sk.po
3132           po/sr.po
3133           po/zh_CN.po
3134                 update translations. submitted by Ricardo Mones Lastra,
3135                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3136                 Hansom Young
3137
3138 2004-03-06 [paul]       0.9.9claws40
3139
3140         * src/stock_pixmap.c
3141                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3142                 patch submitted by Pawel Pekala
3143
3144 2004-03-06 [alfons]             0.9.9claws39
3145
3146         * src/addrindex.c
3147                 allow nick name completion again 
3148
3149 2004-03-02 [match]              0.9.9claws38
3150
3151         * configure.ac
3152                 added definition of USE_LDAP_TLS to support TLS.
3153         * src/ldapctrl.[ch]
3154         * src/ldapquery.c
3155         * src/ldapserver.[ch]
3156         * src/addressbook.c
3157         * src/addrindex.c
3158         * src/editldap.c
3159                 included LDAP TLS support.
3160
3161 2004-03-02 [christoph]          0.9.9claws37
3162
3163         * src/folder.[ch]
3164                 o add more documentation for FolderClass
3165                 o remove usused FolderClass virtual functions
3166
3167         * src/imap.c
3168         * src/mh.c
3169         * src/news.c
3170                 change creation of FolderClass because static initializations
3171                 for structs suck in C89
3172
3173 2004-03-01 [paul]
3174
3175         * sync with 0.9.10
3176
3177 2004-02-28 [keith]      0.9.9claws36
3178
3179         * src/common/utils.c
3180                 Fix treatment of whitespace in quicksearch bar (leading
3181                 spaces and >1 space between commands and parameters).
3182
3183 2004-02-27 [alfons]     0.9.9claws35
3184
3185         * src/compose.[ch]
3186                 Explicitly remove draft timeout to fix nasty race between 
3187                 compose_send_cb() (which destroys the compose window) and 
3188                 compose_defer_auto_save_draft() (which expects compose 
3189                 window to exist). Should fix Keith's and Fred Marton's
3190                 bug report (#128, "crash after complaining about character
3191                 set conversion")
3192
3193 2004-02-27 [luke]       0.9.9claws34
3194         
3195         * src/folder.c
3196                 Do folder_item_apply_processing() even if no processing
3197                 rules for the folder exist (so global processing is applied)
3198
3199 2004-02-26 [thorsten]   0.9.9claws33
3200
3201         * src/mimeview.c
3202                 Remove misleading static declaration
3203
3204 2004-02-26 [alfons]     0.9.9claws32
3205
3206         * src/procmime.[ch]
3207           src/compose.c
3208           src/mimeview.c
3209           src/textview.c
3210                 use/add procmime_get_content_type_str() as a safe wrapper
3211                 for returning a Content-Type type string; should fix 
3212                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3213                  - attachments."
3214
3215 2004-02-26 [thorsten]   0.9.9claws31
3216
3217         * src/mimeview.c
3218                 Restructure save_as/save_all
3219
3220 2004-02-26 [alfons]     0.9.9claws30
3221
3222         * src/procmime.c
3223                 clean up (2)
3224
3225 2004-02-26 [alfons]     0.9.9claws29
3226
3227         * src/procmime.c
3228                 clean up (1)
3229
3230 2004-02-24 [luke]
3231
3232         * tools/textviewer.sh
3233                 tweaks from Johann Koenig, recognition of shell
3234                 scripts in particular
3235
3236 2004-02-24 [paul]       0.9.9claws28
3237
3238         * sync with 0.9.9cvs13
3239                 see ChangeLog 2004-02-24
3240
3241 2004-02-23 [paul]       0.9.9claws27
3242
3243         * src/inc.c
3244                 one alertpanel on pop3 authentication error will suffice
3245                 
3246         * src/prefs_fonts.c
3247                 remove unnecessary printf
3248
3249 2004-02-22 [alfons]     0.9.9claws26
3250
3251         * src/messageview.c
3252                 put back a lost check
3253
3254 2004-02-21 [alfons]     0.9.9claws25
3255
3256         * src/folderview.c
3257                 don't forget to save folder properties after renaming folder
3258
3259 2004-02-20 [paul]       0.9.9.claws24
3260
3261         * src/addressbook.c
3262                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3263                 
3264         * src/inc.c
3265                 complete sync with 0.9.9cvs9's 'update folderview
3266                 progressively'
3267                 
3268         * configure.ac
3269                 require gettext >= 0.12.1
3270
3271 2004-02-17 [match]      0.9.9claws23
3272
3273         * src/compose.c
3274                 keep the peace - change style.
3275
3276 2004-02-17 [alfons]     0.9.9claws22
3277
3278         * src/filtering.c
3279                 make MATCHACTION_STOP cancel filtering / processing;
3280                 clean up and document it to make it a little bit more clear;
3281
3282 2004-02-17 [alfons]     0.9.9claws21
3283
3284         %X marks the cursor spot for reply quote format
3285
3286         * src/quote_fmt_lex.l 
3287           src/quote_fmt.c
3288                 add %X token
3289                 
3290         * src/quote_fmt.h
3291           src/quote_fmt_parse.y
3292                 handle %X token
3293                 
3294         * src/compose.c
3295                 handle %X token for replies only (for now)
3296
3297 2004-02-17 [paul]       0.9.9claws20
3298
3299         * po/sk.po
3300                 updated by Andrej Kacian
3301                 
3302         * src/news.c
3303                 remove unneeded include
3304                 
3305         * src/prefs_fonts.c
3306                 be a little more user-friendly with the labels
3307                 
3308         * configure.ac
3309                 a change forgotten in the last commit: 
3310                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3311
3312 2004-02-17 [paul]       0.9.9claws19
3313
3314         * ac/*                          ** REMOVED **
3315           ac/                           ** REMOVED **
3316           intl/Makefile.in              ** REMOVED **
3317           m4/                           ** NEW **
3318           m4/missing                    ** NEW **
3319           m4/missing/gdk-pixbuf.m4      ** NEW **
3320           m4/missing/gettext.m4         ** NEW **
3321           m4/missing/gpgme.m4           ** NEW **
3322           m4/missing/imlib.m4           ** NEW **
3323           m4/.cvsignore                 ** NEW **
3324           m4/Makefile.am                ** NEW **
3325           m4/README                     ** NEW **
3326           m4/aclocal-include.m4         ** NEW **
3327           m4/aspell.m4                  ** NEW **
3328           m4/check-type.m4              ** NEW **
3329           m4/gnupg-check-typedef.m4     ** NEW **
3330           m4/openssl.m4                 ** NEW **
3331           m4/spamassassin.m4            ** NEW **
3332           po/ChangeLog                  ** REMOVED **
3333           po/Makefile.in.in             ** REMOVED **
3334           po/Rules-quot                 ** REMOVED **
3335           po/boldquot.sed               ** REMOVED **
3336           po/en@boldquot.header         ** REMOVED **
3337           po/en@quot.header             ** REMOVED **
3338           po/insert-header.sin          ** REMOVED **
3339           po/quot.sed                   ** REMOVED **
3340           po/remove-potcdate.sed        ** REMOVED **
3341           po/remove-potcdate.sin        ** REMOVED **
3342           po/stamp-po                   ** REMOVED **
3343           Makefile.am
3344           autogen.sh
3345           configure.ac
3346                 enable building with automake 1.8.x
3347                 add 'autopoint' to autogen.sh and remove all
3348                 auto-generated files, remove ac/ in favour of
3349                 m4/
3350
3351 2004-02-17 [alfons]     0.9.9claws18
3352         
3353         * src/summaryview.c
3354                 MSG_IS_NEWS() is not stored at all, and is bogus
3355
3356 2004-02-17 [martin]     0.9.9claws17
3357
3358         * src/prefs_themes.c
3359                 fix crash when installing wrong theme and output an
3360                 error message
3361
3362 2004-02-16 [christoph]  0.9.9claws16
3363
3364         * src/compose.c
3365         * src/stock_pixmap.[ch]
3366         * src/toolbar.[ch]
3367         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3368                 add "Wrap current paragraph" to compose toolbar
3369
3370 2004-02-15 [alfons]     0.9.9claws15
3371
3372         * src/folderview.c
3373                 refine previous commit to make sure other hook functions
3374                 get their grab of the pie too
3375
3376 2004-02-15 [alfons]     0.9.9claws14
3377
3378         * src/folderview.c
3379                 fix sync breakage so we don't pass invalid pointer types
3380
3381 2004-02-15 [match]      0.9.9claws13
3382
3383         * src/ldapquery.[ch]
3384         * src/ldapserver.h
3385         * src/addrindex.[ch]
3386                 tweak threading calls.
3387         * src/addr_compl.[ch]
3388                 add alias into completion list.
3389         * src/addressbook.c
3390                 fix ldap browse.
3391                 improve context menu behavior.
3392                 change menu sequence.
3393                 add send mail from addressbook.
3394         * src/addrselect.[ch]
3395         * src/compose.[ch]
3396                 add send mail from addressbook.
3397
3398 2004-02-15 [christoph]  0.9.9claws12
3399
3400         * src/folderutils.c
3401                 skip deleting when duplist is empty
3402
3403         * src/folderview.[ch]
3404         * src/mainwindow.c
3405         * src/summaryview.[ch]
3406                 call folderutils_delete_duplicates() from mainwindow code
3407
3408 2004-02-15 [alfons]     0.9.9claws11
3409         
3410         * src/common/utils.c
3411                 add prefix for italian ms o(e) 
3412
3413 2004-02-14 [paul]       0.9.9claws10
3414
3415         * src/foldersel.c
3416                 fix updating of the folder view when creating a
3417                 new folder
3418
3419 2004-02-13 [paul]       0.9.9claws9
3420
3421         * src/plugins/clamav/clamav_plugin.c
3422                 remove GUI code
3423
3424 2004-02-13 [paul]       0.9.9claws8
3425
3426         * sync with 0.9.9cvs9
3427                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3428
3429 2004-02-13 [alfons]     0.9.9claws7
3430
3431         * src/common/utils.c
3432                 fix wrong type of argument for ctype functions (pass unsigned
3433                 char instead of signed char)
3434
3435 2004-02-12 [alfons]     0.9.9claws6
3436
3437         * src/compose.[ch]
3438                 don't select text in header entry when composing to a 
3439                 default address, but rather give the header entry a
3440                 different color / style (same as the folder new color)
3441
3442 2004-02-12 [alfons]     0.9.9claws5
3443
3444         * src/plugins/clamav/clamav_plugin.c
3445                 don't exit(2) on libclamav init error - show a warning.
3446                 (tested by damaging a clamav database file.)
3447
3448 2004-02-12 [paul]       0.9.9claws4
3449
3450         * sync with 0.9.9cvs4
3451                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3452
3453 2004-02-11 [luke]       0.9.9claws3
3454
3455         * src/mimeview.c
3456                 remove redundant check introduced in 0.9.9claws1
3457
3458 2004-02-11 [luke]       0.9.9claws2
3459
3460         * src/mimeview.c
3461                 fix compilation of my previous commit without gpg enabled
3462
3463 2004-02-10 [luke]       0.9.9claws1
3464
3465         * src/mimeview.c
3466                 add borders to icons to indicate the privacy status for
3467                 the message part (unknown/bad/good)
3468
3469 2004-02-06 [paul]       0.9.9claws
3470
3471         0.9.9claws released
3472
3473 2004-02-06 [darko]      0.9.8claws64
3474
3475         * src/compose.c
3476                 don't allow Ctrl+Enter while external editor is active
3477
3478 2004-02-06 [paul]       0.9.8claws63
3479
3480         * po/es.po
3481           po/pl.po
3482           po/sk.po
3483           po/sr.po
3484                 update Spanish, Polish, Slovak, and Serbian translations.
3485                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3486                 and Urke MMI
3487
3488 2004-02-04 [alfons]     0.9.8claws62
3489
3490         * src/compose.c
3491                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3492                 don't have clue yet why the cursor pos is at the end of the
3493                 text.)
3494
3495 2004-02-04 [alfons]     0.9.8claws61
3496
3497         * src/compose.c
3498                 always grab focus when one of the header entries is clicked 
3499                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3500
3501 2004-02-02 [paul]
3502
3503         * ac/missing/gdk-pixbuf.m4
3504           ac/missing/gpgme.m4
3505           ac/missing/imlib.m4
3506                 prevent 'underquoted definition' warnings
3507                 patch submitted by David Relson
3508                 
3509         * src/plugins/clamav/README
3510                 update, improve, correct
3511
3512 2004-01-31 [thorsten]   0.9.8claws60
3513
3514         * src/news.c
3515                 'dir' not initialized if group has no messages
3516
3517 2004-01-29 [christoph]  0.9.8claws59
3518
3519         * src/customheader.[ch]
3520                 add custom_header_is_allowed() to check for disallowed header names
3521                 that must not be overridden by custom headers
3522
3523         * src/compose.c
3524                 always write From: header and use custom_header_is_allowed() to
3525                 check if custom header should be written
3526
3527         * src/prefs_customheader.c
3528                 check if custom header is disallowed using custom_header_is_allowed()
3529
3530         * src/folderutils.c
3531                 destroy message id GHashTable before freeing the MsgInfos
3532
3533 2004-01-29 [paul]       0.9.8claws58
3534
3535         * sync with 0.9.9 release
3536                 see ChangeLog 2004-01-29
3537
3538 2004-01-29 [paul]       0.9.8claws57
3539
3540         * sync with 0.9.8cvs11
3541                 see ChangeLog 2004-01-29
3542
3543 2004-01-28 [christoph]  0.9.8claws56
3544
3545         * src/pgpmime.c
3546         * src/sgpgme.[ch]
3547                 return WARN signature status when signature is not trusted
3548
3549         * src/Makefile.am
3550         * src/folder.c
3551         * src/folderutils.[ch]                  ** NEW **
3552         * src/summaryview.c
3553                 implement delete duplicates summaryview independent
3554
3555 2004-01-28 [paul]       0.9.8claws55
3556
3557         * sync with 0.9.8cvs10
3558                 see Changelog 2004-01-27 and 2004-01-28
3559
3560 2004-01-26 [christoph]  0.9.8claws54
3561
3562         * src/imap.c
3563                 create a root node for the Folder if scan fails because root
3564                 folder does not exist
3565
3566 2004-01-26 [paul]       0.9.8claws53
3567
3568         * sync with 0.9.8cvs7
3569                 see ChangeLog 2004-01-23
3570
3571 2004-01-25 [alfons]     0.9.8claws52
3572
3573         * src/compose.c
3574                 remove left-over constant INDENT_CHARS
3575
3576 2004-01-25 [alfons]     0.9.8claws51
3577
3578         * src/procmime.c
3579                 add NULL pointer check for mimeinfo->node in
3580                 procmime_mimeinfo_parent()
3581
3582 2004-01-25 [darko]      0.9.8claws50
3583
3584         * src/compose.c
3585                 make "Wrap all long lines" toolbar button wrap all
3586                 long lines not just the current line
3587                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3588
3589
3590 2004-01-25 [alfons]     0.9.8claws49
3591
3592         * src/procmime.c
3593                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3594                 necessary anyway, because *scanf() functions neglect white
3595                 space in the input. 
3596                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3597
3598 2004-01-25 [paul]       0.9.8claws48
3599
3600         * src/prefs_ext_prog.c
3601                 apply Alfons' patch to check for NULL pointers
3602                 fixes bug #424
3603
3604 2004-01-25 [paul]       0.9.8claws47
3605
3606         * sync with 0.9.8cvs8
3607                 see ChangeLog 2004-01-23
3608
3609 2004-01-25 [thorsten]   0.9.8claws46
3610
3611         * src/messageview.c
3612                 remove orphaned mimeview unref()
3613
3614 2004-01-23 [christoph]  0.9.8claws45
3615
3616         * src/summaryview.c
3617                 set ctree widget style
3618
3619 2004-01-23 [paul]       0.9.8claws44
3620
3621         * sync with 0.9.8cvs5
3622                 see ChangeLog 2004-01-22
3623
3624 2004-01-23 [alfons]     0.9.8claws43
3625
3626         * src/procmsg.c
3627                 remove redundant code in procmsg_get_thread_tree()
3628
3629 2004-01-21 [christoph]  0.9.8claws42
3630
3631         * src/folderview.c
3632                 set ctree widget style, otherwise GTK does not use the
3633                 the correct vertical size for the list items
3634
3635 2004-01-21 [alfons]     0.9.8claws41
3636
3637         * src/summaryview.c
3638                 GDK_Left should only switch to folderview when
3639                 when summaryview hscrollbar is at the leftmost
3640                 position (fixes bug #420, "Focus error")
3641
3642 2004-01-21 [paul]       0.9.8claws40
3643
3644         * sync with 0.9.8cvs4
3645                 see ChangeLog 2004-01-20
3646
3647 2004-01-20 [christoph]  0.9.8claws39
3648
3649         * src/folderview.c
3650                 remove setting sensitivity for no longer existing
3651                 /Scoring... popup entry
3652
3653 2004-01-20 [keith]      0.9.8claws38
3654
3655         * configure.ac
3656                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3657
3658 2004-01-20 [paul]       0.9.8claws37
3659
3660         * src/prefs_fonts.c
3661                 demystify font settings
3662                 
3663         * src/textview.c
3664                 use textview->msgfont for header->body in
3665                 textview_show_header()
3666
3667 2004-01-20 [paul]       0.9.8claws36
3668
3669         * src/compose.c
3670           src/undo.c
3671                 remove superfluous debug_print's
3672                 
3673         * src/inc.c
3674                 clear the statusbar after LOCAL incorporation
3675
3676 2004-01-20 [paul]       0.9.8claws35
3677
3678         * sync with 0.9.8cvs3
3679                 see ChangeLog 2004-01-20
3680
3681 2004-01-19 [keith]      0.9.8claws34
3682
3683         * src/folderview.c
3684                 don't show 'Search folder...' on popup menu
3685                 if folder has no mails in it
3686
3687 2004-01-17 [keith]      0.9.8claws33
3688
3689         * src/compose.c
3690           src/prefs_common.c
3691           src/prefs_common.h
3692                 store position of compose window in prefs
3693
3694 2004-01-17 [thorsten]   0.9.8claws32
3695
3696         * src/gtk/gtkvscrollbutton.c
3697                 ensure scrollbutton resize event on different gtk versions
3698
3699 2004-01-15 [alfons]     0.9.8claws31
3700         
3701         * src/summaryview.c
3702                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3703                 message as read
3704
3705 2004-01-12 [christoph]  0.9.8claws30
3706
3707         * src/procmime.c
3708                 better MIME-Version check
3709
3710 2004-01-11 [alfons]     0.9.8claws29
3711
3712         * src/procmsg.c
3713                 remove unnecessary but still effective check (could possibly
3714                 lead to some unwanted side effects)
3715
3716 2004-01-11 [alfons]     0.9.8claws28
3717
3718         * src/procmsg.c
3719                 we should not prefer lowest message number while threading 
3720                 (introduced in previous commit)
3721
3722 2004-01-11 [alfons]     0.9.8claws27
3723
3724         * src/procmsg.c
3725                 subject threading fixes:
3726                 
3727                         - make message with lowest message number the
3728                           thread parent,
3729                         - refine recording last node when threading. the last node
3730                           should be the previous one if a node has a thread parent,
3731                           or the current node if not
3732                 
3733                 (there's another threading bug fix coming up)
3734
3735 2004-01-10 [paul]       0.9.8claws26
3736
3737         * src/main.c
3738           src/prefs_ext_prog.c
3739           src/plugins/clamav/clamav_plugin_gtk.c
3740                 minor gui fixes
3741
3742 2004-01-09 [christoph]  0.9.8claws25
3743
3744         * src/Makefile.am
3745         * src/string_match.[ch]                 ** REMOVE **
3746         * src/common/Makefile.am
3747         * src/common/string_match.[ch]          ** NEW **
3748                 move string_match.[ch] to common directory
3749
3750 2004-01-09 [christoph]  0.9.8claws24
3751
3752         * src/pgpmime.c
3753                 add MIME-Version header for the message parser
3754
3755 2004-01-09 [paul]       0.9.8claws23
3756
3757         * po/POTFILES.in
3758           src/Makefile.am
3759           src/main.c
3760           src/prefs_common.c
3761           src/prefs_ext_prog.[ch]       ** NEW FILES **
3762                 move External Command options from 'Common Prefs/Other' to
3763                 'Other Prefs/Message View/External Programs', also reveal
3764                 the hidden options for audio player and image viewer.
3765                 
3766         * src/prefs_common.c
3767                 fix toggling of header pane
3768
3769 2004-01-09 [paul]       0.9.8claws22
3770
3771         * src/compose.c
3772                 when changing account also change the save folder
3773
3774         * src/textview.c
3775                 if a text/plain attachment has 'Content-Disposition: attachment'
3776                 don't display it inline
3777
3778 2004-01-08 [christoph]  0.9.8claws21
3779
3780         * src/procmime.c
3781                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3782                 otherwise thread the message content as one text part and
3783                 don't assume charset US-ASCII which is only specified as
3784                 default for MIME-messages
3785
3786 2004-01-08 [paul]       0.9.8claws20
3787
3788         * src/plugins/clamav/clamav_plugin.c
3789           src/plugins/spamassassin/spamassassin.c
3790                 inform the user what is happening via the statusbar
3791
3792 2004-01-06 [paul]       0.9.8claws19
3793
3794         * po/es.po
3795                 update Spanish translation. submitted by Ricardo
3796                 Mones Lastra
3797
3798 2004-01-05 [paul]       0.9.8claws18
3799
3800         * sync with 0.9.8cvs2
3801                 see ChangeLog 2004-01-05
3802
3803 2004-01-03 [luke]       0.9.8claws17
3804
3805         * src/procheader.c
3806                 Clean up:
3807                 o remove unused functions string_getchar() and file_getchar()
3808                 o remove the getchar_ parameter from generic_get_one_field()
3809                 o add an 'unfold' parameter to generic_get_one_field, to
3810                   be used if no HeaderEntry is supplied
3811                 o procheader_get_one_field_asis() uses
3812                   generic_get_one_field().
3813
3814 2004-01-01 [christoph]  0.9.8claws16
3815
3816         * src/common/xml.[ch]
3817                 o add xml_new_tag() to manage usage counts of strings correctly
3818                 o correct xml_copy_tree() function name
3819
3820         * src/folder.c
3821         * src/main.c
3822                 allow registering and unregistering of FolderClasses anytime
3823
3824 2003-12-31 [christoph]  0.9.8claws15
3825
3826         * src/folder.[ch]
3827         * src/common/xml.[ch]
3828                 keep folderlist.xml data for unloaded FolderClasses
3829
3830 2003-12-30 [luke]       0.9.8claws14
3831
3832         * src/procheader.[ch]
3833                 o added procheader_get_one_field_asis() that does not do
3834                   unfolding
3835                 o fix procheader_get_header_array_asis() to use the above,
3836                   fixing ugliness of headers in textview
3837
3838         * src/compose.c
3839                 o don't unfold headers when redirecting.        
3840
3841 2003-12-30 [paul]       0.9.8claws13
3842
3843         * po/POTFILES.in
3844           src/common/defs.h
3845           src/Makefile.am
3846           src/main.c
3847           src/prefs_common.c
3848           src/prefs_themes.[ch] ** NEW FILES **
3849                 redesign and move Icon Theme selector to
3850                 the new prefs window
3851           
3852         * src/stock_pixmap.c
3853                 fix the old bug where icons are not always
3854                 updated when changing themes
3855         
3856         * src/summaryview.c
3857                 fix bug where the icons on the title row
3858                 of the summary view were not updated
3859         
3860         all patches submitted by Ricardo Mones Lastra
3861
3862 2003-12-30 [hoa]        0.9.8claws12
3863
3864         * src/folder.c
3865                 run preglobal and postglobal processing rules
3866                 even if the folder does not have any rules.
3867
3868 2003-12-28 [paul]       0.9.8claws11
3869
3870         * ac/aspell.m4
3871           ac/check-type.m4
3872           ac/gnupg-check-typedef.m4
3873           ac/openssl.m4
3874           ac/spamassassin.m4
3875                 fix 'underquoted definition' warnings, patch submitted by
3876                 David Relson <relson@osagesoftware.com>
3877                 
3878         * src/common/utils.c
3879                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3880                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3881
3882 2003-12-28 [paul]       0.9.8claws10
3883
3884         * sync with 0.9.8cvs1
3885                 see ChangeLog 2003-12-17
3886
3887 2003-12-27 [christoph]  0.9.8claws9
3888
3889         * src/common/utils.[ch]
3890                 add g_node_map() to map a GNode into a new GNode
3891                 converting all node data's with a function
3892
3893         * src/account.c
3894         * src/folder.[ch]
3895         * src/folderview.c
3896         * src/imap.c
3897         * src/mainwindow.c
3898         * src/summaryview.c
3899                 o use g_node_map() to convert XML <-> Folder
3900                 o remove redundant FolderItem->parent and
3901                   replace it with folder_item_parent()
3902
3903 2003-12-23 [christoph]  0.9.8claws8
3904
3905         * src/folder.[ch]
3906         * src/folderview.c
3907         * src/mainwindow.c
3908         * src/procmsg.c
3909                 o use callback for notifications about added and
3910                   destroyed folders
3911                 o rewrite folderlist saving (new functions to create
3912                   folder from XML tree, and XML tree from folder)
3913
3914         * src/common/xml.[ch]
3915                 add function to save XML trees
3916
3917         * src/prefs_filtering.c
3918                 code cleanup
3919
3920 2003-12-22 [christoph]  0.9.8claws7
3921
3922         * src/prefs_account.[ch]
3923                 add "SMTP only" accounts
3924
3925 2003-12-20 [melvin]     0.9.8claws6
3926
3927         * src/action.[ch]
3928                 Changed the interface for action_update_*_menu() so
3929                 action.c does not need to know the paths of the different
3930                 actions menu (mainwindow, message view and compose window). 
3931
3932         * src/compose.c
3933                 Tiny code cleanup to merge spell checker related code
3934                 compose_update_actions_menu(): new function to update
3935                 the actions menu. Use it in compose_create()
3936
3937         * src/compose.h
3938                 compose_update_actions_menu(): new function to update
3939                 the actions menu. Used also in prefs_actions.c.
3940
3941         * src/mainwindow.[ch]
3942                 main_window_update_actions_menu(): new function to update
3943                 the actions menu. Used in main_window_create() and in
3944                 prefs_actions.c
3945
3946         * src/messageview.[ch]
3947                 messageview_update_actions_menu(): new function to update
3948                 the actions menu. Used in messageview_add_toolbar() and in
3949                 prefs_actions.c
3950                 
3951         * src/prefs_actions.c   
3952                 prefs_actions_ok(): fixed to update the actions menu of
3953                 the separate message view and the compose windows.
3954
3955 2003-12-20 [luke]       0.9.8claws5
3956         * src/procheader.c
3957                 fix unfolding/newline stripping for multiline fields
3958                 in generic_get_one_field()
3959
3960 2003-12-19 [christoph]  0.9.8claws4
3961
3962         * src/summaryview.c
3963                 o code cleanup
3964                 o use subject_compare_for_sort() when comparing
3965                   simplified subjects
3966
3967 2003-12-19 [christoph]  0.9.8claws3
3968
3969         * src/msgcache.c
3970                 more syncing with 0.8.9a
3971
3972 2003-12-19 [christoph]  0.9.8claws2
3973
3974         * src/folder.c
3975                 don't write all FolderItem XML attributes for the root node
3976
3977 2003-12-19 [melvin]     0.9.8claws1
3978
3979         * src/messageview.c
3980                 Added missing menu branch (Tools/Create processing/rule)
3981         * po/fr.po
3982                 Updated French translation for the added string.
3983
3984 2003-12-19 [paul]       0.9.8claws
3985
3986         0.9.8claws released
3987
3988 2003-12-19 [paul]       0.9.7claws51
3989
3990         * po/en_GB.po
3991           po/es.po
3992           po/ja.po
3993           po/pl.po
3994           po/sk.po
3995           po/zh_CN.po
3996                 update translations. submitted by me, Ricardo Mones
3997                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3998                 Hansom Young
3999                 
4000         * src/folder_item_prefs.c
4001                 'enable_processing' set to FALSE by default
4002
4003 2003-12-18 [melvin]     0.9.7claws50
4004
4005         * po/fr.po
4006                 Updated French translation
4007
4008 2003-12-17 [christoph]  0.9.7claws49
4009
4010         * src/procheader.c
4011                 revert discarding of whitespace from 0.9.7claws44
4012
4013                 RFC2822 2.2.3: Unfolding is accomplished by simply
4014                 removing any CRLF that is immediately followed by WSP.
4015
4016 2003-12-17 [paul]       0.9.7claws48
4017
4018         * src/folder.c
4019                 fix new message count
4020                 
4021         * configure.ac
4022                 update autotools macros
4023
4024         * sync with 0.9.8a
4025
4026 2003-12-16 [christoph]  0.9.7claws47
4027
4028         * src/folder.c
4029                 fix folder update before adding MsgInfo to cache
4030                 in add_msginfo_to_cache()
4031
4032         * src/procmsg.c
4033                 remove old call to folder_item_update() that is no
4034                 longer required
4035
4036 2003-12-16 [christoph]  0.9.7claws46
4037
4038         * src/main.c
4039                 make sure the shutdown process only runs once
4040
4041 2003-12-16 [hoa]        0.9.7claws45
4042
4043         * src/mainwindow.c
4044         * src/messageview.c
4045         * src/summaryview.[ch]
4046                 Create filter rules using a message is fixed.
4047                 We can now create processing rules using a message.
4048
4049 2003-12-15 [alfons]     0.9.7claws44
4050
4051         * src/procheader.c
4052                 make sure we discard folding white space
4053
4054 2003-12-15 [luke]       0.9.7claws43
4055         * src/textview.c
4056         * src/mimeview.c
4057                 o use "name" parameter if "filename" doesn't exist
4058
4059 2003-12-14 [alfons]     0.9.7claws42
4060
4061         * src/summaryview.c
4062         * src/common/utils.c
4063                 allow quick finding based on the result of passing
4064                 a message to an external command. E.g:
4065
4066                         X "bogofilter < %F" 
4067                 
4068                 gets me all the spam in a folder.
4069
4070 2003-12-14 [luke]       0.9.7claws41
4071
4072         * src/textview.c
4073         * src/mimeview.c
4074                 o use parameter "filename" instead of "name" in a couple of 
4075                   places for correctness
4076
4077         * src/procmime.c
4078         * src/common/utils.[ch]
4079                 o make temporary filename for attachments safe for %p 
4080                   substitutions in actions.
4081
4082 2003-12-13 [christoph]  0.9.7claws40
4083
4084         * src/main.c
4085                 readd exit(0) to clean_quit() because otherwise sylpheed
4086                 does not always terminate
4087
4088         * src/pgpmime.c
4089         * src/privacy.h
4090                 add an identifier-string for PrivacySystems
4091
4092 2003-12-12 [paul]
4093
4094         * doc/man/sylpheed.1
4095                 update the man page
4096
4097 2003-12-12 [paul]       0.9.7claws39
4098
4099         general clean up
4100         
4101         * configure.ac
4102                 correct and clean up './configure --help' info
4103         
4104         * src/plugins/clamav/clamav_plugin.c
4105           src/plugins/spamassassin/spamassassin.c
4106                 correct plugin_desc(), works with LOCAL, IMAP, and
4107                 POP accounts
4108                 
4109         * src/filtering.c
4110           src/matcher.[ch]
4111           src/matcher_parser_parse.y
4112           src/prefs_filtering_action.c
4113                 use 'Change Score' instead of '(In/De)crease score'.
4114                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4115          
4116          * src/mainwindow.c
4117                 hyphenate: 'Pre-processing', 'Post-processing'
4118                 
4119         * src/prefs_account.c
4120                 change 'Generate Message-ID' to 'Generate Message-Id'
4121                 
4122         * src/prefs_folder_item.c
4123                 change 'Processing on startup:' to 'Process at startup'
4124                 change 'Scan for new mail:' to 'Scan for new mail'
4125                 
4126 2003-12-11 [christoph]  0.9.7claws38
4127
4128         * src/crash.c
4129         * src/main.[ch]
4130                 make sure the clean_exit() funtion is not called again by the
4131                 signal handler while it is already running
4132
4133         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4134
4135         * src/summaryview.c
4136                 fix wrong assertion
4137
4138 2003-12-11 [paul]       0.9.7claws37
4139
4140         * src/compose.c
4141                 'anonymise' Message-Id: header string
4142
4143 2003-12-11 [paul]       0.9.7claws36
4144
4145         * src/plugins/clamav/clamav_plugin.c
4146                 fix (don't break) signature count
4147                 use cl_strerror() instead of deprecated cl_perror()
4148         
4149 2003-12-11 [darko]      0.9.7claws35
4150
4151         * src/summaryview.c
4152                 also update the sort arrow (thanks Christoph)
4153
4154 2003-12-11 [darko]      0.9.7claws34
4155
4156         * src/summaryview.c
4157                 allow reverting to default sort mode (no sort)
4158
4159 2003-12-10 [hoa]        0.9.7claws33
4160
4161         * src/matcher.c
4162                 fixed quotation of string for matcher.
4163
4164 2003-12-08 [paul]       0.9.7claws32
4165
4166         * src/imap.c
4167           src/inc.c
4168                 plug memory leaks (patch by Alfons)
4169
4170 2003-12-08 [christoph]  0.9.7claws31
4171
4172         * src/folder_item_prefs.[ch]
4173         * src/folderview.c
4174         * src/prefs_folder_item.c
4175                 add new FolderItem property to exclude folders from new
4176                 mail checks
4177
4178         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4179
4180 2003-12-07 [paul]       0.9.7claws30
4181
4182         * src/plugins/clamav/clamav_plugin.c
4183                 fix signature count
4184
4185 2003-12-07 [thorsten]   0.9.7claws29
4186
4187         * src/filtering.c
4188                 debug_print some warning if destfolder missing
4189         * src/prefs_filtering.c
4190                 uninitialized filter list when deleting a folder
4191
4192 2003-12-06 [paul]       0.9.7claws28
4193
4194         * src/procheader.c
4195                 add Alfons' patch to trim line feeds
4196
4197 2003-12-06 [paul]       0.9.7claws27
4198
4199         * partial sync with 0.9.7cvs8
4200                 leaving claws' online/offline more or less intact
4201                 see ChangeLog 2003-12-04 and 2003-12-06
4202
4203 2003-12-06 [christoph]  0.9.7claws26
4204
4205         * src/messageview.c
4206         * src/privacy.[ch]
4207                 revert pirvacy API changes
4208
4209 2003-12-05 [alfons]     0.9.7claws25
4210
4211         * src/matcher.[ch]
4212                 clean up my old cruft
4213
4214 2003-12-05 [alfons]     0.9.7claws24
4215
4216         * src/matcher.c
4217                 fix comparison buglet ;-) and make `test` matcher
4218                 work again
4219
4220 2003-12-05 [alfons]     0.9.7claws23
4221
4222         * src/prefs_folder_item.c
4223                 K&R 2nd Ed., page 241 (function parameter identifiers
4224                 starting with an underscore are kind of insulting)
4225
4226 2003-12-05 [hoa]        0.9.7claws22
4227
4228         * src/main.c
4229         * src/mainwindow.[ch]
4230         * src/mainwindow.h
4231                 add destructor for mainwindow so that the last 
4232                 MimeInfo opened in messageview is destroyed when
4233                 exiting sylpheed.
4234
4235 2003-12-05 [hoa]        0.9.7claws21
4236
4237         * src/filtering.[ch]
4238         * src/matcher.[ch]
4239         * src/matcher_parser_lex.l
4240         * src/matcher_parser_parse.y
4241         * src/prefs_actions.c
4242         * src/prefs_filtering.c
4243         * src/common/utils.[ch]
4244                 quote arguments before giving them to command line.
4245                 fixed quote of string in matcher/processing/filtering rules.
4246
4247         * src/messageview.c
4248         * src/privacy.[ch]
4249                 allows decryption to return a new whole 
4250                 MIME message structure.
4251
4252 2003-12-04 [hoa]        0.9.7claws20
4253
4254         * src/filtering.[ch]
4255         * src/folder.c
4256         * src/mainwindow.c
4257         * src/matcher.c
4258         * src/matcher_parser_parse.y
4259         * src/folderview.c
4260                 global rules to run before folder specific rules.
4261                 global rules to run after folder specific rules.
4262                 
4263         * src/messageview.c
4264                 fixed quick addition of rules.
4265         
4266         * src/prefs_filtering.[ch]
4267         * src/summaryview.c
4268                 we can now customize the title for the dialog.
4269                 updated case where we rename of delete folders.
4270
4271         * src/addressbook.c
4272                 got back the function addressbook_browse_entry_cb()
4273                 that is needed in case we compiled with LDAP support.
4274
4275 2003-12-04 [paul]       0.9.7claws19
4276
4277         * sync with 0.9.7cvs6
4278                 see ChangeLog 2003-12-04
4279                 fixes bug 171 'Wrong message decoing: koi8-r and 
4280                 iso8859-5 looks same. Can't read many emails.'
4281
4282 2003-12-04 [paul]       0.9.7claws18
4283
4284         * po/POTFILES.in
4285                 remove 'src/prefs_scoring.c'
4286
4287 2003-12-03 [hoa]        0.9.7claws17
4288
4289         * src/Makefile.am
4290                 compilation of scoring.[ch] and prefs_scoring.[ch]
4291                 is removed.
4292         
4293         * src/filtering.[ch]
4294         * src/folder.c
4295         * src/folder_item_prefs.[ch]
4296         * src/folderview.c
4297         * src/main.c
4298         * src/mainwindow.c
4299         * src/matcher.[ch]
4300         * src/matcher_parser.h
4301         * src/matcher_parser_parse.y
4302         * src/prefs_filtering.[ch]
4303         * src/prefs_filtering_action.c
4304         * src/prefs_folder_item.c
4305         * src/prefs_scoring.[ch]              * REMOVED FILES *
4306         * src/procmsg.[ch]
4307         * src/scoring.[ch]                    * REMOVED FILES *
4308         * src/summaryview.c
4309                 merged scoring and filtering.
4310                 
4311                 Note : compatibility is kept by parsing score like 
4312                   add_score. To get the behaviour of older scoring 
4313                   system, you have to define some equivalent rule :
4314                   "score_lower -9999 hide"
4315                   "score_greater 9999 mark"
4316                   
4317                   To define global rules, you have to define them 
4318                   in the new global processing rules.
4319                   The variable that kept the list filtering rules 
4320                   was "global_processing" and has been renamed into 
4321                   "filtering_rules".
4322                   "global_processing" variable is now the name 
4323                   of the variable that keeps the list of global 
4324                   processing rules.
4325                   In the configuration file, "[global]" section is 
4326                   now for the global processing rules (which includes
4327                   score things and new global processing rules).
4328                   New "[filtering]" section is for the filtering rules.
4329                   
4330                   Before running with this version, during testing 
4331                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4332                   Then, you have to make the following changes :
4333                   - leave all scoring rules in "[global]" section.
4334                   - move all other rules of "[global]" section to
4335                       a new section named "[filtering]".
4336
4337 2003-12-03 [christoph]  0.9.7claws16
4338
4339         * src/procmime.c
4340                 use default Content-Type as specified in RFC2045 if
4341                 Content-Type header is syntactically incorrect
4342
4343 2003-12-03 [christoph]  0.9.7claws15
4344
4345         * src/addressbook.c
4346         * src/addrindex.h
4347         * src/addritem.c
4348         * src/expldifdlg.h
4349         * src/exportldif.c
4350         * src/filtering.c
4351         * src/folder.c
4352         * src/folderview.c
4353         * src/jpilot.c
4354         * src/localfolder.c
4355         * src/matcher.h
4356         * src/matcher_parser_lex.l
4357         * src/matcher_parser_parse.y
4358         * src/news.c
4359         * src/prefs_filtering_action.c
4360         * src/prefs_folder_item.c
4361         * src/prefs_fonts.c
4362         * src/procmsg.c
4363         * src/sgpgme.c
4364                 clean up warnings
4365
4366         * src/procmime.c
4367                 revert 0.9.7claws14 change
4368
4369 2003-12-03 [alfons]     0.9.7claws14
4370
4371         * src/procmime.c
4372                 catch invalid Content-Type with no subtype
4373
4374 2003-12-03 [alfons]     0.9.7claws13
4375
4376         * src/alertpanel.h
4377         * src/setup.c
4378         * src/plugins/image_viewer/plugin.c
4379                 compile again, we need stddef.h for size_t
4380
4381 2003-12-03 [paul]       0.9.7claws12
4382
4383         * src/account.c
4384                 don't allow cloning of accounts with remote folders,
4385                 patch submitted by Ricardo Mones Lastra
4386
4387 2003-12-03 [christoph]  0.9.7claws11
4388
4389         * src/folder.[ch]
4390         * src/imap.c
4391         * src/localfolder.[ch]
4392         * src/mh.c
4393         * src/news.c
4394         * src/common/xml.[ch]
4395                 add set_xml() and get_xml() virtual functions to FolderClass to
4396                 save extra information for Folders (for example the rootpath
4397                 only used by LocalFolder). The folderlist write function no
4398                 longer needs to know the folder type to save this extra
4399                 information.
4400
4401 2003-12-02 [christoph]  0.9.7claws10
4402
4403         * src/Makefile.am
4404         * src/account.c
4405         * src/folder.[ch]
4406         * src/folderview.h
4407         * src/imap.c
4408         * src/localfolder.[ch]          ** NEW **
4409         * src/mainwindow.c
4410         * src/mh.[ch]
4411         * src/news.[ch]
4412         * src/prefs_account.[ch]
4413         * src/prefs_filtering.h
4414         * src/procmsg.h
4415         * src/remotefolder.[ch]         ** NEW **
4416         * src/common/xml.[ch]
4417                 add item_set_xml() and item_get_xml() virtual functions to
4418                 FolderClass to give folders the ability to add extra information
4419                 to the saved FolderItem data. If NULL the default function for
4420                 FolderItem will be used.
4421
4422 2003-11-29 [christoph]  0.9.7claws9
4423
4424         * src/procheader.c
4425                 fix bug in unfolding
4426
4427 2003-11-29 [luke]       0.9.7claws8
4428
4429         * src/textview.c
4430                 fix compilation for non c99 compilers
4431
4432 2003-11-29 [christoph]  0.9.7claws7
4433
4434         * src/procmime.[ch]
4435         * src/mimeview.c
4436                 o unknown disposition types should be handled as
4437                   attachment (RFC2183)
4438                 o missing headers should not default to inline
4439                   (would make "Save All" useless when disposition header
4440                    is not set by the sending mailer)
4441                 o remove old MimeInfo data and cleanup
4442
4443 2003-11-29 [luke]       0.9.7claws6
4444
4445         * src/procmime.[ch]
4446                 re-added parsing of Content-Disposition header
4447                         - removes the old  'gchar* content_disposition'
4448                         - adds a new field 'DispositionType disposition'
4449                         - adds parameters to MimeInfo::parameters
4450
4451         * src/mimeview.c
4452                 use the "filename" parameter for saving, and the new
4453                 MimeInfo::disposition for save all.
4454
4455         * src/compose.c
4456         * src/toolbar.[ch]
4457                 add a 'check spelling' button as a possibility for 
4458                 the compose toolbar
4459
4460         * src/stockpixmap.[ch]
4461         * src/pixmaps/check_spelling.xpm        ** NEW **
4462         * src/Makefile.am
4463                 add a pixmap for use with 'check spelling' button or
4464                 a user defined action
4465
4466         * src/textview.c
4467                 re-apply fixed (I hope) patch for bug 57
4468                 "Hidden URL in HTML Mails"
4469
4470 2003-11-28 [christoph]  0.9.7claws5
4471
4472         * src/procmime.c
4473                 o be more liberal in what we accept as Content-Type parameters
4474                 o ignore comments after parameters
4475
4476         * src/sgpgme.c
4477                 o only free passphrase when an error occurs
4478
4479 2003-11-28 [paul]       0.9.7claws4
4480
4481         * src/account.c
4482                 add 'Clone Account' function. patch submitted by
4483                 Ricardo Mones Lastra
4484
4485 2003-11-27 [thorsten]   0.9.7claws3
4486
4487         * src/mimeview.c
4488                 fix crash if 'save_all' failed twice
4489
4490 2003-11-27 [paul]       0.9.7claws2
4491
4492         * po/POTFILES.in
4493                 fix a typo
4494
4495         * po/zh_CN.po
4496                 update Simplified Chinese translation. submitted by
4497                 Hansom Young
4498
4499 2003-11-27 [paul]       0.9.7claws1
4500
4501         * po/POTFILES.in
4502                 clean up
4503
4504 2003-11-26 [paul]       0.9.7claws
4505
4506         * 0.9.7claws released
4507
4508 2003-11-26 [paul]       0.9.6claws99
4509
4510         * src/Makefile.am
4511                 add reference to pixmaps/mime_message.xpm
4512
4513 2003-11-26 [paul]       0.9.6claws98
4514
4515         * po/POTFILES.in
4516                 remove reference to src/sigstatus.c
4517
4518 2003-11-26 [christoph]  0.9.6claws97
4519
4520         * src/Makefile.am
4521         * src/prefs_common.c
4522         * src/rfc2015.c
4523         * src/sigstatus.[ch]            ** REMOVE **
4524                 remove signature result popup option and window
4525
4526 2003-11-26 [paul]       0.9.6claws96
4527
4528         * po/es.po
4529           po/ja.po
4530           po/pl.po
4531           po/sk.po
4532           po/sr.po
4533                 update translations. submitted by Ricardo Mones Lastra,
4534                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4535
4536 2003-11-25 [christoph]  0.9.6claws95
4537
4538         * src/procmime.c
4539                 display mime structure only in debug mode
4540
4541 2003-11-25 [melvin]     0.9.6claws94
4542
4543         * po/fr.po
4544                 Updated French translations + typos fixes of older
4545                 translations (thanks to Fabien Vantard for pointing
4546                 to some of them)
4547
4548 2003-11-25 [melvin]     0.9.6claws93
4549
4550         * src/editldap.c
4551                 Fixed a couple of typos.
4552
4553 2003-11-24 [paul]       0.9.6claws92
4554
4555         * po/POTFILES.in
4556                 add 'src/textview.c'
4557
4558 2003-11-24 [paul]       0.9.6claws91
4559
4560         * src/sgpgme.c
4561                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4562
4563 2003-11-24 [paul]       0.9.6claws90
4564
4565         * src/plugins/image_viewer/viewer.c
4566                 image_viewer_show_mimepart(): 
4567                 use procmime_mimeinfo_get_parameter() to get the file name
4568
4569 2003-11-24 [paul]       0.9.6claws89
4570
4571         * src/textview.c
4572                 textview_show_mime_part(): rewrite text hint
4573
4574 2003-11-22 [paul]       0.9.6claws88
4575
4576         * sync with 0.9.7cvs5
4577                 see ChangeLog 2003-11-21
4578
4579 2003-11-21 [paul]       0.9.6claws87
4580
4581         * src/mimeview.c
4582                 define shortcut key 'o' for 'Open with...'
4583
4584 2003-11-21 [alfons]     0.9.6claws86
4585
4586         * src/messageview.c
4587                 fix bug #383 'Deleting message from "separate message view" 
4588                 uses local Trash folder'
4589
4590 2003-11-21 [christoph]  0.9.6claws85
4591
4592         * src/mimeview.c
4593                 fix content-type guessing by name parameter when finding
4594                 the correct viewer
4595
4596 2003-11-21 [alfons]     0.9.6claws84
4597
4598         * src/main.c
4599                 no mail incorporation allowed with --offline param.
4600                 fixes bug #374, "--offline ignored"
4601
4602 2003-11-20 [christoph]  0.9.6claws83
4603
4604         * src/mimeinfo.c
4605                 use signed MimeInfo when checking the signature and not
4606                 the selected one
4607
4608 2003-11-19 [alfons]     0.9.6claws82
4609
4610         * src/mainwindow.c
4611                 fix crash when toggling separate views, patch submitted
4612                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4613                 fixes bug #342, "separate views  cause crash"
4614
4615 2003-11-19 [paul]       0.9.6claws81
4616
4617         * src/compose.c
4618                 compose_redirect_write_headers_from_headerlist(): 
4619                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4620                 
4621         * src/main.c
4622                 code cleanup (inherited from 0.9.7cvs4)
4623                 
4624         * tools/tb2sylpheed
4625                 bugfix: added missing attribute-list start. submitted by
4626                 Urke MMI
4627
4628 2003-11-19 [luke]       0.9.6claws80
4629
4630         * src/textview.c
4631                 revert my last commit until I get time to fix it
4632
4633 2003-11-18 [christoph]  0.9.6claws79
4634
4635         * src/mimeview.[ch]
4636                 check parent MimeInfos for signatures and display the
4637                 result of the parent when found
4638
4639         * src/pgpmime.c
4640                 o avoid NULL pointer warnings
4641                 o use procmime_mimeinfo_get_parameter()
4642
4643         * src/sgpgme.c
4644                 small text changes
4645
4646 2003-11-17 [luke]       0.9.6claws78
4647
4648         * src/textview.c
4649                 add check for disguised URLs, fixing bug 57
4650                 "Hidden URL in HTML Mails"
4651
4652 2003-11-16 [christoph]  0.9.6claws77
4653
4654         * src/procmime.c
4655                 fix crash when parsing invalid Content-Type header
4656
4657 2003-11-16 [christoph]  0.9.6claws76
4658
4659         * src/pgpmime.c
4660         * src/privacy.c
4661         * src/procmime.c
4662         * src/sgpgme.[ch]
4663                 implement message decrypting
4664
4665         * src/rfc2015.c
4666                 remove old code
4667
4668 2003-11-14 [luke]       0.9.6claws75
4669
4670         * src/mimeview.c
4671                 fix a couple of problems that treated application/* and
4672                 application/octet-stream the wrong way around
4673                 (since 0.9.6claws10), causing "Open" to do nothing.
4674
4675 2003-11-14 [christoph]  0.9.6claws74
4676
4677         * src/messageview.c
4678         * src/pgpmime.c
4679         * src/privacy.[ch]
4680                 prepare for message part decrypting
4681
4682         * src/sgpgme.c
4683                 add output for expired signatures
4684
4685         * src/rfc2015.c
4686                 remove some old code
4687
4688 2003-11-10 [christoph]  0.9.6claws73
4689
4690         * src/mimeview.c
4691                 add "Full info" button for bad and warn signature status
4692
4693         * src/sgpgme.c
4694                 generate full signature info like gpg's output
4695                 (gpg -v --with-fingerprint --verify)
4696
4697 2003-11-10 [christoph]  0.9.6claws72
4698
4699         * src/mimeview.c
4700         * src/pgpmime.c
4701         * src/privacy.[ch]
4702         * src/sgpgme.[ch]
4703         * src/textview.[ch]
4704                 o add code to view full signature info
4705                 o do automatic signature checks
4706
4707 2003-11-10 [alfons]     0.9.6claws71
4708
4709         * src/summaryview.c
4710                 don't crash when gtkut_font_load() returns invalid font (has
4711                 something to do with locale settings)
4712                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4713
4714 2003-11-09 [alfons]     0.9.6claws70
4715
4716         * src/procmime.c
4717                 plug leak
4718
4719 2003-11-08 [luke]       0.9.6claws69
4720
4721         * src/summaryview.c
4722                 fix some typos
4723
4724         * src/compose.c
4725                 rewrite compose_attach_parts(), fixing various bugs mainly
4726                 to do with re-editing.
4727
4728         * src/mimeview.c
4729                 "save all" now only saves attachments with names/filenames
4730
4731 2003-11-04 [match]      0.9.6claws68
4732
4733         * src/ldapctrl.[ch]
4734                 fix broken LDAP support.
4735
4736         * src/ldapquery.c
4737                 remove printf's.
4738
4739 2003-11-04 [luke]       0.9.6claws67
4740
4741         * src/mimeview.c
4742                 o  fixed bug 4 "focus lost on messages with attachments"
4743                 o  fixed 'Save all' attachments for new mime changes
4744                 o  right clicking on icons consistent with right clicking on
4745                    mime tree
4746                   - fixes a bug where wrong part is saved when you
4747                     choose 'Save as' from popup menu
4748                   - fixes bug 308 "No way to "save all" attachments"
4749                 o  fixed a compiler warning.
4750
4751         * src/textview.c
4752                 o  removed flickering in mime tree when using "n" and "p"
4753                    shortcuts
4754                 o  fixed bug where selecting the textview and pressing e.g.
4755                    'y' causes sylpheed to respond twice.
4756
4757         * src/summaryview.c
4758                 removed hard coding of * and ! shortcuts (which only served
4759                 to cause problems if you tried to redefine the shortcuts)
4760
4761 2003-11-04 [luke]       0.9.6claws66
4762
4763         * src/plugins/image_viewer/viewer.c
4764         * src/plugins/image_viewer/viewerprefs.c
4765         * src/plugins/image_viewer/viewerprefs.glade
4766                 o  allow toggling of image scaling by clicking on image
4767                 o  respond to image's container widget resize
4768
4769         * src/procmime.c
4770                 o  fix bad parsing of message when re-editing/viewing a
4771                    message saved to the drafts folder
4772
4773 2003-11-02 [match]      0.9.6claws65
4774
4775         * src/browseldap.h
4776                 fix if not building LDAP support.
4777         * src/addrindex.c
4778         * src/ldapquery.[ch]
4779         * src/editldap.h
4780                 include support for contains query. feature req 529354.
4781
4782 2003-11-02 [alfons]     0.9.6claws64
4783
4784         * src/browseldap.c
4785                 fix build bustage if not compiling ldap support
4786
4787 2003-11-01 [match]      0.9.6claws63
4788
4789         * po/POTFILES.in
4790         * src/Makefile.am
4791         * src/addr_compl.[ch]
4792         * src/addrbook.c
4793         * src/addrcache.[ch]
4794         * src/addrdefs.h        ** NEW **
4795         * src/addressbook.c
4796         * src/addressitem.h
4797         * src/addrindex.[ch]
4798         * src/addritem.h
4799         * src/addrquery.[ch]
4800         * src/ldapquery.[ch]
4801         * src/ldapserver.[ch]
4802                 refactor LDAP query mechanism.
4803
4804         * src/browseldap.[ch]   ** NEW **
4805         * src/ldaplocate.[ch]   ** NEW **
4806                 add feature to browse LDAP entry that was retrieved using
4807                 an explicit LDAP search.
4808
4809 2003-11-01 [alfons]     0.9.6claws62
4810
4811         * src/prefs_gtk.c
4812                 prefs_write_param(): fail when we see an invalid type; all the
4813                 callers seem to handle this gracefully by reverting changes
4814
4815 2003-10-30 [christoph]  0.9.6claws61
4816
4817         * configure.ac
4818         * ac/openssl.m4
4819         * ac/spamassassin.m4
4820         * src/Makefile.am
4821                 use extra variables for all libraries to make sure plugins
4822                 are only linked with libraries they really need. $LIBS is always
4823                 added to the linking parameters, but we only what the libraries
4824                 listed in the Makefile
4825
4826 2003-10-29 [paul]       0.9.6claws60
4827
4828         * src/mimeview.c
4829                 don't use Subject for unknown part name
4830
4831 2003-10-29 [paul]       0.9.6claws59
4832
4833         * src/compose.c
4834                 get name of attachment(s) when re-editing, fwd'ing or
4835                 redirecting
4836                 
4837         * src/mimeview.c
4838                 get name of attachment(s) when saving
4839
4840 2003-10-29 [hoa]        0.9.6claws58
4841
4842         * src/textview.c
4843                 implemented multipart/alternative in MIME message viewer.
4844
4845 2003-10-28 [christoph]  0.9.6claws57
4846
4847         * configure.ac
4848                 make sure MathML-Viewer is not built with the
4849                 Gtk2 version of GtkMathView
4850
4851 2003-10-28 [paul]       0.9.6claws56
4852
4853         * sync with 0.9.7cvs1
4854                 see ChangeLog 2003-10-28
4855
4856 2003-10-27 [alfons]     0.9.6claws55
4857
4858         * src/matcher_parser_parse.y
4859         * src/gtk/colorlabel.c
4860                 allow setting color label to 0 in filtering/processing rules
4861                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4862
4863 2003-10-26 [alfons]     0.9.6claws54
4864
4865         * src/summary_search.c
4866                 fix misnomer and correct selecting initial search node  
4867
4868 2003-10-26 [christoph]  0.9.6claws53
4869
4870         * src/pgpmime.c
4871         * src/sgpgme.c
4872                 change display of signature info to use only name of
4873                 signer, otherwise the text gets too long.
4874
4875         * src/procmime.c
4876                 don't use MimeInfo's filename to generate tmp filename
4877
4878 2003-10-25 [christoph]  0.9.6claws52
4879
4880         * src/procmime.c
4881                 fix message body searching
4882
4883 2003-10-25 [paul]       0.9.6claws51
4884
4885         * src/compose.c
4886                 use g_basename rather than basename
4887
4888 2003-10-24 [christoph]  0.9.6claws50
4889
4890         * src/sgpgme.c
4891                 change fetching of signature key's trust
4892
4893 2003-10-24 [paul]       0.9.6claws49
4894
4895         * po/sk.po
4896                 update Slovak translation
4897                 submitted by Andrej Kacian
4898                 
4899         * src/mainwindow.c
4900                 remove unknown menu entry /File/Add mailbox/mbox...
4901
4902 2003-10-24 [hoa]        0.9.6claws48
4903
4904         * src/Makefile.am
4905                 removed all references to mbox folders
4906
4907         * src/carray.[ch]               * REMOVED *
4908         * src/chash.[ch]                * REMOVED *
4909         * src/maillock.[ch]             * REMOVED *
4910         * src/mailmbox.[ch]             * REMOVED *
4911         * src/mailmbox_folder.[ch]      * REMOVED *
4912         * src/mailmbox_parse.[ch]       * REMOVED *
4913         * src/mailmbox_types.[ch]       * REMOVED *
4914         * src/mbox_folder.[ch]          * REMOVED *
4915                 remove implementation of mbox folders
4916                 and old mailbox folder.
4917                 mbox folder implementation will be added
4918                 as a plugin so that implementation can be entirely
4919                 synchronized with the files of the project they are
4920                 extracted from (libEtPan!).
4921         
4922         * src/mainwindow.c
4923         * src/folder.c
4924         * src/folderview.[ch]
4925         * src/procmsg.h         
4926                 Disable as much code that references mbox folders
4927                 as possible.
4928                 Some UI thing still need to know that folder is mbox
4929                 (when we have to enter the name of the mailbox and
4930                 we want to add /var/mail/$USER).
4931
4932 2003-10-23 [christoph]  0.9.6claws47
4933
4934         * src/noticeview.c
4935                 don't always display button when noticeview is made visible
4936
4937         * src/mimeview.c
4938         * src/pgpmime.c
4939         * src/privacy.[ch]
4940         * src/sgpgme.[ch]
4941                 get signature information from crypto system
4942
4943 2003-10-22 [paul]       0.9.6claws46
4944
4945         * po/es.po
4946                 updated by Ricardo Mones Lastra
4947
4948 2003-10-22 [paul]       0.9.6claws45
4949
4950         * src/Makefile.am
4951                 update to reflect the changes to the icons that
4952                 happened in 0.9.6claws35
4953
4954 2003-10-22 [alfons]     0.9.6claws44
4955         
4956         * src/carray.h
4957                 inline carray_count() 
4958
4959 2003-10-21 [alfons]     0.9.6claws43
4960
4961         * src/carray.h
4962                 glib wrappers
4963         * src/carray.c
4964                 disable
4965         * src/mailmbox.[ch]
4966         * src/mailmbox_folder.c
4967         * src/mailmbox_parse.c
4968         * src/mailmbox_types.[ch]
4969                 %s/uint32_t/guint
4970
4971 2003-10-21 [luke]       0.9.6claws42
4972
4973         * src/stock_pixmaps.[ch]
4974         * src/mimeview.c
4975         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4976         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4977                 o remove mime_application_octet_stream.xpm icon (it was never
4978                   really needed)
4979                 o remove redundant icon messageview_text.xpm
4980
4981         * src/mainwindow.c
4982                 fix visibility of signature noticeview when toggling 'separate
4983                 message view'
4984
4985 2003-10-21 [christoph]  0.9.6claws41
4986
4987         * src/procmime.c
4988                 decode multipart and rfc822 mime parts to allow further
4989                 parsing when required
4990
4991 2003-10-21 [christoph]  0.9.6claws40
4992
4993         * src/procmime.[ch]
4994         * src/textview.c
4995                 remove obsolete charset parameter in MimeInfo and fix
4996                 TextView to use the charset from the parameter hash table
4997
4998         * src/plugins/dillo_viewer/Makefile.am
4999         * src/plugins/trayicon/Makefile.am
5000                 add OPENSSL_CFLAGS to fix building with using
5001                 --with-openssl-* parameters
5002
5003 2003-10-21 [paul]       0.9.6claws39
5004
5005         * src/prefs_matcher.[ch]
5006                 replace remnants of the old, renamed 'Execute' matchtype
5007                 add a brief description to the Info window
5008
5009 2003-10-21 [hoa]        0.9.6claws38
5010         
5011         * src/Makefile.am
5012         * src/carray.[ch]               * NEW *
5013         * src/chash.[ch]                * NEW *
5014         * src/folder.c
5015         * src/maillock.[ch]             * NEW *
5016         * src/mailmbox.[ch]             * NEW *
5017         * src/mailmbox_folder.[ch]      * NEW *
5018         * src/mailmbox_parse.[ch]       * NEW *
5019         * src/mailmbox_types.[ch]       * NEW *
5020                 implementation of mbox folder with unique message numbers
5021
5022                 made use of libEtPan! implementation of mbox for lower-layer.
5023
5024 2003-10-20 [alfons]     0.9.6claws37
5025
5026         * src/noticeview.c
5027                 fix invalid argument warning
5028         * src/pgpmime.c
5029                 no in place variable
5030
5031 2003-10-20 [paul]       0.9.6claws36
5032
5033         * src/compose.[ch]
5034           src/filtering.c
5035           src/messageview.c
5036                 fix crash when using Forward in Filtering when
5037                 external editor option is set
5038                 
5039                 Patch submitted by Simon 'corecode' Schubert
5040                 <corecode@corecode.ath.cx> 
5041
5042 2003-10-20 [paul]       0.9.6claws35
5043
5044         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
5045           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
5046           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
5047           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
5048           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
5049           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
5050           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
5051           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
5052           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
5053           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
5054           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
5055           src/mimeview.c
5056           src/stock_pixmap.[ch]
5057                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
5058                 icons. add privacy_warn.xpm icon
5059
5060 2003-10-20 [hoa]  0.9.6claws34
5061
5062         * src/folder_item_prefs.[ch]
5063         * src/prefs_folder_item.c
5064         * src/main.c
5065                 Added a property per folder to choose whether we 
5066                 want to apply processing on it on startup or if we
5067                 prefer to wait the folder selection to apply it.
5068         
5069         * src/messageview.c
5070                 fixed C89 compatibility (for old compilers, for
5071                 example gcc 2.95.x).
5072
5073 2003-10-17 [christoph]  0.9.6claws33
5074
5075         * src/mimeview.c
5076         * src/noticeview.[ch]
5077                 change noticeview icon to indicate signature status
5078
5079 2003-10-17 [christoph]  0.9.6claws32
5080
5081         * src/Makefile.am
5082         * src/main.c
5083         * src/mimeview.c
5084         * src/noticeview.c
5085         * src/pgpmime.[ch]                              ** NEW **
5086         * src/privacy.[ch]
5087         * src/rfc2015.c
5088         * src/sgpgme.c                                  ** NEW **
5089                 reimplement PGP/Mime signature checking (unfinished)
5090
5091 2003-10-15 [christoph]  0.9.6claws31
5092
5093         * src/procmime.[ch]
5094                 fix procmime_get_text_content() and
5095                 procmime_get_first_text_content()
5096
5097 2003-10-15 [christoph]  0.9.6claws30
5098
5099         * src/plugins/spamassassin/spamassassin_gtk.c
5100         * src/plugins/spamassassin/spamassassin_gtk.glade
5101                 fix timeout tooltip
5102
5103 2003-10-15 [paul]       0.9.6claws29
5104
5105         * src/messageview.c
5106                 workaround for buggy smtp servers. on sending a
5107                 return receipt strip the name part from the address
5108                 when creating headers
5109                 
5110 2003-10-15 [paul]       0.9.6claws28
5111
5112         * sync with 0.9.7 release
5113                 see ChangeLog 2003-10-15
5114
5115 2003-10-14 [christoph]  0.9.6claws27
5116
5117         * src/plugins/clamav/clamav_plugin.c
5118                 fix clamav plugin
5119
5120 2003-10-14 [christoph]  0.9.6claws26
5121
5122         * src/compose.c
5123         * src/mimeview.c
5124         * src/procmime.[ch]
5125         * src/rfc2015.c
5126         * src/textview.c
5127         * src/plugins/clamav/clamav_plugin.c
5128                 use GNode to create the mime tree (some changes to functions
5129                 that traverse the tree are just quick and dirty. Maybe we
5130                 can find better solutions with g_node_*-functions)
5131
5132 2003-10-14 [luke]       0.9.6claws25
5133
5134         * src/mimeview.c
5135                 fix a navigation bug (stupid typo of mine)
5136
5137 2003-10-14 [christoph]  0.9.6claws24
5138
5139         * src/textview.c
5140                 fix missing last line in plain/text mails
5141
5142 2003-10-13 [luke]       0.9.6claws23
5143
5144         * src/summaryview.c
5145                 fix bug 334 (part 1)
5146
5147 2003-10-13 [kov]        0.9.6claws22
5148
5149         * src/mimeview.c
5150                 error checking when the user enters a non-directory at
5151                 the file selection dialog.
5152                 work-around for users entering directory location without
5153                 adding a leading G_DIR_SEPARATOR.
5154
5155 2003-10-13 [luke]       0.9.6claws21
5156
5157         * src/compose.c
5158                 error reporting for inserting files, including catching
5159                 invalid characters for current locale/encoding
5160
5161 2003-10-13 [paul]       0.9.6claws20
5162
5163         * src/folderview.c
5164                 fix bug #347 'subscribe newsgroups crashes'
5165
5166 2003-10-13 [paul]       0.9.6claws19
5167
5168         * src/compose.c
5169                 when using 'Reply to all' include the 'send replies
5170                 to' folder property
5171                 
5172         * po/ja.po
5173                 update Japanese translation. submitted by Rui Hirokawa 
5174                 <rui_hirokawa@ybb.ne.jp>        
5175
5176 2003-10-13 [hoa]        0.9.6claws18
5177
5178         * src/account.c
5179         * src/compose.c
5180         * src/messageview.c
5181         * src/procheader.c
5182         * src/procheader.h
5183                 rename get_header_from_msginfo() into
5184                 procheader_get_header_from_msginfo() so that we have a
5185                 coherent exported naming.
5186                 avoid parsing of header contained in a string via
5187                 a newly written temporary file.
5188
5189         Patch submitted by Simon 'corecode' Schubert
5190                 <corecode@corecode.ath.cx>
5191
5192 2003-10-12 [hoa]        0.9.6claws17
5193
5194         * src/filtering.c
5195         * src/filtering.h
5196         * src/matcher.c
5197         * src/matcher.h
5198         * src/matcher_parser_parse.y
5199         * src/prefs_filtering_action.c
5200                 added "stop" action : stop applying the filtering rules.
5201                 added "set score" and "increase/decrease score" actions.
5202                 That two last action replace the "change_score" action
5203                 introduced by alfons in 0.8.8claws85.
5204                 "set score" is to set a given score to the message.
5205                 "increase/decrease score" will increase or decrease the
5206                 score if the given value is respectively positive or
5207                 negative. If someone find a some better name for this last
5208                 rule, it can be modified.
5209
5210 2003-10-12 [paul]       0.9.6claws16
5211
5212         * AUTHORS
5213           po/ja.po
5214                 update Japanese translation. submitted by Rui Hirokawa 
5215                 <rui_hirokawa@ybb.ne.jp>
5216
5217 2003-10-12 [christoph]  0.9.6claws15
5218
5219         * src/procmime.c
5220                 fix crash caused by incorrect headers
5221
5222 2003-10-10 [christoph]  0.9.6claws14
5223
5224         * src/main.c
5225         * src/privacy.[ch]
5226         * src/rfc2015.[ch]
5227                 implement detection of signed message parts for rfc2015
5228
5229 2003-10-10 [thorsten]   0.9.6claws13
5230
5231         * src/mimeview.c
5232                 fix typo
5233
5234 2003-10-10 [christoph]  0.9.6claws12
5235
5236         * src/stock_pixmap.[ch]
5237         * src/pixmaps/mime_message.xpm                  ** NEW **
5238                 add a new icon for mime type "message"
5239
5240         * src/privacy.[ch]
5241         * src/procmime.[ch]
5242                 add crypto api
5243
5244         * src/mimeview.c
5245                 o use crypto api
5246                 o add icons for message type mime parts
5247
5248 2003-10-10 [christoph]  0.9.6claws11
5249
5250         * src/mainwindow.c
5251         * src/messageview.[ch]
5252         * src/mimeview.[ch]
5253         * src/procmime.[ch]
5254         * src/procmsg.[ch]
5255         * src/rfc2015.c
5256         * src/summaryview.c
5257         * src/textview.[ch]
5258                 o remove switching between TextView and MimeView in MessageView
5259                   (if required we can hide the icon box and the MimeView will
5260                    look exaxtly like the TextView)
5261                 o temporary remove signature and decrypting GPGME code
5262
5263 2003-10-09 [christoph]  0.9.6claws10
5264
5265         * src/action.c
5266         * src/compose.c
5267         * src/messageview.c
5268         * src/mimeview.c
5269         * src/procmime.[ch]
5270         * src/procmsg.c
5271         * src/rfc2015.c
5272         * src/textview.c
5273         * src/common/utils.[ch]
5274         * src/plugins/clamav/clamav_plugin.c
5275         * src/plugins/dillo_viewer/dillo_viewer.c
5276         * src/plugins/image_viewer/viewer.c
5277         * src/plugins/mathml_viewer/mathml_viewer.c
5278                 new mime parser (several things need fixing)
5279
5280 2003-10-09 [paul]       0.9.6claws9
5281
5282         * src/imap.c
5283                 a little more sync with 0.9.6cvs2 and a tidy up
5284
5285 2003-10-08 [paul]       0.9.6claws8
5286
5287         * sync with 0.9.6cvs2
5288                 see ChangeLog 2003-10-03
5289
5290 2003-10-05 [christoph]  0.9.6claws7
5291
5292         * src/summaryview.c
5293                 don't use flags to check if a message is in a news folder
5294
5295         (closes Bug 282 clicking on folder with copied Messages from News
5296          immediately after having copied them crashes Sylpheed-Claws)
5297
5298 2003-10-05 [christoph]  0.9.6claws6
5299
5300         * src/Makefile.am
5301         * src/progressdialog.[ch]               ** REMOVE **
5302         * src/gtk/Makefile.am
5303         * src/gtk/progressdialog.[ch]           ** NEW **
5304                 move progressdialog to gtk directory
5305
5306 2003-10-04 [christoph]  0.9.6claws5
5307
5308         * src/prefs_toolbar.c
5309         * src/gtk/prefswindow.c
5310                 remove widget_show_all for pages root widget
5311
5312         * src/plugins/spamassassin/spamassassin.[ch]
5313         * src/plugins/spamassassin/spamassassin_gtk.c
5314         * src/plugins/spamassassin/spamassassin_gtk.glade
5315                 add support for new libspamc transports
5316
5317 2003-10-04 [christoph]  0.9.6claws4
5318
5319         * src/plugins/spamassassin/libspamc.[ch]
5320         * src/plugins/spamassassin/spamassassin.c
5321         * src/plugins/spamassassin/utils.[ch]
5322                 update libspamc to version from SpamAssassin 2.60
5323
5324 2003-10-03 [christoph]  0.9.6claws3
5325
5326         * src/send_message.c
5327                 fix missing format string bug found by
5328                 Georgi Guninski <guninski@guninski.com>
5329
5330 2003-10-03 [paul]       0.9.6claws2
5331
5332         * po/zh_CN.po
5333                 update Simpilified Chinese translation, submitted by
5334                 Hansom Young
5335
5336 2003-10-02 [christoph]  0.9.6claws1
5337
5338         * src/imap.c
5339                 add UIDPLUS support for COPY and EXPUNGE
5340
5341 2003-10-02 [paul]       0.9.6claws
5342
5343         * 0.9.6claws released
5344
5345 2003-10-02 [paul]
5346
5347         * po/es.po
5348           po/sk.po
5349                 update Spanish and Slovak translations
5350                 submitted by Ricardo Mones Lastra and Andrej Kacian
5351  
5352 2003-10-02 [paul]       0.9.5claws43
5353
5354         * po/en_GB.po
5355                 update British English translation
5356
5357 2003-10-02 [paul]       0.9.5claws42
5358
5359         * po/hr.po
5360                 update Croatian translation, submitted by Dragan
5361
5362 2003-10-01 [paul]       0.9.5claws41
5363
5364         * po/pl.po
5365           po/sr.po
5366                 update Polish and Serbian translations, submitted by
5367                 Emil and Urke MMI
5368
5369 2003-10-01 [melvin]     0.9.5claws40
5370
5371         * po/fr.po
5372                 Updated French translations
5373
5374 2003-10-01 [melvin]     0.9.5claws39
5375
5376         * src/prefs_fonts.c
5377                 Fixed a Gtk warning
5378
5379         * src/plugins/dillo_prefs.c     
5380                 Quasi unnoticeable UI clean-up.
5381
5382 2003-10-01 [paul]
5383
5384         * tools/README
5385           tools/maildir2sylpheed.pl
5386                 bug fixes, rewrites, submitted by Matthias Förste 
5387                 <itsjustme@users.sourceforge.net>
5388
5389 2003-09-29 [paul]       0.9.5claws38
5390
5391         * src/inc.c
5392                 fix my coding carelessness
5393
5394 2003-09-29 [paul]       0.9.5claws37
5395
5396         * po/POTFILES.in
5397           src/Makefile.am
5398           src/main.c
5399           src/prefs_common.[ch]
5400           src/prefs_fonts.[ch]  ** NEW FILES **
5401                 move Font config options to Other Prefs/Display/Fonts
5402                 (user's current configuration is preserved)
5403
5404 2003-09-29 [paul]       0.9.5claws36
5405
5406         * src/inc.c
5407           src/prefs_account.c
5408                 allow 'local_mbox' value to point to either a directory 
5409                 (/var/mail -  default, new) or a file (/var/mail/username
5410                 - original)
5411
5412 2003-09-28 [paul]       0.9.5claws35
5413
5414         * src/rfc2015.c
5415                 on signature check, where key exists, print the
5416                 Key ID
5417
5418 2003-09-27 [alfons]     0.9.5claws34
5419
5420         * src/action.c
5421                 o make progress bar not fill/expand when resizing dialog
5422                 o use default fixed text font for actions output
5423
5424 2003-09-27 [paul]       0.9.5claws33
5425
5426         * src/prefs_common.[ch]
5427           src/procmsg.c
5428           src/send_message.c
5429                 remove External Program settings from Common Prefs/Send
5430                 as they are now unnecessary due to Local account settings.
5431                 plus a little tidying-up after 0.9.5claws31
5432
5433 2003-09-27 [paul]       0.9.5claws32
5434
5435         * src/prefs_account.c
5436                 o make correction to gui text:
5437                   'Local mailbox file' -> 'Local mailbox directory'
5438                 o give 'local_mbox' option a reasonable default value:
5439                   '/var/mail'
5440                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5441                   value
5442
5443 2003-09-26 [paul]       0.9.5claws31
5444
5445         * src/inc.c
5446           src/prefs_common.[ch]
5447                 remove 'Incorporate from spool' common pref,
5448                 force creation of a 'Local' account
5449
5450 2003-09-26 [christoph]  0.9.5claws30
5451
5452         * src/folder.c
5453         * src/msgcache.c
5454                 add more NULL pointer checks
5455
5456 2003-09-25 [christoph]  0.9.5claws29
5457
5458         * src/folder.c
5459                 o don't fetch source message to get it's message id
5460                 o immediately scan dest folder when copying a message did not
5461                   return a new message number and not do it when the first message
5462                   without a new message number is found
5463
5464 2003-09-23 [christoph]  0.9.5claws28
5465
5466         * src/compose.c
5467                 fix generating of headers
5468
5469         (patch by David Relson <relson@osagesoftware.com>)
5470
5471 2003-09-23 [paul]       0.9.5claws27
5472
5473         * po/zh_CN.po
5474                 update Simplified Chinese translation. submitted by
5475                 Hansom Young
5476
5477 2003-09-23 [paul]       0.9.5claws26
5478
5479         * tools/Makefile.am
5480           tools/README
5481           tools/vcard2xml.py    ** NEW FILE **
5482                 add a script that converts an evolution vcard to
5483                 sylpheed's xml format
5484                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5485
5486 2003-09-22 [paul]       0.9.5claws25
5487
5488         * src/plugins/clamav/clamav_plugin.c
5489                 don't skip MULTIPART parts
5490
5491 2003-09-21 [christoph]  0.9.5claws24
5492
5493         * src/alertpanel.c
5494                 remove unneeded include
5495
5496         * src/folder.c
5497                 clean up copy/move mess with duplicated code
5498
5499         * src/imap.c
5500                 fix problem that sometimes the folder was not scanned
5501                 also it was changed
5502
5503 2003-09-21 [christoph]  0.9.5claws23
5504
5505         * src/Makefile.am
5506         * src/logwindow.[ch]                    ** REMOVE **
5507         * src/mainwindow.c
5508         * src/prefs_common.c
5509         * src/gtk/Makefile.am
5510         * src/gtk/logwindow.[ch]                ** ADD **
5511                 make logwindow prefs_common independent and move
5512                 it to gtk directory
5513
5514 2003-09-20 [christoph]  0.9.5claws22
5515
5516         * src/compose.c
5517                 add extra space for address code conversion
5518                 (4 * unconvered size could be too small for short headers)
5519
5520 2003-09-20 [christoph]  0.9.5claws21
5521
5522         * src/compose.c
5523                 increase temp buffer size when writing headers
5524
5525 2003-09-19 [darko]      0.9.5claws20
5526
5527         * src/compose.c
5528                 don't ignore value of 'Save copy of outgoing messages to
5529                 this folder instead of Sent' in message redirect
5530
5531 2003-09-17 [christoph]  0.9.5claws19
5532
5533         * src/compose.c
5534                 use ", " as address seperator for mail headers and pass whole
5535                 header line at once to compose_convert_header to make sure
5536                 it is correctly folded
5537
5538         (closes Bug 64 Problem when sending to many recipients)
5539
5540 2003-09-17 [hoa]        0.9.5claws18
5541         
5542         * src/matcher.[ch]
5543           src/matcher_parser_parse.y
5544           src/prefs_matcher.c
5545                 changed the keyword used for command execution in condition
5546                 keyword is changed from "execute" to "test"
5547                 so that it is not the same as the one used for action.
5548                 This will fix a bug when using filtering dialog.
5549                 All semantic in the code is also changed to reflect
5550                 the keyword change.
5551
5552 2003-09-17 [paul]
5553         
5554         * sync with 0.9.6 release
5555
5556 2003-09-17 [paul]       0.9.5claws17
5557
5558         * sync with 0.9.5cvs8
5559                 see ChangeLog 2003-09-16 and 2003-09-17
5560
5561 2003-09-16 [paul]       0.9.5claws16
5562
5563         * sync with 0.9.5cvs6
5564                 see ChangeLog 2003-09-16
5565
5566 2003-09-15 [paul]       0.9.5claws15
5567
5568         * sync with 0.9.5cvs5
5569                 see ChangeLog 2003-09-15
5570
5571 2003-09-14 [alfons]     0.9.5claws14
5572
5573         * src/inc.c
5574                 make "Go to inbox after receiving new mail" again;
5575                 regression of a sync, restored to sylpheed main 
5576                 behaviour. (misses still some bits)
5577
5578 2003-09-14 [alfons]     0.9.5claws13
5579
5580         * src/prefs_filtering_action.c
5581                 o add proper message if empty execute command line
5582                 o don't select first action item after registering a
5583                   new action to prevent (what seems to be a GTK) bug
5584                   #36, "filtering will only accept one action change 
5585                   per invocation".
5586
5587 2003-09-14 [alfons]     0.9.5claws12
5588
5589         * src/prefs_filtering.c
5590         * src/prefs_filtering_action.c
5591         * src/prefs_matcher.c
5592                 fix function signature for key_pressed_event signal handlers
5593
5594 2003-09-14 [alfons]     0.9.5claws11
5595
5596         * src/mainwindow.c
5597                 fix regression caused by fix for invalid bug #7
5598                 (should fix #246, "Multiple selections are deselected when 
5599                 moving from search window to main window")
5600                 
5601 2003-09-14 [alfons]     0.9.5claws10
5602         
5603         * src/actions.[ch]
5604         * src/filtering.[ch]
5605         * src/prefs_actions.c
5606                 allow `filtering actions` in actions; only for advanced users
5607                 right now: try for example, "%as{mark color 2}" 
5608         
5609 2003-09-13 [paul]       0.9.5claws9
5610         
5611         * po/pl.po
5612           po/zh_CN.po   ** NEW FILE **
5613                 update Polish translation, submitted by Emil 
5614                 <eminowbl@posejdon.wpk.p.lodz.pl>
5615                 add new Simplified Chinese translation, submitted by
5616                 Hansom Young <hansom_young@yahoo.com>
5617
5618 2003-09-12 [alfons]     0.9.5claws8
5619
5620         * src/summaryview.c
5621                 don't open separate message views when View | Separate message view
5622                 is active 
5623                 (please look carefully for any navigation regressions)
5624
5625 2003-09-11 [alfons]     0.9.5claws7
5626
5627         * src/mainwindow.c
5628                 make default message view, opened by View | Separate message 
5629                 view, look like a claws message view (which includes a menu
5630                 bar and a toolbar)
5631                 (fixes bug #298, "message view loses tool bar") 
5632
5633 2003-09-11 [christoph]  0.9.5claws6
5634
5635         * src/folderview.c
5636                 fix double deleting of newsgroup folders
5637
5638         (closes Bug 305 crash after deleting of a newsgroup)
5639
5640 2003-09-11 [paul]       0.9.5claws5
5641
5642         * src/rfc2015.c
5643           src/common/utils.h
5644                 more sync'ing from 0.9.5cvs2
5645
5646 2003-09-11 [christoph]  0.9.5claws4
5647
5648         * src/compose.c
5649         * src/rfc2015.c
5650         * src/common/utils.h
5651                 fix sync with 0.9.5cvs2
5652
5653 2003-09-11 [paul]       0.9.5claws3
5654
5655         * sync with 0.9.5cvs4
5656                 see ChangeLog 2003-09-11
5657
5658 2003-09-11 [paul]       0.9.5claws2
5659
5660         * sync with 0.9.5cvs2
5661                 see ChangeLog 2003-09-05
5662                 
5663 2003-09-11 [paul]       0.9.5claws1
5664
5665         * sync with 0.9.5cvs3
5666                 see ChangeLog 2003-09-10
5667
5668 2003-09-10 [paul]       0.9.5claws
5669
5670         * 0.9.5claws released
5671
5672 2003-09-10 [paul]       0.9.4claws78
5673
5674         * src/Makefile.am
5675                 add missing files
5676
5677 2003-09-10 [melvin]     0.9.4claws77
5678
5679         * po/fr.po
5680                 Updated French translations
5681
5682 2003-09-10 [paul]       0.9.4claws76
5683
5684         * po/es.po
5685           po/sk.po
5686           po/sr.po
5687                 update Spanish, Slovak, and Serbian translations.
5688                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5689                 and Urke MMI
5690                 
5691         * AUTHORS
5692                 add translation team section
5693
5694 2003-09-09 [christoph]  0.9.4claws75
5695
5696         * src/folder.c
5697                 free item->prefs in folder_item_destroy
5698
5699 2003-09-09 [alfons]     0.9.4claws74
5700
5701         * src/folderview.c
5702                 o proper check for root node sorting
5703                 o remove unnecessary gtk_ctree_remove_node 
5704
5705         (should fix bug #300, "crash while moving folder")      
5706
5707 2003-09-08 [christoph]  0.9.4claws73
5708
5709         * src/folderview.c
5710                 o fix double adding of IMAP FolderItems to GtkCTree
5711                 o fix crash then mbox folder is removed
5712
5713 2003-09-08 [christoph]  0.9.4claws72
5714
5715         * src/folder.c
5716         * src/folderview.c
5717         * src/mainwindow.c
5718                 fix new folder notification
5719
5720         * src/mbox_folder.c
5721                 fix cache path
5722
5723 2003-09-08 [christoph]  0.9.4claws71
5724
5725         * src/compose.c
5726                 replace '\n' and '\r' before removing trailing spaces
5727
5728         * src/folder.[ch]
5729         * src/folderview.c
5730                 add information about new or removed items in folder tree change
5731                 notification and use this in folderview to add and remove only
5732                 the appected items and not refresh the whole tree
5733
5734 2003-09-07 [match]      0.9.4claws70
5735
5736         * src/Makefile.am
5737         * src/addr_compl.c
5738         * src/addressbook.c
5739         * src/addressitem.h
5740         * src/addrindex.c
5741         * src/addritem.c
5742         * src/addritem.h
5743         * src/addrquery.c                       ** NEW **
5744         * src/addrquery.h
5745         * src/ldapquery.c
5746         * src/ldapserver.c
5747         * src/stock_pixmap.c
5748         * src/stock_pixmap.h
5749         * src/pixmaps/address_search.xpm        ** NEW **
5750                 re-introduce Lookup button for LDAP 'static' searches.
5751
5752 2003-09-07 [alfons]     0.9.4claws69
5753         
5754         * src/summaryview.c
5755                 abandon setting usize for messageview because it gives layout problems
5756                 with the quick search bar and the headerview; fixes assorted UI glitches:
5757                 
5758                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5759                 o bug #280, "Window resiizes for line length but does not revert"
5760
5761 2003-09-07 [christoph]  0.9.4claws68
5762
5763         * src/compose.c
5764                 o make sure we don't have any newlines in header values
5765                 o check custom headers for spaces and newlines and ignore
5766                   malformed header names
5767
5768 2003-09-06 [christoph]  0.9.4claws67
5769
5770         * src/folder.c
5771         * src/folderview.c
5772                 invoke notification hook for folder tree changes after append
5773                 and remove folder
5774
5775         (closes Bug 294 Crash while moving folder with many subdirectories)
5776
5777 2003-09-06 [christoph]  0.9.4claws66
5778
5779         * src/folder.c
5780                 destroy folder's MsgCache if FolderItem is removed to make sure
5781                 it is not saved when the FolderItem is destroyed
5782
5783 2003-09-06 [christoph]  0.9.4claws65
5784
5785         * src/plugins/clamav/clamav_plugin.c
5786                 fix copy & paste bug
5787
5788 2003-09-05 [christoph]  0.9.4claws64
5789
5790         * src/folder.c
5791         * src/messageview.[ch]
5792         * src/procmsg.[ch]
5793         * src/summaryview.c
5794                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5795                 by MessageView to clear it when the message is deleted. Should
5796                 work even if messages are deleted in MainWindow or by
5797                 processing.
5798
5799 2003-09-05 [alfons]     0.9.4claws63
5800
5801         * src/messageview.c
5802                 deleting a message in a message view frees its msginfo, make 
5803                 messageview_update_all() aware of that (should fix bug #293,
5804                 "deleting message caused crash")
5805
5806 2003-09-05 [melvin]     0.9.4claws62
5807
5808         * src/action.c
5809                 Improve synchronous action exit code (fixes 
5810                 a ~5 seconds delay after action exit on RedHat 9)
5811
5812 2003-09-04 [christoph]  0.9.4claws61
5813
5814         * src/compose.c
5815         * src/rfc2015.c
5816         * src/common/utils.[ch]
5817                 add util function to create mime boundary and use it
5818                 in compose and gpg code
5819
5820 2003-09-04 [alfons]     0.9.4claws60
5821
5822         * src/folder.c
5823                 source folder item's GNode should already have been freed in 
5824                 a previous call to src->folder->klass->remove_folder()
5825                 (should fix bug #287, "crash when moving folders")
5826
5827 2003-09-03 [thorsten]   0.9.4claws59
5828
5829         * src/plugins/spamassassin/spamassassin_gtk.c
5830                 fix compile error
5831
5832 2003-09-03 [christoph]  0.9.4claws58
5833
5834         * src/plugins/spamassassin/spamassassin.[ch]
5835         * src/plugins/spamassassin/spamassassin_gtk.c
5836                 add timeout config option
5837
5838 2003-09-03 [paul]       0.9.4claws57
5839
5840         * po/sk.po      ** NEW FILE **
5841                 add Slovak translation. Submitted by Andrej Kacian 
5842                 <andrej@kacian.sk>
5843
5844 2003-09-03 [paul]       0.9.4claws56
5845
5846         * src/plugins/clamav/clamav_plugin_gtk.c
5847                 gui tweaks: replace a label with a tooltip, modify the
5848                 text, use gtk_check_button_new(); instead of
5849                 gtk_check_button_new_with_label("");
5850
5851 2003-09-02 [alfons]     0.9.4claws55
5852
5853         * src/gtk/filesel.c
5854                 remember last used dir when attaching multiple files (should fix
5855                 bug #290, "Attach File does not remember directory")
5856
5857 2003-09-01 [paul]       0.9.4claws54
5858
5859         * po/es.po
5860                 updated by Ricardo Mones Lastra
5861
5862 2003-09-01 [alfons]     0.9.4claws53
5863
5864         * src/gtk/gtkaspell.[ch]
5865                 be pedantic and strict and use const gchar * instead of guchar *
5866
5867 2003-09-01 [alfons]     0.9.4claws52
5868
5869         * src/mainwindow.c
5870         * src/summaryviewc.
5871                 re-enable Save As when multiple messages are selected
5872
5873 2003-09-01 [paul]       0.9.4claws51
5874
5875         * src/textview.c
5876                 g_free(trimmed_uri);
5877
5878 2003-09-01 [paul]       0.9.4claws50
5879
5880         * sync with 0.9.4cvs13
5881                 see ChangeLog 2003-09-01
5882
5883 2003-09-01 [paul]       0.9.4claws49
5884
5885         * src/textview.c
5886                 trim uri before sending to the statusbar
5887                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5888                 in the message window causes main S-C window to enlarge 
5889                 past screen edges'
5890
5891 2003-09-01 [paul]       0.9.4claws48
5892
5893         * sync with 0.9.4cvs12
5894                 see ChangeLog 2003-09-01
5895
5896 2003-08-30 [christoph]  0.9.4claws47
5897
5898         * src/compose.c
5899         * src/folder_item_prefs.[ch]
5900         * src/prefs_folder_item.c
5901         * src/gtk/gtkaspell.[ch]
5902                 commit per folder dictionary patch by
5903                 Paul Evans <nerd@freeuk.com>
5904
5905 2003-08-30 [christoph]  0.9.4claws46
5906
5907         * src/plugins/spamassassin/spamassassin_gtk.c
5908         * src/plugins/spamassassin/spamassassin_gtk.glade
5909                 reduce GUI clutter by placing hints into tooltips
5910
5911 2003-08-30 [paul]       0.9.4claws45
5912
5913         * src/compose.c
5914                 add 'Content-Disposition: inline' to a text/plain
5915                 part when using PGP/MIME signing
5916
5917 2003-08-30 [paul]       0.9.4claws44
5918
5919         * src/prefs_common.c
5920           src/prefs_spelling.c
5921           src/prefs_spelling.glade
5922                 reduce GUI clutter by placing hints into tooltips
5923
5924 2003-08-29 [christoph]  0.9.4claws43
5925
5926         * configure.ac
5927                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5928
5929         * src/stock_pixmap.c
5930                 change unecessary warning into a debug message
5931
5932         * src/plugins/clamav/Makefile.am
5933                 Fix error "-I$(CLAMAV_LIBS)"
5934
5935 2003-08-29 [christoph]  0.9.4claws42
5936
5937         * intl/Makefile.in
5938         * src/Makefile.am
5939         * src/matcher.h
5940         * src/common/Makefile.am
5941         * src/common/passcrypt.c
5942                 commit fixes and patches for some of the IRIX problems found by
5943                 Ivan Rayner <ivanr@sgi.com>
5944
5945 2003-08-29 [paul]       0.9.4claws41
5946
5947         * src/prefs_filtering.c
5948                 add 'Top' and 'Bottom' buttons, based on changes in
5949                 src/prefs_filter.c in 0.9.4cvs11.
5950
5951 2003-08-27 [christoph]  0.9.4claws40
5952
5953         * src/folderview.c
5954                 fix bug that the current summary settings were copied to the
5955                 wrong folder item, when the folder item prefs are opened.
5956                 Copying is not required because summary settings and
5957                 folder_item_prefs do not contain the same settings
5958
5959 2003-08-27 [thorsten]   0.9.4claws39
5960
5961         * src/imap.c
5962                 fix compile error
5963
5964 2003-08-26 [paul]       0.9.4claws38
5965
5966         * sync with 0.9.4cvs9
5967                 see ChangeLog 2003-08-26
5968
5969 2003-08-25 [paul]       0.9.4claws37
5970
5971         * sync with 0.9.4cvs8
5972                 see ChangeLog 2003-08-25
5973
5974 2003-08-24 [christoph]  0.9.4claws36
5975
5976         * src/prefs_filtering.c
5977                 shouldn't remove items from a GSList while iterating over the
5978                 list (makes cur invalid and cur->next not accessable)
5979
5980         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5981          crashed)
5982
5983 2003-08-23 [christoph]  0.9.4claws35
5984
5985         * src/news.c
5986                 news folders should be scanned when opened
5987
5988 2003-08-22 [christoph]  0.9.4claws34
5989
5990         * src/prefs_folder_item.c
5991                 use macro to assign strings that always frees the old string
5992
5993         * src/gtk/gtkaspell.[ch]
5994                 add gtkaspell_set_dictionary_menu_active_item() to set active
5995                 item in dictionary option menu
5996
5997         * src/prefs_spelling.c
5998                 use gtkaspell_set_dictionary_menu_active_item() to select
5999                 dictionary
6000
6001 2003-08-21 [christoph]  0.9.4claws33
6002
6003         * src/folder.[ch]
6004         * src/imap.c
6005         * src/mbox_folder.c
6006         * src/mh.c
6007         * src/news.c
6008                 optimize folder system
6009
6010         * src/gtk/gtkstext.c
6011                 fix division by zero when font has 0 width for ' '
6012
6013 2003-08-21 [paul]       0.9.4claws32
6014
6015         * sync with 0.9.4cvs7
6016                 see ChangeLog 2003-08-20
6017
6018 2003-08-19 [paul]       0.9.4claws31
6019
6020         * src/common/defs.h
6021                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
6022                 SYLDOC_FAQ_HTML_INDEX.
6023         * src/manual.c
6024                 use LC_MESSAGES instead of LC_ALL to find the current
6025                 language
6026
6027           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
6028
6029 2003-08-19 [paul]       0.9.4claws30
6030
6031         * po/bg.po
6032                 updated by George Danchev
6033
6034 2003-08-18 [luke]       0.9.4claws29
6035         * src/mimeview.[ch]
6036         * src/gtk/gtkvscrollbutton.[ch]
6037                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
6038                   dependencies; do it the GTK way; reduce code -14/+2 lines)
6039                 o removed horizontal separator between icons
6040
6041 2003-08-17 [christoph]  0.9.4claws28
6042
6043         * src/procmsg.c
6044                 no subject threading when the subject has no reply prefix
6045
6046 2003-08-16 [christoph]  0.9.4claws27
6047
6048         * src/mainwindow.c
6049                 remember and restore window sizes and position when the main
6050                 window is hidden or shown
6051
6052         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
6053          minimised/reopened using trayicon)
6054
6055 2003-08-16 [paul]       0.9.4claws26
6056
6057         * src/crash.c
6058                 add #include "defs.h"
6059
6060 2003-08-16 [paul]       0.9.4claws25
6061
6062         * src/plugins/clamav/clamav_plugin.c
6063                 reword a debug_print
6064                 
6065         * src/plugins/dillo_viewer/dillo_prefs.c
6066                 cosmetic: change the labels' text, add tooltips, and
6067                 left-align the hint
6068
6069 2003-08-15 [christoph]  0.9.4claws24
6070
6071         * src/news.c
6072                 complete last change (forgot some changes)
6073
6074 2003-08-15 [christoph]  0.9.4claws23
6075
6076         * src/news.c
6077                 o check number of messages and don't return a 0 message
6078                   when no messages are available
6079                 o don't parse xref header anymore
6080
6081         (closes Bug 203 I'm not getting any news)
6082
6083 2003-08-15 [paul]       0.9.4claws22
6084
6085         * src/common/defs.h
6086           src/crash.c
6087                 update and define claws bugzilla location
6088
6089 2003-08-15 [paul]       0.9.4claws21
6090
6091         * po/ru.po
6092                 update submitted by Ruslan N. Balkin
6093
6094 2003-08-14 [christoph]  0.9.4claws20
6095
6096         * src/procmsg.c
6097                 fix search for oldest node in subject threading
6098
6099 2003-08-14 [christoph]  0.9.4claws19
6100
6101         * src/procmsg.c
6102         * src/common/utils.h
6103                 add possibility to check all nodes with the same subject for
6104                 subject threading, not only the oldest node. Should not break
6105                 threads anymore if the oldest node is thread_by_subject_max_age
6106                 days older then parent, because it can now find a child of
6107                 oldest node as new parent.
6108
6109 2003-08-11 [christoph]  0.9.4claws18
6110
6111         * src/plugins/spamassassin/spamassassin.c
6112                 run spam check in background process
6113
6114 2003-08-10 [alfons]     0.9.4claws17
6115
6116         * src/summaryview.c
6117                 make `Select All' sensitive too
6118
6119 2003-08-10 [christoph]  0.9.4claws16
6120
6121         * src/imap.c
6122                 add more checks in imap_close
6123
6124 2003-08-09 [alfons]     0.9.4claws15
6125
6126         * src/prefs_spelling.c
6127                 no spell checking UI if not requested
6128
6129 2003-08-09 [alfons]     0.9.4claws14
6130
6131         * src/gtk/prefswindow.c
6132                 make it compile
6133
6134 2003-08-09 [christoph]  0.9.4claws13
6135
6136         * src/prefs_spelling.c
6137         * src/gtk/prefswindow.[ch]
6138         * src/plugins/clamav/clamav_plugin_gtk.c
6139         * src/plugins/spamassassin/spamassassin_gtk.c
6140                 sort prefs pages by heighest weight in tree
6141
6142 2003-08-09 [paul]       0.9.4claws12
6143
6144         * sync with 0.9.4cvs6
6145                 see ChangeLog 2003-08-07
6146                 
6147         * AUTHORS
6148                 add Leandro and Luke to claws-branch section
6149
6150 2003-08-09 [christoph]  0.9.4claws11
6151
6152         * src/gtk/Makefile.am
6153         * src/gtk/colorsel.[ch]                 ** NEW **
6154                 create a color selection dialog that can be used as a simple
6155                 function call with it's own gtk main loop like filesel.[ch]
6156
6157         * src/Makefile.am
6158         * src/main.c
6159         * src/prefs_common.c
6160         * src/prefs_spelling.[ch]               ** NEW **
6161         * src/prefs_spelling.glade              ** NEW **
6162         * src/gtk/gtkutils.[ch]
6163                 move "Spell Checker" prefs to new prefs dialog
6164
6165         * src/prefs_folder_item.c
6166                 use new colorsel dialog
6167
6168 2003-08-08 [paul]       0.9.4claws10
6169
6170         * src/inc.c
6171                 clear the progress bar unconditionally
6172
6173 2003-08-08 [paul]       0.9.4claws9
6174
6175         * sync with 0.9.4cvs4
6176                 see ChangeLog 2003-07-31
6177
6178 2003-08-07 [christoph]  0.9.4claws8
6179
6180         * configure.ac
6181                 fix bug in image viewer plugin part
6182
6183         * src/imap.c
6184                 don't execute close command if the folder item is not selected
6185
6186 2003-08-07 [hoa]        0.9.4claws7
6187
6188         * src/filtering.[ch]
6189         * src/matcher_parser.h
6190         * src/matcher_parser_parse.y
6191                 can define several actions for each filtering rule
6192                 can import old versions of filtering rules
6193
6194         * src/prefs_filtering.c
6195                 call to a new dialog box to define actions
6196
6197         * src/prefs_filtering_action.[ch]
6198                 dialog box to define actions for filtering rules
6199
6200 2003-08-06 [christoph]  0.9.4claws6
6201
6202         * src/imap.c
6203                 make sure source folder is selected when copying messages
6204
6205 2003-08-06 [christoph]  0.9.4claws5
6206
6207         * sync with 0.9.4cvs2
6208                 see ChangeLog 2003-07-29                
6209
6210 2003-08-05 [paul]       0.9.4claws4
6211
6212         * sync with 0.9.4cvs3
6213                 see ChangeLog 2003-07-30
6214
6215 2003-08-04 [match]      0.9.4claws3
6216
6217         * po/POTFILES.in
6218                 export of LDIF files.
6219
6220 2003-08-04 [match]      0.9.4claws2
6221
6222         * src/ldif.[ch]
6223                 support for export LDIF. documented.
6224         * src/importldif.[ch]
6225         * src/exportldif.[ch]
6226                 add tooltips. documented.
6227         * src/exphtmldlg.[ch]
6228         * src/common/xmlprops.[ch]
6229                 documented.
6230         * src/exportldif.[ch]                   ** NEW **
6231         * src/expldifdlg.[ch]                   ** NEW **
6232         * src/addressbook.[ch]
6233         * src/Makefile.am
6234                 export of LDIF files.
6235                 documented.
6236
6237 2003-08-04 [christoph]  0.9.4claws1
6238
6239         * .cvsignore
6240         * Makefile.am
6241         * configure.ac
6242         * sylpheed-claws.pc.in                  ** NEW **
6243         * src/Makefile.am
6244         * src/common/Makefile.am
6245         * src/gtk/Makefile.am
6246                 install sylpheed header files in $(pkgincludedir) and create a
6247                 pkg-config file to allow building a plugin without the source
6248                 package
6249
6250 2003-08-04 [paul]       0.9.4claws
6251
6252         * version 0.9.4claws
6253
6254 2003-08-04 [paul]       0.9.3claws97
6255
6256         * po/es.po
6257                 update Spanish translation. Submitted by Ricardo
6258                 Mones Lastra.
6259
6260 2003-08-03 [paul]       0.9.3claws96
6261
6262         * po/hr.po
6263           po/sr.po
6264                 update Croatian and Serbian translations. Submitted by
6265                 Dragan and Urke MMI respectively
6266
6267 2003-08-03 [alfons]     0.9.3claws95
6268
6269         * src/summaryview.c
6270                 mark flag has precedence over important flag - seems
6271                 to have been changed in sync of 0.9.3claws45. this fixes
6272                 a regression where messages that were scored as important
6273                 don't show their mark flags. (using the same column for
6274                 both importance as mark flags is the real problem
6275                 ofcourse)
6276
6277 2003-08-03 [melvin]     0.9.3claws94
6278
6279         * po/fr.po
6280                 Updated French translations.
6281
6282 2003-08-03 [melvin]     0.9.3claws93
6283
6284         * src/Makefile.am
6285                 Fixed typo introduced after 0.9.3claws92 
6286                 that prevented compilation
6287                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6288                 CPPFLAGS and YFLAGS to allow user setting these.
6289         * src/common/Makefile.am
6290         * src/gtk/Makefile.am
6291         * src/plugins/clamav/Makefile.am
6292         * src/plugins/demo/Makefile.am
6293         * src/plugins/dillo_viewer/Makefile.am
6294         * src/plugins/image_viewer/Makefile.am
6295         * src/plugins/mathml_viewer/Makefile.am
6296         * src/plugins/spamassassin/Makefile.am
6297         * src/plugins/trayicon/Makefile.am
6298         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6299                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6300                 CPPFLAGS and YFLAGS to allow user setting these.
6301
6302 2003-08-02 [christoph]  0.9.3claws92
6303
6304         * configure.ac
6305                 o rearrange plugin tests
6306                 o add test for clamav.h to ClamAV tests
6307
6308 2003-08-02 [luke]       0.9.3claws91
6309
6310         * src/mimeview.c
6311                 o fixed appearance of icon list when toggling back from the 
6312                   ctree
6313                 o toggling of icons using the keyboard works correctly
6314                 o fixed all other keyboard shortcuts to work when icons are
6315                   active
6316         
6317         * src/messageview.c
6318                 o fixed bug 4 - focus lost when changing messageview view type
6319
6320 2003-08-02 [christoph]  0.9.3claws90
6321
6322         * src/common/hooks.c
6323                 fix crash when pointer stored in hash table could get invalid
6324                 when a plugin is unloaded
6325
6326 2003-08-01 [christoph]  0.9.3claws89
6327
6328         * configure.ac
6329                 o try to build all plugins (except spamassassin) by default
6330                 o don't build a plugin if a dependency check fails
6331
6332         * src/common/hooks.c
6333                 fix warning
6334
6335 2003-08-01 [match]      0.9.3claws88
6336
6337         * src/importldif.c
6338                 allow single click field selection. document code.
6339
6340 2003-08-01 [christoph]  0.9.3claws87
6341
6342         * src/plugins/clamav/clamav_plugin.c
6343         * src/plugins/clamav/clamav_plugin_gtk.c
6344         * src/plugins/dillo_viewer/dillo_viewer.c
6345         * src/plugins/image_viewer/plugin.c
6346         * src/plugins/mathml_viewer/mathml_viewer.c
6347         * src/plugins/spamassassin/spamassassin.c
6348         * src/plugins/spamassassin/spamassassin_gtk.c
6349         * src/plugins/trayicon/trayicon.c
6350                 add version check to all plugins
6351
6352 2003-08-01 [hoa]        0.9.3claws86
6353
6354         * src/prefs_filtering.c
6355                 fixed a cosmetic bug, during creation of dialog box,
6356                 wrong widgets were shown after creation.
6357
6358 2003-08-01 [luke]       0.9.3claws85
6359
6360         * src/mainwindow.c
6361                 o fixed visibility of icons/mimeview after toggling separate
6362                   message/folder view (factored out some similar code too).
6363
6364
6365 2003-07-31 [alfons]     0.9.3claws84
6366
6367         * src/mimeview.c
6368                 tweak icon box UI a bit more, now allowing right-clicks actions
6369                 getting the relevant mime data too; should fix #250, "Can't save 
6370                 attachments sometimes".
6371
6372 2003-07-30 [alfons]     0.9.3claws83
6373
6374         * src/compose.c
6375                 don't do auto-save-draft inside key press handler, but rather
6376                 schedule it half of a second later; should fix #67, "autosave 
6377                 make re-rediting message crazy"
6378
6379 2003-07-30 [christoph]  0.9.3claws82
6380
6381         * src/plugins/trayicon/trayicon.c
6382                 process pending events before unloading the plugin
6383
6384         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6385
6386 2003-07-30 [alfons]     0.9.3claws81
6387
6388         * src/common/hooks.c
6389                 parameter 2 of g_hook_destroy() should really be a hook id
6390
6391 2003-07-30 [alfons]     0.9.3claws80
6392
6393         * src/common/plugin.c
6394                 fix a possibly harmful function signature mismatch 
6395                 for plugin_done
6396
6397 2003-07-30 [alfons]     0.9.3claws79
6398
6399         * src/common/hooks[.ch]
6400                 const correctness
6401
6402 2003-07-30 [darko]      0.9.3claws78
6403
6404         * src/summaryview.c
6405                 make it compile again
6406
6407 2003-07-30 [luke]       0.9.3claws77
6408
6409         * src/crash.c
6410         * src/main.c
6411                 o added/moved signal handlers for SIGTERM (normal kill command) 
6412                   and SIGINT (ctl-c) to be used even without 
6413                   --enable-crash-dialog, fixing bug 166
6414
6415         * src/summaryview.c
6416                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6417                   bug 227
6418
6419         * src/mainwindow.c
6420                 o changed sensitivity condition for 'Next new' and 'Next 
6421                   unread', fixing bug 8
6422
6423 2003-07-29 [alfons]     0.9.3claws76
6424
6425         * src/common/utils.[ch]
6426                 add generate_msgid()
6427         * src/messageview.c
6428                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6429                 sent folder".
6430
6431 2003-07-29 [alfons]     0.9.3claws75
6432
6433         * src/messageview.c
6434                 fix a memleak (claws-only)
6435
6436 2003-07-29 [alfons]     0.9.3claws74
6437
6438         * src/mimeview.[ch]
6439         * src/gtk/gtkvscrollbutton.[ch]
6440                 fix UI glitch where mime icon toolbox' scroll position is not 
6441                 reset after switching to another message
6442                 
6443
6444 2003-07-29 [paul]       0.9.3claws73
6445
6446         * src/prefs_folder_item.c
6447                 split the prefs into 2 separate pages
6448
6449 2003-07-29 [paul]       0.9.3claws72
6450
6451         * src/compose.c
6452                 prepend "\n\n" to a signature without a separator too
6453
6454 2003-07-29 [paul]       0.9.3claws71
6455
6456         * src/compose.c
6457                 fix bug where changing to an account without an auto-sig
6458                 from an initial account without an auto-sig would insert 
6459                 2 blank lines at the cursor point
6460                 fix bug where changing to an account with an auto-sig
6461                 from an initial account without an auto-sig would insert
6462                 the sig at the cursor point
6463
6464 2003-07-29 [paul]       0.9.3claws70
6465
6466         * src/folderview.c
6467                 use the colour from the folder pref unless the folder
6468                 has new messages
6469
6470 2003-07-29 [alfons]     0.9.3claws69
6471
6472         * src/procmsg.[ch]
6473         * src/messageview.c
6474         * src/procheader.c
6475                 rewrite return receipt request work a little bit (the former 
6476                 implementation presumably depended too much on the UI setting
6477                 flags). (we're losing the old pending flag.) 
6478
6479 2003-07-28 [christoph]  0.9.3claws68
6480
6481         * src/folder.c
6482         * src/imap.c
6483         * src/mh.c
6484         * src/procmsg.[ch]
6485                 fix copy to IMAP folder from other folder
6486
6487 2003-07-28 [christoph]  0.9.3claws67
6488
6489         * src/procmsg.c
6490                 fix sync of procmsg_get_message_file_list
6491
6492 2003-07-28 [christoph]  0.9.3claws66
6493
6494         * sync with 0.9.3cvs14
6495                 see ChangeLog 2003-07-18
6496         * sync with 0.9.3cvs17
6497                 see ChangeLog 2003-07-23
6498
6499         (closes Bug 234 segmentation fault after sending out mail via
6500          smtp(auth))
6501
6502 2003-07-28 [paul]       0.9.3claws65
6503
6504         * po/es.po
6505                 update Spanish translation, submitted by Ricardo Mones
6506                 Lastra
6507
6508 2003-07-28 [christoph]  0.9.3claws64
6509
6510         * src/folder.[ch]
6511         * src/imap.c
6512         * src/mh.c
6513                 return new message numbers as a GRelation instead of a GSList
6514                 that has to be in the same order as the input list. A list
6515                 would make it hard for IMAP to optimize oepration by sorting
6516                 the input list. The returned list would have to be reordered
6517                 to match the same order that input list has.
6518
6519         * src/gtk/gtkaspell.c
6520                 fix missing return value, could cause a crash when garbage is
6521                 on the stack that is used as the expected return value
6522
6523 2003-07-28 [paul]       0.9.3claws63
6524
6525         * sync with 0.9.4cvs1
6526                 see ChangeLog 2003-07-28
6527
6528 2003-07-27 [alfons]     0.9.3claws62
6529
6530         * src/mimeview.c
6531                 tweak it more to make icon list act like a check button group
6532
6533 2003-07-27 [christoph]  0.9.3claws61
6534
6535         * sync with 0.9.3cvs20
6536                 see ChangeLog 2003-07-25
6537
6538 2003-07-27 [paul]       0.9.3claws60
6539
6540         * src/procmsg.c
6541                 re-commit changes from 0.9.3claws58 -
6542                 accidently removed in 0.9.3claws59
6543
6544 2003-07-27 [paul]       0.9.3claws59
6545
6546         * src/procmsg.[ch]
6547                 a sync from 0.9.3cvs17
6548                 see ChangeLog 2003-07-23
6549
6550 2003-07-27 [alfons]     0.9.3claws58
6551
6552         * src/procmsg.c
6553                 add missing header members to MsgInfo; fixes the problem of 
6554                 not displaying X-Faces, as noticed by Ricardo Mones
6555
6556 2003-07-26 [christoph]  0.9.3claws57
6557
6558         * sync with 0.9.3cvs18
6559                 see ChangeLog 2003-07-24
6560
6561 2003-07-26 [christoph]  0.9.3claws56
6562
6563         * sync with 0.9.3cvs17
6564                 see ChangeLog 2003-07-23
6565
6566 2003-07-26 [christoph]  0.9.3claws55
6567
6568         * src/folder.[ch]
6569         * src/imap.c
6570         * src/mbox_folder.c
6571         * src/mh.c
6572         * src/news.c
6573                 add support for copy function that copy multiple messages
6574                 (not implemented yet)
6575
6576         * src/summaryview.c
6577                 add missing return value
6578
6579 2003-07-26 [paul]       0.9.3claws54
6580
6581         * tools/multiwebsearch.pl
6582                 do whitespace substitution before passing the string
6583                 to the browser. fixes bug with browsers that don't
6584                 do whitespace conversion themselves.
6585
6586 2003-07-25 [christoph]  0.9.3claws53
6587
6588         * src/folder.[ch]
6589         * src/imap.c
6590         * src/mh.c
6591                 rewrite adding of multiple messages to a folder for
6592                 claws' folder system
6593
6594 2003-07-25 [luke]       0.9.3claws52
6595
6596         * src/mimeview.c
6597                 o icon toggles set correctly on leaving ctree mimeview
6598
6599 2003-07-25 [paul]       0.9.3claws51
6600
6601         * partial sync with 0.9.3cvs21 [src/main.c]
6602                 see ChangeLog 2003-07-25
6603
6604 2003-07-24 [paul]       0.9.3claws50
6605
6606         * tools/maildir2sylpheed.pl
6607                 fix typo
6608
6609 2003-07-24 [paul]       0.9.3claws49
6610
6611         * src/mimeview.c
6612                 increase the gutter size of paned so that the panes
6613                 can be resized
6614                 
6615         * src/plugins/demo/demo.c
6616                 squeeze in another typo fix
6617
6618 2003-07-24 [paul]       0.9.3claws48
6619
6620         * src/plugins/demo/demo.c
6621           src/prefs_account.c
6622                 small changes to the English
6623                 
6624         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6625           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6626           src/Makefile.am
6627           src/stock_pixmap.c
6628                 rename the misspelled icon
6629
6630 2003-07-23 [alfons]     0.9.3claws47
6631
6632         * src/mimeview.c
6633                 make icon list look like a list of toggles
6634
6635 2003-07-23 [luke]       0.9.3claws46
6636
6637         * src/pixmaps/mimeview_gpg_expired.xpm
6638         * src/pixmaps/mimeview_gpg_failed.xpm
6639         * src/pixmaps/mimeview_gpg_passed.xpm
6640         * src/pixmaps/mimeview_text_html.xpm
6641         * src/pixmaps/mimeview_image.xpm
6642                 o all icons the same size
6643
6644         * src/mimeview.[ch]
6645                 o mimeview ctree arranged vertically above the viewer
6646                 o icons changed to buttons
6647                 o can use keyboard to select an icon (Enter)
6648                 o resize icon list to width of icons
6649
6650         *  src/gtk/gtkvscrollbutton.c
6651                 o sensitivity of buttons reacts to position
6652
6653 2003-07-23 [christoph]  0.9.3claws45
6654
6655         * sync with 0.9.3cvs14 (incomplete)
6656                 see ChangeLog 2003-07-17
6657
6658 2003-07-23 [alfons]     0.9.3claws44
6659
6660         * src/folder.c
6661         * src/procmsg.h
6662                 sync with my local tree to restore some claws-only things
6663
6664 2003-07-23 [paul]       0.9.3claws43
6665
6666         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6667           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6668           src/Makefile.am
6669           src/mimeview.c
6670           src/procmime.h
6671           src/rfc2015.c
6672           src/stock_pixmap.[ch]
6673                 indicate missing keys and expired sigs/keys
6674                 in mime view column
6675
6676 2003-07-23 [paul]       0.9.3claws42
6677
6678         * src/compose.c
6679                 Redirect fixes: enable automatic account selection and
6680                 do not append signature to message on changing account
6681                 fixes Bug[s] #248
6682
6683 2003-07-23 [paul]       0.9.3claws41
6684
6685         * sync with 0.9.3cvs16
6686                 see ChangeLog 2003-07-23
6687
6688 2003-07-23 [alfons]     0.9.3claws40
6689
6690         * src/inc.c
6691                 give progress dialog a main window, and give it the first 
6692                 one (presumably the only one). fixes bug #247, "segfault on 
6693                 pop-before-smtp" 
6694
6695 2003-07-22 [alfons]     0.9.3claws39
6696
6697         * src/summaryview.c
6698                 shift-space scrolls up
6699
6700 2003-07-22 [paul]       0.9.3claws38
6701
6702         * sync with 0.9.3cvs15
6703                 see ChangeLog 2003-07-22
6704
6705 2003-07-20 [alfons]     0.9.3claws37
6706
6707         * src/compose.c
6708                 put menu inside #ifdef USE_ASPELL..#endif
6709
6710 2003-07-20 [christoph]  0.9.3claws36
6711
6712         * src/procmsg.c
6713                 fix wrong flags in MsgInfo returned by
6714                 procmsg_msginfo_get_full_info()
6715
6716         (closes Bug 221 Deleting messages from the Message View gives incorrect
6717          new/unread message counts in the folder view)
6718
6719         * src/plugins/spamassassin/spamassassin_gtk.c
6720                 add gettext macro for prefs page title
6721
6722 2003-07-20 [paul]       0.9.3claws35
6723
6724         * src/mimeview.c
6725                 redraw icon list on signature check
6726
6727 2003-07-20 [christoph]  0.9.3claws34
6728
6729         * src/Makefile.am
6730         * src/account.c
6731         * src/folder.[ch]
6732         * src/folder_item_prefs.[ch]            ** NEW **
6733         * src/folderview.c
6734         * src/mainwindow.c
6735         * src/mh.c
6736         * src/prefs_gtk.c
6737         * src/prefs_scoring.c
6738         * src/summaryview.c
6739         * src/prefs_folder_item.[ch]
6740                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6741                   Properties dialog
6742                 o use prefswindow for folder properties
6743
6744         * src/gtk/prefswindow.[ch]
6745                 change implementation to use an invisible notebook instead
6746                 of unparenting widgets
6747
6748 2003-07-20 [christoph]  0.9.3claws33
6749
6750         * src/compose.h
6751         * src/folder.c
6752         * src/folderview.h
6753         * src/headerview.h
6754         * src/prefs_filtering.h
6755         * src/prefs_folder_item.[ch]
6756         * src/procmime.h
6757         * src/procmsg.h
6758         * src/summaryview.h
6759                 clean up header mess
6760                 (always use 1. typedefs, 2. #includes, 3. structures)
6761
6762         * src/common/version.h.in
6763                 add casts for constants
6764
6765         * src/plugins/demo/demo.c
6766                 fix typo
6767
6768         * src/plugins/spamassassin/spamassassin.c
6769                 remove unused variable
6770
6771 2003-07-20 [alfons]     0.9.3claws32
6772
6773         * src/mimeview.c
6774                 o make icon buttons respond on left click
6775                 o minor cosmetic change
6776
6777 2003-07-19 [luke]       0.9.3claws31
6778
6779         * src/mimeview.[ch]
6780         * src/gtk/gtkvscrollbutton.c
6781         * src/messageview.c
6782                 o improved mimeview behaviour when selecting a new message
6783                 o plus code cleanups to remove compile warnings
6784
6785
6786 2003-07-19 [alfons]     0.9.3claws30
6787
6788         * src/procmsg.c
6789         * src/compose.c
6790         * src/common/utils.[ch]
6791                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6792
6793 2003-07-19 [alfons]     0.9.3claws29
6794
6795         * src/prefs_folder_item.c
6796                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6797                 string pointers
6798
6799 2003-07-19 [luke]       0.9.3claws28
6800
6801         * src/messageview.c
6802         * src/mimeview.[ch]
6803         * src/procmime.h
6804         * src/rfc2015.c
6805         * src/stock_pixmap.[ch]
6806         * src/gtk/Makefile.am
6807         * src/Makefile.am
6808         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6809         * src/pixmaps/mime_*.xpm                ** NEW **
6810                 o mimeview rearrangement with a new icon shortcut bar
6811
6812 2003-07-19 [alfons]     0.9.3claws27
6813
6814         * src/folderview.c
6815                 o plug leaking nodes_to_recollapse
6816                 o add folderview_recollapse_all_nodes() (not used yet)
6817
6818 2003-07-19 [alfons]     0.9.3claws26
6819
6820         * src/compose.c
6821         * src/common/utils.c
6822                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6823                 for both forwarding as replying
6824
6825 2003-07-18 [christoph]  0.9.3claws25
6826
6827         * configure.ac
6828         * src/common/sylpheed.[ch]
6829         * src/common/version.h.in
6830                 add version in numeric form to allow easy comparison
6831
6832         * src/plugins/demo/demo.c
6833                 add version check
6834                 - sylpheed version > plugin version => never allowed, sylpheed
6835                   could contain unknown API changes
6836                 - sylpheed version < minimum version required => don't load,
6837                   API required not available (if linking does not fail)
6838
6839 2003-07-18 [alfons]     0.9.3claws24
6840         
6841         * src/common/plugin.[ch]
6842                 const correctness
6843
6844 2003-07-18 [christoph]  0.9.3claws23
6845
6846         * src/common/hooks.c
6847                 fix crash when hooks where unregisted
6848
6849         * src/plugins/trayicon/trayicon.c
6850                 unregister detroy signal before destroying the widget
6851                 (still crashes when the plugin is unloaded)
6852
6853 2003-07-18 [alfons]     0.9.3claws22
6854         
6855         * src/folderview.c
6856                 delay expanding folder tree during drags until timeout triggered
6857                 (needs perhaps some tweaking, so testing is welcome)
6858
6859 2003-07-17 [alfons]     0.9.3claws21
6860
6861         * src/folderview.c
6862                 clean up cruft
6863
6864 2003-07-17 [christoph]  0.9.3claws20
6865
6866         * src/common/session.c
6867                 fix opening of SSL connections
6868
6869         * src/plugins/image_viewer/Makefile.am
6870                 add OPENSSL_CFLAGS (we should find a better solution to remove
6871                 this dependencies if they are not required)
6872
6873         * src/plugins/spamassassin/spamassassin.c
6874                 remove setlocale workaround (fixed in libspamc)
6875
6876         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6877          if spell checking enabled)
6878
6879 2003-07-17 [alfons]     0.9.3claws19
6880
6881         * src/common/hooks.[ch]
6882         * src/plugins/clamav/clamav_plugin.c
6883         * src/plugins/spamassassin/spamassassin.c
6884         * src/plugins/trayicon/trayicon.c
6885                 fix signedness muck 
6886
6887 2003-07-17 [alfons]     0.9.3claws18
6888
6889         * src/procmime.c
6890                 plug memleak
6891
6892 2003-07-17 [alfons]     0.9.3claws17
6893
6894         * src/inc.c
6895                 plug memleak
6896
6897 2003-07-17 [paul]       0.9.3claws16
6898
6899         * src/common/defs.h
6900           src/mainwindow.c
6901           src/manual.[ch]
6902                 add link to the Claws site's FAQ page, after the suggestion
6903                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6904                 Move url strings to defs.h
6905                 
6906         * src/mainwindow.c
6907                 fix typo to prevent "unknown menu entry" warnings
6908
6909 2003-07-17 [alfons]     0.9.3claws15
6910
6911         * src/folderview.[ch]
6912         * src/summaryview.[ch]
6913         * src/mimeview.[ch]
6914                 plug DnD leaks 
6915
6916 2003-07-17 [paul]       0.9.3claws14
6917
6918         * src/inc.c
6919                 remove two instances of 'GTK_EVENTS_FLUSH' because
6920                 they are unnecessary and probably cause a stack overflow
6921
6922 2003-07-16 [christoph]  0.9.3claws13
6923
6924         * src/mimeview.[ch]
6925                 use an invisible GTK notebook to switch between viewers
6926                 instead of reparenting widgets
6927
6928 2003-07-16 [christoph]  0.9.3claws12
6929
6930         * src/folder.c
6931                 move folder_item_update_freeze() to correct place in
6932                 folder_item_scan_full()
6933
6934 2003-07-16 [paul]       0.9.3claws11
6935
6936         * sync with 0.9.3cvs12
6937                 see ChangeLog 2003-07-14 and 2003-07-15
6938
6939 2003-07-16 [christoph]  0.9.3claws10
6940
6941         * src/imap.[ch]
6942         * src/prefs_account.[ch]
6943                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6944
6945 2003-07-15 [alfons]     0.9.3claws9
6946
6947         * src/main.c
6948                 make --config-dir do something useful
6949
6950 2003-07-15 [alfons]     0.9.3claws8
6951
6952         * src/procmsg.c
6953                 o fix a bug where 'last' didn't really point to the last message
6954                   in the top level list of children, but to the last threaded
6955                   message. 
6956                 
6957                 o clean up and make it easier to sync
6958
6959 2003-07-15 [alfons]     0.9.3claws7
6960
6961         * src/mainwindow.c
6962                 make correct menu items sensitive       
6963
6964 2003-07-14 [alfons]     0.9.3claws6
6965
6966         * src/procmsg.c
6967                 tune the threader so it will not subject-thread any message
6968                 without a subject prefix (this will not thread correctly if 
6969                 a parent is delivered after their childs, but it looks 
6970                 better right now)
6971
6972 2003-07-13 [christoph]  0.9.3claws5
6973
6974         * src/mainwindow.c
6975                 group "Add mailbox *..." menu items in submenu
6976
6977 2003-07-13 [alfons]     0.9.3claws4
6978
6979         * src/summaryview.c
6980                 correct summary_toggle_pressed() signature and make sure
6981                 signal is not passed on
6982
6983 2003-07-13 [alfons]     0.9.3claws3
6984
6985         * src/summaryview.c
6986                 o for now don't pass on keys when they we're handled by 
6987                   ctree::key_press_event
6988                 o clean up
6989
6990 2003-07-13 [alfons]     0.9.3claws2
6991         
6992         * src/main.c
6993                 add command line option "--config-dir" to get the current 
6994                 configuration dir
6995
6996 2003-07-12 [alfons]     0.9.3claws1
6997
6998         * src/matcher.[ch]
6999         * src/matcher_parser_parse.y
7000         * src/prefs_filtering.c
7001         * src/filtering.c
7002                 add "Lock" filter action to lock messages;
7003
7004         * src/filtering.c       
7005                 remove debug_print()    
7006         * src/prefs_filtering.c
7007                 re-organize matcher part 9: 
7008                 make action text entries easily extendible;
7009                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
7010                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
7011
7012 2003-07-12 [paul]
7013
7014         * tools/README
7015                 update old information and add missing
7016                 information
7017
7018 2003-07-12 [paul]       0.9.3claws
7019
7020         * 0.9.3claws released
7021         
7022 2003-07-12 [paul]       0.9.0claws103
7023
7024         * src/Makefile.am
7025                 add addrquery.h
7026
7027 2003-07-12 [melvin]     0.9.0claws102
7028
7029         * src/messageview.c
7030                 Fixed bug #215: Show MIME tab for single text/html messages. 
7031                 
7032 2003-07-12 [paul]       0.9.0claws101
7033
7034         * man/sylpheed.1
7035                 updated
7036
7037 2003-07-12 [paul]       0.9.0claws100
7038
7039         * po/es.po
7040           po/hr.po
7041           po/pl.po
7042           po/sr.po
7043                 update Spanish, Croatian, Polish, Serbian translations.
7044                 submitted by Ricardo Mones Lastra, Dragan, Witold
7045                 Wladyslaw Wojciech Wilk, Urke MMI
7046
7047 2003-07-12 [melvin]     0.9.0claws99
7048
7049         * po/fr.po
7050                 Updated French translations.
7051
7052 2003-07-12 [paul]       0.9.0claws98
7053
7054         * src/addressbook.c
7055                 disable 'Lookup' button as it has no effect
7056
7057 2003-07-11 [alfons]     0.9.0claws97
7058         
7059         * src/summaryview.c
7060                 summary_searchbar_pressed() should return TRUE to signal that
7061                 event was handled. when returning void, the return value passed
7062                 to GTK is actually random, but maybe FALSE, in which case the
7063                 event is handled by parent
7064                 
7065 2003-07-10 [paul]       0.9.0claws96
7066
7067         * ac/missing/gettext.m4
7068                 update to version 0.12
7069
7070 2003-07-10 [paul]       0.9.0claws95
7071
7072         * src/plugins/clamav/clamav_plugin.c
7073                 fix bug where multipart/alternative messages
7074                 would slip through without being scanned
7075
7076 2003-07-10 [christoph]  0.9.0claws94
7077
7078         * src/folder.c
7079                 correct check if folder supports removing when a message is
7080                 moved. if not the message is only copied.
7081
7082         (closes Bug 132 crash on startup in newsgroups folders)
7083
7084 2003-07-09 [alfons]     0.9.0claws93
7085
7086         * configure.ac
7087         * src/common/defs.h
7088                 --with-config-dir (default .sylpheed)
7089
7090 2003-07-09 [christoph]  0.9.0claws92
7091
7092         * configure.ac
7093                 use PKG_CHECK_MODULES to check for gtkmathview
7094                 (version 0.4.2 now required)
7095
7096 2003-07-08 [melvin]     0.9.0claws91
7097
7098         * src/action.c
7099                 Implemented a progress bar that counts the number of completed
7100                 tasks when the action runs more than one command.
7101
7102 2003-07-08 [alfons]     0.9.0claws90
7103
7104         * src/procmsg.c
7105                 if queued message has an invalid Message-Id, don't try to
7106                 find message it refers to (fixes #209 "crash when processing 
7107                 in folder")
7108
7109 2003-07-08 [paul]       0.9.0claws89
7110
7111         * sync with 0.9.3cvs2
7112                 see ChangeLog 2003-07-08
7113
7114 2003-07-08 [match]      0.9.0claws88
7115
7116         * src/ldapctrl.c
7117                 extend LDAP search for first/last name by parsing search term.
7118
7119 2003-07-08 [alfons]     0.9.0claws87
7120
7121         * src/send_message.c
7122                 fix bug #208 "Status message stuck when sending on POP3 account"
7123
7124 2003-07-07 [paul]       0.9.0claws86
7125
7126         * po/hr.po
7127                 new Croatian translation, submitted by
7128                 Dragan <drleskov@inet.hr>
7129
7130 2003-07-07 [paul]       0.9.0claws85
7131
7132         * sync with 0.9.3cvs1
7133                 see ChangeLog 2003-07-07
7134
7135 2003-07-05 [christoph]  0.9.0claws84
7136
7137         * src/Makefile.am
7138         * src/messageview.c
7139         * src/mimeview.[ch]
7140         * src/stock_pixmap.[ch]
7141         * src/pixmaps/messageview_text.xpm              ** NEW **
7142                 move mimeview tabs to the right side and use icons
7143                 instead of text to save some space
7144
7145         (patch by Luke Plant <lukeplant@softhome.net>)
7146
7147 2003-07-05 [christoph]  0.9.0claws83
7148
7149         * src/inc.c
7150                 add NULL pointer checks
7151
7152         (patch by Luke Plant <lukeplant@softhome.net>)
7153         (closes Bug 204 0.9.0 quits on authentication error?!)
7154
7155 2003-07-05 [alfons]     0.9.0claws82
7156
7157         * configure.ac
7158                 take the clue in bug #202 "./configure script - 
7159                 'if test' comparison failure" reported by John Kristoff. 
7160
7161 2003-07-04 [christoph]  0.9.0claws81
7162
7163         * src/plugins/spamassassin/spamassassin.c
7164                 set timeout for spam check
7165
7166 2003-07-04 [christoph]  0.9.0claws80
7167
7168         * src/main.c
7169                 destroy all FolderItems when shutting down to
7170                 allow folders to clean up
7171
7172 2003-07-04 [melvin]     0.9.0claws79
7173
7174         * src/gtk/gtkaspell.c
7175                 Fixed bug #184 "Entering non-ascii character deletes
7176                 previous char if spell checking enabled": this makes
7177                 the spell checking in multibytes (e.g. UTF-8)locales work.
7178                 (Patch by Luke Plant).
7179                 
7180 2003-07-04 [christoph]  0.9.0claws78
7181
7182         * sync with 0.9.2cvs1
7183                 see ChangeLog 2003-06-10
7184
7185 2003-07-04 [paul]       0.9.0claws77
7186
7187         * sync with 0.9.3 release
7188                 see ChangeLog 2003-07-04
7189
7190 2003-07-03 [christoph]  0.9.0claws76
7191
7192         * src/folder.[ch]
7193         * src/imap.c
7194         * src/mbox_folder.c
7195         * src/mh.c
7196         * src/news.c
7197                 move folder_item_get_path() stuff into a folder virtual function
7198
7199         * src/procmsg.c
7200                 use folder_item_fetch_msg() to get message and do not contruct
7201                 the filename from path and number
7202
7203 2003-07-03 [paul]       0.9.0claws75
7204
7205         * sync with 0.9.2cvs12
7206                 see ChangeLog 2003-07-03
7207
7208 2003-07-02 [paul]       0.9.0claws74
7209
7210         * src/messageview.c
7211                 fix text-selection for replying
7212
7213 2003-07-02 [paul]       0.9.0claws73
7214
7215         * sync with 0.9.2cvs11
7216                 see ChangeLog 2003-07-02
7217
7218 2003-07-02 [paul]       0.9.0claws72
7219
7220         * src/procmsg.c
7221                 revert last commit because it breaks more
7222                 than it fixes
7223
7224 2003-07-02 [paul]       0.9.0claws71
7225
7226         * src/procmsg.c
7227                 fix thread by subject/sort by date
7228
7229 2003-07-01 [paul]       0.9.0claws70
7230
7231         * sync with 0.9.2cvs10
7232                 see ChangeLog 2003-07-01
7233
7234 2003-06-30 [paul]       0.9.0claws69
7235
7236         * sync with 0.9.2cvs9
7237                 see ChangeLog 2003-06-30
7238
7239 2003-06-28 [match]      0.9.0claws68
7240
7241         * src/addressbook.c
7242                 fix null ptr.
7243
7244 2003-06-27 [paul]       0.9.0claws67
7245
7246         * sync with 0.9.2cvs7
7247                 see ChangeLog 2003-06-27
7248
7249 2003-06-26 [christoph]  0.9.0claws66
7250
7251         * src/folder.c
7252                 freeze folder updates while a folder is scanned
7253
7254         (closes Bug 185 New message counter)
7255
7256 2003-06-26 [darko]      0.9.0claws65
7257
7258         * src/ldapserver.c
7259                 fix infinite loop when adding a new LDAP server
7260
7261 2003-06-26 [paul]       0.9.0claws64
7262
7263         * sync with 0.9.2cvs6
7264                 see ChangeLog 2003-06-26
7265
7266 2003-06-26 [paul]       0.9.0claws63
7267
7268         * sync with 0.9.2cvs5
7269                 see ChangeLog 2003-06-25 and 2003-06-26
7270
7271 2003-06-25 [match]      0.9.0claws62
7272
7273         * src/addr_compl.c
7274                 Fixed tab/backtab for dropped-down completion list to
7275                 move next/previous field. (close bug 147)
7276
7277 2003-06-25 [christoph]  0.9.0claws61
7278
7279         * src/addr_compl.[ch]
7280         * src/addrindex.[ch]
7281         * src/folderview.c
7282         * src/inc.c
7283         * src/news.c
7284         * src/summaryview.c
7285         * src/toolbar.c
7286                 fix warnings
7287
7288 2003-06-25 [leandro]    0.9.0claws60
7289
7290         * src/compose.c
7291                 o cleanups
7292                 o gray out "Message/Remove references" menu item if not
7293                   replying to a message
7294
7295 2003-06-24 [leandro]    0.9.0claws59
7296
7297         * src/compose.[ch]
7298                 o removed "Message/Create new thread" menu item
7299                 o added "Message/Remove references" menu item
7300                   (it's off by default and will not check anymore
7301                    if the subject changed)
7302
7303 2003-06-23 [alfons]     0.9.0claws58
7304
7305         * src/procmsg.c
7306                 try better grouping messages threaded by subject based on their age.
7307                 still not perfect - because the message tree is not sorted by date.  
7308
7309 2003-06-23 [thorsten]   0.9.0claws57
7310
7311         * src/pop.[ch]
7312                 added mail_receive_hook to allow modifications
7313                 directly after retrieval (e.g. adding headers).
7314
7315 2003-06-23 [paul]       0.9.0claws56
7316
7317         * src/sourcewindow.c
7318                  enable the use of Ctrl+A to select all text in
7319                  the sourcewindow
7320                  Patch submitted by Ivan Francolin Martinez
7321                  <ivanfm@users.sourceforge.net>
7322
7323 2003-06-22 [christoph]  0.9.0claws55
7324
7325         * src/folder.[ch]
7326                 o add notification hook for folder tree changes
7327                 o invoke hooks after folder tree scanning
7328
7329         * src/folderview.[ch]
7330                 register hook for folder tree changes that
7331                 updates the ctree
7332
7333         (there are more places that should be updated, like add, remove 
7334          or move folder)
7335
7336         (closes Bug 164 Crash on rebuild folder tree)
7337         (closes Bug 190 Crash on 'rebuilding folder tree')
7338
7339 2003-06-21 [leandro]    0.9.0claws54
7340
7341         * src/compose.[ch]
7342                 create a new thread if subject changes
7343                 (it's on by default, can be disabled in Message menu)
7344
7345 2003-06-21 [alfons]     0.9.0claws53
7346
7347         * src/summaryview.c
7348                 quiet little compiler
7349
7350 2003-06-21 [christoph]  0.9.0claws52
7351
7352         update gettext stuff to version 0.12
7353
7354 2003-06-19 [alfons]     0.9.0claws51
7355
7356         * src/common/log.c
7357         * src/common/plugin.c
7358                 move defs.h before glib.h to prevent MIN/MAX redefs
7359
7360 2003-06-19 [alfons]
7361
7362         * src/addressbook.c
7363                 translatable
7364
7365 2003-06-19 [match]      0.9.0claws50
7366
7367         * src/addressbook.[ch]
7368         * src/addrindex.[ch]
7369         * src/addr_compl.[ch]
7370         * src/editldap.[ch]
7371         * src/editldap_basedn.[ch]
7372         * src/addritem.[ch]
7373         * src/ldapquery.h
7374                 re-implemented dynamic LDAP search. works without
7375                 slowdown on display sender with addressbook
7376                 option.
7377         * src/addrbook.c
7378                 documented code.
7379
7380 2003-06-19 [paul]       0.9.0claws49
7381
7382         * src/compose.c
7383                 fix Bug #136 'Nonprovided quotation marks crash claws'
7384                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7385
7386 2003-06-19 [alfons]     0.9.0claws48
7387
7388         * src/prefs_common.[ch]
7389         * src/procmsg.c
7390                 restrict threading by subject by checking thread for
7391                 age (prefs_common.thread_by_subject_max_age)
7392
7393 2003-06-18 [christoph]  0.9.0claws47
7394
7395         * src/imap.c
7396                 fix memory leak in imap_cmd_fetch()
7397
7398 2003-06-18 [christoph]  0.9.0claws46
7399
7400         * src/prefs_gtk.c
7401                 fix memory leak in prefs_set_default() when used multiple
7402                 times or after prefs have been read
7403
7404 2003-06-18 [christoph]  0.9.0claws45
7405
7406         * src/common/plugin.c
7407                 fix memory leak in plugin_unload()
7408
7409 2003-06-18 [christoph]  0.9.0claws44
7410
7411         * src/imap.c
7412                 fix memory leak in imap_cmd_ok()
7413
7414 2003-06-18 [christoph]  0.9.0claws43
7415
7416         * src/folder.c
7417                 stop messages that are downloaded from POP3 and added to
7418                 an IMAP inbox from being filtered twice (first by POP3
7419                 and again when IMAP folder is scaned to get the UID of
7420                 the APPEND operation when no UIDPLUS is available)
7421
7422 2003-06-18 [alfons]
7423
7424         * tools/Makefile.am
7425                 phoenix <- firebird     
7426
7427 2003-06-18 [paul]
7428
7429         * tools/launch_phoenix          ** REMOVED **
7430           tools/launch_firebird         ** NEW **
7431                 renamed and edited to reflect the browser's name change from
7432                 'phoenix' to 'firebird'
7433
7434 2003-06-18 [paul]       0.9.0claws42
7435
7436         * sync with 0.9.2cvs2
7437                 see ChangeLog 2003-06-16
7438
7439 2003-06-17 [alfons]     0.9.0claws41
7440
7441         * src/procmsg.c
7442                 prevent threading problems when a node is an ancestor (parent / great parent),
7443                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7444                 for finding an sample set of messages)
7445
7446 2003-06-16 [christoph]  0.9.0claws40
7447
7448         * src/main.c
7449                 don't popup main window on --receive or --receive-all
7450
7451         * src/mainwindow.[ch]
7452         * src/plugins/trayicon/trayicon.c
7453                 allow hiding of main window by clicking on the trayicon
7454                 (doesn't work correctly in seperate window mode and may
7455                  cause unexpected GTK problems I couldn't find yet)
7456
7457         * src/common/ssl.c
7458                 remove incorrect warning
7459
7460 2003-06-15 [alfons]     0.9.0claws39
7461
7462         * src/gtk/gtkstext.c
7463                 don't output debug text;
7464                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7465                 for pointing this out);
7466
7467 2003-06-14 [alfons]     0.9.0claws38
7468         
7469         * src/messageview.c
7470                 remove printf() and make one if..else comply with coding style
7471
7472 2003-06-14 [alfons]     0.9.0claws37
7473
7474         * AUTHORS
7475                 add Martin Wicke
7476         * src/action.c
7477         * src/messageview.[ch]
7478         * src/summaryview.c
7479                 apply patch #754162 "Quoting messages filtered by actions" submitted
7480                 by Martin Wicke, which allows quoting message body changed by an
7481                 action (Thanks!).
7482
7483 2003-06-13 [alfons]     0.9.0claws36
7484
7485         * src/utils.c
7486                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7487                 use case insensitive regexp (suggested by Ivan Martinez)
7488
7489 2003-06-13 [christoph]  0.9.0claws35
7490
7491         * configure.ac
7492         * src/plugins/trayicon/Makefile.am
7493         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7494         * src/plugins/trayicon/trayicon.c
7495         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7496         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7497         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7498         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7499         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7500         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7501                 replace my own EggTrayIcon backport with the backport
7502                 used by (l|x)mule and gabber.
7503
7504 2003-06-13 [alfons]     0.9.0claws34
7505
7506         * AUTHORS
7507         * src/common/utils.c
7508                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7509
7510 2003-06-13 [alfons]     0.9.0claws33
7511
7512         * src/compose.c
7513                 clean up a little bit
7514
7515 2003-06-12 [alfons]     0.9.0claws32
7516
7517         * src/compose.c
7518                 const correctness fix
7519
7520         * src/common/sylpheed.[ch]
7521                 () -> (void)
7522                 prevent redef MIN/MAX
7523                 
7524         * src/common/utils.[ch]
7525                 () -> (void)
7526
7527 2003-06-12 [melvin]     0.9.0claws31
7528
7529         * src/compose.c
7530                 Updated to take into accounts changes in GtkAspell.
7531
7532 2003-06-12 [alfons]     0.9.0claws30
7533
7534         * src/compose.c
7535         * src/procmsg.c
7536         * src/common/utils.[ch]
7537                 handle reply subject prefixes better (initial 
7538                 suggestion by Robert Story adapted and enhanced 
7539                 using regexps)
7540
7541 2003-06-12 [melvin]     0.9.0claws29
7542
7543         * src/compose.c
7544                 Use new gtkaspell_checkers_strerror() to get the speller's
7545                 error message instead of accessing the (now private)
7546                 checkers structure.
7547                 Minor code clean up
7548
7549         * src/main.c
7550                 Use #ifdef instead of #if for USE_ASPELL
7551                 Use the new spell checkers init/quit functions 
7552
7553         * src/gtk/gtkaspell.c
7554                 Use #ifdef instead of #if for USE_ASPELL
7555                 Moved in the majority of GtkAspell structures that were
7556                 exported before by gtkaspell.h
7557         
7558         * src/gtk/gktaspell.h
7559                 Made gtkaspell.h contain only the necessary data to be
7560                 publicized by moving many structures to gtkaspell.c.
7561                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7562                 gtkaspell_checkers_new(): replaced by...
7563                 gtkaspell_checkers_init(): new function for initialization
7564                 gtkaspell_checkers_delete(): replaced by...
7565                 gtkaspell_checkers_quit(): new function
7566                 gtkaspell_checkers_strerror(): new function that returns
7567                 the checker's last error message.
7568                 
7569 2003-06-11 [melvin]     0.9.0claws28
7570
7571         * po/POTFILES.in
7572                 Updated to take into account gtkaspell.c migration to
7573                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7574
7575 2003-06-10 [alfons]     0.9.0claws27
7576
7577         * src/filtering.[ch]
7578         * src/folder.c
7579         * src/matcher.c
7580         * src/scoring.[ch]
7581                 - try fixing bug #18 (any brave testers?)
7582                 - add more robustness by refusing previously 
7583                   unchecked NULL pointers 
7584
7585 2003-06-10 [alfons]     0.9.0claws26
7586
7587         * src/procmsg.c
7588                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7589
7590 2003-06-09 [alfons]     0.9.0claws25
7591
7592         * src/prefs_common.c
7593                 fix bug #163 "Icon switching doesnt work properly" by 
7594                 preventing early freeing of prefs_common.pixmap_theme_path.
7595
7596 2003-06-09 [christoph]  0.9.0claws24
7597
7598         * src/gtk/gtkaspell.c
7599                 revert Thorsten's fix and add forgotten g_strdup for
7600                 aspell path (it should not be possible to alter the path a
7601                 GtkASpell uses from outside)
7602
7603 2003-06-09 [thorsten]   0.9.0claws23
7604
7605         * src/gtk/gtkaspell.c
7606                 dont free prefs_common.aspell_path when closing compose
7607
7608 2003-06-08 [colin]      0.9.0claws22
7609
7610         * src/plugins/spamassassin/spamassassin.c
7611                 fix prefs types
7612
7613 2003-06-07 [christoph]  0.9.0claws21
7614
7615         * src/Makefile.am
7616         * src/compose.c
7617         * src/gtkaspell.[ch]            ** REMOVE **
7618         * src/gtk/Makefile.am
7619         * src/gtk/gtkaspell.[ch]        ** NEW **
7620                 o make gtkaspell independent from sylpheed's prefs
7621                 o move gtkaspell.[ch] to gtk directory
7622
7623 2003-06-07 [christoph]  0.9.0claws20
7624
7625         * src/Makefile.am
7626         * src/crash.c
7627         * src/export.c
7628         * src/filesel.[ch]              ** REMOVE **
7629         * src/folder.c
7630         * src/main.[ch]
7631         * src/common/sylpheed.[ch]
7632         * src/gtk/Makefile.am
7633         * src/gtk/filesel.[ch]          ** NEW **
7634         * src/gtk/pluginwindow.c
7635         * src/gtk/sslcertwindow.c
7636                 move filesel.[ch] to gtk directory
7637
7638 2003-06-07 [alfons]     0.9.0claws19
7639
7640         * src/filesel.c
7641                 make (multi) file selection dialog work again (Claws-only)
7642
7643 2003-06-07 [thorsten]   0.9.0claws18
7644
7645         * po/de.po
7646                 fix typos
7647
7648 2003-06-07 [alfons]     0.9.0claws17
7649
7650         * configure.ac
7651         * src/mimeview.c
7652                 detect apache mishap in which case don't include fnmatch.h
7653                 if regex.h is already included
7654
7655 2003-06-06 [christoph]  0.9.0claws16
7656
7657         * configure.ac
7658         * src/mimeview.h
7659                 add check for fnmatch.h and include it when available
7660
7661         * src/mimeview.[ch]
7662                 fix wrong case sensitivity of Content-Types
7663
7664         * src/gtk/Makefile.am
7665                 need the same include paths in gtk directory as in
7666                 common directory because .h files in common can
7667                 include files from these directories, when included
7668                 in gtk's .h or .c files
7669
7670 2003-06-06 [alfons]     0.9.0claws15
7671
7672         * src/mimeview.c
7673         * src/summaryview.c
7674                 make it compile again because of regex.h / fnmatch.h 
7675                 include problems (related to recent mime stuff, can
7676                 someone check this?)
7677
7678 2003-06-06 [thorsten]   0.9.0claws14
7679
7680         * src/folderview.c
7681                 possible use of uninitialized pointer while dragging
7682
7683 2003-06-06 [paul]       0.9.0claws13
7684
7685         * src/compose.c
7686                 fix bug where the insert sig button would be effective
7687                 only when auto_sig was set
7688
7689 2003-06-06 [paul]       0.9.0claws12
7690
7691         * sync with 0.9.2 release
7692
7693 2003-06-02 [paul]       0.9.0claws11
7694
7695         * sync with 0.9.1cvs1
7696                 see ChangeLog 2003-06-02
7697                 
7698         * po/de.po
7699                 update by Jens
7700
7701 2003-06-01 [christoph]  0.9.0claws10
7702
7703         * src/account.c
7704                 don't use substring search to find accounts by email address
7705
7706         (closes Bug 169 Overly loose matching of "From" address)
7707
7708 2003-05-31 [christoph]  0.9.0claws9
7709
7710         * doc-src/rfc2683.txt
7711         * src/imap.c
7712                 limit IMAP command length as recommended in RFC2683
7713                 (message number lists will be split into multiple imap
7714                 sets, the limit of 1000 octets is not a hard limit)
7715
7716         (closes Bug 161 sylpheed-claws exits with segfault when logging
7717          in to certain imap-servers)
7718
7719 2003-05-29 [alfons]     0.9.0claws8
7720
7721         * src/toolbar.[ch]
7722                 add print button (calling summary_print());
7723                 fine tune setting tooltip text;
7724                 (if someone needs other buttons, please take these 
7725                 commits as a guide, instead of bothering us - also
7726                 see 0.8.11claws150) 
7727
7728 2003-05-29 [darko]      0.9.0claws7
7729
7730         * src/compose.c
7731                 fix crash when word wrapping kicks in due to
7732                 changed text by spell checker
7733
7734 2003-05-29 [paul]       0.9.0claws6
7735
7736         * src/compose.c
7737                 fix bug where changing account would insert
7738                 sig even if auto_sig was FALSE
7739                 
7740         * ChangeLog
7741           ChangeLog.jp
7742           INSTALL
7743                 sync with 0.9.1 release
7744
7745 2003-05-28 [christoph]  0.9.0claws5
7746
7747         * src/imap.c
7748                 fix truncation of too long commands
7749
7750         (closes Bug 167 IMAP hangs trying to get envelope
7751          information in imap_get_uncached_messages)
7752
7753 2003-05-27 [paul]       0.9.0claws4
7754
7755         * tools/Makefile.am
7756           tools/maildir2sylpheed.pl     ** NEW FILE **
7757                 add kmail to sylpheed mailbox conversion script
7758
7759 2003-05-27 [paul]       0.9.0claws3
7760
7761         * sync with 0.9.0cvs10
7762                 see ChangeLog 2003-05-26
7763
7764 2003-05-26 [paul]       0.9.0claws2
7765
7766         * sync with 0.9.0cvs9
7767                 see ChangeLog 2003-05-26
7768
7769 2003-05-24 [paul]       0.9.0claws1
7770
7771         * sync with 0.9.0cvs8
7772                 see ChangeLog 2003-05-23
7773
7774 2003-05-24 [paul]       0.9.0claws
7775
7776         * version 0.9.0claws released
7777
7778 2003-05-24 [paul]       0.8.11claws177
7779
7780         * src/plugins/dillo-viewer/Makefile.am
7781           src/plugins/traycon/Makefile.am
7782                 add missing files
7783                 
7784         * po/bg.po
7785           po/en_GB.po
7786           po/es.po
7787           po/it.po
7788           po/pt_BR.po
7789           po/ru.po
7790           po/sr.po
7791                 update Bulgarian, British English, Spanish, Italian, 
7792                 Brazilian Portuguese, Russian, and Serbian translations, 
7793                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7794                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7795                 Ruslan N. Balkin, and Urke MMI
7796
7797 2003-05-23 [melvin]     0.8.11claws176
7798
7799         * po/fr.po
7800                 Updated French translations
7801
7802 2003-05-22 [paul]       0.8.11claws175
7803
7804         * src/Makefile.am
7805           src/addrbook.[ch]
7806           src/addrcache.[ch]
7807           src/addr_compl.[ch]
7808           src/adressbook.[ch]
7809           src/addrindex.[ch]
7810           src/addritem.[ch]
7811           src/editaddress.c
7812           src/editgroup.c
7813           src/editldap_basedn.c
7814           src/editldap.c
7815           src/jpilot.c
7816           src/vcard.c
7817                 revert to get ldap into it previous working state
7818                 
7819         * po/zh_TW.Big5.po
7820                 new Taiwanese translation,
7821                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7822
7823 2003-05-22 [christoph]  0.8.11claws174
7824
7825         * src/plugins/spamassassin/libspamc.[ch]
7826                 sync libspamc with SpamAssaain release 2.55
7827
7828 2003-05-22 [paul]       0.8.11claws173
7829
7830         * sync with 0.9.0cvs7
7831                 see ChangeLog 2003-05-22
7832                 
7833         * src/summaryview.c
7834                 revert change in 0.8.11claws172: follow
7835                 Hiroyuki's decision and that's the end of it.
7836
7837 2003-05-21 [paul]       0.8.11claws172
7838
7839         * src/summaryview.c
7840                 fix discrepency between open_unread_on_enter
7841                 and always_show_msg
7842
7843 2003-05-21 [paul]       0.8.11claws171
7844
7845         * sync with 0.9.0cvs6
7846                 see ChangeLog 2003-05-21
7847
7848 2003-05-21 [paul]       0.8.11claws170
7849
7850         * sync with 0.9.0cvs5
7851                 see ChangeLog 2003-05-21
7852
7853 2003-05-20 [paul]       0.8.11claws169
7854
7855         * sync with 0.9.0cvs4
7856                 see ChangeLog 2003-05-20
7857                 fixes bug #152, 'encoding of IMAP folders names'
7858
7859 2003-05-20 [paul]       0.8.11claws168
7860
7861         * sync with 0.9.0cvs3
7862                 see ChangeLog 2003-05-20
7863                 
7864         * src/tools/convert_mbox.pl
7865                 minor change in the comments, submitted by Fred Marton
7866
7867 2003-05-19 [paul]       0.8.11claws167
7868
7869         * src/plugins/clamav/Makefile.am
7870           configure.ac
7871                 link clamav_lib to the plugin and not to the main program
7872
7873 2003-05-19 [christoph]
7874
7875         * src/Makefile.am
7876                 add -export-dynamic for linking
7877
7878 2003-05-19 [paul]       0.8.11claws166
7879
7880         * sync with 0.9.0cvs1
7881                 see ChangeLog 2003-05-19
7882
7883 2003-05-19 [paul]       0.8.11claws165
7884
7885         * src/inc.c
7886                 fix 'pop before smtp' timeout
7887
7888 2003-05-18 [alfons]     0.8.11claws164
7889
7890         * src/prefs_matcher.c
7891                 put "execute" action command line ("expression") in edit box
7892
7893 2003-05-18 [christoph]  0.8.11claws163
7894
7895         * src/mimeview.[ch]
7896         * src/plugins/dillo_viewer/dillo_viewer.c
7897         * src/plugins/image_viewer/viewer.c
7898         * src/plugins/mathml_viewer/mathml_viewer.c
7899                 let a viewer have a list of Content-Types
7900
7901 2003-05-18 [paul]       0.8.11claws162
7902
7903         * src/prefs_filtering.c
7904                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7905                 and REDIRECT actions
7906
7907 2003-05-17 [christoph]
7908
7909         * README.claws
7910                 o remove dynamic signatures that was syned with main
7911                 o add infos about no longer "build in" image viewer
7912                 o update bugtracker URL
7913
7914 2003-05-17 [christoph]  0.8.11claws161
7915
7916         * src/folder.c
7917         * src/folderview.c
7918         * src/imap.c
7919                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7920                 for every folder after rebuilding the folder tree.
7921
7922         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7923          messages)
7924
7925 2003-05-17 [christoph]  0.8.11claws160
7926
7927         * src/imap.c
7928                 don't use STATUS command on current folder to check for
7929                 content changes. imap_cmd_ok() now tracks changes to
7930                 folder and number of existing messages.
7931
7932 2003-05-17 [paul]       0.8.11claws159
7933
7934         * src/plugins/clamav/clamav_plugin.c
7935                 remove unnecessary debug_print
7936
7937 2003-05-16 [thorsten]   0.8.11claws158
7938
7939         * src/plugins/demo.c
7940                 included missing intl.h
7941
7942 2003-05-16 [paul]       0.8.11claws157
7943
7944         * po/POTFILES.in
7945                 remove non-existant entries
7946         
7947         * src/plugins/clamav/clamav_plugin.c
7948           src/plugins/clamav/clamav_plugin_gtk.c
7949           src/plugins/dillo_viewer/dillo_prefs.c
7950           src/plugins/dillo_viewer/dillo_viewer.c
7951                 gettextise
7952
7953 2003-05-16 [christoph]  0.8.11claws156
7954
7955         * po/POTFILES.in
7956                 include plugin .c files for translation until I
7957                 find a better solution to have plugins have their
7958                 own textdomain
7959         * src/plugins/demo/demo.c
7960         * src/plugins/image_viewer/plugin.c
7961         * src/plugins/mathml_viewer/mathml_viewer.c
7962         * src/plugins/spamassassin/spamassassin.c
7963         * src/plugins/spamassassin/spamassassin_gtk.c
7964         * src/plugins/trayicon/trayicon.c
7965                 add gettext macros for plugin name and description
7966
7967 2003-05-16 [paul]
7968
7969         * sync with 0.9.0
7970
7971 2003-05-16 [paul]       0.8.11claws155
7972
7973         * sync with lastest 0.9.0pre1
7974                 see ChangeLog 2003-05-16
7975
7976 2003-05-15 [paul]       0.8.11claws154
7977
7978         * sync with latest 0.9.0pre1
7979                 see ChangeLog 2003-05-14 and 2003-05-15
7980
7981 2003-05-14 [christoph]  0.8.11claws153
7982
7983         * src/plugins/image_viewer/viewer.c
7984         * src/plugins/image_viewer/viewer.glade         ** NEW **
7985         * src/plugins/image_viewer/viewerprefs.c
7986                 make it possible to disable the autoload function in the
7987                 imageviewer again
7988
7989 2003-05-14 [christoph]  0.8.11claws152
7990
7991         * src/folder.c
7992                 fix folder update after adding a message
7993
7994 2003-05-13 [alfons]     0.8.11claws151
7995
7996         * src/common/session.c
7997                 remove debug traces
7998                 
7999         * src/addrcache.[ch]
8000         * src/filtering.[ch]
8001         * src/folder.[c]
8002         * src/gtkaspell.[ch]
8003         * src/imap.[ch]
8004         * src/mbox_folder.[ch]
8005         * src/mh.[ch]
8006         * src/mimeview.h
8007         * src/msgcache.[ch]
8008         * src/news.[ch]
8009         * src/passphrase.[ch]
8010         * src/prefs_common.[ch]
8011         * src/prefs_gtk.[ch]
8012         * src/procmsg.c
8013         * src/scoring.[ch]
8014                 be pedantic; (in prototypes () implies (int))
8015
8016 2003-05-13 [alfons]     0.8.11claws150
8017
8018         * src/prefs_toolbar.[ch]
8019         * src/summaryview.[ch]
8020         * src/toolbar.[ch]
8021                 change misleading text in toolbar prefs;
8022                 add toolbar action for ignore thread (toggles ignore thread flag);
8023                 clean up a little bit;
8024
8025 2003-05-12 [paul]
8026
8027         * tools/convert_mbox.pl
8028                 bug fixed by Fred Marton
8029
8030 2003-05-12 [paul]
8031
8032         * sync with 0.9.0pre1
8033
8034 2003-05-09 [paul]       0.8.11claws149
8035
8036         * sync with 0.8.11cvs43
8037                 see ChangeLog 2003-05-09
8038
8039 2003-05-08 [christoph]  0.8.11claws148
8040
8041         * src/imap.[ch]
8042                 o use CAPABILIY as first command and check for PREAUTH
8043                   information in the response to it
8044                 o rewrite all imap_cmd_* functions to use an IMAPSession
8045                   instead of a SockInfo as parameter
8046                 o do STARTTLS after fetching and checking the server
8047                   capabilities
8048
8049 2003-05-08 [paul]       0.8.11claws147
8050
8051         * tools/Makefile.am
8052           tools/README
8053           tools/convert_mbox.pl         ** NEW FILE **
8054                 add mbox conversion script. Submitted by 
8055                 Fred Marton <Fred.Marton@uni-bayreuth.de>
8056
8057 2003-05-07 [christoph]
8058
8059         * doc-src/glade.txt
8060         * src/gtk/pluginwindow.glade
8061         * src/plugins/image_viewer/viewerprefs.glade
8062         * src/plugins/spamassassin/spamassassin_gtk.glade
8063                 add glade files for user interfaces and a description how
8064                 to use glade to create the sylpheed code
8065
8066 2003-05-07 [paul]       0.8.11claws146
8067
8068         * sync with 0.8.11cvs41
8069                 see ChangeLog 2003-05-07
8070
8071 2003-05-06 [christoph]  0.8.11claws145
8072
8073         * src/main.c
8074         * src/plugins/image_viewer/viewer.c
8075                 fix usage of imlib in imageviewer plugin
8076
8077         * src/gtk/prefswindow.c
8078                 handle window close event correctly
8079
8080 2003-05-06 [paul]       0.8.11claws144
8081
8082         * src/common/ssl.c
8083                 fix typo introduced in sync
8084
8085 2003-05-06 [paul]       0.8.11claws143
8086
8087         * sync with 0.8.11cvs39
8088                 see ChangeLog 2003-05-06
8089
8090 2003-05-06 [paul]       0.8.11claws142
8091
8092         * AUTHORS
8093           po/cs.po
8094                 updated Czech translation, submitted by 
8095                 Radek Vybiral <Radek.Vybiral@vsb.cz>
8096                 
8097         * src/plugins/clamav/clamav_plugin_gtk.c
8098                 clean up
8099
8100 2003-05-03 [alfons]     0.8.11claws141
8101
8102         * src/compose.[ch]
8103                 make paste as quotation work even when the call to 
8104                 text_inserted() was deferred (fixes bug #140 "Paste 
8105                 as quotation does not work when using "external" 
8106                 clipboard")
8107
8108 2003-05-03 [thorsten]   0.8.11claws140
8109
8110         * src/addrquery.h
8111           src/ldapquery.h
8112           src/mainwindow.c
8113                 removed C++ comments
8114         * src/addr_compl.c
8115                 function with non-int retval/param used before
8116                 implementation/declaration
8117
8118 2003-05-02 [paul]       0.8.11claws139
8119
8120         * src/addr_compl.[ch]
8121           src/addressbook.[ch]
8122           src/addrindex.c
8123           src/summaryview.c
8124                 revert match's changes to (finally) remove the bug where
8125                 opening a folder causes massive slowdown when using the 
8126                 'Display sender using address book' option
8127
8128 2003-05-01 [melvin]     0.8.11claws138
8129
8130         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8131         * src/plugins/dillo_viewer/dillo_viewer.c
8132                 Fixed bug where "Cancel" button from prefs issued
8133                 warnings.
8134                 Comply a little more to coding style
8135
8136 2003-05-01 [paul]       0.8.11claws137
8137
8138         * sync with 0.8.11cvs38
8139                 see ChangeLog 2003-05-01
8140
8141 2003-05-01 [paul]       0.8.11claws136
8142
8143         * po/bg.po
8144                 updated by George Danchev
8145
8146 2003-04-30 [christoph]  0.8.11claws135
8147
8148         * src/plugins/dillo_viewer/dillo_prefs.c
8149         * src/plugins/image_viewer/viewerprefs.c
8150         * src/plugins/spamassassin/spamassassin_gtk.c
8151                 remove gtk_widget_ref() calls for widgets in
8152                 glade code
8153
8154 2003-04-30 [paul]       0.8.11claws134
8155
8156         * src/addrindex.c
8157                 ok, this time a better fix for the bug where opening folder
8158                 has massive slowdown when using the 'Display sender using 
8159                 address book' option
8160
8161 2003-04-30 [paul]       0.8.11claws133
8162
8163         * src/addrindex.c
8164                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8165         
8166 2003-04-30 [melvin]     0.8.11claws132
8167
8168         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8169
8170         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8171                 Preferences for the dillo plugin
8172         * src/plugins/dillo_viewer/dillo_viewer.c
8173                 Support for preferences
8174         * src/plugins/dillo_viewer/Makefile.am
8175                 Added dillo_prefs.[ch]
8176
8177 2003-04-30 [alfons]     0.8.11claws131
8178
8179         * src/common/plugin.[ch]
8180                 see? this ANSI C'fication immediately gives us type
8181                 checking for free.
8182
8183 2003-04-30 [alfons]     0.8.11claws130
8184
8185         * src/common/plugin.[ch]
8186         * src/plugins/clamav/clamav_plugin.[ch]
8187         * src/plugins/clamav/clamav_plugin_gtk.c
8188         * src/plugins/demo/demo.c
8189         * src/plugins/dillo_viewer/dillo_viewer.c
8190         * src/plugins/image_viewer/plugin.c
8191         * src/plugins/image_viewer/viewer.[ch]
8192         * src/plugins/image_viewer/viewerprefs.[ch]
8193         * src/plugins/mathml_viewer/mathml_viewer.c
8194         * src/plugins/spamassassin/spamassassin.[ch]
8195         * src/plugins/spamassassin/spamassassin_gtk.c
8196         * src/plugins/trayicon/trayicon.c
8197                 clean up
8198
8199 2003-04-30 [alfons]     0.8.11claws129
8200
8201         * src/common/utils.c
8202                 make is_ascii_str() fail gracefully when NULL pointer
8203                 is passed
8204
8205 2003-04-30 [paul]       0.8.11claws128
8206
8207         * src/addrindex.c
8208                 fix bug where opening folder has massive slowdown when
8209                 using the 'Display sender using address book' option
8210
8211 2003-04-30 [paul]       0.8.11claws127
8212
8213         * src/plugins/clamav/clamav_plugin.c
8214           src/plugins/clamav/clamav_plugin_gtk.c
8215           src/plugins/demo/demo.c
8216           src/plugins/dillo_viewer/dillo_viewer.c
8217           src/plugins/image_viewer/plugin.c
8218           src/plugins/mathml_viewer/mathml_viewer.c
8219           src/plugins/spamassassin/spamassassin.c
8220           src/plugins/spamassassin/spamassassin_gtk.c
8221           src/plugins/trayicon/trayicon.c
8222                 get rid of eye-hurting function signatures
8223
8224 2003-04-30 [paul]       0.8.11claws126
8225
8226         * src/plugins/trayicon/trayicon.c
8227                 add description
8228                 
8229         * src/mimeview.c
8230                 be more descriptive
8231
8232 2003-04-30 [paul]       0.8.11claws125
8233
8234         * configure.ac
8235                 arrange the plugins in reverse alphabetical order
8236                 
8237         * src/plugins/clamav/clamav_plugin.[ch]
8238           src/plugins/clamav/clamav_plugin_gtk.c
8239                 rename some params
8240                 resize max_size window
8241                 re-arrange the order of some gui elements
8242                 improve descriptions
8243         
8244         * src/plugins/image_viewer/plugin.c
8245           src/plugins/mathml_viewer/mathml_viewer.c
8246                 add descriptions
8247                 
8248         * src/plugins/spamassassin/spamassassin_gtk.c
8249                 resize max_size window
8250                 re-arrange the order of some gui elements
8251                 
8252         * src/messageview.c
8253           src/mimeview.c
8254                 correct typos
8255
8256 2003-04-30 [alfons]     0.8.11claws124
8257
8258         * src/imap.c
8259                 fix a leak found while browsing Martin Kluge's 
8260                 valgrind log (Claws only)
8261
8262 2003-04-29 [darko]      0.8.11claws123
8263
8264         * src/gtk/gtkstext.h
8265                 include wchar.h if it is available, fixes compilation
8266                 on HP-UX systems
8267
8268 2003-04-29 [melvin]     0.8.11claws122
8269
8270         * src/prefs_actions.c
8271                 Improved help text of Actions' syntax
8272
8273 2003-04-28 [paul]       0.8.11claws121
8274
8275         * src/action.c
8276                 a better fix for the crash when performing an action
8277                 on a mime part
8278
8279 2003-04-28 [paul]       0.8.11claws120
8280
8281         * src/action.c
8282                 fix crash when performing an action on a
8283                 mime part
8284
8285 2003-04-28 [paul]       0.8.11claws119
8286
8287         * sync with 0.8.11cvs36
8288                 see ChangeLog 2003-04-28
8289
8290 2003-04-27 [paul]       0.8.11claws118
8291
8292         * more sync with 0.8.11cvs35
8293                 see ChangeLog 2003-04-25
8294
8295 2003-04-26 [christoph]  0.8.11claws117
8296
8297         * src/folder.c
8298                 fix remove virtual check
8299
8300 2003-04-26 [paul]       0.8.11claws116
8301
8302         * src/messageview.c
8303                 fix return-receipt, make it work again
8304
8305 2003-04-26 [paul]       0.8.11claws115
8306
8307         * src/mimeview.c
8308                 restore double-clicking of the [application/pgp-signature 
8309                 (Select "Check signature" to check)] line in the message view,
8310                 broken in recent sync
8311
8312 2003-04-26 [christoph]  0.8.11claws114
8313
8314         * src/folder.c
8315                 check if remove virtual really exists before
8316                 calling the function
8317
8318 2003-04-25 [match]      0.8.11claws113
8319
8320         * src/addrindex.c
8321         * src/addrbook.c
8322         * src/ldapquery.[ch]
8323         * src/ldapctrl.[ch]
8324                 fix memleak.
8325         * src/ldapserver.[ch]
8326                 fix memleak. fix segfault.
8327                 plug a Claws memleak
8328
8329 2003-04-25 [alfons]     0.8.11claws112
8330
8331         * src/folder.c
8332                 plug a Claws memleak
8333
8334 2003-04-25 [alfons]     0.8.11claws111
8335
8336         * src/common/session.c
8337                 plug a memleak
8338
8339 2003-04-25 [paul]       0.8.11claws110
8340
8341         * sync with 0.8.11cvs35
8342                 see ChangeLog 2003-04-24 and 2003-04-25
8343                 
8344         * src/gtk/pluginwindow.c
8345                 correct another strange float value
8346
8347 2003-04-24 [christoph]  0.8.11claws109
8348
8349         * src/folder.c
8350                 freeze folder item updates when unsetting new flags
8351
8352         * src/gtk/pluginwindow.c
8353                 correct strange float value
8354
8355 2003-04-23 [paul]       0.8.11claws108
8356
8357         * sync with 0.8.11cvs33
8358                 see ChangeLog 2003-04-23
8359
8360 2003-04-22 [paul]       0.8.11claws107
8361
8362         * src/Makefile.am
8363           src/messageview.c
8364           src/mimeview.c
8365           src/pgptext.[ch]      ** REMOVED **
8366                 remove pgptext.[ch] as its not used any more
8367
8368 2003-04-22 [paul]       0.8.11claws106
8369
8370         * sync with 0.8.11cvs31
8371                 see ChangeLog 2003-04-21 and 2003-04-22
8372
8373 2003-04-21 [alfons]     0.8.11claws105
8374
8375         * src/main.c
8376                 No access to GTK structures if we're a spawned child
8377                 (and clean up code a little bit...) Should fix #126.
8378
8379 2003-04-21 [melvin]     0.8.11claws104
8380
8381         * src/plugins/dillo_viewer/README
8382                 Improved slightly the text.
8383
8384 2003-04-21 [melvin]     0.8.11claws103
8385
8386         * src/plugins/dillo_viewer/README *** NEW ***
8387                 Added a README file for the Dillo plugin
8388
8389 2003-04-20 [paul]
8390
8391         * tools/README
8392           tools/outlook2sylpheed.pl
8393                 updated and improved by Ricardo Mones Lastra
8394
8395 2003-04-18 [oliver]     0.8.11claws102
8396
8397         * src/inc.c 
8398         * src/prefs_account.h
8399                 remove Pop3SessionType (used by selective download)
8400         * src/prefs_toolbar.c
8401                 enable set Default Toolbar button
8402
8403 2003-04-18 [paul]       0.8.11claws101
8404
8405         * sync with 0.8.11cvs29
8406                 see ChangeLog 2003-04-18
8407
8408 2003-04-17 [paul]       0.8.11claws100
8409
8410         * src/prefs_common.[ch]
8411           src/summaryview.c
8412                 remove 'Open next message on deletion' option,
8413                 as the same effect can now be achieved via the
8414                 'Always open messages in summary when selected'
8415                 option.
8416
8417 2003-04-17 [paul]       0.8.11claws99
8418
8419         * sync with 0.8.11cvs28
8420                 see ChangeLog 2003-04-17
8421
8422 2003-04-17 [christoph]  0.8.11claws98
8423
8424         * ac/spamassassin.m4
8425         * src/plugins/spamassassin/libspamc.[ch]
8426         * src/plugins/spamassassin/utils.[ch]
8427                 sync libspamc with SpamAssassin project
8428
8429 2003-04-17 [christoph]  0.8.11claws97
8430
8431         * src/common/socket.h
8432         * src/gtk/sslcertwindow.h
8433                 rename old USE_SSL to USE_OPENSSL
8434
8435 2003-04-17 [paul]       0.8.11claws96
8436
8437         * src/prefs_common.h
8438                 use gulong for P_COLOR so that it compiles/runs on
8439                 64-bit systems. Patch submitted by James Noyes
8440                 <jnoyes-claws@retrogeeks.com>
8441                 
8442         * po/de.po
8443                 updated by Jens
8444
8445 2003-04-17 [paul]       0.8.11claws95
8446
8447         * sync with 0.8.11cvs27
8448                 see ChangeLog 2003-04-16
8449
8450 2003-04-15 [paul]       0.8.11claws94
8451
8452         * src/prefs_common.[ch]
8453                 rearrange to stop the window getting too long:
8454                         move Receive dialog stuff to Receive tab
8455                         move Send dialog to Send tab
8456                         remove Dialogs frame
8457                 rename 'Open messages in summary with cursor keys' to
8458                 'Always open messages in summary when selected', as its
8459                 more appropriate
8460
8461 2003-04-15 [paul]       0.8.11claws93
8462
8463         * src/prefs_common.[ch]
8464           src/summaryview.c
8465                 add new option '/Interface/Open next message on deletion'
8466
8467 2003-04-15 [paul]       0.8.11claws92
8468
8469         * src/summaryview.[ch]
8470                 add /Mark/Lock and /Mark/Unlock to the pop-up
8471                 menu. Patch submitted by Ivan Francolin Martinez
8472                 <ivanfm@users.sourceforge.net>
8473
8474 2003-04-15 [paul]       0.8.11claws91
8475
8476         * sync with 0.8.11cvs24
8477                 see ChangeLog 2003-04-15
8478
8479 2003-04-14 [jens]       0.8.11claws90
8480
8481         * updated German translation and some corrections from
8482                 Roland Bless <bless@tm.uka.de>
8483
8484 2003-04-14 [paul]       0.8.11claws89
8485
8486         * sync with 0.8.11cvs22
8487                 see ChangeLog 2003-04-14
8488
8489 2003-04-13 [paul]       0.8.11claws88
8490
8491         * src/plugins/clamav/clamav_plugin.c
8492                 fix memory leaks
8493                 clean up
8494
8495 2003-04-12 [paul]       0.8.11claws87
8496
8497         * src/plugins/clamav/clamav_plugin.c
8498                 activate enable/disable archive scanning option
8499                 
8500         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8501
8502 2003-04-12 [paul]       0.8.11claws86
8503
8504         * src/plugins/Makefile.am
8505           src/plugins/clamav/Makefile.am                ** NEW FILE **
8506           src/plugins/clamav/README                     ** NEW FILE ** 
8507           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8508           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8509                 add Clam AntiVirus plugin
8510
8511 2003-04-12 [paul]       0.8.11claws85
8512
8513         * sync with 0.8.11cvs21
8514                 see ChangeLog 2003-04-11
8515
8516 2003-04-11 [paul]       0.8.11claws84
8517
8518         * po/es.po
8519                 update Spanish translation. Submitted by Ricardo
8520                 Mones Lastra.
8521
8522 2003-04-10 [christoph]  0.8.11claws83
8523
8524         * src/mbox.c
8525                 fix typo that did not move unfiltered mails to destination
8526                 folder
8527
8528         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8529          when filtering from spool)
8530
8531 2003-04-10 [christoph]  0.8.11claws82
8532
8533         * src/imap.c
8534                 use BODY.PEEK instead of BODY in in message fetch operation
8535                 to make sure the IMAP server does not set the \Seen flag for
8536                 messages. Sylpheed does that later itself, when the message
8537                 is opened in sylpheed
8538
8539         (closes Bug 111 Claws destroys unread marks)
8540
8541 2003-04-09 [oliver]     0.8.11claws81
8542         
8543         * src/folder.c
8544                 fix crash in folder_destroy
8545         * README.claws
8546                 remove selective download
8547
8548 2003-04-09 [christoph]  0.8.11claws80
8549
8550         * src/imap.c
8551                 fix crash in imap_get_msginfo() when then fetched message
8552                 is not found
8553
8554         (closes Bug 110 Crash during mail composition)
8555
8556 2003-04-08 [christoph]  0.8.11claws79
8557
8558         * src/folder.c
8559         * src/prefs_account.c
8560                 Filter new messages that are found in an INBOX folder
8561                 when 'Filter messages on receiving' is enabled in the
8562                 Folder's AccountPrefs. This allows to use Sylpheed's
8563                 filtering engine for IMAP folders where messages are
8564                 added to the INBOX by a MTA
8565
8566 2003-04-08 [paul]       0.8.11claws78
8567
8568         * src/procmsg.h
8569                 clean up after last commit
8570
8571 2003-04-08 [paul]       0.8.11claws77
8572
8573         * sync with 0.8.11cvs20
8574                 see ChangeLog 2003-04-07 and 2003-04-08
8575
8576 2003-04-07 [christoph]  0.8.11claws76
8577
8578         * src/filtering.[ch]
8579         * src/inc.[ch]
8580         * src/mbox.c
8581         * src/procmsg.[ch]
8582                 add procmsg_msginfo_filter() to execute filtering actions
8583
8584 2003-04-06 [christoph]  0.8.11claws75
8585
8586         * src/imap.c
8587                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8588
8589 2003-04-06 [christoph]  0.8.11claws74
8590
8591         * src/common/utils.[ch]
8592                 add g_int_compare() function for slist sorting
8593
8594         * src/imap.c
8595                 fetch all MsgInfos with one command in imap_get_msginfos()
8596                 using an imap set with a list of ranges
8597
8598         * src/news.c
8599                 use new g_int_compare() function
8600
8601 2003-04-06 [thorsten]   0.8.11claws73
8602
8603         * src/mh.c
8604                 corrected implementation of mh_folder_destroy()
8605
8606 2003-04-05 [christoph]  0.8.11claws72
8607
8608         * src/account.c
8609         * src/folder.[ch]
8610         * src/folderview.c
8611         * src/imap.c
8612         * src/inc.c
8613         * src/main.c
8614         * src/mainwindow.c
8615         * src/mbox_folder.c
8616         * src/mh.c
8617         * src/mimeview.h
8618         * src/msgcache.[ch]
8619         * src/news.c
8620         * src/procmime.h
8621         * src/procmsg.[ch]
8622         * src/setup.c
8623         * src/gtk/gtkutils.c
8624                 o rename structure field names class and new to klass and
8625                   new_msgs, to allow including files in C++
8626                 o add 'extern "C"' block to some header files
8627                 o add MsgInfoList and MsgNumberList as alias for GSList for
8628                   developers to know what type of list is expected
8629
8630         * src/plugins/image_viewer/plugin.c
8631         * src/plugins/image_viewer/viewer.[ch]
8632         * src/plugins/image_viewer/viewerprefs.[ch]
8633                 rename function names to prevent conflicts
8634
8635 2003-04-05 [paul]       0.8.11claws71
8636
8637         * sync with 0.8.11cvs18
8638                 see ChangeLog 2003-04-03 and 2003-04-04
8639
8640 2003-04-02 [christoph]  0.8.11claws70
8641
8642         * src/folder.[ch]
8643         * src/imap.[ch]
8644         * src/mbox_folder.[ch]
8645         * src/mh.[ch]
8646         * src/news.[ch]
8647                 o Make all virtual folder functions private
8648                 o remove unused folder code
8649
8650         * src/common/socket.[ch]
8651         * src/summaryview.c
8652                 fix warnings
8653
8654 2003-03-30 [alfons]     0.8.11claws69
8655
8656         * src/send_message.c
8657                 remove two debug traces and see if people still report
8658                 errors
8659
8660 2003-03-30 [alfons]     0.8.11claws68
8661
8662         * src/send_message.c
8663         * src/commons/session.c
8664                 add more debug traces
8665
8666 2003-03-30 [christoph]  0.8.11claws67
8667
8668         * src/folder.c
8669                 change processing folder name from .processing to processing
8670
8671         * src/common/ssl.c
8672                 disable SSL certificate check because it causes Xlib error
8673                 when the child process want's to open an GTK window
8674
8675 2003-03-30 [christoph]  0.8.11claws66
8676
8677         * src/folder.c
8678                 don't use default folder for processing folder item because
8679                 it can be a non local folder
8680
8681         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8682
8683 2003-03-30 [alfons]     0.8.11claws65
8684
8685         * src/send_message.c
8686                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8687                 to generate bad code for 'send_send_data_progressive': When
8688                 called from 'send_send_data_finished', the 'data' pointer is
8689                 cleared just before the assignment to the dialog pointer
8690
8691 2003-03-29 [christoph]  0.8.11claws64
8692
8693         * src/common/prefs.h
8694         * src/plugins/image_viewer/Makefile.am
8695         * src/plugins/image_viewer/plugin.c
8696         * src/plugins/image_viewer/viewer.[ch]
8697         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8698                 add PrefsPage for ImageViewer
8699
8700 2003-03-28 [thorsten]   0.8.11claws63
8701
8702         * src/common/session.c
8703                 added some comments
8704
8705 2003-03-28 [paul]       0.8.11claws62
8706
8707         * sync with 0.8.11cvs16
8708                 see ChangeLog 2003-03-28
8709
8710 2003-03-28 [paul]       0.8.11claws61
8711
8712         * sync with 0.8.11cvs15
8713                 see ChangeLog 2003-03-28
8714
8715 2003-03-27 [christoph]  0.8.11claws60
8716
8717         * src/folder.c
8718         * src/imap.c
8719         * src/common/socket.[ch]
8720                 set socket state to DISCONNECTED when any operation
8721                 fails to allow reconnecting in IMAP code without
8722                 checking the return code of all calls to the command
8723                 functions
8724
8725         * src/folderview.c
8726         * src/summaryview.c
8727                 remove some more stuff that depends on specific
8728                 folder types
8729
8730 2003-03-27 [paul]       0.8.11claws59
8731
8732         * sync with 0.8.11cvs14
8733                 see ChangeLog 2003-03-27
8734                 
8735         * src/selective_download.[ch]   ** REMOVED **
8736                 really removed
8737
8738 2003-03-27 [christoph]  0.8.11claws58
8739
8740         * src/folder.c
8741                 fix handling of tmp_flags in flag copy function
8742
8743 2003-03-27 [paul]       0.8.11claws57
8744
8745         * sync with 0.8.11cvs13
8746                 see ChangeLog 2003-03-27
8747
8748 2003-03-27 [oliver]     0.8.11claws56
8749
8750         * src/maiwindow.c
8751                 remove sel_download_cb
8752
8753 2003-03-27 [oliver]     0.8.11claws55
8754         
8755         * src/inc.c
8756                 remove POP3_TOP
8757         
8758 2003-03-26 [oliver]     0.8.11claws54
8759
8760         *src/pop.h
8761                 remove POP3_TOP*
8762         * README.claws
8763                 remove selective donwload readme
8764
8765 2003-03-26 [oliver]     0.8.11claws53
8766         * src/matcher.[ch]
8767         * src/matcher_parser_parse.y 
8768         * src/pop.c 
8769         * src/prefs_account.[ch]
8770         * src/prefs_filtering.c
8771                 remove selective donwload
8772
8773 2003-03-26 [oliver]     0.8.11claws52
8774
8775         * src/inc.[ch] 
8776         * src/filtering.c 
8777         * src/mainwindow.c 
8778                 remove selective donwload
8779
8780 2003-03-26 [oliver]     0.8.11claws51
8781         
8782         * src/Makefile.am
8783         * src/selective_download.[ch]   ** REMOVE **    
8784
8785 2003-03-26 [christoph]  0.8.11claws50
8786
8787         * src/news.c
8788                 fix NEWS that got broken by a sync with sylpheed-main
8789
8790 2003-03-26 [christoph]  0.8.11claws49
8791
8792         * src/mimeview.c
8793                 fix mime type guessing when no mime type is found for a file
8794
8795 2003-03-25 [christoph]  0.8.11claws48
8796
8797         * src/mimeview.c
8798         * src/procmime.c
8799                 remove mime type guessing from mime parser and use
8800                 name based mime types in viewer lookup for mime type
8801                 application/octet-stream
8802
8803 2003-03-25 [christoph]  0.8.11claws47
8804
8805         * doc-src/readme.txt
8806         * doc-src/rfc2554.txt
8807                 add RFC about SMTP AUTH
8808
8809         * src/send_message.c
8810         * src/common/smtp.[ch]
8811                 add extra error code for authentication errors and
8812                 clear temporary password when this error occurs
8813
8814         (closes Bug 84 authentication failure while sending should
8815          prompt for password again)
8816
8817 2003-03-25 [christoph]  0.8.11claws46
8818
8819         * configure.ac
8820         * src/Makefile.am
8821         * src/imageview.[ch]                            ** REMOVE **
8822         * src/messageview.[ch]
8823         * src/mimeview.[ch]
8824         * src/prefs_common.[ch]
8825         * src/textview.c
8826         * src/plugins/Makefile.am
8827         * src/plugins/image_viewer/.cvsignore           ** NEW **
8828         * src/plugins/image_viewer/Makefile.am          ** NEW **
8829         * src/plugins/image_viewer/plugin.c             ** NEW **
8830         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8831                 move image viewer into a plugin (building is enabled by default)
8832                 [ToDo: Prefs for resize and autoview]
8833
8834 2003-03-25 [paul]       0.8.11claws45
8835
8836         * sync with 0.8.11cvs12
8837                 see ChangeLog 2003-03-26
8838
8839 2003-03-25 [paul]       0.8.11claws44
8840
8841         * sync with 0.8.11cvs11
8842                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8843                 
8844         Note: Selective Download is broken.
8845                 
8846 2003-03-22 [christoph]  0.8.11claws43
8847
8848         * src/folder.c
8849                 code cleanup for flags copying
8850
8851 2003-03-22 [christoph]  0.8.11claws42
8852
8853         * src/plugins/trayicon/trayicon.c
8854                 fix setting the transparent area when the window size
8855                 is forced by the system tray
8856
8857 2003-03-22 [christoph]  0.8.11claws41
8858
8859         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8860         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8861         * src/plugins/trayicon/newmail.xpm              ** NEW **
8862         * src/plugins/trayicon/nomail.xpm               ** NEW **
8863         * src/plugins/trayicon/trayicon.c
8864         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8865                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8866                 o add icon for unread mails
8867                 o set transparency for window
8868
8869 2003-03-22 [christoph]  0.8.11claws40
8870
8871         * src/news.c
8872                 init news session to prevent crash when session is closed
8873
8874 2003-03-22 [christoph]  0.8.11claws39
8875
8876         * src/imap.c
8877         * src/common/session.[ch]
8878                 Init session data to make sure we don't have invalid pointers
8879                 for read_ch and write_ch when new multi process sessions are
8880                 not used
8881
8882         * src/main.c
8883         * src/common/plugin.c
8884         * src/common/sylpheed.c
8885         * src/plugins/demo/demo.c
8886         * src/plugins/dillo_viewer/dillo_viewer.c
8887         * src/plugins/mathml_viewer/mathml_viewer.c
8888         * src/plugins/spamassassin/spamassassin.c
8889         * src/plugins/spamassassin/spamassassin_gtk.c
8890                 add plugin types to allow loading plugins at different times
8891                 (and maybe for different frontends), because it's not good to
8892                 load GTK-Plugins gefore gtk_init was called
8893
8894         * configure.ac
8895         * src/plugins/Makefile.am
8896         * src/plugins/trayicon/.cvsignore               ** NEW **
8897         * src/plugins/trayicon/Makefile.am              ** NEW **
8898         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8899         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8900         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8901         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8902         * src/plugins/trayicon/trayicon.c               ** NEW **
8903                 New Trayicon plugin that shows an icon in a systray that uses
8904                 XEMBED protocol like Gnome's systray. Icon shows if there
8905                 are new mails and a tooltip shows information about new,
8906                 unread and total messages.
8907
8908 2003-03-22 [paul]       0.8.11claws38
8909
8910         * src/common/smtp.c
8911                 fix ESMTP AUTH CRAM-MD5
8912                 [sync with main (still version 0.8.11cvs6), see
8913                  ChangeLog 2003-03-22]
8914
8915 2003-03-21 [colin]      0.8.11claws37
8916
8917         * src/send_message.c
8918                 Fix USE_SSL => USE_OPENSSL
8919
8920 2003-03-21 [colin]      0.8.11claws36
8921
8922         * src/folderview.c
8923                 Fix counts in drag and dropped subfolders
8924
8925 2003-03-21 [colin]      0.8.11claws35
8926
8927         * src/folder.c 
8928         * src/folderview.c
8929                 speed up a bit folder dnd
8930
8931 2003-03-20 [alfons]     0.8.11claws34
8932
8933         * src/main.c
8934         * src/toolbar.c
8935         * src/procmsg.c
8936                 don't send locked queue messages
8937                 (feature request "[ 705245 ] Locking message in outbox 
8938                  should prevent sending")
8939
8940 2003-03-20 [christoph]  0.8.11claws33
8941
8942         * src/folder.c
8943                 remove NEW and UNREAD flag in special folders when scanning
8944                 
8945         * src/common/smtp.c
8946                 fix ESMTP AUTH CRAM-MD5
8947
8948 2003-03-20 [paul]       0.8.11claws32
8949
8950         * src/prefs_account.c
8951                 Re-write 'Tunnel command to open connection' as
8952                 'Use command to communicate with server', and disable
8953                 it for all except IMAP accounts
8954
8955 2003-03-20 [paul]       0.8.11claws31
8956
8957         * sync with 0.8.11cvs6
8958                 see ChangeLog 2003-03-20
8959
8960 2003-03-19 [match]      0.8.11claws30
8961
8962         * src/addritem.[ch]
8963                 include documentation. minor refactoring.
8964         * src/addr_compl.[ch]
8965         * src/addrindex.[ch]
8966         * src/addresbook.[ch]
8967         * src/summaryview.c
8968                 re-enable address lookup (was disabled in
8969                 0.8.11claws20).
8970
8971 2003-03-19 [christoph]  0.8.11claws29
8972
8973         * src/procmsg.c
8974                 add temp flag handling, will make moving and copying
8975                 messages possible again
8976
8977         * src/folder.c
8978                 correct calulation of folder stats
8979
8980 2003-03-18 [match]      0.8.11claws28
8981
8982         * src/editgroup.h
8983                 remove case sensitive comparison (closes bug 80).
8984
8985 2003-03-18 [christoph]  0.8.11claws27
8986
8987         * src/imap.c
8988                 fix imap using a tunnel command
8989
8990         (closes bug 87)
8991
8992 2003-03-18 [christoph]  0.8.11claws26
8993
8994         * src/folder.[ch]
8995         * src/imap.c
8996         * src/procmsg.[ch]
8997                 rewrite flag handling for folders
8998
8999 2003-03-18 [christoph]  0.8.11claws25
9000
9001         * src/folder.c
9002         * src/procmsg.c
9003         * src/summaryview.c
9004                 unset NEW and UNREAD flags when message is ignored, to make
9005                 sure messages don't show up as unread on other IMAP clients,
9006                 because the IGNORE_THREAD flag can not be syncronized through
9007                 the IMAP folder
9008
9009 2003-03-17 [christoph]  0.8.11claws24
9010
9011         * src/imap.c
9012                 don't use recursion to fetch uids when the number of messages
9013                 does not match. Moved code into subfunction that is used
9014                 again when needed, to prevent an endless loop.
9015
9016 2003-03-17 [thorsten]   0.8.11claws23
9017
9018         * src/imageview.[ch]
9019                 export imageview_get_resized_size() (for plugins)
9020         * src/prefs_common.[ch]
9021                 added prefs_common_get() (for plugins)
9022
9023 2003-03-17 [christoph]  0.8.11claws22
9024
9025         * src/imap.c
9026                 o remove UID guessing from copy code
9027                 o support UIDPLUS extension for APPEND command
9028
9029 2003-03-17 [paul]       0.8.11claws21
9030
9031         * src/gtk/about.c
9032                 remove 'Compiled-plugins' section.
9033                 
9034         * src/plugins/dillo_viewer/dillo_viewer.c
9035                 slight change to description text
9036
9037 2003-03-16 [match]      0.8.11claws20
9038         * src/ldapserver.[ch]           ** NEW **
9039         * src/ldapctrl.[ch]             ** NEW **
9040         * src/ldapquery.[ch]            ** NEW **
9041         * src/ldaputil.[ch]             ** NEW **
9042         * src/addrcindex.[ch]           ** NEW **
9043         * src/addrquery.h               ** NEW **
9044         * src/addritem.[ch]
9045         * src/addrcache.[ch]
9046         * src/addrindex.[ch]
9047         * src/addr_compl.[ch]
9048         * src/addressbook.[ch]
9049         * src/addrbook.[ch]
9050         * src/editgroup.c
9051         * src/editaddress.c
9052         * src/editldap.c
9053         * src/editldap_basedn.c
9054         * src/vcard.c
9055         * src/jpilot.c
9056         * src/Makefile.am
9057                 included dynamic LDAP queries. improved address
9058                 completion.
9059
9060 2003-03-16 [paul]       0.8.11claws19
9061
9062         * tools/multiwebsearch.pl
9063                 fix a fatal typo
9064
9065 2003-03-16 [christoph]  0.8.11claws18
9066
9067         * src/mimeview.c
9068         * src/plugins/dillo_viewer/dillo_viewer.c
9069         * src/plugins/mathml_viewer/mathml_viewer.c
9070                 make unregistering of MimeViewerFactorys possible
9071
9072 2003-03-16 [alfons]     0.8.11claws17
9073
9074         * configure.ac
9075                 correct typo
9076
9077 2003-03-16 [melvin]     0.8.11claws16
9078
9079         * src/plugins/dillo_viewer.c
9080                 Fixed bug where it was not possible to view more than
9081                 one text/html attachment per message (bug discovered
9082                 by Christoph Hohmann).
9083
9084 2003-03-15 [melvin]     0.8.11claws15
9085
9086         * src/prefs_actions.c
9087                 Fixed compilation warnings.
9088
9089 2003-03-15 [melvin]     0.8.11claws14
9090
9091         * src/plugins/Makefile.am
9092         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
9093         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
9094         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
9095                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9096                 newer (http://dillo.auriga.wearlab.de/).
9097
9098 2003-03-15 [christoph]  0.8.11claws13
9099
9100         * src/imap.c
9101                 don't query imap folder for attributes because we already
9102                 for them from imap_status
9103
9104         * src/mimeview.[ch]
9105                 add support for plugable MimeViewers (unloading Viewers
9106                 not yet complete)
9107
9108         * src/plugins/Makefile.am
9109         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9110         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9111         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9112                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9113                 widget from http://helm.cs.unibo.it/mml-widget/
9114
9115 2003-03-14 [christoph]  0.8.11claws12
9116
9117         * src/folder.[ch]
9118                 o error return code's should better be negative
9119                 o replace printf with debug_print
9120
9121         * src/imap.c
9122                 improve IMAP folder scan by checking UID-NEXT
9123
9124         * src/summaryview.c
9125                 remove check that are unnecessary in my opinion
9126
9127 2003-03-13 [christoph]  0.8.11claws11
9128
9129         * src/folder.[ch]
9130         * src/foldersel.c
9131         * src/folderview.c
9132         * src/imap.c
9133         * src/mbox_folder.c
9134         * src/mh.c
9135         * src/news.c
9136         * src/prefs_scoring.c
9137         * src/summaryview.c
9138                 use a common function to get a displayable name
9139                 for a FolderItem
9140
9141 2003-03-13 [paul]       0.8.11claws10
9142
9143         * tools/Makefile.am
9144           tools/README
9145           tools/multiwebsearch.conf     ** NEW FILE **
9146           tools/multiwebsearch.pl       ** NEW FILE **
9147                 add multiwebsearch Actions script
9148
9149 2003-03-13 [colin]      0.8.11claws9
9150
9151         * src/compose.c
9152                 Remove leading emtpy lines from quoted text
9153                 before quoting it
9154
9155 2003-03-13 [melvin]     0.8.11claws8
9156
9157         * src/prefs_actions.c
9158                 Fixed a memory leak
9159                 Code clean ups
9160                 Added Cancel and OK buttons
9161                 Corrected help text
9162
9163 2003-03-13 [christoph]  0.8.11claws7
9164
9165         * src/account.c
9166         * src/folder.[ch]
9167         * src/imap.c
9168         * src/mainwindow.c
9169         * src/mbox_folder.c
9170         * src/mh.c
9171         * src/news.c
9172         * src/setup.c
9173                 replace more folder type stuff with folder class stuff
9174
9175 2003-03-13 [melvin]     0.8.11claws6
9176
9177         * src/prefs_actions.c
9178                 Added new tokens:
9179                 %u: user provided argument
9180                 %h: user provided argument (hidden on input)
9181                 %s: current text selection in the message view 
9182
9183 2003-03-13 [paul]       0.8.11claws5
9184
9185         * sync with 0.8.11cvs5
9186                 see ChangeLog 2003-03-11, 2003-03-12
9187
9188 2003-03-12 [christoph]  0.8.11claws4
9189
9190         * src/folder.c
9191                 use folder class idstr when writing folderlist.xml
9192
9193         * src/folder.h
9194         * src/imap.c
9195         * src/news.c
9196                 replace folder type checks with folder class checks
9197
9198 2003-03-12 [christoph]  0.8.11claws3
9199
9200         * src/folder.[ch]
9201         * src/imap.[ch]
9202         * src/main.c
9203         * src/mbox_folder.[ch]
9204         * src/mh.[ch]
9205         * src/news.[ch]
9206                 o create a list of known folder classes in the folder system
9207                 o use folder class id strings for folder item identifiers
9208
9209 2003-03-12 [christoph]  0.8.11claws2
9210
9211         * src/imap.c
9212                 fix imap uid validity check
9213
9214 2003-03-12 [christoph]  0.8.11claws1
9215
9216         * src/account.c
9217         * src/folder.[ch]
9218         * src/foldersel.c
9219         * src/folderview.c
9220         * src/imap.c
9221         * src/mainwindow.c
9222         * src/mbox_folder.c
9223         * src/mh.c
9224         * src/news.c
9225         * src/prefs_scoring.c
9226         * src/procmsg.c
9227         * src/setup.c
9228         * src/summaryview.c
9229                 initial restructuring of folder system, seperating
9230                 folders and folder classes
9231
9232 2003-03-12 [paul]       0.8.11claws
9233
9234         0.8.11claws release
9235
9236 2003-03-12 [christoph]
9237
9238         * src/gtk/prefswindow.c
9239                 fix translation of "Page Index"
9240
9241 2003-03-12 [paul]       0.8.10claws110
9242
9243         a sync from 0.8.11cvs4 before the release
9244
9245         * src/common/utils.c
9246                 subject_compare_for_sort(): allow null strings (fixes
9247                 summary sorting).
9248
9249 2003-03-11 [paul]       0.8.10claws109
9250
9251         * po/es.po
9252                 update Spanish translation, submitted by
9253                 Ricardo Mones Lastra
9254
9255 2003-03-11 [melvin]     0.8.10claws108
9256
9257         * po/fr.po
9258                 Updated French translations
9259
9260 2003-03-11 [paul]       0.8.10claws107
9261
9262         * manual/en/Makefile.am
9263           manual/en/*.html
9264                 update English manual, add a new page
9265                 updated by Francois Barriere <fbarriere@atmel.fr>
9266                 
9267         * po/bg.po
9268           po/it.po
9269           po/sr.po
9270                 update Bulgarian, Italian, and Serbian translations
9271                 submitted by George Danchev, Alessandro Maestri, and
9272                 Urke MMI
9273
9274 2003-03-10 [paul]       0.8.10claws106
9275
9276         * src/gtk/about.c
9277           src/gtk/prefswindow.c
9278                 make some strings translatable
9279
9280 2003-03-10 [darko]      0.8.10claws105
9281
9282         * src/compose.c
9283                 code cleanup to make Hiro happy
9284
9285 2003-03-10 [paul]       0.8.10claws104
9286
9287         * sync with 0.8.11cvs2
9288                 see ChangeLog 2003-03-10
9289
9290 2003-03-09 [melvin]     0.8.10claws103
9291
9292         * src/textview.c
9293                 textview_set_font(): fix for message display in
9294                 UTF-8 locales (thanks to Sergey Vlasov).
9295                 (was unintentionnaly reverted in 0.8.6claws6)   
9296
9297 2003-03-08 [darko]      0.8.10claws102
9298
9299         * src/compose.c
9300                 fix infinite loop in wrapping as reported
9301                 by happycactus
9302                 obsoletes patch #696482
9303
9304 2003-03-08 [christoph]  0.8.10claws101
9305
9306         * src/imap.c
9307                 add workaround for IMAP servers that do not
9308                 support the "UID SEARCH UID" command
9309
9310 2003-03-07 [christoph]  0.8.10claws100
9311
9312         * src/plugins/spamassassin/spamassassin.[ch]
9313         * src/plugins/spamassassin/spamassassin_gtk.c
9314                 code cleanup
9315
9316 2003-03-07 [paul]       0.8.10claws99
9317
9318         * po/es.po
9319                 updated Spanish translation, submitted by
9320                 Ricardo Mones Lastra
9321
9322 2003-03-07 [christoph]  0.8.10claws98
9323
9324         * src/send.c
9325                 fix in 0.8.10claws94 was wrong
9326                 local delivery does not require escaping, remove escaping
9327                 code to make signatures of mails with "." lines valid
9328                 
9329                 NOTE: requires that sendmail is executed with "-i" option,
9330                       what is the default now, but has to be changed in all
9331                       exsiting accounts)
9332
9333 2003-03-07 [paul]       0.8.10claws97
9334
9335         * sync with 0.8.11 release
9336                 see ChangeLog 2003-03-07
9337
9338 2003-03-06 [paul]       0.8.10claws96
9339
9340         * src/compose.c
9341                 revert commit 0.8.10claws92
9342
9343 2003-03-06 [paul]       0.8.10claws95
9344
9345         * src/folderview.c
9346                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9347
9348         * src/gtkaspell.c
9349                 fix bug 74, 'Crash opening editor window with pseudo-color
9350                 display'
9351                 
9352         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9353
9354 2003-03-06 [christoph]  0.8.10claws94
9355
9356         * src/send.c
9357                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9358                 all lines starting with a period get an extra period
9359                 inserted
9360                 (found by Simon 'corecode' Schubert)
9361
9362 2003-03-06 [paul]       0.8.10claws93
9363
9364         * src/folderview.c
9365                 if configured font can't be loaded fall back to gtk
9366                 default. (with thanks to Christoph)
9367                 
9368                 closes long-standing bug 15 'Crashes on startup'
9369
9370 2003-03-06 [paul]       0.8.10claws92
9371
9372         * src/compose.c
9373                 freeze text before autosave and thaw afterwards
9374                 fixes bug 67 'autosave make re-rediting message crazy'
9375
9376 2003-03-06 [christoph]  0.8.10claws91
9377
9378         * src/compose.c
9379                 ignore address comment in dupe check for Cc-list
9380
9381         (closes reopened bug 47 Replying to message strips name part of
9382          e-mail addresses of Cc: lines)
9383
9384 2003-03-06 [paul]       0.8.10claws90
9385
9386         * src/Makefile.am
9387                 remove reference to gtkxtext.h as its no longer in
9388                 the repository
9389
9390 2003-03-06 [paul]       0.8.10claws89
9391
9392         * sync with 0.8.10cvs25
9393                 see ChangeLog 2003-03-06
9394
9395 2003-03-06 [oliver]     0.8.10claws88
9396         
9397         * src/messageview.c
9398                 remove include
9399
9400 2003-03-06 [oliver]     0.8.10claws87
9401         
9402         * src/folderview.c 
9403                 remove changes introduced inclaws74
9404         * src/messageview.c
9405                 another attempt to sanely delete and update
9406                 messages deleted in separate messageview
9407
9408 2003-03-05 [christoph]  0.8.10claws86
9409
9410         * src/summaryview.c
9411                 check if "From" matches any account's address if
9412                 addressbook completion of addresses is disabled too
9413
9414         (closes Bug 70 "Display recipient in from" doesn't check
9415          folder's default account)
9416
9417 2003-03-05 [christoph]  0.8.10claws85
9418
9419         * src/compose.c
9420         * src/common/utils.[ch]
9421                 don't strip address comments when building Cc lists
9422
9423         (closes Bug 47 Replying to message strips name part of e-mail addresses
9424          of Cc: lines)
9425
9426         * src/folder.c
9427                 fix return value of copy function
9428
9429 2003-03-05 [christoph]  0.8.10claws84
9430
9431         * src/imap.c
9432                 don't ask imap server for non rfc822 headers
9433
9434         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9435
9436         * src/imap.c
9437                 destroy session on socket error to allow reconnecting
9438
9439 2003-03-05 [christoph]  0.8.10claws83
9440
9441         * configure.ac
9442                 fix building with gnome when no prefix is set
9443
9444         (closes bug 66 Gnome directory is set to NONE)
9445
9446 2003-03-05 [paul]       0.8.10claws82
9447
9448         * sync with 0.8.10cvs23
9449                 see ChangeLog 2003-03-05
9450
9451 2003-03-04 [christoph]  0.8.10claws81
9452
9453         * src/folder.c
9454                 o fix moving and copying when folder returns 0 for new
9455                   message number
9456                 o remove some code for single message copy and move
9457                   operations and use functions for multiple messages
9458
9459         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9460
9461         * src/news.c
9462                 remove unused include
9463
9464 2003-03-04 [paul]       0.8.10claws80
9465
9466         * src/gtk/about.c
9467                 list 'Compiled plugins'
9468
9469 2003-03-03 [christoph]  0.8.10claws79
9470
9471         * src/news.[ch]
9472                 have to multiply the percentage of the current fetch with
9473                 the percentage that it has of the total fetch operation
9474                 for correct values
9475
9476 2003-03-03 [christoph]  0.8.10claws78
9477
9478         * src/news.c
9479                 fix calculation of expected lines for progress indicator
9480
9481 2003-03-03 [christoph]  0.8.10claws77
9482
9483         * src/summaryview.c
9484         * src/common/utils.c
9485                 fix segfault when opening the root news folder
9486
9487 2003-03-03 [christoph]  0.8.10claws76
9488
9489         * src/mainwindow.[ch]
9490         * src/common/Makefile.am
9491         * src/common/progressindicator.[ch]
9492                 add UI independent progress indicator handling
9493
9494         * src/news.[ch]
9495                 use new progress indicator for message info fetching
9496
9497         * src/common/hooks.h
9498                 code cleanup
9499
9500 2003-03-03 [oliver]     0.8.10claws75
9501
9502         * src/toolbar.c
9503         * src/compose.c
9504                 removed commented code
9505
9506 2003-03-03 [oliver]     0.8.10claws74
9507
9508         * src/toolbar.[ch]
9509                 cleanups and refactoring
9510         * src/compose.[ch]
9511                 compose_reply_mode reply & forwarding interface for
9512                 toolbar buttons
9513         * src/folderview.c
9514                 act on messages marked for deletion in folderview_selected
9515                 based on prefs_common.immediate_exec since a message might 
9516                 have been deleted by messageview in a folder we are changing 
9517                 to (does anybody understand what I'm on about ?)
9518
9519 2003-03-03 [oliver]     0.8.10claws73
9520         
9521         * src/messageview.[ch]
9522                 new functions
9523                 - messageview_delete: delete message shown in messagview
9524                 - messageview_update_view: update messageview to currently 
9525                   selected summaryview message
9526                 - add separate messageview to msgview_list in order to update 
9527                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9528         * src/summaryview.[ch]
9529                 summary_get_selection returns a list of selected msgs
9530                 in summaryview
9531         * src/mainwindow.c
9532                 toolbar reply refactoring
9533
9534 2003-03-03 [paul]       0.8.10claws72
9535
9536         * sync with 0.8.10cvs21
9537                 see ChangeLog 2003-03-03
9538
9539 2003-03-02 [christoph]  0.8.10claws71
9540
9541         * src/common/passcrypt.c
9542                 use POSIX includes
9543
9544 2003-03-02 [christoph]  0.8.10claws70
9545
9546         * configure.ac
9547         * src/prefs_account.c
9548         * src/prefs_gtk.[ch]
9549         * src/common/.cvsignore
9550         * src/common/Makefile.am
9551         * src/common/passcrypt.c                ** NEW **
9552         * src/common/passcrypt.h.in             ** NEW **
9553                 Implement password encryption in config files
9554                 using unix encrypt and setkey functions. The crypt
9555                 key can be set as a configure parameter. Old
9556                 passwords will be converted if they do not begin
9557                 with '!'
9558
9559 2003-03-02 [paul]       0.8.10claws69
9560
9561         * src/prefs_account.c
9562                 fix compile error
9563
9564 2003-03-01 [thorsten]   0.8.10claws68
9565
9566         * po/el.po
9567           po/hr.po
9568           po/it.po
9569           po/nl.po
9570           po/sr.po
9571           po/sv.po
9572                 corrected format strings
9573         * po/en_GB.po
9574                 corrected headers
9575                 (fix compile errors with GNU gettext-0.11.5)
9576
9577 2003-03-01 [oliver]     0.8.10claws67
9578
9579         * src/summaryview.c
9580                 menu callbacks call toolbar_menu_reply
9581
9582 2003-03-01 [oliver]     0.8.10claws66
9583
9584         * src/mainwindow.c
9585         * src/messageview.c
9586                 menu callbacks call toolbar_menu_reply
9587         * src/toolbar.[ch]
9588                 callbacks from menu handled by toolbar_menu_reply
9589
9590 2003-03-01 [paul]       0.8.10claws65
9591
9592         * src/addressbook.c
9593                 revert commit 0.8.10claws54 - breaks editing of
9594                 addressbook.
9595                 
9596         * po/bg.po
9597                 update Bulgarian translation, submitted by
9598                 George Danchev
9599
9600 2003-02-28 [christoph]  0.8.10claws64
9601
9602         * src/account.c
9603         * src/addressadd.c
9604         * src/compose.c
9605         * src/gtkaspell.c
9606         * src/gtkxtext.h                ** REMOVE **
9607         * src/imap.c
9608         * src/matcher.[ch]
9609         * src/mh.c
9610         * src/news.c
9611         * src/pine.c
9612         * src/prefs_common.c
9613         * src/prefs_matcher.c
9614         * src/procheader.[ch]
9615         * src/procmsg.[ch]
9616         * src/toolbar.c
9617         * src/common/ssl_certificate.c
9618         * src/gtk/colorlabel.c
9619         * src/gtk/menu.c
9620                 o fix warnings
9621                 o remove code obsoleted by new cache and folder system rework
9622
9623 2003-02-28 [oliver]     0.8.10claws63
9624         
9625         * src/toolbar.[ch]
9626                 * fix bug where reply in Messageview replied to 
9627                 Message displayed in summaryview
9628                 (reportedd via ML by chinatinte at gmx dot ch)
9629                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9630                 didn't work in separate MessageView Toolbar
9631                 (wondering if anybody uses this at all ?)
9632         * src/summaryview.[ch]
9633                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9634                 (generalize reply and forward code);
9635         * src/messageview.c 
9636                 remove focus_in event which updated summaryview to messageview
9637
9638 2003-02-28 [paul]       0.8.10claws62
9639
9640         * po/Makefile.in.in
9641                 add the --check option
9642                 Patch submitted by Ricardo Mones Lastra
9643
9644 2003-02-28 [paul]       0.8.10claws61
9645
9646         * src/prefs_account.c
9647                 re-order 'Signature' items
9648
9649 2003-02-28 [paul]       0.8.10claws60
9650
9651         * sync with 0.8.10cvs20
9652                 see ChangeLog 2003-02-28
9653
9654 2003-02-28 [paul]       0.8.10claws59
9655
9656         * po/POTFILES.in
9657                 update to reflect recent movement of files
9658
9659 2003-02-28 [paul]       0.8.10claws58
9660
9661         * sync with 0.8.10cvs19
9662                 see ChangeLog 2003-02-28
9663
9664 2003-02-27 [martin]     0.8.10claws57
9665
9666         * src/prefs_matcher.c 
9667                 fix segfault in prefs_matcher_ok() when the
9668                 last entry is deleted and prevents that the
9669                 message "entry not saved" comes up after deleting
9670                 an entry
9671
9672 2003-02-27 [martin]     0.8.10claws56
9673
9674         * src/prefs_filtering.c 
9675                 fix segfault in prefs_filtering_ok() when the
9676                 last entry is deleted and prevents that the
9677                 message "entry not saved" comes up after deleting
9678                 an entry
9679
9680 2003-02-27 [paul]       0.8.10claws55
9681
9682         * sync with 0.8.10cvs18
9683                 see ChangeLog 2003-02-27
9684
9685 2003-02-27 [paul]       0.8.10claws54
9686
9687         * src/addressbook.c
9688                 fix bug where the address book crashes with 
9689                 multiple lookups.
9690                 Patch [687729] submitted by David Frager 
9691                 <dbfrager@users.sourceforge.net>
9692
9693 2003-02-25 [christoph]  0.8.10claws53
9694
9695         * src/Makefile.am
9696         * src/colorlabel.[ch]           ** REMOVE **
9697         * src/gtk/Makefile.am
9698         * src/gtk/colorlabel.[ch]       ** NEW **
9699                 move colorlabel files to gtk directory
9700
9701         * src/esmtp.[ch]                ** REMOVE **
9702                 has been merged into smtp.[ch] in 0.7.5
9703
9704 2003-02-25 [christoph]  0.8.10claws52
9705
9706         * src/Makefile.am
9707         * src/about.[ch]                ** REMOVE **
9708         * src/gtk/Makefile.am
9709         * src/gtk/about.[ch]            ** NEW **
9710                 move about files to gtk directory
9711
9712 2003-02-25 [christoph]  0.8.10claws51
9713
9714         * src/folder.c
9715                 some code optimization of folder scanning code
9716
9717         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9718
9719 2003-02-25 [christoph]  0.8.10claws50
9720
9721         * src/main.c
9722         * src/common/sylpheed.c
9723                 add command line parameter parsing to common code
9724
9725 2003-02-24 [christoph]
9726
9727         * Makefile.am
9728         * configure.ac
9729                 fix gnome prefix problems, the configure script now removed
9730                 `gnome-config --prefix` from `gnome-config --datadir`
9731                 and adds $(prefix} instead
9732
9733         (closes Bug 24 Makefile does not respect prefix when installing
9734          GNOME data)
9735
9736 2003-02-24 [christoph]  0.8.10claws49
9737
9738         * src/news.c
9739                 check for valid session before trying to authenticate
9740
9741         (closes Bug 60 crash if "authenticate on logon" is activated
9742          and newsserver-hostname is not valid)
9743
9744 2003-02-24 [melvin]     0.8.10claws48
9745
9746         * src/prefs_actions.c
9747                 Make sure all user's input is sent to the action and then
9748                 close the socket..
9749
9750 2003-02-23 [alfons]     0.8.10claws46
9751
9752         * src/summaryview.c
9753                 also wait cursor when deleting files
9754
9755 2003-02-23 [paul]
9756
9757         * tools/freshmeat_search.pl
9758           tools/google_search.pl
9759                 scripts should now work for any browser/browser command line
9760
9761 2003-02-22 [christoph]  0.8.10claws45
9762
9763         * src/procmsg.c
9764                 fix IMAP flag setting, IMAP flag is not handled correctly
9765                 anymore by the folder system and information about the
9766                 folder should not be saved in the MsgInfo (in my opinion)
9767
9768         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9769
9770 2003-02-22 [christoph]  0.8.10claws44
9771
9772         * src/summaryview.c
9773                 fix spelling of "label" ;-)
9774
9775 2003-02-22 [thorsten]   0.8.10claws43
9776
9777         * src/mimeview.c
9778           src/prefs_common.[ch]
9779           src/procmime.[ch]
9780                 do not use description as attachment name
9781
9782 2003-02-22 [alfons]     0.8.10claws42
9783
9784         * src/summaryview.c
9785                 freeze/thaw folder item updates when changing color labels,
9786                 and put a wait cursors on
9787
9788 2003-02-22 [thorsten]   0.8.10claws41
9789
9790         * src/mimeview.c
9791                 save-all fixes: crash if invoked on multipart container,
9792                 mimeinfo access, pathseparators, error dialog
9793
9794 2003-02-21 [alfons]     0.8.10claws40
9795
9796         * src/prefs_gtk.c
9797                 remove unused var
9798
9799 2003-02-21 [colin]      0.8.10claws39
9800
9801         * src/send.c
9802                 Fix smtp logging
9803
9804 2003-02-21 [colin]      0.8.10claws38
9805
9806         * src/summaryview.c
9807                 Freeze/thaw folderItem updates when filtering messages 
9808                 via Tools/Filter messages
9809
9810 2003-02-21 [paul]       0.8.10claws37
9811
9812         * src/compose.c
9813                 revert commit 0.8.10claws26, there are ulterior motives
9814                 for users to set a Reply-To header when posting to
9815                 newsgroups
9816
9817 2003-02-21 [paul]       0.8.10claws36
9818
9819         * sync with 0.8.10cvs17
9820                 see ChangeLog 2003-02-21
9821
9822 2003-02-20 [christoph]  0.8.10claws35
9823
9824         * src/imap.c
9825                 IMAP UID fetch speedup using SEARCH
9826
9827         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9828
9829         * src/imap.c
9830                 fix problem with UIDs in IMAP UID cache that no longer existed
9831
9832 2003-02-20 [christoph]  0.8.10claws34
9833
9834         * src/imap.c
9835         * src/procheader.c
9836         * src/procheader.h
9837                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9838
9839         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9840
9841         * src/imap.c
9842                 Rewrite imap_cmd_gen_recv use sock_getline instead
9843                 of sock_gets to avoid problems with too long reply
9844                 lines
9845     
9846 2003-02-20 [colin]      0.8.10claws33
9847         
9848         * src/prefs_account.c
9849                 Better wording
9850
9851 2003-02-20 [colin]      0.8.10claws32
9852
9853         * src/compose.c
9854                 Remove useless '&& !to_sender' 
9855
9856 2003-02-20 [darko]
9857
9858         * AUTHORS
9859                 change my e-mail address
9860
9861 2003-02-19 [colin]      0.8.10claws31
9862
9863         * src/prefs_common.c
9864                 X11 style colors for every configurable color
9865
9866 2003-02-19 [alfons]     0.8.10claws30
9867
9868         * src/prefs_gtk.[ch]
9869         * src/prefs_common.c
9870                 for color_new accept both plain integers and X11 style color
9871                 names (as found in /usr/lib/X11/rgb.txt)
9872
9873 2003-02-19 [paul]       0.8.10claws29
9874
9875         * src/mainwindow.c
9876                 add tooltips to online/offline button and account selector
9877                 button
9878
9879 2003-02-19 [paul]       0.8.10claws28
9880
9881         * src/folder.c
9882           src/news.c
9883           src/prefs_account.[ch]
9884           src/prefs_common.[ch]
9885                 move 'Maximum number of articles to download' to
9886                 account prefs.
9887                 clean up account prefs gui a little by hiding entries
9888                 rather then greying out entries
9889
9890 2003-02-19 [hiro]       0.8.10claws27
9891
9892         * src/common/utils.c
9893                 fix bug #54 'yesterdays date is displayed in the message 
9894                 summary window'
9895
9896 2003-02-19 [paul]       0.8.10claws26
9897
9898         * src/compose.c
9899                 fix bug reported in Feature Request [688596] 
9900                 'Reply-to header in news'
9901
9902 2003-02-18 [paul]       0.8.10claws25
9903
9904         * src/select-keys.c
9905                 add a 'List all keys' button to key selection dialog
9906
9907 2003-02-18 [colin]      0.8.10claws24
9908         
9909         * src/stock_pixmap.c
9910                 fix compile error
9911
9912 2003-02-18 [colin]      0.8.10claws23
9913
9914         * src/common/smtp.[ch]
9915           src/prefs_account.c
9916                 Try to starttls if it seems to be the only
9917                 way to authenticate a user
9918
9919 2003-02-18 [paul]       0.8.10claws22
9920
9921         * src/Makefile.am
9922           src/folderview.c
9923           src/stock_pixmap.[ch]
9924           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9925           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9926                 as a Drafts folder is a special folder allow it to have
9927                 its own unique icons
9928
9929 2003-02-18 [colin]      0.8.10claws21
9930
9931         * src/imap.c
9932                 Fix port selection when using starttls
9933
9934 2003-02-18 [paul]       0.8.10claws20
9935
9936         * src/mainwindow.c
9937           src/prefs_common.[ch]
9938                 make blue the default new mail colour
9939
9940 2003-02-18 [paul]       0.8.10claws19
9941
9942         * sync with 0.8.10cvs14
9943                 see ChangeLog 2003-02-18
9944
9945 2003-02-17 [jens]       0.8.10claws18
9946
9947         * src/common/md5.c
9948                 fixed a compile problem with gcc 3.3
9949                 works on 2.95.3 too (testet on PPC as it is big endian)
9950
9951 2003-02-17 [paul]       0.8.10claws17
9952
9953         * sync with 0.8.10cvs13
9954                 see ChangeLog 2003-02-17
9955
9956 2003-02-17 [paul]       0.8.10claws16
9957
9958         * sync with 0.8.10cvs12
9959                 see ChangeLog 2003-02-17
9960
9961 2003-02-16 [match]      0.8.10claws15
9962
9963         * src/addressbook.c
9964                 Eliminates reloading of address data when items
9965                 deleted or added. Applied submitted by
9966                 Luke Plant <lukeplant@softhome.net>
9967
9968 2003-02-16 [paul]       0.8.10claws14
9969
9970         * src/news.c
9971                 when a 'protocol error' is encountered disconnect from
9972                 the server. This means that the user can carry on viewing
9973                 other articles and doesn't have to either wait until the
9974                 server timesout or quit sylpheed.
9975                 Fixes bug #53 'Unable to read messages in newsgroups, 
9976                 displayed message doesn't change'
9977
9978 2003-02-15 [christoph]  0.8.10claws13
9979
9980         * src/imap.c
9981                 fix bug that stopped scanning of folders when an
9982                 IMAP folder was empty
9983
9984         (closes bug 46 stop scan messages in folders after empty folder)
9985
9986 2003-02-15 [paul]
9987
9988         * tools/Makefile.am
9989           tools/README
9990           tools/freshmeat_search.pl     ** NEW FILE **
9991           tools/google_search.pl        ** NEW FILE **
9992                 Add 2 Actions scripts which search freshmeat/google
9993                 for the selected text using the browser configured
9994                 in sylpheedrc.
9995                 
9996         Note: These scripts are very dependent on the format of the
9997         browser command and may not work on every occasion. Testing
9998         is welcome. 
9999
10000 2003-02-14 [alfons]     0.8.10claws12
10001
10002         * src/compose.c
10003                 fix breakage because of uninitialized account pointer.
10004                 please verify.
10005
10006 2003-02-14 [paul]       0.8.10claws11
10007
10008         * src/compose.c
10009           src/prefs_account.[ch]
10010           src/prefs_common.[ch]
10011                 move signature settings to Account Prefs
10012
10013 2003-02-14 [paul]       0.8.10claws10
10014
10015         * sync with 0.8.10cvs11
10016                 see ChangeLog 2003-02-14
10017
10018 2003-02-13 [thorsten]   0.8.10claws9
10019
10020         * src/news.c
10021                 revert news progressbar (GUI separation)
10022
10023 2003-02-13 [paul]       0.8.10claws8
10024
10025         * src/compose.c
10026                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
10027                 paragraph 1
10028
10029 2003-02-13 [paul]       0.8.10claws7
10030
10031         * src/compose.[ch]
10032           src/summaryview.c
10033                 fix 'Follow-up and Reply-to' so that it creates a reply to
10034                 the newsgroup and the sender. If the message has the keyword
10035                 'poster' in the Followup-To header, all replies go to the
10036                 sender, re: RFC 1036, Section 2.2.3
10037                 rename all instances of 'ignore_replyto' to 'to_sender', both
10038                 were previously used, now we use just one.
10039
10040 2003-02-13 [paul]       0.8.10claws6
10041
10042         * sync with 0.8.10cvs9
10043                 see ChangeLog 2003-02-13
10044
10045 2003-02-13 [paul]       0.8.10claws5
10046
10047         * configure.ac
10048                 show which plugins are configured in the configure
10049                 output.
10050
10051 2003-02-12 [thorsten]   0.8.10claws4
10052
10053         * src/news.c
10054                 show progress while fetching news headers
10055
10056 2003-02-12 [christoph]  0.8.10claws3
10057
10058         * configure.ac
10059         * src/plugins/Makefile.am
10060                 use AM_CONDITIONAL to enable plugins, automake correctly
10061                 manages this when creating distdir
10062
10063 2003-02-12 [christoph]  0.8.10claws2
10064
10065         * ac/spamassassin.m4
10066         * src/plugins/spamassassin/Makefile.am
10067                 fix building SpamAssassin plugin without OpenSSL
10068
10069 2003-02-12 [paul]       0.8.10claws1
10070
10071         * ac/Makefile.am
10072           src/Makefile.am
10073           src/plugins/Makefile.am
10074                 fix failure of 'make release'
10075
10076 2003-02-12 [paul]       0.8.10claws
10077
10078         * 0.8.10claws released
10079
10080 2003-02-12 [paul]       0.8.9claws56
10081
10082         * po/bg.po
10083           po/es.po
10084           po/it.po
10085           po/ru.po
10086           po/sr.po
10087                 updated translations by George Danchev, Ricardo Mones Lastra,
10088                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
10089                 
10090         * sylpheed.spec.in
10091                 Allow the building of RPMs by a regular user. Submitted
10092                 by Sergei Astanin
10093
10094 2003-02-11 [alfons]     0.8.9claws55
10095
10096         * src/colorlabel.c
10097                 don't use pixmaps for label color rect but draw rectangles
10098                 so we can respect the color map of palette based visuals
10099                 (fixes the long time crashes on Suns - thanks to Andreas
10100                 Engel and Steve O'Hara-Smith for testing)
10101
10102 2003-02-11 [christoph]  0.8.9claws54
10103
10104         * src/matcher_parser_parse.y
10105                 correct bug where filering rules of not existing folders in
10106                 matcherrc were added to global filtering
10107                 
10108         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10109          main filter-rules after removing directory, http://bugs.debian.org/180253)
10110         
10111 2003-02-11 [paul]       0.8.9claws53
10112
10113         * sync with 0.8.10cvs7
10114                 see ChangeLog 2003-02-09
10115
10116 2003-02-11 [melvin]     0.8.9claws52
10117
10118         * po/fr.po
10119                 Updated French tranlsations
10120
10121 2003-02-10 [paul]       0.8.9claws51
10122
10123         * sylpheed.spec.in
10124                 correct --enable-openssl
10125                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10126
10127 2003-02-09 [martin]     0.8.9claws50
10128
10129         * src/prefs_matcher.c
10130                 fix segfault in prefs_matcher_substitute_cb() when
10131                 no row is selected
10132
10133 2003-02-09 [paul]       0.8.9claws49
10134
10135         * src/folderview.c
10136                 fix bug where a newsgroup folder's processing rules were
10137                 merged with the global filtering rules when the newsgroup
10138                 folder was deleted, causing some seriously bad results,
10139                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10140
10141 2003-02-08 [melvin]     0.8.9claws48
10142
10143         * src/compose.c
10144                 Corrected and modified an alert message.
10145
10146 2003-02-07 [paul]       0.8.9claws47
10147
10148         * src/folderview.c
10149                 fix bug where both an 'Account properties' window and a
10150                 'Folder properties' window were opened when clicking on
10151                 'Properties' in an NNTP or IMAP folder's popup menu.
10152
10153 2003-02-07 [paul]       0.8.9claws46
10154
10155         * sync with 0.8.10cvs6
10156                 see ChangeLog 2003-02-06
10157
10158 2003-02-06 [christoph]  0.8.9claws45
10159
10160         * src/mbox.c
10161                 freeze folder updates while importing mbox files
10162                 (closes bug 43 importing mbox took hours)
10163                 
10164         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10165
10166 2003-02-06 [thorsten]   0.8.9claws44
10167
10168         * po/de.po
10169                 Updated german translations
10170
10171 2003-02-06 [thorsten]   0.8.9claws43
10172
10173         * src/news.h
10174                 use guint for message numbers (fix count in grouplist dialog)
10175
10176 2003-02-05 [paul]       0.8.9claws42
10177
10178         * sync with 0.8.10cvs2
10179                 see ChangeLog 2003-02-05
10180
10181 2003-02-04 [colin]      0.8.9claws41
10182
10183         * src/prefs_common.[ch]
10184           src/procmsg.c
10185           src/summaryview.c
10186                 Add an option to disable threading by subject
10187
10188 2003-02-04 [christoph]  0.8.9claws40
10189
10190         * src/inc.c
10191                 only abort fetching mails from multiple accounts when the
10192                 error is fatal and does not allow to check any more accounts
10193                 (currently only disk full error)
10194
10195         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10196          receive mails for other accouts)
10197
10198 2003-02-04 [christoph]  0.8.9claws39
10199
10200         * src/folder.c
10201                 first add the new message to the cache, then
10202                 send the update notification
10203
10204         (closes bug 39 after sending message folderview doesnt get updated)
10205
10206 2003-02-04 [colin]      0.8.9claws38
10207
10208         * src/inc.c
10209                 _really_ fix this Connecting... status
10210
10211 2003-02-04 [paul]       0.8.9claws37
10212
10213         * sync with 0.8.10
10214                 see ChangeLog 2003-02-04
10215
10216 2003-02-04 [paul]       0.8.9claws36
10217
10218         * sync with 0.8.9cvs6
10219                 see ChangeLog 2003-02-03
10220
10221 2003-02-04 [paul]       0.8.9claws35
10222
10223         * po/pt_BR.po
10224                 updated by André Filipe de Assunção e Brito 
10225                 <bedecko@netsite.com.br>
10226
10227 2003-02-03 [thorsten]   0.8.9claws34
10228
10229         * po/de.po
10230                 Updated german translations
10231
10232 2003-02-02 [paul]       0.8.9claws33
10233
10234         * po/es.po
10235                 updated by Ricardo Mones Lastra
10236
10237 2003-02-02 [thorsten]   0.8.9claws32
10238
10239         * src/mh.c
10240                 Fix mh_get_msginfo() segfault if file is inaccessible
10241
10242 2003-01-31 [colin]      0.8.9claws31
10243
10244         * src/procheader.c
10245                 Fix last commit's bug
10246
10247 2003-01-31 [colin]      0.8.9claws30
10248
10249         * src/procheader.c
10250                 Missing a change for gpg-signed messages
10251
10252 2003-01-31 [paul]       0.8.9claws29
10253
10254         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10255           src/procheader.c
10256           src/stock_pixmap.[ch]
10257           src/summaryview.c
10258                 indicate GnuPG signed messages by displaying an icon
10259                 in the Attachment column.
10260
10261 2003-01-31 [paul]       0.8.9claws28
10262
10263         * sync with 0.8.9cvs4
10264                 see ChangeLog 2003-01-31
10265
10266 2003-01-31 [alfons]     0.8.9claws27
10267
10268         * src/textview.c
10269                 tune URI parser to accept mailto URLs with a '?'
10270                 (patch from Ruslan Balkin)
10271
10272 2003-01-31 [colin]      0.8.9claws26
10273
10274         * src/summaryview.c
10275                 Fix a leak introduced in claws24
10276
10277 2003-01-31 [colin]      0.8.9claws25
10278
10279         * src/summaryview.c
10280                 Freeze/Thaw folder updates when deleting dups
10281
10282 2003-01-31 [colin]      0.8.9claws24
10283         
10284         * src/addr_compl.c
10285           src/summaryview.c
10286           src/msgcache.c
10287                 little speed improvements
10288
10289 2003-01-31 [colin]      0.8.9claws23
10290
10291         * src/summaryview.c
10292                 Fix segfault when forwarding nothing
10293                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10294                 
10295 2003-01-30 [paul]       0.8.9claws22
10296
10297         * sync with 0.8.9cvs3
10298                 see ChangeLog 2003-01-30
10299
10300 2003-01-30 [paul]       0.8.9claws21
10301
10302         * sync with 0.8.9cvs2
10303                 see ChangeLog 2003-01-30
10304
10305 2003-01-29 [paul]       0.8.9claws20
10306
10307         * sync with 0.8.9cvs1
10308                 see ChangeLog 2003-01-29
10309
10310 2003-01-28 [paul]       0.8.9claws19
10311
10312         * po/POTFILES.in
10313                 update to reflect changes. 
10314                 thanks to Ricardo Mones Lastra
10315
10316 2003-01-27 [christoph]  0.8.9claws18
10317
10318         * ac/openssl.m4
10319         * ac/spamassassin.m4
10320         * src/plugins/spamassassin/README
10321         * src/plugins/spamassassin/libspamc.[ch]
10322         * src/plugins/spamassassin/utils.[ch]
10323                 updated to latest libspamc
10324
10325 2003-01-27 [christoph]  0.8.9claws17
10326
10327         * src/folder.c
10328                 fix wrong use of procheader_get_header_fields
10329
10330 2003-01-27 [christoph]  0.8.9claws16
10331
10332         * src/news.c
10333         * src/prefs_account.[ch]
10334         * src/common/nntp.[ch]
10335                 allow to force authentication for NNTP servers
10336
10337         Patch submitted by Florian Mickler <dmk@d-labs.de>
10338
10339 2003-01-26 [paul]       0.8.9claws15
10340
10341         * src/summaryview.c
10342                 speed up of marking messages as read
10343                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10344
10345 2003-01-26 [christoph]  0.8.9claws14
10346
10347         * src/Makefile.am
10348         * src/mgutils.[ch]              ** REMOVE **
10349         * src/xml.[ch]                  ** REMOVE **
10350         * src/xmlprops.[ch]             ** REMOVE **
10351         * src/common/Makefile.am
10352         * src/common/mgutils.[ch]       ** NEW **
10353         * src/common/xml.[ch]           ** NEW **
10354         * src/common/xmlprops.[ch]      ** NEW **
10355                 move xml files to common directory
10356
10357 2003-01-26 [christoph]  0.8.9claws13
10358
10359         * src/plugins/spamassassin/spamassassin_gtk.c
10360                 only set gtk entry text if string is available
10361
10362 2003-01-26 [melvin]     0.8.9claws12
10363
10364         * src/description_window.c
10365                 Allow resizing of the window
10366                 Allow automatic horizontal scroll bar
10367                 Do not vertically expand and fill
10368
10369 2003-01-26 [christoph]  0.8.9claws11
10370
10371         * src/Makefile.am
10372         * src/gtkutils.[ch]             ** REMOVE **
10373         * src/common/sylpheed.c
10374         * src/gtk/Makefile.am
10375         * src/gtk/description_window.c
10376         * src/gtk/gtkutils.[ch]         ** NEW **
10377         * src/gtk/prefswindow.c
10378                 move gtkutils to gtk directory
10379
10380 2003-01-26 [paul]       0.8.9claws10
10381
10382         * src/summaryview.c
10383                 rename summary_unread_clicked() to summary_status_clicked()
10384
10385 2003-01-26 [melvin]     0.8.9claws9
10386
10387         * src/prefs_actions.c
10388                 Cosmetical changes to the help text
10389
10390 2003-01-26 [paul]       0.8.9claws8
10391
10392         * src/folder.[ch]
10393           src/mainwindow.c
10394           src/prefs_common.c
10395           src/prefs_sumamry_column.c
10396           summaryview.[ch]
10397                 rename the 'Unread' column to 'Status'
10398
10399 2003-01-25 [match]      0.8.9claws7
10400
10401         * src/mgutils.[ch]
10402                 removed reference to LDAP constants. removed error2string.
10403                 included functions to support LDAP dynamic queries.
10404         * src/syldap.h
10405                 moved LDAP constants here.
10406         * src/addressbook.c
10407         * src/addrindex.c
10408         * src/importldif.c
10409                 removed references to LDAP constants and references to
10410                 error2string.
10411
10412 2003-01-25 [paul]       0.8.9claws6
10413
10414         * src/summaryview.c
10415                 summary_thread_build(), summary_thread_init(): remove 
10416                 unneeded reference to summaryview->folder_item
10417
10418 2003-01-25 [christoph]  0.8.9claws5
10419
10420         * src/gtk/description_window.c
10421                 o allow description texts to expand over multiple columns
10422                 o translate all columns
10423         * src/prefs_actions.c
10424                 change syntax description to use new multi column feature
10425
10426         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10427
10428 2003-01-25 [match]      0.8.9claws4
10429
10430         * src/vcard.c
10431                 fixed bug with Quoted-Printable
10432
10433 2003-01-25 [paul]       0.8.9claws3
10434
10435         * src/folder.[ch]
10436           src/summaryview.[ch]
10437                 implement per-folder collapsed/expanded threads setting
10438                 
10439         * src/prefs_common.c
10440                 remove global collapsed/expanded threads option
10441
10442 2003-01-25 [christoph]  0.8.9claws2
10443
10444         * po/POTFILES.in
10445                 add pluginwindow and prefswindow
10446         * src/compose.c
10447                 make send respond correctly to messages that could be added
10448                 to the queue folder, but the UID of the message is unknown
10449         * src/folder.c
10450         * src/imap.c
10451                 don't return guessed UIDs in imap_add_msg anymore. We return
10452                 0 to tell the folder system it was appened but the UID is
10453                 unknown. Folder system now get's the UID by scaning the folder
10454                 and searching the cache for the Message-ID
10455                 (closes bug #29 Messages queued, but not sent)
10456
10457 2003-01-25 [paul]       0.8.9claws1
10458
10459         * src/codeconv.c
10460                 conv_encode_header():  fix bug when long headers with 8-bit
10461                 characters are used, so that the encoded words are wrapped.
10462                 If the space in the original text falls on the wrap boundary,
10463                 it can be lost.
10464                 Patch by Sergey Vlasov.
10465                 
10466         * src/folderview.c
10467                  fix bug where a change to the sorting method or thread view
10468                  of a folder's messages is lost if simpify-subject is set and
10469                  toggled on or off.
10470                  Patch by Luke Plant.
10471
10472 2003-01-24 [paul]       0.8.9claws
10473
10474         * sylpheed-0.8.9claws released
10475         
10476         * Makefile.am
10477           sylpheed.spec.in
10478                 remove reference to 'INSTALL.jp'
10479
10480 2003-01-23 [paul]       0.8.8claws128
10481
10482         * po/es.po
10483           po/it.po
10484           po/ru.po
10485           po/sr.po
10486                 updated translations. submitted by Ricardo Mones Lastra,
10487                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10488
10489 2003-01-23 [colin]      0.8.8claws127
10490
10491         * src/compose.c
10492                 Fix drafted and queued news articles re-edition
10493
10494 2003-01-23 [melvin]     0.8.8claws126
10495
10496         * po/fr.po
10497                 Updated French translations
10498
10499 2003-01-23 [colin]      0.8.8claws125
10500
10501         * src/inc.c
10502                 Fix "Connecting to..." status message
10503
10504 2003-01-22 [paul]       0.8.8claws124
10505
10506         * po/bg.po
10507                 updated by George Danchev
10508                 
10509         * src/folder.c
10510                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10511                 and folder deletion
10512
10513 2003-01-21 [paul]       0.8.8claws123
10514
10515         * po/bg.po
10516                 updated by George Danchev
10517                 
10518         * src/about.c
10519                 its now 2003
10520                 
10521         * src/toolbar.c
10522                 don't translate 'Separator'
10523                 
10524         * src/plugins/spamassassin/Makefile.am
10525                 add aspell to CPPFLAGS
10526                 
10527         * src/plugins/spamassassin/spamassassin.c
10528           src/plugins/spamassassin/spamassassin_gtk.c
10529                 set correct default for spamassassin_receive_spam
10530                 slightly re-word descriptions and some
10531                 other minor changes
10532
10533 2003-01-19 [alfons]     0.8.8claws122
10534                 
10535         * src/mimeview.c
10536                 mimeview_save_as(): we might as well show the file name for
10537                 the single case "Save As" too
10538
10539 2003-01-19 [alfons]     0.8.8claws121
10540
10541         * src/crash.c
10542                 change bug tracker URL to bugzilla URL
10543
10544 2003-01-19 [alfons]     0.8.8claws120
10545
10546         * src/mimeview.c
10547                 mimeview_save_all(): display name of file before overwriting;
10548                 continue saving all, even when one overwrite was cancelled
10549
10550 2003-01-19 [christoph]  0.8.8claws119
10551
10552         * src/summaryview.c
10553         * src/procmsg.[ch]
10554                 fix wrong usage of procmsg_find_children in summaryview
10555                 by using procmsg_update_unread_children instead of
10556                 summaryview_update_unread_children
10557
10558 2003-01-19 [christoph]  0.8.8claws118
10559
10560         * src/procmsg.c
10561                 fix infinite loop in procmsg_find_children
10562                  (closes bug #25 sylpheed crashes on delete.)
10563
10564         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10565
10566 2003-01-19 [paul]       0.8.8claws117
10567
10568         * po/pt_BR.po
10569                 updated by Ivan Francolin Martinez
10570
10571 2003-01-18 [melvin]     0.8.8claws116
10572
10573         * src/prefs_actions.c
10574                 Removed syntax limitation of only one '&' at the end of command.
10575                         Now actions that contain '>/dev/null 2>&1' are possible.
10576
10577 2003-01-18 [melvin]     0.8.8claws115
10578
10579         * src/prefs_actions.c
10580                 Actions IO dialog: when the action ends
10581                 the "Close" button now has focus and [Escape] closes the
10582                 window.
10583
10584 2003-01-18 [christoph]  0.8.8claws114
10585
10586         * src/procmsg.c
10587                 o add debug output when MsgInfos are really freed
10588                 o free GSLists in procmsg_find_children and
10589                   procmsg_update_unread_children
10590
10591 2003-01-18 [christoph]  0.8.8claws113
10592
10593         * src/mainwindow.c
10594                 reorder Configuration menu
10595
10596 2003-01-18 [christoph]  0.8.8claws112
10597
10598         * src/compose.c
10599                 fix applying templates to forwarded messages
10600
10601         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10602
10603 2003-01-17 [christoph]  0.8.8claws111
10604
10605         * src/folder.c
10606                 destroy folder items, when a folder item is removed
10607
10608 2003-01-17 [christoph]  0.8.8claws110
10609
10610         * src/folder.c
10611                 fix wrong folder stats update when ignored message is
10612                 deleted
10613
10614 2003-01-17 [colin]      0.8.8claws109
10615         
10616         * src/mainwindow.c
10617         * src/summaryview.c
10618                 Quicksearch bugfixes: 
10619                 - hide help button at startup if not extended
10620                 - switch to extended when looking for replies
10621
10622 2003-01-17 [paul]
10623
10624         * sync with 0.8.9 release
10625
10626 2003-01-17 [paul]       0.8.8claws108
10627
10628         * sync with 0.8.8cvs11
10629                 see ChangeLog 2003-01-17
10630
10631 2003-01-16 [colin]      0.8.8claws107
10632
10633         * src/procmsg.c
10634                 Changed encryption test to re-ask passphrase
10635                 if an encrypted message hasn't been decrypted
10636                 Fixes bug #5
10637
10638 2003-01-16 [christoph]  0.8.8claws106
10639
10640         * src/prefs_gtk.c
10641         * src/prefs_toolbar.c
10642         * src/gtk/prefswindow.h
10643         * src/plugins/spamassassin/spamassassin_gtk.c
10644                 remove page destroy function that is not used anymore
10645
10646 2003-01-16 [paul]       0.8.8claws105
10647
10648         * sync with 0.8.8cvs9
10649                 see ChangeLog 2002-01-16
10650
10651 2003-01-16 [colin]      0.8.8claws104
10652
10653         * src/compose.[ch]
10654                 Fix bug with autosaved drafts for IMAP, when draft
10655                 folder is specified - fixes bugzilla bug #20
10656
10657 2003-01-15 [paul]       0.8.8claws103
10658
10659         * src/compose.[ch]
10660           src/procmsg.c
10661                 store folder and message-id of message forwarding
10662                 in queue header and set forward flag after sending
10663
10664 2003-01-15 [paul]       0.8.8claws102
10665
10666         * sync with 0.8.8cvs8
10667                 see ChangeLog 2002-01-15
10668
10669 2003-01-15 [colin]      0.8.8claws101
10670
10671         * src/Makefile.am
10672                 Fix linking with GNU libiconv
10673
10674 2003-01-15 [darko]      0.8.8claws100
10675
10676         * src/pine.c
10677                 fix crash when importing pine address book
10678                 entry with an empty name (reported by DY
10679                 <dybulk at tri8.net>)
10680
10681 2003-01-14 [paul]       0.8.8claws99
10682
10683         * configure.in  ** REMOVED **
10684           configure.ac  ** NEW FILE **
10685                 rename configure.in to configure.ac, as it is now
10686                 preferred
10687
10688 2003-01-14 [melvin]     0.8.8claws98
10689
10690         * src/folderview.c
10691                 folderview_check_new(): More precise function description
10692
10693 2003-01-14 [melvin]     0.8.8claws97
10694
10695         * src/folderview.c
10696                 folderview_check_new(): return the number of new messages 
10697                         since last check.
10698         * src/inc.c
10699                 inc_account_mail(): Disable counting of new messages for IMAP
10700                         and NNTP until bug [19] and [14] are fixed.
10701
10702 2003-01-14 [paul]       0.8.8claws96
10703
10704         * sync with 0.8.8cvs6
10705                 see ChangeLog 2003-01-14
10706
10707 2003-01-13 [alfons]     0.8.8claws95
10708
10709         * src/textview.c
10710                 tune email address validation (c. 0.8.8claws89): if . is 
10711                 just one char away from @, the address is invalid too 
10712                 (correctly rejects addresses like foo@.com)
10713
10714 2003-01-13 [paul]       0.8.8claws94
10715
10716         * src/messageview.c
10717           src/toolbar.c
10718                 fixes to the Message View toolbar and menu:
10719                 fix non-functioning Forward button
10720                 make Reply button consider default_reply_list
10721                 remove 'Follow-up...' menu entry
10722                 add 'Forward' and 'Redirect' menu entries
10723
10724 2003-01-13 [melvin]     0.8.8claws93
10725
10726         * src/inc.c
10727                 Fixed typo that could make new messages count incorrect.
10728
10729 2003-01-13 [melvin]     0.8.8claws92
10730
10731         * src/folderview.[ch]
10732                 folderview_check_new(): return the number of new messages.
10733         * src/inc.c
10734                 Should fix bug [14] where new mail notification worked 
10735                         incorrectly with IMAP accounts.
10736                 inc_spool_account(): return number of new msgs, or -1 on error
10737                 inc_all_spool(): return number of new msgs
10738                 
10739 2003-01-13 [melvin]     0.8.8claws91
10740
10741         * src/prefs_actions.c
10742                 Justify help text.
10743
10744 2003-01-12 [thorsten]   0.8.8claws90
10745
10746         * src/common/prefs.c
10747                 close file before rename
10748
10749 2003-01-12 [alfons]     0.8.8claws89
10750
10751         * AUTHORS
10752                 add Christian Mertes
10753         * src/common/utils.[ch]
10754                 g_stricase_hash(), g_stricase_equal(): functions for 
10755                 case insensitive hash tables
10756         * src/textview.c
10757                 use top level domain names to validate email address, based
10758                 on a patch by Christian Mertes (thanks!), but changed 
10759                 implementation to use a hash table 
10760
10761 2003-01-12 [paul]       0.8.8claws88
10762
10763         * po/bg.po
10764                 updated by George Danchev
10765
10766 2003-01-12 [alfons]     0.8.8claws87
10767
10768         * src/summaryview.c
10769                 delete / execute performance: use new style folder update
10770
10771 2003-01-12 [paul]       0.8.8claws86
10772
10773         * sync with 0.8.8cvs5
10774                 see ChangeLog 2003-01-13 (!)
10775
10776 2003-01-12 [alfons]     0.8.8claws85
10777
10778         * src/filtering.c
10779         * src/matcher_parser_parse.y
10780                 prepare change_score filtering action
10781         * src/matcher.[ch]
10782                 give up const-correctness on functions that call non-const-correct functions;
10783                 several casts to gpointer in g_free();
10784                 add change_score;
10785
10786 2003-01-12 [christoph]  0.8.8claws84
10787
10788         * src/compose.c
10789                 fix 2 warnings
10790
10791         * src/gtk/prefswindow.[ch]
10792         * src/plugins/spamassassin/spamassassin_gtk.c
10793                 changed the call of the widget create function
10794                 for PrefsPages, because sometimes the widget
10795                 create function needs a widget that already has
10796                 been attached to a window (to create GDK pixmaps
10797                 for exmaple). So we simply pass the GtkWindow as
10798                 the second parameter now.
10799
10800         * src/main.c
10801         * src/mainwindow.c
10802         * src/prefs_toolbar.[ch]
10803                 rewrite Toolbar Preferences using the new
10804                 prefs window
10805
10806 2003-01-11 [alfons]     0.8.8claws83
10807
10808         * src/addressadd.c
10809                 fix crash when adding sender to addressbook because status bar
10810                 isn't there (the status bar doesn't seem to be used though,
10811                 but I'll let Match decide what to do with it)
10812
10813 2003-01-11 [colin]      0.8.8claws82
10814
10815         * src/main.c
10816           src/toolbar.c
10817                 Two useless changes reversed
10818
10819 2003-01-11 [colin]      0.8.8claws81
10820
10821         * src/mainwindow.c
10822           src/mainwindow.h
10823                 Add mainwindow_get_mainwindow()
10824         * src/alertpanel.c
10825           src/alertpanel.h
10826                 Add alertpanel_error_log() 
10827         * src/compose.c
10828           src/inc.c
10829           src/messageview.c
10830           src/toolbar.c
10831           src/main.c
10832           src/procmsg.c
10833                 Network errors get a View Log button
10834
10835 2003-01-10 [alfons]     0.8.8claws80
10836
10837         * src/prefs_toolbar.c
10838         * src/toolbar.c
10839                 use the translatable string for "Separator" as file name for
10840                 separator toolbar items (probably make this uppercase?)
10841
10842 2003-01-10 [alfons]     0.8.8claws79
10843
10844         * src/prefs_toolbar.c
10845                 put right A_SEPARATOR description string in "displayed
10846                 toolbar items list" so manually added separators are
10847                 saved correctly (bug #10, "Adding a separator to the main 
10848                 toolbar fails, entry in xml file is wrong")
10849
10850 2003-01-10 [christoph]  0.8.8claws78
10851
10852         * src/imap.c
10853                 o fix warnings
10854                 o use CAPABILITY to check if NAMESPACE is available
10855
10856 2003-01-10 [christoph]  0.8.8claws77
10857
10858         * src/imap.[ch]
10859                 apply UIDPLUS IMAP extension support patch
10860
10861         Patch submitted by Simon 'corecode' Schubert
10862
10863 2003-01-10 [paul]       0.8.8claws76
10864
10865         * src/folderview.c
10866                 a sync from main which fixes the news account folders'
10867                 Properties bug
10868
10869 2003-01-10 [christoph]  0.8.8claws75
10870
10871         * src/folder.c
10872                 don't accept 0 as a valid uid returned by copy and move
10873                 functions. 0 means the message was copied or moved but the
10874                 new uid could not be fetched. It is not an error condition
10875                 for the copy or move operation.
10876
10877 2003-01-10 [paul]       0.8.8claws74
10878
10879         * src/prefs_filtering.c
10880                 change English used in Alert when entry is not
10881                 saved.
10882                 
10883         * sync with 0.8.8cvs4
10884                 see ChangeLog 2003-01-10
10885
10886 2003-01-10 [darko]      0.8.8claws73
10887
10888         * src/pine.c
10889                 fix crash when importing address book entry
10890                 without a valid address
10891
10892 2003-01-09 [alfons]     0.8.8claws72
10893
10894         * src/inc.c
10895                 filtering performance: use new style folder update
10896
10897 2003-01-09 [christoph]  0.8.8claws71
10898
10899         * src/compose.c
10900         * src/gtk/menu.[ch]
10901                 fix wrong selecting of mime encoding type, when
10902                 opening property dialog of attachments in the
10903                 compose window. 7bit was always selected and that
10904                 destoryed files with 8bit data.
10905                 (closes bug #9 Sylpheed-claws destroys attachments when
10906                  changing MIME-types)
10907
10908 2003-01-09 [paul]       0.8.8claws70
10909
10910         * sync with 0.8.8cvs3
10911                 see ChangeLog 2003-01-09
10912
10913 2003-01-08 [alfons]     0.8.8claws69
10914         
10915         * src/addressadd.c
10916                 apply patch by Kim Schulz to fix build breakage
10917                 because of missing variable
10918
10919 2003-01-08 [paul]       0.8.8claws68
10920
10921         * sync with 0.8.8cvs2
10922                 see ChangeLog 2002-01-08
10923
10924 2003-01-08 [paul]       0.8.8claws67
10925
10926         * po/it.po
10927                 updated by Alessandro Maestri
10928                 
10929         * src/addressadd.c
10930                 when using 'Add sender to addressbook' allow
10931                 name to be edited and remarks to be entered
10932                 Patch submitted by Luke Plant
10933
10934 2003-01-08 [darko]      0.8.8claws66
10935
10936         * README.claws, src/summaryview.c
10937                 fix description for marked messages
10938
10939 2003-01-08 [paul]
10940
10941         * tools/Makefile.am
10942           tools/launch_phoenix  ** NEW FILE **
10943                 add script that enables using Phoenix as the default
10944                 web browser. 
10945                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10946                 
10947         * tools/OOo2sylpheed.pl
10948                 remove full path to sylpheed executable, just 'sylpheed'
10949                 will do
10950                 
10951         * tools/README
10952                 add launch_phoenix informtion and re-arrange and compress
10953                 the data a little
10954
10955 2003-01-07 [christoph]  0.8.8claws65
10956
10957         * src/folder.c
10958                 fix update for source folder when moving messages
10959         * src/procmsg.[ch]
10960         * src/summaryview.c
10961                 use function to set to_folder for message infos and
10962                 automatically update the op_count for old and new
10963                 folder
10964
10965 2003-01-07 [melvin]     0.8.8claws64
10966
10967         * src/prefs_actions.c
10968                 Fixed bug where an '%p' Action on a displayed image crashed 
10969                         Sylpheed
10970                 Code clean up (get rid of duplicated code and removed unnecessary 
10971                                 structure member)
10972
10973 2003-01-07 [christoph]  0.8.8claws63
10974
10975         * src/compose.c
10976         * src/folder.[ch]
10977         * src/folderview.c
10978         * src/import.c
10979         * src/inc.c
10980         * src/main.c
10981         * src/mainwindow.c
10982         * src/messageview.c
10983         * src/prefs_folder_item.c
10984         * src/procmsg.c
10985         * src/summaryview.c
10986         * src/toolbar.c
10987                 o remove all folder update triggering from the UI code. The folder
10988                   system should know much better when a folder needs an update.
10989                 o to prevent multiple updates in a row the folder updates can be
10990                   frozen for some time.
10991
10992                 Note: - Please verify that no updates are missing
10993                       - Check where freeze/thaws should be added
10994
10995 2003-01-07 [christoph]  0.8.8claws62
10996
10997         * src/prefs_actions.c
10998                 don't translate empty strings
10999
11000         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11001
11002 2003-01-06 [christoph]  0.8.8claws61
11003
11004         * src/prefs_actions.c
11005                 mark strings for gettext
11006         * src/prefs_matcher.c
11007                 use new description window for Execute action and
11008                 match condition in Filtering
11009
11010         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11011
11012 2003-01-06 [alfons]     0.8.8claws60
11013
11014         keep myself inspired to re-organize matcher part 8; 
11015         yes, more to come (I need to move out the descriptive
11016         text for actions to matcher.c, or at least make it not
11017         depend on the wicked ordering)
11018
11019         * src/prefs_matcher.c
11020                 add documentation so others may comprehend the
11021                 UI part of the conditions
11022                 
11023 2003-01-06 [christoph]  0.8.8claws59
11024
11025         * src/prefs_actions.c
11026                 use new description window for syntax help
11027         * src/gtk/description_window.c
11028                 fix display of descriptions with column count != 2
11029
11030         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11031
11032 2003-01-06 [christoph]  0.8.8claws58
11033
11034         * src/quote_fmt.c
11035         * src/summaryview.[ch]
11036         * src/gtk/Makefile.am
11037         * src/gtk/description_window.[ch]       ** NEW **
11038                 use a generic window to display syntax descriptions
11039                 currently used in quote_fmt and summaryview (new description
11040                 for extended quick search)
11041
11042         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11043
11044 2003-01-06 [paul]       0.8.8claws57
11045
11046         * sync with 0.8.8cvs1
11047                 see ChangeLog 2003-01-06
11048
11049 2003-01-06 [christoph]  0.8.8claws56
11050
11051         * src/mainwindow.c
11052         * src/prefs_gtk.[ch]
11053         * src/gtk/prefswindow.[ch]
11054         * src/plugins/spamassassin/spamassassin_gtk.c
11055                 o remove page management from prefswindow, pages
11056                   will be an argument to prefswindow_open
11057                 o prefswindow_open gets a datapointer that is
11058                   passed to the widget_create function to allow
11059                   creation of prefswindow for specific items
11060
11061 2003-01-06 [colin]      0.8.8claws55
11062         
11063         * src/summaryview.c
11064                 We don't want regexp in the reply-finder, 
11065                 because MIDs can contain !,$,. and so on
11066
11067 2003-01-06 [jens]       0.8.8claws54
11068
11069         * src/jpilot.c
11070                 fixed a wrong free in jpilot_read_db_files
11071
11072 2003-01-06 [alfons]     0.8.8claws53
11073
11074         re-organize matcher part 8; more to come
11075        
11076         * src/matcher.c
11077                 matcherprop_to_string(): put g_free()s before the
11078                 switch-case break to fix memleaks                
11079
11080 2003-01-06 [colin]      0.8.8claws52
11081
11082         * src/summaryview.c
11083                 cleanup & reply-finder now displays the first 
11084                 matching message
11085
11086 2003-01-05 [alfons]     0.8.8claws51
11087
11088         re-organize matcher part 7; more to come
11089
11090         * src/matcher.[ch]
11091                 fixes for constant correctness;
11092                 more documentation;
11093
11094 2003-01-05 [alfons]     0.8.8claws50
11095
11096         re-organize matcher part 6; more to come
11097         
11098         * src/matcher.[ch]
11099                 fixes for constant correctness;
11100                 more documentation;
11101         * src/filtering.c
11102                 fix for constant correctness
11103
11104 2003-01-05 [colin]      0.8.8claws49
11105
11106         * src/account.[ch]
11107                 Add account_get_reply_account function
11108         * src/compose.c
11109                 Use account_get_reply_account function 
11110         * src/summaryview.c
11111                 Basic reply-finder - click on the replied
11112                 icon gets you to the outbox using quick-search
11113
11114 2003-01-05 [paul]       0.8.8claws48
11115
11116         * src/prefs_common.c
11117                 small change to English
11118                 
11119         * src/prefs_filtering.c
11120                 prefs_filtering_action_select(): improve logic and uniformity
11121                 of gui
11122
11123 2003-01-05 [alfons]     0.8.8claws47
11124
11125         fine tune solution to focus problems (bug #7)
11126
11127         * src/mainwindow.c
11128                 mainwindow_focus_in_event(): remove grab event check
11129         * src/summaryview.c
11130                 summary_button_pressed(): move selection on right-click
11131                 too. we can't possibly move the selection back after
11132                 canceling a dialog, because gtk's incomplete focus 
11133                 management. whether this is a good solution, only time
11134                 will tell.
11135
11136 2003-01-05 [christoph]  0.8.8claws46
11137
11138         * src/imap.c
11139                 fix crash when no imap connection could be established
11140
11141 2003-01-05 [paul]       0.8.8claws45
11142
11143         * src/mainwindow.c
11144           src/sumamryview.c
11145           src/gtk/menu.[ch]
11146                 fix bug 605957 'shortcuts in popup-menu'
11147                 make user-defined shortcuts work
11148                 show shortcuts that are already defined
11149                 in the main menu
11150                 Patch submitted by Luke Plant
11151
11152 2003-01-05 [alfons]     0.8.8claws44
11153
11154         * src/mainwindow.c
11155                 focus_in_event handler should not select summary view row 
11156                 when another window (menu, dialog) grabbed for events 
11157                 (bug #7, "[0.8.8claws42] Message summary focus") 
11158
11159 2003-01-04 [christoph]  0.8.8claws43
11160
11161         * src/procmsg.c
11162                 update save folder after adding the sent message
11163                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11164
11165 2003-01-02 [christoph]  0.8.8claws42
11166
11167         * src/common/plugin.c
11168                 fix unloading of all plugins and unload
11169                 plugins in reverse order
11170                 
11171         * src/gtk/pluginwindow.c
11172                 implement function of load and unload button
11173
11174         * src/gtk/prefswindow.c
11175         * src/gtk/prefswindow.h
11176                 rename register function and add new unregister
11177                 function
11178
11179         * src/plugins/spamassassin/spamassassin_gtk.c
11180                 unregister prefs page and update for changes in
11181                 src/gtk/prefswindow.c
11182
11183 2003-01-02 [paul]       0.8.8claws41
11184
11185         * po/es.po
11186                 updated by Ricardo Mones Lastra
11187
11188 2003-01-02 [paul]
11189
11190         * tools/tb2sylpheed
11191                 fixes and improvements by Urke MMI
11192
11193 2003-01-02 [thorsten]   0.8.8claws40
11194
11195         * src/procmsg.c
11196                 fixed wrong return value
11197
11198 2003-01-02 [thorsten]   0.8.8claws39
11199
11200         * src/prefs.c
11201                 fixed printing wrong variable
11202
11203 2003-01-02 [thorsten]   0.8.8claws38
11204
11205         * src/prefs.c
11206                 fixed acessing members of freed pfile struct
11207
11208 2003-01-02 [thorsten]   0.8.8claws37
11209
11210         * src/procmsg.c
11211                 detect loops across several messages
11212                 as suggested by Christoph Hohmann
11213
11214 2003-01-01 [match]      0.8.8claws36
11215
11216         * src/addrindex.c
11217                 fixed another memory leak.
11218
11219 2003-01-01 [match]      0.8.8claws35
11220
11221         * src/jpilot.[ch]
11222                 fixed memory leaks. applied Doxygen comments.
11223
11224 2003-01-01 [thorsten]   0.8.8claws34
11225
11226         * src/procmsg.c
11227                 inhibit endless loop if msg references itself
11228                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11229
11230 2003-01-01 [christoph]  0.8.8claws33
11231
11232         * src/mainwindow.c
11233         * src/gtk/Makefile.am
11234         * src/gtk/pluginwindow.c                ** NEW **
11235         * src/gtk/pluginwindow.h                ** NEW **
11236                 add plugin window
11237
11238         * src/plugins/demo/demo.c
11239         * src/plugins/spamassassin/spamassassin.c
11240         * src/plugins/spamassassin/spamassassin_gtk.c
11241                 write better plugin descriptions
11242
11243 2002-12-31 [christoph]  0.8.8claws32
11244
11245         * src/gtk/prefswindow.c
11246         * src/plugins/spamassassin/spamassassin_gtk.c
11247                 some small improvements to GTK code
11248
11249 2002-12-31 [christoph]  0.8.8claws31
11250
11251         * src/plugins/spamassassin/spamassassin_gtk.c
11252                 enable folder select button
11253
11254 2002-12-31 [christoph]  0.8.8claws30
11255
11256         * src/mainwindow.c
11257         * src/gtk/Makefile.am
11258         * src/gtk/prefswindow.c                         ** NEW **
11259         * src/gtk/prefswindow.h                         ** NEW **
11260                 add new prefs window
11261
11262         * src/common/plugin.c
11263                 don't try to load empty config lines
11264         
11265         * src/plugins/spamassassin/Makefile.am
11266         * src/plugins/spamassassin/spamassassin.c
11267         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11268         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11269                 GTK config for SpamAssassin Plugin using
11270                 the new prefs window
11271
11272 2002-12-31 [paul]       0.8.8claws29
11273
11274         * po/POTFILES.in
11275                 remove obsolete entry 'src/menu.c'
11276
11277 2002-12-31 [alfons]     0.8.8claws28
11278
11279         * src/matcher.[ch]
11280         * src/matcher_parser_parse.y
11281         * src/prefs_matcher.c
11282                 add "ignore_thread" and "~ignore_thread" condition so it's
11283                 possible to make the actions / scoring operate on the ignore
11284                 thread flag
11285
11286 2002-12-31 [christoph]  0.8.8claws27
11287
11288         * src/addrbook.c
11289         * src/addrindex.c
11290         * src/folder.c
11291         * src/matcher.c
11292         * src/prefs_account.c
11293         * src/prefs_actions.c
11294         * src/prefs_customheader.c
11295         * src/prefs_display_header.c
11296         * src/prefs_gtk.c
11297         * src/procmime.c
11298         * src/toolbar.c
11299         * src/xmlprops.c
11300         * src/common/prefs.[ch]
11301                 extend prefs file handling for reading and automatic handling
11302                 of blocks. When reading prefs_set_block_label will automatically
11303                 move on to the block. When writing it will copy all other blocks
11304                 automatically
11305
11306         * src/common/plugin.c
11307                 Now loading plugin filenames from [Plugins] block in
11308                 sylpheed rc file
11309
11310 2002-12-30 [christoph]  0.8.8claws26
11311
11312         * src/common/hooks.[ch]
11313                 return abort status to caller of hooks_invoke
11314                 
11315         * src/inc.[ch]
11316                 invoke message filtering hook and stop
11317                 default handling when filter returns abort
11318
11319         * src/common/plugin.[ch]
11320         * src/plugins/demo/demo.c
11321                 modify plugin loader, because resolving symbols for strings
11322                 does not work correctly
11323         
11324         * configure.in
11325         * ac/spamassassin.m4                            ** NEW **
11326         * src/plugins/spamassassin/.cvsignore           ** NEW **
11327         * src/plugins/spamassassin/Makefile.am          ** NEW **
11328         * src/plugins/spamassassin/README               ** NEW **
11329         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11330         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11331         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11332                 add spamassassin plugin, see src/plugins/spamassassin/README
11333                 for details
11334
11335 2002-12-29 [alfons]     0.8.8claws25
11336
11337         * src/mainwindow.c
11338                 when moving focus from a message view to the main 
11339                 window, don't forget to select the summary node
11340                 of the displayed message. should fix "[ 659103 ] 
11341                 focus-follows-mouse confuses sylpheed"
11342
11343 2002-12-29 [christoph]  0.8.8claws24
11344
11345         * src/Makefile.am
11346         * src/stringtable.[ch]          ** REMOVE **
11347         * src/common/Makefile.am
11348         * src/common/stringtable.[ch]   ** NEW **
11349                 move stringtable files to common directory
11350
11351 2002-12-29 [christoph]  0.8.8claws23
11352
11353         * src/Makefile.am
11354         * src/menu.[ch]                 ** REMOVE **
11355         * src/gtk/Makefile.am
11356         * src/gtk/menu.[ch]             ** NEW **
11357                 move menu files to gtk directory
11358
11359 2002-12-29 [match]      0.8.8claws22
11360
11361         * src/addressbook.c
11362         * src/syldap.c
11363                 moved UI specific code out of LDAP code into addressbook
11364                 UI code. fixed memory leak.
11365
11366 2002-12-29 [christoph]  0.8.8claws21
11367
11368         * src/folder.c
11369                 only check for IGNORED parent message when message is
11370                 not IGNORED itself
11371
11372 2002-12-29 [alfons]     0.8.8claws20
11373
11374         * src/summaryview.c
11375                 set gtksctree's anchor correct (immediate execute
11376                 changes the tree's layout, and anchor points at 
11377                 the incorrect row). fixes "[ 657233 ] multiple msg 
11378                 delete sometimes off by 1".
11379                 we probably have to look for more tree layout /
11380                 anchor glitches.
11381
11382 2002-12-29 [paul]       0.8.8claws19
11383
11384         * src/summaryview.c
11385                 fix bug [ 659054 ] incorrect sorting of 'From' column
11386                 when using 'display sender using address book'
11387                 thanks to Alfons and Luke Plant
11388
11389 2002-12-29 [christoph]  0.8.8claws18
11390
11391         * src/folder.c
11392         * src/procmsg.[ch]
11393                 check parent messages for IGNORE THREAD flag, when adding,
11394                 moving or copying messages to a folder
11395
11396 2002-12-27 [alfons]     0.8.8claws17
11397
11398         re-organize matcher part 5; more to come
11399
11400         * src/matcher.c
11401                 hash keywords in matchparser_tab 
11402
11403 2002-12-27 [alfons]     0.8.8claws16
11404
11405         re-organize matcher part 4; more to come
11406
11407         * src/matcher_parser.h
11408         * src/matcher_parser_lex.l
11409         * src/matcher_parser_parse.y
11410                 cleanup
11411
11412 2002-12-27 [alfons]     0.8.8claws15
11413
11414         re-organize matcher part 3; more to come
11415
11416         * src/matcher.[ch]
11417                 cleanup
11418
11419 2002-12-27 [alfons]     0.8.8claws14
11420
11421         re-organize matcher part 2; more to come but this should
11422         work. cc me if there are any regressions.
11423
11424         * src/matcher.h
11425                 add prototype for get_matchparser_tab_id()
11426         * src/matcher_parser_lex.l
11427                 look up keywords using matchparser_tab_id();
11428
11429 2002-12-27 [alfons]     0.8.8claws12
11430
11431         re-organize matcher part 1
11432
11433         * src/matcher.h
11434                 map yacc generated constants to sylpheed matcher constants
11435         * src/matcher.c
11436                 add function to find a matcher constant from a string
11437
11438 2002-12-27 [christoph]  0.8.8claws11
11439
11440         * src/compose.c
11441                 MENUITEM_ADD casts the 4th argument from integer to pointer
11442                 so it probably should not be a pointer, this means we
11443                 should use account id for it and not the account's pointer
11444
11445 2002-12-27 [paul]       0.8.8claws10
11446
11447         * src/mainwindow.c
11448                 remove unneeded 'GtkWidget *vbox'
11449                 
11450         * src/summaryview.c
11451                 further sync with 0.8.8 - make sort
11452                 by recipient work as expected
11453                 
11454         * NEWS
11455                 sync with 0.8.8
11456
11457 2002-12-27 [paul]       0.8.8claws9
11458
11459         * po/pt_BR.po
11460                 updated by Ivan F. Martinez
11461                 
11462 2002-12-27 [darko]      0.8.8claws8
11463
11464         * src/common/utils.c
11465                 added locked pattern to extended search
11466
11467 2002-12-27 [alfons]     0.8.8claws7
11468
11469         * src/prefs_matcher.[ch]
11470                 clean up
11471
11472 2002-12-26 [alfons]     0.8.8claws6
11473
11474         * src/matcher.[ch]
11475         * src/matcher_parser_lex.l
11476         * src/matcher_parser_parse.y
11477         * src/prefs_matcher.c
11478                 allow color label as a condition in the matcher
11479
11480 2002-12-26 [oliver]     0.8.8claws5
11481         
11482         * src/toolbar.c 
11483                 enable Addressbook for Main and Messageview
11484         * src/prefs_actions.c
11485                 enable actions in Messageview
11486
11487 2002-12-26 [christoph]  0.8.8claws4
11488
11489         * src/common/plugin.c
11490                 add a little debug output
11491         * configure.in
11492         * src/plugins/demo/Makefile.am
11493                 better use of automake
11494
11495 2002-12-26 [christoph]  0.8.8claws3
11496
11497         * src/Makefile.am
11498         * src/common/Makefile.am
11499                 fix "make distdir"
11500
11501 2002-12-26 [christoph]  0.8.8claws2
11502
11503         * configure.in
11504                 sort configure checks into common / gtk / plugins
11505         * po/POTFILES.in
11506                 add src/prefs_gtk.c
11507         * src/Makefile.am
11508                 add plugins SUBDIR
11509         * src/main.c
11510         * src/common/sylpheed.[ch]
11511                 added now sylpheed_done function for shutdown
11512         * src/common/Makefile.am
11513         * src/common/plugin.[ch]                ** NEW **
11514                 plugin loader and unloader
11515         * src/plugins/.cvsignore                ** NEW **
11516         * src/plugins/Makefile.am               ** NEW **
11517                 build plugins
11518         * src/plugins/demo/.cvsignore           ** NEW **
11519         * src/plugins/demo/Makefile.am          ** NEW **
11520         * src/plugins/demo/demo.c               ** NEW **
11521                 small demo plugin that installs a logtext hook and
11522                 outputs the log text to stdout
11523
11524 2002-12-26 [paul]       0.8.8claws1
11525
11526         * po/es.po
11527                 updated by Ricardo Mones Lastra
11528
11529 2002-12-26 [paul]       0.8.8claws
11530
11531         * 0.8.8claws released
11532
11533 2002-12-26 [paul]       0.8.7claws12
11534
11535         * po/bg.po
11536                 updated by George Danchev
11537
11538 2002-12-26 [paul]       0.8.7claws11
11539
11540         * po/POTFILES.in
11541                 remove unneeded 'src/prefs.c' entry 
11542
11543 2002-12-26 [paul]       0.8.7claws10
11544
11545         * src/codeconv.c
11546           src/mainwindow.c
11547                 sync with 0.8.8 release
11548         
11549         * src/folder.[ch]
11550           src/mh.c
11551           src/summaryview.c
11552                 partial sync with 0.8.8 release
11553         
11554
11555 2002-12-25 [alfons]     0.8.7claws9
11556
11557         * src/matcher.[ch]
11558         * src/matcher_parser_lex.l
11559         * src/matcher_parser_parse.y
11560         * src/prefs_matcher.c
11561                 add locked flag to possible filtering / matcher 
11562                 conditions (also a good example what should be
11563                 done to add a simple boolean condition)
11564
11565 2002-12-25 [christoph]  0.8.7claws8
11566
11567         * src/Makefile.am
11568         * src/account.[ch]
11569         * src/addrbook.c
11570         * src/addressbook.c
11571         * src/addrindex.c
11572         * src/filtering.c
11573         * src/folder.c
11574         * src/matcher.c
11575         * src/prefs.[ch]                ** REMOVE **
11576         * src/prefs_account.c
11577         * src/prefs_actions.c
11578         * src/prefs_common.c
11579         * src/prefs_customheader.c
11580         * src/prefs_display_header.c
11581         * src/prefs_filtering.c
11582         * src/prefs_folder_item.c
11583         * src/prefs_gtk.[ch]            ** NEW **
11584         * src/prefs_matcher.c
11585         * src/prefs_scoring.c
11586         * src/prefs_summary_column.c
11587         * src/procmime.c
11588         * src/selective_download.c
11589         * src/toolbar.c
11590         * src/common/Makefile.am
11591         * src/common/prefs.[ch]         ** NEW **
11592                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11593
11594 2002-12-24 [alfons]     0.8.7claws7
11595
11596         * src/summaryview.c
11597                 summary_thread_build(): fix real cause of the crash mentioned in
11598                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11599                 this way we get meaningful ctree nodes 
11600
11601 2002-12-24 [oliver]     0.8.7claws6
11602
11603         * src/mainwindow.[ch]
11604         * src/messageview.[ch]
11605         * src/compose.[ch]
11606         * src/inc.c
11607         * src/summaryview.c
11608                 changes to use updated toolbar handling
11609                 
11610 2002-12-24 [oliver]     0.8.7claws5
11611
11612         * src/toolbar.[ch]
11613                 generic toolbar handling
11614                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11615         * src/prefs_toolbar.[ch]
11616                 adjust to handling
11617         
11618 2002-12-24 [oliver]     0.8.7claws4
11619         
11620         * src/stock_pixmap.[ch]
11621                 move SYLPHEED_LOGO to end of list in order 
11622                 to remove it from Custom Toolbar`s Icon View
11623
11624 2002-12-24 [alfons]     0.8.7claws3
11625
11626         * src/summaryview.c
11627                 summary_thread_build(): fix crash because of focus != selection 
11628                 after threading. when deleting the selection, gtk tries but fails 
11629                 to find the correct focusable element. we now force the selection
11630                 to be focused. this should solve the infamous bug reported by 
11631                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11632                 a test case is available. 
11633
11634 2002-12-24 [darko]      0.8.7claws2
11635
11636         * src/summaryview.c
11637                 don't crash when unmarking message with unread children
11638
11639 2002-12-23 [christoph]  0.8.7claws1
11640
11641         * src/Makefile.am
11642         * src/common/Makefile.am
11643                 update Makefiles for moved intl.h, version.h and defs.h
11644         * src/imap.c
11645                 rewrite imap_session_get to avoid duplicate code
11646
11647 2002-12-23 [paul]       0.8.7claws
11648
11649         * Santa-Claws released
11650         
11651         * po/hu.po
11652           po/ru.po
11653                 squeeze in updated Hungarian and Russian translations.
11654                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11655
11656 2002-12-23 [paul]       0.8.6claws129
11657
11658         * po/pl.po
11659                 updated by Witold Wladyslaw Wojciech Wilk
11660
11661 2002-12-23 [paul]       0.8.6claws128
11662
11663         * src/quote_fmt_parse.y
11664                 fix typo and add licence header
11665
11666 2002-12-23 [paul]       0.8.6claws127
11667
11668         * po/en_GB.po
11669                 updated
11670
11671 2002-12-23 [paul]       0.8.6claws126
11672
11673         * po/it.po
11674                 updated translation, submitted by Alessandro Maestri
11675                 
11676 2002-12-23 [paul]       0.8.6claws125
11677
11678         * src/quote_fmt_parse.y
11679                 fix signature-stripping on replies bug. match
11680                 '-- \n' and not '-- '.
11681
11682 2002-12-22 [paul]       0.8.6claws124
11683
11684         * po/bg.po
11685           po/es.po
11686           po/sr.po
11687                 updated translations. submitted by George Danchev,
11688                 Ricardo Mones Lastra, and Urke MMI respectively
11689
11690 2002-12-21 [paul]       0.8.6claws123
11691
11692         * src/addrbook.c
11693                 fix coding style
11694
11695 2002-12-21 [paul]       0.8.6claws122
11696
11697         * src/addrbook.c
11698                 fix bug [643638] where if a person is in one or more
11699                 addressbook groups editing that person's email 
11700                 address results in removal from those groups.
11701                 Patch submitted by Luke Plant.
11702
11703 2002-12-20 [christoph]  0.8.6claws121
11704
11705         * src/common/utils.c
11706         * src/summaryview.c
11707                 reimplement expand_search_string using GString to
11708                 prevent crashs caused by miscalculated string
11709                 lengths reported by Paul
11710
11711 2002-12-20 [christoph]  0.8.6claws120
11712
11713         * src/summaryview.c
11714                 don't use "changed" to check if op_count has to be changed as it
11715                 is also set when the message has unread children
11716                 (closes bug [ 653221 ] crash while deleting duplicates)
11717
11718 2002-12-20 [paul]       0.8.6claws119
11719
11720         * sync with 0.8.6cvs27
11721                 see ChangeLog 2002-12-20
11722
11723 2002-12-20 [paul]       0.8.6claws118
11724
11725         * sync with 0.8.6cvs26
11726                 see ChangeLog 2002-12-19 and 2002-12-20
11727
11728 2002-12-19 [alfons]     0.8.6claws117
11729
11730         * src/textview.c
11731                 fix incorrect parsing of email addresses, submitted by 
11732                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11733                 name display if it contains @".
11734
11735 2002-12-18 [paul]       0.8.6claws116
11736
11737         * sync with 0.8.6cvs23
11738                 see ChangeLog 2002-12-18
11739
11740 2002-12-18 [paul]       0.8.6claws115
11741
11742         * src/Makefile.am
11743         * src/account.c
11744         * src/codeconv.c
11745         * src/gtkutils.[ch]
11746         * src/imap.c
11747                 sync with 0.8.6cvs22.
11748                 see ChangeLog 2002-12-17 and 2002-12-18
11749
11750 2002-12-17 [christoph]  0.8.6claws114
11751
11752         * src/imap.c
11753                 o don't create a session if imap greeting fails
11754                 o don't close socket when authentication fails
11755                   this is done by imap_session_destroy
11756
11757 2002-12-17 [thorsten]   0.8.6claws113
11758
11759         * tools/Makefile.am
11760           tools/README
11761           tools/google_msgid.pl ** NEW FILE **
11762                 Added "search for message-id" script and doc
11763
11764 2002-12-17 [thorsten]   0.8.6claws112
11765
11766         * po/hu.po
11767                 Updated hungarian translation
11768                 (updated by Gal Zoltan)
11769
11770 2002-12-16 [christoph]  0.8.6claws111
11771
11772         * src/addr_compl.c
11773                 remove stupid addressbook dump to debug output
11774         * src/mh.c
11775                 fix memory leak found by Hiro
11776
11777 2002-12-14 [paul]       0.8.6claws110
11778
11779         * src/compose.c
11780                 fix menubar sensitivity on send
11781                 
11782         * src/prefs_filtering.c
11783         * src/prefs_matcher.c
11784         * src/prefs_scoring.c
11785                 Fix english ;)
11786                 
11787         * src/common/quoted-printable.h
11788                 sync: fix typo
11789         
11790 2002-12-13 [christoph]  0.8.6claws109
11791
11792         * src/Makefile.am
11793         * src/manage_window.[ch]        ** REMOVE **
11794         * src/gtk/Makefile.am
11795         * src/gtk/manage_window.[ch]    ** NEW **
11796                 move manage_window files to gtk directory
11797
11798 2002-12-13 [christoph]  0.8.6claws108
11799
11800         * src/Makefile.am
11801         * src/gtkshruler.[ch]           ** REMOVE **
11802         * src/gtk/Makefile.am
11803         * src/gtk/gtkshruler.[ch]       ** NEW **
11804                 move gtkshruler files to gtk directory
11805
11806 2002-12-13 [christoph]  0.8.6claws107
11807
11808         * src/Makefile.am
11809         * src/compose.c
11810         * src/gtkstext.[ch]             ** REMOVE **
11811         * src/gtkutils.[ch]
11812         * src/textview.c
11813         * src/gtk/gtkstext.[ch]         ** NEW **
11814         * src/gtk/Makefile.am
11815                 o move stext functions to gtkstext.c to remove
11816                   dependency of gtkutils
11817                 o move gtkstext files to gtk directory
11818
11819         * src/gtk/Makefile.am
11820         * src/gtk/sslcertwindow.[ch]
11821                 UI stuff can always depend on common code so
11822                 it's ok to add ../common to include path
11823
11824 2002-12-13 [colin]      0.8.6claws106
11825
11826         * src/summaryview.c
11827                 Disconnect sighandlers for mainwindow when
11828                 quicksearch has the focus
11829                 Fix bug #653231
11830         * src/mainwindow.[ch]
11831                 Make key_pressed callback public, to be able
11832                 to disconnect it
11833
11834 2002-12-13 [christoph]  0.8.6claws105
11835
11836         * src/mh.c
11837                 create .mh_sequences file in new MH folders
11838                 (closes feature request [ 523162 ] MH folders should
11839                  get a .mh_sequences)
11840
11841 2002-12-13 [colin]      0.8.6claws104
11842
11843         * src/summaryview.c
11844                 Better handling of quicksearch show/hide
11845                 (basically the button stays under the mouse 
11846                  when toggled)
11847
11848 2002-12-13 [paul]       0.8.6claws103
11849
11850         * sync with 0.8.6cvs17
11851                 see ChangeLog 2002-12-13
11852
11853 2002-12-13 [paul]       0.8.6claws102
11854
11855         * po/es.po
11856                 updated by Ricardo Mones Lastra
11857
11858 2002-12-11 [colin]       0.8.6claws101
11859
11860         * src/folder.c
11861                 remove statusbar stuff
11862           src/folderview.c
11863                 set statusbar verbosity when moving folders
11864
11865 2002-12-11 [colin]       0.8.6claws100
11866         * src/prefs_filtering.c
11867         * src/prefs_matcher.c
11868         * src/prefs_scoring.c
11869                 Fix english ;)
11870
11871 2002-12-11 [colin]       0.8.6claws99
11872
11873         * src/prefs_common.[ch]
11874                 Add summary_quicksearch_type
11875         * src/summaryview.c
11876                 Save last used quicksearch type
11877
11878 2002-12-11 [jens]       0.8.6claws98
11879         * src/prefs_filtering.c
11880         * src/prefs_matcher.c
11881         * src/prefs_scoring.c
11882                 added dialog for incomplete rules in scoring, filtering and
11883                 matcher to ask wheather really close
11884
11885 2002-12-11 [colin]      0.8.6claws97
11886
11887         * src/folder.c
11888                 Fix folder dnd statusbar logging
11889
11890 2002-12-10 [christoph]  0.8.6claws96
11891
11892         * src/compose.c
11893         * src/folder.c
11894         * src/imap.c
11895         * src/inc.c
11896         * src/main.c
11897         * src/mainwindow.c
11898         * src/news.c
11899         * src/send.c
11900         * src/statusbar.[ch]
11901         * src/common/hooks.c
11902         * src/common/log.[ch]
11903                 o handle verbose logging in statusbar directly in statusbar code
11904                   and common code does not need any knowledge about a statusbar
11905                 o remove direct calls to statusbar_(puts|pop)_all functions
11906
11907 2002-12-10 [jens]       0.8.6claws95
11908
11909         * src/*.c
11910                 removed gettext from g_warnings
11911         * po/POTFILES.in
11912                 cleaned and updated
11913         * po/de.po
11914                 updated
11915
11916 2002-12-10 [colin]      0.8.6claws94
11917
11918         * src/main.c
11919                 finish crash dialog fix
11920
11921 2002-12-10 [colin]      0.8.6claws93
11922
11923         * src/main.c
11924                 "Fix" "sylpheed already running" instead of
11925                 crash dialog appearing after a crash
11926
11927 2002-12-10 [colin]      0.8.6claws92
11928
11929         * po/POTFILES.in
11930                 add src/gtk/sslcertwindow.c
11931
11932 2002-12-10 [paul]       0.8.6claws91
11933
11934         * po/POTFILES.in
11935                 updated to reflect recent changes
11936                 submitted by Alessandro Maestri
11937
11938 2002-12-09 [christoph]  0.8.6claws90
11939
11940         * src/Makefile.am
11941         * src/smtp.[ch]                 ** REMOVE **
11942         * src/common/Makefile.am
11943         * src/common/smtp.[ch]          ** NEW **
11944                 move smtp files to common directory
11945
11946 2002-12-09 [christoph]  0.8.6claws89
11947
11948         * src/Makefile.am
11949         * src/session.[ch]              ** REMOVE **
11950         * src/common/Makefile.am
11951         * src/common/session.[ch]       ** NEW **
11952                 move session files to common directory
11953
11954 2002-12-09 [paul]       0.8.6claws88
11955
11956         * src/account.c
11957                 fix bug [649746] edit accounts: move account reverted
11958                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11959
11960 2002-12-09 [colin]      0.8.6claws87
11961
11962         * src/ssl_certificate.c
11963                 cleanup
11964
11965 2002-12-09 [colin]      0.8.6claws86
11966
11967         * src/ssl.c
11968                 Try to open the cert.pem database and 
11969                 issue a warning if it isn't there
11970
11971 2002-12-09 [colin]      0.8.6claws85
11972
11973         * src/common/ssl_certificate.c
11974         * src/gtk/sslcertwindow.c
11975                 Warning fixes
11976
11977 2002-12-09 [colin]      0.8.6claws84
11978
11979         * src/ssl_certificate.[ch] ** REMOVED **
11980         * src/common/ssl_certificate.[ch] ** NEW **
11981         * src/Makefile.am
11982         * src/common/Makefile.am
11983                 Moved ssl_certificate.[ch] to common
11984         * src/common/ssl.c 
11985                 Put back needed include
11986         * src/gtk/sslcertwindow.[ch]
11987                 Changed ssl_certificate.h include
11988         
11989 2002-12-09 [colin]      0.8.6claws83
11990
11991         * src/gtk/sslcertwindow.[ch]
11992                 Implement hook for certificate acception
11993         * src/ssl_certificate.[ch]
11994                 Implement hook for certificate acception
11995         * src/common/ssl.c
11996                 Reenable certificate acception check
11997         * src/mainwindow.c
11998                 Register sslcertwindow's hook
11999         
12000 2002-12-08 [christoph]  0.8.6claws82
12001
12002         * src/about.c
12003         * src/addr_compl.c
12004         * src/codeconv.c
12005         * src/manual.c
12006         * src/undo.c
12007         * src/common/utils.c
12008                 o add missing includes
12009                 o fix warnings
12010         * src/.cvsignore
12011         * src/common/.cvsignore
12012         * src/common/version.h          ** REMOVE **
12013                 remove autogenerated file
12014
12015 2002-12-08 [paul]       0.8.6claws81
12016
12017         * src/stringtable.c
12018                 put back needed include
12019
12020 2002-12-08 [colin]      0.8.6claws80
12021         
12022         * src/gtk/sslcertwindow.c
12023                 Cleaner popups when asking
12024         * src/ssl_certificate.c
12025         * src/prefs_common.[ch]
12026                 remove ssl certificate pref
12027                 put back needed include
12028         * src/undo.c
12029                 put back needed include
12030
12031 2002-12-08 [christoph]  0.8.6claws79
12032
12033         * src/folderview.c
12034         * src/logwindow.c
12035         * src/statusbar.c
12036         * src/summaryview.c
12037                 only abort hook invokation if required data is missing not
12038                 if our own data pointer is NULL, update hookfunction for
12039                 log window
12040
12041 2002-12-08 [paul]       0.8.6claws78
12042
12043         * src/about.c
12044         * src/addrcache.c
12045         * src/addrclip.c
12046         * src/addr_compl.c
12047         * src/addrselect.c
12048         * src/codeconv.c
12049         * src/colorlabel.c
12050         * src/enriched.c
12051         * src/esmtp.c
12052         * src/exporthtml.c
12053         * src/headerview.c
12054         * src/imageview.c
12055         * src/manual.c
12056         * src/noticeview.c
12057         * src/pgptext.c
12058         * src/scoring.c
12059         * src/sourcewindow.c
12060         * src/stringtable.c
12061         * src/undo.c
12062                 clean up: remove unneccesary includes
12063
12064 2002-12-08 [christoph]  0.8.6claws77
12065
12066         * src/folderview.c
12067         * src/statusbar.c
12068         * src/summaryview.c
12069         * src/common/hooks.[ch]
12070                 hook functions now have a gboolean return value, if a hook
12071                 returns TRUE it will stop executing of any more hooks in
12072                 the same hooklist for this invokation
12073
12074 2002-12-08 [colin]      0.8.6claws76
12075         
12076         * src/main.c
12077                 put back argv0 for CRASH_DIALOG
12078
12079 2002-12-08 [christoph]  0.8.6claws75
12080
12081         * src/Makefile.am
12082         * src/about.c
12083         * src/account.c
12084         * src/crash.c
12085         * src/esmtp.h
12086         * src/imap.[ch]
12087         * src/inc.c
12088         * src/main.c
12089         * src/mainwindow.c
12090         * src/news.c
12091         * src/pop.[ch]
12092         * src/prefs_account.[ch]
12093         * src/prefs_common.[ch]
12094         * src/send.[ch]
12095         * src/smtp.[ch]
12096         * src/ssl_certificate.[ch]
12097         * src/ssl_manager.[ch]
12098         * src/common/Makefile.am
12099         * src/common/log.c
12100         * src/common/nntp.[ch]
12101         * src/common/socket.[ch]
12102         * src/common/ssl.[ch]
12103         * src/gtk/sslcertwindow.[ch]
12104         * ac/openssl.m4
12105                 use new autoconf script to detect OpenSSL with extra parameters
12106                 to specify the location of libs and includes, also remove USE_SSL
12107                 to USE_OPENSSL
12108
12109         * src/common/sylpheed.[ch]
12110         * src/common/version.h.in
12111                 start seperation of common code initialization seperated from gui
12112
12113         * src/summaryview.c
12114                 The function that is called when a color label changes
12115                 should not change the color lable again
12116
12117 2002-12-08 [colin]      0.8.6claws74
12118
12119         * src/gtk/sslcertwindow.c
12120                 warning fixes
12121
12122 2002-12-08 [colin]      0.8.6claws73
12123
12124         * src/statusbar.c
12125           src/common/log.h
12126                 Register a hook for statusbar_puts_all
12127         * src/common/log.c
12128                 invoke statusbar_puts_all's hook
12129         
12130 2002-12-08 [colin]      0.8.6claws72
12131
12132         * src/ssl_certificate.c
12133                 Put back a badly-removed include
12134
12135 2002-12-08 [colin]      0.8.6claws71
12136
12137         * src/gtk/sslcertwindow.[ch]    ** NEW **
12138                 new certificate presentation
12139         * src/gtk/Makefile.am
12140                 add new files
12141         * src/ssl_certificate.[ch]
12142                 gtk cleanup, made utility functions public
12143         * src/ssl_manager.c
12144                 use new cert presentation
12145
12146 2002-12-07 [christoph]  0.8.6claws70
12147
12148         * src/Makefile.am
12149         * src/nntp.[ch]                 ** REMOVE **
12150         * src/common/Makefile.am
12151         * src/common/nntp.[ch]          ** NEW **
12152                 move nntp files to common directory
12153
12154 2002-12-07 [christoph]  0.8.6claws69
12155
12156         * src/procmsg.[ch]
12157         * src/summaryview.c
12158                 implement msginfo update callback using sylpheed's new
12159                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12160
12161 2002-12-06 [christoph]  0.8.6claws68
12162
12163         * src/editgroup.c
12164                 This patch changes the 'Edit Group Details' dialog to
12165                 allow extended selections in either pane, so that
12166                 addresses can be added or removed from a group more
12167                 quickly and easily. (it actually is a net decrease in
12168                 file size, as some unnecessary functions have been
12169                 removed). 
12170                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12171
12172 2002-12-06 [christoph]  0.8.6claws67
12173
12174         * src/Makefile.am
12175         * src/template.[ch]             ** REMOVE **
12176         * src/common/Makefile.am
12177         * src/common/template.[ch]      ** NEW **
12178                 move template files to common directory
12179
12180         * src/nntp.c
12181                 add missing log.h include
12182
12183 2002-12-06 [melvin]     0.8.6claws66
12184
12185         * src/prefs_actions.c
12186                 Added the trailing ">" syntax to insert command's output
12187                 without replacing old text (in contrast to trailing "|").
12188
12189 2002-12-05 [colin]      0.8.6claws65
12190         
12191         * src/common/utils.c
12192                 Don't modify original search_string or it'll change
12193                 the next iterations in the for()
12194
12195 2002-12-05 [darko]      0.8.6claws64
12196
12197         * src/common/utils.c
12198                 proper check for filtering commands, found by Colin
12199
12200 2002-12-05 [darko]      0.8.6claws63
12201
12202         * src/common/utils.c
12203                 check proper string for NULL pointer, found by Colin
12204
12205 2002-12-05 [darko]      0.8.6claws62
12206
12207         * src/common/utils.[ch]
12208                 expand_search_string(): new function
12209                 converts Mutt-like patterns to Sylpheed's
12210                 filtering engine
12211         * src/summaryview.c
12212                 use expand_search_string() to allow Mutt-like
12213                 patterns in extended search
12214         * README.claws
12215                 document extended option in quick search
12216
12217 2002-12-05 [paul]       0.8.6claws61
12218
12219         * sync with 0.8.6cvs16
12220                 see ChangeLog 2002-12-05
12221                 
12222         * po/POTFILES.in
12223                 clean up
12224
12225 2002-12-04 [christoph]  0.8.6claws60
12226
12227         * src/imap.[ch]
12228                 put imap authentication code into a new function and
12229                 remove it from imap_session_new that will allow to
12230                 send other commands before authentication
12231
12232 2002-12-04 [christoph]  0.8.6claws59
12233
12234         * src/imap.[ch]
12235                 use already existing method to prevent unneeded IMAP
12236                 folder selects. Set imap_select parameters to NULL
12237                 in some functions if the values are not required.
12238
12239         * src/xml.h
12240                 remove no longer required include
12241
12242 2002-12-04 [paul]       0.8.6claws58
12243
12244         * po/es.po
12245                 updated by Ricardo Mones Lastra
12246                 
12247         * configure.in
12248           po/hu.po      ** NEW FILE **
12249                 initial Hungarian translation, submitted
12250                 by Gál Zoltán <galzoli@hu.inter.net>
12251
12252 2002-12-03 [christoph]  0.8.6claws57
12253
12254         * src/Makefile.am
12255         * src/gtksctree.[ch]            ** REMOVE **
12256         * src/gtk/Makefile.am
12257         * src/gtk/gtksctree.[ch]        ** NEW **
12258                 move gtksctree files to gtk directory
12259
12260 2002-12-03 [christoph]  0.8.6claws56
12261
12262         * src/Makefile.am
12263         * src/md5.[ch]                  ** REMOVE **
12264         * srm/common/Makefile.am
12265         * src/common/md5.[ch]           ** NEW **
12266                 move md5 files to common directory
12267
12268         * src/gtkstext.c
12269                 remove not required #include
12270
12271 2002-12-03 [sergey]     0.8.6claws55
12272
12273         * src/gtkutils.c
12274         * src/gtkutils.h
12275                 gtkut_window_popup(): new function.
12276         * src/mainwindow.c
12277                 main_window_popup(): use gtkut_window_popup() to raise
12278                 window without changing its position.
12279                 (see sylpheed-main ML message [sylpheed:17247])
12280
12281 2002-12-03 [sergey]     0.8.6claws54
12282
12283         * src/send.c
12284                 send_message_local(): removed first-dot escaping
12285                 (SMTP-only, not needed for sending through pipe)
12286
12287 2002-12-03 [paul]       0.8.6claws53
12288
12289         * po/POTFILES.in
12290                 update to reflect recent changes (thanks
12291                 to Ricardo Mones Lastra)
12292                 
12293         * tools/filter_conv.pl
12294                  fix problem with quoted strings. Patch submitted
12295                  by Luke Plant <lukeplant@softhome.net>
12296
12297 2002-12-03 [paul]       0.8.6claws52
12298
12299         * sync with 0.8.6cvs15
12300                 see ChangeLog 2002-12-03
12301
12302 2002-12-02 [christoph]  0.8.6claws51
12303
12304         * src/logwindow.[ch]
12305         * src/common/log.[ch]
12306                 implement logging using a hook function
12307
12308         * src/folderview.c
12309         * src/folder.[ch]
12310                 define hooklist name in header file to avoid
12311                 errors caused by wrong spelling of hooklist names
12312
12313         * src/toolbar.c
12314                 fix warnings
12315
12316 2002-12-02 [christoph]  0.8.6claws50
12317
12318         * src/common/Makefile.am
12319                 add src/common/hooks.[ch]
12320
12321         * src/common/hooks.[ch]
12322                 implement a simple hook system using glib's hook functions
12323
12324         * src/folder.[ch]
12325         * src/folderview.c
12326                 use new hook system for folder item updates
12327
12328 2002-12-02 [christoph]  0.8.6claws49
12329
12330         * doc-src/ui_seperation.txt     ** NEW **
12331                 information for ui seperation
12332
12333         * src/Makefile.am
12334                 remove files that were moved to common
12335                 include common directory by default for the header files
12336
12337         * src/inc.c
12338         * src/common/socket.c
12339         * src/automaton.[ch]
12340                 implement automaton using g_io_*-functions instead of
12341                 gdk_input_add to make it ui independent
12342
12343         * src/codeconv.c
12344         * src/compose.c
12345         * src/ldif.c
12346         * src/pgptext.c
12347         * src/procmime.c
12348         * src/rfc2015.c
12349         * src/smtp.c
12350         * src/unmime.c
12351                 remove common/ prefix because directory is now in
12352                 include path
12353
12354         * src/compose.c
12355         * src/folder.c
12356         * src/folderview.c
12357         * src/mainwindow.c
12358         * src/messageview.c
12359         * src/prefs_common.c
12360         * src/procmsg.c
12361         * src/rfc2015.c
12362                 fix warnings
12363
12364         * src/imap.c
12365         * src/inc.c
12366         * src/news.c
12367         * src/pop.c
12368         * src/send.c
12369         * src/smtp.c
12370         * src/ssl_certificate.c
12371                 add log.h header file for logging functions
12372
12373         * src/main.c
12374         * src/common/utils.c
12375         * src/summaryview.c
12376         * src/xml.c
12377                 o move debug_mode to common/utils.c
12378                 o add functions to set and get debug_mode
12379
12380         * src/defs.h                    ** REMOVE **
12381         * src/intl.h                    ** REMOVE **
12382         * src/socket.[ch]               ** REMOVE **
12383         * src/ssl.[ch]                  ** REMOVE **
12384         * src/utils.[ch]                ** REMOVE **
12385                 replaced by new files in src/common/
12386         
12387         * src/common/Makefile.am
12388                 add new files in src/common/
12389
12390         * src/common/defs.h             ** NEW **
12391         * src/common/intl.h             ** NEW **
12392         * src/common/log.[ch]           ** NEW **
12393         * src/common/socket.[ch]        ** NEW **
12394         * src/common/ssl.[ch]           ** NEW **
12395         * src/common/utils.[ch]         ** NEW **
12396                 replacement for files in src/
12397
12398 2002-12-02 [colin]      0.8.6claws48
12399
12400         * src/folderview.c
12401                 Scroll folderview if necessary during dnd
12402
12403 2002-12-02 [colin]      0.8.6claws47
12404
12405         * src/folder.[ch]
12406                 Add check to verify a move is within a single mailbox
12407         * src/folderview.c
12408                 Add specific error string for this check
12409
12410 2002-12-02 [colin]      0.8.6claws46
12411
12412         * src/folder.c
12413                 Add a test to folder moving, remove a statusbar_print
12414         * src/folderview.c
12415                 Add Move folder... context-menu item
12416                 Factorize folder moving code
12417                 Enable folder DND for mbox
12418
12419 2002-12-01 [christoph]  0.8.6claws45
12420
12421         * ac/aspell.m4
12422                 remove conf.aspelltest if the version check fails
12423
12424 2002-11-30 [christoph]  0.8.6claws44
12425
12426         * autogen.sh
12427                 run libtoolize --force in autogen to create missing
12428                 libtool scripts
12429
12430 2002-11-30 [christoph]  0.8.6claws43
12431
12432         * src/Makefile.am
12433         * src/pgptext.c
12434         * src/procmime.c
12435         * src/rfc2015.c
12436         * src/uuencode.[ch]             ** REMOVED **
12437         * src/common/Makefile.am
12438         * src/common/uuencode.[ch]      ** NEW **
12439                 move uuen/decoder to common directory
12440
12441 2002-11-30 [christoph]  0.8.6claws42
12442
12443         * src/Makefile.am
12444         * src/base64.[ch]               ** REMOVED **
12445         * src/codeconv.c
12446         * src/compose.c
12447         * src/ldif.c
12448         * src/pgptext.c
12449         * src/procmime.c
12450         * src/rfc2015.c
12451         * src/smtp.c
12452         * src/unmime.c
12453         * src/common/Makefile.am
12454         * src/common/base64.[ch]        ** NEW **
12455                 move base64 en/decoder to common directory
12456
12457 2002-11-30 [christoph]  0.8.6claws41
12458
12459         * src/common                    ** NEW **
12460                 new directory for UI independent code
12461         * src/gtk                       ** NEW **
12462                 new directory for GTK frontend
12463         * src/common/.cvsignore         ** NEW **
12464         * src/gtk/.cvsignore            ** NEW **
12465                 ignore build files
12466         * src/common/Makefile.am        ** NEW **
12467         * src/gtk/Makefile.am           ** NEW **
12468                 automake files to build new seperated stuff
12469         * src/Makefile.am
12470                 the binary will currently still be build with the
12471                 files in src, so we include the code from the
12472                 subdirs for now after building the libs there
12473
12474 2002-11-30 [paul]       0.8.6claws40
12475
12476         * src/compose.c
12477                 fix bug [642731] 'Wrong selected account with drafted mail'
12478
12479 2002-11-29 [oliver]     0.8.6claws39
12480         
12481         * src/messageview.c
12482                 o update summaryview when switching between different
12483                   messageviews          
12484         * src/toolbar.c  
12485                 o check if messageview holds already removed msg
12486                   from summaryview
12487                 
12488
12489 2002-11-29 [oliver]     0.8.6claws38
12490
12491         * src/toolbar.c 
12492                 remove not needed variables and includes
12493                 make messageview stay opened and move to next when msgs are deleted 
12494
12495 2002-11-29 [oliver]     0.8.6claws37
12496         
12497         * src/toolbar.c 
12498                 disable compose button (messageview toolbar) by default
12499                 deleted msgs are moved to trash
12500         
12501 2002-11-29 [melvin]     0.8.6claws36
12502
12503         * configure.in
12504                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12505                 and to detect signatures expirations (gpgme 0.3.6)
12506
12507         * src/main.c
12508                 Use non obsolescent function for Gpgme engine checking.
12509
12510         * src/rfc2015.c
12511                 Inform about expired signatures or signatures which key
12512                 has expired. Expiration date is displayed.
12513
12514         * src/sigstatus.c
12515                 Inform about expired signatures or signatures which key
12516                 has expired.
12517
12518 2002-11-28 [paul]       0.8.6claws35
12519
12520         * src/folderview.c
12521                 re-instate 'Check for new messages' in Newsgroup
12522                 folders right-click menu, after a suggestion from
12523                 Tim Mann <timmann@users.sourceforge.net>
12524
12525         * src/main.c
12526                 after a crash check only local folders for new
12527                 messages
12528
12529 2002-11-28 [paul]       0.8.6claws34
12530
12531         * configure.in
12532                 apply patch that fixes the checking of GTK with XIM 
12533                 support on different OSs, such as FreeBSD. Patch 
12534                 submitted by Topia <topia@users.sourceforge.net>
12535                 
12536 2002-11-28 [paul]       0.8.6claws33
12537
12538         * src/mainwindow.c
12539           src/prefs_common.c
12540           src/prefs_toolbar.c
12541                 more changes to the English
12542
12543 2002-11-28 [paul]       0.8.6claws32
12544
12545         * sync with 0.8.6cvs13
12546                 see ChangeLog 2002-11-28 (no sync needed
12547                 for src/compose.c)
12548
12549 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12550         
12551         * src/mainwindow.[ch]
12552                 add patch by Ivan F. Martinez introducing messageview Toolbar
12553                 some changes and committed by oliver    
12554
12555 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12556
12557         * src/messageview.[ch]
12558                 add patch by Ivan F. Martinez introducing messageview Toolbar
12559                 some changes and committed by oliver    
12560
12561 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12562
12563         * src/compose.[ch]
12564                 add patch by Ivan F. Martinez introducing messageview Toolbar
12565                 some changes and committed by oliver    
12566
12567 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12568         
12569         * src/toolbar.[ch]
12570                 add patch by Ivan F. Martinez introducing messageview Toolbar
12571                 some changes and committed by oliver
12572
12573 2002-11-28 [oliver]     0.8.6claws27
12574         
12575         * src/prefs_toolbar.[ch]
12576                 getting ready for messageview toolbar
12577                 free mem allocated by gettext
12578                 change prefs_toolbar to prefs_toolbar_open
12579  
12580 2002-11-28 [thorsten]   0.8.6claws26
12581
12582         * src/imageview.[ch]
12583                 cleaned up conflicting declarations of
12584                 imageview_show_image()
12585
12586 2002-11-28 [paul]       0.8.6claws25
12587
12588         * src/grouplistdialog.c
12589           src/prefs_common.c
12590           src/prefs_summary_column.c
12591                 a few more improvements to the English
12592
12593 2002-11-28 [colin]      0.8.6claws24
12594
12595         * man/sylpheed.1
12596                 A few updates to command-line parameters
12597
12598 2002-11-28 [colin]      0.8.6claws23
12599
12600         * src/prefs_filtering.c
12601                 Fix problems with prefs_filtering_delete_path:
12602                 a) if the first rule is removed, original pointers
12603                    weren't updated (leading to segfaults)
12604                 b) it was always global_processing updated in case
12605                    of removed path was parent of rule path
12606
12607 2002-11-27 [paul]       0.8.6claws22
12608
12609         * src/mainwindow.c
12610           src/prefs_account.c
12611           src/prefs_actions.c
12612           src/prefs_common.c
12613           src/prefs_customheader.c
12614           src/prefs_display_header.c
12615           src/prefs_filtering.c
12616           src/prefs_folder_item.c
12617           src/prefs_matcher.c
12618           src/prefs_scoring.c
12619           src/prefs_summary_column.c
12620           src/prefs_template.c
12621           src/prefs_toolbar.c
12622                  improve the English in the GUI
12623
12624 2002-11-27 [colin]      0.8.6claws21
12625
12626         * src/folder.c
12627                 Fix processing renaming problems happening after
12628                 last commit
12629
12630 2002-11-27 [colin]      0.8.6claws20
12631
12632         * src/folder.c
12633                 recursive move now deletes src each subfolder after 
12634                 having moved it
12635         * src/folderview.c
12636                 Use identifier instead of path during dnd (enables
12637                 IMAP folder dnd)
12638
12639 2002-11-27 [paul]       0.8.6claws19
12640
12641         * src/main.c
12642                 apply patch that does command-line processing 
12643                 BEFORE gtk_init, allowing claws to run from 
12644                 shell-scripts in non-X environment (e.g. crontab 
12645                 or ip-up, ip-down scripts). Patch submitted by
12646                 Ruslan N. Balkin <baron@dartel.ru>
12647                 
12648         * po/it.po
12649                 updated by Alessandro Maestri
12650
12651 2002-11-27 [paul]       0.8.6claws18
12652
12653         * sync with 0.8.6cvs12
12654           src/prefs_common.c
12655                 Differences are that main uses a 'Receive dialog'
12656                 frame on the Interface tab, whereas claws groups all 
12657                 the dialogs together in a 'Dialogs' frame.
12658
12659 2002-11-27 [colin]      0.8.6claws17
12660
12661         * src/prefs_matcher.c
12662                 Fix Execute criteria's NOT flag
12663
12664
12665 2002-11-26 [christoph]  0.8.6claws16
12666
12667         * src/ssl.c
12668                 rewrite the ssl code a little bit, only use one
12669                 SSL context, set default certificates' file/path
12670
12671 2002-11-26 [thorsten]   0.8.6claws15
12672
12673         * src/compose.c
12674                 default-reply-to didn't work for ml-reply
12675
12676 2002-11-26 [melvin]     0.8.6claws14
12677
12678         * src/prefs_actions.c
12679                 Made pipe-actions ignore short headers in message view
12680                 Made trailing-pipe-actions write in the message view with
12681                 the same font as the original message
12682
12683 2002-11-26 [paul]       0.8.6claws13
12684
12685         * src/compose.c
12686                 this time commit the correct file
12687
12688 2002-11-26 [paul]       0.8.6claws12
12689
12690         * sync with 0.8.6cvs11
12691           src/quote_fmt_parse.y  
12692                 no sync needed
12693           src/account.[ch]       
12694                 not sync'ed
12695           src/compose.c
12696                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12697                 on draft mode.
12698                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12699                 header
12700                 
12701         see ChangeLog 2002-11-25 and 2002-11-26
12702
12703 2002-11-26 [colin]      0.8.6claws11
12704
12705         * src/folderview.c
12706                 Fix collapsed folder not auto-expanding during
12707                 mail dnd, if it was the source folder.
12708
12709 2002-11-25 [colin]      0.8.6claws10
12710
12711         * src/folderview.[ch]
12712                 Variable renaming and cleaning (slist of nodes 
12713                 to be re-collapsed is stored in FolderView)
12714
12715 2002-11-25 [paul]       0.8.6claws9
12716
12717         * src/prefs_common.[ch]
12718                 fix breakage caused by last commit
12719
12720 2002-11-25 [paul]       0.8.6claws8
12721
12722         * sync with 0.8.6cvs4
12723                 see ChangeLog 2002-11-21
12724
12725 2002-11-25 [paul]       0.8.6claws7
12726
12727         * sync with 0.8.6cvs4
12728                 see ChangeLog 2002-11-20
12729
12730 2002-11-25 [paul]       0.8.6claws6
12731
12732         * sync with 0.8.6cvs3
12733                 see ChangeLog 2002-11-18
12734
12735 2002-11-25 [colin]      0.8.6claws5
12736
12737         * src/gtkutils.[ch]
12738                 Add gtkut_ctree_node_is_parent()
12739         * src/folderview.c
12740                 Spring-loaded folders
12741
12742 2002-11-25 [colin]      0.8.6claws4
12743
12744         * src/utils.[ch]
12745                 Add slist_concat_unique(), function to merge
12746                 two GSList filtering dups
12747         * src/folder.[ch]
12748         * src/summaryview.[ch]
12749         * src/folderview.c
12750         * src/main.c
12751                 Add detection/update/display of unread answers
12752                 to marked mails
12753         * src/procmsg.[ch]
12754                 Add procmsg_find_children()
12755                 Add procmsg_msg_has_marked_parent()
12756
12757 2002-11-25 [colin]      0.8.6claws3
12758
12759         * src/ssl_certificate.[ch]
12760                 Allow checking a certificate without a DNS
12761                 lookup
12762                 Allow to forget a cert (by deleting it)
12763                 Make ssl_certificate_destroy_public
12764         * src/ssl_manager.[ch] ** NEW FILES **
12765                 Gui to manage (display/remove) certificates
12766         * src/prefs_common.[ch]
12767                 Add a pref to allow silent acceptation of
12768                 trusted certificates or not (based on the
12769                 "I want to know what's going on" principle)
12770         * src/mainwindow.c
12771                 Add SSL manager in Tools menu
12772         * src/Makefile.am
12773                 Add the new files to the build
12774         * po/POTFILES.in
12775                 Add ssl_manager.c to translations
12776
12777 2002-11-25 [colin]      0.8.6claws2
12778
12779         * src/summaryview.[ch]
12780                 Add S_SEARCH_EXTENDED to the quick search, which 
12781                 allows to search using filtering syntax.
12782
12783 2002-11-25 [colin]      0.8.6claws1
12784
12785         * src/summaryview.c
12786                 Deletion of duplicates now prefer deleting
12787                 the unread dup (fixes feature-request 638989).
12788
12789 2002-11-24 [paul]       0.8.6claws
12790
12791         * po/es.po
12792           po/pl.po
12793           po/ru.po
12794           po/sr.po
12795                 updated by Ricardo Mones Lastra,
12796                 Witold Wladyslaw Wojciech Wilk,
12797                 Ruslan N. Balkin, and  Urke MMI 
12798                 respectively
12799
12800 2002-11-24 [paul]       0.8.5claws182
12801
12802         * po/bg.po
12803                 updated by George Danchev
12804
12805 2002-11-23 [alfons]     0.8.5claws181
12806
12807         * src/imap.c
12808                 tiny memory leak found by browsing Dimitar's 
12809                 valgrind report
12810
12811 2002-11-23 [paul]       0.8.5claws180
12812
12813         * po/it.po
12814                 updated by Alessandro Maestri
12815
12816 2002-11-22 [christoph]  0.8.5claws179
12817
12818         * src/compose.c
12819         * src/inc.c
12820         * src/prefs_filtering.c
12821         * src/summaryview.c
12822                 more warning fixes
12823
12824 2002-11-22 [alfons]     0.8.5claws178
12825
12826         * src/summaryview.c
12827                 summary_execute_delete_func(): if message is deleted, make 
12828                 sure to also remove its entry in the subject hash table. 
12829                 fixes a corner case bug.
12830
12831 2002-11-22 [paul]       0.8.5claws177
12832
12833         * .cvsignore
12834                 add 'autom4te.cache'
12835                 
12836         * ltconfig      ** REMOVED **
12837                 not needed
12838
12839 2002-11-22 [paul]       0.8.5claws176
12840
12841         * src/textview.c
12842                 textview_set_font(): fix for message display in
12843                 UTF-8 locales (thanks to Sergey Vlasov).
12844                 
12845         * AUTHORS
12846                 add new team members and contributors
12847
12848
12849 2002-11-21 [colin]      0.8.5claws175
12850
12851         * src/procmsg.[ch]
12852                 Add procmsg_remove_special_headers()
12853         * src/mh.c
12854                 Use procmsg_remove_special_headers() for 
12855                 previous fix
12856
12857 2002-11-21 [colin]      0.8.5claws174
12858
12859         * src/mh.c
12860                 Fix moving/copying from queue/draft folders
12861                 for MH folders
12862
12863 2002-11-21 [christoph]  0.8.5claws173
12864
12865         * src/crash.c
12866         * src/filtering.c
12867         * src/logwindow.c
12868         * src/main.c
12869         * src/matcher_parser_lex.[hl]
12870         * src/mbox.c
12871         * src/mbox_folder.[ch]
12872         * src/prefs_filtering.c
12873         * src/procheader.c
12874         * src/quote_fmt_lex.l
12875         * src/ssl.c
12876                 fix all warnings except the warnings in lex and yacc files
12877
12878 2002-11-20 [christoph]  0.8.5claws172
12879
12880         * src/imap.c
12881                 fix MsgInfo retrieval for IMAP draft and queue folders
12882                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12883
12884 2002-11-19 [christoph]  0.8.5claws171
12885
12886         * src/compose.c
12887                 fix segfault, when draft saving does not get
12888                 the MsgInfo of the new message
12889                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12890
12891 2002-11-19 [christoph]  0.8.5claws170
12892
12893         * src/procmsg.c
12894                 add parameter check for flag setting function
12895                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12896
12897 2002-11-18 [paul]       0.8.5claws169
12898
12899         * src/compose.c
12900                 more sensitivity fixes to redirect mode:
12901                 * disable toolbar draft button
12902                 * allow only Address book in the Tools menu
12903                 * disable editing of message by the spell
12904                   checker
12905
12906 2002-11-18 [paul]       0.8.5claws168
12907
12908         * src/compose.c
12909                 fix sensitivity of menu items in compose_redirect():
12910                 allow only the necessary items 
12911
12912 2002-11-18 [paul]       0.8.5claws167
12913
12914         * src/compose.c
12915                 fix bug [ 603259 ] 'attachment got lost on bounce'
12916
12917 2002-11-18 [paul]       0.8.5claws166
12918
12919         * po/ru.po
12920                 updated by Ruslan N. Balkin <baron@dartel.ru>
12921
12922 2002-11-18 [colin]      0.8.5claws165
12923
12924         * src/main.c
12925           src/defs.h
12926                 Remove old filtering stuff
12927
12928
12929 2002-11-17 [oliver]     0.8.5claws164
12930
12931         * src/toolbar.h
12932                 remove not needed typedef 
12933
12934 2002-11-17 [oliver]     0.8.5claws163
12935
12936         * src/toolbar.c
12937                 make toolbar's on click events translatable
12938
12939 2002-11-15 [colin]      0.8.5claws162
12940
12941         * src/summaryview.c
12942                 Revert too-soon integration of a feature
12943
12944 2002-11-15 [christoph]  0.8.5claws161
12945
12946         * src/imap.c
12947                 use main's implementation of imap_get_msginfo
12948
12949 2002-11-15 [christoph]  0.8.5claws160
12950
12951         * src/compose.c
12952         * src/folder.[ch]
12953         * src/imap.c
12954         * src/mbox_folder.c
12955         * src/mh.c
12956         * src/news.c
12957         * src/procmsg.c
12958         * src/summaryview.c
12959                 replace claws' fetch_msginfo with main's get_msginfo
12960                 (use main's implementation where possible)
12961
12962 2002-11-15 [colin]      0.8.5claws159
12963
12964         * src/ssl_certificate.c
12965                 Missed a check
12966
12967 2002-11-16 [melvin]     0.8.5claws158
12968
12969         * po/fr.po
12970                 Updated French translations.
12971
12972 2002-11-16 [colin]      0.8.5claws157
12973
12974         * src/ssl_certificate.c
12975                 Check for missing parts in the certificates
12976
12977 2002-11-15 [colin]      0.8.5claws156
12978
12979         * src/folderview.c
12980                 Preventive fix (missing check) found by
12981                 Alfons
12982
12983 2002-11-15 [paul]
12984
12985         * NEWS
12986                 sync with 0.8.6 release
12987
12988 2002-11-15 [colin]      0.8.5claws155
12989
12990         * src/folder.[ch]
12991           src/folderview.c
12992                 Fix error handling of folder_item_move_to()
12993                 (thanks to Alfons!)
12994
12995 2002-11-15 [colin]      0.8.5claws154
12996
12997         * src/folder.[ch]
12998           src/folderview.c
12999                 folder_item_move_to() sets an error message instead
13000                 of having GUI stuff in folder.c
13001
13002 2002-11-15 [colin]      0.8.5claws153
13003
13004         * src/procmsg.[ch]
13005                 Implemented a callback for MsgInfo updates, 
13006                 heavily copy/pasted from Christoph's folder 
13007                 callback system
13008         * src/summaryview.[ch]
13009                 Register summary_update_msg as callback
13010
13011 2002-11-14 [colin]      0.8.5claws152
13012         
13013         * src/procmsg.c
13014                 Update the FolderItem after sending (fixes 617593)
13015
13016 2002-11-14 [christoph]  0.8.5claws151
13017
13018         * src/folder.c
13019                 fix wrong position of NULL pointer check found
13020                 by Sergey
13021
13022 2002-11-14 [christoph]  0.8.5claws150
13023
13024         * src/folder.c
13025                 fix segfault when deleting messages from IMAP folders
13026                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
13027
13028 2002-11-14 [colin]      0.8.5claws149
13029
13030         * src/compose.c
13031                 Forwarding was also ignoring the folder's default account.
13032
13033 2002-11-14 [colin]      0.8.5claws148
13034
13035         * src/compose.c
13036                 Fix sent folder not set to folder properties when 
13037                 forwarding.
13038
13039 2002-11-14 [thorsten]   0.8.5claws147
13040
13041         * src/inc.c
13042                 inc_start(): Files were not moved from .processing to inbox,
13043                 if no global processing rule existed
13044
13045 2002-11-14 [colin]      0.8.5claws146
13046
13047         * src/ssl_certificate
13048                 Fix file operations
13049
13050 2002-11-14 [paul]       0.8.5claws145
13051
13052         * po/it.po
13053                 updated by Alessandro Maestri
13054
13055 2002-11-13 [alfons]     0.8.5claws144
13056
13057         * src/folder.c
13058                 folder_item_close(): only mark messages unread
13059                 when a folder has new messages 
13060
13061 2002-11-13 [keith]      0.8.5claws143
13062
13063         * src/imap.c
13064                 Fix problem moving or copying between
13065                 IMAP folders
13066
13067 2002-11-13 [colin]      0.8.5claws142
13068
13069         * src/matcher_parser_parse.y
13070                 Fix rule problem when " don't match
13071
13072 2002-11-13 [christoph]  0.8.5claws141
13073
13074         * src/folder.c
13075         * src/folderview.c
13076                 moved cache saving to folder_item_close
13077                 the folderview should not have to deal with
13078                 this things
13079
13080 2002-11-13 [christoph]  0.8.5claws140
13081
13082         * src/summaryview.c
13083                 moved setting of important score to
13084                 summary_set_prefs_from_folderitem
13085
13086 2002-11-13 [colin]      0.8.5claws139
13087
13088         * src/matcher_parser_parse.y
13089                 Fix a segfault in the parser (happening when
13090                 a good expression had been tested and a bad 
13091                 one arrives)
13092
13093 2002-11-13 [paul]       0.8.5claws138
13094
13095         * sync with 0.8.5cvs24
13096                 see ChangeLog 2002-11-13
13097                 
13098         * po/pt_BR.po
13099                 updated by Fabio Jr. Beneditto
13100
13101 2002-11-13 [colin]      0.8.5claws137
13102         
13103         * src/msgcache.c
13104           src/defs.h
13105           src/procmsg.[ch]
13106                 Revert last commit, problem
13107
13108 2002-11-13 [colin]      0.8.5claws136
13109
13110         * src/msgcache.c
13111                 Remove duplicated code
13112         * src/defs.h
13113                 Bumped CACHE_VERSION and MARK_VERSION
13114         * src/procmsg.[ch]
13115                 Network endian for cache and mark files
13116
13117 2002-11-12 [colin]      0.8.5claws135
13118
13119         * src/inc.c
13120                 Fix the "socket error" dialog which disappeared
13121
13122 2002-11-12 [colin]      0.8.5claws134
13123
13124         * src/msgcache.c
13125                 Reverse last commit which had performance 
13126                 problems, but still reverse the list
13127
13128 2002-11-12 [colin]      0.8.5claws133
13129
13130         * src/msgcache.c
13131                 Reverse list order
13132
13133 2002-11-12 [melvin]     0.8.5claws132
13134
13135         * src/compose.c
13136                 Added a check for a NULL prefs_common.dictionary
13137
13138 2002-11-12 [colin]      0.8.5claws131
13139
13140         * src/ssl_certificate.[ch]
13141                 Use FQDN hostname
13142
13143 2002-11-12 [colin]      0.8.5claws130
13144
13145         * src/ssl_certificate.[ch]
13146                 Take connection port into account for 
13147                 checking certificates (a single hostname
13148                 could have multiple servers with multiple
13149                 certificates)
13150         * src/ssl.c
13151                 Pass the port to ssl_certificate_check
13152
13153 2002-11-12 [paul]       0.8.5claws129
13154
13155         * src/folder.c
13156                 fix a typo in last commit
13157
13158 2002-11-12 [paul]       0.8.5claws128
13159
13160         * sync with 0.8.5cvs23
13161                 see ChangeLog entry 2002-11-12
13162
13163 2002-11-11 [colin]      0.8.5claws127
13164
13165         * src/ssl_certificate.c
13166                 Cleaner messages
13167                 Don't popup, instead log error, if the 
13168                 corresponding pref is checked
13169         * src/ssl_certificate.h
13170                 include <openssl/objects/h>
13171
13172 2002-11-11 [colin]      0.8.5claws126
13173
13174         * src/ssl_certificate.h
13175                 _Really_ clean it
13176
13177 2002-11-11 [colin]      0.8.5claws125
13178         
13179         * src/ssl_certificate.c
13180                 Fixed leak
13181
13182 2002-11-11 [colin]      0.8.5claws124
13183
13184         * src/ssl.c
13185                 Cleaned a bit
13186         * src/ssl_certificate.[ch]
13187                 Cleaned a bit (better use of SSL API)
13188                 (This will cause non-recognition of saved 
13189                  certificates of claws12[23]...)
13190
13191 2002-11-11 [paul]       0.8.5claws123
13192         
13193         * po/es.po
13194                 updated by Ricardo Mones Lastra
13195
13196 2002-11-11 [colin]      0.8.5claws122
13197
13198         * src/ssl.c
13199                 Fix a typo
13200
13201 2002-11-11 [colin]      0.8.5claws121
13202
13203         * src/ssl_certificate.[ch] ** NEW FILES **
13204         * src/ssl.[ch]
13205                 Check SSL certificates presented to us
13206         * src/Makefile.am
13207                 Add ssl_certificate.[ch]
13208         * po/POTFILES.in
13209                 Add ssl_certificate.c
13210
13211 2002-11-11 [paul]       0.8.5claws120
13212
13213         * sync with 0.8.5cvs22
13214                 see ChangeLog 2002-11-11
13215
13216 2002-11-11 [paul]       0.8.5claws119
13217
13218         * sync with 0.8.5cvs21
13219                 see ChangeLog 2002-11-11
13220
13221 2002-11-10 [jens]       0.8.5claws118
13222
13223         * src/folder.c
13224         * src/folderview.c
13225                 corrected some typing
13226         * po/de.po
13227                 updated german translation
13228         * sylpheed.spec.in
13229                 cleaned up specfile and adjusted it for claws
13230
13231 2002-11-10 [colin]      0.8.5claws117
13232
13233         * src/summaryview.c
13234                 a STATUSBAR_PUSH/POP fix
13235
13236 2002-11-10 [colin]      0.8.5claws116
13237
13238         * src/prefs_folder_item.c
13239                 Fix hanging after opening folder properties
13240
13241 2002-11-10 [hoa]        0.8.5claws115
13242
13243         * src/matcher_parser_lex.l
13244         * src/matcher_parser_parse.y
13245                 config file for scoring and filtering is no more trashed
13246                 when there is a syntax error in a filtering rule when
13247                 editing it in a dialog.
13248
13249 2002-11-09 [colin]      0.8.5claws114
13250
13251         * src/mbox_folder.c
13252                 Added missing initialisation of folder->destroy()
13253
13254 2002-11-09 [colin]      0.8.5claws113
13255
13256         * src/folder.c
13257           src/folderview.c
13258                 Fix the status bar messages
13259
13260 2002-11-09 [colin]      0.8.5claws112
13261
13262         * src/folderview.c
13263                 Fix hangs after folder dnd, happening after 
13264                 claws109.
13265
13266 2002-11-09 [christoph]  0.8.5claws111
13267
13268         * src/folderview.c
13269                 just changed order of calls (reverse order of
13270                 associated calls)
13271         * src/inc.c
13272                 lock inc when checking only one account, otherwise
13273                 inc all could be executed at the same time
13274
13275 2002-11-09 [christoph]  0.8.5claws110
13276
13277         * src/folderview.c
13278                 better unlock the mouse cursor before calling
13279                 summary_show because it changes the cursor too
13280
13281 2002-11-09 [christoph]  0.8.5claws109
13282
13283         * src/folder.[ch]
13284         * src/folderview.c
13285                 add functions to open and close a folder
13286                 o opending will execute scanning for remote folders
13287                   and processing
13288                 o closing will unset new flag for messages
13289
13290 2002-11-09 [colin]      0.8.5claws108
13291
13292         * src/folder.c
13293                 Add a call to prefs_matcher_write_config to 
13294                 avoid non-leaf folders filtering settings to be
13295                 lost
13296
13297 2002-11-09 [paul]       0.8.5claws107
13298
13299         * src/prefs_account.c
13300                 re-word a label
13301
13302 2002-11-09 [colin]      0.8.5claws106
13303
13304         * src/folderview.c
13305                 Minor esthetic fix
13306
13307 2002-11-09 [colin]      0.8.5claws105
13308
13309         * src/folderview.c
13310                 Fix prefs_filtering deletion for MH folders (same
13311                 reason as below)
13312         * src/prefs_filtering.c
13313                 Fix prefs_filtering renaming and deletion for 
13314                 folder-based processing rules.  
13315
13316 2002-11-09 [christoph]  0.8.5claws104
13317
13318         * src/compose.c
13319         * src/folder.[ch]
13320         * src/folderview.[ch]
13321         * src/import.c
13322         * src/inc.c
13323         * src/main.c
13324         * src/mainwindow.c
13325         * src/messageview.c
13326         * src/prefs_folder_item.c
13327         * src/procmsg.c
13328         * src/summaryview.c
13329                 implement a callback system for folder item updates
13330
13331 2002-11-09 [colin]      0.8.5claws103
13332
13333         * src/folderview.c
13334                 Fix prefs_filtering renaming for MH folders (we
13335                 shouldn't rename by path as another folder could
13336                 have the same hierarchy).
13337
13338 2002-11-09 [colin]      0.8.5claws102
13339
13340         * src/folder.c
13341                 Fix a leak found by Christoph, use better variable
13342                 names
13343
13344 2002-11-09 [colin]      0.8.5claws101
13345
13346         * src/folder.c
13347                 One more fix for processing rules
13348
13349 2002-11-08 [colin]      0.8.5claws100
13350         
13351         * src/matcher.c
13352                 Don't copy the compiled regexp (will be reevaluated)
13353         * src/folderview.c
13354                 Lock folderview while moving
13355         * src/folder.c
13356                 Provide info on what's happening to the user
13357
13358 2002-11-08 [colin]      0.8.5claws99
13359
13360         * src/folderview.c
13361                 Fix folder reordering after a move if parent is 
13362                 root
13363         * src/scoring.[ch]
13364                 Add function to copy a ScoringProp
13365         * src/prefs_folder_item.c
13366                 Copy scoring rules when copying a folder prefs
13367
13368 2002-11-08 [colin]      0.8.5claws98
13369
13370         * src/folderview.c
13371                 Fixes in case of failure
13372         * src/filtering.[ch]    
13373                 Add function to duplicate a FilteringProp
13374         * src/matcher.[ch]
13375                 Add function to duplicate a MatcherProp
13376         * src/prefs_folder_item.c
13377                 Save folder's processing rules when copying 
13378                 its prefs
13379
13380 2002-11-08 [colin]      0.8.5claws97
13381         
13382         * src/folderview.c
13383                 Sort after move
13384         * src/folder.c 
13385                 Change a printf to debug_print
13386
13387 2002-11-08 [colin]      0.8.5claws96
13388
13389         * src/folder.c
13390           src/folderview.c
13391                 Fix segfaults, call me stupido
13392         
13393
13394 2002-11-08 [colin]      0.8.5claws95
13395
13396         *src/folder.c
13397                 Added forgotten prefs to save when moving folders
13398
13399 2002-11-08 [colin]      0.8.5claws94
13400
13401         * src/folder.c
13402                 Fixes to folder DND (prefs copy)
13403         * src/folderview.c
13404                 Optimization for folder DND (don't rescan whole tree)
13405                 Added folderview_create_folder_node() for this 
13406                 optimization, so de-duped a bit the code
13407         * src/prefs_folder_item.[ch]
13408                 Added prefs_folder_item_copy_prefs()    
13409           
13410 2002-11-08 [paul]       0.8.5claws93
13411
13412         * src/prefs_account.c
13413           tools/README
13414           tools/kmail2sylpheed_v2.pl
13415                 correct some typos
13416
13417 2002-11-08 [paul]       0.8.5claws92
13418
13419         * src/compose.c
13420           src/prefs_account.[ch]
13421                 remove account options 'clearsign' and 'ascii_armored',
13422                 replace with 'default_gnupg_mode' to prevent mixed-mode
13423                 Privacy settings
13424
13425 2002-11-08 [paul]       0.8.5claws91
13426
13427         * src/compose.[ch]
13428                 re-implement GnuPG 'on-the-fly' mode selection,
13429                 disallow mixed-mode
13430
13431 2002-11-08 [colin]      0.8.5claws90
13432
13433         * src/folderview.c
13434           src/prefs_folder_item.c
13435                 Change "Property" to "Properties"
13436
13437 2002-11-07 [colin]      0.8.5claws89
13438
13439         * src/folderview.c
13440           src/folder.c
13441                 Allow folder dropping to a root folder
13442
13443 2002-11-07 [paul]       0.8.5claws88
13444
13445         * src/compose.c
13446                 revert last commit
13447
13448 2002-11-07 [paul]       0.8.5claws87
13449
13450         * src/compose.c
13451                 fix reply-to-list bug. closes bug report
13452                 "[633382] reply-to-list broken in recent cvs"
13453
13454 2002-11-07 [paul]       0.8.5claws86
13455
13456         * src/compose.c
13457                 add a forgotten '#if USE_GPGME ... #endif'
13458
13459 2002-11-07 [paul]       0.8.5claws85
13460
13461         * sync with 0.8.5cvs20
13462                 see ChangeLog 2002-11-07
13463
13464 2002-11-07 [colin]      0.8.5claws84
13465
13466         * src/folder.[ch]
13467                 Change folder_item_move_to to return the newly 
13468                 created folderitem.
13469         * src/folderview.c
13470                 Select the new folderitem after moving.
13471
13472 2002-11-07 [colin]      0.8.5claws83
13473
13474         * src/prefs_filtering.c
13475                 Fix rule rewriting when moving a leaf folder to a 
13476                 shorter path
13477
13478 2002-11-07 [colin]      0.8.5claws82
13479
13480         * src/prefs_filtering.c
13481                 fix a leak
13482
13483 2002-11-07 [colin]      0.8.5claws81
13484
13485         * src/folder.[ch]
13486                 Add folder_item_move_to() function to move a 
13487                 folderitem into another one (updates matcher etc)
13488         * src/folderview.c
13489                 Add folder drag'n drop (context menu to come)
13490                 [Should be dataloss free, but Please backup before 
13491                  trying !]
13492
13493 2002-11-06 [colin]      0.8.5claws80
13494
13495         * src/mh.c
13496                 mh_create_folder() returns NULL if can't create
13497                 directory hierarchy
13498
13499 2002-11-06 [paul]       0.8.5claws79
13500
13501         * src/compose.[ch]
13502                 allow 'on-the-fly' changing of the type of encryption 
13503                 and/or signing used (mime/ascii) via the compose window
13504
13505 2002-11-06 [paul]       0.8.5claws78
13506
13507         * sync with 0.8.5cvs19
13508                 see ChangeLog 2002-11-06 for src/account.c: 
13509                 account_get_special_folder()
13510                 
13511 2002-11-05 [alfons]     0.8.5claws77
13512
13513         * src/crash.c
13514                 very minor cleanups: nothing to see here, move on. :-)
13515
13516 2002-11-05 [colin]      0.8.5claws76
13517
13518         * src/main.c
13519                 Changes choices if compose windows are opened to
13520                 Discard, Draft, Don't quit
13521
13522 2002-11-05 [thorsten]   0.8.5claws75
13523
13524         * src/compose.c
13525                 reenabled default_reply_to folder option
13526
13527 2002-11-05 [colin]      0.8.5claws74
13528
13529         * src/compose.[ch] 
13530                 add compose_draft()
13531         * src/crash.c
13532                 add SIGTERM handler
13533         * src/main.[ch]
13534                 add clean_quit() for the SIGTERM handler
13535
13536 2002-11-05 [paul]       0.8.5claws73
13537         
13538         * po/es.po
13539                 updated by Ricardo Mones Lastra
13540
13541 2002-11-05 [melvin]     0.8.5claws72
13542
13543         * src/logwindow.c
13544                 Fixed log-clipping bug #616795.
13545                 To stop logging in the log window use 0 length.
13546         * src/prefs_common.c
13547                 Added a label to inform about the 0 log length behaviour.
13548
13549 2002-11-05 [paul]       0.8.5claws71
13550
13551         * sync with 0.8.5cvs17
13552                 see ChangeLog 2002-11-05
13553
13554 2002-11-04 [paul]       0.8.5claws70
13555
13556         * sylpheed-128x128.png
13557           sylpheed-64x64.png
13558           sylpheed.png
13559                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13560                 <nikai@users.sourceforge.net>
13561                 
13562         * po/bg.po
13563                 updated by George Danchev
13564
13565 2002-11-03 [thorsten]   0.8.5claws69
13566
13567         * src/main.c
13568           src/mimeview.c
13569           src/rfc2015.h
13570                 add check if gpg is active
13571
13572 2002-11-03 [thorsten]   0.8.5claws68
13573
13574         * src/toolbar.h
13575                 removed GSList declaration causing trouble on MacOS-X
13576                 (submitted by alfons, reported by xfesty)
13577
13578 2002-11-01 [paul]       0.8.5claws67
13579
13580         * src/mainwindow.c
13581                 remove last remnants of main's filter code
13582
13583 2002-11-01 [paul]       0.8.5claws66
13584
13585         * tools/filter_conv.pl
13586                 fix bug where user-defined headers were ignored
13587
13588 2002-11-01 [paul]       0.8.5claws65
13589
13590         * src/logwindow.c
13591                 make a debug_print() not translatable
13592
13593 2002-10-31 [melvin]     0.8.5claws64
13594
13595         * ac/aspell.m4
13596                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13597                 not run any GNU/aspell test.  The dictionary path will
13598                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13599                 was given, in which case, it will be $prefix/lib/aspell/
13600         * configure.in
13601                 Fixed typo in commentary (Aspell code).
13602
13603 2002-10-31 [paul]       0.8.5claws63
13604
13605         * po/POTFILES.in
13606                 remove src/filter.c and src/prefs_filter.c
13607                 thanks to Ricardo for reminding me
13608
13609 2002-10-31 [colin]      0.8.5claws62
13610
13611         * src/mbox_folder.c
13612                 Plug some leaks
13613
13614 2002-10-31 [paul]       0.8.5claws61
13615
13616         * src/prefs_filter.[ch] ** REMOVED **
13617           src/filter.[ch]       ** REMOVED **
13618           
13619         * src/Makefile.am
13620           src/folderview.c
13621           src/inc.c
13622           src/main.c
13623           src/mainwindow.c
13624           src/mbox.c
13625           src/prefs_common.c
13626           src/prefs_filtering.c
13627           src/summaryview.[ch]
13628                 remove main's 'filter' code
13629                 
13630         README.claws
13631                 update to reflect removal of main's filter
13632
13633 2002-10-31 [paul]       0.8.5claws60
13634
13635         * src/summaryview.c
13636                 remove check for global_processing in summary_filter_open(). 
13637                 This fixes the bug where if the user uses the right-click 
13638                 'Create filter rule...' and doesn't have any filter rules 
13639                 already defined in claws' advanced filtering, the newly 
13640                 created filter rule goes to main's filtering which is 
13641                 inaccessible through the gui. Now the filter rule gets added
13642                 to claws' filtering by default.
13643
13644 2002-10-28 [melvin]     0.8.5claws59
13645
13646         * src/prefs_actions.c
13647                 Fixed bug #627322 where MIME parts were not always
13648                 correctly passed to a %p action
13649                 Display an error dialog when message filename is not found.
13650
13651 2002-10-28 [melvin]     0.8.5claws58
13652
13653         * src/prefs_common.c
13654                 Readded a missing function declaration lost in 0.8.3claws34
13655
13656 2002-10-28 [paul]       0.8.5claws57
13657
13658         * sync with 0.8.5cvs15
13659                 see ChangeLog 2002-10-28 and 2002-10-25
13660                 
13661         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13662
13663 2002-10-27 [oliver]     0.8.5claws56
13664
13665         * src/pop.c
13666                 plug leak in pop3_top_recv
13667
13668 2002-10-26 [christoph]  0.8.5claws55
13669
13670         * src/folder.c
13671                 set need_update folder flag when messages are added
13672                 (closes bug [ 626922 ] folder not updated after receiving)
13673
13674 2002-10-25 [melvin]     0.8.5claws54
13675
13676         * src/imageview.c
13677                 Fixed a memleak introduced in the scaling code.
13678
13679 2002-10-24 [alfons]     0.8.5claws53
13680
13681         * src/filtering.c
13682                 make filtering's forward message action forward from the 
13683                 correct account
13684                 (closes bug [628089 ] Filter -> Forward from address problem
13685                 reported by Oktay)
13686
13687 2002-10-24 [christoph]  0.8.5claws52
13688
13689         * src/mainwindow.c
13690         * src/manual.[ch]
13691                 o use manual of current locale or english if current
13692                   locale is not available (and english is available)
13693                 o also link to sylpheed doc project manuals
13694
13695 2002-10-23 [paul]       0.8.5claws51
13696
13697         * tools/README
13698           tools/kmail2sylpheed_v2.pl
13699                 add new version of kmail addressbook importer script.
13700                 works with newer versions of Kmail/KAddressBook which
13701                 have new and rearranged data.
13702
13703 2002-10-23 [martin]     0.8.5claws50
13704
13705         * src/folderview.c
13706         * src/summaryview.c
13707         * src/utils.h
13708         * src/utils.c
13709                 added length parameter to get_abbrev_newsgroup_name()
13710                 changed this function so that it abbreviates the newsgroup
13711                 names only so long it is smaller than the length parameter
13712                 (for better reading of some newsgroup names and space efficiency)
13713
13714 2002-10-22 [colin]      0.8.5claws49
13715
13716         *src/foldersel.c
13717                 Revert Alfons' last modification (after voting ;-))
13718
13719 2002-10-21 [alfons]     0.8.5claws48
13720
13721         * src/foldersel.c
13722                 folder view in folder selection dialog reflects state of
13723                 folder view in main window
13724
13725 2002-10-18 [alfons]     0.8.5claws47
13726
13727         * src/mbox.c
13728                 drop imported messages in folder selected by user,
13729                 and not in the inbox
13730                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13731
13732 2002-10-18 [alfons]     0.8.5claws46
13733
13734         * src/compose.c
13735                 make automagic reply work correctly for email accounts 
13736                 (whether it's viable to do a full sync with Hiro's 
13737                 compose.c is still under discussion)
13738
13739 2002-10-18 [melvin]     0.8.5claws45
13740
13741         * src/prefs_actions.c
13742                 Fixed bug #622275 where asynchroneous actions left 
13743                 zombies processes
13744                 Made (synchroneous) actions' input be displayed live.
13745
13746 2002-10-18 [christoph]  0.8.5claws44
13747
13748         * src/textview.c
13749                 don't add a newline in the textview in front of the
13750                 first textpart if header display is disabled
13751                 (closes bug [ 603385 ] disabled header display leaves blank
13752                  lin)
13753
13754 2002-10-18 [christoph]  0.8.5claws43
13755
13756         * src/folder.[ch]
13757         * src/imap.c
13758         * src/mbox_folder.c
13759         * src/mh.c
13760         * src/news.c
13761                 folder->get_num_list now returns an error code
13762                 (closes bug [ 609424 ] News cache cleared on failure)
13763                 
13764 2002-10-17 [colin]      0.8.5claws42
13765         
13766         * src/news.c
13767                 Changed a printf by debug_print
13768
13769 2002-10-16 [paul]       
13770
13771         * tools/OOo2sylpheed.pl
13772                 allow for spaces in the name of the
13773                 file to be attached.
13774
13775 2002-10-16 [colin]      0.8.5claws41
13776
13777         * src/main.c
13778                 Use a tristate to change online mode
13779
13780 2002-10-16 [paul]       0.8.5claws40
13781
13782         * po/es.po
13783                 updated by Ricardo Mones Lastra
13784
13785 2002-10-16 [colin]      0.8.5claws39
13786
13787         * src/main.c
13788           src/mainwindow.[ch]
13789                 Added --online and --offline command-line
13790                 switches
13791
13792 2002-10-15 [christoph]  0.8.5claws38
13793
13794         * src/procmime.c
13795                 set mimeinfo->name to NULL after g_free to
13796                 avoid double freeing with g_free
13797
13798 2002-10-14 [christoph]  0.8.5claws37
13799
13800         * src/compose.c
13801         * src/filtering.c
13802         * src/summaryview.c
13803                 remove calls to folder->change_flags that are now
13804                 done by procmsg flag functions (seems it is not
13805                 used by any foldertype anyway)
13806         * src/folder.c
13807                 init folder->change_flags with NULL
13808
13809 2002-10-14 [christoph]  0.8.5claws36
13810
13811         * src/folder.[ch]
13812         * src/imap.[ch]
13813                 use virtual functions for folder item new and destroy
13814                 functions
13815
13816 2002-10-14 [melvin]     0.8.5claws35
13817
13818         * src/compose.c
13819                 Added a test to not run the spell checker if no default
13820                 dictionary is available. No dialog is displayed though.
13821
13822 2002-10-14 [melvin]     0.8.5claws34
13823
13824         * src/gtkaspell.c
13825                 Fixed bug in dictionary list context menu where
13826                 "More..." pointed to an emtpy submenu if the
13827                 number of dictionaries is a multiple of 15
13828                 Removed unneeded code in suggestions list creation
13829
13830 2002-10-14 [paul]       0.8.5claws33
13831
13832         * po/bg.po
13833                 updated by George Danchev
13834
13835 2002-10-13 [hoa]        0.8.5claws32
13836
13837         * src/matcher.[ch]
13838           src/matcher_parser_parser.y
13839                 removed the escaped string from internal structure
13840                 of matcher.
13841
13842 2002-10-12 [colin]      0.8.5claws31
13843
13844         * src/gtksctree.[ch]
13845           src/summaryview.c
13846                 Removed useless function gtksctree_reanchor
13847
13848 2002-10-12 [alfons]     0.8.5claws30
13849         
13850         * sync with remaining main changes 2002-10-09 - 2002-10-11
13851         - drop changes to src/compose.c (requires claws specific changes)
13852         
13853 2002-10-12 [alfons]     0.8.5claws29
13854         
13855         * sync with main changes of 2002-10-08
13856         - drop changes to src/compose.c (requires claws specific changes)
13857         - drop changes to src/summaryview.c (requires changes to compose.c)     
13858
13859 2002-10-12 [alfons]     0.8.5claws28
13860         
13861         * sync with main changes of 2002-10-07
13862
13863 2002-10-12 [alfons]     0.8.5claws27
13864
13865         * sync with main changes of 2002-10-04
13866         - drop changes to src/compose.c (requires claws specific changes)
13867         - drop changes to src/prefs_folder_item.c (claws implementation
13868           seems to be working)
13869
13870 2002-10-12 [colin]      0.8.5claws26
13871
13872         * src/mainwindow.c
13873                 Fix folder-flicker when space-reading, introduced 
13874                 in claws22.
13875
13876 2002-10-12 [colin]      0.8.5claws25
13877
13878         * src/compose.c
13879                 Save account address when saving as draft.
13880                 (closes bug 621838)
13881
13882 2002-10-12 [colin]      0.8.5claws24
13883
13884         * src/summaryview.c
13885                 Fix the problem consisting of no message selected
13886                 after the last message in a folder has been moved.
13887
13888 2002-10-12 [paul]       0.8.5claws23
13889
13890         * src/compose.c
13891           src/prefs_template.c
13892           src/template.[ch]
13893                 add Cc and Bcc to templates. Patch submitted by
13894                 John L. Males.
13895
13896 2002-10-12 [colin]      0.8.5claws22
13897
13898         * src/folderview.c
13899                 Fix a bug after "Check for new messages":
13900                 If a folder was opened, it was still selected at
13901                 the end of the check, but displayed empty.
13902         * src/mainwindow.c
13903                 Remove unnecessary check
13904
13905 2002-10-12 [paul]
13906
13907         * tools/README
13908                 be more verbose in the description of
13909                 OOo2sylpheed.pl
13910                 
13911
13912 2002-10-11 [colin]      0.8.5claws21
13913
13914         * src/mainwindow.c
13915                 Make space work (better) when no mail is selected
13916
13917 2002-10-11 [colin]      0.8.5claws20
13918
13919         * src/inc.c
13920           src/news.c
13921                 fix warnings
13922
13923 2002-10-11 [colin]      0.8.5claws19
13924
13925         * src/mainwindow.c
13926                 revert 0.8.5claws6 changes as i couldn't get to
13927                 anything satisfying
13928
13929 2002-10-11 [melvin]     0.8.5claws18
13930
13931         * src/compose.c
13932                 Removed buggy and unused macro (should have been committed in
13933                 0.8.5claws17)
13934
13935 2002-10-11 [melvin]     0.8.5claws17
13936
13937         * src/compose.c
13938                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13939
13940 2002-10-11 [thorsten]   0.8.5claws16 
13941
13942         * src/folderview.c
13943                 remove rescan warning
13944
13945 2002-10-11 [colin]      0.8.5claws15 
13946
13947         * src/procheader.c
13948                 fix a segfault that happens if conv_unmime_header
13949                 fails (should be better to find out why it fails)
13950
13951 2002-10-11 [christoph]  0.8.5claws14
13952
13953         * src/summaryview.c
13954                 update folderview stats after ignore/unignore thread
13955
13956 2002-10-11 [hoa]        0.8.5claws13
13957
13958         * src/quote_fmt_parse.y
13959                 Fixed a yacc/bison syntax error
13960         * src/matcher.c
13961                 Escaping of string is fixed.
13962
13963 2002-10-11 [colin]      0.8.5claws12
13964
13965         * src/imageview.c
13966                 Resize images to fit
13967
13968 2002-10-11 [paul]       0.8.5claws11
13969
13970         * po/es.po
13971                 updated by Ricardo Mones Lastra
13972
13973 2002-10-10 [alfons]     0.8.5claws10
13974
13975         * src/compose.c
13976                 allow dropping files by "moving" files from a file manager,
13977                 not only by the more cumbersome "copying". the latter 
13978                 mostly implies holding down the Control button
13979
13980 2002-10-10 [christoph]  0.8.5claws9
13981
13982         * src/summaryview.c
13983                 update folders after thread building for ignored threads
13984
13985 2002-10-10 [christoph]  0.8.5claws8
13986
13987         * config/.cvsignore
13988                 added Makefile
13989         * src/filtering.[ch]
13990         * src/folder.[ch]
13991         * src/folderview.[ch]
13992         * src/import.c
13993         * src/inc.[ch]
13994         * src/mbox.[ch]
13995         * src/procmsg.c
13996         * src/summaryview.[ch]
13997                 o added new flag need_update to FolderItem
13998                 o removed folder_table from various functions from tracking
13999                   folder updates
14000                 o set need_update flags in folder.c's move, copy and delete
14001                   functions and procmsg's flags functions
14002                 o added function folderview_update_items_when_required that
14003                   updates all folders with need_update set
14004                 o call folderview_update_items_when_required instead of
14005                   folderview_update_item_foreach
14006
14007 2002-10-09 [sergey]     0.8.5claws7
14008
14009         * src/compose.c
14010                 Strip CRs whel loading the text into editor in reedit mode.
14011
14012 2002-10-09 [colin]      0.8.5claws6
14013
14014         * src/mainwindow.c
14015                 Make Space work when no mail is selected
14016
14017 2002-10-09 [colin]      0.8.5claws5
14018
14019         * src/gtksctree.[ch]
14020                 Fix range_select
14021                 Add gtk_sctree_reanchor() 
14022         * src/summaryview.c
14023                 Use gtk_sctree_reanchor() - better fix for 
14024                 bug 60413
14025
14026 2002-10-09 [colin]      0.8.5claws4
14027
14028         * src/summaryview.c
14029                 Fix shift-click select after delete problem
14030                 (closes bug 60413)
14031
14032 2002-10-08 [thorsten]   0.8.5claws3
14033
14034         * src/summaryview.c
14035                 exclude current msg from -hide read messages-
14036
14037 2002-10-08 [colin]      0.8.5claws2
14038
14039         * src/inc.[ch]
14040           src/pop.c
14041           src/recv.c
14042                 Differentiate socket errors from disk full
14043                 errors
14044
14045 2002-10-08 [christoph]  0.8.5claws1
14046
14047         * Makefile.am
14048         * configure.in
14049                 modifications for new config directory
14050
14051         * config.guess  ** REMOVED **
14052         * config.sub    ** REMOVED **
14053         * install-sh    ** REMOVED **
14054         * ltmain.sh     ** REMOVED **
14055         * missing       ** REMOVED **
14056         * mkinstalldirs ** REMOVED **
14057                 these files are autogenerated by automake
14058                 when you run autogen.sh
14059
14060         * config/.cvsignore     ** NEW FILE **
14061         * config/Makefile.am    ** NEW FILE **
14062                 ignore autogenerated files
14063                 create a Makefile in this directory
14064
14065 2002-10-08 [paul]       0.8.5claws
14066
14067         * 0.8.5claws release
14068         
14069         * src/compose.c
14070           src/procheader.c
14071           src/procmsg.c
14072                 fix quote reply format for newsgroups reply bug
14073                 (thanks to Hoa)
14074                 
14075         * po/en_GB.po
14076           po/pl.po
14077                 updated by me and Witold Wladyslaw Wojciech Wilk
14078                 repectively
14079
14080 2002-10-07 [paul]       0.8.3claws53
14081
14082         * po/it.po
14083           po/pt_BR.po
14084           po/sr.po
14085                 updated messages catalogs, submitted by
14086                 Alessandro Maestri, Fabio Jr.Beneditto 
14087                 and Urke MMI, respectively.
14088
14089 2002-10-07 [christoph]  0.8.3claws52
14090
14091         * src/folder.[ch]
14092         * src/folderview.c
14093         * src/mainwindow.c
14094                 fix new folder ghost message bug
14095                 (closes bug [ 619722 ] wrong count for newly created folders)
14096
14097 2002-10-07 [christoph]  0.8.3claws51
14098
14099         * src/compose.c
14100                 fix news posting problem
14101
14102 2002-10-07 [melvin]     0.8.3claws50
14103
14104         * po/fr.po
14105                 Updated French translation
14106
14107 2002-10-05 [christoph]  0.8.3claws49
14108
14109         * src/gtkstext.c
14110                 check if line_start_cache is set in gtk_stext_update_text
14111                 (closes bug [ 618119 ] crash while doing search in folder)
14112
14113 2002-10-05 [christoph]  0.8.3claws48
14114
14115         * src/imap.c
14116         * src/news.c
14117         * src/utils.c
14118         * src/utils.h
14119                 implement cache cleanups for claws' folder system
14120                 (closes bug [ 595916 ] imapcache not cleaned up)
14121
14122 2002-10-05 [melvin]     0.8.3claws47
14123
14124         * src/prefs_actions.c
14125                 Made the help text more clear for the %p token
14126
14127 2002-10-04 [paul]       0.8.3claws46
14128
14129         * sync with 0.8.5
14130                 see ChangeLog 2002-10-02 and 2002-10-03
14131
14132 2002-10-04 [christoph]  0.8.3claws45
14133
14134         * src/inc.c
14135                 fix segfault caused by pop before smtp
14136                 call to inc_account_mail with NULL
14137                 pointer for mainwin
14138
14139 2002-10-04 [paul]       0.8.3claws44
14140
14141         * configure.in
14142                 sync the LDAP detection from 0.8.5cvs1
14143
14144 2002-10-02 [christoph]  0.8.3claws43
14145
14146         * po/de.po
14147                 fix small spelling error
14148
14149 2002-10-02 [melvin]     0.8.3claws42
14150
14151         * ac/aspell.m4
14152                 Behave better and say "no" when test program cannot be run.
14153
14154 2002-10-02 [paul]       0.8.3claws41
14155
14156         * sync with 0.8.4cvs1
14157                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14158                 
14159         * src/summaryview.c
14160                 toggle the behavior of Reply menuitem between
14161                 normal reply and reply-to-list
14162
14163 2002-10-01 [sergey]     0.8.3claws40
14164
14165         * src/compose.c
14166                 Convert newlines in the message text to the canonical form
14167                 before base64 encoding (RFC2045 compliance, fixes some
14168                 interoperability issues with Evolution 1.0.3)
14169
14170 2002-09-29 [colin]      0.8.3claws39
14171
14172         * src/summaryview.c
14173                 Fix an unwanted copy/paste
14174
14175 2002-09-29 [colin]      0.8.3claws38
14176
14177         * src/mainwindow.c
14178                 Renamed "Custom toolbar" to "Customize toolbar"
14179                 Renamed "Show all header" to "Show all headers"
14180                 Renamed "Set diplay item" to "Set displayed items"
14181         * src/prefs_common.c
14182                 Renamed "Show all header" to "Show all headers"
14183         * src/prefs_summary_column.c
14184                 Renamed "diplay item" to "displayed items"
14185
14186 2002-09-29 [colin]      0.8.3claws37
14187
14188         * src/mainwindow.[ch]
14189                 online/offline status pixmaps follow theme
14190                 changes
14191         * src/summaryview.[ch]
14192                 quicksearch pixmap follows theme changes
14193
14194 2002-09-29 [thorsten]   0.8.3claws36
14195
14196         * src/compose.c
14197           src/prefs_folder_item.[ch]
14198                 add default_reply_to folder option (closes patch 581044)
14199
14200 2002-09-29 [christoph]  0.8.3claws35
14201
14202         * acconfig.h    ** REMOVED **
14203         * configure.in
14204         * ac/aspell.m4
14205         * ac/check-type.m4
14206         * ac/gnupg-check-typedef.m4
14207                 fix autoheader 2.50 warning
14208
14209 2002-09-29 [christoph]  0.8.3claws34
14210
14211         * major code cleanup (part 2)
14212         
14213                 - unused variables removed
14214                 - unused functions removed
14215                 - uninitialized variables checked
14216                 - missing return statements added
14217                 - missing function return types added
14218                 - added parentheses around assignment
14219                   when suggested by gcc
14220
14221 2002-09-29 [alfons]     0.8.3claws33
14222
14223         * src/logwindow.c
14224                 log_window_clear(): only bracket gtk_text_forward_delete() 
14225                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14226                 works around GTK text bug)
14227
14228 2002-09-29 [paul]       0.8.3claws32
14229
14230         * po/bg.po
14231           po/sr.po
14232                 updated by George Danchev and Urke MMI
14233                 respectively
14234
14235 2002-09-27 [christoph]  0.8.3claws31
14236
14237         * doc-src/readme.txt
14238         * doc-src/rfc1806.txt   ** REMOVED **
14239         * doc-src/rfc2183.txt   ** NEW FILE **
14240         * doc-src/rfc2980.txt   ** NEW FILE **
14241                 update rfcs
14242
14243 2002-09-27 [melvin]     0.8.3claws30
14244
14245         * ac/aspell.m4
14246                 Fixed typo which could break linking
14247
14248 2002-09-27 [melvin]     0.8.3claws29
14249
14250         * ac/aspell.m4
14251                 Improved GNU/aspell checking. 
14252                 Fixed bug #614490
14253
14254 2002-09-27 [paul]       0.8.3claws28
14255
14256         * sync with 0.8.3cvs8
14257                 see ChangeLog 2002-09-27
14258
14259 2002-09-26 [colin]      0.8.3claws27
14260
14261         * src/toolbar.[ch]
14262           src/mainwindow.[ch]
14263                 Add "Reply to Mailing-list" to the toolbar
14264
14265 2002-09-26 [christoph]  0.8.3claws26
14266
14267         * src/summaryview.c
14268                 Fix wrong message counts in summaryview status
14269
14270 2002-09-26 [paul]       0.8.3claws25
14271
14272         * sync with 0.8.3cvs7
14273                 see ChangeLog 2002-09-26
14274
14275 2002-09-26 [paul]       0.8.3claws24
14276
14277         * sync with 0.8.3cvs6
14278                 see ChangeLog 2002-09-25
14279
14280 2002-09-25 [christoph]  0.8.3claws23
14281
14282         * src/prefs_common.c
14283         * src/prefs_folder_item.c
14284         * src/prefs_scoring.c
14285                 Renamed "kill score" to "hide score" in GUI
14286                 and prefs files
14287
14288 2002-09-25 [paul]       0.8.3claws22
14289
14290         * sync with 0.8.3cvs5
14291                 see ChangeLog 2002-09-24
14292
14293 2002-09-24 [alfons]     0.8.3claws21
14294
14295         patch by Satoshi Nagayasu: allows appending / saving multiple 
14296         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14297         'Save as ...'")
14298
14299         * AUTHORS
14300                 add Satoshi Nagayasu
14301         * src/summaryview.c
14302                 summary_save_as(): allow saving selected files to
14303                 one file
14304                 summary_set_menu_sensitive: enable "Save As..." when
14305                 multiple files are selected
14306         * src/utils.[ch]
14307                 append_file(): new function
14308
14309 2002-09-24 [colin]      0.8.3claws20
14310
14311         * src/procmime.c
14312                 Fix segfault when mimeinfo doesn't have a 
14313                 content_type. 
14314
14315 2002-09-24 [colin]      0.8.3claws19
14316
14317         * src/prefs_common.[ch]
14318                 Add a preference to display send dialog or not
14319         * src/send.c
14320                 Display send dialog according to preference
14321
14322 2002-09-24 [colin]      0.8.3claws18
14323
14324         * src/compose.[ch]
14325                 Disable user actions when sending
14326
14327 2002-09-24 [colin]      0.8.3claws17
14328
14329         * src/procmime.c
14330                 Do not display name or filename for attachments
14331                 with an application/pgp-signature type
14332                 (security flaw, see bug 537413)
14333
14334 2002-09-23 [colin]      0.8.3claws16
14335
14336         * src/editaddress.c
14337                 Initialize entry_email, entry_alias and 
14338                 entry_remarks to first email address of the list
14339
14340 2002-09-23 [colin]      0.83claws15
14341
14342         * src/compose.c
14343                 Drop pgp-signature when reediting a signed queued
14344                 message
14345
14346 2002-09-23 [melvin]     0.8.3claws14
14347
14348         * po/fr.po
14349                 Updated French translation
14350
14351 2002-09-23 [melvin]     0.8.3claws13
14352
14353         * src/mainwindow.c
14354                 Made custom toolbar menu labels more consistent
14355         * src/prefs_toolbar.c
14356                 Made custom toolbar window title more consistent
14357
14358 2002-09-22 [colin]      0.8.3claws12
14359
14360         * src/inc.c
14361                 Initialize session type to normal before getting 
14362                 mail (fixes strange Get behaviour)
14363         * src/prefs_account.h
14364                 Move STYPE_POP_BEFORE_SMTP to last position to 
14365                 avoid other side-effects
14366
14367 2002-09-22 [colin]      0.8.3claws11
14368
14369         * src/prefs_account.c
14370                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14371                 from pop3 to apop or vice-versa
14372
14373 2002-09-22 [colin]      0.8.3claws10
14374         
14375         * src/prefs_account.[ch]
14376                 Add an option for the POP before SMTP timeout
14377         * src/inc.c
14378                 Remember time of last POP connection
14379         * src/send.c
14380                 Do POP before SMTP only if timeout reached
14381
14382 2002-09-22 [oliver]     0.8.3claws9
14383         
14384         * README.claws
14385                 explain custom toolbar
14386
14387 2002-09-22 [oliver]     0.8.3claws8
14388
14389         * src/prefs_actions.[ch]
14390         custom toolbar for compose      
14391                 actions callback from compose toolbar
14392         * src/folderview.c
14393                 remove include toolbar.h
14394
14395 2002-09-22 [oliver]     0.8.3claws7
14396         
14397         * src/prefs_toolbar.[ch]
14398                 custom toolbar for compose
14399                 - generic prefs_toolbar handles both
14400                   Mainwin's toolbar as well as Compose toolbar          
14401
14402 2002-09-22 [oliver]     0.8.3claws6
14403         
14404         * src/toolbar.[ch]
14405                 custom toolbar for compose
14406                 restructure toolbar.[ch]
14407
14408 2002-09-22 [oliver]     0.8.3claws5
14409
14410         * src/compose.[ch]
14411                 custom toolbar for compose
14412
14413 2002-09-22 [oliver]     0.8.3claws4
14414         
14415         * src/mainwindow.[ch]
14416                 custom toolbar for compose 
14417                 move mainwin toolbar back to mainwindow
14418
14419 2002-09-22 [alfons]     0.8.3claws3
14420
14421         * src/procmsg.c
14422                 :%sno/if(/if (/gc
14423                 :%sno/for(/for (/gc
14424                 (beautify)
14425
14426 2002-09-22 [alfons]     0.8.3claws2
14427         
14428         * src/procmsg.c
14429                 procmsg_save_to_outbox(): don't unlink message file from queue;
14430                 callers should do it using folder_item_remove_msg()
14431
14432 2002-09-22 [colin]      0.8.3claws1
14433
14434         * src/mimeview.[ch]
14435                 Made mimeview_check_signature() public
14436         * src/textview.c
14437                 Made GPG signatures verifiable by clicking
14438                 the [application/pgp-signature] in the Text
14439                 view
14440
14441 2002-09-22 [paul]       0.8.3claws
14442
14443         * po/bg.po
14444           po/en_GB.po
14445           po/es.po
14446           po/it.po
14447           po/pl.po
14448           po/pt_BR.po
14449           po/sr.po
14450                 updated translations, submitted by George Danchev,
14451                 me, Ricardo Mones Lastra, Alessandro Maestri,
14452                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14453                 and Urke MMI, respectively.     
14454
14455 2002-09-22 [alfons]     0.8.2claws65
14456
14457         * src/procmsg.c
14458         * src/pgptext.c
14459                 no furry valgrinds have been used to plug these memleaks
14460
14461 2002-09-20 [paul]       0.8.2claws64
14462
14463         * sync with 0.8.3cvs4
14464                 'Select thread' re-implemented 
14465                 see ChangeLog 2002-09-20
14466
14467 2002-09-21 [alfons]     0.8.2claws63
14468
14469         * src/compose.c
14470                 compose_send(): plug unnoticed memleak
14471
14472 2002-09-20 [alfons]     0.8.2claws62
14473
14474         * src/addr_compl.c
14475                 replace_address_in_edit(): strict check for NULL address to
14476                 fix "[ 607348 ] Segfault in address completion". My guess is
14477                 that this happens with an empty address book, but it's good
14478                 to have this check here anyway
14479                 
14480                 completion_window_button_press(): free string returned 
14481                 from the internal cache
14482
14483 2002-09-20 [christoph]  0.8.2claws61
14484
14485         * src/procmime.h
14486                 added ENC_BINARY to EncodingType
14487         * src/procmime.c
14488                 the string returned by procmime_get_encoding_str
14489                 should not depend on the order of values in the
14490                 EncodingType definition
14491         * doc-src/rfc1806.txt   ** NEW FILE **
14492                 Added rfc1806 about MIME Content-Disposition
14493                 Extension
14494
14495 2002-09-19 [paul]       0.8.2claws60
14496
14497         * sync with 0.8.2cvs3
14498                 see ChangeLog 2002-09-19
14499
14500 2002-09-19 [paul]       0.8.2claws59
14501
14502         * src/prefs_folder_item.c
14503                 revert to Darko's original alignment of colour
14504                 selector button
14505                 add a colon to folder_color label
14506                 
14507         * src/compose.c
14508                 add Colin's patch (with Hiro's modifications) to 
14509                 force BASE64 encoding for 8-bit text when signing
14510                 (sync with 0.8.3cvs2)
14511
14512 2002-09-18 [alfons]     0.8.2claws58
14513
14514         * src/compose.c
14515                 :%sno/if(/if (/gc
14516                 :%sno/for(/for (/gc
14517                 (beautify a little bit)
14518
14519 2002-09-18 [christoph]  0.8.2claws57
14520
14521         * src/pine.c
14522                 fix handling of fgetc return value
14523
14524 2002-09-17 [alfons]     0.8.2claws56
14525         
14526         * src/summaryview.c
14527                 summary_sort(): check non-NULL summaryview->folder_item when no 
14528                 folder is selected at all
14529                 (closes "[ 610344 ] sort label make syl Crash")
14530
14531 2002-09-17 [alfons]     0.8.2claws55
14532         
14533         * src/compose.c
14534                 beautify a little bit
14535
14536 2002-09-17 [christoph]  0.8.2claws54
14537
14538         * src/folder.c
14539                 initialize max values for cache and folder
14540                 when cache or folder is empty
14541
14542 2002-09-15 [colin]      0.8.2claws53
14543
14544         * src/compose.c
14545                 Fix a leak (thanks Alfons!) and cleaned
14546                 variables names for custom headers
14547
14548 2002-09-15 [colin]      0.8.2claws52
14549
14550         * src/compose.c
14551                 Fix custom headers recognition when
14552                 prefs_common.trans_hdr is on
14553
14554 2002-09-15 [colin]      0.8.2claws51
14555
14556         * src/compose.c
14557                 Allow dynamically-added custom headers
14558                 Yet not reparsed if reedited
14559
14560 2002-09-15 [alfons]     0.8.2claws50
14561
14562         * src/prefs_account.c
14563                 fix warnings
14564
14565 2002-09-15 [colin]      0.8.2claws49
14566         
14567         * src/prefs_account.c
14568                 fix pop_before_smtp sensitivity
14569
14570 2002-09-15 [colin]      0.8.2claws48
14571
14572         * src/inc.[ch]
14573                 add inc_pop_before_smtp()
14574                 allow MainWindow to be undefined in 
14575                 inc_account_mail() and inc_start()
14576         * src/pop.c
14577           src/prefs_account.h
14578                 add STYPE_POP_BEFORE_SMTP session type
14579         * src/prefs_account.c
14580                 activated pop before smtp option
14581         * src/send.c
14582                 do pop before smtp if the relevant option 
14583                 is set
14584
14585 2002-09-15 [paul]       0.8.2claws47
14586
14587         * sync with 0.8.3
14588                 see ChangeLog 2002-09-15
14589
14590 2002-09-14 [paul]       0.8.2claws46
14591
14592         * po/bg.po
14593                 updated Bulgarian translation, submitted by
14594                 George Danchev
14595
14596 2002-09-13 [paul]       0.8.2claws45
14597
14598         * src/compose.c
14599                 merge claws' select_account() with main's
14600                 (new) compose_select_account(). [sync with
14601                 0.8.2cvs15, see ChangeLog 2002-09-11]
14602
14603 2002-09-12 [christoph]  0.8.2claws44
14604
14605         * src/filter.c
14606                 allocate 1 elements of FolderItem not 0
14607
14608 2002-09-12 [colin]      0.8.2claws43
14609
14610         * src/compose.c
14611                 Fix bug #590825 (obey Follow-up: poster)
14612
14613 2002-09-12 [colin]      0.8.2claws42
14614
14615         * src/procmime.c
14616                 Fix bug #557009 (wrong headers for messages 
14617                 forwarded as attachments)
14618
14619 2002-09-11 [colin]      0.8.2claws41
14620         
14621         * src/compose.c
14622                 Put SCF: pseudo-header on top of message
14623                 Set draft tmp_flag when saved as draft
14624
14625         * src/procmsg.c
14626           src/procheader.c
14627                 Skip after first \n\n for beginning of real message
14628                 for drafts too
14629
14630 2002-09-11 [christoph]  0.8.2claws40
14631
14632         * src/filtering.c
14633                 use procmsg flag functions in filtering or processing
14634                 will cause incorrect folder message counts
14635
14636 2002-09-11 [colin]      0.8.2claws39
14637
14638         * src/compose.c
14639                 Fix bug #550175 - wrong save folder when reediting
14640                 drafts
14641
14642 2002-09-11 [paul]       0.8.2claws38
14643
14644         * sync with 0.8.2cvs14
14645                 see ChangeLog 2002-09-11
14646
14647 2002-09-11 [colin]      0.8.2claws37
14648
14649         * src/folder.c
14650                 Fix a typo (seeming to cause new/unread status to
14651                 be lost)
14652
14653 2002-09-10 [christoph]  0.8.2claws36
14654
14655         * src/compose.c
14656                 compose_redirect should not use compose_generic_new
14657                 because that does more stuff than expected including
14658                 opening the external editor
14659                 (closes bug "[ 526608 ] bounced messages appear blank
14660                  in editor")
14661
14662 2002-09-10 [christoph]  0.8.2claws35
14663
14664         * src/folder.c
14665                 fix problem with too large message number range
14666                 causing a crash in folder_item_scan
14667
14668 2002-09-10 [paul]       0.8.2claws34
14669
14670         * sync with 0.8.2cvs13
14671                 see ChangeLog 2002-09-10
14672
14673 2002-09-10 [christoph]  0.8.2claws33
14674
14675         * src/msgcache.c
14676                 set MsgInfo TmpFlags for queue and draft folders
14677                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14678
14679 2002-09-10 [paul]       0.8.2claws32
14680
14681         * AUTHORS
14682           po/bg.po      ** NEW FILE **
14683                 new Bulgarian translation submitted by
14684                 George Danchev <danchev@spnet.net>
14685                 
14686         * tools/Makefile.am
14687           tools/README
14688           tools/tb2sylpheed     ** NEW FILE **
14689                 add script that converts an addressbook exported
14690                 from The Bat! into a Sylpheed addressbook. Submitted
14691                 by Urke MMI <urke-kg@eunet.yu>
14692
14693 2002-09-10 [paul]       0.8.2claws31
14694
14695         * sync with 0.8.2cvs12
14696                 see ChangeLog 2002-09-10
14697
14698 2002-09-06 [paul]       0.8.2claws30
14699
14700         * src/prefs_common.c
14701                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14702                 
14703         * tools/Makefile.am
14704           tools/README
14705           tools/ldif-to-xml.py  ** REMOVED **
14706                 remove obsolete python script
14707
14708 2002-09-06 [paul]       0.8.2claws29
14709
14710         * sync with 0.8.2cvs10
14711                 see ChangeLog 2002-09-06
14712
14713 2002-09-04 [paul]       0.8.2claws28
14714
14715         * sync with 0.8.2cvs9
14716                 see ChangeLog 2002-08-04
14717
14718 2002-09-04 [colin]      0.8.2claws27 
14719
14720         * src/prefs_common.[ch]
14721                 Added signature color configuration
14722         * src/textview.c
14723                 Use user-specified signature color
14724
14725 2002-09-03 [colin]      0.8.2claws26
14726
14727         * src/prefs_common.[ch]
14728                 Added autosave and autosave_length prefs
14729         * src/compose.c
14730                 Added compose_remove_draft()
14731                 Auto-save drafts according to the prefs
14732         * src/main.c
14733                 Added a crash-indicator file, allowing to check
14734                 for new messages on startup if Sylpheed crashed
14735                 (makes saved drafts "reappear")
14736
14737 2002-09-03 [colin]      0.8.2claws25
14738
14739         * src/textview.[ch]
14740                 Grey the signature
14741
14742 2002-09-03 [paul]       0.8.2claws24
14743
14744         * sync with 0.8.2cvs8
14745                 see ChangeLog 2002-09-02 and 2002-09-03
14746
14747 2002-09-03 [darko]      0.8.2claws23
14748
14749         * src/folderview.c
14750                 use normal style when creating new folder to pick
14751                 proper font size 
14752
14753 2002-09-02 [melvin]     0.8.2claws22
14754
14755         * src/gtkaspell.m4
14756                 removed some obsolete code
14757
14758 2002-09-02 [melvin]     0.8.2claws21
14759
14760         * ac/aspell.m4
14761                 fixed test's equality sign (== to =)
14762
14763 2002-09-02 [alfons]     0.8.2claws20
14764
14765         * src/folder.c
14766         * src/mh.c
14767                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14768                 as folder->destroy virtual as suggested by Hiro
14769                 (the mh.c code seems to have been lost around mh.c.1.21)
14770
14771 2002-09-02 [paul]       0.8.2claws19
14772
14773         * po/pt_BR.po
14774                 updated by Fabio Jr. Beneditto
14775                 
14776         * src/defs.h
14777                 use 'http://claws.sylpheed.org' for homepage link. 
14778                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14779
14780 2002-09-01 [alfons]     0.8.2claws18
14781
14782         * src/mh.c
14783                 plug memleak related to one Martin Kluge found
14784
14785 2002-08-31 [paul]       0.8.2claws17
14786
14787         * sync with 0.8.2cvs6
14788                 see ChangeLog 2002-08-30
14789
14790 2002-08-31 [alfons]     0.8.2claws16
14791
14792         * src/folder.c
14793                 folder_destroy(): remove mailbox from folderlist even if it has
14794                 no destroy virtual
14795
14796 2002-08-31 [alfons]     0.8.2claws15
14797
14798         * src/folder.c
14799                 :%sno/if(/if (/gc
14800                 :%sno/for(/for (/gc
14801                 (being pedantic I know)
14802
14803 2002-08-31 [alfons]     0.8.2claws14
14804
14805         * src/folder.c
14806                 check for NULL pointers returned from folder->fetch_msginfo virtual
14807                 (should solve some reported crashes)
14808
14809 2002-08-30 [alfons]     0.8.2claws13
14810
14811         * acconfig.h
14812         * configure.in
14813         * src/crash.c
14814                 enable crash dialog on compilation time
14815                 (--enable-crash-dialog configure option)
14816
14817 2002-08-30 [alfons]     0.8.2claws12
14818
14819         * AUTHORS
14820                 add Martin Kluge
14821         * src/mh.c
14822                 apply memory leak plug patch by Martin Kluge
14823                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14824                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14825                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14826
14827 2002-08-30 [darko]      0.8.2claws11
14828
14829         * src/folderview.c
14830                 copy Gtk style from normal style to match
14831                 font size for coloured folders
14832
14833 2002-08-29 [alfons]     0.8.2claws10
14834
14835         * sylpheed.desktop
14836                 Type=Internet <- Type=Application
14837                 (reported by Michael Schwendt, see:
14838                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14839                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14840
14841 2002-08-29 [paul]       0.8.2claws9
14842
14843         * sync with 0.8.2cvs5
14844                 see ChangeLog 2002-08-29
14845
14846 2002-08-29 [colin]      0.8.2claws8
14847
14848         * src/summaryview.c
14849                 Added a sanity check in summary_select_thread
14850                 Should fix bug 601605
14851
14852 2002-08-29 [colin]      0.8.2claws7
14853
14854         * src/main.c
14855                 Revert claws6 changes regarding bug #591676
14856
14857 2002-08-28 [colin]      0.8.2claws6
14858         
14859         * src/main.c
14860                 Ignore cache for queue folderitems
14861                 Fix bug #591676
14862
14863 2002-08-28 [melvin]     0.8.2claws5
14864
14865         * README.claws
14866                 Fixed typos.
14867
14868 2002-08-28 [melvin]     0.8.2claws4
14869
14870         * README.claws
14871                 Updated a bit the text concerning the spell checker
14872
14873 2002-08-28 [melvin]     0.8.2claws3
14874
14875         Merged the GNU_aspell_branch:
14876                 Support of new GNU/aspell is now included and the old pspell
14877                 is not supported anymore.
14878                 See README.claws
14879
14880         * README.claws
14881                 Updated spell checker text to reflect the switch to GNU/aspell
14882
14883         * ac/aspell.m4          *** NEW ***
14884         * src/gtkaspell.[ch]    *** NEW *** 
14885         * ac/pspell.m4          *** DELETED *** 
14886         * src/gtkspell.[ch]     *** DELETED ***
14887
14888         * ac/Makefile.am
14889                 Updated for GNU/aspell support
14890
14891         * po/POTFILES.in
14892                 Replaced gtkspell.c by gtkaspell.c
14893
14894         * acconfig.h
14895         * src/Makefile.am
14896         * src/about.c
14897         * src/compose.[ch]
14898         * src/crash.c
14899         * src/main.c
14900         * src/prefs_common.[ch]
14901                 Updated for GNU/aspell support
14902
14903 2002-08-28 [paul]       0.8.2claws2
14904
14905         * sync with 0.8.2cvs4
14906                 see ChangeLog 2002-08-27 and 2002-08-28
14907
14908 2002-08-28 [colin]      0.8.2claws1
14909
14910         * src/summary_search.c
14911                 Added "AND search"
14912
14913 2002-08-28 [jens]       0.8.2claws
14914
14915         *po/de.po
14916                 Updated German translations
14917
14918 2002-08-27 [melvin]     0.8.2claws
14919
14920         * po/fr.po
14921                 Updated French translations
14922
14923 2002-08-27 [paul]       0.8.2claws
14924
14925         * sync with 0.8.2 main release
14926
14927         * po/en_GB.po
14928           po/es.po
14929           po/it.po
14930           po/pl.po
14931           po/pt_BR.po
14932           po/sr.po
14933                 updated message catalogs submitted by
14934                 Ricardo Mones Lastra, Alessandro Maestri,
14935                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14936                 Beneditto and Urke MMI  
14937
14938 2002-08-27 [hoa]        0.8.1claws123
14939
14940         * src/mainwindow.[ch]
14941         * src/summaryview.[ch]
14942                 removed the "filter setting" menu option.
14943                 add a "cancel a news message" menu option.
14944
14945 2002-08-26 [martin]     0.8.1claws122
14946
14947         * ChangeLog.claws
14948                 changed string under 0.8.1claws79 changed by myself
14949                 i'm sorry alfons :(
14950
14951 2002-08-26 [martin]     0.8.1claws121
14952
14953         * src/crash.c
14954                 added kill command to debuggerrc to start crash dialog
14955
14956 2002-08-26 [paul]       0.8.1claws120
14957
14958         * sync with 0.8.1cvs31
14959                 see ChangeLog 2002-08-26
14960
14961 2002-08-25 [alfons]     0.8.1claws119
14962
14963         * src/procmsg.c
14964                 fix bug that didn't send out correct headers to news server
14965                 when sending news article and email from queue (bug reported
14966                 and patch provided by Tim Mann; closes bug 
14967                 "[ 583196 ] 0.7.8claws can't post news")
14968
14969 2002-08-25 [alfons]     0.8.1claws118
14970
14971         * src/selective_download.c
14972                 mark two strings as translatable
14973                 (thanks to Urke MMI for pointing this out)
14974
14975 2002-08-25 [alfons]     0.8.1claws117
14976
14977         * src/summaryview.c
14978                 treat sent boxes as special and allow sorting them by addressee
14979                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14980                 submitted by Steve Lamb)
14981
14982 2002-08-24 [alfons]     0.8.1claws116
14983
14984         * src/matcher.c
14985                 fix memleak reported by Martin Kluge
14986                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14987
14988 2002-08-24 [oliver]     0.8.1claws115
14989
14990         * src/prefs_toolbar.c
14991                 o code cleanup as suggested by Alfons
14992                 o memleak fix
14993
14994 2002-08-24 [alfons]     0.8.1claws114
14995
14996         * src/summaryview.c
14997                 o fix another memory leak reported by Martin Kluge
14998                   (see "[ 599568 ] Small Memory Leak")
14999                 o remove 'from' variable from 'summary_set_header()'; we can
15000                   do with just 'to' 
15001
15002 2002-08-24 [paul]       0.8.1claws113
15003
15004         * sync with 0.8.1cvs30
15005                 see ChangeLog 2002-08-23
15006
15007 2002-08-24 [alfons]     0.8.1claws112
15008
15009         * src/summaryview.c
15010                 remove unnecessary allocations for search bar fixing leaks
15011                 reported by Martin Kluge
15012                 (see "[ 599451 ] Further memory leaks?")
15013
15014 2002-08-24 [alfons]     0.8.1claws111
15015
15016         * src/main.c
15017                 make get_socket_name() public for crash.c
15018         * src/crash.c
15019                 o make report bug button work (goes to claws' 
15020                   bug tracker at sf.net)
15021                 o introduce function for doing important stuff just
15022                   before claws goes down
15023                 o clean up code 
15024
15025 2002-08-24 [alfons]     0.8.1claws110
15026
15027         * src/compose.c
15028                 move cursor to "To" entry when forwarding as attachment
15029                 (reported and solved by Steve Lamb, closes bug report
15030                 "[ 592880 ] Forward as attachment; cursor not in to")
15031
15032 2002-08-24 [colin]      0.8.1claws109
15033
15034         * src/mainwindow.c
15035                 fix quick search visibility after GUI (de)separations.
15036
15037 2002-08-23 [colin]      0.8.1claws108
15038
15039         * src/mainwindow.c
15040                 fix header pane visibility after folderview or
15041                 messageview (de)separation
15042
15043 2002-08-23 [paul]       0.8.1claws107
15044
15045         * src/mainwindow.[ch]
15046           src/toolbar.c
15047                 give full control of display or non-display 
15048                 of the Execute icon to Custom toolbar settings.
15049                 add new sensitivity condition to maninwindow.h: 
15050                 M_DELAY_EXEC
15051
15052         * ChangeLog
15053           ChangeLog.jp
15054           NEWS
15055                 more sync with 0.8.1cvs29
15056
15057 2002-08-23 [melvin]     0.8.1claws106
15058
15059         * src/alertpanel.c
15060                 Readded support for custom widget in alertpanel lost in last
15061                 sync.
15062
15063 2002-08-23 [paul]       0.8.1claws105
15064
15065         * sync with 0.8.1cvs29
15066                 see ChangeLog 2002-08-23
15067
15068 2002-08-23 [colin]      0.8.1claws104
15069
15070         * src/summaryview.c
15071                 Fix folder and search pixmaps exchanging positions
15072                 after theme or toolbar changes. Thank to Oliver for 
15073                 reporting this.
15074
15075 2002-08-23 [colin]      0.8.1claws103
15076
15077         * src/mainwindow.c
15078           src/messageview.[ch]
15079           src/noticeview.[ch]
15080           src/summaryview.c
15081                 Changed messageview_create() and noticeview_create()
15082                 to avoid the last gdk_warning
15083
15084 2002-08-22 [colin]      0.8.1claws102
15085
15086         * src/summaryview.c
15087                 Fix my new `Creating pixmap from xpm' warning
15088
15089 2002-08-22 [colin]      0.8.1claws101
15090
15091         * src/mainwindow.c
15092                 Fix some of the gdk warnings
15093
15094 2002-08-22 [colin]      0.8.1claws100
15095
15096         * src/Makefile.am
15097         * src/stock_pixmap.c
15098         * src/stock_pixmap.h
15099         * src/pixmaps/quicksearch.xpm *ADDED*
15100                 Add the quicksearch pixmap
15101         * src/mainwindow.c
15102         * src/summaryview.c
15103         * src/summaryview.h
15104                 Make quicksearch bar visible/hidden via a button
15105
15106 2002-08-22 [christoph]  0.8.1claws99
15107
15108         * src/folder.c
15109                 fix folder update for newsgroups with message
15110                 numbers below minimum number of articles to fetch
15111                 (closes bug #598445)
15112
15113 2002-08-22 [paul]       0.8.1claws98
15114
15115         * sync with 0.8.1cvs28
15116                 see ChangeLog 2002-08-22
15117
15118 2002-08-21 [alfons]     0.8.1claws97
15119
15120         * src/crash.c
15121                 use bt instead of bt full which seems to work 
15122                 better, and bt full doesn't give a great deal 
15123                 of information anyway
15124
15125 2002-08-21 [colin]      0.8.1claws96
15126
15127         * src/summaryview.c
15128                 fix summaryview_searchtype_changed prototype
15129
15130 2002-08-21 [christoph]  0.8.1claws95
15131
15132         * src/mainwindow.c
15133                 o fix broken menu update for sorting type, we have to
15134                   get this info from the summaryview now
15135                 o removed setting of threaded state in menu callback
15136         * src/summaryview.[ch]
15137                 more summaryview/folderitem seperation for
15138                 threading option
15139         * configure.in
15140                 removed not required --with-compiler-flags option
15141
15142 2002-08-21 [oliver]     0.8.1claws94
15143         
15144         * src/toolbar.h 
15145                 o rename toolbar.xml to toolbar_main.xml
15146                   since toolbar_compose.xml might come up 
15147                   any time soon
15148         * README.claws
15149                 add custom toolbar              
15150
15151 2002-08-21 [darko]      0.8.1claws93
15152
15153         * src/procmsg.c
15154                 don't reset tmp flags for messages copied
15155                 to sent folder
15156
15157 2002-08-21 [colin]      0.8.1claws92
15158         
15159         * src/prefs_filtering.c
15160                 fix renaming rules on folder rename 
15161                 when folder is not a leaf folder
15162
15163 2002-08-21 [paul]       0.8.1claws91
15164
15165         * src/prefs_folder_item.c
15166                 fix alignment of colour selector
15167
15168 2002-08-21 [paul]       0.8.1claws90
15169
15170         * sync with 0.8.1cvs27
15171                 see ChangeLog 2002-08-21
15172
15173 2002-08-21 [paul]       0.8.1claws89
15174
15175         * src/summaryview.c
15176                 fix crash when changing field type in
15177                 Quick search bar
15178
15179 2002-08-21 [colin]      0.8.1claws88
15180
15181         * src/summaryview.c
15182                 Made quick search case-insensitive
15183
15184 2002-08-21 [paul]       0.8.1claws87
15185
15186         * sync with 0.8.1cvs26
15187                 see ChangeLog 2002-08-21
15188
15189 2002-08-20 [christoph]  0.8.1claws86
15190
15191         * src/folderview.c
15192         * src/main.c
15193         * src/summaryview.[ch]
15194                 more summaryview/folderitem seperation for
15195                 sort_key and sort_type
15196         * src/procmsg.c
15197                 added missing return statement
15198
15199 2002-08-20 [colin]      0.8.1claws85
15200
15201         * src/summaryview.[ch]
15202                 Added a quick search box
15203         * src/mainwindow.c
15204         * src/prefs_common.[ch]
15205                 Added a show/hide option for the quick search
15206
15207 2002-08-20 [oliver]     0.8.1claws84
15208         
15209         * src/mainwindow.c
15210                 remove toolbar_create_popups
15211         * src/toolbar.[ch]
15212                 o remove toolbar_create_popups
15213                 o fix toolbar_set_sensitive 
15214                   (Bug reports #596834 and #596832)     
15215         * src/prefs_toolbar.c
15216                 o add "Set default" button
15217                 o align label and text + combo widgets
15218
15219 2002-08-20 [hoa]        0.8.1claws83bis
15220
15221         * src/imap.c
15222                 fixed a bug in imap_fetch_msginfo() in case there is no
15223                 current folder.
15224
15225 2002-08-20 [darko]      0.8.1claws83
15226
15227         * src/folderview.c
15228                 copy the color style of folder view so it
15229                 works with GTK themes
15230
15231 2002-08-20 [darko]      0.8.1claws82
15232
15233         * src/folder.h
15234         * src/folderview.c
15235         * src/prefs_folder_item.[hc]
15236                 don't use UI stuff in folder.h
15237
15238 2002-08-20 [darko]      0.8.1claws81
15239
15240         * src/folder.h
15241         * src/prefs_folder_item.h
15242         * src/folderview.c
15243         * src/prefs_folder_item.c
15244                 ability to set folder color in folderview
15245
15246 2002-08-19 [alfons]     0.8.1claws80
15247
15248         * src/summaryview.c
15249                 fix one of the earlier memleaks reported by Martin Kluge
15250
15251 2002-08-19 [alfons]     0.8.1claws79
15252
15253         * src/mainwindow.c
15254                 hide notice view when selecting seperate folder
15255                 view (reported by Urke MMI)
15256
15257 2002-08-19 [christoph]  0.8.1claws78
15258
15259         * src/folderview.c
15260         * src/prefs_folder_item.h
15261         * src/summaryview.[ch]
15262                 o add summary_set_prefs_from_folderitem to set
15263                   summaryview prefs (first step to remove all
15264                   references to the folderitem in summaryview)
15265                 o moved compiled regex stuff from folderitem prefs
15266                   to summaryview code
15267
15268 2002-08-19 [paul]       0.8.1claws77
15269
15270         * src/compose.c
15271                 add check for '.' to QUOTE_IF_REQUIRED
15272
15273 2002-08-19 [paul]       0.8.1claws76
15274
15275         * src/inc.c
15276                 sync with 0.8.1cvs25 (plug memory leak)
15277
15278         * src/prefs_toolbar.c
15279                 re-order prefs_toolbar_cancel()
15280
15281 2002-08-18 [alfons]     0.8.1claws75
15282
15283         * src/inc.c
15284         * src/matcher.c
15285                 plug other memleaks reported by Martin Kluge
15286
15287 2002-08-18 [paul]       0.8.1claws74
15288
15289         * po/pt_BR.po
15290                 updated by Fabio Jr. Beneditto
15291
15292 2002-08-18 [paul]       0.8.1claws73
15293
15294         * src/toolbar.[ch]
15295                 fix bug where tooltips were displayed untranslated              
15296
15297         * src/prefs_toolbar.c
15298                 fix bug where clicking 'Cancel' creates an icon & text
15299                 toolbar regardless of prefs
15300         
15301
15302 2002-08-17 [oliver]     0.8.1claws72
15303
15304         * src/prefs_toolbar.c
15305                 update toolbar on CANCEL
15306                 bug reported by Martin Kluge
15307         * src/toolbar.c
15308                 toolbar_destroy memleak fixed           
15309
15310 2002-08-17 [alfons]     0.8.1claws71
15311
15312         * src/toolbar.c
15313                 plug another memleak reported by Martin Kluge
15314
15315 2002-08-16 [alfons]     0.8.1claws70
15316
15317         * src/crash.c
15318                 use execvp() correctly (suggested by wwp; thanks!)
15319
15320 2002-08-16 [alfons]     0.8.1claws69
15321
15322         * src/gtksctree.c
15323                 plug memory leak reported by Kim Schultz & Martin Kluge
15324
15325 2002-08-16 [paul]       0.8.1claws68
15326
15327         * po/es.po
15328                 updated by Ricardo Mones Lastra
15329
15330 2002-08-16 [paul]       0.8.1claws67
15331
15332         * src/toolbar.h
15333                 fix bug where 'Compose News' icon showed wrong
15334                 tooltip
15335
15336 2002-08-16 [paul]       0.8.1claws66
15337
15338         * sync with 0.8.1cvs24
15339                 see ChangeLog 2002-08-16
15340
15341         * po/it.po
15342                 updated by Alessandro Maestri
15343
15344 2002-08-15 [paul]       0.8.1claws65
15345
15346         * po/sr.po
15347                 updated by Urke MMI
15348
15349 2002-08-15 [paul]       0.8.1claws64
15350
15351         * src/*.c
15352                 don't translate debug info
15353
15354         * src/matcher.[ch]
15355                 add copyright info
15356
15357 2002-08-15 [paul]       0.8.1claws63
15358
15359         * src/prefs_toolbar.c
15360                 fix bug where clicking 'OK' creates an icon & text
15361                 toolbar regardless of prefs
15362
15363 2002-08-14 [alfons]     0.8.1claws62
15364
15365         * src/main.c
15366                 add global var that has the full argv[0]
15367         * src/crash.c
15368                 o execvp the correct sylpheed by using argv0
15369                   and setting the correct work dir
15370                 o other tweaks  
15371
15372 2002-08-14 [oliver]     0.8.1claws61
15373         
15374         * enable/disable Toolbar Action Buttons 
15375         * code cleanups
15376         * src/mainwindow.c
15377         * src/toolbar.[ch]      
15378         * src/prefs_toolbar.c   
15379
15380 2002-08-14 [melvin]     0.8.1claws60
15381
15382         * po/fr.po
15383                 Updated French translations
15384
15385 2002-08-14 [melvin]     0.8.1claws59
15386
15387         * src/crash.c
15388                 Made bug report not translatable
15389         * src/exporthtml.c
15390                 Fixed exporthtml_build_filespec() return value
15391         * src/foldersel.c
15392                 Fixed incorrect include file
15393         * src/gtkspell.c
15394         * src/prefs_actions.c
15395         * src/prefs_toolbar.c
15396                 Made debug info not translatable
15397         * src/mutt.c
15398         * src/quote_fmt.c
15399                 Added missing includes
15400         * src/prefs_common.c
15401                 Fixed typo
15402
15403 2002-08-14 [paul]       0.8.1claws58
15404
15405         * faq/es/sylpheed-faq.html
15406           faq/es/sylpheed-faq-[1-3].html
15407           faq/es/sylpheed-faq-4.html     **NEW FILE **
15408                 update Spanish FAQ
15409
15410 2002-08-13 [christoph]  0.8.1claws57
15411
15412         * src/procmsg.c
15413                 ignore thread fix that did not mark all
15414                 child nodes of a ignored thread as
15415                 ignored. Does not work perfectly yet,
15416                 but it is better now
15417
15418 2002-08-13 [alfons]     0.8.1claws56
15419
15420         * src/crash.c
15421                 o implement 'save crash log'
15422                 o some tweaks
15423
15424 2002-08-13 [melvin]     0.8.1claws55
15425
15426         * src/main.c
15427                 removed unrequired "execinfo.h" header
15428
15429 2002-08-12 [paul]       0.8.1claws54
15430
15431         * faq/en/sylpheed-faq.html
15432           faq/en/sylpheed-faq-[1-3].html
15433           faq/en/sylpheed-faq-4.html     **NEW FILE **
15434                 update English FAQ
15435
15436 2002-08-12 [alfons]     0.8.1claws53
15437
15438         * po/POTFILES.in
15439                 add crash.c to translatables
15440         * src/crash.c
15441                 bring in Leandro's crash dialog
15442
15443 2002-08-11 [alfons]     0.8.1claws52
15444
15445         * src/crash.c
15446                 clean up some warnings
15447
15448 2002-08-11 [alfons]     0.8.1claws51
15449
15450         * acconfig.h
15451         * configure.in
15452         * src/crash.[ch]        ** NEW FILES **
15453         * src/main.c            
15454                 initial gdb crash handler
15455
15456 2002-08-11 [paul]       0.8.1claws50
15457
15458         * src/prefs_toolbar.c
15459                 replace Up/Down arrow pixmaps with text to be
15460                 consistent across icon themes
15461
15462 2002-08-11 [paul]       0.8.1claws49
15463
15464         * src/prefs_common.c
15465           src/prefs_toolbar.c
15466                 rename 'Pixmap' -> 'Icon'
15467
15468         * src/toolbar.[ch]
15469                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15470
15471 2002-08-10 [paul]       0.8.1claws48
15472
15473         * src/prefs_toolbar.c
15474                 re-work the UI
15475
15476 2002-08-10 [paul]       0.8.1claws47
15477
15478         * src/main.c
15479                 don't write Processing progress to status bar
15480                 patch submitted by Alexander Evseev
15481
15482         * src/prefs_toolbar.c
15483                 re-position and resize window
15484                 make window assume correct size on first call
15485
15486 2002-08-10 [paul]       0.8.1claws46
15487
15488         * src/mainwindow.c
15489           src/prefs_toolbar.c
15490           src/toolbar.c
15491           src/toolbar.h
15492                 obey coding style
15493                 follow UI text conventions
15494
15495 2002-08-10 [alfons]     0.8.1claws45
15496
15497         * src/toolbar.c
15498                 correct pixmap for delete action
15499
15500 2002-08-10 [paul]       0.8.1claws44
15501
15502         * po/pt_BR.po
15503                 updated by Fabio Jr. Beneditto
15504
15505 2002-08-10 [paul]       0.8.1claws43
15506
15507         * po/POTFILES.in
15508                 add custom toolbar files
15509
15510 2002-08-10 [paul]       0.8.1claws42
15511
15512         * sync with 0.8.1cvs22
15513                 see ChangeLog 2002-08-09
15514
15515 2002-08-09 [paul]       0.8.1claws41
15516
15517         * tools/Makefile.am
15518           tools/README
15519           tools/outlook2sylpheed.pl     ** NEW FILE **
15520                 add script to convert exported Outlook
15521                 contacts list to a Sylpheed addressbook.
15522                 Submitted by Ricardo Mones Lastra.
15523
15524 2002-08-09 [paul]       0.8.1claws40
15525
15526         * AUTHORS
15527           configure.in
15528           po/sr.po      ** NEW FILE **
15529                 add Serbian message catalog. Submitted by
15530                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15531
15532 2002-08-09 [paul]       0.8.1claws39
15533
15534         * sync with 0.8.1cvs21
15535                 see ChangeLog 2002-08-08
15536
15537 2002-08-08 [oliver]     0.8.1claws38
15538
15539         * src/mainwindow.c
15540                 move Custom Toolbar to Configuration menu
15541
15542 2002-08-08 [oliver]     0.8.1claws37
15543
15544         * src/prefs_toolbar.c
15545                 fix substitute pixmap bug
15546
15547 2002-08-08 [paul]       0.8.1claws36
15548
15549         * sync with 0.8.1cvs19
15550                 see ChangeLog 2002-08-08
15551
15552 2002-08-07 [christoph]  0.8.1claws35
15553
15554         * src/utils.c
15555                 fixed a memory leak in new canonicalize_file_replace
15556
15557 2002-08-07 [christoph]  0.8.1claws34
15558
15559         * src/utils.[ch]
15560                 o canonicalize_file_replace should create the temporary
15561                   file in the same directory as the original file.
15562                 o added get_tmpfile_in_dir that creates a temorary file
15563                   in a specified directory.
15564
15565 2002-08-07 [melvin]     0.8.1claws33
15566
15567         * src/toolbar.c
15568                 fixed bug where 'Article' button acted as 'Email' button.
15569
15570 2002-08-07 [paul]       0.8.1claws32
15571
15572         * sync with 0.8.1.cvs17
15573                 see ChangeLog 2002-08-07
15574
15575 2002-08-07 [colin]      0.8.1claws31
15576         
15577         * src/news.c
15578                 fix mass-cancel problem
15579
15580 2002-08-07 [thorsten]   0.8.1claws30
15581
15582         * src/prefs_toolbar.c
15583                 fix: crash on replace or add new button
15584         * src/toolbar.c
15585                 fix: close xmlfile after reading
15586         * src/utils.c
15587                 fix: unlink() file before rename()
15588
15589 2002-08-06 [paul]       0.8.1claws29
15590
15591         * sync with 0.8.cvs15
15592                 see ChangeLog 2002-08-06
15593
15594 2002-08-06 [oliver]     0.8.1claws28
15595
15596         * src/toolbar.c
15597         * src/prefs_toolbar.c
15598                 fixed empty toolbar issue
15599
15600 2002-08-06 [oliver]     0.8.1claws27
15601
15602         * Custom Toolbar Final 
15603         * src/folderview.c
15604         * src/inc.c
15605         * src/summaryview.c
15606                 o toolbar stuff now lives in src/toolbar.[ch]
15607                 o main_window_toolbar_* functions are renamed to
15608                   toolbar_* reflecting their new source file
15609         * src/mainwindow.[ch]
15610                 o remove toolbar stuff  
15611
15612 2002-08-06 [oliver]     0.8.1claws26
15613         
15614         * src/Makefile.am
15615         * src/prefs_toolbar.[ch]        **New File**
15616         * src/toolbar.[ch]              **New File**
15617                 o prefs_toolbar.[ch] custom toolbar frontend
15618                 o toolbar.[ch]       backend 
15619
15620 2002-08-06 [oliver]     0.8.1claws25
15621
15622         * src/prefs_actions.[ch]
15623                 o new exported function actions_execute
15624
15625 2002-08-06 [paul]       0.8.1claws24
15626
15627         * sync with 0.8.1cvs4
15628                 see ChangeLog 2002-08-06
15629
15630 2002-08-06 [paul]       0.8.1claws23
15631
15632         * sync with 0.8.1cvs13
15633                 see ChangeLog 2002-08-06
15634
15635 2002-08-06 [paul]       0.8.1claws22
15636
15637         * sync with 0.8.1cvs12
15638                 see ChangeLog 2002-08-05 and 2002-08-06
15639
15640 2002-08-06 [match]      0.8.1claws21
15641
15642         * src/addrclip.c
15643                 improvements to cut/copy/paste address
15644
15645 2002-08-05 [match]      0.8.1claws20
15646
15647         * src/addritem.[ch]
15648         * src/addrcache.c
15649         * src/addrbook.c
15650         * src/editaddress.c
15651         * src/addressbook.c
15652                 fixes to improve cut/copy/paste
15653
15654 2002-08-06 [melvin]     0.8.1claws19
15655
15656         * src/account.[ch]
15657                 account_find_all_from_address(): new function that returns the
15658                 list of all accounts that are matched in an address.
15659         * src/alertpanel.[ch]
15660                 alertpanel() now accepts a custom widget
15661                 alertpanel_with_widget(): new function that pops up a panel with
15662                 a custom widget in it 
15663         * src/gtkutils.[ch]
15664                 gtkut_account_menu_new(): new function that allows the selection
15665                 of an account from a list of accounts.
15666         * src/messageview.c
15667                 Extended Return Receipt notification to select the correct 
15668                 account and to make a security test on the Delivery-Notification
15669                 address which should be the same as the Return-Path.
15670
15671 2002-08-06 [thorsten]   0.8.1claws18
15672
15673         * src/mimeview.c
15674                 attach_all: save unnamed as "noname.%d",
15675                 dont free static dirname
15676
15677 2002-08-05 [alfons]     0.8.1claws17
15678
15679         * configure.in
15680                 detect XIM by trying to link rather than compile a XIM program
15681
15682 2002-08-05 [oliver]     0.8.1claws16
15683                 
15684         * src/stock_pixmap.[ch]
15685                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15686                 o new func to retrieve pixmaps
15687
15688 2002-08-05 [paul]       0.8.1claws15
15689
15690         * sync with 0.8.1cvs10
15691                 see ChangeLog 2002-08-05
15692
15693 2002-08-04 [alfons]     0.8.1claws14
15694
15695         * src/textview.c
15696                 see if this plugs memleak
15697
15698 2002-08-04 [melvin]     0.8.1claws13
15699
15700         * src/gtkspell.c
15701                 fixed bug that could crash Sylpheed when highlighting
15702                 all misspelled words.
15703
15704 2002-08-03 [melvin]     0.8.1claws12
15705
15706         * src/prefs_actions.c
15707                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15708         * src/messageview.c
15709                 fixed bug where the Return Receipt was sent to
15710                 Delivery-Notification-To address even if it was not present
15711
15712 2002-08-02 [alfons]     0.8.1claws11
15713
15714         * src/prefs_actions.c
15715                 o more check for NULLs
15716                 o put create_io_dialog() in right conditional block
15717
15718 2002-08-02 [paul]       0.8.1claws10
15719
15720         * po/es.po
15721                 updated by Ricardo Mones Lastra
15722
15723 2002-08-01 [christoph]  0.8.1claws9
15724
15725         * src/folder.c
15726                 don't free the cache of the opened
15727                 folder in the summaryview
15728         * src/summaryview.c
15729                 don't unset flags, if it is not required
15730
15731 2002-08-01 [paul]       0.8.1claws8
15732
15733         * sync with 0.8.1cvs8
15734                 see ChangeLog entry 2002-08-01
15735
15736 2002-08-01 [paul]       0.8.1claws7
15737
15738         * sync with 0.8.1cvs7
15739                 see ChangeLog 2002-07-31 and 2002-08-01
15740
15741 2002-07-31 [christoph]  0.8.1claws6
15742
15743         * src/mainwindow.c
15744                 forgot to update menu sensitivity
15745                 function for new menu entry
15746
15747 2002-07-31 [alfons]     0.8.1claws5
15748
15749         * src/main.c
15750                 check folder item and its path for NULL on
15751                 initial processing
15752
15753 2002-07-31 [christoph]  0.8.1claws4
15754
15755         * src/folder.c
15756                 check if folder_item_get_msginfo in
15757                 folder_item_remove_msg returned NULL
15758         * src/imap.c
15759                 better clear the uid cache in the
15760                 uid validity check function and delete
15761                 cached messages
15762
15763 2002-07-31 [paul]       0.8.1claws3
15764
15765         * man/sylpheed.1
15766                 add the '--attach' option and a few other
15767                 minor changes
15768
15769 2002-07-31 [paul]       0.8.1claws2
15770
15771         * sync with 0.8.1cvs5
15772                 see ChangeLog 2002-07-31
15773
15774 2002-07-31 [christoph]  0.8.1claws1
15775
15776         * src/folderview.[ch]
15777         * src/mainwindow.c
15778                 replace "Rescan all folders..." with
15779                 "Check all folders for new messages..."
15780
15781 2002-07-30 [paul]       0.8.1claws
15782
15783         * version 0.8.1claws released
15784
15785 2002-07-30 [paul]       0.8.0claws29
15786
15787         * tools/OOo2sylpheed.pl ** NEW FILE **
15788           tools/README
15789                 add script to enable sending documents as
15790                 attachments from OpenOffice.org
15791
15792 2002-07-30 [melvin]     0.8.0claws28
15793
15794         * src/prefs_actions.c
15795                 Made the actions' input/output dialog display
15796                 without delay.
15797
15798 2002-07-30 [christoph]  0.8.0claws27
15799
15800         * src/procmsg.c
15801                 check if folder_item_get_msginfo in
15802                 procmsg_save_to_outbox returned NULL
15803
15804 2002-07-30 [paul]       0.8.0claws26
15805
15806         * sync with 0.8.1cvs4
15807                 see ChangeLog 2002-07-29
15808
15809 2002-07-29 [thorsten]   0.8.0claws25
15810
15811         * README.claws
15812                 added selective download, delete on server
15813
15814 2002-07-29 [paul]       0.8.0claws24
15815
15816         * sync with 0.8.1cvs3
15817                 see ChangeLog 2002-07-29
15818
15819 2002-07-27 [christoph]  0.8.0claws23
15820
15821         * src/folder.c
15822                 add extra check if fetching the msginfo
15823                 returned NULL
15824
15825 2002-07-27 [paul]       0.8.0claws22
15826
15827         * sync with 0.8.1cvs2
15828                 see ChangeLog 2002-07-26
15829
15830 2002-07-27 [christoph]  0.8.0claws21
15831
15832         * src/imap.c
15833                 add another check if a valid msginfo
15834                 was returned
15835
15836 2002-07-26 [hoa]        0.8.0claws20
15837
15838         * src/folder.c
15839                 Fixed a condition in folder_item_destroy()
15840
15841         * src/imap.c
15842                 Fixed an error in IMAP protocol
15843
15844 2002-07-26 [alfons]     0.8.0claws19
15845
15846         * src/folder.c
15847                 ofcourse compare with identifier, not the path
15848
15849 2002-07-26 [alfons]     0.8.0claws18
15850
15851         * src/folder.c
15852                 use folder item identifier for saving / restoring
15853                 preferences because folder->path might not be unique
15854
15855 2002-07-26 [melvin]     0.8.0claws17
15856
15857         * src/logwindow.c
15858                 Fixed a crash introduced in 0.8.0claws5 when log is 
15859                 cut under 80 characters.
15860
15861 2002-07-26 [paul]       0.8.0claws16
15862
15863         * sync with 0.8.1cvs1
15864                 see ChangeLog 2002-07-26
15865
15866 2002-07-26 [christoph]  0.8.0claws15
15867
15868         * src/imap.[ch]
15869                 imap folder now remembers the last selected
15870                 folder and imap_fetch_msginfo skips selecting
15871                 the folder if it is already selected
15872
15873 2002-07-26 [christoph]  0.8.0claws14
15874
15875         * src/folder.c
15876         * src/folderview.c
15877         * src/imap.c
15878                 fix imap folder rescanning
15879
15880 2002-07-25 [christoph]  0.8.0claws13
15881
15882         * src/filter.c
15883         * src/folder.[ch]
15884         * src/folderview.c
15885         * src/imap.[ch]
15886         * src/mainwindow.c
15887         * src/mbox_folder.c
15888         * src/mh.c
15889         * src/news.c
15890                 implement imap uid cache and uid validity check
15891
15892 2002-07-25 [alfons]     0.8.0claws12
15893
15894         * src/summaryview.c
15895                 fix a brown paper bag bug, and also add some more
15896                 checks
15897
15898 2002-07-25 [christoph]  0.8.0claws11
15899
15900         * src/folder.c
15901                 don't mix copy, fetch_msginfo and remove
15902                 operations in folder item copy and move
15903                 operations
15904
15905 2002-07-25 [christoph]  0.8.0claws10
15906
15907         * src/folderview.c
15908         * src/mainwindow.c
15909         * src/prefs_folder_item.c
15910         * src/summaryview.[ch]
15911                 remove no longer required parameter update_cache from
15912                 summary_show
15913
15914 2002-07-25 [paul]       0.8.0claws9
15915
15916         * sync with 0.8.1
15917         
15918         * AUTHORS
15919                 a few corrections
15920
15921 2002-07-24 [alfons]     0.8.0claws8
15922
15923         * src/summaryview.c
15924                 sort correctly when using simplified subject line
15925                 (closes feature request "[ 585141 ] applying regexp to subject 
15926                 before sort" submitted by Alexandra Walford)
15927
15928 2002-07-24 [paul]       0.8.0claws7
15929
15930         * sync with 0.8.0cvs3
15931                 see ChangeLog 2002-07-24
15932
15933 2002-07-23 [christoph]  0.8.0claws6
15934
15935         * src/folder.c
15936         * src/folder.h
15937         * src/summaryview.c
15938         * src/summaryview.h
15939         * src/main.c
15940                 o separate processing and summaryview
15941                 o removed summary_write_cache from summaryview
15942                 o removed summaryview->killed_messages, because we don't have
15943                   to keep a list of killed messages anymore. New cache will
15944                   keep the hidden messages in cache anyway
15945         * src/folderview.c
15946         * src/inc.c
15947         * src/selective_download.c
15948                 o removed unnecessary summary_write_cache calls
15949         * src/procmsg.c
15950                 o don't set ignore thread flag in procmsg_get_thread_tree
15951                   if it is already set
15952         * src/mainwindow.c
15953         * src/statusbar.h
15954                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15955                   they are used in different files
15956
15957 2002-07-23 [melvin]     0.8.0claws5
15958
15959         * src/addressbook.c
15960         * src/addrgather.c
15961         * src/editaddress.c
15962         * src/editgroup.c
15963         * src/editldap_basedn.c
15964         * src/importldif.c
15965         * src/prefs_common.c
15966                 Fixed few memory leak (gtk_editable_get_chars returns
15967                 an allocated string)
15968         * src/logwindow.c
15969                 Fixed few memory leak (gtk_editable_get_chars returns
15970                 an allocated string) and modified a little the log cutting
15971                 loop.
15972         * src/compose.c
15973                 Replaced a call to an obsolete function gtk_entry_get_text()
15974                 by gtk_editable_get_chars()
15975         * src/send.c
15976                 Removed a debug printf
15977
15978 2002-07-23 [christoph]  0.8.0claws4
15979
15980         * src/filesel.c
15981                 fix another g_dirname memory leak
15982
15983 2002-07-23 [christoph]  0.8.0claws3
15984
15985         * src/mh.c
15986                 fixed a memory leak in mh_fetch_msginfo
15987                 fixed crash when message header could not be
15988                 parsed
15989
15990 2002-07-23 [paul]       0.8.0claws2
15991
15992         * sync with 0.8.0cvs2
15993                 see ChangeLog 2002-07-23
15994
15995 2002-07-23 [paul]       0.8.0claws1
15996
15997         * sync with 0.8.0cvs1
15998                 see ChangeLog 2002-07-23
15999
16000 2002-07-23 [paul]       0.8.0claws
16001
16002         * release of 0.8.0claws